1303 Commits (527ef4003f99ba0edec4b223512630fcf28f960c)

Author SHA1 Message Date
  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 11 years ago
  benno 9acc266dad document that ibuf_write() and msgbuf_write() can now return EAGAIN 11 years ago
  benno 82969df044 original bug diagnosed by sthen: automatic retry in msgbuf_write on 11 years ago
  deraadt a728e0155c avoid arithetic on void * 11 years ago
  guenther 9c2ecb2a8e Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly 11 years ago
  jmc 2816715b10 tweak previous; 11 years ago
  deraadt f175a3d5be delete extra words; Henri Kemppainen 11 years ago
  deraadt 8ed545139e update documentation for these functions. They now state the case regarding 11 years ago
  deraadt 0fc3ded4b5 Remove arc4random_stir() and arc4random_addrandom(), which none should 11 years ago
  guenther 0442f09344 Missed the file renames for the string functions when committing the 11 years ago
  djm 4e97084c58 a couple of warning fixes and an RCS marker; ok markus@ 11 years ago
  markus 19636afcee replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery; 11 years ago
  millert 39b57a36bb Fix FILE * leak in error path if fprintf fails. Found by and OK gilles@ 11 years ago
  millert afbd6e72e2 Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, 11 years ago
  millert fb3c12e47e Add examples to show why this is a terrible API. OK jmc@ henning@ 11 years ago
  millert 0f37c5c11d According to POSIX, if the src and dst strings overlap, the behavior 11 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
  tedu c86cc50f44 fix a colossal cockup due to pointer/array confusion. 11 years ago
  schwarze 951df98fb8 HISTORY; tweaks and ok sobrado@ jmc@ 11 years ago
  schwarze dd7aa95190 more library history 11 years ago
  schwarze c5c3b8f6ac use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ 11 years ago
  deraadt e50c9fd9da spacing 11 years ago
  millert e8e815fedd Fix parsing of ambiguous options, the whole loop must be processed. 11 years ago
  guenther c2e0eb431a Move _Exit() from the exit() manpage to the _exit() manpage, as it's 11 years ago
  tedu 730e7b8c19 i copied .Fd just like everybody else. use .In 11 years ago
  tedu 4ec5da8bd2 use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze 11 years ago
  tedu 3d36d226ed Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze 11 years ago
  tedu c2b93759b2 revert. check is < 1, not < 0. 11 years ago
  tedu 277ec73d81 oops, rounds is unsigned now 11 years ago
  jmc 15dc842a8d \-1; 11 years ago
  deraadt 8d8738cfc7 remove some incredible lies about overlapping buffers 11 years ago
  tedu 476a7e68d4 not much use for sha1 .Xr 11 years ago
  tedu 64a805d564 Add bcrypt_pbkdf, a password based key derivation function using bcrypt. 11 years ago
  matthew 541be88fbc Two small cleanups to atexit: remove unneeded __atexit_invalid, and 11 years ago
  stsp 09f858d25d Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008. 11 years ago
  ajacoutot 007d5eb116 Remove useless include. 11 years ago
  matthew c01980f9dc Fix pty descriptor leak if fork() fails. 11 years ago
  ajacoutot 29e7601c1a typo: compare len against null needle, not haystack 11 years ago