- 28 Apr, 2014 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 25 Apr, 2014 4 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 24 Apr, 2014 3 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 23 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 22 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 18 Apr, 2014 5 commits
-
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 17 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 16 Apr, 2014 3 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Fixed the main page table of contents to include D2's sections as subpages Minor word changes and clean up
-
Marcin Siodelski authored
-
- 15 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 14 Apr, 2014 1 commit
-
-
Thomas Markwalder authored
Added src/bin/d2/images to image path in doc/Doxyfile Added d2 subpage to doc/devel/mainpage.dox Added the following:
-
- 10 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 09 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
Also, updated configure.ac to not reference removed files. The --disable-dhcp and --disable-dns configuration flags have been removed.
-
- 08 Apr, 2014 1 commit
-
-
Jeremy C. Reed authored
-
- 07 Apr, 2014 1 commit
-
-
Jeremy C. Reed authored
using reorder_message_file.py tool
-
- 04 Apr, 2014 5 commits
-
-
Thomas Markwalder authored
Added output redirect operator "<<" to Lease class so new unit tests in libdhcpsrv will compile under gtest 1.5. Also fixed incorrect index into lease collection for same tests.
-
Marcin Siodelski authored
Older gcc compiler (4.1) doesn't implicitly cast the integer value to a streampos value. This caused compilation problems on Centos5. The explicit cast eliminates this issue.
-
Thomas Markwalder authored
Testing undercovered a missing log place holder in Dhcp4_srv.cc, which surfaces when a release for a non-existance lease is received. This has been corrected.
-
Marcin Siodelski authored
This fixes a performance issue reported by cppcheck.
-
Marcin Siodelski authored
-
- 02 Apr, 2014 5 commits
-
-
Thomas Markwalder authored
Suppressed an unused structure member complaint in dhcpsrv/psql_lease_mgr.cc This code is going to get a makeover under 3382 and it will be more properly addressed then.
-
Thomas Markwalder authored
Fixed some typos in D2 log messages.
-
Thomas Markwalder authored
Added a check in D2Process to detect when D2 is using an address other than loopback on which to listen and issue a log warning. Added simple unit tests that permit visual log inspection barring a simple, automated way to do it.
-
Marcin Siodelski authored
-
Thomas Markwalder authored
PgSqlLeaseMgr::openDatabase now sets conn_ to NULL after calling PQfinish. PgSqlLeaseMgr constructor, moved member inits to the initializer list Fixed exception text.
-
- 01 Apr, 2014 3 commits
-
-
Marcin Siodelski authored
-
Thomas Markwalder authored
The procedure for configuring Postgresql backend in bind10-guide was updated such that database tables are created and thus owned by the Kea user rather than the postgres user. Cleaned up some logging issues and minor cosmetics.
-
Stephen Morris authored
-
- 31 Mar, 2014 1 commit
-
-
Marcin Siodelski authored
-