]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
10 years ago[v4_2] Updated auto-generated files for v4.2.8b1 v4_2_8b1
Thomas Markwalder [Thu, 29 Jan 2015 21:44:04 +0000 (21:44 +0000)] 
[v4_2] Updated auto-generated files for v4.2.8b1

10 years ago[v4_2] Versioning updates for v4.2.8b1
Thomas Markwalder [Thu, 29 Jan 2015 21:35:34 +0000 (16:35 -0500)] 
[v4_2] Versioning updates for v4.2.8b1

10 years ago[v4_2] Fixed inconsistencies in setting hop count limit in dhcrelay
Thomas Markwalder [Mon, 19 Jan 2015 18:40:25 +0000 (13:40 -0500)] 
[v4_2] Fixed inconsistencies in setting hop count limit in dhcrelay

    Merges in rt37426.

10 years ago[v4_2] Linux packet handling ignores VLAN packets sent to physical interface
Thomas Markwalder [Thu, 8 Jan 2015 12:43:42 +0000 (07:43 -0500)] 
[v4_2] Linux packet handling ignores VLAN packets sent to physical interface

    Merges in rt37415.

10 years ago[v4_2] Fix debug build broken by 38078
Thomas Markwalder [Thu, 18 Dec 2014 12:39:55 +0000 (07:39 -0500)] 
[v4_2] Fix debug build broken by 38078

    server/dhcpd.c -
        moved declarations of local variable in main(), used by pid file
        logic, outside of debug conditional compilation.

10 years ago[v4_2] Print preferred life and max life as unsigned ints
Shawn Routhier [Thu, 18 Dec 2014 02:28:23 +0000 (18:28 -0800)] 
[v4_2] 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_2] Move the check for another server to be earlier
Shawn Routhier [Tue, 16 Dec 2014 16:43:00 +0000 (08:43 -0800)] 
[v4_2] 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_2] Fix typo in dhcp-options.5
Shawn Routhier [Tue, 16 Dec 2014 05:04:20 +0000 (21:04 -0800)] 
[v4_2] Fix typo in dhcp-options.5

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

10 years ago[v4_2] Don't call pool_timer recusively
Shawn Routhier [Thu, 11 Dec 2014 03:19:44 +0000 (19:19 -0800)] 
[v4_2] 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_2] Server will move FTS_BACKUP to FTS_FREE when pool has no peer
Thomas Markwalder [Wed, 10 Dec 2014 20:57:03 +0000 (15:57 -0500)] 
[v4_2] Server will move FTS_BACKUP to FTS_FREE when pool has no peer

    Merges in rt36960.  Note that for v4_2 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[rt20558_b] Updated common/test Makefiles
Thomas Markwalder [Fri, 5 Dec 2014 21:16:54 +0000 (16:16 -0500)] 
[rt20558_b] Updated common/test Makefiles

    Updated common/tests/Makefile.am and .in to accomodate new
    unit tests.

10 years ago[rt20558_b] Added concat_dclists unit tests, fixed coverity leak
Thomas Markwalder [Fri, 5 Dec 2014 21:04:49 +0000 (16:04 -0500)] 
[rt20558_b] Added concat_dclists unit tests, fixed coverity leak

 - Minor updates, excluding Makefile changes.

10 years ago[v4_2] Fixed concatenation of "Dc" formatted options such as domain-search
tmarkwalder [Tue, 25 Nov 2014 20:45:42 +0000 (15:45 -0500)] 
[v4_2] Fixed concatenation of "Dc" formatted options such as domain-search

    Merges in rt20558.

10 years ago[v4_2] Patch the failover code to avoid deadlocks
Shawn Routhier [Tue, 11 Nov 2014 03:15:43 +0000 (19:15 -0800)] 
[v4_2] 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.

11 years ago[v4_2] Fixes compilation error in dst_api.c
Thomas Markwalder [Wed, 5 Nov 2014 18:55:47 +0000 (13:55 -0500)] 
[v4_2] Fixes compilation error in dst_api.c

    Merges in rt37708.

11 years ago[v4_2] Set signal action to ingore for SIGPIPE
Thomas Markwalder [Wed, 5 Nov 2014 14:48:51 +0000 (09:48 -0500)] 
[v4_2] Set signal action to ingore for SIGPIPE

    Merges in rt32222.

11 years ago[master] Host declaration name can now be used in DNS forward name
Thomas Markwalder [Tue, 4 Nov 2014 21:04:49 +0000 (16:04 -0500)] 
[master] Host declaration name can now be used in DNS forward name

    Merges in rt21323.

