summaryrefslogtreecommitdiff
path: root/common/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Free parameter request list if there is one.Ted Lemon1999-03-261-1/+3
* Don't try to zero an allocated buffer if we didn't succeed in allocating it.Ted Lemon1998-11-241-3/+4
* Fix sizeof bug. Add allocators for name server entries and domain search li...Ted Lemon1997-05-091-2/+32
* Fix stupid, stupid, stupid allocation size underrunTed Lemon1997-03-291-2/+2
* add allocator for lease state structure and protocol structureTed Lemon1997-03-061-1/+40
* Maintain a free list for tree_cache structsTed Lemon1997-03-051-3/+16
* Don't free hash nameTed Lemon1996-08-281-3/+1
* always zero structures; add new_group and free_group; free network name when ...Ted Lemon1996-08-271-1/+19
* Missing argument to printfTed Lemon1996-06-121-1/+1
* Notice and log dfree() on null pointerTed Lemon1996-06-121-0/+4
* allocators for shared networksTed Lemon1996-05-221-0/+15
* Fix copyrightsTed Lemon1996-05-191-2/+3
* Add class allocation codeTed Lemon1996-02-291-0/+14
* More portable internet addresses; fix endian bug; fix parser bugsTed Lemon1996-02-061-2/+2
* DHCP Server DaemonTed Lemon1995-11-291-0/+197