aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpc/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two buffer overflows caused by off-by-one errors: avoid writing a nullTim J. Robbins2003-10-131-2/+2
* More changes to use __FBSDID() for setting rcsids, and fix theGarance A Drosehn2003-07-141-4/+5
* Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. TheseGarance A Drosehn2002-07-171-0/+42
* Add a new command to 'lpc' called 'setstatus', which would be used toGarance A Drosehn2002-06-151-4/+8
* *** empty log message ***David E. O'Brien2001-10-011-3/+4
* Fix so that lpc's interactive-mode will not be confused by EditLine processingGarance A Drosehn2001-09-171-0/+9
* Get rid of a compile-time warning by casting to (size_t).Garance A Drosehn2001-07-231-1/+1
* Get rid of one compile-time warning by changing an 'int' to a 'size_t'.Garance A Drosehn2001-07-151-6/+10
* Make 'lpc clean' somewhat safer. Add an 'lpc tclean' command, which allowsGarance A Drosehn2001-06-251-2/+10
* Rename global variable 'name' to 'progname', thus fixing a number ofGarance A Drosehn2001-06-151-1/+1
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsGarance A Drosehn2001-06-121-22/+16
* Get rid of a minor compile-time warning.Garance A Drosehn2000-11-061-2/+2
* the code assumes that getgroups() always returns NGROUPS groups, howeverAlfred Perlstein2000-08-231-2/+4
* Quit on EOF from terminal instead of redisplaying the prompt.Matthew Hunt2000-06-301-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix some cut and paste damage.Matthew N. Dodd1999-08-201-2/+2
* What the heck was I thinking? Nobody else saw this? Sheesh.Matthew N. Dodd1999-08-201-3/+5
* Use el_source() so we pick up .editrcMatthew N. Dodd1999-08-191-1/+2
* Add support for command line editing and history.Matthew N. Dodd1999-08-191-23/+44
* Fix additional warnings. Remove -Werror, since some people have complainedGarrett Wollman1998-09-111-8/+9
* Cast an argument to int for a printf field width the way that gccJohn Birrell1998-03-221-2/+2
* Mega lpd/lpd upgrade, part I:Garrett Wollman1997-12-021-4/+11
* Use err(3). Add usage(). Various fixes in man pages.Philippe Charnier1997-09-241-13/+14
* Use setuid/seteuid around dangerous operations. Also a few bufferWarner Losh1997-07-231-4/+12
* lpc/cmds.c:Warner Losh1996-10-271-1/+1
* Cleanup.Joerg Wunsch1996-05-091-1/+0
* Vendor-branch import of the 4.4BSD-Lite2 code for lpr. There areJoerg Wunsch1996-05-051-0/+314