summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd
Commit message (Expand)AuthorAgeFilesLines
...
* Remove whitespace at EOL.dd2001-07-151-2/+2
* Change lpd to perform sanity and safety checks on control files as itgad2001-07-151-4/+7
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,gad2001-07-153-10/+15
* Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN.gad2001-07-142-6/+40
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Fix the type of the NULL arg to execl()brian2001-07-091-3/+4
* Add two new options for lpd: -c will log all connection-errors to syslog,gad2001-06-252-32/+168
* Get rid of a trigraph ("??>") mistakenly put in an error message.gad2001-06-161-1/+1
* *** empty log message ***gad2001-06-151-19/+15
* Rename a few global variables which hold hostname-related values to begad2001-06-154-35/+33
* 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-125-142/+91
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
* Fix a number of warnings that come up when compiling with BDECFLAGS.gad2001-03-161-7/+7
* Change the usage() message to include the recently-added -4 and -6 options.gad2001-03-121-7/+15
* Improve a few error messages wrt if= filters on remote print queues.gad2001-03-121-8/+26
* Prepare for mdoc(7)NG.ru2000-12-271-1/+1
* IPv6 support for lpr.ume2000-12-162-62/+191
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Eliminate two compile-time warnings.gad2000-11-151-0/+2
* Fix the '-d' option (turns on socket-debugging). Improve startup msgs.gad2000-11-151-10/+17
* Make sure a few strings will have terminating null characters.gad2000-11-151-0/+2
* Minor style improvements.gad2000-11-141-5/+5
* Fix (style) some variable initializations.gad2000-11-141-4/+6
* Change 'count' to a more descriptive 'jobcount', and fix the stupidgad2000-11-141-6/+6
* Get rid of 'exit(-1)' calls. Exit codes are limited to 8 bits under mostgad2000-11-141-2/+2
* My previous commit removed a line it wasn't supposed to. Add it back.gad2000-11-131-2/+3
* Replace call to mktemp() with mkstemp. Also move where that call isgad2000-11-131-17/+43
* Fix 'printit()' to ignore some lines it doesn't recognize (most likelygad2000-11-082-4/+24
* Cosmetic change of a structure name.gad2000-11-061-10/+10
* Cosmetic improvements to a few recvjob-related error messages.gad2000-11-061-18/+35
* Fix a format-code, thus getting rid of a compile-time warning msg.gad2000-11-061-1/+1
* Fix potential problem processing jobs from hosts with >32 character hostnames.gad2000-11-051-3/+6
* In the error-message routine for receiving a job, move the "cleanup" to begad2000-11-051-2/+17
* Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send)gad2000-11-023-7/+38
* Set SO_REUSEADDR so that lpd can start while old lpd connections are stillwollman2000-09-271-2/+15
* Re-implement my fix from rev 1.6 (same rev for both files being committed)mpp2000-05-241-1/+10
* Add -p option to prevent lpd(8) from opening a listening socket.sheldonh2000-03-292-17/+32
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-5/+10
* Type-o, change from[...] = 0 to fromb[...] = 0. The incorrect bufferdillon2000-01-251-1/+1
* Add support for pr's localeache1999-11-302-9/+24
* Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+1
* $Id$ -> $FreeBSD$peter1999-08-288-8/+8
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Fix additional warnings. Remove -Werror, since some people have complainedwollman1998-09-115-11/+14
* Fix ``lp=port@machine'' syntax and mention it in printcap(5).brian1998-08-211-2/+2
* Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spitsjb1998-06-111-5/+1
* Make -Werror i386 specific because -nostinc on alpha spits warningsjb1998-05-131-2/+6
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-071-4/+3
OpenPOWER on IntegriCloud