2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 05:47:45 +00:00

4409 Commits

Author SHA1 Message Date
Razvan Becheriu
0c03eaefbb fixed compilation warning 2022-01-19 20:59:15 +02:00
Thomas Markwalder
f853b9c8e5 [master] Fixed RELNOTES issue number 2022-01-12 13:07:30 -05:00
Christian Hesse
805ce64ff3 [#77,!53] replace deprecated ifconfig with ip
For linux scripts the deprected ifconfig has been replaced with ip.
However there is one leftover, replace that as well.

Closes #77

Signed-off-by: Christian Hesse <mail@eworm.de>
2022-01-12 17:48:03 +01:00
Francis Dupont
629a452464 Added a RELNOTES entry 2022-01-12 08:55:47 -05:00
Francis Dupont
46de3dfd99 Mixed with srandomdev() BSD code 2022-01-12 08:53:55 -05:00
Francis Dupont
eece3e17eb [197] Regen configure 2022-01-12 08:53:55 -05:00
Francis Dupont
d4fbfc55c7 Added quotes 2022-01-12 08:53:55 -05:00
Francis Dupont
54f832a821 [197] Regen configure 2022-01-12 08:53:55 -05:00
Francis Dupont
1cb76d2d23 Checkpoint before regen 2022-01-12 08:53:55 -05:00
Thomas Markwalder
2e914d00dd [#92] Max startup lease size now only checked on 32-bit OSes
modified:
    RELNOTES
    server/confpars.c
2022-01-12 08:35:26 -05:00
Thomas Markwalder
33e517615f [#123] dhclient no longer declines on client script crashes
modified:   RELNOTES
modified:   client/dhclient.c
2022-01-12 08:29:51 -05:00
Francis Dupont
79110e525e Addressed comments list 2020-12-29 16:48:04 +01:00
Francis Dupont
ee3fe731fd Added V6ONLY reason to the client script man 2020-10-14 16:39:22 +02:00
Francis Dupont
397b2947c6 RELNOTES entry proposal 2020-10-14 16:30:30 +02:00
Francis Dupont
4b705d0d1d Added cancel timeouts 2020-10-14 16:16:16 +02:00
Francis Dupont
3354013a47 Checkpoint: code done, need tests 2020-10-13 10:15:00 +02:00
Francis Dupont
933b80fa64 Checkpoint: added start/finish v6only 2020-10-12 22:18:33 +02:00
Francis Dupont
9d8d2fb788 Added dhcp-options.5 entry 2020-10-12 13:57:37 +02:00
Francis Dupont
25f124c820 Added option definition 2020-10-12 13:50:46 +02:00
Thomas Markwalder
6c7e61578b [#117] Fixed gcc 10 compilation issues
client/dhclient.c
relay/dhcrelay.c
    extern'ed local_port,remote_port

common/discover.c
    init local_port,remote_port to 0

server/mdb.c
    extern'ed dhcp_type_host

server/mdb6.c
    create_prefix6() - eliminated memcpy string overflow error
2020-10-07 10:41:45 +00:00
Francis Dupont
812cd4a7f8 Revert last commit 2020-09-30 15:14:16 +02:00
Francis Dupont
792db388fd Added option definition 2020-09-30 14:52:40 +02:00
Thomas Markwalder
26243975f0 [#108] Corrected a typo in dhcpd.conf.5 2020-08-07 13:14:12 -04:00
Francis Dupont
c666652e10 Fixed gcc10 build 2020-07-03 15:24:32 +02:00
Thomas Markwalder
c2147767a5 [#113] Update bind9 branch name
modified:   util/bind.sh
2020-06-17 11:18:15 -04:00
Thomas Markwalder
b8724f78a6 [#80] Corrected unresolved symbol, dhcpv4o6() in relay_unittests under libtool
Removed dummy func defs, reworked #defines to satisfy symbols.

Changes to be committed:
	modified:   relay/dhcrelay.c
	modified:   relay/tests/relay_unittests.c
v4_4_2_f1
2020-01-21 12:40:28 -05:00
Thomas Markwalder
18d088f258 [master] Updated auto-generated files for 4.4.2 v4_4_2 2020-01-17 20:50:34 +00:00
Thomas Markwalder
109fa1d093 [master] Pre-release tag prep for 4.4.2: version #, copyright etc...
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
2020-01-17 15:38:12 -05:00
Thomas Markwalder
39788b3dac [#80] Fixed unresolved symbol errors linking relay_unittests with libtool
modified: RELNOTES
modified: relay/tests/relay_unittests.c
2020-01-17 09:08:29 -05:00
Thomas Markwalder
31e68e5e3b [#75] Removed trailing spaces
modified:   relay/tests/Atffile
modified:   relay/tests/Makefile.am
2020-01-14 14:29:24 -05:00
Thomas Markwalder
afb6640167 [#71] Addressed review comments
Updated RELNOTES with acks per support request

relay/tests/Kyuafile
    corrected bin name

relay/tests/relay_unittests.c
    Updated commentary and other minor changes
2020-01-14 14:29:24 -05:00
Thomas Markwalder
c02625dc21 [#71] Update auto-generated files
updated:
configure
relay/Makefile.am
relay/Makefile.in
relay/tests/Makefile.am

new file:
relay/tests/Makefile.in
2020-01-14 14:29:24 -05:00
Thomas Markwalder
bba906f6ce [#71] Added a release note 2020-01-14 14:29:24 -05:00
Thomas Markwalder
0a2f9a62bc [#71] Fix dhcrelay agent option buffer pointer logic
relay/dhcrelay.c
    Added UNIT_TEST conditionals and such for unit test support

    strip_relay_agent_options()
    strip_relay_agent_options()
    - corrected buffer pointer logic

relay/tests/Atffile
relay/tests/Kyuafile
relay/tests/Makefile.am
relay/tests/relay_unittests.c
    - new unit test files

configure.ac-base
    added relay/tests/Makefile

regenerated configure files
	configure
    configure.ac
    configure.ac+lt
    configure.ac-lt
2020-01-14 14:28:42 -05:00
Thomas Markwalder
5da634c5af [#75] Updated additional setsockopt logs
modified:   common/socket.c
2020-01-14 10:09:11 -05:00
Thomas Markwalder
8834cc2e58 [#75] Addressed review comments
modified:   common/socket.c
    Added interface name to overlooked v6 log messages.
2020-01-14 10:09:11 -05:00
Thomas Markwalder
4ad524bd4d [#75] Added target interface name to socket init failure logs
modified:
    RELNOTES
    common/socket.c
2020-01-14 10:09:11 -05:00
Thomas Markwalder
5c23b618b2 [#72] Conditional compile out lease scrub log message
added a release note

server/failover.c
    scrub_lease() - wrap log message with DEBUG_FAILOVER_MESSAGES
2020-01-14 12:27:09 +00:00
Vicky Risk
6772ab18a0 Update README to remove most notes on compilation for various obsolete OSes as these instructions are very out of date and possibly misleading. 2020-01-13 20:48:28 +00:00
Thomas Markwalder
e4b6b033db [#37] Updated doc on server authority and DHCPINFORMs
modified:   RELNOTES
            modified:   server/dhcpd.conf.5
2019-12-20 16:26:19 +00:00
Thomas Markwalder
3b5aab88cf [master] Pre-release tag prep for 4.4.2b1: version #, copyright etc...
Changes to be committed:
	modified:   common/tables.c
	modified:   server/ldap.c
v4_4_2b1_f2
2019-12-17 14:25:04 -05:00
Thomas Markwalder
9a2f9db55f [master] Implement and use new option format type 'k'
Merges in #68.
2019-12-17 13:59:24 -05:00
Thomas Markwalder
79cfe1acf3 [master] Added CONTRIBUTING.md to distribution
modified:   Makefile.am
modified:   Makefile.in
2019-12-16 20:31:04 +00:00
Thomas Markwalder
438bb5b6ed [master] Pre-release tag prep for 4.4.2b1(f1): version #, copyright etc...
Changes to be committed:
	modified:   configure
v4_4_2b1_f1
2019-12-12 09:28:09 -05:00
Thomas Markwalder
bfbe0fd6b0 [master] Updated bundled Bind9 to 9.11.14
bind/Makefile.in
bind/bind.tar.gz
bind/version.tmp
configure
configure.ac
configure.ac+lt
configure.ac-base
configure.ac-lt
util/bind.sh
2019-12-12 08:18:38 -05:00
Thomas Markwalder
4c6aa815b5 [master] Added missing source files to keama dist list
modified:
   keama/Makefile.am
   keama/Makefile.in
2019-12-11 20:59:18 +00:00
Thomas Markwalder
82e0ea5760 [master] Pre-release tag prep for 4.4.2b1: version #, copyright etc...
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
v4_4_2b1
2019-12-11 12:24:01 -05:00
Thomas Markwalder
2661204d66 [#28] Added release note 2019-12-09 11:04:27 -05:00
Thomas Markwalder
48148b595e [#28] Clarify that domain names are only resolved once
common/dhcp-options.5 - added text to ip-address value section.
2019-12-09 10:47:38 -05:00
Thomas Markwalder
8317564002 [#51] Fixed a syntax error in ldap.c
server/ldap.c - fixed invalid compare to "\0"

added a release note
2019-12-09 08:16:58 -05:00