apps/pfixtools.git
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.
2008-09-08 Florent BruneauFactorize code.
2008-09-08 Florent BruneauSwitch srsd to the server structure.
2008-09-08 Florent BruneauDon't loose typing.
2008-09-08 Florent BruneauAbstract server loop.
2007-12-03 Pierre Habouzitbad typing
2007-12-02 Pierre HabouzitMake the greylist configuration public.
2007-12-02 Pierre HabouzitThreads are just such a bad idea…
2007-12-02 Pierre Habouzitmissing guard
2007-12-02 Pierre Habouzitfix buffer module.
2007-12-02 Pierre HabouzitRefactor epoll module.
2007-12-02 Pierre Habouzitrefactor.
2007-12-02 Pierre HabouzitImplement buffer_write.
2007-12-01 Pierre HabouzitUse epoll
2007-12-01 Pierre HabouzitUse a conveniency library.
2007-12-01 Pierre HabouzitHave a slightly better event loop.
2007-12-01 Pierre Habouzitpostfix uses \n not \r. Also fix a typo.
2007-12-01 Pierre Habouzitfix SIGINT in the blocking mode for linux.
2007-12-01 Pierre HabouzitSimplify sigint handler.
2007-12-01 Pierre Habouzitwe must copy the closure temporarily.
2007-12-01 Pierre Habouzitadd option to prevent daemonization
2007-12-01 Pierre Habouzitlisten on a port (postlicyd)
2007-12-01 Pierre HabouzitAdd new APIs
2007-12-01 Pierre HabouzitReorganize code slightly
2007-12-01 Pierre HabouzitWe don't need a separate module here.
next