- 05 Aug, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 01 Aug, 2014 5 commits
-
-
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.
-
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.
-
- 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 1 commit
-
-
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.
-
- 24 Jul, 2014 5 commits
-
-
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
-
Stephen Morris authored
This omission was picked up in review
-
- 23 Jul, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 22 Jul, 2014 3 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Stephen Morris authored
-
- 21 Jul, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 18 Jul, 2014 5 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 17 Jul, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 16 Jul, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 15 Jul, 2014 5 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 14 Jul, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 10 Jul, 2014 3 commits
-
-
Stephen Morris authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 09 Jul, 2014 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
The if_ether.h is portable across various BSD system flavors. The ethernet.h is missing on some OSes.
-
- 08 Jul, 2014 1 commit
-
-
Marcin Siodelski authored
-