| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- including => included
- whitespace corrections in RELEASE STATUS
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes to be committed:
modified: LICENSE
modified: README
modified: RELNOTES
modified: client/dhclient.c
modified: common/discover.c
modified: configure
modified: configure.ac
modified: configure.ac+lt
modified: configure.ac-base
modified: configure.ac-lt
modified: relay/dhcrelay.c
modified: relay/tests/relay_unittests.c
modified: server/dhcpd.c
modified: server/failover.c
modified: util/bind.sh
|
|
|
|
| |
as these instructions are very out of date and possibly misleading.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes to be committed:
modified: LICENSE
modified: README
modified: RELNOTES
modified: client/dhclient.8
modified: common/options.c
modified: configure
modified: configure.ac
modified: configure.ac+lt
modified: configure.ac-base
modified: configure.ac-lt
modified: keama/confparse.c
modified: keama/keama.8
modified: keama/keama.c
modified: keama/keama.h
modified: keama/options.c
modified: keama/parse.c
modified: server/dhcpd.c
modified: util/bind.sh
|
|
|
|
| |
Adding mentions of Keama.
|
| |
|
|
|
|
|
|
| |
LICENSE - added MPL text
README - removed RELEASE STATUS section
RELNOTES - changed 4.4.x 4.4
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes committed:
modified: .gitignore
modified: README
modified: RELNOTES
modified: configure
modified: configure.ac
modified: configure.ac+lt
modified: configure.ac-base
modified: configure.ac-lt
modified: util/bind.sh
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Changes to be committed:
modified: README
modified: RELNOTES
modified: configure.ac
modified: includes/heap.h
modified: includes/t_api.h
modified: util/bind.sh
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
RELNOTES
|
| | |
|
|/ |
|
|\ |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
NOTE: 4.3.2 was awaiting sanity checks when bug rt38677 was reported.
4.3.2rc2 supercedes the initial 4.3.2 attempt.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Updated version info, etc
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.)
|
| |
|
|
|
|
| |
Update vesion stamps, copyright dates and the bind version to use.
|
|
|
|
|
| |
Change version and dates to make it clear this isn't 4.3.0 if we
create a tar ball for test purposes.
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
|
| |
Move the dhclient.conf and dhcpd.conf files to *.example
to avoid overwriting them during installation.
|
|
|
|
|
|
|
|
|
|
|
| |
[ISC-Bugs #26108]
Add a compile time option, enable-secs-byteorder, to deal with
clients that do the byte ordering on the secs field incorrectly.
This field should be in network byte order but some clients
get it wrong. When this option is enabled the server will examine
the secs field and if it looks wrong (high byte non zero and low
byte zero) swap the bytes. The default is disabled. This option
is only useful when doing load balancing within failover.
|
|
|
|
| |
Update version stamp to 4.3.0
|
|
|
|
| |
[ISC-Bugs #18891]
|
|
|
|
| |
to a patch form Oracle. [ISC-Bugs #24634].
|
|
|
|
| |
[ISC-Bugs #23326] Updated References document, several man page updates
|
|
|
|
|
|
|
| |
[ISC-Bugs #17959] add text to AIX section describing how to have it send
responses to the all-ones address.
[ISC-Bugs #19615] update the includes in dhcpctl/dhcpctl.3 to be more correct
[ISC-Bugs #20676] update dhcpd.conf.5 to include the RFC numbers for DDNS
|
|
|
|
| |
[ISC-Bugs #21791]
|