summaryrefslogtreecommitdiff
path: root/common/memory.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-4/+4
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-3/+3
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* Version to 4.0.0a3.David Hankins2007-09-051-1/+1
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-8/+1
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-2/+2
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-34/+22
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-9/+5
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-12/+125
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-5/+6
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-2/+2
* - Move server-specific memory database functions (i.e., virtuallyTed Lemon1999-09-281-1113/+1
* Fix a potential problem when there are only two leases in a pool.Ted Lemon1999-09-241-1/+5
* In supersede_lease, replace 'on' statements if new values are provided.Ted Lemon1999-09-221-1/+26
* Return error status when duplicate hostname found instead of bombing.Ted Lemon1999-09-161-24/+28
* Type cast fixes for Solaris, from Brian Murrell.Ted Lemon1999-09-161-7/+7
* Fix some uninitialized objects.Ted Lemon1999-09-151-2/+4
* Add host deleter.Ted Lemon1999-09-091-2/+145
* Fix up the database update code.Ted Lemon1999-09-091-6/+23
* Support referring to hosts by name and recording them in the lease database.Ted Lemon1999-09-081-7/+42
* - Fix up expression evaluation calls.Ted Lemon1999-07-311-3/+5
* Pervasive changes to support leased_address, reverse and binary_to_ascii.Ted Lemon1999-07-021-1/+3
* Propogate ddns_fwd_name and ddns_rev_name when adding new leases.Ted Lemon1999-07-011-1/+7
* Don't overwrite timestamp from new lease value structure.Ted Lemon1999-05-271-2/+1
* Enclose abort() calls in POINTER_DEBUG ifdefs and just return otherwise.Ted Lemon1999-05-071-11/+2
* Update license.Ted Lemon1999-03-161-33/+13
* Sync with 2.0b1pl16. Fix some pool allocation problems.Ted Lemon1999-02-251-6/+21
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-19/+19
* Pull up recent 2.0 changes. Lease no longer has shared network up pointer.Ted Lemon1999-02-141-32/+58
* Add support for billing to classes.Ted Lemon1998-11-111-129/+135
* Add pool supportTed Lemon1998-11-091-31/+40
* Evaluate option cache associated with client identifier option, not just the ...Ted Lemon1998-11-061-3/+3
* Fix up all the option handling code to use evaluation instead of fixed data. ...Ted Lemon1998-11-051-9/+14
* Lose special case code for vendor and user classes. Get client identifier i...Ted Lemon1998-06-251-92/+41
* No message for dissociate_lease().Ted Lemon1998-04-091-3/+2
* Add dissociate_lease(). Abandon leases but don't _really_ abandon them - so...Ted Lemon1998-03-171-2/+21
* Do memcpy inside of if statement since results are only used there. Add ns_...Ted Lemon1998-03-171-3/+9
* Clean up unsigned char vs. signed char discrepencies.Ted Lemon1998-03-161-9/+10
* Don't exclude dynamic BOOTP from uid test (?)Ted Lemon1997-09-161-3/+2
* Don't do any DNS testingDHCP-970607Ted Lemon1997-06-081-2/+1
* When parsing a lease database, correctly transfer the client hostname and hos...Ted Lemon1997-06-081-1/+7
* Call new ns_inaddr_lookup code for testingTed Lemon1997-05-091-1/+2
* Use MAX_TIME for abandoned leases rather than an explicit constant (which was...Ted Lemon1997-03-081-2/+2
* If a lease is abandoned, write it out even though it doesn't appear to be ass...Ted Lemon1997-03-061-3/+5
* If a lease is abandoned, it's okay to supersede even if things don't quite ma...Ted Lemon1997-03-061-2/+3