summaryrefslogtreecommitdiff
path: root/common/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright++David Hankins2007-05-191-2/+2
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-7/+7
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-4/+12
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-19/+15
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-2/+2
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-50/+42
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-71/+136
* Add allocators for option_chain_head structure.Ted Lemon2001-01-251-1/+115
* Added authentication support. The tsig_key structure has been renamedDamien Neil2000-08-031-132/+1
* Moved hash.c from libdhcp to libomapi, in anticipation of moving theDamien Neil2000-08-011-57/+1
* Fix a bug in buffer_dereference where the buffer refcount was accessedDamien Neil2000-08-011-3/+3
* Reference count binding scopes. Align IP headers on output.Ted Lemon2000-07-271-1/+30
* Allocate hash buckets in clumps. Fix a bug in a call to rc_register.Ted Lemon2000-06-241-5/+21
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-179/+120
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* Add allocators/deallocators for DNS zones and TSIG keys.Ted Lemon2000-03-061-1/+171
* Add allocator for function definitions.Ted Lemon2000-02-151-1/+44
* Fix stupid compile bug.Ted Lemon2000-02-071-4/+3
* Support typed variables.Ted Lemon2000-02-051-1/+61
* - In reference count history, remember the address where the referenceTed Lemon2000-01-271-13/+13
* Move malloc debug information out of option_state_dereferencers.Ted Lemon2000-01-271-3/+2
* If there is a packet on the free packet list, don't allocate a new one.Ted Lemon2000-01-261-2/+7
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-329/+39
* Support new debug malloc.Ted Lemon2000-01-251-217/+675
* Get rid of failover allocators that aren't needed.Ted Lemon2000-01-051-22/+1
* - Undo an erroneous change that would have caused core dumps in case ofTed Lemon1999-10-141-8/+1
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-70/+70
* - Fix several cases where a refcounted memory allocator would set the pointerTed Lemon1999-07-311-17/+106
* When dereferencing a statement, dereference anything it references too.Ted Lemon1999-07-171-25/+1
* Massive rototill to support some new DDNS features.Ted Lemon1999-07-161-1/+67
* Fix up some more POINTER_DEBUG cases to prevent core dumps.Ted Lemon1999-05-271-8/+17
* Enclose abort() calls in POINTER_DEBUG ifdefs and just return otherwise.Ted Lemon1999-05-071-1/+61
* Put a reference count on the option_state structure.Ted Lemon1999-04-051-8/+34
* - Add allocator/deallocator for universes and option states.Ted Lemon1999-04-051-5/+83
* Add option allocator.Ted Lemon1999-03-251-1/+23
* Update license.Ted Lemon1999-03-161-33/+13
* Sync with 2.0b1pl16. Fix some pool allocation problems.Ted Lemon1999-02-251-1/+22
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-13/+13
* Don't compile failover code unless FAILOVER_PROTOCOL is defined.Ted Lemon1999-02-231-1/+3
* Add allocator for failover peer structure.Ted Lemon1999-02-141-2/+21
* Pre-zero group structures.Ted Lemon1998-11-111-1/+3
* Add allocators for pools and permits.Ted Lemon1998-11-091-1/+37
* Add hostname type to dns_host_entry_allocateTed Lemon1998-11-061-1/+2
* Save space for hostname and save hostname itself in dns_host_entry allocator.Ted Lemon1998-11-061-3/+4
* Add new reference-based allocators and some new new/free allocators for data ...Ted Lemon1998-11-051-40/+231
* tree -> expression. tree_cache -> option_cache. New destructors for dhcp_...Ted Lemon1998-06-251-23/+24
* Don't memset allocated memory if we didn't allocate it.Ted Lemon1998-03-171-2/+3
* 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