summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpc/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* Check the return error of set[ug]id. While this can never fail in theeadler2012-10-221-3/+3
* fgets(3) returns a pointer, so compare against NULL, not integer 0.kevlo2012-01-131-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.sbin. Thisjoel2010-12-111-4/+0
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-191-2/+6
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historystefanf2005-10-191-1/+1
* MFS5: Minor style(9) tweak.delphij2005-02-221-1/+1
* Be more careful when doing el_parse() - only do it when el isdelphij2005-02-151-1/+1
* Fix two buffer overflows caused by off-by-one errors: avoid writing a nulltjr2003-10-131-2/+2
* More changes to use __FBSDID() for setting rcsids, and fix thegad2003-07-141-4/+5
* Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. Thesegad2002-07-171-0/+42
* Add a new command to 'lpc' called 'setstatus', which would be used togad2002-06-151-4/+8
* *** empty log message ***obrien2001-10-011-3/+4
* Fix so that lpc's interactive-mode will not be confused by EditLine processinggad2001-09-171-0/+9
* Get rid of a compile-time warning by casting to (size_t).gad2001-07-231-1/+1
* Get rid of one compile-time warning by changing an 'int' to a 'size_t'.gad2001-07-151-6/+10
* Make 'lpc clean' somewhat safer. Add an 'lpc tclean' command, which allowsgad2001-06-251-2/+10
* Rename global variable 'name' to 'progname', thus fixing a number ofgad2001-06-151-1/+1
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsgad2001-06-121-22/+16
* Get rid of a minor compile-time warning.gad2000-11-061-2/+2
* the code assumes that getgroups() always returns NGROUPS groups, howeveralfred2000-08-231-2/+4
* Quit on EOF from terminal instead of redisplaying the prompt.mph2000-06-301-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix some cut and paste damage.mdodd1999-08-201-2/+2
* What the heck was I thinking? Nobody else saw this? Sheesh.mdodd1999-08-201-3/+5
* Use el_source() so we pick up .editrcmdodd1999-08-191-1/+2
* Add support for command line editing and history.mdodd1999-08-191-23/+44
* Fix additional warnings. Remove -Werror, since some people have complainedwollman1998-09-111-8/+9
* Cast an argument to int for a printf field width the way that gccjb1998-03-221-2/+2
* Mega lpd/lpd upgrade, part I:wollman1997-12-021-4/+11
* Use err(3). Add usage(). Various fixes in man pages.charnier1997-09-241-13/+14
* Use setuid/seteuid around dangerous operations. Also a few bufferimp1997-07-231-4/+12
* lpc/cmds.c:imp1996-10-271-1/+1
* Cleanup.joerg1996-05-091-1/+0
* Vendor-branch import of the 4.4BSD-Lite2 code for lpr. There arejoerg1996-05-051-4/+41
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+277
OpenPOWER on IntegriCloud