summaryrefslogtreecommitdiff
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Fix stupid oversight in hash_delete - thanks to Jon Grubbs for finding thisTed Lemon1996-09-091-1/+2
* Don't malloc space for hash nameTed Lemon1996-08-281-10/+2
* Make copies of hash table keys (not sure this is right).Ted Lemon1996-08-271-2/+10
* Fix copyrightTed Lemon1996-05-201-2/+3
* Fix up array referenceTed Lemon1996-05-161-1/+1
* Don't dereference null hash pointer (this may not be the right place to fix thisTed Lemon1996-05-131-4/+20
* Intermediate changes to support actual DHCP protocol engineTed Lemon1996-02-211-1/+3
* More portable internet addresses; fix endian bug; fix parser bugsTed Lemon1996-02-061-1/+3
* DHCP Server DaemonTed Lemon1995-11-291-0/+152