History log of /openbsd-src/usr.sbin/lpr/common_source/displayq.c (Results 26 – 41 of 41)
Revision Date Author Comments
# 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 ...


# 04ee369a 01-Nov-2001 mickey <mickey@openbsd.org>

displayq to honor the terminal width; millert@ ok


# c1624b2f 30-Aug-2001 millert <millert@openbsd.org>

o kill register
o add const to rcsid and copyright strings
o placate -Wall


# b64a660f 30-Aug-2001 millert <millert@openbsd.org>

Use NAME_MAX, not MAXPATHLEN for buffer sizes since they are not
full paths (cannot contain a slash). From discussion with drosih@rpi.edu


# c71c16a0 29-Aug-2001 millert <millert@openbsd.org>

Fix buffer oflow reading from queue file. While we are at it, crank
the size of buffers that can hold filenames to MAXPATHLEN.


# ba1e0c7a 22-Jun-2001 lebel <lebel@openbsd.org>

use strlcpy vs strncpy+a[len-1]='\0'


# 57d1eca6 23-Jun-1998 millert <millert@openbsd.org>

Fix snprintf return value usage.


# 9ab554fb 27-Feb-1998 deraadt <deraadt@openbsd.org>

be more paranoid.
By the way, the lp* tools are in need of a full test sometime in the
next two weeks. I want to hear from someone who is running all of them
that they work 100% fine. I do not own

be more paranoid.
By the way, the lp* tools are in need of a full test sometime in the
next two weeks. I want to hear from someone who is running all of them
that they work 100% fine. I do not own a printer, so I'm going to rely
on someone out there to take care of this..

show more ...


# ed89a3ee 23-Jul-1997 deraadt <deraadt@openbsd.org>

1 byte oflows; millert


# c6289be4 17-Jul-1997 deraadt <deraadt@openbsd.org>

Wall


# b17f8955 17-Jan-1997 millert <millert@openbsd.org>

Possible buf oflow.


# 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


# 89c2d0c0 22-Nov-1995 deraadt <deraadt@openbsd.org>

from netbsd; {} mania


# 59f57705 13-Nov-1995 deraadt <deraadt@openbsd.org>

lprm failed to delete all files; from thomas@cevis.uni-Bremen.de; netbsd pr#1756


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree


12