Age | Commit message (Expand) | Author |
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-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell |
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 |
2000-10-12 | MAP_FAILED, not -1. | Artur Grabowski |
2000-10-10 | mention icmp{,6}.errppslimit | Jun-ichiro itojun Hagino |
2000-09-25 | document pmtu discovery, from NetBSD | Niels Provos |
2000-09-24 | unlock, instead of re-lock. fixes PR#1408 | David Leonard |
2000-09-19 | Update. | Angelos D. Keromytis |
2000-09-16 | Change setuserpath() from void to int so we can pass up a return | Todd C. Miller |
2000-09-14 | Remove spurious period. | Aaron Campbell |
2000-08-31 | fix _PATH_DEFPATH; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt |
2000-08-31 | Put the CAVEATS section explaining format string issues in this man page too. | Aaron Campbell |
2000-08-25 | In the format string bug description under CAVEATS, clarify what we mean by | Aaron Campbell |
2000-08-24 | KNF | Theo de Raadt |
2000-08-24 | proper protos | Theo de Raadt |
2000-08-22 | unused variable | Theo de Raadt |
2000-08-20 | Fix history section. | Todd C. Miller |
2000-08-20 | login.conf code from BSDi. This does not include the bsd auth code | Todd C. Miller |
2000-08-18 | ipsec-acl default changed to 1; confirmed by jason@ | Federico G. Schwindt |
2000-08-09 | Remove trailing blank lines. | Aaron Campbell |
2000-07-27 | grp.h; peter@runestig.com | Theo de Raadt |
2000-07-19 | mdoc repairs; requested by mickey@. | Aaron Campbell |
2000-07-19 | from freebsd: | Michael Shalayeff |
2000-07-19 | off-by-one calculation error; getcwd() would return NULL if the buffer was | Theo de Raadt |
2000-07-16 | Stronger caveat wrt stack smashing via % escapes. Each man page | Todd C. Miller |
2000-07-09 | add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint} | Jun-ichiro itojun Hagino |
2000-07-07 | Add a CAVEATS section explaining that you should never pass a user-supplied | Aaron Campbell |
2000-06-29 | Fix a bad example. We don't want to suggest that people pass | Todd C. Miller |
2000-06-26 | talk about legacy data and swap encryption as suggested by theo | Niels Provos |
2000-06-26 | various additions and cleanups written in denver airport | Theo de Raadt |
2000-06-25 | explain about crash dumps and swap encryption | Niels Provos |
2000-06-14 | document swap encrypt ctl level | Niels Provos |
2000-05-25 | synchronize net.inet{,6} as much as possible with reality. | Jun-ichiro itojun Hagino |
2000-05-25 | remove net.inet6.ip6.gif_hlim | Jun-ichiro itojun Hagino |
2000-04-25 | well if you cannot do a libc commit properly a week before 2.7 tree lock, sur... | Theo de Raadt |
2000-04-25 | getpw*_r() | David Leonard |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell |
2000-04-05 | Clarify _SC_ARG_MAX | Todd C. Miller |
2000-03-31 | Add a pointer to zic so new users can figure out how to set the | Todd C. Miller |
2000-03-24 | Mention that FNM_LEADING_DIR and FNM_CASEFOLD are extensions. | Todd C. Miller |
2000-03-23 | *_r MLINKS | David Leonard |