1454 Commits (8533fe6f16b5206d213b1774132e13851c731eb7)

Author SHA1 Message Date
  tedu 2a80bbb144 consolidate the base64 code in one place, and remove inadequate test code 10 years ago
  tedu 3beb8e286a right or wrong, bcrypt() is declared in pwd.h, not unistd.h 10 years ago
  miod 7766679fe4 Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping 10 years ago
  guenther 5ebaeabad3 lint is dead (long live the lint!), so stop using it as a cpp conditional 10 years ago
  tedu 0b9e1f8234 solar's testsuite revealed insufficient validation of invalid input hashes. 10 years ago
  schwarze 0f060ca5c4 in HISTORY, say where this actually came from; 10 years ago
  tedu d1419f7b10 remove redundant test 10 years ago
  tedu ddd68ca1c6 sticking strlen into a char leads to wraparound at 256. fix this and 10 years ago
  stsp 8c495fa1f9 Remove unnecessary stdio.h include. 10 years ago
  tedu a0c81f7a45 explicit_bzero where useful 10 years ago
  jmc 8d7315b175 add explicit_bzero to NAME; 10 years ago
  tedu 2beb8f104d add explicit_bzero to libc. implementation subject to change, but start 10 years ago
  deraadt 425e578efb Ouch... recommend arc4random, not random. 10 years ago
  schwarze fbd81370eb obvious .Pa fixes; found with mandocdb(8) 10 years ago
  schwarze 938b39d868 Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8). 10 years ago
  schwarze 7227c1c1df Usually, you don't want macros in the .Nd line, so remove instances of .Tn 10 years ago
  schwarze e2b8a435dc Punctuation after macro arguments needs to be in a separate argument. 10 years ago
  jsing 3d91c77a21 Wrap long line. 10 years ago
  tedu 9bdaa18357 calling HashFinal with a null digest should crash, not be silently ignored 10 years ago
  deraadt b66e338b72 rename SHA256_ONLY to SHA2_SMALL; changing things so that sha512 support 10 years ago
  kettenis b612c6c4a1 Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the 10 years ago
  eric abf1c90f5d constify data parameter in imsg_add() and imsg_compose() 10 years ago
  tedu d8bf2218c6 remove unneeded check for null context. ok deraadt gilles millert 10 years ago
  tedu daca58aea1 tweak comment 10 years ago
  jmc 097b4e760e fix double word error; 10 years ago
  millert d14d049245 Split out strncpy and strncat from strcpy and strcat manuals. 10 years ago
  deraadt bc8778bde6 pseudo-code corrections from Solar Designer <solar@openwall.com> 10 years ago
  jmc 7197069ae1 no more regexp(3), so point to regex(3); 10 years ago
  deraadt 4c65102df3 fairly simple unsigned char casts for ctype 10 years ago
  benno 9acc266dad document that ibuf_write() and msgbuf_write() can now return EAGAIN 10 years ago
  benno 82969df044 original bug diagnosed by sthen: automatic retry in msgbuf_write on 10 years ago
  deraadt a728e0155c avoid arithetic on void * 10 years ago
  guenther 9c2ecb2a8e Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly 10 years ago
  jmc 2816715b10 tweak previous; 10 years ago
  deraadt f175a3d5be delete extra words; Henri Kemppainen 10 years ago
  deraadt 8ed545139e update documentation for these functions. They now state the case regarding 10 years ago
  deraadt 0fc3ded4b5 Remove arc4random_stir() and arc4random_addrandom(), which none should 10 years ago
  guenther 0442f09344 Missed the file renames for the string functions when committing the 10 years ago
  djm 4e97084c58 a couple of warning fixes and an RCS marker; ok markus@ 10 years ago
  markus 19636afcee replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery; 10 years ago
  millert 39b57a36bb Fix FILE * leak in error path if fprintf fails. Found by and OK gilles@ 10 years ago
  millert afbd6e72e2 Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, 10 years ago
  millert fb3c12e47e Add examples to show why this is a terrible API. OK jmc@ henning@ 10 years ago
  millert 0f37c5c11d According to POSIX, if the src and dst strings overlap, the behavior 10 years ago
  guenther 7a9b19976d Use %lld and cast to (long long) when printing time_t values and atoll() 11 years ago
  jmc 0c51a5a453 some Bx/Ox conversion; 11 years ago
  jmc 002e0f6e70 no longer any need to quote macro lines with >9 args; 11 years ago
  guenther 5198ca8bf1 Switch time_t, ino_t, clock_t, and struct kevent's ident and data 11 years ago
  millert b5fa8ad952 When writing a new record in pw_copy() print the uid and gid as 11 years ago
  kettenis 9a1134ebb6 Add linker warnings for rand() and random() and various related functions. 11 years ago