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
Thomas Markwalder
2fefb3ff08
[master] Removed extraneous keama/REAME.md file
...
deleted: keama/REAME.md
2019-12-05 15:25:04 -05:00
Thomas Markwalder
2974952b37
[#35,!36] Final review comments
...
typos:
doc/devel/atf.dox
2019-12-02 15:21:58 -05:00
Thomas Markwalder
e51dc9083f
[#35,!36] Addressed more review comments
...
Minor cleanups:
configure
configure.ac
doc/devel/atf.dox
2019-12-02 10:34:10 -05:00
Thomas Markwalder
4984c44a5c
[#35,!36] Addressed review comments
...
Minor cleanup/typos in doc/devel/atf.dox
2019-12-02 08:35:51 -05:00
Thomas Markwalder
4adcee93c7
[#35,!36] Update ATF use doc and remove support for --with-atf=bind
...
modified:
RELNOTES
bind/Makefile.in
configure
configure.ac
configure.ac+lt
configure.ac-base
configure.ac-lt
doc/devel/atf.dox
2019-11-26 14:22:00 -05:00
Thomas Markwalder
e35c2a5242
[#64,!35] Updated copyrights in log messages
2019-11-26 07:02:32 -05:00
Thomas Markwalder
2ca6367109
[#64,!35] Updated RELNOTES and README.md
...
Adding mentions of Keama.
2019-11-25 09:11:57 -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
97c155273c
[master] GCC 9 compilation errors fixed.
...
Merge branch '15-confpars-c-has-invalid-error-messages-when-memory-allocation-fails'
2019-06-12 10:06:30 -04:00
Thomas Markwalder
71277027e9
[#15,!10] Updated RELNOTES
2019-06-12 10:00:28 -04:00
Thomas Markwalder
c138f38bd0
[#15,!10] Addressed review comments
2019-06-12 09:57:33 -04:00
Thomas Markwalder
e119ecf6b7
[#15,!10] Addressed review comments
...
common/discover.c
discover_interfaces() - replaced strncpy with memcpy
common/parse.c
parse_warn() - added final message buffer rather than reuse mbuf,
pass size into do_percentm call
includes/dhcpd.h
struct interface_info - restored size of name
includes/omapip/omapip_p.*
do_percentm() - added output buffer size parameter
omapip/errwarn.c
pass size of output buffer into calls to do_percentm
2019-06-12 09:57:33 -04: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
9bb1ce3386
[#13,!7] Updated release note
2019-06-07 11:54:42 -04:00
Thomas Markwalder
dfcbe359ab
[#13,!7] Added release note citation
2019-06-07 11:47:50 -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
cb89a69139
[master] Added a release note
2019-06-07 09:10:18 -04:00
Thomas Markwalder
ebe4f7ae42
[master] Added ping-timeout-ms parameter
...
Merge branch '10-make-ping-check-timeout-configurable-in-ms-thus-allowing-timeouts-1s'
2019-06-07 08:58:20 -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
ddb508ac08
[master] Fixed compilation error when NSUPDATE is undefined
...
Merge branch '16-a-nsupdate-compiling-issue-was-observed'
2019-06-07 08:07:13 -04:00
Thomas Markwalder
650ae59eac
[#16,!9] Addressed more review comments
2019-06-06 15:53:44 -04:00
Thomas Markwalder
5df5813d20
[#16,!9] Addressed review comments
...
Added comments on #endif statements
2019-06-06 13:31:08 -04:00
Suzanne Goldlust
684111f99e
Update link in line 707 to link to new website
2019-06-05 12:16:49 -04:00
Thomas Markwalder
b43d8e41c4
[#1,!2] - Updated Release notes
2019-05-16 14:44:55 -04:00
Thomas Markwalder
9ef7858544
[#1,!2] Fix server interpretation of guard record results in DSMM
...
Added a release note
common/dns.c
build_dsmm_fwd_add3() - modified to add a prerequisite when
ddns-guard-id-must-match is enabled.
2019-05-16 14:43:57 -04:00
Thomas Markwalder
1c779d3b51
[#16,!9] Added missing NSUPDATE compilation logic
...
Added a release note.
client/dhclient.c
Only include dhclient_ddns_cb_free() if NSUPDATE is defined
includes/omapip/isclib.*
Only inlucde isc_result_t dns_client_init() if NSUPDATE is defined
2019-05-15 09:39:26 -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
Tomek Mrugalski
787b8c0368
[master] Added gitlab bug/feature request templates
2019-03-26 15:42:39 +01:00
Tomek Mrugalski
dd23902de8
Addressed review comments
2019-03-26 14:19:55 +01:00
Tomek Mrugalski
228aa40351
Update CONTRIBUTING.md
2019-03-26 06:46:43 -04:00
Tomek Mrugalski
6ee7686045
Update CONTRIBUTING.md
2019-03-26 05:35:11 -04:00
Thomas Markwalder
c07eb44299
[master] Added RELNOTES entry.
2019-03-19 08:45:32 -04:00
Thomas Markwalder
cc35f84943
[master] Avoid Bind9 python dependency
...
merges [#3,!1] Avoid Bind9 python dependency
2019-03-19 08:36:50 -04:00
Francis Dupont
85ef0d90e2
Fixed server option code point conflict
2018-11-29 16:41:42 +01:00