11 years ago[v4_2] Use global server-identifier in NAKS when subnet is unknown.
Thomas Markwalder [Tue, 28 Oct 2014 13:18:29 +0000 (09:18 -0400)] 
[v4_2] 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:32:53 +0000 (15:32 -0400)] 
[master] Add use-host-decl-names support to BOOTP

    Merges in rt36233.

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

    Merges in rt22806

11 years ago[v4_2] Added subnet address validation checks
Thomas Markwalder [Thu, 11 Sep 2014 19:56:24 +0000 (15:56 -0400)] 
[v4_2] Added subnet address validation checks

    Merges in rt32453.

11 years ago[v4_2] Remove unneeded defines for errors
Shawn Routhier [Thu, 11 Sep 2014 03:36:47 +0000 (20:36 -0700)] 
[v4_2] Remove unneeded defines for errors

As part of 4.2.0 we renamed a number of errors but continued
to include the old ones in case somebody was building something
using our libraries.  This #ifdefs them and by defaults removes them
from the compile.

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

    Merges in rt36664

11 years ago[v4_2] Added contributor credit to release notes
Thomas Markwalder [Mon, 8 Sep 2014 20:17:23 +0000 (16:17 -0400)] 
[v4_2] Added contributor credit to release notes

    Tobias Stoeckmann was credited for his contributions.

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

    Merges in rt36021

11 years ago[v4_2] Fixed Release Notes
Thomas Markwalder [Mon, 8 Sep 2014 17:03:15 +0000 (13:03 -0400)] 
[v4_2] Fixed Release Notes

11 years ago[v4_2] Addes addtional HMAC TSIG algorithms to DDNS
Thomas Markwalder [Mon, 8 Sep 2014 15:41:44 +0000 (11:41 -0400)] 
[v4_2] Addes addtional HMAC TSIG algorithms to DDNS

    Merges in rt36947

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

    Merges in rt36653

11 years ago[v4_2] Corrected error in UDP bad packet logging
Thomas Markwalder [Mon, 8 Sep 2014 13:37:01 +0000 (09:37 -0400)] 
[v4_2] 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_2] minor fix to RELNOTES
Thomas Markwalder [Thu, 28 Aug 2014 14:14:37 +0000 (10:14 -0400)] 
[v4_2] minor fix to RELNOTES

11 years ago[v4_2] Corrects medium impact issues reported by Coverity.
Thomas Markwalder [Thu, 28 Aug 2014 13:17:30 +0000 (09:17 -0400)] 
[v4_2] Corrects medium impact issues reported by Coverity.

    Merges in rt36933

Fixed Conflicts:
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_2] Corrected RELNOTES
Thomas Markwalder [Mon, 25 Aug 2014 18:10:25 +0000 (14:10 -0400)] 
[v4_2] Corrected RELNOTES

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

    Merges in rt36712

11 years ago[v4_2] Update auto-generated files for 4.2.7 v4_2_7
Shawn Routhier [Wed, 6 Aug 2014 23:05:56 +0000 (23:05 +0000)] 
[v4_2] Update auto-generated files for 4.2.7

11 years ago[v4_2] Updates for 4.2.7
Shawn Routhier [Wed, 6 Aug 2014 23:04:21 +0000 (16:04 -0700)] 
[v4_2] Updates for 4.2.7

11 years ago[v4_2] Restore #define and hack bind.sh
Shawn Routhier [Wed, 6 Aug 2014 22:28:57 +0000 (15:28 -0700)] 
[v4_2] Restore #define and hack bind.sh

Resore the R_MULTIPLE #define so we have the same code
in final as we did in rc1.

Change the bind.sh fileso we use 9.9.5-P1 for testing master, and 4.2
until we do remove the #define

11 years agoremove legacy ISC_R_MULTIPLE define
Mark Andrews [Sat, 2 Aug 2014 12:23:00 +0000 (22:23 +1000)] 
remove legacy ISC_R_MULTIPLE define

11 years ago[v4_2] Update auto-generated files for 4.2.7rc1 v4_2_7rc1
Shawn Routhier [Mon, 28 Jul 2014 23:13:08 +0000 (23:13 +0000)] 
[v4_2] Update auto-generated files for 4.2.7rc1

11 years ago[v4_2] Update for version 4.2.7rc1
Shawn Routhier [Mon, 28 Jul 2014 23:11:06 +0000 (16:11 -0700)] 
[v4_2] Update for version 4.2.7rc1

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

