2006-04-30 |
Martin Mares | Renamed conf-test.t to conf-test.cf, because .t usually... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Martin Mares | When diffing for mail reports, detect renames and copies. |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Martin Mares | Replaced the DARY_ALLOC by a comment explaining when... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Robert Spalek | conf: handle NULL dynamic arrays before calling commit... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Martin Mares | Removed trailing whitespaces. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Robert Spalek | conf2: improved error messages (# of item in a list... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Robert Spalek | conf2: initialize dynamic arrays so that they are not... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Martin Mares | Introduced a configuration post-processor sherlock... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Robert Spalek | conf2: allow :clear on string attributes |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Robert Spalek | conf2 header: added (c) and #ifdef |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Robert Spalek | conf2: source files references in header files, and... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Robert Spalek | conf2.c split into 7 smaller modules conf-*.c with... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Pavel Charvat | typo |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Martin Mares | The --dumpconfig option stops the program after dumping. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Martin Mares | Improved comments. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Martin Mares | Added stk_strjoin() as well. |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Martin Mares | Added a function for joining an array of strings, using... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Robert Spalek | conf2: fixed 2 bugs in parsing nested configuration... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | split conf2.h into conf.h and getopt.h |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | conf: remove the old configuration mechanism whatsoever |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Martin Mares | Removed the cf/sherlock2 hack (will move the config... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | conf2: postponing of commits fixed |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | conf2: fix appending to a dynamic array set to NULL |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | conf2: when loading the initial configuration, commit... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | conf2: polished error messages of commit-hooks |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | shell/config: check the default value from the command... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | shell/config: upgraded to use conf2 instead of conf |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Martin Mares | Cleaned up access-lists. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | conf2: unified clist operations with the rest of Sherlock |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | conf2: list operation duplicate -> copy, and support... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | conf2: implemented list operation duplicate |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | add a name of the user-defined type |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | conf2: dumper of the configuration polished; support... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | conf2: dumping of NULL strings polished |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Robert Spalek | conf2: export low-level journalling functions for the... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Martin Mares | The addrmask type has its own dumper now. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Martin Mares | Lookup lists are no longer char**, but byte**. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Martin Mares | Dumpers don't return anything, especially not a void... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Martin Mares | If CONFIG_DEBUG is enabled, all programs support a... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Robert Spalek | conf2: lookup tables are byte** instead of char** |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | conf2: include <getopt.h> again, it's tedious to write... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | CF_LOOKUP lists must end with NULL. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | ipaccess filters now use CF_USER for (addr,mask) pairs... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | Use CF_LOOKUP. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | Don't end error messages with a comma. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | conf2: dynamic arrays allow negative maximal length |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | More ipaccess work-arounds (will be gone soon). |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | conf: parsing IP address fixed |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | conf2: add 2 ASSERT's on checking the user-defined... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | conf2: added support for user-defined types (tested... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | Fixed operator priorities in cf_parse_ip(). |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | conf2: add basic type CT_LOOKUP that maps strings to... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | A preliminary version of the new ipaccess module. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | Added CF_ARY_NUM and CF_JOURNAL_VAR. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Pavel Charvat | - fixed accepted double 0x prefix ("0x0x12345678") and |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Martin Mares | The "don't cf_load on error exit" optimization was... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Martin Mares | bopen_safe() in conf2 was leaking file descriptors... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Martin Mares | Started moving configuration sections to cf/sherlock2. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Martin Mares | Don't load the default config file when an invalid... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Robert Spalek | conf2: damn, I of course forgot to get rid of a debug... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Robert Spalek | conf2: implemented committing only dirty sections |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Robert Spalek | conf2: correct unescaping of C-strings |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Pavel Charvat | fixed escape sequences parser |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Pavel Charvat | Simple parser for escape sequences. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Robert Spalek | conf2: report a bug when mixing line- and block- syntax... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Robert Spalek | conf2: insert a node into a list as soon as possible... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Martin Mares | Pointers to lists should be relative to current section... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | lib: revert unwanted commit |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | lib: converted to use conf2.c instead of conf.c |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: tested a few more test-cases and fixed/polished... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: sorry, fix the commit-hook messages |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: fix commit hooks |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: MJ's objections taken care of |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: bugfixes in journaling |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: verified and fixed all parsers |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: fixed journaling of list operations |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: lists seem to be debugged |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: 2 bugfixes concerning dynamic arrays and lists |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: debug dumping of memory into a fastbuf partially... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: another bug hunted |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: removed handling of dirty pages |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: debugged a lot |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: journaling of lists still doesn't work, doubles... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2-test: add a simple tester configuration file |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: several bugfixes, and added interpolation of... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: call commit-hooks on dirty sections |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | ipaccess: move here temporarily cf_parse_ip() |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf: comment out parsers before I get rid of the modul... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: fill in the skeleton of the tester |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2.c: enable the journal by default |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: added interface for accessing cf_items from... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: implemented a command-line parser and sections... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: full implementation of the parser; only command... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Robert Spalek | conf2: added a parser for IP addresses |
commit | commitdiff | tree | snapshot |
next |