Age | Commit message (Expand) | Author |
2000-11-23 | zero pw_passwd before freeing | Todd C. Miller |
2000-11-22 | avoid double fclose() | Theo de Raadt |
2000-11-22 | use strlcpy in the example | Theo de Raadt |
2000-11-21 | update | Niels Provos |
2000-11-21 | Remove needless memset() from last commit. | Todd C. Miller |
2000-11-21 | Deal with va_list not being a pointer; this should be re-evaluated. | Todd C. Miller |
2000-11-21 | prevent type overflow; dzerkel@columbus.rr.com | Theo de Raadt |
2000-11-21 | crank minor number | Todd C. Miller |
2000-11-21 | Add references to new files. | Todd C. Miller |
2000-11-21 | BSD authentication routines from BSDI. Presently this is not used but | Todd C. Miller |
2000-11-21 | Add pw_dup(3), a function to copy 'struct passwd'. It is allocated as | Todd C. Miller |
2000-11-21 | Add readpasasphrase(3), a more flexible getpass(3) replacement. | Todd C. Miller |
2000-11-21 | Add strnvis(3) -- a length-bounded version of strvis(3) with a return | Todd C. Miller |
2000-11-20 | Move fake prompt generation from skey_authenticate() to skeychallenge() | Todd C. Miller |
2000-11-19 | XXX - Alpha port doesn't currently support weak symbols | Todd C. Miller |
2000-11-19 | Correctly deal with NOMAN being set. Since it may be set in mk.conf | Todd C. Miller |
2000-11-18 | OpenBSD does not support non-standard mdoc macros like .Lb. | Aaron Campbell |
2000-11-17 | crank minor | Niels Provos |
2000-11-17 | remove non-existing manual references. | Niels Provos |
2000-11-16 | "of", not "on" (from Henric Jungheim) | Angelos D. Keromytis |
2000-11-16 | forgot manpage | Niels Provos |
2000-11-16 | kqueue and kevent system calls | Niels Provos |
2000-11-15 | do not open fifos with O_RDWR, either use O_RDONLY or O_WRONLY. okay aaron@ | Niels Provos |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-11-10 | these contain special cases where they build man pages into .0 files; | Theo de Raadt |
2000-11-10 | shorten, now it fits in -Tps | Theo de Raadt |
2000-11-09 | typo | Theo de Raadt |
2000-11-08 | another MLINK | Theo de Raadt |
2000-11-08 | put infnan in there, even though it is depricated | Theo de Raadt |
2000-11-08 | adjust for changes to kcore, and dynamically compute page shift. | Eric Jackson |
2000-11-06 | The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491. | Aaron Campbell |
2000-10-25 | various savecore/kvm fixes; gluk@ptci.ru, PR#1461 | Theo de Raadt |
2000-10-25 | DBM_READONLY -> DBM_RDONLY; dugsong@ | Aaron Campbell |
2000-10-25 | Clarify; gluk@ptci.ru | Aaron Campbell |
2000-10-24 | Crank major because the type of the "ospeed" variable changed from | Todd C. Miller |
2000-10-23 | Document that the string returned by strerror(3) contains a maximum of | Aaron Campbell |
2000-10-23 | Format string paranoia; deraadt@ ok | Aaron Campbell |
2000-10-22 | update to ncurses 5.2 | Todd C. Miller |
2000-10-20 | Don't attempt to free uninitialized variable; guenther@gac.edu | Todd C. Miller |
2000-10-19 | Do not suggest that people use getpid(2) for generating temp file name; refer | Aaron Campbell |
2000-10-19 | Repair two typos; caught by gluk@ptci.ru. | Aaron Campbell |
2000-10-18 | fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATS | Aaron Campbell |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell |
2000-10-17 | damn it, i have had it with this untested weak shit | Theo de Raadt |
2000-10-16 | fix missing closedir() that could allow apacheSSL to leak fd's, | Bob Beck |
2000-10-16 | re-add weak sparc support; d@ | Theo de Raadt |
2000-10-14 | put hosts.allow and hosts.deny in as Nm entries | Theo de Raadt |
2000-10-14 | put tcp wrapper into Nd line | Theo de Raadt |
2000-10-14 | oops; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt |
2000-10-14 | document net.inet.tcp.rstppslimit. | Jun-ichiro itojun Hagino |