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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark all internal libraries with INTERNALLIB.
ru
2002-05-13
1
-5
/
+1
*
Include <netinet/in.h> to squash one more compile-time warning.
gad
2002-04-25
1
-0
/
+2
*
When using %p to print out pointers to struct's, first cast the values
gad
2002-04-25
1
-7
/
+8
*
Improve the error message the user sees if the startdaemon routine cannot
gad
2002-04-23
1
-4
/
+6
*
Implement new printcap option of "rc" aka "remote.resend_copies".
gad
2002-04-23
4
-11
/
+70
*
Add 'const' to some casts to fix two warnings that are printed by the
gad
2002-04-22
2
-4
/
+4
*
Add 'const' to some casts to fix two warnings that are printed by the
gad
2002-04-22
1
-2
/
+2
*
Usage style sweep: spell "usage" with a small 'u'.
des
2002-04-22
1
-3
/
+3
*
Don't needlessly redefine the afterinstall target.
ru
2002-04-22
1
-6
/
+1
*
Underline the default value for rp=, the same way all the other string-type
gad
2002-04-22
1
-1
/
+1
*
Add description of `mc' (max copies), add short-form to long-form mapping
gad
2002-04-22
3
-0
/
+6
*
Use `The .Nm utility'
charnier
2002-04-20
5
-22
/
+33
*
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
*
Add another level of checking to 'chkprintcap', which is done by
gad
2001-12-15
4
-6
/
+352
*
Move the checks for '/' a little sooner in the code which receives files
gad
2001-12-05
1
-8
/
+8
*
My recent changes to add the ctl_renametf routine assumed that print job
gad
2001-11-28
2
-21
/
+38
*
Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'.
gad
2001-11-27
2
-10
/
+15
*
Fix one more compile-time warning by renaming a local variable.
gad
2001-10-09
1
-3
/
+3
*
Fix a compile-time warning by declaring 'len' as size_t instead of int.
gad
2001-10-09
1
-1
/
+1
*
Rename the local variable 'person' to 'lpr_username', to avoid compile-time
gad
2001-10-09
1
-9
/
+9
*
Get rid of some minor compile-time errors by changing copyright/rcsid
gad
2001-10-09
1
-3
/
+6
*
Fix minor compile-time error in definition of 'copyright'.
gad
2001-10-09
1
-1
/
+1
*
Fix minor compile-time warning that snunk in with changes to sortq() rtn.
gad
2001-10-09
1
-0
/
+1
*
*** empty log message ***
obrien
2001-10-01
1
-3
/
+4
*
Basically rewrite the sortq() routine which is used by 'lpc clean' and
gad
2001-09-27
1
-20
/
+126
*
Add minimal support for "o"-type print-file actions in lpd control files.
gad
2001-09-20
2
-13
/
+29
*
Fix so that lpc's interactive-mode will not be confused by EditLine processing
gad
2001-09-17
1
-0
/
+9
*
Set BINOWN=root explicitly for setuid root binaries.
ru
2001-09-13
3
-0
/
+3
*
Fix buffer overflow in queue file handling.
kris
2001-08-30
1
-7
/
+13
*
mdoc(7) police: protect trailing full stops of abbreviations
ru
2001-08-10
1
-1
/
+1
*
mdoc(7) police:
ru
2001-08-07
2
-5
/
+3
*
Basically rewrite the dofork() routine, to add more error-checking and
gad
2001-07-23
1
-14
/
+55
*
Get rid of a compile-time warning by casting to (size_t).
gad
2001-07-23
1
-1
/
+1
*
Get rid of a compile-time warning by casting to (size_t).
gad
2001-07-23
1
-1
/
+1
*
Fix a few more minor compile-time warnings, mainly by using size_t where
gad
2001-07-23
1
-10
/
+15
*
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
3
-37
/
+25
*
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
16
-43
/
+65
*
Remove GCC'isms in CFLAGS.
obrien
2001-07-20
1
-1
/
+1
*
Remove whitespace at EOL.
dd
2001-07-15
4
-8
/
+8
[next]