tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
lpr
/
common_source
/
at
jcs
8 files
common.c
Fix the embedded scope hack. They way this was written is buggy since the else does not skip enough of the original code. Instead use a temporary sockaddr pointer and adjust it to point to the sin6 one if an embedded scope was detected. OK jca@
5 years ago
common_vars.c
Replace <sys/param.h> with <limits.h> and other less dirty headers where possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
11 years ago
displayq.c
correct indentation; no functional change ok tb@
2 years ago
lp.h
Move ckqueue() to common_source/common.c
10 years ago
lp.local.h
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
pathnames.h
Remove support for lpd.pid file. OK deraadt@
10 years ago
rmjob.c
snprintf/vsnprintf return < 0 on error, rather than -1.
6 years ago
startdaemon.c
snprintf/vsnprintf return < 0 on error, rather than -1.
6 years ago