summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Proposed updatesrt46859Francis Dupont2017-12-191-28/+28
|
* [46859] Addressed review commentsThomas Markwalder2017-12-192-26/+15
| | | | | | | | | | | | | | server/dhcpd.c renamed no_dhcpd_* variables to have_dhcpd_* so they are named for how they're actually used instead. modified to only call realpath() if the lease db has been specified by -lf or env variable. This makes it not necessary to have a value before reading the configuration file. server/dhcpd.conf.5 Updated the man pages.
* [46859] Fixed PATH_DHCPD_DB and PID env var support and man pagesThomas Markwalder2017-12-183-46/+56
| | | | | | | | | server/dhcpd.c main() - removed #endif that eliminated use of PATH_DHCPDB_ env vars server/dhcpd.conf.5 updated doc on pid and lease file statements to reflect what the code is actually doing.
* [master] delayed-ack is now compiled in by defaultThomas Markwalder2017-12-139-41/+67
| | | | Merges in rt42444.
* [master] Fixed a typo in release notesThomas Markwalder2017-12-131-1/+1
|
* [master] Reformatted RELNOTES to restore 4.3.x change historyThomas Markwalder2017-12-131-731/+756
| | | | | | | | The Release notes for 4.4.0 had been aggregated into changes since 4.3.0. While this is in keeping with preceent, the sheer number of changes made any sense of chronology difficult. I have reformatted them such that changes for 4.4.0 are done relative to 4.3.6 as we would have done with a maintenance release.
* [master] added release note citationThomas Markwalder2017-12-121-4/+5
|
* [master] Fixed static v6 leases not getting written to packetThomas Markwalder2017-12-111-0/+7
| | | | Merges in rt45292a.
* [master] Updated auto-generated files for 4.4.0a1v4_4_0a1Thomas Markwalder2017-12-111-10/+10
|
* [master] Pre-release tag prep for 4.4.0a1: version #, copyright etc...Thomas Markwalder2017-12-116-11/+11
| | | | | | | | | | 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] dhclient (-6) skips confirm (INIT REBOOT) is all leases are expiredThomas Markwalder2017-12-112-2/+33
| | | | Merges in rt22675.
* [master] Updated release notesThomas Markwalder2017-12-111-1/+2
|
* [master] Changes DHCLIENT_DEFAULT_PREFIX_LEN to 128, adds ↵Thomas Markwalder2017-12-114-6/+28
| | | | | | --address-prefix-len to dhclient cli Merges in rt23252.
* [master] Adds persist-eui-64-leases config parameter and supportThomas Markwalder2017-12-116-19/+87
| | | | Merges in rt45046.
* [master] Fixed incorrect usage statement in omshell.cThomas Markwalder2017-12-111-1/+1
|
* [master] Adds key-algorithm statement to omshellThomas Markwalder2017-12-115-12/+70
| | | | Merges in rt46771.
* [master] Release note updateThomas Markwalder2017-12-081-0/+2
|
* [master] Adds DDNS Dual Stack Mixed ModeThomas Markwalder2017-12-089-471/+1373
| | | | Merges in rt42620.
* [master] Release notes correctionThomas Markwalder2017-12-081-1/+2
|
* [master] Added release note citationThomas Markwalder2017-12-071-1/+3
|
* [master] Plugs a socket descriptor leak in OMAPIThomas Markwalder2017-12-073-1/+15
| | | | Merges in rt46767.
* [master] Added release note citationThomas Markwalder2017-12-071-0/+2
|
* [master] server (-6) now supports dhcp-cache-thresholdThomas Markwalder2017-12-074-89/+338
| | | | Merges in rt45292.
* [master] Changes prefix-length-mode default to be "prefer"Thomas Markwalder2017-12-073-3/+11
| | | | Merges in rt45615.
* [master] Restores ability of server to return dhcp6.vendor-opts to clientThomas Markwalder2017-12-072-2/+9
| | | | Merges in rt46427.
* [master] Server(v6) releases pre-existing leases when client roams to new ↵Thomas Markwalder2017-12-072-12/+96
| | | | | | network Merges in rt44576.
* [master] Replaced --enable-secs-btyeorder with run-time parameterThomas Markwalder2017-12-0714-68/+46
|\ | | | | | | Merges in rt45364
| * tabifiedFrancis Dupont2017-12-061-1/+1
| |
| * spellingFrancis Dupont2017-12-061-1/+1
| |
| * Ran util/regen-conf.sh after configure.ac-base updateFrancis Dupont2017-12-063-30/+0
| |
| * [45364] Updated auto-generated filesThomas Markwalder2017-11-292-20/+0
| | | | | | | | | | modified: configure modified: includes/config.h.in
| * [45364] Replaced --enable-secs-byteorder with runtime check-secs-byte-orderThomas Markwalder2017-11-299-18/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Corrected release noteThomas Markwalder2017-12-071-1/+1
| |
* | [master] Client (-6) DECLINEs and resolicits when client script DAD check failsThomas Markwalder2017-12-074-10/+416
| | | | | | | | Merges in rt21237
* | [master] dhcpd -T now writes leases to temp fileThomas Markwalder2017-12-064-26/+49
| | | | | | | | Merges in rt22267.
* | [master] Added lease address to DHCPv4 message logsThomas Markwalder2017-12-062-16/+40
| | | | | | | | Merges in rt2729.
* | [master] Use 0 instead of -1 to indicate empty heap indexThomas Markwalder2017-12-014-24/+37
| | | | | | | | Merges in rt46719.
* | [master] added RELNOTES citationThomas Markwalder2017-11-301-0/+1
|/
* [master] Added RELNOTE citationThomas Markwalder2017-11-281-1/+2
|
* [master] Ignore empty host name option when parsing v4 packetsThomas Markwalder2017-11-272-0/+16
| | | | Merges in rt43786
* [master] Corrected dhclient command line parsing of --dad-wait-timeThomas Markwalder2017-11-272-1/+8
| | | | Merges in rt46535
* [master] dhclient now delays between DHCPDECLINE and DHCPDISCOVERThomas Markwalder2017-11-273-7/+49
| | | | Merges in rt45457
* [master] Added --prefix-len-hint command line argument to dhclientThomas Markwalder2017-11-275-15/+93
| | | | Merges in rt43792
* [master] Disable load balancing when load balance max secs is 0Thomas Markwalder2017-11-273-1/+20
| | | | Merges in rt39669.
* [master] Added client_universe to dhclientThomas Markwalder2017-11-274-5/+91
| | | | Merges in rt46616.
* Merged rt44950 (MA compat)Francis Dupont2017-11-232-0/+7
|\
| * Igore '%' aka MA directiveFrancis Dupont2017-05-111-0/+5
| |
| * Added '[' and ']' for MA compatibilityFrancis Dupont2017-05-111-0/+2
| |
* | [master] Output copyright et al with usage in dhcrelayThomas Markwalder2017-11-162-2/+7
| | | | | | | | Merges in rt41865.
* | [master] Added include of isc/util.h as neededThomas Markwalder2017-10-196-3/+12
| | | | | | | | Merges in 46332.