History log of /openbsd/usr.sbin/lpd/engine_lpr.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 9d855d3d 04-Apr-2019 eric <eric@openbsd.org>

accept the NULL string in the proc message formatting api and simplify
code accordingly.


# 3b188dab 27-Apr-2018 eric <eric@openbsd.org>

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 t

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.

This is a work in progress. The server part should be fairly functionnal,
but the printer part is not complete: remote printers should work, for
local printers it depends on the setup. Anyway, at this point it's better
in the tree than rotting on my disk.

ok deraadt@

show more ...