summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source
Commit message (Expand)AuthorAgeFilesLines
* Fix a few more minor compile-time warnings, mainly by using size_t wheregad2001-07-231-10/+15
* Replace calls to strncpy with calls to strlcpy, and remove the extra stepgad2001-07-221-6/+3
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+4
* Change lpd to perform sanity and safety checks on control files as itgad2001-07-153-2/+924
* Replace three subtly-wrong calls to strncpy with calls to strlcpy, andgad2001-07-152-15/+13
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,gad2001-07-152-4/+5
* Rename a few global variables which hold hostname-related values to begad2001-06-155-27/+49
* Rename global variable 'name' to 'progname', thus fixing a number ofgad2001-06-152-3/+3
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsgad2001-06-127-173/+125
* Make sure the euid is restored in an obscure error situation.gad2001-04-061-3/+4
* Fix "lprm -" (remove all jobs) processing for remote printer queues.gad2001-03-121-10/+17
* Use macro API to <sys/queue.h>phk2000-12-301-2/+2
* IPv6 support for lpr.ume2000-12-162-80/+111
* Reset the seteuid in a few obscure error situations.gad2000-11-151-1/+4
* Just some style-related improvements.gad2000-11-151-24/+32
* Cosmetic change of a structure name.gad2000-11-063-24/+24
* Fix 'lprm' processing so is more likely to work correctly when dealinggad2000-11-051-1/+1
* Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send)gad2000-11-024-3/+325
* Make the standard 'lpq' output a little more informative when listing jobsgad2000-10-311-12/+39
* Fix 'lpq' so it can correctly display jobs which come from hosts usinggad2000-10-311-9/+44
* Fix cosmetic error in rmjob message.wollman2000-09-271-2/+0
* Back out the previous change to the queue(3) interface.jake2000-05-261-6/+6
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-6/+6
* This appears to have been repo-copied to lpd a while ago and neverimp2000-05-091-375/+0
* Print files submitted at the same instant in deterministic order.wollman2000-05-031-5/+20
* $Id$ -> $FreeBSD$peter1999-08-2810-10/+10
* lpd tries to be clever and checks if RM == my_hostname.jkh1999-04-273-3/+25
* Fix additional warnings. Remove -Werror, since some people have complainedwollman1998-09-112-5/+4
* Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spitsjb1998-06-111-4/+1
* The printf type checking in gcc wants %qd to be a long long, so addjb1998-05-131-2/+2
* Make -Werror i386 specific because -nostinc on alpha spits warningsjb1998-05-131-2/+5
* Fix top-of-form bogon.wollman1997-12-271-2/+2
* Mega lpd/lpd upgrade, part I:wollman1997-12-0211-394/+1210
* Argl! Who's got the pointy hat these days? Hand it over to me, ASAP!joerg1997-11-071-0/+1
* One could be surprised how much bugs can still be found here...joerg1997-10-151-2/+3
* Improve my hack from rev 1.6 of displayq.c, and make the TCPjoerg1997-10-145-2/+20
* Be more paranoid about unlinking files. From mhpower@MIT.EDU by way ofimp1997-10-061-4/+6
* Use err(3). Add usage(). Various fixes in man pages.charnier1997-09-243-18/+21
* common_source: staticize private version of warn() so to not conflictjoerg1997-08-232-2/+2
* Two minor, pedantic fixes from bde for my last pedantic fixes, plusimp1997-07-295-11/+11
* Fix boatloads of buffer overflows from the OpenBSD tree.imp1997-07-294-16/+23
* index -> strchr and rindex -> strrchr to reduce the number of gratuitousimp1997-07-231-1/+1
* Use setuid/seteuid around dangerous operations. Also a few bufferimp1997-07-234-12/+78
* Add code to make sure that we don't overflow the buffer that we copyimp1997-07-181-1/+4
* Fix a problem where remote files could be removed by exploiting raceimp1997-07-181-0/+2
* Increase size of tmp hostname buffer.phk1997-07-161-2/+2
* Imply a 10-second connection timeout when querying remote queues, tojoerg1997-06-231-0/+13
* Buffer overflow from OpenBSD:imp1997-02-091-5/+8
* lpc/cmds.c:imp1996-10-271-2/+4
* Cleanup.joerg1996-05-098-1032/+9
OpenPOWER on IntegriCloud