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
*
mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.
dd
2001-04-13
1
-4
/
+4
*
beforeinstall -> SCRIPTS.
ru
2001-04-07
1
-4
/
+2
*
Make sure the euid is restored in an obscure error situation.
gad
2001-04-06
1
-3
/
+4
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
9
-7
/
+7
*
Set the default manual section for usr.sbin/ to 8.
ru
2001-03-20
7
-4
/
+4
*
Fix a number of warnings that come up when compiling with BDECFLAGS.
gad
2001-03-16
1
-7
/
+7
*
Add a comment pointing to the freebsd-print@bostonradio.org mailing list.
gad
2001-03-12
1
-0
/
+3
*
Change the usage() message to include the recently-added -4 and -6 options.
gad
2001-03-12
1
-7
/
+15
*
Fix "lprm -" (remove all jobs) processing for remote printer queues.
gad
2001-03-12
1
-10
/
+17
*
Improve a few error messages wrt if= filters on remote print queues.
gad
2001-03-12
1
-8
/
+26
*
Stop pac dereferencing a null pointer if accounting is not enabeled.
dwmalone
2001-02-25
1
-1
/
+2
*
mdoc(7) police: Change -filled displays (which just happen
ru
2001-02-07
1
-2
/
+2
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
2
-26
/
+57
*
Prepare for mdoc(7)NG.
ru
2001-01-16
1
-1
/
+2
*
Use macro API to <sys/queue.h>
phk
2000-12-30
2
-7
/
+7
*
Prepare for mdoc(7)NG.
ru
2000-12-27
6
-7
/
+8
*
IPv6 support for lpr.
ume
2000-12-16
5
-142
/
+303
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
10
-20
/
+20
*
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
*
Reset the seteuid in a few obscure error situations.
gad
2000-11-15
1
-1
/
+4
*
Just some style-related improvements.
gad
2000-11-15
1
-24
/
+32
*
Minor style improvements.
gad
2000-11-14
1
-5
/
+5
*
Fix (style) some variable initializations.
gad
2000-11-14
1
-4
/
+6
*
Change 'count' to a more descriptive 'jobcount', and fix the stupid
gad
2000-11-14
1
-6
/
+6
*
Get rid of 'exit(-1)' calls. Exit codes are limited to 8 bits under most
gad
2000-11-14
1
-2
/
+2
*
My previous commit removed a line it wasn't supposed to. Add it back.
gad
2000-11-13
1
-2
/
+3
*
Replace call to mktemp() with mkstemp. Also move where that call is
gad
2000-11-13
1
-17
/
+43
*
Avoid use of direct troff requests in mdoc(7) manual pages.
ru
2000-11-10
1
-2
/
+1
*
Fix 'printit()' to ignore some lines it doesn't recognize (most likely
gad
2000-11-08
2
-4
/
+24
*
Cosmetic change of a structure name.
gad
2000-11-06
5
-44
/
+44
*
Get rid of a minor compile-time warning.
gad
2000-11-06
1
-2
/
+2
*
Cosmetic improvements to a few recvjob-related error messages.
gad
2000-11-06
1
-18
/
+35
*
Fix a format-code, thus getting rid of a compile-time warning msg.
gad
2000-11-06
1
-1
/
+1
*
Fix potential problem processing jobs from hosts with >32 character hostnames.
gad
2000-11-05
1
-3
/
+6
*
Fix 'lprm' processing so is more likely to work correctly when dealing
gad
2000-11-05
1
-1
/
+1
*
In the error-message routine for receiving a job, move the "cleanup" to be
gad
2000-11-05
1
-2
/
+17
*
This update gets it so 'lpr -r' ("remove the file after printing") will
gad
2000-11-03
1
-0
/
+79
*
Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send)
gad
2000-11-02
8
-11
/
+393
*
Change 'lpr' so -C (class) information is included in the control file
gad
2000-11-01
1
-1
/
+1
*
Make the standard 'lpq' output a little more informative when listing jobs
gad
2000-10-31
1
-12
/
+39
*
Fix 'lpq' so it can correctly display jobs which come from hosts using
gad
2000-10-31
1
-9
/
+44
*
Change my email on MAINTAINER from an RPI address to my FreeBSD address.
gad
2000-10-30
1
-1
/
+1
*
Fix cosmetic error in rmjob message.
wollman
2000-09-27
1
-2
/
+0
*
Set SO_REUSEADDR so that lpd can start while old lpd connections are still
wollman
2000-09-27
1
-2
/
+15
*
the code assumes that getgroups() always returns NGROUPS groups, however
alfred
2000-08-23
1
-2
/
+4
*
Admin some amount of responsibility for the current state of lpr/lpd.
wollman
2000-07-15
1
-0
/
+3
*
Quit on EOF from terminal instead of redisplaying the prompt.
mph
2000-06-30
1
-1
/
+1
*
Fix description of `-i' and `-w' options.
wollman
2000-06-27
1
-23
/
+34
[next]