- 22 Oct, 2017 1 commit
-
-
Francis Dupont authored
-
- 16 Dec, 2015 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 22 Sep, 2015 1 commit
-
-
Shawn Routhier authored
-
- 22 Jul, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 18 Jul, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 20 Jun, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
The validation rejected all the values of "item_default" in spec files, if the desired type was "any". Actually, the exact opposite is required, since any type is compatible with "any".
-
- 31 May, 2012 1 commit
-
-
Jeremy C. Reed authored
This was noticed when I tried to commit some merged code. My git hook noticed the whitespace issues.
-
- 20 Apr, 2012 1 commit
-
-
Jelte Jansen authored
-
- 20 Feb, 2012 1 commit
-
-
Jelte Jansen authored
-
- 15 Aug, 2011 3 commits
-
-
Naoki Kambe authored
consideration for buffer overflow - use std::vector<char> instead of char[] - use strncmp() instead of strcmp() - shorten length of char array for the buffer (not directly related to buffer overflow) add more unittests for some wrong type formats into both c++ and python codes (unittests for the previous change git e9620e0d9dd3d967bcfb99562f13848c70538a44) - date-time-type format not ending with "Z" - date-type format ending with "T" - time-type format ending with "Z"
-
Naoki Kambe authored
-
Naoki Kambe authored
addition and modification as a variant of the statistics part of module_spec.py - add check_format which checks whether the given element is a valid statistics specification - modify check_data_specification to add check of statistics specification - add getStatisticsSpec() which returns statistics specification - add two of validateStatistics which check whether specified data is valid for statistics specification - modify validateItem to add check of item_format in specification update the year of copyright
-
- 27 Jul, 2011 1 commit
-
-
Jelte Jansen authored
-
- 15 Jul, 2011 1 commit
-
-
Jelte Jansen authored
(to avoid confusion with 'normal' maps)
-
- 08 Jul, 2011 1 commit
-
-
Jelte Jansen authored
-
- 16 Mar, 2011 1 commit
-
-
Jelte Jansen authored
-
- 15 Mar, 2011 1 commit
-
-
Jelte Jansen authored
(on the initial configuration) also added a special case for the 'version' config element in the configuration checker (this caused the configuration to be rejected, while for the purposes of validation it should either be ignored or cause a different validation path)
-
- 24 Feb, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 07 Jan, 2011 4 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 03 Jan, 2011 1 commit
-
-
Jelte Jansen authored
call this check before applying commands git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac473@4139 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Dec, 2010 1 commit
-
-
Jelte Jansen authored
also prevent unknown data to get into internal systems (by adding a check for unspecified data in validate_config calls) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac202@3765 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Oct, 2010 1 commit
-
-
JINMEI Tatuya authored
for trac #373. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac373@3237 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Aug, 2010 2 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac310@2748 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- added surrandong parentheses for return values based on agreed guideline - removed redundant semicolons after a block - fixed curly brace position diff is large, but the change is very trivial. so I'm skipping explicit review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2745 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Jul, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2517 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Jun, 2010 1 commit
-
-
Jelte Jansen authored
actually use nameToType and typeToName, removed the old functions. Catch the typeerror and raise modulespecerror if this happend during module spec verification git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac172@2322 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Jun, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac172@2115 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac172@2113 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 May, 2010 1 commit
-
-
Jelte Jansen authored
(module descriptions in spec files) See also https://bind10.isc.org/ticket/90 git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1856 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
This is based on ideas done in experiments/jreed-layout, but I manually did this again. Moved around directory structures. A single python subdirectory under src/lib for single "isc" module. No "cpp" directories. No pyshared or includes symlink trees. I tested running the c++ tests and python tests. I tested running run_bind10.sh from source tree (with nothing installed). I tested running bind10 from installed (after moving source). git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1120 e5f2f494-b856-4b98-b285-d166d9295462
-
- 22 Feb, 2010 2 commits
-
-
Jelte Jansen authored
added isc::config::ConfigData class for easier client-side usage of configuration values (not completely done yet) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@915 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
added error feedback to config_validate() and option to validate partial configurations in cpp version fixed a bug in Mapelement->str() (it can now print empty map elements) added tests for python config_data module and fixed a few bugs there git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@911 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Feb, 2010 1 commit
-
-
Jelte Jansen authored
renamed validate() to validate_config() (plan on adding validate_command() as well) added createAnswer function in cpp version git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@880 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Feb, 2010 3 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@872 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@871 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
for creation from file name or ifstream there are the non-member moduleSpecFromFile functions now git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@870 e5f2f494-b856-4b98-b285-d166d9295462
-