summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [v4_2] Delineate EOL noticev4_2_8v4_2Thomas Markwalder2015-03-021-1/+2
|
* [v4_2] Added EOL notice to RELNOTESThomas Markwalder2015-03-021-0/+24
|
* [v4_2] Updated auto-generated files for 4.2.8Thomas Markwalder2015-02-271-10/+10
|
* [v4_2] Pre-release tag prep for 4.2.8: version #, copyright etc...Thomas Markwalder2015-02-274-16/+16
|
* [v4_2] add block for rc2Shawn Routhier2015-02-261-0/+4
|
* [v4_2] Updated auto-generated files for 4.2.8rc2v4_2_8_rc2Thomas Markwalder2015-02-231-10/+10
|
* [v4_2] Pre-release tag prep for 4.2.8rc2: version #, copyright etc...Thomas Markwalder2015-02-234-9/+10
|
* [v4_2] Updated autogenerated files after rt38677 updatesThomas Markwalder2015-02-202-0/+13
|
* [v4_2] Fixed compilation error in common/lpf.cThomas Markwalder2015-02-203-1/+17
| | | | | Manually merged changes for rt38677. Subsequent commit will update autogenerated files.
* [v4_2] Updated auto-generated files for 4.2.8rc1v4_2_8rc1Thomas Markwalder2015-02-171-10/+10
|
* [v4_2] Pre-release tag prep for 4.2.8rc1: version #, copyright etc..Thomas Markwalder2015-02-174-9/+10
|
* [v4_2] Updated autogenerated files for ATF cleanupThomas Markwalder2015-02-1416-386/+106
| | | | Last step in merging rt38619
* [v4_2] Add new file tests/unittest.sh.inThomas Markwalder2015-02-141-0/+79
| | | | Added new file as part of merging rt38619.
* [v4_2] ATF usage and documentation cleaned upThomas Markwalder2015-02-146-23/+97
| | | | Manual merge of rt38619 changes, minus autogenerated files
* [v4_2] Changed doc to describe "abandoned" as a binding state not a statementThomas Markwalder2015-02-112-15/+10
| | | | Merges in rt37501
* [v4_2] Fixed typo in RELNOTESThomas Markwalder2015-02-101-1/+1
|
* [v4_2] Fixed broken handling of --disable-debugThomas Markwalder2015-02-103-24/+34
| | | | Merges in rt37780.
* [v4_2] Updated auto-generated files for v4.2.8b1v4_2_8b1Thomas Markwalder2015-01-291-10/+10
|
* [v4_2] Versioning updates for v4.2.8b1Thomas Markwalder2015-01-298-19/+20
|
* [v4_2] Fixed inconsistencies in setting hop count limit in dhcrelayThomas Markwalder2015-01-194-13/+39
| | | | Merges in rt37426.
* [v4_2] Linux packet handling ignores VLAN packets sent to physical interfaceThomas Markwalder2015-01-082-3/+32
| | | | Merges in rt37415.
* [v4_2] Fix debug build broken by 38078Thomas Markwalder2014-12-182-1/+2
| | | | | | server/dhcpd.c - moved declarations of local variable in main(), used by pid file logic, outside of debug conditional compilation.
* [v4_2] Print preferred life and max life as unsigned intsShawn Routhier2014-12-172-4/+9
| | | | | | | | [rt37084] Change how we print the preferred_live and max_life variables into envvironment strings in the client code from being a signed int to an unsigned int.
* [v4_2] Move the check for another server to be earlierShawn Routhier2014-12-162-24/+39
| | | | | | | | | | [rt38078] Move the check for another server to be earlier Move the code that checks if there is already a server running to be executed earlier in the process. This puts it before the server touches the database which should avoid problems with rewriting a database from under a running server.
* [v4_2] Fix typo in dhcp-options.5Shawn Routhier2014-12-151-1/+1
| | | | | Fix typo in dhcp-options.5 to change hostname to domainname. ticket 37649
* [v4_2] Don't call pool_timer recusivelyShawn Routhier2014-12-106-46/+63
| | | | | | Add a flag to avoid supersede_lease calling pool_timer recursively when pool_timer can't handle that. rt38002
* [v4_2] Server will move FTS_BACKUP to FTS_FREE when pool has no peerThomas Markwalder2014-12-103-0/+37
| | | | | | Merges in rt36960. Note that for v4_2 a new compile switch, CONVERT_BACKUP_TO_FREE, was created which must be defined to enable the conversion of leases. It is off by default.
* [rt20558_b] Updated common/test MakefilesThomas Markwalder2014-12-052-5/+30
| | | | | Updated common/tests/Makefile.am and .in to accomodate new unit tests.
* [rt20558_b] Added concat_dclists unit tests, fixed coverity leakThomas Markwalder2014-12-053-3/+100
| | | | - Minor updates, excluding Makefile changes.
* [v4_2] Fixed concatenation of "Dc" formatted options such as domain-searchtmarkwalder2014-11-258-1/+413
| | | | Merges in rt20558.
* [v4_2] Patch the failover code to avoid deadlocksShawn Routhier2014-11-103-73/+143
| | | | | | | | | | | | | | | | | | | | | | Patch for 36810 & 20352 This coves several related problems 1) When the primary is in conflict done it allows the secondary to transition around resolution interrupted and potentical conflict previously the primary would die on an illegal state. 2) It allows the servers to restart a bind update request. Previously if one of the servers sent an udpate request and there died (or had the communications interrupted) in some states the first server wouldn't retransmit a new update request and the other server wouldn't send any bind updates. This was noticed in potential conflict. 3) Updated the state transitions to move the leases on the ack queue back to the update queue in case of conflict-done as we might need to retransmit them all. 4) Updated a transition from startup to potentical conflict instead of resolution interrupted when the servers reconnect during the startup phase in order to avoid a diffferent dead lock.
* [v4_2] Fixes compilation error in dst_api.cThomas Markwalder2014-11-052-4/+6
| | | | Merges in rt37708.
* [v4_2] Set signal action to ingore for SIGPIPEThomas Markwalder2014-11-052-0/+25
| | | | Merges in rt32222.
* [master] Host declaration name can now be used in DNS forward nameThomas Markwalder2014-11-047-16/+220
| | | | Merges in rt21323.
* [v4_2] Use global server-identifier in NAKS when subnet is unknown.Thomas Markwalder2014-10-282-2/+13
| | | | | | | Merged in a portion of 35958: Added else-clause to logic in setup_server_source_address to execute global scope statements when packet->shared_network is NULL. This ensures a global definition of server-identifier (if one) will be used.
* [master] Add use-host-decl-names support to BOOTPThomas Markwalder2014-10-277-87/+140
| | | | Merges in rt36233.
* [v4_2]] Checkum handling fixesThomas Markwalder2014-09-188-58/+118
| | | | Merges in rt22806
* [v4_2] Added subnet address validation checksThomas Markwalder2014-09-112-2/+53
| | | | Merges in rt32453.
* [v4_2] Remove unneeded defines for errorsShawn Routhier2014-09-104-4/+21
| | | | | | | As part of 4.2.0 we renamed a number of errors but continued to include the old ones in case somebody was building something using our libraries. This #ifdefs them and by defaults removes them from the compile.
* [v4_2] Server now supports a failover split value of 256.Thomas Markwalder2014-09-093-4/+10
| | | | Merges in rt36664
* [v4_2] Added contributor credit to release notesThomas Markwalder2014-09-081-2/+6
| | | | Tobias Stoeckmann was credited for his contributions.
* [v4_2] Corrected right brace detection in parsingThomas Markwalder2014-09-082-26/+32
| | | | Merges in rt36021
* [v4_2] Fixed Release NotesThomas Markwalder2014-09-081-2/+2
|
* [v4_2] Addes addtional HMAC TSIG algorithms to DDNSThomas Markwalder2014-09-084-5/+42
| | | | Merges in rt36947
* [v4_2] Added check for invalid failover message type.Thomas Markwalder2014-09-083-0/+11
| | | | Merges in rt36653
* [v4_2] Corrected error in UDP bad packet loggingThomas Markwalder2014-09-082-21/+21
| | | | | | Merges in rt36897, minus the counter reset after every five packets. This eliminates the divide-by-zero issue but does not alter the outward behavior.
* [v4_2] minor fix to RELNOTESThomas Markwalder2014-08-281-3/+1
|
* [v4_2] Corrects medium impact issues reported by Coverity.Thomas Markwalder2014-08-2811-22/+49
| | | | | | | | | | | | | Merges in rt36933 Fixed Conflicts: server/dhcp.c - changes for CID 753050 (31b97ba1bdd4ddf6dd593b434592d0e17f985d0f) were not relevant server/omapi.c - changes for CID 1194735 (5bab149927ea57d0213e3a9f5d8f53ddc4a4bf56) were not relevant
* [v4_2] Corrected RELNOTESThomas Markwalder2014-08-251-0/+6
|
* [v4_2] Corrects high impact issues reported by Coverity.Thomas Markwalder2014-08-2510-65/+71
| | | | Merges in rt36712