summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source/common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move ckqueue() to common_source/common.cjca2016-02-291-1/+30
* Move prototypes of local functions from lp.h to the .c files and maketb2016-01-121-14/+1
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* use nanosleep() instead of select(); ok jsingderaadt2014-11-021-4/+4
* reallocarray() obviouslyderaadt2014-10-161-5/+4
* Remove the printcap fc, fs, xc, xs capabilities from lpd that were usednaddy2013-12-101-5/+1
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-041-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* remove unused variable; ok millert@stevesk2007-03-161-3/+2
* typos in comments; ok millert@stevesk2007-03-131-4/+4
* NI_WITHSCOPEID is no more.itojun2004-11-171-6/+2
* Simpler loop to free queue items. OK otto@millert2004-09-281-6/+4
* Fix leaks in error paths. from Patrick Latifi. ok millert@otto2004-09-281-10/+17
* realloc fixes; ok deraadt millertpvalchev2003-09-261-6/+12
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* kill last strcpy; ok millertderaadt2003-04-071-4/+5
* Fixed some lpd bugs while on the plane from Calgary:millert2002-06-131-3/+3
* Convert remaining K&R function headers to ANSImillert2002-06-091-11/+6
* o Kill "garbage" global (unused)millert2002-06-091-9/+8
* use the dirfd macro instead of reaching into the DIR and pulling out dd_fdmillert2002-06-081-3/+3
* Remove some debugging codemillert2002-06-081-7/+2
* Remove setuid root from lp*. lpr needs to be setuid daemon so themillert2002-06-081-12/+47
* Pull in useful bits from NetBSD and make our lp* easier to diff andmillert2002-05-201-126/+155
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-18/+4
* 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-161-3/+3
* use err/warn and friends instead of printf/exit.ericj2001-12-061-4/+4
* use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hackderaadt2001-11-231-8/+33
* o kill registermillert2001-08-301-10/+10
* 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
* 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
* Wall cleanup; people running lpd should test!deraadt1997-07-191-4/+4
* Add OpenBSD tagsmillert1997-01-171-0/+6
* proactive bounds checking; help from millertderaadt1996-10-251-2/+2
* Integrated 4.4Lite2 sourcetholo1996-07-041-19/+44
* initial import of NetBSD treederaadt1995-10-181-0/+361