summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getpass.3
AgeCommit message (Collapse)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-30- clean up macro abuseJason McIntyre
- section reorder - merge COMPATIBILITY
2001-12-07Add ERRORS and STANDARDS sectionsTodd C. Miller
2001-02-10Insert a missing comma.Aaron Campbell
2000-11-21Add readpasasphrase(3), a more flexible getpass(3) replacement.Todd C. Miller
getpass(3) is now implemented in terms of readpasasphrase(3).
1999-06-04After some constructive criticism from pjanzen@ and some e-mail tag:Aaron Campbell
- only use the .Dv NULL form when referring explicitly to a function argument or return value - otherwise, use these forms: o non-null o null-terminated (hyphenated form for predicate adjective) o else, null terminated, or null terminate, whichever the case o null pointer, null byte, null string, etc. - may use NUL to refer to an ASCII NUL, but it doesn't need a .Tn macro In general, capitalizing the word "null" everywhere is unnecessary and makes the man pages harder to read. The above is consistent with popular programming texts (i.e., K&R, Stevens).
1999-05-29repairs; go back over some old files, because we should properly distinguishAaron Campbell
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL
1999-05-29repairsAaron Campbell
1998-06-08do not needlessly uppercase function namesTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt