summaryrefslogtreecommitdiff
path: root/libexec/lockspool/lockspool.c
AgeCommit message (Expand)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-10-01Use poll() to determine when stdin is readable and throw away inputTodd C. Miller
2008-10-01Use the real uid instead of getlogin() to determine the identityTodd C. Miller
2006-03-31ARGSUSED for signal handlersTheo de Raadt
2006-01-02#include <signal.h>, not <sys/signal.h>Todd C. Miller
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2003-07-10add missing includesDavid Krause
2003-06-03Remove promotion clause; OK w/ deraadt@Todd C. Miller
2002-07-03KNFTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-05Add SIGPIPE to the list of signals we catch and unlock/exit on.Todd C. Miller
2001-09-04Use merr() not err() since due to function name change in mail.local/locking.cTodd C. Miller
2001-08-18err() -> merr(), and reorder some bugs noted by giannici@neomedia.it; millert...Theo de Raadt
2001-01-17use _exit() in signal handlerTheo de Raadt
1998-09-27superuser may now specify another user's spool to lock.Todd C. Miller
1998-08-15Move the spool locking functionality of "mail.local -H" into its ownTodd C. Miller