11 years ago[v4_2] Move release note to be after 4.2.7b1
Shawn Routhier [Tue, 8 Jul 2014 17:31:44 +0000 (10:31 -0700)] 
[v4_2] Move release note to be after 4.2.7b1

11 years ago[v4_2] Merged in fix for 36102
Thomas Markwalder [Tue, 8 Jul 2014 17:25:12 +0000 (13:25 -0400)] 
[v4_2] 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_2] Yet another typo
Shawn Routhier [Tue, 8 Jul 2014 03:15:28 +0000 (20:15 -0700)] 
[v4_2] Yet another typo

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

11 years ago[v4_2] fix typo in bind string v4_2_7b1
Shawn Routhier [Wed, 2 Jul 2014 20:04:40 +0000 (13:04 -0700)] 
[v4_2] fix typo in bind string

11 years ago[v4_2] Update auto-generated files for 4.2.7b1
Shawn Routhier [Wed, 2 Jul 2014 20:02:00 +0000 (20:02 +0000)] 
[v4_2] Update auto-generated files for 4.2.7b1

11 years ago[v4_2] Update versions stamps for 4.2.7b1
Shawn Routhier [Wed, 2 Jul 2014 20:00:34 +0000 (13:00 -0700)] 
[v4_2] Update versions stamps for 4.2.7b1

11 years ago[v4_2] Add define to disable gentle shutodwn by default
Shawn Routhier [Wed, 2 Jul 2014 15:56:21 +0000 (08:56 -0700)] 
[v4_2] Add define to disable gentle shutodwn by default

Add a define to disable the gentle shutdown feature by default.
The feature has some effects (recover-wait in failvoer pairs)
and release in clients that are always desired.  We plan to
revisit this in order to make it easier to use but with the
define it can be enabled if necessary.

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

11 years ago[v4_2] Tidy up the options descriptions
Shawn Routhier [Sat, 14 Jun 2014 06:02:48 +0000 (23:02 -0700)] 
[v4_2] 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_2] Clean up DDNS description
Shawn Routhier [Fri, 13 Jun 2014 16:41:24 +0000 (09:41 -0700)] 
[v4_2] 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 we don't.

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

11 years ago[v4_2] Remove other mention of standard style
Shawn Routhier [Wed, 11 Jun 2014 20:44:54 +0000 (13:44 -0700)] 
[v4_2] Remove other mention of standard style

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

Include v6

Clean up other items

Leave out the standard DDNS style

11 years ago[v4_2] Fix typo
Shawn Routhier [Tue, 10 Jun 2014 17:31:27 +0000 (10:31 -0700)] 
[v4_2] Fix typo

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

    address memory leak

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

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

11 years ago[v4_2] Add DHCP-2 to the release note
Shawn Routhier [Wed, 14 May 2014 02:25:30 +0000 (19:25 -0700)] 
[v4_2] Add DHCP-2 to the release note

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

11 years ago[v4_2] Update auto-generated files
Shawn Routhier [Wed, 7 May 2014 19:34:58 +0000 (19:34 +0000)] 
[v4_2] Update auto-generated files

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

11 years ago[v4_2] Some small client changes
Shawn Routhier [Wed, 7 May 2014 15:33:10 +0000 (08:33 -0700)] 
[v4_2] 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_2] Correct calculation of client timeout to include MRD
Shawn Routhier [Wed, 30 Apr 2014 20:26:06 +0000 (13:26 -0700)] 
[v4_2] 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_2] Continue work on 34172, remove the attempt to find the size
Shawn Routhier [Wed, 30 Apr 2014 02:42:13 +0000 (19:42 -0700)] 
[v4_2] Continue work on 34172, remove the attempt to find the size

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

11 years ago[v4_2] Properly ifdef a variable used in the pre_errata code
Shawn Routhier [Tue, 29 Apr 2014 18:31:22 +0000 (11:31 -0700)] 
[v4_2]  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

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

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

11 years ago[v4_2] Add #ifdefs to allow code to compile if NSUPDATE isn't defined
Shawn Routhier [Mon, 28 Apr 2014 22:49:56 +0000 (15:49 -0700)] 
[v4_2] Add #ifdefs to allow code to compile if NSUPDATE isn't defined

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

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

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

11 years ago[v4_2] Several small patches
Shawn Routhier [Fri, 25 Apr 2014 17:57:29 +0000 (10:57 -0700)] 
[v4_2] 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_2] Tidy up bind.sh to use the correct head.
Shawn Routhier [Thu, 17 Apr 2014 20:21:43 +0000 (13:21 -0700)] 
[v4_2] Tidy up bind.sh to use the correct head.

