- 06 Aug, 2014 3 commits
-
-
Tomek Mrugalski authored
Conflicts: ChangeLog doc/guide/dhcp6-srv.xml
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 05 Aug, 2014 1 commit
-
-
Stephen Morris authored
Including: ensuring consistent formaat for lists, ensuring order of items in a list explaining an example JSON map corresponds to the order of the elements in the map, etc.
-
- 04 Aug, 2014 3 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 01 Aug, 2014 15 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Added dhcp_ddns::NameChangeRequest JSON format
-
Stephen Morris authored
-
Stephen Morris authored
Conflicts: configure.ac src/bin/Makefile.am
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
This message is only output when a receive operation is cancelled, so the parameter was always the text "operation aborted" - which gives no new information.
-
Stephen Morris authored
-
Thomas Markwalder authored
-
Stephen Morris authored
-
Thomas Markwalder authored
Documented JSON "schema" for isc::dhcp_ddns::NameChangeRequests and added explanation of NCR members to D2 doxygen
-
Stephen Morris authored
This is not used in the current version of Kea, although we may use its code in the future. Until we decide, the code is being retained in the repository but it is not included in the build process.
-
- 31 Jul, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 30 Jul, 2014 2 commits
-
-
Stephen Morris authored
A call to sigaction() is explicitly cast to void to indicate to static code checkers that the return value is being ignored.
-
Stephen Morris authored
Also modifiy Makefiles to install perfdhcp into sbin.
-
- 29 Jul, 2014 1 commit
-
-
Stephen Morris authored
The messages in question are now output only with logging set to DEBUG: the DHCP-DDNS process now outputs a minimum number of messages by default.
-
- 28 Jul, 2014 1 commit
-
-
Stephen Morris authored
Coverity picked up that a construct like "&array[ARRAY_LENGTH]" is an access to an invalid element, although it is a valid marker as the end of an STL range. This change alters that construct to "array + ARRAY_LENGTH".
-
- 25 Jul, 2014 2 commits
-
-
Stephen Morris authored
Functionally there is no change to the code by this change addresses the "buffer not null terminated" warning in the logger constructor. As well as removing the cause of the warning (a "strncpy" where the length copied is equal to the destination buffer length), it it removed two assert() calls: one was replaced by the throwing of am exception, and the second was redundant.
-
Stephen Morris authored
-
- 24 Jul, 2014 11 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
When the configuration file hasn't been specified the server will print an error message to the stderr and usage. Also I removed the spurious parens from one of the error messages.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Stephen Morris authored
-
Stephen Morris authored
This omission was picked up in review
-