summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-249-256/+432
* - RFC3942 compliance, site-local option spaces start at 224 now, not 128.David Hankins2005-09-302-5/+5
* Corrections to changes made on HEAD pursuant to review of changes betweenDavid Hankins2005-09-305-229/+229
* Merge changes between 3.0.3b1 and 3.0.3rc1 to HEAD.HEAD-MERGE-V3-0-3RC1David Hankins2005-07-073-83/+80
* Files removed in the massive merge between V3-RELEASE-BRANCH and HEAD,David Hankins2005-03-173-2310/+0
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-1716-1667/+2375
* create a empty dhcpd.leases file at install time if it does not alreadyMark Andrews2002-08-131-0/+1
* add a ddns-update-style example to dhcpd.confMark Andrews2002-08-131-0/+3
* Add $Id$ tags.Murray2002-05-273-0/+9
* Fix a signed vs. unsigned warning.Ted Lemon2002-01-171-4/+5
* Detect double-null-terminated hostname - a bug in some Lexmark printers.Ted Lemon2002-01-171-3/+3
* sync with branchTed Lemon2001-08-105-19/+35
* Fixes for QoS support.James Brister2001-07-104-49/+74
* Pull up RC9Ted Lemon2001-06-293-6/+258
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-2714-1383/+2245
* OMAPI class and subclass support.James Brister2001-06-226-95/+629
* Sync with 3.0rc7Ted Lemon2001-05-176-93/+127
* ping-checks -> ping-checkTed Lemon2001-05-031-3/+3
* - Whenever we are connected, send updates.Ted Lemon2001-05-031-14/+23
* Stash relay agent options when the client is in REBINDING or INIT-REBOOT.Ted Lemon2001-05-031-3/+2
* Add line-oriented argument to new_parse().Ted Lemon2001-05-023-9/+9
* Don't free null uid buffers.Ted Lemon2001-05-021-3/+3
* - When we are in partner_down and peer moves to recover_wait, behave as weTed Lemon2001-05-011-2/+2
* Don't bother with recover_wait if both peers are recovering.Ted Lemon2001-05-011-2/+9
* Update/fix documentation.V3_RC4Ted Lemon2001-04-302-5/+239
* Fix some past-osTed Lemon2001-04-301-6/+42
* Fix (I hope!) the billing-class bug.Ted Lemon2001-04-302-8/+25
* Fix a billing class counting errorTed Lemon2001-04-271-4/+10
* Fix some host references.Ted Lemon2001-04-271-5/+16
* Fix various places where refcounting of hosts is needed.Ted Lemon2001-04-271-10/+30
* Add a scary debugging mode for finding host allocation errors.Ted Lemon2001-04-271-1/+30
* Get rid of a couple of spurious debugging statements.V3-RC2-PATCH-1Ted Lemon2001-04-241-3/+1
* Fix up some mistakes in the last commit. Fix a zero-length malloc.Ted Lemon2001-04-241-34/+6
* Don't malloc zero-length uid buffer.Ted Lemon2001-04-241-1/+3
* Unbill classes before dereferencing them.Ted Lemon2001-04-241-4/+6
* When a release expires or is released, unbill it.Ted Lemon2001-04-201-1/+7
* Notice if a lease is billed when it's already been billed.Ted Lemon2001-04-201-1/+6
* Make put_message work with mallocs that don't allocate zero-length buffers.Ted Lemon2001-04-201-8/+12
* - If we are get a contact timeout on a link, drop it, regardless ofTed Lemon2001-04-201-3/+1
* Don't ignore 'no-op' peer state changes when we're disconnected.Ted Lemon2001-04-201-4/+23
* Oops, keep the old stos but take the new state when moving to recover_wait!Ted Lemon2001-04-201-4/+3
* - Add recover_wait state.Ted Lemon2001-04-201-46/+95
* Add recover_wait state goo.Ted Lemon2001-04-201-1/+5
* - Don't print out spurious messages and initiate reconnect timeouts whenTed Lemon2001-04-201-2/+2
* - Add some informational statements in recover mode when it looks like nothingTed Lemon2001-04-181-1/+8
* - Fix a case where a by-value argument pointer is dereferenced, resultingTed Lemon2001-04-181-10/+15
* Fix a couple of ifdef compatibility mistakes.Ted Lemon2001-04-171-3/+3
* Fix lease binding state transitions.Ted Lemon2001-04-161-5/+39
* Rototill the failover protocol support.Ted Lemon2001-04-161-138/+319
* Document how to put server into partner-down.Ted Lemon2001-04-161-0/+14