- 05 Apr, 2016 7 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Replace <cstdint> with <stdint.h> because the former is C++11 only.
-
Marcin Siodelski authored
Okayed on jabber.
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Merged in trac4243.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 04 Apr, 2016 7 commits
-
-
Thomas Markwalder authored
Distcheck sporadically fails to clean up test_leases.csv.2 can be left behind by dhcp4 and dhcp6 testing. src/bin/dhcp4/tests/Makefile.am src/bin/dhcp6/tests/Makefile.am - Added test_leases.csv.* to CLEANFILES
-
Thomas Markwalder authored
src/lib/asiolink/Makefile.am added asio_wrapper.h to list of sources src/lib/asiolink/asio_wrapper.h updated commentary to include GNU/Boost bugs and added prominent warning comment
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 01 Apr, 2016 2 commits
-
-
Marcin Siodelski authored
- cppcheck issues - Unique index for prefix and prefix length.
-
Marcin Siodelski authored
-
- 31 Mar, 2016 2 commits
-
-
Marcin Siodelski authored
- Added new table host_identifier_type - Added foreign key on hosts table referencing host_identifier_type - Indexes on hosts table are now unique
-
Marcin Siodelski authored
- Rename GET_HOST_HWADDR_DUID to GET_HOST_DHCPID - Fixes and clarifications in doxygen documentation
-
- 29 Mar, 2016 1 commit
-
-
Marcin Siodelski authored
-
- 24 Mar, 2016 3 commits
-
-
Marcin Siodelski authored
The updated API exposes functions which retrieve hosts by any identifier and identifier type, rather than DUID or HW address.
-
Marcin Siodelski authored
Committing on my discretion and with no objections on jabber.
-
Marcin Siodelski authored
-
- 23 Mar, 2016 9 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Merges in branch 'trac4316'
-
Marcin Siodelski authored
-
Thomas Markwalder authored
src/bin/dhcp4/dhcp4_messages.mes - Replaced the word "debug" with "informational" where appropriate src/bin/dhcp4/dhcp4_srv.cc - Changed several lease4_logger messages from DEBUG to INFO DHCP4_INIT_REBOOT DHCP4_LEASE_ADVERT DHCP4_LEASE_ALLOC DHCP4_RELEASE DHCP4_DECLINE_LEASE src/bin/dhcp6/dhcp6_messages.mes - Replaced the word "debug" with "informational" where appropriate - Added two new messages: DHCP6_LEASE_RENEW DHCP6_PD_LEASE_RENEW src/bin/dhcp6/dhcp6_srv.cc - Changed several lease6_logger messages from DEBUG to INFO DHCP6_LEASE_ADVERT DHCP6_LEASE_ALLOC DHCP6_PD_LEASE_ADVERT DHCP6_PD_LEASE_ALLOC DHCP6_RELEASE_NA DHCP6_RELEASE_PD DHCP6_DECLINE_LEASE - Dhcpv6Srv::extendIA_NA() - added new log for DHCP6_LEASE_RENEW - Dhcpv6Srv::extendIA_PD() - added new log for DHCP6_PD_LEASE_RENEW
-
Marcin Siodelski authored
-
- 22 Mar, 2016 5 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
- 21 Mar, 2016 4 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Francis Dupont authored
-
Marcin Siodelski authored
- Replace rand() with random() - Use i++ rather than ++i
-