summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpd/lpd.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* NI_WITHSCOPEID cleanupHajimu UMEMOTO2005-05-131-3/+3
* Use STDIN_FILENO, STDOUT_FILENO, and STDERR_FILENO in a few moreGarance A Drosehn2003-08-131-1/+1
* Get the 'sccsid' lines even closer to correct style(9) form. TheGarance A Drosehn2003-07-141-0/+2
* More changes to use __FBSDID() for setting rcsids, and fix theGarance A Drosehn2003-07-141-3/+1
* add FBSDIDPhilippe Charnier2003-07-061-4/+5
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-221-4/+2
* Redo the way that fatal-error messages are done in the chkhost() routine,Garance A Drosehn2002-06-241-64/+88
* Stop using the depreciated 'union wait' definitions, moving to a moreGarance A Drosehn2002-06-031-2/+2
* Change lpd to recognize the '-s' parameter as a preferred synonymGarance A Drosehn2002-04-191-11/+15
* Fix 'deamon' -> 'daemon' in a comment.Garance A Drosehn2002-04-191-1/+1
* Fix two compile-time warnings by defining fromlen as socklen_t.Garance A Drosehn2001-07-231-2/+2
* Rename the -w option to be -W. The recently-added -w option is differentGarance A Drosehn2001-07-221-4/+27
* Change a few read & write calls to use 'STDOUT_FILENO' instead of '1'.Garance A Drosehn2001-07-221-1/+1
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,Garance A Drosehn2001-07-151-2/+2
* Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN.Garance A Drosehn2001-07-141-1/+6
* Add two new options for lpd: -c will log all connection-errors to syslog,Garance A Drosehn2001-06-251-30/+136
* Get rid of a trigraph ("??>") mistakenly put in an error message.Garance A Drosehn2001-06-161-1/+1
* *** empty log message ***Garance A Drosehn2001-06-151-19/+15
* Rename a few global variables which hold hostname-related values to beGarance A Drosehn2001-06-151-20/+19
* 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-26/+19
* Change the usage() message to include the recently-added -4 and -6 options.Garance A Drosehn2001-03-121-7/+15
* IPv6 support for lpr.Hajimu UMEMOTO2000-12-161-61/+184
* Eliminate two compile-time warnings.Garance A Drosehn2000-11-151-0/+2
* Fix the '-d' option (turns on socket-debugging). Improve startup msgs.Garance A Drosehn2000-11-151-10/+17
* Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send)Garance A Drosehn2000-11-021-3/+4
* Set SO_REUSEADDR so that lpd can start while old lpd connections are stillGarrett Wollman2000-09-271-2/+15
* Add -p option to prevent lpd(8) from opening a listening socket.Sheldon Hearn2000-03-291-16/+25
* Type-o, change from[...] = 0 to fromb[...] = 0. The incorrect bufferMatthew Dillon2000-01-251-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix additional warnings. Remove -Werror, since some people have complainedGarrett Wollman1998-09-111-1/+2
* Mega lpd/lpd upgrade, part I:Garrett Wollman1997-12-021-92/+110
* Use err(3). Add usage(). Various fixes in man pages.Philippe Charnier1997-09-241-3/+8
* common_source: staticize private version of warn() so to not conflictJoerg Wunsch1997-08-231-23/+46
* Use setuid/seteuid around dangerous operations. Also a few bufferWarner Losh1997-07-231-6/+11
* Output name of duplicate spool dir.Brian Somers1997-07-211-1/+2
* Check for duplicate spool dirs.Brian Somers1997-05-171-1/+30
* lpc/cmds.c:Warner Losh1996-10-271-14/+24
* Cleanup.Joerg Wunsch1996-05-091-1/+1
* Vendor-branch import of the 4.4BSD-Lite2 code for lpr. There areJoerg Wunsch1996-05-051-0/+542