2006-04-27 |
Robert Spalek | shell/config: check the default value from the command... |
tree | commitdiff |
2006-04-27 |
Robert Spalek | shell/config: upgraded to use conf2 instead of conf |
tree | commitdiff |
2006-04-27 |
Martin Mares | Cleaned up access-lists. |
tree | commitdiff |
2006-04-27 |
Robert Spalek | conf2: unified clist operations with the rest of Sherlock |
tree | commitdiff |
2006-04-27 |
Robert Spalek | conf2: list operation duplicate -> copy, and support... |
tree | commitdiff |
2006-04-27 |
Robert Spalek | conf2: implemented list operation duplicate |
tree | commitdiff |
2006-04-27 |
Robert Spalek | add a name of the user-defined type |
tree | commitdiff |
2006-04-27 |
Robert Spalek | conf2: dumper of the configuration polished; support... |
tree | commitdiff |
2006-04-27 |
Robert Spalek | conf2: dumping of NULL strings polished |
tree | commitdiff |
2006-04-26 |
Robert Spalek | conf2: export low-level journalling functions for the... |
tree | commitdiff |
2006-04-26 |
Martin Mares | The addrmask type has its own dumper now. |
tree | commitdiff |
2006-04-26 |
Martin Mares | Lookup lists are no longer char**, but byte**. |
tree | commitdiff |
2006-04-26 |
Martin Mares | Dumpers don't return anything, especially not a void... |
tree | commitdiff |
2006-04-26 |
Martin Mares | If CONFIG_DEBUG is enabled, all programs support a... |
tree | commitdiff |
2006-04-26 |
Robert Spalek | conf2: lookup tables are byte** instead of char** |
tree | commitdiff |
2006-04-25 |
Robert Spalek | conf2: include <getopt.h> again, it's tedious to write... |
tree | commitdiff |
2006-04-25 |
Martin Mares | CF_LOOKUP lists must end with NULL. |
tree | commitdiff |
2006-04-25 |
Martin Mares | ipaccess filters now use CF_USER for (addr,mask) pairs... |
tree | commitdiff |
2006-04-25 |
Martin Mares | Use CF_LOOKUP. |
tree | commitdiff |
2006-04-25 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-04-25 |
Martin Mares | Don't end error messages with a comma. |
tree | commitdiff |
2006-04-25 |
Robert Spalek | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-04-25 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-04-25 |
Robert Spalek | conf2: dynamic arrays allow negative maximal length |
tree | commitdiff |
2006-04-25 |
Martin Mares | More ipaccess work-arounds (will be gone soon). |
tree | commitdiff |
2006-04-25 |
Robert Spalek | conf: parsing IP address fixed |
tree | commitdiff |
2006-04-25 |
Robert Spalek | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-04-25 |
Robert Spalek | conf2: add 2 ASSERT's on checking the user-defined... |
tree | commitdiff |
2006-04-25 |
Robert Spalek | conf2: added support for user-defined types (tested... |
tree | commitdiff |
2006-04-25 |
Martin Mares | Fixed operator priorities in cf_parse_ip(). |
tree | commitdiff |
2006-04-25 |
Robert Spalek | conf2: add basic type CT_LOOKUP that maps strings to... |
tree | commitdiff |
2006-04-25 |
Martin Mares | A preliminary version of the new ipaccess module. |
tree | commitdiff |
2006-04-25 |
Martin Mares | Added CF_ARY_NUM and CF_JOURNAL_VAR. |
tree | commitdiff |
2006-04-25 |
Pavel Charvat | - fixed accepted double 0x prefix ("0x0x12345678") and |
tree | commitdiff |
2006-04-24 |
Martin Mares | The "don't cf_load on error exit" optimization was... |
tree | commitdiff |
2006-04-24 |
Martin Mares | bopen_safe() in conf2 was leaking file descriptors... |
tree | commitdiff |
2006-04-24 |
Martin Mares | Started moving configuration sections to cf/sherlock2. |
tree | commitdiff |
2006-04-24 |
Martin Mares | Don't load the default config file when an invalid... |
tree | commitdiff |
2006-04-24 |
Robert Spalek | conf2: damn, I of course forgot to get rid of a debug... |
tree | commitdiff |
2006-04-24 |
Robert Spalek | conf2: implemented committing only dirty sections |
tree | commitdiff |
2006-04-24 |
Robert Spalek | conf2: correct unescaping of C-strings |
tree | commitdiff |
2006-04-24 |
Pavel Charvat | fixed escape sequences parser |
tree | commitdiff |
2006-04-24 |
Pavel Charvat | Simple parser for escape sequences. |
tree | commitdiff |
2006-04-24 |
Robert Spalek | conf2: report a bug when mixing line- and block- syntax... |
tree | commitdiff |
2006-04-24 |
Robert Spalek | conf2: insert a node into a list as soon as possible... |
tree | commitdiff |
2006-04-23 |
Martin Mares | Pointers to lists should be relative to current section... |
tree | commitdiff |
2006-04-23 |
Robert Spalek | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
tree | commitdiff |
2006-04-23 |
Robert Spalek | lib: revert unwanted commit |
tree | commitdiff |
2006-04-23 |
Robert Spalek | lib: converted to use conf2.c instead of conf.c |
tree | commitdiff |
2006-04-23 |
Robert Spalek | conf2: tested a few more test-cases and fixed/polished... |
tree | commitdiff |
2006-04-23 |
Robert Spalek | conf2: sorry, fix the commit-hook messages |
tree | commitdiff |
2006-04-23 |
Robert Spalek | conf2: fix commit hooks |
tree | commitdiff |
2006-04-23 |
Robert Spalek | conf2: MJ's objections taken care of |
tree | commitdiff |
2006-04-23 |
Robert Spalek | conf2: bugfixes in journaling |
tree | commitdiff |
2006-04-23 |
Robert Spalek | conf2: verified and fixed all parsers |
tree | commitdiff |
2006-04-23 |
Robert Spalek | conf2: fixed journaling of list operations |
tree | commitdiff |
2006-04-23 |
Robert Spalek | conf2: lists seem to be debugged |
tree | commitdiff |
2006-04-23 |
Robert Spalek | conf2: 2 bugfixes concerning dynamic arrays and lists |
tree | commitdiff |
2006-04-23 |
Robert Spalek | conf2: debug dumping of memory into a fastbuf partially... |
tree | commitdiff |
2006-04-23 |
Robert Spalek | conf2: another bug hunted |
tree | commitdiff |
2006-04-23 |
Robert Spalek | conf2: removed handling of dirty pages |
tree | commitdiff |
2006-04-23 |
Robert Spalek | conf2: debugged a lot |
tree | commitdiff |
2006-04-22 |
Robert Spalek | conf2: journaling of lists still doesn't work, doubles... |
tree | commitdiff |
2006-04-22 |
Robert Spalek | conf2-test: add a simple tester configuration file |
tree | commitdiff |
2006-04-22 |
Robert Spalek | conf2: several bugfixes, and added interpolation of... |
tree | commitdiff |
2006-04-22 |
Robert Spalek | conf2: call commit-hooks on dirty sections |
tree | commitdiff |
2006-04-22 |
Robert Spalek | ipaccess: move here temporarily cf_parse_ip() |
tree | commitdiff |
2006-04-22 |
Robert Spalek | conf: comment out parsers before I get rid of the modul... |
tree | commitdiff |
2006-04-22 |
Robert Spalek | conf2: fill in the skeleton of the tester |
tree | commitdiff |
2006-04-22 |
Robert Spalek | conf2.c: enable the journal by default |
tree | commitdiff |
2006-04-22 |
Robert Spalek | conf2: added interface for accessing cf_items from... |
tree | commitdiff |
2006-04-22 |
Robert Spalek | conf2: implemented a command-line parser and sections... |
tree | commitdiff |
2006-04-22 |
Robert Spalek | conf2: full implementation of the parser; only command... |
tree | commitdiff |
2006-04-21 |
Robert Spalek | conf2: added a parser for IP addresses |
tree | commitdiff |
2006-04-21 |
Robert Spalek | conf2: bugfix in editing and adding before/after a... |
tree | commitdiff |
2006-04-21 |
Robert Spalek | conf2: bugfix in tracing the recursion |
tree | commitdiff |
2006-04-21 |
Robert Spalek | conf2: implemented all list operations in the interpreter |
tree | commitdiff |
2006-04-21 |
Robert Spalek | conf2: record used selectors when searching in lists |
tree | commitdiff |
2006-04-21 |
Robert Spalek | conf2: implement clearing a dynamic array |
tree | commitdiff |
2006-04-21 |
Robert Spalek | conf2: fix skipping unspecified parameters at the end... |
tree | commitdiff |
2006-04-21 |
Robert Spalek | conf2: resolve an issue concerning variable numbers... |
tree | commitdiff |
2006-04-21 |
Robert Spalek | conf2: enhanced the interpreter so that it can parse... |
tree | commitdiff |
2006-04-20 |
Robert Spalek | small fixes |
tree | commitdiff |
2006-04-20 |
Robert Spalek | added CF_UNS, because (int*) and (uns*) are uncompatibl... |
tree | commitdiff |
2006-04-20 |
Robert Spalek | implemented parser of a single line and top-level secti... |
tree | commitdiff |
2006-04-20 |
Robert Spalek | the init-hook of the main section inserts a few nodes... |
tree | commitdiff |
2006-04-20 |
Robert Spalek | added declaration and initialization of sections |
tree | commitdiff |
2006-04-20 |
Pavel Charvat | fixes |
tree | commitdiff |
2006-04-20 |
Robert Spalek | cf_pool exported, journal not mandatory, and simplified... |
tree | commitdiff |
2006-04-20 |
Robert Spalek | separated size of bucket ID (4 vs 5) and size of pointe... |
tree | commitdiff |
2006-04-20 |
Pavel Charvat | Some description and corrections... |
tree | commitdiff |
2006-04-20 |
Robert Spalek | implemented journal and safe (re)loading of cf/files... |
tree | commitdiff |
2006-04-20 |
Pavel Charvat | minor changes to KMP: |
tree | commitdiff |
2006-04-20 |
Robert Spalek | parsers of basic types exported and got rid of the... |
tree | commitdiff |
2006-04-20 |
Robert Spalek | macros don't end by a comma, and CF_ITEMS/CF_END reintr... |
tree | commitdiff |
2006-04-20 |
Pavel Charvat | Removed KMP_ADD_EXTRA_VAR and some useless parenteses. |
tree | commitdiff |
2006-04-20 |
Robert Spalek | substantially changed the interface again |
tree | commitdiff |
2006-04-20 |
Pavel Charvat | custom arguments and return type of kmp_search replaced |
tree | commitdiff |
2006-04-20 |
Pavel Charvat | More changes in KMP: |
tree | commitdiff |
2006-04-20 |
Pavel Charvat | Removed old KMP completely |
tree | commitdiff |
next |