- 09 Nov, 2012 1 commit
-
-
Stephen Morris authored
-
- 08 Nov, 2012 1 commit
-
-
Stephen Morris authored
The allocation engine is now pointed to by a shared pointer. Previously it was pointed toi by a raw pointer and not deleted in the destructor. Also, use an automatic variable to hold the DHCP6 server in the unit tests.
-
- 05 Nov, 2012 1 commit
-
-
Marcin Siodelski authored
-
- 02 Nov, 2012 2 commits
-
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
- 01 Nov, 2012 1 commit
-
-
Tomek Mrugalski authored
-
- 31 Oct, 2012 1 commit
-
-
Marcin Siodelski authored
-
- 30 Oct, 2012 1 commit
-
-
Tomek Mrugalski authored
-
- 12 Sep, 2012 1 commit
-
-
Stephen Morris authored
-
- 06 Sep, 2012 1 commit
-
-
Stephen Morris authored
-
- 22 Jun, 2012 1 commit
-
-
Tomek Mrugalski authored
-
- 08 Mar, 2012 1 commit
-
-
Tomek Mrugalski authored
- several parameters are now const - OS-specific code moved from iface_mgr.cc to iface_mgr_linux.cc - C-style casts replaced with a casting framework (see lib/util/io/pktinfo_utilities.h) - added lib/util/range_utilities.h for methods that operate on container's ranges (isRangeZero and fillRandom) - many other minor corrections
-
- 03 Feb, 2012 1 commit
-
-
Tomek Mrugalski authored
- Migrated from boost::shared_array to std::vector<uint8> - Pkt6 now have all fields private, getters/setters implemented - Many smaller clean-ups - Tests updated to follow new procedure - isc::util::OutputBuffer is now used
-
- 27 Dec, 2011 1 commit
-
-
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.
-
- 13 Dec, 2011 2 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
Note: this fix is also present on other branches.
-
- 05 Dec, 2011 2 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- IfaceMgr::Iface is now a class, not a struct. - openSockets() now takes one argument that specifies port number - Added missing doxygen comments - Comments improved
-
- 14 Oct, 2011 6 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- Dhcpv6Srv::process*() methods does not use references anymore - Dhcpv6Srv::shutdown variable added for ordered shutdown procedure - Dhcpv6Srv is now in isc::dhcp namespace - Dhcpv6Srv is now derived from boot/noncopyable - IfaceMgr methods and fields are now commented appropriately - IfaceMgr - Dhcpv6Srv friend declaration removed - Dhcpv6SrvTest now uses derived class to access protected methods - Dhcpv6SrvTest Solicit_Basic test now includes client-id, checks for received client-id, server-id and content of ia - IfaceMgrTest minor improvements See comments in #1186 ticket for extensive list of smaller changes and reasons behind them.
-
Tomek Mrugalski authored
- include paths fixed - dangling spaces removed - many parameters are now passed by reference - added doxygen comments for all methods in dhcp6_srv.h - src/bin/dhcp6/Makefile.am no longer references Pkt6.{cc|h}
-
Tomek Mrugalski authored
Loopback interface name is now constant; Function comments added;
-
Tomek Mrugalski authored
Advertise is not perfect yet: - server-id is missing - client-id conveys invalid content
-
Tomek Mrugalski authored
- IfaceMgr now uses shared_ptr. - skeleton functions for specific message processing added. - tests fixed.
-
- 18 Aug, 2011 1 commit
-
-
Tomek Mrugalski authored
-
- 29 Jun, 2011 1 commit
-
-
Tomek Mrugalski authored
- Added Addr6 (IPv6 address wrapper) - Added Pkt6 (generic IPv6 packet class) - Added IfaceMgr (provides information about available interfaces, opens sockets, sends and receives packets) - Added Dhcpv6Srv - a dummy echo server for now
-
- 09 Feb, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 07 Feb, 2011 1 commit
-
-
Stephen Morris authored
* Logger implementation now not created until logger is first used. * Messages are now "const char*" to avoid problems if a reference to a message is made in a static initialization. * Message compiler now recognises $NAMESPACE directive
-
- 07 Jan, 2011 1 commit
-
-
Stephen Morris authored
First cut at the logging module. Still lacking configuration and basic appenders.
-
- 05 Jan, 2011 1 commit
-
-
Stephen Morris authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac438@4169 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Aug, 2010 2 commits
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2733 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2730 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 Jul, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac241@2490 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 Mar, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1360 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Mar, 2010 1 commit
-
-
Jelte Jansen authored
moved tests into unittests/ subdirectory added boostlibs ldd flag if needed git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1321 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
This is based on ideas done in experiments/jreed-layout, but I manually did this again. Moved around directory structures. A single python subdirectory under src/lib for single "isc" module. No "cpp" directories. No pyshared or includes symlink trees. I tested running the c++ tests and python tests. I tested running run_bind10.sh from source tree (with nothing installed). I tested running bind10 from installed (after moving source). git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1120 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Feb, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1018 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Feb, 2010 1 commit
-
-
Evan Hunt authored
ticket #50 for full details) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@988 e5f2f494-b856-4b98-b285-d166d9295462
-
- 06 Feb, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrdata2@742 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Jan, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@530 e5f2f494-b856-4b98-b285-d166d9295462
-