summaryrefslogtreecommitdiff
path: root/server/class.c
Commit message (Expand)AuthorAgeFilesLines
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [#64,!35] Restored workThomas Markwalder2019-11-221-1/+2
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-5/+4
* Almost done (still aestetic fixes and of course doc, doc, doc)Francis Dupont2016-10-061-7/+0
* [master] Fixed server crash after billing class is deletedThomas Markwalder2015-07-291-14/+43
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* -n [master]Shawn Routhier2013-08-271-5/+3
* [master]Shawn Routhier2012-10-161-2/+3
* - "The LDAP Patch" that has been circulating for some time, written byDavid Hankins2010-03-241-3/+10
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* 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-6/+0
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-2/+3
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-30/+21
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-15/+15
* OMAPI class and subclass support.James Brister2001-06-221-1/+24
* Notice if a lease is billed when it's already been billed.Ted Lemon2001-04-201-1/+6
* Add a TODO note about spawning subclasses.Ted Lemon2001-04-061-1/+2
* Pass client state to eval functions. Lots of other stuff.Ted Lemon2000-11-281-5/+7
* Re-apply part of 1.24 that was accidentally voided by 1.25Ted Lemon2000-09-301-2/+3
* Support match with alongside match/spawn with.Ted Lemon2000-09-291-16/+29
* Use global scope when there's no lease in check_collection.Ted Lemon2000-09-291-3/+5
* Don't spawn with zero-length strings.Ted Lemon2000-09-201-2/+2
* Allocate class with class_allocate, not dmalloc.Ted Lemon2000-09-061-7/+8
* Finished up function call support.Damien Neil2000-08-281-2/+3
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-19/+22
* Patch in TSIG, just to see how to get it to work.Ted Lemon2000-03-181-2/+2
* Go back to the BSD license.Ted Lemon2000-03-171-13/+35
* Update call to new_hash.Ted Lemon2000-03-061-2/+2
* New malloc debug scheme. Support variable scoping.Ted Lemon2000-01-251-19/+18
* Support ignore in boolean expression evaluations.Ted Lemon1999-10-211-2/+3
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-2/+2
* - Use reference-counting allocators to allocate the expression and theTed Lemon1999-07-311-23/+18
* Pervasive changes to support leased_address, reverse and binary_to_ascii.Ted Lemon1999-07-021-5/+8
* Support new generalized option_state usage.Ted Lemon1999-04-051-5/+6
* Update license.Ted Lemon1999-03-161-123/+13
* Differentiate between spawning and subclass matching.Ted Lemon1999-03-161-3/+5
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-11/+11
* Add class billing support.Ted Lemon1998-11-111-55/+107
* Fix up class matching code.Ted Lemon1998-11-091-5/+10
* Fix up matching code and add debugging for it.Ted Lemon1998-11-061-8/+22
* Do data expression evaluation.Ted Lemon1998-11-061-27/+34
* match_expr -> expression. Move expression evaluator into tree.c. Add find...Ted Lemon1998-06-251-323/+33
* Carry some data structure changes across from parser. Nuke named hash stuff.Ted Lemon1998-04-201-83/+24
* Support for classifying clients.Ted Lemon1998-04-191-0/+621