summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'V3-BETA-2-PATCH-6'.V3-BETA-2-PATCH-6cvs2git2000-09-292-174/+0
* Update changelog and version number.Ted Lemon2000-09-293-7/+48
* Wrap some new debugging code with #ifdef DEBUG.Ted Lemon2000-09-291-0/+4
* Get rid of bogus AR declaration.Ted Lemon2000-09-291-1/+0
* Don't print silly error messagesTed Lemon2000-09-291-6/+3
* Fix minor indentation nit.Ted Lemon2000-09-291-3/+3
* Do better status checking when starting connections.Ted Lemon2000-09-291-3/+16
* Do better status checking during initialization.Ted Lemon2000-09-291-19/+31
* argv [i], not argv [1]Ted Lemon2000-09-291-1/+1
* Remove incorrect documentation of known/unknown handling.Ted Lemon2000-09-291-3/+1
* Bounds check the output buffer in do_percentm.Ted Lemon2000-09-291-14/+19
* Don't print trailing NUL when printing a text string.Ted Lemon2000-09-291-4/+8
* Byte-swap incoming integer data.Ted Lemon2000-09-291-1/+2
* Don't enter leases that don't have subnets.Ted Lemon2000-09-291-2/+15
* Document change to support match with alongside match/spawn with.Ted Lemon2000-09-291-0/+25
* Support match with alongside match/spawn with.Ted Lemon2000-09-291-16/+29
* Use interface_allocate() to allocate interfaces.Ted Lemon2000-09-291-9/+14
* Correctly handle the case where the connection doesn't complete immediately.Ted Lemon2000-09-291-1/+1
* Fix some bugs in the code to get arbitrarily long interface lists.Ted Lemon2000-09-291-3/+3
* Use global scope when there's no lease in check_collection.Ted Lemon2000-09-291-3/+5
* Oops, accidentally committed a local hack.Ted Lemon2000-09-281-1/+1
* Panic commit.Ted Lemon2000-09-277-135/+102
* Fix uninitialized use of automatic variable (Hans Persson)Ted Lemon2000-09-271-2/+2
* - Don't flame about the relay agent information option - the clientTed Lemon2000-09-271-2/+1
* Use the nwip options in the nwip universe, not the dhcp options.Ted Lemon2000-09-271-4/+4
* Use suffix.len, not substring.len, when evaluating suffix operator.Ted Lemon2000-09-271-2/+2
* The second argument to suffix is numeric.Ted Lemon2000-09-271-3/+3
* Define SOCKLEN_TTed Lemon2000-09-232-0/+3
* Fix a Tru64 compile error.Ted Lemon2000-09-211-3/+1
* Fix misnamed function call.Ted Lemon2000-09-201-2/+2
* Oops, left something outTed Lemon2000-09-201-1/+3
* Post-tag versionTed Lemon2000-09-201-1/+1
* Update version numbers and changelogTed Lemon2000-09-203-7/+24
* Use make_resolv_conf as documented.Ted Lemon2000-09-205-60/+17
* - When partner disconnects (or stops responding to keepalives), tryTed Lemon2000-09-201-7/+12
* Don't spawn with zero-length strings.Ted Lemon2000-09-201-2/+2
* Extra sanity check on uh_ulen.Ted Lemon2000-09-201-2/+5
* ANSIfy and thereby neaten up a declaration.Ted Lemon2000-09-201-2/+3
* Fix an oversight in the htype+haddr->hbuf conversionTed Lemon2000-09-201-2/+2
* Fix one typo, one oversight, and one type cast (thanks to kre)Ted Lemon2000-09-201-4/+4
* Move inet_aton to libomapiTed Lemon2000-09-203-6/+6
* Require gcc on SunOS4Ted Lemon2000-09-202-1/+8
* Add Service Location Protocol options. Document new option format codes.Ted Lemon2000-09-161-3/+6
* - Add Peter Marschall's new sub-array parser.Ted Lemon2000-09-162-47/+142
* Document new SLP options.Ted Lemon2000-09-161-0/+33
* Document new parser capability provided by Peter MarschallTed Lemon2000-09-161-0/+10
* Fix up HP build options.Ted Lemon2000-09-161-2/+2
* Do post-release version tweak (belatedly).Ted Lemon2000-09-161-1/+1
* Update version and changelog.V3-BETA-2-PATCH-4Ted Lemon2000-09-143-7/+26
* Get even more persnickety about detailing where to send help requests.Ted Lemon2000-09-141-23/+58