summaryrefslogtreecommitdiff
path: root/common/errwarn.c
Commit message (Expand)AuthorAgeFilesLines
* Debugging allocator needs logging functions.Ted Lemon2000-01-251-392/+0
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-12/+11
* Modify parse_warn to use a parse structure instead of referencing globals.Ted Lemon1999-10-011-13/+14
* Account for tabs when pointing out errors.Ted Lemon1999-03-291-5/+19
* Update license.Ted Lemon1999-03-161-28/+15
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-6/+6
* Cygwin32 compatibility; reindent; add routine for printing WinSock errorsTed Lemon1997-05-091-24/+154
* Don't name dhcpd - this is used by dhclient and dhcrelay as wellTed Lemon1997-02-221-2/+2
* error() now logs a message simply indicating that it is exiting.Ted Lemon1997-02-221-1/+6
* Log messages to stderr, not stdout.Ted Lemon1996-11-081-15/+15
* Don't do syslog() when DEBUG is definedTed Lemon1996-09-021-1/+11
* Don't proceed if errors are found in dhcpd.confTed Lemon1996-08-291-1/+5
* If log_perror is nonzero, print to stderr as well as logging; no more DEBUG i...Ted Lemon1996-08-281-29/+49
* rename tline/tlposTed Lemon1996-08-271-2/+2
* Add tlname variable to store pointer to name of file being parsedTed Lemon1996-05-231-4/+3
* Update copyrightTed Lemon1996-05-201-16/+20
* declare error function as voidTed Lemon1996-05-171-1/+1
* Add support for broken old 4.2BSD syslogTed Lemon1996-05-171-6/+5
* Add strerror() function if needed; account for lack of snprintf supportTed Lemon1996-05-161-0/+20
* LOG_ERR, not LOG_ERRORTed Lemon1996-03-061-1/+1
* DHCP Server DaemonTed Lemon1995-11-291-0/+200