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
/
lpd.c
Age
Commit message (
Expand
)
Author
2004-04-07
Remove those option letters from the getopt string which do not have a case
Aaron Campbell
2003-11-08
typos from Jonathon Gray;
Jason McIntyre
2003-10-16
safer realloc. deraadt ok
Jun-ichiro itojun Hagino
2003-09-26
realloc fixes; ok deraadt millert
Peter Valchev
2003-09-03
plug mem leaks, pr3425 from patrick latifi. ok deraadt@
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-09-06
use more socklen_t; pvalchev
Theo de Raadt
2002-06-23
uid_t and gid_t are unsigned
Theo de Raadt
2002-06-11
lprm needs to be setuid daemon after all
Todd C. Miller
2002-06-08
make this actually compile
Todd C. Miller
2002-06-08
Force lpd socket to be mode 0660, group daemon
Todd C. Miller
2002-06-08
Remove setuid root from lp*. lpr needs to be setuid daemon so the
Todd C. Miller
2002-05-28
Repair remote printing; maxfd was not set correctly for remote connections.
Todd C. Miller
2002-05-22
unlink lpd.pid if killed by a signal
Todd C. Miller
2002-05-22
Use O_EXLOCK in open() instead of flock() to eliminate a potential locking
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-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
2002-01-07
Revert local changes that should not have been committed
Todd C. Miller
2002-01-07
To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN
Todd C. Miller
2001-12-06
use err/warn and friends instead of printf/exit.
Eric Jackson
2001-11-23
use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hack
Theo de Raadt
2001-11-19
only slight fixes needed in signal handlers
Theo de Raadt
2001-09-05
do not select(20, ...)
Theo de Raadt
2001-09-04
Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...
Todd C. Miller
2001-08-30
When using dup2() to make a socket be stdout, first check that it
Todd C. Miller
2001-08-30
o kill register
Todd C. Miller
2001-06-22
use strlcpy vs strncpy+a[len-1]='\0'
lebel
1998-08-03
Set SO_REUSEADDR on printer/tcp service (port 515); csapuntz@clearviewtech.com
Todd C. Miller
1997-08-04
save errno in sigchld handlers
Theo de Raadt
1997-07-19
Wall cleanup; people running lpd should test!
Theo de Raadt
1997-01-17
Add OpenBSD tags (was in wrong dir for previous commit)
Todd C. Miller
1996-12-20
initialize name; is this the right hack?
Theo de Raadt
1996-11-03
Improve portability by using ANSI/POSIX interfaces when possible.
Todd C. Miller
1996-10-26
we are so ftp bounce paranoid, we checked twice!
Theo de Raadt
1996-09-21
doh
Theo de Raadt
1996-09-21
i so rarely forget htons & friends; this time i did -- warner caught me
Theo de Raadt
1996-09-21
oflow protection, ftp bounce protection, dns spoof protection
Theo de Raadt
1996-08-07
ftp bounce protection
Theo de Raadt
1996-07-04
Fix bogon in import
Thorsten Lockert
1996-07-04
Integrated 4.4Lite2 source
Thorsten Lockert
1996-05-05
headers
Theo de Raadt
1996-05-01
save some bytes of disk
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt