summaryrefslogtreecommitdiff
path: root/lib/libutil
AgeCommit message (Expand)Author
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
1999-03-16Get the pid right if a stale lock file exists.brian
1999-03-10fix comma splices involving 'however'Paul Janzen
1999-02-27make function names the correct caseTheo de Raadt
1998-11-16preserve errno; christosTheo de Raadt
1998-08-03Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to trim_whitespace...Todd C. Miller
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
1998-07-10Prevent luser from zero'ing out ut_host. If the new ut_line isTodd C. Miller
1998-06-22add missing endusershell()Todd C. Miller
1998-06-10Cast pid_t to int for sprintf.brian
1998-06-08Add uu_lock_txfr() for donating locks to another process.brian
1998-04-13Use _PATH_DEV, not "/dev/"Todd C. Miller
1998-03-23do not wait if vfork() failsTheo de Raadt
1998-03-10use .OxTodd C. Miller
1997-11-18-WallTodd C. Miller
1997-11-17Go back to old file locking method, O_EXLOCK method has too many problemsTodd C. Miller
1997-11-17pw_mkdb() now returns -1 if ptmp is size 0.Todd C. Miller
1997-11-17Work around bug in open(2) wrt O_TRUNC and O_SHLOCK|O_EXLOCK.Todd C. Miller
1997-11-09Correct the ftruncate() call.bri
1997-11-09Introduce uu_lock(), uu_unlock() and uu_lockerr()bri
1997-09-29fix yes/no prompt code for EOF case; wosch@freebsdTheo de Raadt
1997-06-22Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusiveTodd C. Miller
1997-06-17Add support to handle password files in directories other than /etcNiklas Hallqvist
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-04-10give only default values when asked for.Niels Provos
1997-02-17some cleanupTheo de Raadt
1997-02-16added password configuration access function, used to determineNiels Provos
1997-02-15when using strsep you should be aware that the delimiter will be replacedNiels Provos
1997-02-13permit 32-bit uid/gid, help from millertTheo de Raadt
1996-12-23add readlabelfs.3Jason Downs
1996-12-23readlabelfs() takes two arguments now, update prototype, inc major number.Jason Downs
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-12-06vfork w/ exit botchTheo de Raadt
1996-12-04sanitize return value. NULL on failure, always.Jason Downs
1996-12-03incJason Downs
1996-12-03Add readlabelfs().Jason Downs
1996-11-24Update from NetBSD.Todd C. Miller
1996-10-08Attempt at cleanup.michaels
1996-09-16Bring prototypes into scopeThorsten Lockert
1996-09-07openpty() returns int.Jason Downs
1996-08-09pty from p to z, P to T. includes vTheo de Raadt
1996-07-31duh, theoTheo de Raadt
1996-07-31someone want to write login_fbtab.3?Theo de Raadt
1996-07-31login_fbtab() in libutilTheo de Raadt
1996-07-31Make typesafe and remove non-portable va_list tricks.Niklas Hallqvist
1996-07-02Use getrawpartition().Jason Downs
1996-06-29fix multiple invocations; from tlb@viaweb.comTheo de Raadt