summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'BETA_5_11'.BETA_5_11cvs2git1996-09-1150-15871/+3
|\
* | discover_interfaces() needs to behave differently for client and serverTed Lemon1996-09-112-2/+2
* | discover_interfaces() needs to behave differently for client and serverTed Lemon1996-09-116-16/+18
* | Fix case statementTed Lemon1996-09-111-3/+4
|/
* Support for Sun C CompilerTed Lemon1996-09-112-3/+27
* Don't redefine _PATH_DHCPD_xxxTed Lemon1996-09-1112-14/+32
* Linux portability hacksTed Lemon1996-09-112-4/+12
* Don't use server-identifier to initialize next_serverTed Lemon1996-09-112-8/+2
* dmalloc already zeros allocated memoryTed Lemon1996-09-112-4/+2
* Add unknown options to end of option priority listTed Lemon1996-09-112-2/+38
* Support for Sun compiler on SolarisTed Lemon1996-09-114-4/+8
* buf doesn't need to be staticTed Lemon1996-09-112-4/+4
* Add argument to cons_options; clean up some old junkTed Lemon1996-09-112-12/+4
* Notice if client is NUL-terminating strings, and if it is, NUL-terminate them...Ted Lemon1996-09-114-18/+70
* Add argument to cons_optionsTed Lemon1996-09-114-10/+10
* clarifyTed Lemon1996-09-111-14/+8
* Fix usage nitTed Lemon1996-09-092-4/+4
* Fix stupid oversight in hash_delete - thanks to Jon Grubbs for finding thisTed Lemon1996-09-092-2/+4
* Add use-host-decl-names keywordTed Lemon1996-09-0912-520/+624
* Apply some changes Christoph asked forTed Lemon1996-09-052-2/+4
* Fix printf warningsTed Lemon1996-09-052-6/+8
* Fix up a couple of places where ic_timeout wasn't initialized in strioctl str...Ted Lemon1996-09-052-2/+6
* Fix opening comment; require a subnet decl for every interface; remove warnin...Ted Lemon1996-09-052-12/+16
* Document new netmask behaviour; document new requirement that all interfaces ...Ted Lemon1996-09-054-774/+800
* Fix syntax botch in host decl exampleTed Lemon1996-09-054-12/+14
* mockup_lease() now supplies uid info if present; supply subnet mask from subn...Ted Lemon1996-09-052-24/+120
* Warn Linux users of database moveTed Lemon1996-09-051-0/+15
* Hacks for LinuxTed Lemon1996-09-051-2/+10
* All unnamed options now take the X format, which means either an ASCII string...Ted Lemon1996-09-046-702/+864
* Put uio.h include within ifdefTed Lemon1996-09-042-4/+6
* Work around sed/POSIX bogosityTed Lemon1996-09-042-12/+12
* Oops - debug faux pasTed Lemon1996-09-022-8/+8
* strncasecmp takes *three* arguments...Ted Lemon1996-09-022-2/+2
* Remove dead varsTed Lemon1996-09-021-5/+1
* Support for -lf and -cf flags; debogosify DEBUG behaviourTed Lemon1996-09-022-22/+56
* Support for -lf and -cf flagsTed Lemon1996-09-0210-296/+338
* Don't do syslog() when DEBUG is definedTed Lemon1996-09-022-2/+22
* Don't attach to unconfigured interfacesTed Lemon1996-09-022-8/+8
* Improve error messagesTed Lemon1996-09-024-22/+30
* OopsTed Lemon1996-08-311-2/+2
* Remove dead local varsTed Lemon1996-08-303-25/+7
* Use a full-sized int to bounds-check port numberTed Lemon1996-08-302-10/+16
* Remove dead local variables; fix shared-network subnet list codeTed Lemon1996-08-302-28/+12
* Changes requested by Brian StecherTed Lemon1996-08-303-1/+3
* RegeneratedTed Lemon1996-08-302-1274/+1802
* Notice and complain about conflicting subnetsTed Lemon1996-08-302-6/+54
* Declare root_group externalTed Lemon1996-08-292-2/+2
* Fix erroneous hash search; use get-lease-hostnames parameterTed Lemon1996-08-292-28/+54
* Add get-lease-hostnames parameterTed Lemon1996-08-2912-1806/+1326
* Fix logging to stderrTed Lemon1996-08-292-6/+16