- 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
-
- 29 Mar, 2014 1 commit
-
-
Thomas Markwalder authored
Changed the SQL statements used to retrieve data to be simple selects rather than declared as cursors. This allows the selects to be executed with a single statemen execution, eliminating the need for BEGIN and END blocks. Other minor clean up.
-
- 28 Mar, 2014 2 commits
-
-
Marcin Siodelski authored
-
Thomas Markwalder authored
Initial review and testing revealed build issues, unit test failures, and memory leaks. With these changes it should build and pass unit testing. There are still runtime issues to address. Changed expire column type in lease tables to be "TIMESTAMP WITH TIME ZONE", and added methods to convert to and from such fields to LeaseExchange. This corrects mismatched time conversion to and from database which was causing unit tests to fail. Added constructors to PgSqlParam to eliminate use of ".value" initializers and to provide a safe, uniform way to create parameters for binary data. Prior to this valgrind was reporting invalid reads when vectors were statically cast to char*. Removed superflous BOOST_STATIC_ASSERT and corrected values tested in remaining check. Removed use of "SET AUTOCOMMIT TO" as it is no longer supported in PostgreSQL. Altered failure logic in PgSqlLeaseMgr::openDatabase() to release connection if it is not NULL. This was causing memory leak in unit tests. Added PQfinish call to createSchema() function to release the connection to fix memory leaks during unit testing. Cleaned most cppcheck complaints.
-
- 27 Mar, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 26 Mar, 2014 5 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-