summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add tokens; ATOMs can begin with digits if OLD_LEXER not defined; save commen...Ted Lemon1996-08-281-12/+68
* Don't free hash nameTed Lemon1996-08-281-3/+1
* Put file version in copyright stringTed Lemon1996-08-275-5/+5
* Support for token ring hardware typeTed Lemon1996-08-271-2/+2
* Fix printf prototypes (again)Ted Lemon1996-08-271-3/+3
* Initialize ic_timout in strioctl structsTed Lemon1996-08-271-1/+3
* fix up after group structure changes; support for single client having multip...Ted Lemon1996-08-271-33/+166
* Make copies of hash table keys (not sure this is right).Ted Lemon1996-08-271-2/+10
* rename tline/tlposTed Lemon1996-08-271-2/+2
* Add support for weird linux interface alias renaming convention; fix poll int...Ted Lemon1996-08-271-7/+18
* Put file version in copyright stringTed Lemon1996-08-271-1/+1
* Add new tokens; fix line number/character number counter codeTed Lemon1996-08-271-9/+52
* put file version in copyright stringTed Lemon1996-08-271-1/+1
* always zero structures; add new_group and free_group; free network name when ...Ted Lemon1996-08-271-1/+19
* Don't flame about missing interfaces if none were requestedTed Lemon1996-07-071-1/+1
* Don't use the hardware address to unicast if the address length is bogusTed Lemon1996-06-271-1/+1
* Don't throw away a lease because the requestor didn't give a UID and the leas...Ted Lemon1996-06-271-2/+8
* Weed out unrequested interfaces if some interfaces were specifically requeste...Ted Lemon1996-06-271-1/+10
* Always save the string containing the tokenTed Lemon1996-06-271-6/+0
* Fix printf formatsTed Lemon1996-06-241-2/+2
* Set read bit, not write bit, on fallback interfaceTed Lemon1996-06-241-1/+0
* Add code to read and discard incoming packets on fallback socketTed Lemon1996-06-122-1/+40
* Don't free old DNS buffer if there wasn't oneTed Lemon1996-06-121-1/+2
* Option buffer length miscalculatedTed Lemon1996-06-121-1/+1
* Missing argument to printfTed Lemon1996-06-121-1/+1
* Fix off-by-one error on option expansion allocationTed Lemon1996-06-121-1/+3
* Notice and log dfree() on null pointerTed Lemon1996-06-121-0/+4
* Don't free comp -> uid if comp == leaseTed Lemon1996-06-121-8/+10
* Work around FreeBSD BPF bugTed Lemon1996-06-111-0/+5
* Report failure in the event of a lease conflict; notice if lease database rew...Ted Lemon1996-06-111-1/+3
* Delete unused automatic variablesTed Lemon1996-06-044-21/+0
* Delete unused automatic variablesTed Lemon1996-06-041-1/+0
* Change parse specification for dhcp-class-identifier option; don't use a peri...Ted Lemon1996-06-011-2/+2
* Always terminate dump bufferTed Lemon1996-05-281-0/+2
* Fix dump_subnetsTed Lemon1996-05-251-9/+11
* Add tlname variable to store pointer to name of file being parsedTed Lemon1996-05-232-4/+4
* Remember address of last interface so that we can delete the next one if nece...Ted Lemon1996-05-231-8/+1
* Don't copy address for comparisonTed Lemon1996-05-221-4/+0
* Fix type of poll timeoutTed Lemon1996-05-221-1/+1
* Add checksum debugging; disable UDP checksumsTed Lemon1996-05-221-1/+31
* Put back filter for server portTed Lemon1996-05-221-0/+5
* move do_packet to dispatch; move network locator into seperate functionTed Lemon1996-05-221-0/+61
* Don't search the attached network if there isn't one.Ted Lemon1996-05-221-1/+3
* Don't print interface network name if there's no network structureTed Lemon1996-05-224-7/+18
* Add a few keywords; fix case botchTed Lemon1996-05-221-3/+14
* Shared network support; dynamic BOOTP supportTed Lemon1996-05-221-56/+185
* update interface configure banner; add from addr to send_packet; don't filter...Ted Lemon1996-05-221-19/+5
* Add DEBUG_EVAL for tree evaluation debuggingTed Lemon1996-05-221-0/+12
* update interface configure banner; add from addr to send_packetTed Lemon1996-05-222-9/+33
* Add function to dump hash tablesTed Lemon1996-05-221-0/+22