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
/
common_source
Age
Commit message (
Expand
)
Author
2021-01-19
Fix the embedded scope hack. They way this was written is buggy since the
Claudio Jeker
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
Philip Guenther
2016-03-17
Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.
Anthony J. Bentley
2016-02-29
Move ckqueue() to common_source/common.c
Jeremie Courreges-Anglas
2016-01-12
Move prototypes of local functions from lp.h to the .c files and make
tb
2015-10-28
Remove support for lpd.pid file. OK deraadt@
Todd C. Miller
2015-10-27
Use AF_UNIX instead of AF_LOCAL.
Todd C. Miller
2015-10-11
Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept
Philip Guenther
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-02
use nanosleep() instead of select(); ok jsing
Theo de Raadt
2014-10-16
reallocarray() obviously
Theo de Raadt
2014-07-20
Make sure the correct errno is reported by warn* or err* and not
Philip Guenther
2014-05-21
stat(2) on the spool file needs privileges. Fixes file size reported by
Pascal Stumpf
2014-04-20
Prevent lpd(8) from looking into hosts.equiv.
Antoine Jacoutot
2013-12-10
Remove the printcap fc, fs, xc, xs capabilities from lpd that were used
Christian Weisgerber
2013-11-24
more ctype cleanups
Theo de Raadt
2013-10-27
If a constant string needs a name, use a static const array instead of a
Philip Guenther
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-11-29
Change scandir()'s 'select' argument from
Philip Guenthe
2012-03-04
In preparation for getline and getdelim additions to libc, rename getline()
Federico G. Schwindt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-03-03
spaces
Kevin Steves
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-05-01
remove #ifndef SUN_LEN; ok millert@
Kevin Steves
2007-05-01
use warn() vs. perror() for consistency; ok millert@
Kevin Steves
2007-04-08
I have an HP LaserJet (P2015dn) whose LPR implementation may not end
Kevin Steves
2007-04-07
trailing "\n" not needed in fatal(); ok millert@
Kevin Steves
2007-03-16
remove unused variable; ok millert@
Kevin Steves
2007-03-13
typos in comments; ok millert@
Kevin Steves
2006-04-08
Plug memory leak when nitems == 0.
Ray Lai
2004-11-17
NI_WITHSCOPEID is no more.
Jun-ichiro itojun Hagino
2004-09-28
Simpler loop to free queue items. OK otto@
Todd C. Miller
2004-09-28
Fix leaks in error paths. from Patrick Latifi. ok millert@
Otto Moerbeek
2003-09-26
realloc fixes; ok deraadt millert
Peter Valchev
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-13
Don't reformat output beyond a minimum terminal width (60).
Paul Janzen
2003-05-12
Do vis()-cleaning when displaying the print queue.
Paul Janzen
2003-04-07
kill last strcpy; ok millert
Theo de Raadt
2003-04-05
trivial strlcat, tedu@ ok
Anil Madhavapeddy
2003-02-13
Fix loop invariants in rmremote(). Reported by Arne Woerner in PR
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-09
Better fix for correct queue printing when things have been moved around.
Todd C. Miller
2002-06-09
Don't print jobs in transit to a remote queue as being "active"
Todd C. Miller
2002-06-09
Convert remaining K&R function headers to ANSI
Todd C. Miller
2002-06-09
o Kill "garbage" global (unused)
Todd C. Miller
2002-06-08
o Replace some hard-coded octal constants w/ S_I*
Todd C. Miller
2002-06-08
use the dirfd macro instead of reaching into the DIR and pulling out dd_fd
Todd C. Miller
[next]