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