summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpd/recvjob.c
AgeCommit message (Expand)Author
2002-06-19stretch some ugly while();Theo de Raadt
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
2001-11-27Fix check for '/' in cf file and change the check for '/' in df fileTodd C. Miller
2001-11-19only slight fixes needed in signal handlersTheo de Raadt
2001-08-30o kill registerTodd C. Miller
2001-06-22use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-02-07spellingTodd T. Fries
1997-10-05be more paranoid; based on problem report by mhpower@MIT.EDUTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-20careful with link paths; oliverTheo de Raadt
1997-07-17Change a strcpy() -> strncpy() because I'm paranoid.Todd C. Miller
1997-07-16crank dfname/tfname; freebsdTheo de Raadt
1997-01-17Add OpenBSD tags (was in wrong dir for previous commit)Todd C. Miller
1996-12-05inverted logicTheo 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-21overflow protectionTheo de Raadt
1996-07-04Integrated 4.4Lite2 sourceThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt