]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
10 years ago[v4_1_esv] Print preferred life and max life as unsigned ints
Shawn Routhier [Thu, 18 Dec 2014 02:30:36 +0000 (18:30 -0800)] 
[v4_1_esv] Print preferred life and max life as unsigned ints

    [rt37084]

    Change how we print the preferred_live and max_life variables
    into envvironment strings in the client code from being a signed
    int to an unsigned int.

10 years ago[v4_1_esv] Move the check for another server to be earlier
Shawn Routhier [Tue, 16 Dec 2014 16:46:40 +0000 (08:46 -0800)] 
[v4_1_esv] Move the check for another server to be earlier

    [rt38078] Move the check for another server to be earlier

    Move the code that checks if there is already a server
    running to be executed earlier in the process.  This
    puts it before the server touches the database which
    should avoid problems with rewriting a database from
    under a running server.

10 years ago[v4_1_esv] Fix typo in dhcp-options.5
Shawn Routhier [Tue, 16 Dec 2014 05:05:34 +0000 (21:05 -0800)] 
[v4_1_esv] Fix typo in dhcp-options.5

Fix typo in dhcp-options.5 to change hostname to domainname.
ticket 37649

10 years ago[v4_1_esv] Don't call pool_timer recusively
Shawn Routhier [Thu, 11 Dec 2014 03:32:43 +0000 (19:32 -0800)] 
[v4_1_esv] Don't call pool_timer recusively

Add a flag to avoid supersede_lease calling pool_timer
recursively when pool_timer can't handle that.
rt38002

10 years ago[v4_1_esv] Server will move FTS_BACKUP to FTS_FREE when pool has no peer
Thomas Markwalder [Wed, 10 Dec 2014 21:32:24 +0000 (16:32 -0500)] 
[v4_1_esv] Server will move FTS_BACKUP to FTS_FREE when pool has no peer

    Merges in rt36960.  Note that for v4_1_esv a new compile switch,
    CONVERT_BACKUP_TO_FREE, was created which must be defined to
    enable the conversion of leases.  It is off by default.

10 years ago[v4_1_esv] Updated common/tests Makefiles to build new unit tests
Thomas Markwalder [Fri, 5 Dec 2014 21:46:48 +0000 (16:46 -0500)] 
[v4_1_esv] Updated common/tests Makefiles to build new unit tests

    Merges in rt20558_b.  This was a manual merge.

10 years ago[v4_1_esv] Fixed concatenation of "Dc" formatted options such as domain-search
tmarkwalder [Tue, 25 Nov 2014 21:48:03 +0000 (16:48 -0500)] 
[v4_1_esv] Fixed concatenation of "Dc" formatted options such as domain-search

    Merges in rt20558.

10 years ago[v4_1_esv] Patch the failover code to avoid deadlocks
Shawn Routhier [Tue, 11 Nov 2014 03:22:24 +0000 (19:22 -0800)] 
[v4_1_esv] Patch the failover code to avoid deadlocks

Patch for 36810 & 20352
This coves several related problems
1) When the primary is in conflict done it allows the secondary to
transition around resolution interrupted and potentical conflict previously
the primary would die on an illegal state.

2) It allows the servers to restart a bind update request.  Previously if
one of the servers sent an udpate request and there died (or had the communications
interrupted) in some states the first server wouldn't retransmit a new
update request and the other server wouldn't send any bind updates. This
was noticed in potential conflict.

3) Updated the state transitions to move the leases on the ack queue
back to the update queue in case of conflict-done as we might need to
retransmit them all.

4) Updated a transition from startup to potentical conflict instead
of resolution interrupted when the servers reconnect during the startup
phase in order to avoid a diffferent dead lock.

10 years ago[v4_1_esv] Fixes compilation error in dst_api.c
Thomas Markwalder [Wed, 5 Nov 2014 18:58:21 +0000 (13:58 -0500)] 
[v4_1_esv] Fixes compilation error in dst_api.c

    Merges in rt37708.

10 years ago[v4_1_esv] Host declaration name can now be used in DNS forward name
Thomas Markwalder [Wed, 5 Nov 2014 12:17:37 +0000 (07:17 -0500)] 
[v4_1_esv] Host declaration name can now be used in DNS forward name

    Merges in rt21323.

