Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-17 | off to the bitbucket in the sky | Theo de Raadt | |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt | |
2015-02-09 | clean up flags++ instances around getopt() | Theo de Raadt | |
ok florian | |||
2015-01-16 | Replace <sys/param.h> with <limits.h> | Theo de Raadt | |
millert spotted the accidental <ctype.h> removal that caused binary change. | |||
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback | |
ok deraadt@ millert@ tedu@ | |||
2014-01-22 | fix a leak | Jonathan Gray | |
ok krw@ deraadt@ benno@ | |||
2013-11-24 | more ctype cleanups | Theo de Raadt | |
checked by jca | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-02-09 | typos; | Jason McIntyre | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-08 | Remove setuid root from lp*. lpr needs to be setuid daemon so the | Todd C. Miller | |
files it creates are not owned by the user spooling them but the others (lpc, lpq, lprm) can get away with setgid daemon. lpd runs as user daemon for most things, only changing its uid to 0 for things that must be done as root. For the time being, don't require connections to come from a reserved port since lpq/lpr/lprm can't acquire that w/o setuid root. In the near future we will have a mechanism for select non-root processes to grab reserved ports. The upshot of this is that spool directories must be writable by group daemon and the files within the spool dirs must be owned by daemon. | |||
2002-05-20 | Pull in useful bits from NetBSD and make our lp* easier to diff and | Todd C. Miller | |
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 | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-23 | use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hack | Theo de Raadt | |
a global into the other programs since they share some source. | |||
2001-08-30 | o kill register | Todd C. Miller | |
o add const to rcsid and copyright strings o placate -Wall | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-04 | Try to standardize the options list introduction; it should read "The options | Aaron Campbell | |
are as follows:", except in special cases. | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1997-07-17 | unistd.h | Theo de Raadt | |
1997-01-17 | Add OpenBSD tags (was in wrong dir for previous commit) | Todd C. Miller | |
1996-11-03 | Improve portability by using ANSI/POSIX interfaces when possible. | Todd C. Miller | |
1996-05-15 | previous fix of NULL check reversed | Per Fogelstrom | |
1996-05-06 | Missing ' == NULL)' added... | Per Fogelstrom | |
1996-05-04 | correct -P, $PRINTER, and DEFLP interactions. bug reported by ↵ | Theo de Raadt | |
scott.burns@labatt.com | |||
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1996-01-11 | login names starting with "t" were trashed; original bug report by | Theo de Raadt | |
<tommy@mdc.tijp.ti.com>. from soda@sra.co.jp; netbsd pr#1926 | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |