- 04 Apr, 2016 2 commits
-
-
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 11 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Francis Dupont authored
-
Marcin Siodelski authored
- Replace rand() with random() - Use i++ rather than ++i
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
Also updated tests for Lease6::toText function.
-
- 19 Mar, 2016 3 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
- 18 Mar, 2016 2 commits
-
-
Marcin Siodelski authored
This change was okayed on jabber by Thomas. The issue occurred when static linking was enabled on OSX. Linking a static lib from statically linked lib causes various issues and isn't generally considered a good idea.
-
Marcin Siodelski authored
-