11 years ago[v4_1_esv] Use global server-identifier in NAKS when subnet is unknown.
Thomas Markwalder [Tue, 28 Oct 2014 13:52:07 +0000 (09:52 -0400)] 
[v4_1_esv] Use global server-identifier in NAKS when subnet is unknown.

    Merged in a portion of 35958:
    Added else-clause to logic in setup_server_source_address to execute
    global scope statements when packet->shared_network is NULL.  This ensures
    a global definition of server-identifier (if one) will be used.

11 years ago[master] Add use-host-decl-names support to BOOTP
Thomas Markwalder [Mon, 27 Oct 2014 19:51:36 +0000 (15:51 -0400)] 
[master] Add use-host-decl-names support to BOOTP

    Merges in rt36233.

11 years ago[v4_1_esv] Checkum handling fixes
Thomas Markwalder [Thu, 18 Sep 2014 20:31:28 +0000 (16:31 -0400)] 
[v4_1_esv] Checkum handling fixes

    Merges in rt22806

11 years ago[v4_1_esv] Added subnet address validation checks
Thomas Markwalder [Thu, 11 Sep 2014 20:01:22 +0000 (16:01 -0400)] 
[v4_1_esv] Added subnet address validation checks

    Merges in rt32453.

11 years ago[v4_1_esv] Server now supports a failover split value of 256.
Thomas Markwalder [Tue, 9 Sep 2014 11:50:56 +0000 (07:50 -0400)] 
[v4_1_esv] Server now supports a failover split value of 256.

    Merges in rt36664

11 years ago[v4_1_esv] Updated release notes with contributor credit
Thomas Markwalder [Mon, 8 Sep 2014 20:21:29 +0000 (16:21 -0400)] 
[v4_1_esv] Updated release notes with contributor credit

    Added credit to Tobias Stoeckmann to release notes.

11 years ago[v4_1_esv] Corrected right brace detection in parsing
Thomas Markwalder [Mon, 8 Sep 2014 17:41:26 +0000 (13:41 -0400)] 
[v4_1_esv] Corrected right brace detection in parsing

    Merges in rt36021

11 years ago[v4_1_esv] Corrected compilation error in server/failover.c
Thomas Markwalder [Mon, 8 Sep 2014 14:33:58 +0000 (10:33 -0400)] 
[v4_1_esv] Corrected compilation error in server/failover.c

    Missed a MACRO name difference between 4_1 and later versions.

11 years ago[v4_1_esv] Added check for invalid failover message type.
Thomas Markwalder [Mon, 8 Sep 2014 14:31:51 +0000 (10:31 -0400)] 
[v4_1_esv] Added check for invalid failover message type.

    Merges in rt36653

11 years ago[v4_1_esv] Corrected error in UDP bad packet logging
Thomas Markwalder [Mon, 8 Sep 2014 13:48:48 +0000 (09:48 -0400)] 
[v4_1_esv] Corrected error in UDP bad packet logging

    Merges in rt36897, minus the counter reset after every five packets.
    This eliminates the divide-by-zero issue but does not alter the outward
    behavior.

11 years ago[v4_1_esv] Corrects medium impact issues reported by Covertiy
Thomas Markwalder [Thu, 28 Aug 2014 14:10:07 +0000 (10:10 -0400)] 
[v4_1_esv] Corrects medium impact issues reported by Covertiy

    Merges in rt36933:
    server/dhcp.c -
        changes for CID 753050 (31b97ba1bdd4ddf6dd593b434592d0e17f985d0f)
        were not relevant

    server/omapi.c -
        changes for CID 1194735 (5bab149927ea57d0213e3a9f5d8f53ddc4a4bf56)
        were not relevant

11 years ago[v4_1_esv] Corrects high impact issues reported by Coverity.
Thomas Markwalder [Mon, 25 Aug 2014 18:26:56 +0000 (14:26 -0400)] 
[v4_1_esv] Corrects high impact issues reported by Coverity.

    Merges in rt36712

11 years ago[v4_1_esv] Update auto generated files v4_1_esv_r10
Shawn Routhier [Wed, 6 Aug 2014 23:18:08 +0000 (23:18 +0000)] 
[v4_1_esv] Update auto generated files

11 years ago[v4_1_esv] Update for 4.1-ESV-R10
Shawn Routhier [Wed, 6 Aug 2014 23:16:47 +0000 (16:16 -0700)] 
[v4_1_esv] Update for 4.1-ESV-R10

