index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
lpr
/
lpd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change some "process id" variables from 'int' to 'pid_t', renaming some
gad
2002-06-04
1
-28
/
+31
*
Cosmetic improvements to some of the syslog() calls in here (in some cases
gad
2002-06-04
1
-35
/
+44
*
Fix all the 'return' statements in here to follow style(9).
gad
2002-06-04
1
-24
/
+24
*
Avoid checking WIFEXITED and WTERMSIG in some error situations where the
gad
2002-06-04
1
-3
/
+6
*
Stop using the depreciated 'union wait' definitions, moving to a more
gad
2002-06-03
2
-26
/
+25
*
Assume __STDC__, remove non-__STDC__ code.
alfred
2002-05-28
2
-29
/
+0
*
Implement new printcap option of "rc" aka "remote.resend_copies".
gad
2002-04-23
1
-11
/
+48
*
Add description of `mc' (max copies), add short-form to long-form mapping
gad
2002-04-22
1
-0
/
+1
*
Change lpd to recognize the '-s' parameter as a preferred synonym
gad
2002-04-19
2
-13
/
+26
*
Remove a safety-setting line which is unnecessary now that the previous
gad
2002-04-19
1
-1
/
+0
*
Fix 'deamon' -> 'daemon' in a comment.
gad
2002-04-19
1
-1
/
+1
*
Add a little detail to the syslog-msg that comes up when lpd can not
gad
2002-04-19
1
-2
/
+3
*
A variable had been unnecessarily assigned a bogus value because gcc was
gad
2002-04-07
1
-7
/
+6
*
Rename a variable from 'user' to 'userid' to avoid some compiler warnings.
gad
2002-04-07
1
-5
/
+5
*
Rearrange all the error returns from sendfile() to make sure the original
gad
2002-04-07
1
-43
/
+51
*
Re-arrange how output filters (of=) are handled for queues going to
gad
2002-04-07
1
-147
/
+191
*
Move the checks for '/' a little sooner in the code which receives files
gad
2001-12-05
1
-8
/
+8
*
Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'.
gad
2001-11-27
1
-8
/
+11
*
Add minimal support for "o"-type print-file actions in lpd control files.
gad
2001-09-20
1
-1
/
+11
*
Basically rewrite the dofork() routine, to add more error-checking and
gad
2001-07-23
1
-14
/
+55
*
Get rid of some compile-time warnings by defining (or casting) variables
gad
2001-07-23
1
-19
/
+20
*
Fix two compile-time warnings by defining fromlen as socklen_t.
gad
2001-07-23
1
-2
/
+2
*
Replace calls to strncpy with calls to strlcpy, and remove the extra step
gad
2001-07-22
2
-31
/
+22
*
Rename the -w option to be -W. The recently-added -w option is different
gad
2001-07-22
2
-7
/
+30
*
Change a few read & write calls to use 'STDOUT_FILENO' instead of '1'.
gad
2001-07-22
2
-7
/
+7
*
Perform a major cleanup of the usr.sbin Makefiles.
obrien
2001-07-20
1
-1
/
+3
*
Remove whitespace at EOL.
dd
2001-07-15
1
-2
/
+2
*
Change lpd to perform sanity and safety checks on control files as it
gad
2001-07-15
1
-4
/
+7
*
Fix most of the warnings generated by compiling lpr with -Wnon-const-format,
gad
2001-07-15
3
-10
/
+15
*
Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN.
gad
2001-07-14
2
-6
/
+40
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-3
/
+4
*
Add two new options for lpd: -c will log all connection-errors to syslog,
gad
2001-06-25
2
-32
/
+168
*
Get rid of a trigraph ("??>") mistakenly put in an error message.
gad
2001-06-16
1
-1
/
+1
*
*** empty log message ***
gad
2001-06-15
1
-19
/
+15
*
Rename a few global variables which hold hostname-related values to be
gad
2001-06-15
4
-35
/
+33
*
Rename global variable 'name' to 'progname', thus fixing a number of
gad
2001-06-15
1
-1
/
+1
*
Fix about 90-100 warnings one gets when trying to compile lpr&friends
gad
2001-06-12
5
-142
/
+91
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-0
/
+1
*
Set the default manual section for usr.sbin/ to 8.
ru
2001-03-20
1
-1
/
+0
*
Fix a number of warnings that come up when compiling with BDECFLAGS.
gad
2001-03-16
1
-7
/
+7
*
Change the usage() message to include the recently-added -4 and -6 options.
gad
2001-03-12
1
-7
/
+15
*
Improve a few error messages wrt if= filters on remote print queues.
gad
2001-03-12
1
-8
/
+26
*
Prepare for mdoc(7)NG.
ru
2000-12-27
1
-1
/
+1
*
IPv6 support for lpr.
ume
2000-12-16
2
-62
/
+191
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-1
/
+1
*
Eliminate two compile-time warnings.
gad
2000-11-15
1
-0
/
+2
*
Fix the '-d' option (turns on socket-debugging). Improve startup msgs.
gad
2000-11-15
1
-10
/
+17
*
Make sure a few strings will have terminating null characters.
gad
2000-11-15
1
-0
/
+2
*
Minor style improvements.
gad
2000-11-14
1
-5
/
+5
[prev]
[next]