Marcin Siodelski
9065335de2
[2545] Added a test that checks whether value in CSV format is accepted.
2012-12-21 13:26:52 +01:00
Marcin Siodelski
caf95c197a
[2545] Added new configuration parameter: csv-format for DHCPv4 server.
2012-12-21 13:11:53 +01:00
Marcin Siodelski
a32568b7b3
[2545] Separated build and commit phase for all DHCPv4 config parsers.
...
... also added new BooleanParser.
2012-12-21 12:53:31 +01:00
Marcin Siodelski
3c702b8966
[2545] Moved the DHCPv4 parser classes to the anonymous namespace.
2012-12-21 12:07:43 +01:00
Marcin Siodelski
8b1a0145b7
[2545] Cleanup some doxygen errors.
2012-12-21 09:46:45 +01:00
Marcin Siodelski
19bd1a5a0b
[2545] Code cleanup, mainly better comments.
2012-12-21 09:34:21 +01:00
Marcin Siodelski
3ac15510bb
[2545] Separate the build and commit phases for all parsers.
2012-12-21 00:12:03 +01:00
Marcin Siodelski
61c303c8f1
[2545] Use CSV format to initialize std option data.
2012-12-20 12:52:07 +01:00
Marcin Siodelski
6eb4014782
[2545] Trim strings representing option field value.
2012-12-20 12:41:39 +01:00
Marcin Siodelski
bdb56ee0da
[2545] Parse and use csv-format parameter to create options.
2012-12-20 12:22:16 +01:00
Marcin Siodelski
17641de21f
[2545] Added a parser for boolean values.
2012-12-20 10:18:20 +01:00
Marcin Siodelski
c661badf19
[master] Added ChangeLog entry for #2544 .
2012-12-19 18:53:06 +01:00
Marcin Siodelski
fed1aab5a0
[master] Merge branch 'trac2544'
...
Conflicts:
src/bin/dhcp4/dhcp4_messages.mes
2012-12-19 18:28:57 +01:00
JINMEI Tatuya
bd8497df66
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2012-12-19 09:25:58 -08:00
Marcin Siodelski
a5aab271f4
[2544] Include stdint.h in the config_parser.h.
...
Without this header the build fails on CentOS as it does not recognize
uint32_t type.
2012-12-19 18:25:56 +01:00
JINMEI Tatuya
57b40ee87d
[master] disabled bindctl system test, referring to #2568 .
2012-12-19 09:25:23 -08:00
Jeremy C. Reed
2156cc8503
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2012-12-19 11:13:58 -06:00
JINMEI Tatuya
61386c6857
[master] additional run-time setup
2012-12-19 09:02:42 -08:00
Jeremy C. Reed
44bd04d531
[master] in docs, change hardcoded package name
...
from bind10-devel to bind10
2012-12-19 10:30:12 -06:00
Jeremy C. Reed
ef19026395
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2012-12-19 10:17:37 -06:00
Jeremy C. Reed
7299bfac20
[master] add release date for tomorrow
2012-12-19 10:15:55 -06:00
Jeremy C. Reed
bf53fbd4e9
[master] change package name to bind10
...
instead of bind10-devel
also increase the version to today's date stamp (not for "beta")
2012-12-19 10:15:10 -06:00
Marcin Siodelski
f64ff7004d
[2544] Silence the false positive reported by cppcheck.
...
The cppcheck seems to have difficulty to figure out that the variable is
set and initialized within a loop and that it is read within another
loop iteration.
2012-12-19 17:14:21 +01:00
Jelte Jansen
8d844f040f
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2012-12-19 17:04:48 +01:00
Jelte Jansen
4a4642ad16
[master] Update systests
...
Merge of #2380 missed a couple of cases, and added a few more sleeps to help with background loading checks.
2012-12-19 17:03:58 +01:00
Jeremy C. Reed
a878a8107d
[master] rebuild .mes files
...
using tools/reorder_message_file.py to reorder
2012-12-19 09:00:21 -06:00
Jeremy C. Reed
8474c4bf69
[master] improve auth and resolver man pages
...
mention some defaults
Remove sendstats and document getstats.
Document internal start_ddns_forwarder and stop_ddns_forwarder.
Add extra SEE ALSO.
Okayed via jabber.
2012-12-19 08:07:39 -06:00
Jeremy C. Reed
71c5b61bcf
[master] slight reword of changelog entry
...
both discussed on jabber (today and yesterday)
2012-12-19 08:06:03 -06:00
Marcin Siodelski
667d94d937
[2544] Replace invalid AND with OR operators.
...
This fixes the omission in previous commit.
2012-12-19 13:54:49 +01:00
Tomek Mrugalski
8d8605b657
[master] Merge branch 'trac2327' (DHCPv6 lease expiration)
...
Conflicts:
ChangeLog
src/lib/dhcpsrv/alloc_engine.cc
2012-12-19 12:29:34 +01:00
Jelte Jansen
ff7903d22a
[master] Update Changelog for merge of #2380
2012-12-19 11:36:33 +01:00
Marcin Siodelski
fdce9eb731
[2544] Changes as a result of a code review.
2012-12-19 11:28:21 +01:00
Jelte Jansen
689b015753
[master] Merge branch 'trac2380merge2'
2012-12-19 11:14:39 +01:00
JINMEI Tatuya
0b4fca9e95
[2380] another missing CLEANFILE
2012-12-19 10:57:20 +01:00
JINMEI Tatuya
364716d15d
[2380] reordered log messages
2012-12-19 10:57:13 +01:00
JINMEI Tatuya
8245811017
[2380] additional env setup to make distcheck pass
2012-12-19 10:57:06 +01:00
JINMEI Tatuya
3b4124f689
[2380] make sure __pycache__/ will be cleaned up.
...
this is necessary for distcheck.
2012-12-19 10:56:59 +01:00
JINMEI Tatuya
8ee51ea2b4
[2380] make sure to call isc.util.process.rename()
2012-12-19 10:56:53 +01:00
JINMEI Tatuya
fee6f27898
[2380] logged before updating an existing zone.
...
it can take time without any feedback while deleting old zone data,
so it's probably better to note that explicitly.
2012-12-19 10:55:25 +01:00
JINMEI Tatuya
7740087adf
[2380] removed a garbage line
2012-12-19 10:55:15 +01:00
JINMEI Tatuya
70e63e4b4f
[2380] grammar fix in a comment line.
2012-12-19 10:55:04 +01:00
JINMEI Tatuya
c9d7464aee
[2380] fixed a typo in log message.
2012-12-19 10:54:58 +01:00
JINMEI Tatuya
619c53ae79
[2380] removed isc.datasrc.master.py and its tests. now no need for them.
2012-12-19 10:54:49 +01:00
JINMEI Tatuya
f91f820e56
[2380] removed old loadzone source
2012-12-19 10:53:53 +01:00
JINMEI Tatuya
37cc046b9f
[2380] make sure the new origin for $INCLUDE doesn't change post-include.
...
this seems to be the actual intent of the RFC, and it's compatible with
BIND 9, too. This fix will resolve the remaining regression for the
old loadzone tests.
2012-12-19 10:53:37 +01:00
JINMEI Tatuya
a51b040470
[2380] removed loadzone/tests/error completely.
...
see the log for the previous commit for the rationale.
2012-12-19 10:53:26 +01:00
JINMEI Tatuya
2b23275bd5
[2380] replaced old loadzone with the new one.
...
test parameters were adjusted accordingly.
there are some non trivial adjustments needed for the 'correct' test
cases for the original loadzone:
- completing the origin for some RDATA paramaeters (NS, SOA) does not
work yet until we complete the RDATA support. At the moment
I made them FQDNs with comments
- a few TXT data were actually incorrect in the original tests, which
caused a seeming regression. I fixed the test data.
- there was one real bug in the $INCLUDE + origin support. I'll go
fix it; right now it fails
The 'error' test cases for the original loadzone also fail, but overall
the intended behavior looked preserved. Fixing the tests to make it pass
seems to be quite difficult (because log output are different, and
the new loadzone ng is more verbose), so I plan to simply remove these
tests.
2012-12-19 10:52:48 +01:00
Jelte Jansen
6aa012341c
[2380merge2] Merge branch 'trac2380' into trac2380merge2
2012-12-19 10:40:01 +01:00
JINMEI Tatuya
ddd815eb74
[master] fix clang static analyzer issue
...
Value stored to 'opt_len' during its initialization is never read
discussed via jabber
also use const
2012-12-18 17:32:11 -06:00
Jeremy C. Reed
214e040921
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2012-12-18 14:07:13 -06:00