summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAgeFilesLines
* generated files updateWlodek Wencel2022-11-012-21/+83
|
* regenerated Makefiles for releaseWlodek Wencel2022-01-251-7/+7
|
* copy rights updateWlodek Wencel2022-01-2524-24/+24
|
* [#76] Added new functions to man page dhcpctl/dhcpctl.3Thomas Markwalder2022-01-202-2/+2
| | | | Also updated copyrights
* [#76] Initial implemention to dhcpctl_timed_wait_for_completionThomas Markwalder2022-01-202-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | common/conflex.c includes/dhctoken.h dhcpctl/omshell.c Added support for "disconnect" dhcpctl/cltest.2 - new file that exercizes timed waits and disconnect dhcpctl/Makefile.am.in Added cltest2.c dhcpctl/dhcpctl.* dhcpctl_timed_wait_for_completion() - new function dhcpctl_disconnect() - new function Added debug logging omapip/dispatch.c Added protocol logging omapi_wait_for_completion() Fixed dangling waiter reference omapi_one_dispatch() Added logic to skip emit writefds from select list omapip/support.c Changed annoying DEBUG logs to DEBUG_PROTOCOL
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-2014-79/+73
|
* [#189] ISC address updatedTomek Mrugalski2022-01-2024-48/+48
|
* Checkpoint before regenFrancis Dupont2022-01-121-3/+3
|
* Checkpoint: code done, need testsFrancis Dupont2020-10-131-1/+2
|
* Checkpoint: added start/finish v6onlyFrancis Dupont2020-10-121-1/+9
|
* Added option definitionFrancis Dupont2020-10-122-0/+2
|
* Revert last commitFrancis Dupont2020-09-302-2/+0
|
* Added option definitionorigin/132-feature-request-to-support-ipv6-only-preferred-dhcpv4-optionFrancis Dupont2020-09-302-0/+2
|
* [#64,!35] Updated copyright datesThomas Markwalder2019-11-251-1/+1
| | | | | | | | | | modified: common/discover.c includes/omapip/omapip_p.h omapip/errwarn.c server/stables.c util/Makefile.bind.in util/bind.sh
* [#64,!35] Restored workThomas Markwalder2019-11-2223-2892/+17
| | | | Restored cummulative work.
* [#15,!10] Addressed review commentsThomas Markwalder2019-06-122-2/+4
| | | | | | | | | | | | | | | | | | 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
* [#15,!10] Minor changes to eliminate warnings under GCC 9Thomas Markwalder2019-06-121-2/+2
| | | | | | | | | | | | | | | | | | 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
* [master] Added ping-timeout-ms parameterThomas Markwalder2019-06-071-1/+5
|\ | | | | | | Merge branch '10-make-ping-check-timeout-configurable-in-ms-thus-allowing-timeouts-1s'
| * [#10,!6] Added ping-timeout-ms parameterThomas Markwalder2019-05-011-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | [#16,!9] Addressed review commentsThomas Markwalder2019-06-061-1/+2
| | | | | | | | Added comments on #endif statements
* | [#16,!9] Added missing NSUPDATE compilation logicThomas Markwalder2019-05-151-1/+3
|/ | | | | | | | | | 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
* Solved conflictFrancis Dupont2018-11-291-9/+9
|
* [master] Added configuration parameter, ping-cltt-secs (v4 operation only)Thomas Markwalder2018-09-261-0/+6
| | | | Merges in rt36283.
* [master] Added includes of new BIND9 compatibility headers, updated util/bind.shThomas Markwalder2018-09-142-0/+4
| | | | Merges in rt48072.
* [master] Correct delayed-ack 0 prohibiting active lease updates to lease fileThomas Markwalder2018-02-091-1/+1
| | | | Merges in 47141.
* [master] Pre-release tag prep for 4.4.0: version #, copyright etc...v4_4_0Thomas Markwalder2018-01-261-1/+1
|
* [master] Includes DHCP4 option definitions for RFCs 4578,5071, and 5859Thomas Markwalder2018-01-261-1/+4
| | | | Merges in 47062
* [master] Fixed relative file name crashThomas Markwalder2018-01-121-0/+1
| | | | Merges in rt46957
* [rt46933] regenFrancis Dupont2017-12-301-0/+1
|
* Merged rt44535 (relay port)Francis Dupont2017-12-234-1/+14
|
* Added local-address6Francis Dupont2017-12-191-0/+4
|
* [master] dhcpd (-6) now supports update-static-leasesThomas Markwalder2017-12-191-0/+2
| | | | Merges in rt34097.
* [master] Added --release-on-roam server parameterThomas Markwalder2017-12-181-0/+5
| | | | Merges in 46849.
* [master] delayed-ack is now compiled in by defaultThomas Markwalder2017-12-131-1/+1
| | | | Merges in rt42444.
* [master] Pre-release tag prep for 4.4.0a1: version #, copyright etc...Thomas Markwalder2017-12-112-2/+2
| | | | | | | | | | Changes to be committed: modified: README modified: RELNOTES modified: configure.ac modified: includes/heap.h modified: includes/t_api.h modified: util/bind.sh
* [master] Changes DHCLIENT_DEFAULT_PREFIX_LEN to 128, adds ↵Thomas Markwalder2017-12-111-1/+1
| | | | | | --address-prefix-len to dhclient cli Merges in rt23252.
* [master] Adds persist-eui-64-leases config parameter and supportThomas Markwalder2017-12-111-0/+5
| | | | Merges in rt45046.
* [master] Adds key-algorithm statement to omshellThomas Markwalder2017-12-111-1/+2
| | | | Merges in rt46771.
* [master] Adds DDNS Dual Stack Mixed ModeThomas Markwalder2017-12-082-25/+41
| | | | Merges in rt42620.
* [master] server (-6) now supports dhcp-cache-thresholdThomas Markwalder2017-12-071-20/+20
| | | | Merges in rt45292.
* [master] Replaced --enable-secs-btyeorder with run-time parameterThomas Markwalder2017-12-073-3/+5
|\ | | | | | | Merges in rt45364
| * [45364] Updated auto-generated filesThomas Markwalder2017-11-291-3/+0
| | | | | | | | | | modified: configure modified: includes/config.h.in
| * [45364] Replaced --enable-secs-byteorder with runtime check-secs-byte-orderThomas Markwalder2017-11-292-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure.ac removed --enable-secs-byteorder support includes/dhcpd.h added SV_CHECK_SECS_BYTE_ORDER includes/failover.h added extern int check_secs_byte_order server/dhcpd.c postconf_initialization() - added logic to set check_secs_byte_order server/failover.c load_balance_mine() - replaced conditional comp directives with runtime test of check_secs_byte_order Added release note and updated man page.
* | [master] Client (-6) DECLINEs and resolicits when client script DAD check failsThomas Markwalder2017-12-071-1/+3
| | | | | | | | Merges in rt21237
* | [master] dhcpd -T now writes leases to temp fileThomas Markwalder2017-12-061-1/+1
| | | | | | | | Merges in rt22267.
* | [master] Use 0 instead of -1 to indicate empty heap indexThomas Markwalder2017-12-011-2/+3
|/ | | | Merges in rt46719.
* [master] Added --prefix-len-hint command line argument to dhclientThomas Markwalder2017-11-271-0/+12
| | | | Merges in rt43792
* Merged rt44950 (MA compat)Francis Dupont2017-11-231-0/+2
|\
| * Added '[' and ']' for MA compatibilityFrancis Dupont2017-05-111-0/+2
| |
* | [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-1241-171/+161
| |