summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
AgeCommit message (Expand)Author
1997-07-27use sendmail -tTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-25restore traditional "all" keyword option - see lpc(8)grr
1997-07-24inet_aton() returns 0 on error, not -1.Todd C. Miller
1997-07-231 byte oflows; millertTheo de Raadt
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-18Be extra careful when unlinking data file to only remove a file isTodd C. Miller
1997-07-17WallTheo de Raadt
1997-07-17proto ksearch/msearchTheo de Raadt
1997-07-17unistd.hTheo 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-07-09Fix strncat(3) usage.Todd C. Miller
1997-07-08BUFSIZ -> MAXPATHLEN and strcat -> strncat.Todd C. Miller
1997-06-23It is not a reasonable default behavior to abort a printout because of itskstailey
1997-06-21fix -a synopsis typo; joerg@freebsdTheo de Raadt
1997-06-20add newline to messagekstailey
1997-06-20I wasted a lot of paper because of the way that printcap mx is handled.kstailey
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
1997-01-17Add OpenBSD tagsTodd C. Miller
1997-01-17Possible buf oflow.Todd C. Miller
1997-01-17OpenBSD tagsTodd C. Miller
1997-01-17possible oflowTodd C. Miller
1997-01-06add -r switch for onlcr translationMichael Shalayeff
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-05lpr suite uses getcap(3) so this is never used!Todd C. Miller
1996-11-04Remove dead code as pointed out by bitblt. Also nuke the gross #defines,Todd C. Miller
1996-11-04Don't use access(2) -- from Theo.Todd C. Miller
1996-11-03Improve portability by using ANSI/POSIX interfaces when possible.Todd C. Miller
1996-10-31buf oflows pendantryTodd C. Miller
1996-10-26we are so ftp bounce paranoid, we checked twice!Theo de Raadt
1996-10-26getopt returns -1 on OpenBSDimp
1996-10-25proactive bounds checking; help from millertTheo de Raadt
1996-09-30avoid NOFILE; from bde@freebsdTheo de Raadt
1996-09-21dohTheo de Raadt
1996-09-21i so rarely forget htons & friends; this time i did -- warner caught meTheo de Raadt
1996-09-21overflow protectionTheo de Raadt
1996-09-21oflow protection, ftp bounce protection, dns spoof protectionTheo de Raadt
1996-09-21support 57600, until we get better supportTheo de Raadt
1996-08-29hate warnings, kill warningsTheo de Raadt
1996-08-18Wait for an output filter to conmplete before starting the next print job;Thorsten Lockert