11 years ago[v4_1_esv] Update auto-generated files for 4.1-ESV-R10rc1 v4_1_esv_r10rc1
Shawn Routhier [Mon, 28 Jul 2014 23:28:19 +0000 (23:28 +0000)] 
[v4_1_esv] Update auto-generated files for 4.1-ESV-R10rc1

11 years ago[v4_1_esv] Updates for version 4.1-ESV-R10rc1
Shawn Routhier [Mon, 28 Jul 2014 23:26:54 +0000 (16:26 -0700)] 
[v4_1_esv] Updates for version 4.1-ESV-R10rc1

11 years ago[v4_1_esv] Remove unneeded rcsid and sccsid tags
Shawn Routhier [Wed, 16 Jul 2014 18:35:15 +0000 (11:35 -0700)] 
[v4_1_esv] Remove unneeded rcsid and sccsid tags

11 years ago[v4_1_esv] Add changes since title back in
Shawn Routhier [Tue, 8 Jul 2014 17:42:40 +0000 (10:42 -0700)] 
[v4_1_esv] Add changes since title back in

11 years ago[v4_1_esv] Merged in fix for 36102
Thomas Markwalder [Tue, 8 Jul 2014 17:38:32 +0000 (13:38 -0400)] 
[v4_1_esv] Merged in fix for 36102

36102 - Client scripts were not updatig resolv.conf when reason is
RENEW6 or REBIND6 and mode is stateless.  Note this only affects
the linux and openwrt scripts as only these two flush the interface
of "stale" addresses in PREINIT6
Added release note.

11 years ago[v4_1_esv] Update pointer to ESV web page description
Shawn Routhier [Tue, 8 Jul 2014 16:42:39 +0000 (09:42 -0700)] 
[v4_1_esv] Update pointer to ESV web page description

11 years ago[v4_1_esv] Typos from review
Shawn Routhier [Tue, 8 Jul 2014 03:14:53 +0000 (20:14 -0700)] 
[v4_1_esv] Typos from review

11 years ago[v4_1_esv] Update auto generated files for 4.1-ESV-R10b1 v4_1_esv_r10b1
Shawn Routhier [Wed, 2 Jul 2014 20:15:29 +0000 (20:15 +0000)] 
[v4_1_esv] Update auto generated files for 4.1-ESV-R10b1

11 years ago[v4_1_esv] Update versions for 4.1-ESV-R10b1
Shawn Routhier [Wed, 2 Jul 2014 20:14:10 +0000 (13:14 -0700)] 
[v4_1_esv] Update versions for 4.1-ESV-R10b1

11 years ago[v4_1_esv] Add code to help clean up soft leases
Shawn Routhier [Fri, 20 Jun 2014 20:14:42 +0000 (13:14 -0700)] 
[v4_1_esv] Add code to help clean up soft leases

11 years ago[v4_1_esv] Tidy up the options descriptions
Shawn Routhier [Sat, 14 Jun 2014 06:04:34 +0000 (23:04 -0700)] 
[v4_1_esv] Tidy up the options descriptions

correct the types for some options

add associated-ip and client-last-transaction-time for lease query

11 years ago[v4_1_esv] Clean up DDNS description
Shawn Routhier [Fri, 13 Jun 2014 16:45:49 +0000 (09:45 -0700)] 
[v4_1_esv] Clean up DDNS description

Remove the text about use-host-decl-names within DDNS.
This appears to have been correct when describing the
ad-hoc DDNS option but not the interim or standard
options.  In the future we may choose to enhance
the latter two but for now we shouldn't claim we do
things wedon't.

11 years ago[v4_1_esv] Add math operators and switch construct to eval
Shawn Routhier [Thu, 12 Jun 2014 04:53:35 +0000 (21:53 -0700)] 
[v4_1_esv] Add math operators and switch construct to eval

11 years ago[v4_1_esv] Remove the non 4.1 stuff from the description
Shawn Routhier [Wed, 11 Jun 2014 23:14:16 +0000 (16:14 -0700)] 
[v4_1_esv] Remove the non 4.1 stuff from the description

11 years ago[v4_1_esv] Update description of leases file
Shawn Routhier [Wed, 11 Jun 2014 20:47:18 +0000 (13:47 -0700)] 
[v4_1_esv] Update description of leases file

Include v6

Clean up other items

Don't include the rewind statement or the standard DDNS update style

