324 Commits (80896da37fab7502c2654e55a017fda44bfda528)

Author SHA1 Message Date
  millert f5bf7ac057 Remove obsolete caveat. OK deraadt@ 8 years ago
  jmc 813a539cd3 for some time now mandoc has not required MLINKS to function 8 years ago
  benno 9e6e578d7b mention that ibuf_free() does not need a NULL check. 9 years ago
  benno a3c84db0c2 check for NULL in ibuf_free(). 9 years ago
  guenther b34242015e Switch login(3) from lseek+read/write to pread/pwrite and only do the pread() 9 years ago
  tb a02ad43121 Add a cast to silence a compiler warning by clang on FreeBSD. 9 years ago
  claudio a3ecc333c4 Do not loop on EAGAIN in imsg_read(). Better to return the error to the 9 years ago
  mmcc e95c7e3634 Remove three NULL-checks before free(). ok millert@ 9 years ago
  millert af62780c97 Use the backchannel for all error messages instead of syslog(3). 9 years ago
  deraadt 399fdad76b creat() -> open equiv; from Frederic Nowak 9 years ago
  jmc 657bd2849a update NAME section to include all documented functions, 9 years ago
  deraadt 9e1200d556 Don't Xr flock, since that is not the locking method used. 9 years ago
  schwarze 6201910f6e Remove useless quoting from .Fo and .Fn function names, to prevent 9 years ago
  schwarze 0f5a134fe9 in the SYNOPSIS, make void function arguments explicit 9 years ago
  schwarze 558404f2f1 reduce more .Nd to one line and kill more .Tn 9 years ago
  schwarze a9afc2531c reduce .Nd to one line and kill .Tn while here 9 years ago
  kettenis ba19740f18 Remove lies about openpty(4) searching for a free pseudo-tty by iterating 9 years ago
  deraadt c2feb81bea remove cast of malloc(), since stdlib.h is included 9 years ago
  nicm 0f67cd6d58 Handle malloc(0) returning NULL (which can happen on some other 9 years ago
  sobrado f38d8c1811 typo in manual page. 9 years ago
  nicm cac6c14d57 Use memset instead of bzero for better portability. 9 years ago
  deraadt 4db28c17f3 typo in embedded code block; from Ben Cornett 9 years ago
  brynet 1493b9464e bzero cmsgbuf before using it, silences valgrind warnings. 9 years ago
  reyk 13bb9544ea The correct semantic is to check msgbuf_write() for <= 0, not just < 0. 9 years ago
  millert 157c2c8d07 Do not assume that asprintf() clears the pointer on failure, which 9 years ago
  millert 8c9df4ed4c Use strtonum() instead of strtoul() when parsing uid/gid so we get 9 years ago
  millert daf0c358fa tzfile.h is an internal header that should never have been installed. 10 years ago
  millert b1bfe035b7 Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ 10 years ago
  deraadt 75d428b273 Move to the <limits.h> universe. 10 years ago
  schwarze 3772d4b01b remove .Tn; from Jan Stary <hans at stare dot cz> 10 years ago
  tedu 94520ae40e rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, 10 years ago
  deraadt 1eaa32d2da declare a local version of MIN(), call it MINIMUM() 10 years ago
  deraadt 474792cd61 declare a local version of MIN(), call it MINIMUM() 10 years ago
  deraadt c7195d4619 Do not need sys/param.h 10 years ago
  djm 0f0ceb5483 typo in comment: ouput => output 10 years ago
  benno f0ed57e872 return ERANGE instead of ENOMEM, so callers can differentiate real oom 10 years ago
  schwarze eec3844cf9 use the actual function name in .Dt and NAME .Nm, not an alias; 10 years ago
  tedu 5ec209fbb9 no first person in man pages. 10 years ago
  doug 17c93dbe45 Explain why we deviate slightly from the PBKDF2 standard. 10 years ago
  schwarze d5c9ee380f obvious cases of missing .An; 10 years ago
  doug cd356709c6 Delete secret or secret-derived data with explicit_bzero. 10 years ago
  guenther c268bc15d8 Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) 10 years ago
  tedu 1d810a359a include stdint.h for standard ints. from Jean-Philippe Ouellet 10 years ago
  deraadt 1a1b9e989b sys/types.h rather than sys/param.h, where applicable. avoid overreach. 10 years ago
  deraadt d1fde0ca73 sort includes much more sensibly 10 years ago
  deraadt 55d6095cc3 limits.h rather than sys/param.h 10 years ago
  deraadt a2912d4d42 merge ohash into 1 source file, then we can revisit next roadmap items. 10 years ago
  jmc 4f0b6ce40e zap trailing whitespace; 10 years ago
  espie a7f9b5b34c move the ohash functions into libutil by popular demand. 10 years ago
  tedu 09f67ccdde fix an error in the stride calculations. the math only works for multiples 10 years ago