summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd/lpd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a variable and three lines of code which I should have removed asgad2016-04-251-5/+1
* Remove the advertising clause from UCB copyrighted files in usr.sbin. Thisjoel2010-12-111-4/+0
* Cleanup of userland __P usekevlo2007-11-071-2/+2
* NI_WITHSCOPEID cleanupume2005-05-131-3/+3
* Use STDIN_FILENO, STDOUT_FILENO, and STDERR_FILENO in a few moregad2003-08-131-1/+1
* Get the 'sccsid' lines even closer to correct style(9) form. Thegad2003-07-141-0/+2
* More changes to use __FBSDID() for setting rcsids, and fix thegad2003-07-141-3/+1
* add FBSDIDcharnier2003-07-061-4/+5
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-4/+2
* Redo the way that fatal-error messages are done in the chkhost() routine,gad2002-06-241-64/+88
* Stop using the depreciated 'union wait' definitions, moving to a moregad2002-06-031-2/+2
* Change lpd to recognize the '-s' parameter as a preferred synonymgad2002-04-191-11/+15
* Fix 'deamon' -> 'daemon' in a comment.gad2002-04-191-1/+1
* Fix two compile-time warnings by defining fromlen as socklen_t.gad2001-07-231-2/+2
* Rename the -w option to be -W. The recently-added -w option is differentgad2001-07-221-4/+27
* Change a few read & write calls to use 'STDOUT_FILENO' instead of '1'.gad2001-07-221-1/+1
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,gad2001-07-151-2/+2
* Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN.gad2001-07-141-1/+6
* Add two new options for lpd: -c will log all connection-errors to syslog,gad2001-06-251-30/+136
* 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-151-20/+19
* 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-26/+19
* Change the usage() message to include the recently-added -4 and -6 options.gad2001-03-121-7/+15
* IPv6 support for lpr.ume2000-12-161-61/+184
* 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
* Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send)gad2000-11-021-3/+4
* Set SO_REUSEADDR so that lpd can start while old lpd connections are stillwollman2000-09-271-2/+15
* Add -p option to prevent lpd(8) from opening a listening socket.sheldonh2000-03-291-16/+25
* Type-o, change from[...] = 0 to fromb[...] = 0. The incorrect bufferdillon2000-01-251-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix additional warnings. Remove -Werror, since some people have complainedwollman1998-09-111-1/+2
* Mega lpd/lpd upgrade, part I:wollman1997-12-021-92/+110
* Use err(3). Add usage(). Various fixes in man pages.charnier1997-09-241-3/+8
* common_source: staticize private version of warn() so to not conflictjoerg1997-08-231-23/+46
* Use setuid/seteuid around dangerous operations. Also a few bufferimp1997-07-231-6/+11
* Output name of duplicate spool dir.brian1997-07-211-1/+2
* Check for duplicate spool dirs.brian1997-05-171-1/+30
* lpc/cmds.c:imp1996-10-271-14/+24
* Cleanup.joerg1996-05-091-1/+1
* Vendor-branch import of the 4.4BSD-Lite2 code for lpr. There arejoerg1996-05-051-1/+36
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+507
OpenPOWER on IntegriCloud