summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Collapse)Author
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-12-23type is not a .FnMarkus Friedl
2000-12-21typo; initalizes -> intializes. Some other fixes while I'm here.Aaron Campbell
2000-12-21document net.inet6.icmp6.mtudisc_{hi,lo}watJun-ichiro itojun Hagino
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
this is consistent.
2000-12-12Remove references to ipsec-acl.Angelos D. Keromytis
2000-12-09avoid incorrect free; reported by danh@nfol.com, my fixTheo de Raadt
2000-12-04Silently convert s/key -> skey in login_getstyle(). A bit of a hackTodd C. Miller
but OpenBSD folks are more used to saying s/key.
2000-11-29Don't print an extra newline after reading passphrase if echo was notTodd C. Miller
turned off since we already printed one from the user.
2000-11-23zero pw_passwd before freeingTodd C. Miller
2000-11-22avoid double fclose()Theo de Raadt
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
Fixes a compile problem on alpha.
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
the login_* helper programs and other support will be committed in the near future.
2000-11-21Add pw_dup(3), a function to copy 'struct passwd'. It is allocated asTodd C. Miller
a single chunk with the strings pointing elsewhere in the buffer so a simple free() of the struct passwd * is all that is needed to decallocate.
2000-11-21Add readpasasphrase(3), a more flexible getpass(3) replacement.Todd C. Miller
getpass(3) is now implemented in terms of readpasasphrase(3).
2000-11-21Add strnvis(3) -- a length-bounded version of strvis(3) with a returnTodd C. Miller
value similar to snprintf(3) and strlcpy(3).
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
breaks and getting rid of short lines, making these files easier to work with.
2000-10-14oops; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-10-14document net.inet.tcp.rstppslimit.Jun-ichiro itojun Hagino
2000-10-12MAP_FAILED, not -1.Artur Grabowski
2000-10-10mention icmp{,6}.errppslimitJun-ichiro itojun Hagino
2000-09-25document pmtu discovery, from NetBSDNiels Provos
2000-09-24unlock, instead of re-lock. fixes PR#1408David Leonard
2000-09-19Update.Angelos D. Keromytis
2000-09-16Change setuserpath() from void to int so we can pass up a returnTodd C. Miller
value if setenv() fails. Porblem pointed out by deraadt.
2000-09-14Remove spurious period.Aaron Campbell
2000-08-31fix _PATH_DEFPATH; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-08-31Put the CAVEATS section explaining format string issues in this man page too.Aaron Campbell
2000-08-25In the format string bug description under CAVEATS, clarify what we mean byAaron Campbell
building the string ``by hand'' using a function like snprintf(); deraadt@ ok
2000-08-24KNFTheo de Raadt
2000-08-24proper protosTheo de Raadt
2000-08-22unused variableTheo de Raadt
2000-08-20Fix history section.Todd C. Miller
2000-08-20login.conf code from BSDi. This does not include the bsd auth codeTodd C. Miller
which will come later. At this stage it is primarily used for setting resource limits.
2000-08-18ipsec-acl default changed to 1; confirmed by jason@Federico G. Schwindt
2000-08-09Remove trailing blank lines.Aaron Campbell
2000-07-27grp.h; peter@runestig.comTheo de Raadt
2000-07-19mdoc repairs; requested by mickey@.Aaron Campbell
2000-07-19from freebsd:Michael Shalayeff
strtofflags/fflagstostr to convert file flags to/from binary from/into a string as used in chflags(1). use u_int32_t instead of u_long (as freebsd does). increase libc minor. millert@ ok.
2000-07-19off-by-one calculation error; getcwd() would return NULL if the buffer wasTheo de Raadt
the needed length + terminating byte + 1; that 1 is not needed; assar
2000-07-16Stronger caveat wrt stack smashing via % escapes. Each man pageTodd C. Miller
carries the same caveat...
2000-07-09add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}Jun-ichiro itojun Hagino
2000-07-07Add a CAVEATS section explaining that you should never pass a user-suppliedAaron Campbell
format string directly without %s.
2000-06-29Fix a bad example. We don't want to suggest that people passTodd C. Miller
a string to err that could have % escapes in it.
2000-06-26talk about legacy data and swap encryption as suggested by theoNiels Provos
2000-06-26various additions and cleanups written in denver airportTheo de Raadt
2000-06-25explain about crash dumps and swap encryptionNiels Provos