summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/get_names.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge with v20030416.wiz2003-06-111-5/+30
|
* remove redundant declschristos2001-02-051-4/+2
|
* - openlog "huntd" instead of "HUNT"lukem2001-01-091-5/+10
| | | | | - consistently log non-critical errors at LOG_WARNING not LOG_ERR - consistently use positive numbers for exit() and _exit() - one warning was using printf() instead of syslog()
* More include additions for exit, abs, strcmp, etc.matt2000-07-031-2/+3
|
* - use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg1998-07-061-4/+5
| | | | | | - ensure hostname from gethostname() is nul-terminated in all cases - minor KNF - use MAXHOSTNAMELEN over various other values/defines - be safe will buffers that hold hostnames
* Yet Another Monster Commit:lukem1997-10-101-6/+13
| | | | | | | | | | | - WARNSify - getopt returns -1 not EOF - select() uses an fd_set, not int/long; modify code to use FD_* et al instead of direct bitwise operations - in otto.c::look (renamed to ottolook() to prevent name clash), the case WEST section had a 'goto cont_east', instead of 'goto cont_west'. (picked up by WARNS=1, because cont_west was an unused label because of this typo). probably meant that otto got lost in the maze :-/ - deprecate register, convert bcmp() -> memcmp()
* hunt version 1993-07-17mrg1997-10-041-0/+125