- 27 Dec, 2011 4 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- DHCPv6 server now sends DNS-SERVERS option - refactored processSolicit(), processRequest() - added appendDefaultOptions(), appendRequestedOptions(), assignLeases() - many parameters are now const & - const HARDCODDED_* parameters added for similar customizations - IfaceMgr::openSockets6() now skips loopback, down, or unicast interfaces.
-
Tomek Mrugalski authored
- Vector initialization clean-ups - Typo in comment
-
- 23 Dec, 2011 1 commit
-
-
Tomek Mrugalski authored
- appendRequestedOptions(), assignLease() added in dhcpv4_srv class. - dhcpv4_srv now uses hardcoded values from 192.0.2.0/24 range.
-
- 22 Dec, 2011 1 commit
-
-
Tomek Mrugalski authored
- added tests for processDiscover(), processOffer() in dhcpv4_srv - added test for setUintX in OptionTest - updates Pkt4Test (now unpack checks if mandatory Message Type option is present)
-
- 21 Dec, 2011 1 commit
-
-
Tomek Mrugalski authored
- processDiscover(), processRequest(), copyDefaultFields(), appendDefaultOptions() implemented in dhcpv4_srv class - setUint8(), setUint16(), setUint32() added to Option class. - Pkt4 class now properly sets packet type after parsing.
-
- 20 Dec, 2011 10 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
Conflicts: ChangeLog src/bin/dhcp4/dhcp4_srv.cc src/bin/dhcp6/dhcp6_srv.cc src/lib/dhcp/iface_mgr.cc src/lib/dhcp/iface_mgr.h
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
Conflicts: ChangeLog src/bin/dhcp6/dhcp6_srv.cc src/lib/dhcp/Makefile.am src/lib/dhcp/iface_mgr.cc src/lib/dhcp/iface_mgr.h src/lib/dhcp/tests/Makefile.am
-
Michal 'vorner' Vaner authored
-
Tomek Mrugalski authored
Conflicts: ChangeLog src/bin/dhcp4/tests/Makefile.am src/bin/dhcp6/tests/Makefile.am src/bin/dhcp6/tests/dhcp6_srv_unittest.cc src/lib/dhcp/libdhcp++.cc src/lib/dhcp/tests/pkt4_unittest.cc
-
Jelte Jansen authored
Conflicts: src/bin/Makefile.am
-
Dima Volodin authored
-
Dima Volodin authored
Conflicts: ChangeLog
-
Stephen Morris authored
-
- 19 Dec, 2011 5 commits
-
-
Michal 'vorner' Vaner authored
-
Dima Volodin authored
useful in DNSSEC situation when the resolver fully supports DNSSEC-aware clients.
-
Stephen Morris authored
-
Jelte Jansen authored
-
Jelte Jansen authored
with a few amendments, see ticket comment
-
- 17 Dec, 2011 2 commits
-
-
Dima Volodin authored
-
Dima Volodin authored
argument
-
- 16 Dec, 2011 15 commits
-
-
JINMEI Tatuya authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Jelte Jansen authored
-
Tomek Mrugalski authored
- unlink() moved to destructor as suggested by Jinmei - added missing dummy interfaces.txt
-
Tomek Mrugalski authored
- Fixed distcheck complaining about file left in src/bin/dhcp4 - Fixed socket binding problem in src/lib/dhcp/tests/iface_mgr - Fixed OSError problem in src/bin/dhcp6/tests/dhcp6_test.py on NetBSD
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
A previous change updated the test for removeIdentical(). This change was omitted from the test for the const version.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Unrelated cleanup.
-
Dima Volodin authored
-
Dima Volodin authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 15 Dec, 2011 1 commit
-
-
JINMEI Tatuya authored
trivial, okayed on jabber.
-