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
Age
Commit message (
Expand
)
Author
2008-04-15
- make it clear that hosts.lpd follows the same syntax that hosts.equiv(5)
Antoine Jacoutot
2007-09-10
Proper use of fseek/fseeko macros.
Tobias Stoeckmann
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-05-05
remove code for -W, argument now a no-op; ok millert@
Kevin Steves
2007-05-03
Deprecate the -W flag; it has been the default for years now.
Todd C. Miller
2007-05-01
remove #ifndef SUN_LEN; ok millert@
Kevin Steves
2007-04-07
KNF, spaces; ok millert@
Kevin Steves
2007-02-16
sort options; from Igor Sobrado
Jason McIntyre
2006-12-11
rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tama...
Theo de Raadt
2005-07-17
document that clients need dns entries;
Jason McIntyre
2005-04-28
add vsnprintf error checking. ok cloder@ millert@
Moritz Jodeit
2004-12-16
default wait time for dead server connection is 300 seconds, not 120.
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
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-12
- section reorder
Jason McIntyre
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-31
ascii -> ASCII
Jason McIntyre
2003-01-06
Typo: s/to be use if/to be used if/ s/Standford/Stanford/
Chad Loder
2002-09-06
use more socklen_t; pvalchev
Theo de Raadt
2002-07-27
merge if() and foo = snprintf checks better; millert ok
Theo de Raadt
2002-06-23
uid_t and gid_t are unsigned
Theo de Raadt
2002-06-19
stretch some ugly while();
Theo de Raadt
2002-06-13
Fixed some lpd bugs while on the plane from Calgary:
Todd C. Miller
2002-06-11
lprm needs to be setuid daemon after all
Todd C. Miller
2002-06-08
o Replace some hard-coded octal constants w/ S_I*
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-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
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-27
Fix check for '/' in cf file and change the check for '/' in df file
Todd C. Miller
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-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-09-05
do not select(20, ...)
Theo de Raadt
[next]