#
a7643117 |
| 20-May-2002 |
millert <millert@openbsd.org> |
Pull in useful bits from NetBSD and make our lp* easier to diff and do some minor cleanup of my own:
o IPv6 support o ANSI function headers o use getopt() o synce usage() with man pages o passes -Wa
Pull in useful bits from NetBSD and make our lp* easier to diff and do some minor cleanup of my own:
o IPv6 support o ANSI function headers o use getopt() o synce usage() with man pages o passes -Wall on both 32bit and 64bit platforms o add an option to set the max number of children lpd will fork off o add an lpd option to bind to specific addresses instead of INADDR_ANY. o allow user to specify how long to wait for a connection to remote servers o more strlcpy() and snprintf() usage o Use FOO_FILENO constants instead of hard-coding 0-2 o Add some keeps to man the page SYNOPSIS to avoid options being split
show more ...
|
#
e7beb4a7 |
| 19-Feb-2002 |
millert <millert@openbsd.org> |
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
|
#
c72b5b24 |
| 16-Feb-2002 |
millert <millert@openbsd.org> |
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
show more ...
|
#
222c0752 |
| 06-Dec-2001 |
ericj <ericj@openbsd.org> |
use err/warn and friends instead of printf/exit. also, remove fatal2() which is just errx anyway.
millert@ ok
|
#
0122b1e5 |
| 23-Nov-2001 |
deraadt <deraadt@openbsd.org> |
use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hack a global into the other programs since they share some source.
|
#
c1624b2f |
| 30-Aug-2001 |
millert <millert@openbsd.org> |
o kill register o add const to rcsid and copyright strings o placate -Wall
|
#
424cafc0 |
| 05-Apr-2001 |
deraadt <deraadt@openbsd.org> |
another euid mixup; wiz@danbala.ifoer.tuwien.ac.at
|
#
f3d2937b |
| 04-Apr-2001 |
deraadt <deraadt@openbsd.org> |
missung euid swapout; j@ida.interface-business.de
|
#
9891bad4 |
| 28-Jun-1998 |
angelos <angelos@openbsd.org> |
Treat a printer as remote iff RM is not us or RP is set and it doesn't match the current printer;dwmalone@maths.tcd.ie
|
#
7e9b91be |
| 15-Feb-1998 |
niklas <niklas@openbsd.org> |
Use keepalives as the protocol never notices if a networked printer dies.
|
#
89157726 |
| 25-Jul-1997 |
mickey <mickey@openbsd.org> |
#if __STDC__ --> #ifdef __STDC__
|
#
98266861 |
| 24-Jul-1997 |
millert <millert@openbsd.org> |
inet_aton() returns 0 on error, not -1.
|
#
705d4ab5 |
| 19-Jul-1997 |
deraadt <deraadt@openbsd.org> |
Wall cleanup; people running lpd should test!
|
#
cb3103c1 |
| 17-Jan-1997 |
millert <millert@openbsd.org> |
Add OpenBSD tags
|
#
5c6eaf08 |
| 25-Oct-1996 |
deraadt <deraadt@openbsd.org> |
proactive bounds checking; help from millert
|
#
3b62b2c3 |
| 04-Jul-1996 |
tholo <tholo@openbsd.org> |
Integrated 4.4Lite2 source Fixed potential problem pointed out by bitblt
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|