summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Apply a fix from Masayuki FUKUI for a bug I added to his suggested fix.Ted Lemon1999-11-131-6/+6
* Fix up spurious cast.Ted Lemon1999-11-131-5/+3
* Oops, dereferenced the wrong pointerTed Lemon1999-11-121-2/+2
* Fix a sometime printf format mismatch.Ted Lemon1999-11-121-3/+3
* Print NUL-terminated 'X' strings as text, not binary data.Ted Lemon1999-11-121-2/+5
* - Rather than dumping bad names, replace unacceptable characters with dashesTed Lemon1999-11-121-5/+12
* Implement filename and server-name operatorsTed Lemon1999-11-122-2/+96
* - When superseding a lease, if it's the next_expiry lease, replace it withTed Lemon1999-11-121-1/+37
* Fix a struct size problem on Linux/ARM32.Ted Lemon1999-11-111-4/+4
* - When deleting records, if the delete fails, don't save it for later -Ted Lemon1999-11-031-17/+16
* - Don't do the nsupdate when superseding a lease if commit is not set,Ted Lemon1999-11-031-2/+2
* Fix serious bug in use of default in-addr domain (thanks to Albert Herranz).Ted Lemon1999-11-031-3/+3
* Fix missing commas, incorrect formats, etc (from Albert Herranz).Ted Lemon1999-11-032-9/+9
* Delete old PTR records _before_ adding new one (thanks to Irina Goble)!Ted Lemon1999-10-281-2/+2
* Fix one last system-dependent long vs. int printf argument.Ted Lemon1999-10-281-3/+4
* - Clean up a loophole in the code that sets up the pool expiry timerTed Lemon1999-10-281-11/+9
* Don't dereference tmp if it's not referring to anything!Ted Lemon1999-10-271-3/+4
* Add ddns-update parameter.Ted Lemon1999-10-271-2/+2
* - Fix up some changes, per Irina Goble's advice (but blame me if they'reTed Lemon1999-10-271-3/+9
* Clean up the new BIND 8.2.2 code, and fix a Solaris compile error.Ted Lemon1999-10-261-105/+92
* Fix some cases where u_int32_t, which is long on solaris, breaks the build.Ted Lemon1999-10-251-7/+10
* Fix some signed vs. unsigned incompatibilities.Ted Lemon1999-10-251-9/+10
* Get rid of NS records, if any, when lease is abandoned or dissociated.Ted Lemon1999-10-251-3/+13
* Use BIND 8.2.2 API.Ted Lemon1999-10-251-9/+27
* Write prototypes for static functions.Ted Lemon1999-10-251-1/+4
* Fix a signed vs. unsigned problem. Update can_receive_unicast_...().Ted Lemon1999-10-251-5/+8
* Avoid losing leases if there are only two.Ted Lemon1999-10-251-1/+5
* Oops, fix a pasto.Ted Lemon1999-10-201-2/+2
* Add expression dereferences in some parse failures.Ted Lemon1999-10-201-2/+9
* Evaluate packet function arguments correctly.Ted Lemon1999-10-151-9/+10
* Fix up some printfs.Ted Lemon1999-10-151-5/+5
* Use T format for lease times.Ted Lemon1999-10-151-5/+5
* Fix up SO_BINDTODEVICE/FALLBACK lossage (this time for sure! :')Ted Lemon1999-10-151-13/+21
* Add printers for expr_known and expr_encode*Ted Lemon1999-10-151-1/+46
* Add a comma to avoid ANSI string concatenation (Albert Herranz).Ted Lemon1999-10-151-2/+2
* Parse infinite lease times.Ted Lemon1999-10-141-12/+30
* Don't try to parse the option buffer if we didn't get one.Ted Lemon1999-10-141-18/+22
* - Clean up the code that makes names.Ted Lemon1999-10-141-94/+128
* Implement lease timeout events.Ted Lemon1999-10-141-2/+88
* Fix up a printf.Ted Lemon1999-10-141-2/+2
* Adjust printf.Ted Lemon1999-10-141-2/+2
* - Allow the user to specify the loopback interface, for testing.Ted Lemon1999-10-141-4/+13
* Update catted man pageTed Lemon1999-10-141-61/+61
* Document the hardware operator more thoroughly.Ted Lemon1999-10-141-5/+8
* Fix up parsing of some e-tokens. Add infinite and never.Ted Lemon1999-10-141-5/+12
* Fix printf argument.Ted Lemon1999-10-141-2/+3
* - Don't dereference option state when dereferencing lease state if there isTed Lemon1999-10-141-2/+3
* Parameterize ranlib.Ted Lemon1999-10-141-1/+1
* Delete the dns information whenever a lease is released.Ted Lemon1999-10-071-2/+7
* - Set ttl based on cur_time, not lease -> timestamp, which is not yetTed Lemon1999-10-071-4/+3