summaryrefslogtreecommitdiff
path: root/lib/libutil
AgeCommit message (Expand)Author
2002-06-09some -Wall and spaces cleanup, scsi.c left.Federico G. Schwindt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-24strlcpy at most 16 characters, so says man pageTheo de Raadt
2002-05-24strlcpy and KNFTheo de Raadt
2002-05-24KNFTheo de Raadt
2002-05-22atexit(3) can fail. handle error accordingly. deraadt okJun-ichiro itojun Hagino
2002-05-01o) start new sentence on a new line;Mike Pechkin
2002-04-30Initial cleanup:Mike Pechkin
2002-04-10Clean up after pw_file().Mike Pechkin
2002-02-26mdoc fixes from pjanzenPeter Valchev
2002-02-26rephrase warning; from miodPeter Valchev
2002-02-25print a warning that realpath points to internal static storage space thatPeter Valchev
2002-02-21fgsch, if you commit without test compiling ONE MORE TIME, I will send a cast...Theo de Raadt
2002-02-21use sizeof w/ defines; niklas@ millert@ ok.Federico G. Schwindt
2002-02-19login_close() should avoid memory leak.Mike Pechkin
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
2002-01-02pids should be pid_t, not intMike Pechkin
2001-12-08save the pid as well, and only do the atexit in the same pidTheo de Raadt
2001-12-01Warn that pidfile() will not have the expected removal behaviour if _exit()Miod Vallat
2001-11-14save errno in signal handlerTheo de Raadt
2001-10-01Start new sentence on a new line.Mike Pechkin
2001-09-29re-enable pidfile(3). ok millert@Jakob Schlyter
2001-09-29zap pidfile from here too, until conflict with kerberosV is fixed ok deraadt@Matthieu Herrb
2001-09-29jakob did not even do a make build, sighTheo de Raadt
2001-09-28add pidfile(3) prototypeJakob Schlyter
2001-09-28multiple calls to pidfile(3) are actually ok, but there are problems if you c...Jakob Schlyter
2001-09-28add pidfile(3) - write a daemon pid file. ok deraadt@, millert@.Jakob Schlyter
2001-09-06oh this is horribleTheo de Raadt
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-08-26Change the second arg to pw_mkdb() from a boolean flag to a set ofTodd C. Miller
2001-08-162nd arg to pw_mkdb()Todd C. Miller
2001-08-16consistently use #include "util.h" not <util.h> since util.h lives in this dir.Todd C. Miller
2001-08-16Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -sTodd C. Miller
2001-08-12Get rid of extraneous #includes by using stub struct declarations.Todd C. Miller
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
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