1616 Commits (345209bd2a5278505554996b27f17b126bfc40e2)

Author SHA1 Message Date
  deraadt 345209bd2a back in september I did the large abstraction refactoring to allow these 9 years ago
  millert 70272b819c Make strlcpy/strlcat slightly easier to read. 9 years ago
  tedu 94520ae40e rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, 9 years ago
  deraadt 8ab45b8557 missing , found by Dongsheng Song 9 years ago
  deraadt 1eaa32d2da declare a local version of MIN(), call it MINIMUM() 9 years ago
  deraadt 474792cd61 declare a local version of MIN(), call it MINIMUM() 9 years ago
  deraadt c7195d4619 Do not need sys/param.h 9 years ago
  tedu 3e66a761e0 stupid me. need errno.h 9 years ago
  tedu f2faceb1ea set errno = EINVAL for invalid salts and hashes in most functions. 9 years ago
  bcook bfaebb4169 mix in more virtual memory and process information 9 years ago
  bcook 015bfd5abc add initial HP-UX getentropy/arc4random support. 9 years ago
  tedu 06084f37f2 rename kern enter/exit macros to malloc enter/leave to better reflect 9 years ago
  tedu 6758bf4952 convert clock() to clock_gettime() for improved precision (and accuracy?) 9 years ago
  tedu 7387fe8b05 copy bcrypt autotune from encrypt(1) and expose via crypt_newhash 9 years ago
  djm 0f0ceb5483 typo in comment: ouput => output 9 years ago
  benno f0ed57e872 return ERANGE instead of ENOMEM, so callers can differentiate real oom 10 years ago
  tedu 6ae58cad45 simplify crypt_checkpass. The API promise is that this function doesn't 10 years ago
  tedu 1b9ff6ebe7 be like the kernel and only unroll if not small 10 years ago
  deraadt 0dc2c70460 i386 unrolling blows up the media in a big way, due to -Os for 10 years ago
  tedu 29c323adc2 only unroll on i386 and amd64 (where confirmed to be much faster). 10 years ago
  tedu b3da475e6b unroll loops. much faster on amd64. ok deraadt millert 10 years ago
  sthen fc55253b4e typo; ok deraadt 10 years ago
  deraadt eb5fb39e0c warn for correct symbol 10 years ago
  schwarze 493a019ded catch up with swab.c rev. 1.9: 10 years ago
  tedu 628b1ad074 update swab() to match the current posix definition. "rationale: none." 10 years ago
  jmc ddf1617c43 Xr and Ox fixes; 10 years ago
  deraadt bb5edfc4b2 random seed buffer must be unsigned 10 years ago
  jmc 8554fcd94c no more string(3); 10 years ago
  jmc f0df998b74 fix NAME; 10 years ago
  deraadt a03b475103 improve warnings from rand_r(), rand(), and random() 10 years ago
  deraadt 93087f5d74 In ingo's new world order, we do not want multiple manual pages describing 10 years ago
  tedu 18089adc0a more standardsier: cast to int to make sure we keep the negative numbers. 10 years ago
  deraadt c0b4a826d3 Oops, got the sense of the test backwards. Hilarious that we didn't spot it. 10 years ago
  deraadt 75d4ae826b Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48() 10 years ago
  deraadt b92eebc641 typo 10 years ago
  tedu 06e68c2549 more libc, less kernel documentation 10 years ago
  tedu 9338c00a6c tweak recommendation to use arc4random_buf 10 years ago
  tedu b2b8428867 delete documentation for deleted DES interfaces 10 years ago
  tedu 5ce122171f remove cfree from documentation 10 years ago
  tedu ad69399057 delete obsolete sunos cfree function. ok deraadt millert naddy 10 years ago
  tedu 10f5d66e90 add siphash from the kernel to libc 10 years ago
  tedu 9898588ce8 remove setkey and encrypt interfaces. they are useless and dangerous. 10 years ago
  bcook 3623799305 avoid left shift overflow in reallocarray. 10 years ago
  miod 70560f682d Revert to the use of C code for the basic BN routines (bn_add_words, 10 years ago
  schwarze 522001255e malloc(3) is in the "comp" install set, malloc.conf(5) in "man", 10 years ago
  schwarze eec3844cf9 use the actual function name in .Dt and NAME .Nm, not an alias; 10 years ago
  bcook 1284cfcfbd Move Windows OS-specific functions to make porting easier. 10 years ago
  schwarze 734e6f28a1 macro cleanup; kaspars at bankovskis dot net 10 years ago
  schwarze 5c063bf644 Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. 10 years ago
  schwarze e4157ea179 obvious STANDARDS update 10 years ago