- 15 Apr, 2014 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 14 Apr, 2014 1 commit
-
-
Marcin Siodelski authored
-
- 10 Apr, 2014 3 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 09 Apr, 2014 3 commits
-
-
Marcin Siodelski authored
Also, updated configure.ac to not reference removed files. The --disable-dhcp and --disable-dns configuration flags have been removed.
-
Jeremy C. Reed authored
Thsi is another test of git with new repo
-
Jeremy C. Reed authored
This is mostly just a test of using new git repo for kea.
-
- 08 Apr, 2014 7 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
fixed many typos also consistently spell and capitalize PostgreSQL.
-
Jeremy C. Reed authored
as reported on dhcp jabber
-
Jeremy C. Reed authored
(discussed a little on jabber)
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
(maybe this should be automatically set to current year)
-
Jeremy C. Reed authored
(blame it on my broken laptop which randomly types simulated "x" characters which is delete char in vi. I should have the diff reviewed!)
-
- 07 Apr, 2014 6 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
One change was not in any released version and then was reverted. So remove it. So change the revert message entry and renumber some entries. This was discussed via jabber a couple weeks ago, but nobody reviewed my patch for this.
-
Jeremy C. Reed authored
grammar PostgreSQL like project shows the term typo fix mention DHCP
-
Jeremy C. Reed authored
On line 9 use a tab before the keyword type. and line too long
-
Jeremy C. Reed authored
using reorder_message_file.py tool
-
Jeremy C. Reed authored
-
- 04 Apr, 2014 6 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
-
Thomas Markwalder authored
-
- 03 Apr, 2014 2 commits
-
-
Marcin Siodelski authored
Also, fixed whitespaces in 778.
-
Marcin Siodelski authored
Conflicts: doc/guide/bind10-guide.xml
-
- 02 Apr, 2014 10 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.
-
Jeremy C. Reed authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Also revised entry 777 to properly thank David Carlier.
-
Thomas Markwalder authored
Warning message added to D2 about listening outside loopback
-
Thomas Markwalder authored
Fixed some typos in D2 log messages.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
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
-