11 years ago[v4_1_esv] Address memory leak in dhclient code.
Shawn Routhier [Tue, 10 Jun 2014 17:34:28 +0000 (10:34 -0700)] 
[v4_1_esv] Address memory leak in dhclient code.

address memory leak

11 years ago[v4_1_esv] Enhance support for vlans on freebsd.
Shawn Routhier [Mon, 19 May 2014 21:06:51 +0000 (14:06 -0700)] 
[v4_1_esv] Enhance support for vlans on freebsd.

11 years ago[v4_1_esv] When writing a client lease file use the fsync call
Shawn Routhier [Mon, 19 May 2014 20:32:54 +0000 (13:32 -0700)] 
[v4_1_esv]  When writing a client lease file use the fsync call

11 years ago[v4_1_esv] Add dhcp-2 to the release note
Shawn Routhier [Wed, 14 May 2014 02:26:17 +0000 (19:26 -0700)] 
[v4_1_esv] Add dhcp-2 to the release note

11 years ago[v4_1_esv] Add #define for length of prefix we send to v6 client script
Shawn Routhier [Thu, 8 May 2014 18:10:10 +0000 (11:10 -0700)] 
[v4_1_esv] Add #define for length of prefix we send to v6 client script

11 years ago[v4_1_esv] Update auto-generated files
Shawn Routhier [Wed, 7 May 2014 19:36:18 +0000 (19:36 +0000)] 
[v4_1_esv] Update auto-generated files

11 years ago[v4_1_esv] Add configure option to incude PID in syslog entries
Shawn Routhier [Wed, 7 May 2014 19:31:55 +0000 (12:31 -0700)] 
[v4_1_esv] Add configure option to incude PID in syslog entries

11 years ago[v4_1_esv] Some small client changes
Shawn Routhier [Wed, 7 May 2014 15:49:53 +0000 (08:49 -0700)] 
[v4_1_esv] Some small client changes

18933 - add an extra server by name call
26735 - when requested via a command line option
        have client exit afer 1 failure per the docs
33098 - expose next-server option to dhclient script

11 years ago[v4_1_esv] Correct calculation of client timeout to include MRD
Shawn Routhier [Wed, 30 Apr 2014 20:28:15 +0000 (13:28 -0700)] 
[v4_1_esv] Correct calculation of client timeout to include MRD

Correc the calculation of the next climet timeout period to
properly include MRD.

11 years ago[v4_1_esv] Continue work on 34172, remove the attempt to find the size
Shawn Routhier [Wed, 30 Apr 2014 02:43:12 +0000 (19:43 -0700)] 
[v4_1_esv] Continue work on 34172, remove the attempt to find the size

11 years ago[v4_1_esv] Remove unneeded RCSID tags
Shawn Routhier [Tue, 29 Apr 2014 18:53:17 +0000 (11:53 -0700)] 
[v4_1_esv] Remove unneeded RCSID tags

11 years ago[v4_1_esv] Properly ifdef a variable used in the pre_errata code
Shawn Routhier [Tue, 29 Apr 2014 18:35:48 +0000 (11:35 -0700)] 
[v4_1_esv] Properly ifdef a variable used in the pre_errata code

11 years agobad sizeof call
Mark Andrews [Tue, 29 Apr 2014 01:22:37 +0000 (11:22 +1000)] 
bad sizeof call

(cherry picked from commit 9f5dbfc4bd1a76902500ede57f8ef51d32e504cc)

11 years ago[v4_1_esv] Correct ordering for subnet mask and router and overload vs relay option
Shawn Routhier [Mon, 28 Apr 2014 23:20:07 +0000 (16:20 -0700)] 
[v4_1_esv] Correct ordering for subnet mask and router and overload vs relay option

11 years ago[v4_1_esv] Update partner's stos field when processing an update
Shawn Routhier [Mon, 28 Apr 2014 23:08:01 +0000 (16:08 -0700)] 
[v4_1_esv] Update partner's stos field when processing an update

11 years ago[v4_1_esv] Fix some minor issues in the dst code
Shawn Routhier [Mon, 28 Apr 2014 22:14:35 +0000 (15:14 -0700)] 
[v4_1_esv] Fix some minor issues in the dst code

11 years ago[v4_1_esv] Add a better warning about multiple key definitions
Shawn Routhier [Mon, 28 Apr 2014 21:59:06 +0000 (14:59 -0700)] 
[v4_1_esv] Add a better warning about multiple key definitions

