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
/
lpd
/
at
master
26 files
Makefile
Import lpd, a re-implementation of the lpr daemon following the latest OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only intended to replace the lpd(8) daemon for the moment, not the lpr(1), lprm(1), lpq(1) and lpc(8) commands.
8 years ago
control.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
engine.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
engine_lpr.c
accept the NULL string in the proc message formatting api and simplify code accordingly.
7 years ago
frontend.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
frontend_lpr.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
io.c
Import lpd, a re-implementation of the lpr daemon following the latest OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only intended to replace the lpd(8) daemon for the moment, not the lpr(1), lprm(1), lpq(1) and lpc(8) commands.
8 years ago
io.h
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
iobuf.c
Import lpd, a re-implementation of the lpr daemon following the latest OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only intended to replace the lpd(8) daemon for the moment, not the lpr(1), lprm(1), lpq(1) and lpc(8) commands.
8 years ago
iobuf.h
Import lpd, a re-implementation of the lpr daemon following the latest OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only intended to replace the lpd(8) daemon for the moment, not the lpr(1), lprm(1), lpq(1) and lpc(8) commands.
8 years ago
log.c
Import lpd, a re-implementation of the lpr daemon following the latest OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only intended to replace the lpd(8) daemon for the moment, not the lpr(1), lprm(1), lpq(1) and lpc(8) commands.
8 years ago
log.h
including sys/cdefs.h manually started as a result of netbsd trying to macro-build a replacement for sccsid, and was done without any concern for namespace damage. Unfortunately this practice started infecting other code as others were unaware they didn't need the file. ok millert guenther
4 years ago
logmsg.c
synchronize resolver code with smtpd
7 years ago
lp.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
lp.h
Import lpd, a re-implementation of the lpr daemon following the latest OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only intended to replace the lpd(8) daemon for the moment, not the lpr(1), lprm(1), lpq(1) and lpc(8) commands.
8 years ago
lp_banner.c
Import lpd, a re-implementation of the lpr daemon following the latest OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only intended to replace the lpd(8) daemon for the moment, not the lpr(1), lprm(1), lpq(1) and lpc(8) commands.
8 years ago
lp_displayq.c
Import lpd, a re-implementation of the lpr daemon following the latest OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only intended to replace the lpd(8) daemon for the moment, not the lpr(1), lprm(1), lpq(1) and lpc(8) commands.
8 years ago
lp_rmjob.c
Import lpd, a re-implementation of the lpr daemon following the latest OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only intended to replace the lpd(8) daemon for the moment, not the lpr(1), lprm(1), lpq(1) and lpc(8) commands.
8 years ago
lp_stty.c
Import lpd, a re-implementation of the lpr daemon following the latest OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only intended to replace the lpd(8) daemon for the moment, not the lpr(1), lprm(1), lpq(1) and lpc(8) commands.
8 years ago
lpd.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
lpd.h
synchronize resolver code with smtpd
7 years ago
parse.y
Don't declare variables as "unsigned char *" that are passed to functions that take "char *" arguments. Where such chars are assigned to int or passed to ctype functions, explicitly cast them to unsigned char.
4 years ago
printer.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
proc.c
accept the NULL string in the proc message formatting api and simplify code accordingly.
7 years ago
proc.h
Import lpd, a re-implementation of the lpr daemon following the latest OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only intended to replace the lpd(8) daemon for the moment, not the lpr(1), lprm(1), lpq(1) and lpc(8) commands.
8 years ago
resolver.c
do not call freeaddrinfo() on a NULL pointer.
7 years ago