index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
lpr
/
lpd
/
printjob.c
Age
Commit message (
Expand
)
Author
2005-04-28
add vsnprintf error checking. ok cloder@ millert@
Moritz Jodeit
2004-04-14
Pass the job name to the input filter via the -j flag. Some filters
Todd C. Miller
2004-04-13
Treat 'o' format files (PostScript) from MacOS 10.1 the same as 'l',
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-07-27
merge if() and foo = snprintf checks better; millert ok
Theo de Raadt
2002-06-13
Fixed some lpd bugs while on the plane from Calgary:
Todd C. Miller
2002-06-08
o Replace some hard-coded octal constants w/ S_I*
Todd C. Miller
2002-06-08
Remove setuid root from lp*. lpr needs to be setuid daemon so the
Todd C. Miller
2002-05-20
Pull in useful bits from NetBSD and make our lp* easier to diff and
Todd C. Miller
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-21
s/deamon/daemon/
Theo de Raadt
2001-11-19
only slight fixes needed in signal handlers
Theo de Raadt
2001-10-29
MacOS 10.1 lpr clients send a format character of "o" to indicate postscript;...
Theo de Raadt
2001-09-19
occured->occurred
Mike Pechkin
2001-08-30
o kill register
Todd C. Miller
2001-08-30
Better buffer lengths (MAXFOO and FOO_MAX) based on a patch from
Todd C. Miller
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
Theo de Raadt
2001-06-22
use strlcpy vs strncpy+a[len-1]='\0'
lebel
2001-02-15
MAXLOGNAME; ianm@cit.uws.edu.au
Theo de Raadt
2000-06-28
syslog should use %s
Theo de Raadt
1997-09-09
Use setlogin("") instead of setlogin(user) since target user is daemon.
Todd C. Miller
1997-09-09
Use setlogin(2).
Todd C. Miller
1997-07-27
use sendmail -t
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-23
1 byte oflow; Don.Lewis@tsc.tdk.com
Theo de Raadt
1997-07-21
careful about unlink; oliver
Theo de Raadt
1997-07-20
careful with usernames; oliver
Theo de Raadt
1997-07-19
Wall cleanup; people running lpd should test!
Theo de Raadt
1997-04-04
when mktemp() is hard to fix, use 10 X
Theo de Raadt
1996-11-03
Improve portability by using ANSI/POSIX interfaces when possible.
Todd C. Miller
1996-10-25
proactive bounds checking; help from millert
Theo de Raadt
1996-09-30
avoid NOFILE; from bde@freebsd
Theo de Raadt
1996-09-21
support 57600, until we get better support
Theo de Raadt
1996-08-18
Wait for an output filter to conmplete before starting the next print job;
Thorsten Lockert
1996-07-27
versatile baud rates; from netbsd
Theo de Raadt
1996-07-04
Integrated 4.4Lite2 source
Thorsten Lockert
1996-06-28
closelog() before we trash syslog descriptor
Theo de Raadt
1996-05-05
use XS (not XC) flags when setting tty flags; from <brook@trillium.nmsu.edu>.
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt