summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpd/printjob.c
AgeCommit message (Expand)Author
2005-04-28add vsnprintf error checking. ok cloder@ millert@Moritz Jodeit
2004-04-14Pass the job name to the input filter via the -j flag. Some filtersTodd C. Miller
2004-04-13Treat 'o' format files (PostScript) from MacOS 10.1 the same as 'l',Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-07-27merge if() and foo = snprintf checks better; millert okTheo de Raadt
2002-06-13Fixed some lpd bugs while on the plane from Calgary:Todd C. Miller
2002-06-08o Replace some hard-coded octal constants w/ S_I*Todd C. Miller
2002-06-08Remove setuid root from lp*. lpr needs to be setuid daemon so theTodd C. Miller
2002-05-20Pull in useful bits from NetBSD and make our lp* easier to diff andTodd C. Miller
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
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-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
2000-06-28syslog should use %sTheo 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-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-19Wall cleanup; people running lpd should test!Theo de Raadt
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt
1996-11-03Improve portability by using ANSI/POSIX interfaces when possible.Todd C. Miller
1996-10-25proactive bounds checking; help from millertTheo de Raadt
1996-09-30avoid NOFILE; from bde@freebsdTheo de Raadt
1996-09-21support 57600, until we get better supportTheo de Raadt
1996-08-18Wait for an output filter to conmplete before starting the next print job;Thorsten Lockert
1996-07-27versatile baud rates; from netbsdTheo de Raadt
1996-07-04Integrated 4.4Lite2 sourceThorsten Lockert
1996-06-28closelog() before we trash syslog descriptorTheo de Raadt
1996-05-05use XS (not XC) flags when setting tty flags; from <brook@trillium.nmsu.edu>.Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt