summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* Version to 4.0.0a3.David Hankins2007-09-059-10/+10
* Compile fix (unused variable).Shane Kerr2007-08-291-1/+1
* HEAD build failure reparation. [ISC-Bugs #17115]David Hankins2007-08-291-1/+2
* Fix ugly output on config errors.Shane Kerr2007-08-291-12/+16
* Support for zero-length options in config files.Shane Kerr2007-08-271-17/+32
* - 'request' and 'also request' syntaxes have been added to accomodateDavid Hankins2007-08-231-0/+2
* Compile fix for Linux 64-bit.Shane Kerr2007-08-231-1/+1
* Warning-enabled build fixes for BSD.Shane Kerr2007-08-231-2/+2
* Fix a number of warnings (and a few real bugs) found by enablingShane Kerr2007-08-227-27/+39
* Fix for interface detection when no IPv4 addresses available.Shane Kerr2007-08-141-7/+19
* Missed a file from RT ticket #16988.Shane Kerr2007-07-131-76/+5
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-1327-307/+90
* automake regenerationEvan Hunt2007-07-101-36/+48
* - Fixed a bug with the 'ddns-updates' boolean server configurationDavid Hankins2007-07-101-3/+7
* Minor bug in octal parsing fixed.Shane Kerr2007-07-031-2/+2
* Improve documentation of VIVSO and VSIO vendor spaces.David Hankins2007-06-281-29/+87
* Fixed a bug parsing ipv6 addresses in host-identifier statements. [rt16860]Evan Hunt2007-06-271-65/+86
* Build fixes for Solaris. (CVS checkin, part 4)Shane Kerr2007-06-261-2/+8
* Handle IPv6 parsing better. Adds generic whitespace handling toShane Kerr2007-06-202-68/+241
* Check for valid prefixes in configuration.Shane Kerr2007-06-191-1/+61
* - Compilation on HP/UX has been repaired. The changes should generallyDavid Hankins2007-06-082-10/+64
* automake++, second round.David Hankins2007-06-071-238/+353
* automake updatedDavid Hankins2007-06-071-353/+238
* - Two new operators, ~= and ~~, have been integrated to implementDavid Hankins2007-06-074-7/+165
* regenShane Kerr2007-06-051-8/+2
* - A bug was fixed in interface discovery wherein an error identifyingDavid Hankins2007-06-011-3/+5
* Merge in changes that were needed in 3.1.0 to silence NetBSD compilerEvan Hunt2007-05-294-12/+12
* Build fixes. See RT ticket #16888 for more information.Shane Kerr2007-05-292-4/+10
* regenMark Andrews2007-05-231-8/+2
* - Corrected a flaw that broke encapsulated spaces included due to presenceDavid Hankins2007-05-231-7/+11
* Handle hostnames that start with numbers.Shane Kerr2007-05-232-65/+81
* Fix pointer size in 64-bit land.Shane Kerr2007-05-232-4/+10
* cvsignore++David Hankins2007-05-211-0/+1
* Merge errors on rt16890.v4_0_0a1David Hankins2007-05-191-2/+3
* - Parse AF_LINK contents properly - sa->sdl_type is the hardware type,David Hankins2007-05-192-33/+19
* Do not try to sense the hardware address of the interface "fallback"David Hankins2007-05-191-2/+3
* Load net/if_dl.h if it exists (FreeBSD compile fix).David Hankins2007-05-191-2/+2
* Looks like the package version was moved into autoconf.David Hankins2007-05-191-8/+2
* Copyright++David Hankins2007-05-1915-30/+30
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-1913-295/+574
* Conditionally include ifaddrs.h if USE_BPF_RECEIVE is defined. 'structDavid Hankins2007-05-191-1/+3
* s/nameservers/nameserver/David Hankins2007-05-191-2/+2
* - Fix documentation of the domain-search atom (quoted, with commas).David Hankins2007-05-181-7/+363
* - DHCPv4 I/O methods that failed to sense hardware address were corrected.David Hankins2007-05-185-7/+32
* - Additional warnings and such from robie. [ISC-Bugs #16865d]David Hankins2007-05-171-3/+2
* FreeBSD, NetBSD, OpenBSD support added in (again).Shane Kerr2007-05-164-152/+149
* Update comment per rt16841.David Hankins2007-05-161-4/+3
* - Corrected some situations where variables might be used without beingDavid Hankins2007-05-114-15/+21
* DHCPv6 branch merged to HEAD.David Hankins2007-05-0819-489/+3777
* Assorted fixes for broken network devices: IP header length field is nowEvan Hunt2007-04-277-90/+117