summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* When processing the format flags for a given option consume thev4_0Shawn Routhier2010-12-292-2/+27
| | | | | | | flag indicating an optional value correctly. A symptom of this bug was an infinite loop when trying to parse the slp-service-scope option. Thanks to a patch from Marius Tomaschewski. [ISC-Bugs #22055]
* Fix the handling of connection requests on the failover port.Shawn Routhier2010-12-132-2/+7
| | | | | This was a security issue in 4.2.0 but is not in 4.0.x. [ISC-Bugs #22679]
* Restore printing of values in omshell to the style pre 21585. ForShawn Routhier2010-12-033-4/+10
| | | | | | | 21585 we changed the print routines to always display time values as a hex list. This had a side effect of printing all data strings as a hex list. We shall investigate other ways of displaying time values more usefully. [ISC-Bugs #22626]
* autoconf regenerationDavid Hankins2010-11-031-168/+0
|
* automake regenerationDavid Hankins2010-11-030-0/+0
|
* autoheader regenerationDavid Hankins2010-11-030-0/+0
|
* aclocal regenerationDavid Hankins2010-11-030-0/+0
|
* - ./configure on longer searches for -lcrypto to explicitly link against.David Hankins2010-11-032-4/+6
| | | | | This fixes a bug where 'dhclient' would have shared library dependencies on '/usr/lib'. [ISC-Bugs #21967]
* autoconf regenerationv4_0_3David Hankins2010-11-020-0/+0
|
* automake regenerationDavid Hankins2010-11-020-0/+0
|
* autoheader regenerationDavid Hankins2010-11-020-0/+0
|
* aclocal regenerationDavid Hankins2010-11-020-0/+0
|
* Update to add cert and cve numbers and acknowledgementShawn Routhier2010-11-021-2/+2
|
* autoconf regenerationDavid Hankins2010-10-251-10/+10
|
* automake regenerationDavid Hankins2010-10-250-0/+0
|
* autoheader regenerationDavid Hankins2010-10-250-0/+0
|
* aclocal regenerationDavid Hankins2010-10-250-0/+0
|
* Version to 4.0.3 final.David Hankins2010-10-253-10/+11
|
* Handle a relay forward message with an unspecified address in theShawn Routhier2010-10-222-1/+23
| | | | | link address field. Previously such a message would cause the server to crash. [ISC-Bugs #21992]
* autoconf regenerationv4_0_3rc1David Hankins2010-10-191-10/+10
|
* automake regenerationDavid Hankins2010-10-1912-0/+12
|
* autoheader regenerationDavid Hankins2010-10-190-0/+0
|
* aclocal regenerationDavid Hankins2010-10-191-2/+2
|
* Version to 4.0.3rc1.David Hankins2010-10-193-10/+15
|
* %.* require a int not unsignedMark Andrews2010-10-181-5/+5
|
* %.* require a int not unsignedMark Andrews2010-10-181-5/+5
|
* README/RELNOTES to new date for 4.0.3b1 retry.v4_0_3b1David Hankins2010-10-072-6/+4
|
* Handle pipe failures better - ticket 22269Shawn Routhier2010-10-067-1/+85
|
* Use (unsigned char) not (int) to silence (char) array index warnings.Mark Andrews2010-09-171-1/+1
|
* autoconf regenerationDavid Hankins2010-09-171-10/+265
|
* automake regenerationDavid Hankins2010-09-171-2/+2
|
* autoheader regenerationDavid Hankins2010-09-171-0/+16
|
* aclocal regenerationDavid Hankins2010-09-170-0/+0
|
* - Version to 4.0.3b1.David Hankins2010-09-179-15/+17
| | | | | - README/RELNOTES++ - Copyrights to 2010.
* autoconf regenerationShawn Routhier2010-09-141-2132/+1684
|
* automake regenerationShawn Routhier2010-09-1412-574/+723
|
* autoheader regenerationShawn Routhier2010-09-141-22/+15
|
* aclocal regenerationShawn Routhier2010-09-141-84/+102
|
* Minor changes for scripts, configure.ac and MakefilesShawn Routhier2010-09-148-9/+31
| | | | | | | | | | [ISC-Bugs #19147] Use domain-search instead of domain-name in manual and example conf file. Thanks to a patch from David Cantrell at Red Hat. [ISC-Bugs #19761] Restore address when doing a rebind in DHCPv6 [ISC-Bugs #19945] Properly close the quote on some arguments. [ISC-Bugs #20952] Add 64 bit types to configure.ac [ISC-Bugs #21308] Add "PATH=" to CLIENT_PATH envrionment variable
* cast time_t to unsigned long and use %lu instead of %uMark Andrews2010-09-141-2/+2
|
* Fixes to lease input and output.Shawn Routhier2010-09-135-62/+146
| | | | | | | | | [ISC-Bugs #20418] - Some systems don't support the "%s" argument to strftime, paste together the same string using mktime instead. [ISC-Bugs #19596] - When parsing iaid values accept printable characters. [ISC-Bugs #21585] - Always print time values in omshell as hex instead of ascii if the values happen to be printable characters.
* Parse date strings more properly - the code now handles semi-colons inShawn Routhier2010-09-132-82/+108
| | | | | date strings correctly. Thanks to a patch from Jiri Popelka at Red Hat. [ISC-Bugs #21501, #20598]
* Add an elapsed time option to the release message and refactor theShawn Routhier2010-09-112-124/+108
| | | | | code to move most of the common code to a single routine. [ISC-Bugs #21171].
* Another batch of fixesShawn Routhier2010-09-095-32/+77
| | | | | | | | | | Correct error handling in DLPI [ISC-Bugs #20378] Remove __sun__ and __hpux__ typedefs in osdep.h as they are now being checked in configure. [ISC-Bugs #20443] Modify how the cmsg header is allocated the v6 send and received routines to compile on more compilers. [ISC-Bugs #20524] When parsing a domain name free the memory for the name after we are done with it. [ISC-Bugs #20824]
* address builds where sizeof != intMark Andrews2010-09-091-9/+13
|
* Minor code fixesShawn Routhier2010-09-085-17/+63
| | | | | | | | | | | | | [ISC-Bugs #19566] When trying to find the zone for a name for ddns allow the name to be at the apex of the zone. [ISC-Bugs #19617] Restrict length of interface name read from command line in dhcpd - based on a patch from David Cantrell at Red Hat. [ISC-Bugs #20039] Correct some error messages in dhcpd.c [ISC-Bugs #20070] Better range check on values when creating a DHCID. [ISC-Bugs #20198] Avoid writing past the end of the field when adding overly long file or server names to a packet and add a log message if the configuration supplied overly long names for these fields. [ISC-Bugs #21497] Add a little more randomness to rng seed in client
* - Fixed a bug that leaks host record references onto lease structures,David Hankins2010-09-072-22/+59
| | | | | causing the server to apply configuration intended for one host to any other innocent clients that come along later. [ISC-Bugs #22018]
* Add code to clear the pointer to an object in an OMAPI handle when theShawn Routhier2010-09-074-26/+54
| | | | object is freed due to a dereference. [ISC-Bugs #21306]
* Minor compilation errors - type mismatches, extra semi-colons after macrosShawn Routhier2010-07-276-20/+25
| | | | [ISC-Bugs #20884] [ISC-Bugs #20953] [ISC-Bugs #20955]
* Put the options in the dhclient and dhcpd man pages into the standard form.Shawn Routhier2010-07-143-206/+276
| | | | [ISC-Bugs #20264] and parts of [ISC-Bugs #17744] dhclient.8 changes