2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 05:17:57 +00:00

1373 Commits

Author SHA1 Message Date
Tomek Mrugalski
f6b8f48d16 [#189] Whitespace fixes in opened files 2022-01-20 12:04:28 +01:00
Tomek Mrugalski
429a56d73c [#189] ISC address updated 2022-01-20 12:04:28 +01:00
Razvan Becheriu
0c03eaefbb fixed compilation warning 2022-01-19 20:59:15 +02: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
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
Thomas Markwalder
26243975f0 [#108] Corrected a typo in dhcpd.conf.5 2020-08-07 13:14:12 -04: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
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
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
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
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
2019-12-11 12:24:01 -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
Thomas Markwalder
75de8eaf0f [#64,!35] Updated copyright dates
modified:
    common/discover.c
    includes/omapip/omapip_p.h
    omapip/errwarn.c
    server/stables.c
    util/Makefile.bind.in
    util/bind.sh
2019-11-25 08:53:55 -05:00
Thomas Markwalder
0cd94b5ef4 [#64,!35] Restored work
Restored cummulative work.
2019-11-22 13:39:45 -05:00
Thomas Markwalder
753d458b1f [#15,!10] Minor changes to eliminate warnings under GCC 9
added release note

common/parse.c
    parse_warn() - upped format buffer size to squelch warning

includes/dhcpd.h
    struct interface_info - bumped name size by 1 to squelch warning

relay/dhcrelay.c
    request_v4_interface() - replace strncpy with memcpy to
    squelch warning (len is already checked above it)

server/confpars.c
    parse_failover_peer() - pass token value into log_fatal
    calls rather than null pointer
2019-06-12 09:57:32 -04:00
Thomas Markwalder
fce94f06e3 [#13,!7] Corrected a backwards check in billing class logic
RELNOTES - added a release note.

server/dhcp.c
    ack_lease () - corrected the logic used to capture the billing
    class name for logging
2019-06-07 11:47:50 -04:00
Thomas Markwalder
5918b49344 [#10,!6] Addressed review comments
server/dhcp.c
    moved log message up

server/dhcpd.conf.5
    fixed missing paragraph marker
2019-06-07 08:16:15 -04:00
Thomas Markwalder
e6eccd10a8 [#10,!6] Added ping-timeout-ms parameter
You can now use ping-timeout-ms to specify the ping
timeout value in milliseconds.

includes/dhcpd.h
    new defines: SV_PING_TIMEOUT_MS and DEFAULT_PING_TIMEOUT_MS

server/dhcp.c
    do_ping_check() - modified to calculate ping time from
    ping-timeout-ms when its > 0, otherwise use ping-timeout
    Added timeout value to debug log message

server/dhcpd.conf.5
    Added discussion of ping-timeout-ms

server/stables.c
    Added entry for ping-timeout-ms
2019-05-01 15:55:11 -04:00
Thomas Markwalder
a5b21e16ff [master] Added configuration parameter, ping-cltt-secs (v4 operation only)
Merges in rt36283.
2018-09-26 11:10:16 -04:00
Thomas Markwalder
8194daabfd [master] Added includes of new BIND9 compatibility headers, updated util/bind.sh
Merges in rt48072.
2018-09-14 13:41:41 -04:00
Thomas Markwalder
6826003be8 [master] Correct delayed-ack 0 prohibiting active lease updates to lease file
Merges in 47141.
2018-02-09 09:19:54 -05:00
Thomas Markwalder
075a2f45da [master] Pre-release tag prep for 4.4.0: version #, copyright etc... 2018-01-26 14:01:57 -05:00
Thomas Markwalder
db4e4aa2e4 [master] Fixed relative file name crash
Merges in rt46957
2018-01-12 10:41:37 -05:00
Thomas Markwalder
d638452ea1 [master] Updated match expression man page text and release notes
Merges in 45451.
2018-01-12 09:54:44 -05:00
Francis Dupont
913ec5318c Added missing Kyuafile files 2018-01-11 15:21:05 +01:00
Francis Dupont
662483908c Finishing merge of rt46933 (Kyua) 2018-01-11 15:02:35 +01:00
Thomas Markwalder
397599cb44 [master] Pre-release tag prep for 4.4.0b1: version #, copyright etc... 2018-01-02 14:06:31 -05:00
Francis Dupont
35a3a3a88f [rt46933] regen 2017-12-30 16:52:24 +00:00
Francis Dupont
6b87c7f213 checkpoint for regen 2017-12-30 17:49:14 +01:00
Francis Dupont
fd21fdfe67 Removed Kyuafile files 2017-12-30 17:46:16 +01:00
Francis Dupont
e3318080ee Added Kyuafile files 2017-12-30 15:57:27 +01:00
Francis Dupont
27058b3e3b Fixed CID 1426986, 1426985, 1426984 and 1426983 2017-12-30 14:15:12 +01:00
Francis Dupont
563f0b8aef Merged rt44535 (relay port) 2017-12-23 01:18:23 +01:00
Thomas Markwalder
0d6d300fec [master] Fixed compiler warning under 32-bit systems 2017-12-21 15:26:23 -05:00
Thomas Markwalder
ab77c8b8b5 [master] Restores use of env vars for lease and pid files
Merges in rt46859.
2017-12-19 15:51:02 -05:00
Francis Dupont
a2a0f98c21 Added local-address6 2017-12-19 21:02:51 +01:00
Thomas Markwalder
f1208e796d [master] dhcpd (-6) now supports update-static-leases
Merges in rt34097.
2017-12-19 13:29:32 -05:00
Thomas Markwalder
700e3fca88 [master] Moved delayed-ack fully to runtime
Merges in 42446fd.
2017-12-19 06:25:12 -05:00
Thomas Markwalder
bafa7b74c4 [master] Added --release-on-roam server parameter
Merges in 46849.
2017-12-18 14:00:46 -05:00
Thomas Markwalder
e8b058cfa5 [master] Fixes minor coverity issues
Merges in rt46836
2017-12-18 13:50:03 -05:00
Thomas Markwalder
4406f9b05d [master] delayed-ack is now compiled in by default
Merges in rt42444.
2017-12-13 13:55:57 -05:00
Thomas Markwalder
9b348d7d48 [master] Fixed static v6 leases not getting written to packet
Merges in rt45292a.
2017-12-11 16:32:03 -05:00
Thomas Markwalder
c2e5ee2882 [master] Adds persist-eui-64-leases config parameter and support
Merges in rt45046.
2017-12-11 07:45:10 -05:00
Thomas Markwalder
905c58b9ca [master] Adds DDNS Dual Stack Mixed Mode
Merges in rt42620.
2017-12-08 11:56:10 -05:00
Thomas Markwalder
bbdac71d26 [master] server (-6) now supports dhcp-cache-threshold
Merges in rt45292.
2017-12-07 10:48:06 -05:00
Thomas Markwalder
b53ba1572c [master] Changes prefix-length-mode default to be "prefer"
Merges in rt45615.
2017-12-07 10:29:40 -05:00
Thomas Markwalder
59336f8007 [master] Server(v6) releases pre-existing leases when client roams to new network
Merges in rt44576.
2017-12-07 07:02:06 -05:00
Thomas Markwalder
b4e157d82c [master] Replaced --enable-secs-btyeorder with run-time parameter
Merges in rt45364
2017-12-07 06:46:13 -05:00
Thomas Markwalder
d60573340f [master] dhcpd -T now writes leases to temp file
Merges in rt22267.
2017-12-06 15:25:56 -05:00