summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpd
AgeCommit message (Expand)Author
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-21s/deamon/daemon/Theo de Raadt
2002-01-07Revert local changes that should not have been committedTodd C. Miller
2002-01-07To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGNTodd C. Miller
2001-12-06use err/warn and friends instead of printf/exit.Eric Jackson
2001-11-27Fix check for '/' in cf file and change the check for '/' in df fileTodd C. Miller
2001-11-23use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hackTheo de Raadt
2001-11-19only slight fixes needed in signal handlersTheo de Raadt
2001-10-29MacOS 10.1 lpr clients send a format character of "o" to indicate postscript;...Theo de Raadt
2001-09-19occured->occurredMike Pechkin
2001-09-05do not select(20, ...)Theo de Raadt
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-08-30When using dup2() to make a socket be stdout, first check that itTodd C. Miller
2001-08-30o kill registerTodd C. Miller
2001-08-30Better buffer lengths (MAXFOO and FOO_MAX) based on a patch fromTodd C. Miller
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-22use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-02-15MAXLOGNAME; ianm@cit.uws.edu.auTheo de Raadt
2001-02-07spellingTodd T. Fries
2000-06-28syslog should use %sTheo de Raadt
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
1999-10-17Use the AT&T UNIX macros.Aaron Campbell
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1998-08-03Set SO_REUSEADDR on printer/tcp service (port 515); csapuntz@clearviewtech.comTodd C. Miller
1997-10-05be more paranoid; based on problem report by mhpower@MIT.EDUTheo de Raadt
1997-09-09Use setlogin("") instead of setlogin(user) since target user is daemon.Todd C. Miller
1997-09-09Use setlogin(2).Todd C. Miller
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-07-27use sendmail -tTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-231 byte oflow; Don.Lewis@tsc.tdk.comTheo de Raadt
1997-07-21careful about unlink; oliverTheo de Raadt
1997-07-20careful with usernames; oliverTheo de Raadt
1997-07-20careful with link paths; oliverTheo de Raadt
1997-07-19Wall cleanup; people running lpd should test!Theo de Raadt
1997-07-17proto ksearch/msearchTheo de Raadt
1997-07-17fix XrTheo de Raadt
1997-07-17Change a strcpy() -> strncpy() because I'm paranoid.Todd C. Miller
1997-07-16crank dfname/tfname; freebsdTheo de Raadt
1997-06-02lpd has no support for specifying port option; sounds silly anyways; tinguely...Theo de Raadt
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt
1997-01-17Add OpenBSD tags (was in wrong dir for previous commit)Todd C. Miller
1996-12-20initialize name; is this the right hack?Theo de Raadt
1996-12-16Implement more tty flags for better portability from other systems:Thorsten Lockert
1996-12-05inverted logicTheo de Raadt
1996-11-03Improve portability by using ANSI/POSIX interfaces when possible.Todd C. Miller
1996-10-26we are so ftp bounce paranoid, we checked twice!Theo de Raadt