Michal 'vorner' Vaner
8743e25c80
[2378] Check attempt to load past the end
2012-12-13 11:33:55 +01:00
Michal 'vorner' Vaner
c2d2a53b14
[2378] The copy mode of ZoneLoader
...
At least its basic version. Error handling must still be tested and done.
2012-12-13 11:33:55 +01:00
Michal 'vorner' Vaner
9672fb595c
[Dox] Run doxygen -u
...
To update the Doxyfile. It no longer complains about obsolete options.
Conflicts:
doc/Doxyfile
2012-12-13 11:32:41 +01:00
Michal 'vorner' Vaner
572d3b1ae5
[Dox] Some Doxyfile tweaks
2012-12-13 11:32:37 +01:00
Michal 'vorner' Vaner
70f71c5413
Merge #2377
...
The isc::dns::MasterLoader class and its basic implementation. Further handling
is going to be added in future branches, this handles just the simplest form of
master files.
2012-12-13 11:31:28 +01:00
Jelte Jansen
a70fd03351
[2542] Add create_zone to datasrc python wrapper
2012-12-13 10:53:21 +01:00
Jelte Jansen
3666cb4d97
[2541] Update in-code comment
2012-12-12 23:25:29 +01:00
Jelte Jansen
42c5261913
[2541] Add two more tests to database_unittest
2012-12-12 23:18:59 +01:00
Jelte Jansen
fe8a9e7c2c
[2541] Use other fixture and startUpdateZone in locked test
2012-12-12 22:57:29 +01:00
Tomek Mrugalski
550a5e0da2
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2012-12-12 20:04:00 +01:00
Tomek Mrugalski
286787bed2
[master] Dhcp4Parser.testUint32Parser temporarily disabled
2012-12-12 20:03:47 +01:00
JINMEI Tatuya
f4c12ef178
[2541] editorial cleanup: spacing
2012-12-12 09:31:12 -08:00
JINMEI Tatuya
c405fba738
[master] update the doc for MasterToken::StringRegion to match the latest code.
...
the removed part was obsolete due to a later change (which is described
in the next paragraph of the doc). keeping the sentence will just
confuse readers.
should be trivial enough, so I'm committing this at my discretion.
2012-12-12 09:11:06 -08:00
JINMEI Tatuya
d7441b27a5
[2541] unrelated cleanup: specify 'virtual' for ~SQLite3Accessor explicitly.
...
per convention.
2012-12-12 09:03:18 -08:00
Stephen Morris
52d965040c
[2546] Address further issues pointed out in review
2012-12-12 15:30:31 +00:00
Jelte Jansen
bc8aae68ec
[2541] Address more comments; add tests and update docs
2012-12-12 15:15:01 +01:00
Tomek Mrugalski
c328aed83b
[2270] Merge branch 'master' into trac2270
...
Conflicts:
ChangeLog
doc/devel/02-dhcp.dox
src/bin/dhcp4/ctrl_dhcp4_srv.cc
src/bin/dhcp4/dhcp4_srv.cc
src/bin/dhcp4/dhcp4_srv.h
src/bin/dhcp6/config_parser.cc
src/bin/dhcp6/config_parser.h
2012-12-12 14:50:38 +01:00
Stephen Morris
a69ebe7341
[2546] Address some cppcheck issues
2012-12-12 13:44:07 +00:00
Tomek Mrugalski
92758ecffc
[master] Merge branch 'master' into trac2325 (RENEW support in DHCPv6)
...
Conflicts:
ChangeLog
2012-12-12 14:04:58 +01:00
Tomek Mrugalski
de29c07129
[2270] Headers reordered.
2012-12-12 13:02:40 +01:00
Jelte Jansen
8aa69ddf3d
[2541] Use c++-style doxygen
2012-12-12 11:43:13 +01:00
Jelte Jansen
eb65b11ca4
[2541] Catch and log exception in transaction rollback
2012-12-12 11:30:56 +01:00
Stephen Morris
7f6c9d057c
[2325] Rephrased a couple of debug messages
2012-12-12 10:16:57 +00:00
Jelte Jansen
5c72873a11
[2541] Move method implementations in client.h to client.cc
2012-12-12 11:12:07 +01:00
Michal 'vorner' Vaner
443cabc1e4
[2428] Use iequals instead of strncasecmp
...
It has nicer interface and should be slightly less peculiar.
2012-12-12 10:43:57 +01:00
Michal 'vorner' Vaner
3fda721ea7
[2428] Code simplification
...
We don't need that intermediate variable
2012-12-12 10:35:43 +01:00
Michal 'vorner' Vaner
041637fac5
[2428] Check quoted "$INCLUDE" is accepted too
2012-12-12 10:33:33 +01:00
Marcin Siodelski
1ee4d989ba
[2526] Cleanup: removed unused definition and added doxygen for a function.
2012-12-12 09:08:42 +01:00
Mukund Sivaraman
a56f7ff8c0
[master] Update ChangeLog for #2503
2012-12-12 06:43:05 +05:30
Mukund Sivaraman
6fe86386be
Merge branch 'master' into trac2503
...
Conflicts:
src/lib/datasrc/tests/memory/testdata/Makefile.am
2012-12-12 06:09:15 +05:30
JINMEI Tatuya
b193ad87c3
[2541] style and editorial: folded a long line; corrected a typo
2012-12-11 11:11:28 -08:00
Marcin Siodelski
9e655bc3d6
[2526] Removed static keyword from declarations.
2012-12-11 20:03:21 +01:00
JINMEI Tatuya
b1c2cce67f
[2541] editorial: removed unnecessary ';'
2012-12-11 10:55:01 -08:00
Michal 'vorner' Vaner
320f960c72
[2428] Placeholder for origin handling
...
The $INCLUDE can contain a name meaning origin. We don't handle origin
yet, that's #2427 , but we at least mark the place where it should be
linked.
2012-12-11 19:54:12 +01:00
Marcin Siodelski
cbb1e342df
[master] Explicitly initialize all struct members.
...
This change is to satisfy Solaris which issues warning about some struct
members being uninitialized and causing build to fail.
2012-12-11 19:49:24 +01:00
Michal 'vorner' Vaner
aae73017c6
[2428] Handle garbage after the include
2012-12-11 19:49:24 +01:00
Jelte Jansen
a2b2bf47cb
[master] Fix variable name use in TSIGKeyRingTest
2012-12-11 18:09:34 +01:00
Tomek Mrugalski
8792cbaca8
[2270] Changes after review.
2012-12-11 18:07:37 +01:00
Tomek Mrugalski
9c2193e32b
[2270] dhcp6 now handles reconfigures better (reverted clear() on defaults)
2012-12-11 18:06:19 +01:00
Jelte Jansen
6aa3a421c2
[master] Updated changelog entry
...
Added * (it's a backwards-incompatible change)
2012-12-11 17:40:16 +01:00
JINMEI Tatuya
0fab5f49d9
[master] updated changelog for #2504 , clarifying failure scenarios
...
okayed on jabber
2012-12-11 08:37:51 -08:00
Marcin Siodelski
21da96d4bc
[2526] Use V4 option definitions when unpacking an option.
...
Some of the unit tests had to be modified after this change. This is
because they used to create options which data length did not match the
actual std options' formats.
2012-12-11 17:31:34 +01:00
Tomek Mrugalski
a40fac0707
[2325] Unknown renew is now logged in dhcp6
2012-12-11 16:11:27 +01:00
Tomek Mrugalski
196c4d239e
[2325] Changes after review.
2012-12-11 15:57:45 +01:00
Michal 'vorner' Vaner
45e97b8527
[2428] Test and fix error handling in $INCLUDE
2012-12-11 15:20:11 +01:00
Tomek Mrugalski
1f943baf94
[2325] Option7 IA unittest improvement.
2012-12-11 15:13:58 +01:00
Marcin Siodelski
7985a4bd28
[2526] Renamed consts in std_option_defs.h to conform with coding style.
2012-12-11 15:00:30 +01:00
Marcin Siodelski
4b79e1c508
[2526] Corrected expected option types in DHCPv4 std options unit test.
2012-12-11 14:45:16 +01:00
Jelte Jansen
0462436914
[master] Update changelog for merge of #1351
2012-12-11 14:29:56 +01:00
Jelte Jansen
e65b7b36f6
[master] Merge branch 'trac1351'
2012-12-11 14:19:25 +01:00