summaryrefslogtreecommitdiff
path: root/lib/libutil
AgeCommit message (Expand)Author
2001-07-13RETURN VALUES, not RETURN VALUETodd C. Miller
2001-07-13Make the list of required #includes match reality.Todd C. Miller
2001-07-11Plug memory leak in pw_copy(); millert@ okAaron Campbell
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-18o move passwd.conf variables into login.confTodd C. Miller
2001-06-10proto; S@mSmith.netTheo de Raadt
2001-06-03new license from Wietse; permits modification. This code is derived fromTheo de Raadt
2001-02-05please alphaTheo de Raadt
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2001-01-07libutil.h -> util.hChristian Weisgerber
2001-01-02Fix a problem introduced by the printf format sweep. Passing a NULLTodd C. Miller
2000-11-27MLINK check_expire.3 -> login_check_expire.3Todd C. Miller
2000-11-27first cut at a man page for login_check_expire()Todd C. Miller
2000-11-26login_check_expire(3), a helper function for use with BSD authentication.Todd C. Miller
2000-11-26Add a username argument to pw_mkdb to match 'pwd_mkdb -u username'.Todd C. Miller
2000-11-10shorten, now it fits in -TpsTheo de Raadt
2000-09-17Arguments to .Dt macros should be all-caps.Aaron Campbell
2000-09-17Fix typo in NAME section; loict@bougon.net. While I'm here, capitalify theAaron Campbell
2000-08-02typoAaron Campbell
2000-08-01close fd for pw_lck on exec, okay deraadt@Niels Provos
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-05-01Document device lookup semantics.Hugh Graham
2000-04-30crank minorTodd C. Miller
2000-04-30Add OPENDEV_BLCKTodd C. Miller
2000-04-30Add OPENDEV_BLCK flag for opening the block devices (the characterTodd C. Miller
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-28no need to spec the link pathTheo de Raadt
2000-03-06Do not leave `(' characters dangling at the end of lines; instead, use theAaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
2000-01-05update header requirements; bdeTheo de Raadt
1999-12-06say how long the buffer needs to beTheo de Raadt
1999-11-11add man page for login_fbtab()Eric Jackson
1999-09-23Typo fixes.Alex Feldman
1999-09-21crank minor; costa forgotTheo de Raadt
1999-09-21Add opendisk from NetBSD.Constantine Sapuntzakis
1999-09-16appropiate -> appropriate; inspired by it being misspelled in a NetBSD commitAaron Campbell
1999-08-23Remove a lie. We don't skip /dev/ttyv* since our pcvt uses /dev/ttyC*.Todd C. Miller
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-07-21fix bad English, spelling, grammar, comma splices, etc.Aaron Campbell
1999-07-20insert a missing .El macroAaron Campbell
1999-07-20Added fparseln from NetBSD.Jakob Schlyter
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-06-05capitalize the acronym IDAaron Campbell
1999-05-27or'ing -> OR'ingAaron Campbell
1999-05-24permit threaded use; jb@freebsdTheo de Raadt
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman