apps/pfixtools.git
2008-10-02 Florent BruneauTypo.
2008-10-02 Florent BruneauFix a valgrind warning in unit test runner.
2008-10-02 Florent BruneauBetter init.d script.
2008-10-01 Florent BruneauExample of init script.
2008-10-01 Florent BruneauFix cleanup. Improve logging.
2008-10-01 Florent BruneauImplements greylist database cleanup.
2008-10-01 Florent BruneauAdd doc about the new max_age parameter of the greylister.
2008-10-01 Florent BruneauAdd a test of the cleanup.
2008-10-01 Florent BruneauAdd entry deprecation in greylist.
2008-10-01 Florent BruneauAdd test for retry out of the retry_window.
2008-09-30 Florent BruneauAdd greylist tests.
2008-09-29 Florent BruneauMore tests.
2008-09-29 Florent BruneauMore testcases.
2008-09-29 Florent BruneauAdd a second testcase.
2008-09-29 Florent BruneauAdd test data.
2008-09-28 Florent BruneauStart adding tests for the filters.
2008-09-28 Florent BruneauAdd filter_test and move query parser in its own file.
2008-09-28 Florent BruneauMinor fix.
2008-09-28 Florent BruneauJust a few helpers.
2008-09-28 Florent Bruneaumprotect locked arrays.
2008-09-24 Florent BruneauNot so bad.
2008-09-24 Florent BruneauAdd the new filter type in configuration example.
2008-09-24 Florent BruneauFixes.
2008-09-24 Florent BruneauUse str.h functions for case insensitive comparisons.
2008-09-24 Florent BruneauImplements filtering.
2008-09-23 Florent BruneauStarts a "match" filter that compares a field of the...
2008-09-22 Florent BruneauSave 4bytes per entry of the trie.
2008-09-19 Florent BruneauReorder conf.
2008-09-19 Florent BruneauAdd server port in the example.
2008-09-19 Florent BruneauRead the port from the configuration file.
2008-09-18 Florent BruneauSimplify code.
2008-09-18 Florent BruneauConfiguration reloader for postlicyd.
2008-09-18 Florent BruneauAdd hook to refresh config on SIGHUP.
2008-09-17 Florent BruneauArray contains a "lock" flag, allowing "per array"...
2008-09-17 Florent BruneauSome improvements to the trie:
2008-09-17 Florent BruneauOops.
2008-09-17 Florent BruneauFix loop detection (we're on oriented graph).
2008-09-17 Florent BruneauRemove debug.
2008-09-17 Florent BruneauDeclare Array(void*).
2008-09-17 Florent BruneauStore param value length. Fix off-by-one.
2008-09-17 Florent BruneauCheck configuration for internal loops.
2008-09-16 Florent BruneauStrlist filter.
2008-09-16 Florent BruneauRename rbl to iplist since it can be whitelisting.
2008-09-16 Florent BruneauHop !
2008-09-16 Florent Bruneautypo.
2008-09-16 Florent BruneauUpdate conf.
2008-09-16 Florent BruneauRTrim strings.
2008-09-16 Florent BruneauFactorize PARSE_INT...
2008-09-16 Florent BruneauAdd a "special" return value: abort.
2008-09-16 Florent BruneauConfiguration example (and documentation).
2008-09-16 Florent BruneauCan set an entry point per protocol-state.
2008-09-15 Florent BruneauFilter runner logs.
2008-09-15 Florent BruneauMore logs in greylister... need tests.
2008-09-15 Florent BruneauGreylist filter.
2008-09-15 Florent BruneauImplements filter runner.
2008-09-15 Florent Bruneaufilter_params_t -> filter_param_t
2008-09-15 Florent BruneauTokenize params too.
2008-09-15 Florent BruneauTokenize hook names.
2008-09-13 Florent BruneauGenerated token list by parsing the sources.
2008-09-13 Florent Bruneaurbl filter implementation.
2008-09-13 Florent BruneauFix order of linkage to setup modules in a correct...
2008-09-13 Florent Bruneauforeach() semantic for arrays, improves configuration...
2008-09-13 Florent BruneauFix off-by-one.
2008-09-12 Florent BruneauAdd array_lock and array_unlock.
2008-09-12 Florent BruneauSwitch to array_t and feed the filters from config.
2008-09-12 Florent BruneauAdd the A() macro to get the array type.
2008-09-12 Florent BruneauAdd array framework that works with any type.
2008-09-12 Florent BruneauCleanup.
2008-09-12 Florent BruneauFix config parser.
2008-09-12 Florent BruneauInitial version of the parser.
2008-09-12 Florent BruneauFactorize code to map a file into memory.
2008-09-12 Florent BruneauPrepare filter and config design.
2008-09-11 Florent BruneauUpdate guards.
2008-09-11 Florent BruneauHighly reduce the number of allocations required to...
2008-09-11 Florent BruneauPublish trie_lock and trie_unlock.
2008-09-11 Florent BruneauAdd protection against lookup in not compiled trie...
2008-09-11 Florent BruneauAdd show_content parameter to trie_inspect().
2008-09-11 Florent BruneauFix duplicate management.
2008-09-11 Florent BruneauEnglish.
2008-09-11 Florent BruneauMore informations in trie_inspect.
2008-09-11 Florent BruneauAdd shrink and memblock.
2008-09-11 Florent BruneauSmaller memory footprint.
2008-09-10 Florent BruneauFix m_strncpy() speed issue.
2008-09-10 Florent BruneauCompacter trie, reduce the number of allocations.
2008-09-10 Florent BruneauMore tests and fixes.
2008-09-10 Florent BruneauLookup tests.
2008-09-10 Florent BruneauAdd tst-trie to gitignore.
2008-09-10 Florent BruneauFixes and add small tests.
2008-09-10 Florent BruneauInitial implementation of a patricia-trie str->boolean.
2008-09-10 Florent BruneauMissing error report, and fix error in binary search.
2008-09-09 Florent BruneauPrepare tokenizer for filter names.
2008-09-09 Florent BruneauAllow make install-progname without running make progname.
2008-09-09 Florent BruneauCleanup source structure.
2008-09-09 Florent BruneauUseless.
2008-09-09 Florent BruneauCleanup, fix memleaks.
2008-09-08 Florent BruneauClose the listeners on exit.
2008-09-08 Florent BruneauSimplify.
2008-09-08 Florent BruneauWorking policy daemon.
2008-09-08 Florent BruneauAdd comments to the greylist algorithm.
2008-09-08 Florent BruneauMore readable.
next