11 years ago[v4_1_esv] Remove an extra set of msg_controllen
Shawn Routhier [Mon, 28 Apr 2014 21:32:46 +0000 (14:32 -0700)] 
[v4_1_esv] Remove an extra set of msg_controllen

11 years ago[v4_1_esv] Several small patches
Shawn Routhier [Fri, 25 Apr 2014 18:01:05 +0000 (11:01 -0700)] 
[v4_1_esv] Several small patches

Tidy up several small tickets
Correct parsing of DUID from config file, previously the LL type
was put in the wrong place in the DUID string.
[ISC-Bugs #20962]
Add code to parse "do-forward-updates" as well as "do-forward-update"
[ISC-Bugs #31328]
Remove log_priority as it isn't currently used.
[ISC-Bugs #33397]
Increase the size of the buffer used for reading interface information.
[ISC-Bugs #34858]

11 years ago[v4_1_esv] Add comment about TAHI addresses in example dhcpv6 config
Shawn Routhier [Tue, 11 Mar 2014 22:12:10 +0000 (15:12 -0700)] 
[v4_1_esv] Add comment about TAHI addresses in example dhcpv6 config

11 years ago[v4_1_esv] Run auto-tools for version update v4_1_esv_r9
Shawn Routhier [Fri, 31 Jan 2014 19:26:57 +0000 (19:26 +0000)] 
[v4_1_esv] Run auto-tools for version update

11 years ago[v4_1_esv] update version stamp for 4.1-ESV-R9
Shawn Routhier [Fri, 31 Jan 2014 19:19:29 +0000 (11:19 -0800)] 
[v4_1_esv] update version stamp for 4.1-ESV-R9

11 years ago[v4_1_esv] Remove conflict description from vix.com merge
Shawn Routhier [Tue, 28 Jan 2014 21:45:29 +0000 (13:45 -0800)] 
[v4_1_esv] Remove conflict description from vix.com merge

11 years ago[v4_1_esv] typos
Shawn Routhier [Tue, 28 Jan 2014 18:43:15 +0000 (10:43 -0800)] 
[v4_1_esv] typos

11 years ago[v4_1_esv] update version to 4.1-ESV-R9rc1 v4_1_esv_r9rc1
Shawn Routhier [Tue, 28 Jan 2014 05:17:50 +0000 (05:17 +0000)] 
[v4_1_esv] update version to 4.1-ESV-R9rc1

11 years ago[v4_1_esv] Update version stamp to 4.1-ESV-R9rc1
Shawn Routhier [Tue, 28 Jan 2014 05:09:17 +0000 (21:09 -0800)] 
[v4_1_esv] Update version stamp to 4.1-ESV-R9rc1

11 years ago[v4_1_esv] more for the copyright fix
Shawn Routhier [Tue, 28 Jan 2014 05:04:51 +0000 (21:04 -0800)] 
[v4_1_esv] more for the copyright fix

11 years ago[v4_1_esv] Remove vix.com and nominum.com
Shawn Routhier [Tue, 28 Jan 2014 05:01:25 +0000 (21:01 -0800)] 
[v4_1_esv] Remove vix.com and nominum.com

    Remove old information from copyrights and
    man pages.

11 years ago[v4_1_esv] Tidy up bpf processing
Shawn Routhier [Sat, 25 Jan 2014 04:08:39 +0000 (20:08 -0800)] 
[v4_1_esv] Tidy up bpf processing

Make bpf processing a bit better so we properly
process broken packets and their successors

11 years ago[v4_1_esv] typo
Shawn Routhier [Thu, 23 Jan 2014 21:41:31 +0000 (13:41 -0800)] 
[v4_1_esv] typo

11 years ago[v4_1_esv] Update 3rd party licnese issues
Shawn Routhier [Thu, 23 Jan 2014 21:37:41 +0000 (13:37 -0800)] 
[v4_1_esv] Update 3rd party licnese issues

    Instead of duplicating more third-party licenses here in LICENSE
    file (there are many), just generically suggest to see the other files.

    Per the md5 copyright license agreement, add mention of
    required verbatim advertising statement in the release notes and
    readme.

    In the RELNOTES, I also mention ISC is open source software.

    In the README, I added a HISTORY section and placed that
    advertising statement there. If the HISTORY section is not wanted,
    then remove it and just mention the required verbatim advertising statement.
    By the way, some good history is in old READMEs and at
    http://hack.org/mc/texts/dhcp-freenix.txt
    (but I can't find the official hosted Lemon version of that paper).

    Remove the advertising clause from the historical BSD
    code copyrighted by The Regents of the University of California.

    For details see
    ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

    (To summarize: in 1999, the University said that distributors
    are no longer required to acknowledge within advertising and the
    paragraph in the license may be deleted.)

11 years agoadd actual compile file instead of a link v4_1_esv_r9b1
Shawn Routhier [Tue, 21 Jan 2014 19:18:48 +0000 (19:18 +0000)] 
add actual compile file instead of a link

11 years ago-n[v4_1_esv] Update configure after pushing the version change
Shawn Routhier [Tue, 21 Jan 2014 19:15:03 +0000 (19:15 +0000)] 
-n[v4_1_esv] Update configure after pushing the version change

11 years ago[v4_1_esv]
Shawn Routhier [Tue, 21 Jan 2014 19:14:09 +0000 (11:14 -0800)] 
[v4_1_esv]
Merge branch 'v4_1_esv' of repo.isc.org:/proj/git/prod/dhcp into v4_1_esv

11 years ago-n[v4_1_esv] Update dates and versions for 4.1-ESV-R9b1
Shawn Routhier [Tue, 21 Jan 2014 19:12:31 +0000 (19:12 +0000)] 
-n[v4_1_esv] Update dates and versions for 4.1-ESV-R9b1

11 years ago[v4_1_esv] Update dates and versions for 4.1-ESV-R9b1
Shawn Routhier [Tue, 21 Jan 2014 18:48:39 +0000 (10:48 -0800)] 
[v4_1_esv] Update dates and versions for 4.1-ESV-R9b1

11 years ago[v4_1_esv] Change mailing list address in log_fatal
Shawn Routhier [Tue, 21 Jan 2014 16:47:26 +0000 (08:47 -0800)] 
[v4_1_esv] Change mailing list address in log_fatal

11 years ago[v4_1_esv] Various minor documentation improvements:
Shawn Routhier [Thu, 7 Nov 2013 18:55:08 +0000 (10:55 -0800)] 
[v4_1_esv] Various minor documentation improvements:

remove repeated words

fix: it's to its

some minor formatting added
(this needs to be improved still, there is a mix
of \fB Bold and \fI underline for same things)

spelling fixes

minor punctuation fixes (remove ...)

uppercase an acronym that is not a config item

(I didn't get this reviewed, these all are very minor or obvious.)

There was a conflict in common/dhcp-options.5, I added some extra
options to fix it.

11 years ago[v4_1_esv]
Shawn Routhier [Sat, 2 Nov 2013 01:05:10 +0000 (18:05 -0700)] 
[v4_1_esv]

Add log messages for the addresses we assign.

12 years ago-n [v4_1_esv]
Shawn Routhier [Mon, 21 Oct 2013 22:14:47 +0000 (15:14 -0700)] 
-n [v4_1_esv]
-n [master]
Fix the socket handling for DHCPv6 clients to allow multiple instances
of a clinet on a single machine to work properly.
[ISC-Bugs #34784]

12 years ago-n [v4_1_esv]
Shawn Routhier [Fri, 11 Oct 2013 21:50:12 +0000 (14:50 -0700)] 
-n [v4_1_esv]
-n [master]
Correct NTP rfc number

12 years ago-n [v4_1_esv]
Shawn Routhier [Fri, 30 Aug 2013 20:32:11 +0000 (13:32 -0700)] 
-n [v4_1_esv]
-n [master]
   fixes in openwrt script from the lwds-lite lab as well
   as some cosmetic changes and updating other scripts to
   use two double quotes instead of two single quotes for
   empty zone ids.
   [rt29843]

12 years ago[v4_1_esv]
Shawn Routhier [Thu, 29 Aug 2013 21:09:32 +0000 (14:09 -0700)] 
[v4_1_esv]
[master]
    [32767] Doxygen files for Developer's Guide are now included in release

12 years ago[v4_1_esv]
Shawn Routhier [Tue, 27 Aug 2013 17:41:54 +0000 (10:41 -0700)] 
[v4_1_esv]
Add a sleep call after trying to kill a previous client.  This
should make the "-r" option to the client work more consistently.
[ISC-Bugs: 18175]

12 years agohandle realloc failure [RT #32105]
Mark Andrews [Tue, 11 Jun 2013 06:08:16 +0000 (16:08 +1000)] 
handle realloc failure [RT #32105]
(cherry picked from commit 6d210be23379eed71f096f80d7859cbbeb347596)

12 years ago[v4_1_esv]
Shawn Routhier [Tue, 4 Jun 2013 17:51:17 +0000 (10:51 -0700)] 
[v4_1_esv]
Squashed commit of the following:
    [rt33351]
    Check for overly long whitespace in files we are parsing and
    print a message and exit if we find it.  We could try and continue
    but given that the file is likely corrupt that doesn't seem useful.
    commit e5cde5645b6cdeee04761fa3671d9e9f3b5abdd4
    commit 25c632ab85e996f89a8e0337a3c5caef6ff4392a

12 years ago- Address static analysis warnings.
Mark Andrews [Thu, 23 May 2013 04:21:20 +0000 (14:21 +1000)] 
- Address static analysis warnings.
  [ISC-Bugs #33510] [ISC-Bugs #33511]

12 years ago- Address static analysis warnings.
Mark Andrews [Thu, 23 May 2013 04:08:32 +0000 (14:08 +1000)] 
- Address static analysis warnings.
  [ISC-Bugs #33510]

12 years ago- Silence benign static analysis warnings.
Mark Andrews [Wed, 15 May 2013 00:49:54 +0000 (10:49 +1000)] 
- Silence benign static analysis warnings.
  [ISC-Bugs #33428]

12 years ago[v4_1_esv]
Shawn Routhier [Mon, 8 Apr 2013 18:29:14 +0000 (11:29 -0700)] 
[v4_1_esv]
    [rt33032]
    Move declaration of fudge so it's only declared if we will use it.

12 years agofix bad merge
Mark Andrews [Tue, 2 Apr 2013 08:32:59 +0000 (19:32 +1100)] 
fix bad merge

12 years ago- Use newer auto* tool packages and turn on RFC_3542 support on Mac OS.
Mark Andrews [Tue, 2 Apr 2013 03:55:14 +0000 (14:55 +1100)] 
- Use newer auto* tool packages and turn on RFC_3542 support on Mac OS.
  [ISC-Bugs #26303]

12 years agoUpdate auto generated files for rt32206
Shawn Routhier [Wed, 16 Jan 2013 20:45:37 +0000 (20:45 +0000)] 
Update auto generated files for rt32206

12 years ago[v4_1_esv]
Shawn Routhier [Wed, 16 Jan 2013 20:35:19 +0000 (12:35 -0800)] 
[v4_1_esv]
When checking to see if atf is available also check the
lib64 directory.
[rt32206]

12 years ago[v4_1_esv]
Shawn Routhier [Wed, 16 Jan 2013 20:00:21 +0000 (12:00 -0800)] 
[v4_1_esv]
Modify the server code to allow the administrator to configure
options 51, 58 and 59 in all universes except the dhcp universe.
[rt32309_41]

12 years agoUpdate auto-conf files for 4.1-ESV-R8 v4_1_esv_r8
Shawn Routhier [Wed, 2 Jan 2013 23:51:56 +0000 (23:51 +0000)] 
Update auto-conf files for 4.1-ESV-R8

12 years ago[v4_1_esv]
Shawn Routhier [Wed, 2 Jan 2013 23:42:47 +0000 (15:42 -0800)] 
[v4_1_esv]
Update for 4.1-ESV-R8 - version, dates and copyrights

12 years agoUpdate for 4.1-ESV-R8rc1 v4_1_esv_r8rc1
Shawn Routhier [Thu, 13 Dec 2012 22:22:53 +0000 (22:22 +0000)] 
Update for 4.1-ESV-R8rc1

12 years ago[v4_1_esv]
Shawn Routhier [Thu, 13 Dec 2012 22:16:47 +0000 (14:16 -0800)] 
[v4_1_esv]
Update version and copyright for 4.1-ESV-rc1

12 years ago[v4_1_esv]
Shawn Routhier [Thu, 13 Dec 2012 19:37:19 +0000 (11:37 -0800)] 
[v4_1_esv]
Clean up ATF issues:
describe patch to ATF code for solaris 11
remove unneeded options for use on solaris 11
comment out unused hash test
[rt32089]

12 years ago[v4_1_esv]
Shawn Routhier [Thu, 13 Dec 2012 00:38:49 +0000 (16:38 -0800)] 
[v4_1_esv]
Update per sanity check comments