Use the correct BIND head (9.9.x) for 4.2.6 and beyond.
[ISC-Bugs 33195]

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

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

11 years ago[v4_2] correct release date
Shawn Routhier [Fri, 31 Jan 2014 19:20:32 +0000 (11:20 -0800)] 
[v4_2] correct release date

11 years ago[v4_2] Update version for 4.2.6
Shawn Routhier [Fri, 31 Jan 2014 19:15:30 +0000 (11:15 -0800)] 
[v4_2] Update version for 4.2.6

11 years ago[v4_2] typos
Shawn Routhier [Tue, 28 Jan 2014 18:42:34 +0000 (10:42 -0800)] 
[v4_2] typos

11 years ago[v4_2] bind version v4_2_6rc1
Shawn Routhier [Tue, 28 Jan 2014 05:20:42 +0000 (21:20 -0800)] 
[v4_2] bind version

11 years ago[v4_2] update version stamp to 4.2.6rc1
Shawn Routhier [Tue, 28 Jan 2014 05:16:30 +0000 (05:16 +0000)] 
[v4_2] update version stamp to 4.2.6rc1

11 years ago[v4_2] Update version stamp to 4.2.6rc1
Shawn Routhier [Tue, 28 Jan 2014 05:12:49 +0000 (21:12 -0800)] 
[v4_2] Update version stamp to 4.2.6rc1

11 years ago[v4_2] Remove vix.com and nominum.com
Shawn Routhier [Tue, 28 Jan 2014 04:42:30 +0000 (20:42 -0800)] 
[v4_2] Remove vix.com and nominum.com

    Remove old information from copyrights and
    man pages.

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

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

11 years ago[v4_2] typos
Shawn Routhier [Thu, 23 Jan 2014 21:45:18 +0000 (13:45 -0800)] 
[v4_2] typos

11 years ago[v4_2] Update 3rd party licnese issues
Shawn Routhier [Thu, 23 Jan 2014 21:34:47 +0000 (13:34 -0800)] 
[v4_2] 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 ago[v4_2] fix typo per release review
Shawn Routhier [Tue, 21 Jan 2014 21:42:43 +0000 (13:42 -0800)] 
[v4_2] fix typo per release review

11 years agoAdd compile file directly instead of as a link v4_2_6b1
Shawn Routhier [Tue, 21 Jan 2014 19:19:47 +0000 (19:19 +0000)] 
Add compile file directly instead of as a link

11 years ago-n [v4_2] Update dates and versions for 4.2.6b1
Shawn Routhier [Tue, 21 Jan 2014 19:06:50 +0000 (19:06 +0000)] 
-n [v4_2] Update dates and versions for 4.2.6b1

11 years ago[v4_2] Update version and copyrights for 4.2.6b1 release
Shawn Routhier [Tue, 21 Jan 2014 18:41:11 +0000 (10:41 -0800)] 
[v4_2] Update version and copyrights for 4.2.6b1 release

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

11 years ago[v4_2] fix typos found in release engineering
Shawn Routhier [Tue, 21 Jan 2014 16:35:21 +0000 (08:35 -0800)] 
[v4_2] fix typos found in release engineering

11 years ago[v4_2] Update the relnotes to include a note for 35138
Shawn Routhier [Thu, 2 Jan 2014 19:50:19 +0000 (11:50 -0800)] 
[v4_2] Update the relnotes to include a note for 35138

11 years agofix typo cf RT#35138
Francis Dupont [Thu, 2 Jan 2014 18:40:38 +0000 (19:40 +0100)] 
fix typo cf RT#35138

11 years ago[v4_2] Fix up the gentle shutdown code to handle failover
Shawn Routhier [Thu, 14 Nov 2013 21:05:43 +0000 (13:05 -0800)] 
[v4_2] Fix up the gentle shutdown code to handle failover

This patch modifies the gentle failover patch to
be cleaner and to handle failover peers better.

12 years ago[v4_2] Various minor documentation improvements:
Shawn Routhier [Thu, 7 Nov 2013 18:46:08 +0000 (10:46 -0800)] 
[v4_2] 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.)

12 years ago[v4_2]
Shawn Routhier [Sat, 2 Nov 2013 01:09:24 +0000 (18:09 -0700)] 
[v4_2]
Remove some extra code from the commit of 26377.  The on * code
is new in 4.3 and shouldn't have been merged into 4.2

12 years ago[v4_2]
Shawn Routhier [Sat, 2 Nov 2013 00:17:25 +0000 (17:17 -0700)] 
[v4_2]
[master]
Add log messages for the addresses we assign.