- 02 May, 2013 1 commit
-
-
Thomas Markwalder authored
dhcp_parsers_unittest.cc. Added Element type checks to Boolean and String parsers, corrected some commentary.
-
- 01 May, 2013 1 commit
-
-
Thomas Markwalder authored
of the common parser refactoring. Replaced individual global variables with instance of new ParserContext class. Created new base classes PoolParser and SubnetConfigParser.
-
- 10 Apr, 2013 1 commit
-
-
Thomas Markwalder authored
configuration parsing classes into a common set of classes in lib/dhcpsrv. Moved most of the parsers classes into new files dhcp_parsers.h/cc. Eliminated use of global variables within common parsers.
-
- 05 Apr, 2013 1 commit
-
-
Thomas Markwalder authored
-
- 04 Apr, 2013 10 commits
-
-
Tomek Mrugalski authored
Conflicts: ChangeLog
-
Marcin Siodelski authored
-
Jeremy C. Reed authored
and also remove dash before beta revision in version naming
-
Thomas Markwalder authored
unit tests.
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
trivial, no review
-
Jeremy C. Reed authored
I wrote this some month ago. Didn't get reviewed.
-
Jeremy C. Reed authored
-
Thomas Markwalder authored
-
Mukund Sivaraman authored
-
- 03 Apr, 2013 12 commits
-
-
JINMEI Tatuya authored
some compilers claim it causes a copy whie it's defined non copyable, triggering an error. this fixes some build failure reported by the bots. should mostly trivial, so committing at my discretion.
-
Jeremy C. Reed authored
acknowledged on jabber
-
JINMEI Tatuya authored
-
-
JINMEI Tatuya authored
-
Jeremy C. Reed authored
(used tools/reorder_message_file.py)
-
JINMEI Tatuya authored
instead of the "static" BIND zone. there's no difference between these two any more, so this is just a matter of style.
-
JINMEI Tatuya authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- using namespace boost is no longer used in pkt6_unittest.cc - copyright years updated - Pkt6::getRelayOption() documented - several methods are now better commented - ChangeLog now refers to libdhcp++, not b10-dhcp6
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 02 Apr, 2013 11 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
may need some more discussion, but not the point for this branch anyway, and at least it's more consistent with rest of the source code.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Jeremy C. Reed authored
Okayed via jabber yesterday. I am not adding a changelog entry as it is minor.
-
JINMEI Tatuya authored
we can do everything that the dedicated static data source did with "MasterFiles" type of data source with preconfigured parameters. this cleanup is not directly related to the subject of this task, but will make later changes simpler.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this is not a program error, so CacheConfigError should be more appropriate.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
that would be better abstraction. also remove getLoadAction for now as we won't implement it in this task.
-
JINMEI Tatuya authored
-
- 01 Apr, 2013 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also simplified the constructor interface; we actually don't need the other one.
-
JINMEI Tatuya authored
it now doesn't log it for each zone but only warns about the entire data source.
-