summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some debugging codemillert2002-06-081-7/+2
* Remove setuid root from lp*. lpr needs to be setuid daemon so themillert2002-06-086-90/+166
* Remove useless sigaddset()millert2002-05-281-3/+2
* Pull in useful bits from NetBSD and make our lp* easier to diff andmillert2002-05-207-235/+345
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-18/+4
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-163-30/+30
* use err/warn and friends instead of printf/exit.ericj2001-12-063-22/+10
* use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hackderaadt2001-11-233-12/+51
* displayq to honor the terminal width; millert@ okmickey2001-11-012-14/+27
* o kill registermillert2001-08-304-36/+36
* Better buffer lengths (MAXFOO and FOO_MAX) based on a patch frommillert2001-08-301-3/+3
* Use NAME_MAX, not MAXPATHLEN for buffer sizes since they are notmillert2001-08-301-4/+4
* Fix buffer oflow reading from queue file. While we are at it, crankmillert2001-08-291-9/+15
* use strlcpy vs strncpy+a[len-1]='\0'lebel2001-06-221-4/+3
* another euid mixup; wiz@danbala.ifoer.tuwien.ac.atderaadt2001-04-051-4/+6
* missung euid swapout; j@ida.interface-business.dederaadt2001-04-041-3/+5
* Treat a printer as remote iff RM is not us or RP is set and it doesn't match theangelos1998-06-281-2/+17
* Fix snprintf return value usage.millert1998-06-231-4/+4
* buf mishandling; rotel@indigo.iederaadt1998-04-221-6/+6
* be more paranoid.deraadt1998-02-271-11/+21
* Use keepalives as the protocol never notices if a networked printerniklas1998-02-151-3/+6
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-5/+5
* inet_aton() returns 0 on error, not -1.millert1997-07-241-3/+3
* 1 byte oflows; millertderaadt1997-07-232-7/+7
* Wall cleanup; people running lpd should test!deraadt1997-07-191-4/+4
* Be extra careful when unlinking data file to only remove a file ismillert1997-07-181-2/+4
* Wallderaadt1997-07-172-6/+6
* It is not a reasonable default behavior to abort a printout because of itskstailey1997-06-231-2/+2
* Add OpenBSD tagsmillert1997-01-176-0/+24
* Possible buf oflow.millert1997-01-171-3/+10
* lpr suite uses getcap(3) so this is never used!millert1996-11-051-327/+0
* Remove dead code as pointed out by bitblt. Also nuke the gross #defines,millert1996-11-041-178/+21
* proactive bounds checking; help from millertderaadt1996-10-254-8/+12
* Integrated 4.4Lite2 sourcetholo1996-07-045-51/+88
* from netbsd; {} maniaderaadt1995-11-221-4/+5
* lprm failed to delete all files; from thomas@cevis.uni-Bremen.de; netbsd pr#1756deraadt1995-11-132-4/+7
* initial import of NetBSD treederaadt1995-10-188-0/+2038