Write a postlicyd(8) man page.
[apps/pfixtools.git] / postlicyd / main-postlicyd.c
2009-01-11 Pierre HabouzitWrite a postlicyd(8) man page.
2009-01-11 Pierre HabouzitFix the copyright and licensing stuff.
2009-01-09 Florent BruneauFix typo.
2008-11-11 Florent Bruneaupfixtools 0.5.
2008-11-11 Florent BruneauAvoid useless strlen, faster query_format.
2008-11-10 Florent BruneauAdd log_format configuration variable.
2008-11-10 Florent BruneauCleanup start/refresh.
2008-11-10 Florent BruneauSilent check-conf in case of success.
2008-11-09 Florent BruneauCleanup configuration parser, add 'check-conf' option.
2008-10-17 Florent BruneauVersion 0.4
2008-10-17 Florent BruneauImprove logging.
2008-10-17 Florent BruneauFactorize code, can use ${protocol_state} and ${protoco...
2008-10-16 Florent BruneauCleanup server.h/c.
2008-10-14 Florent BruneauMerge commit 'pan/master' into not-linux
2008-10-13 Florent BruneauAdd counters to the context. This counters allow to...
2008-10-12 Florent BruneauFixes and wait for the end of request before refreshing...
2008-10-12 Florent BruneauSwitch to libev.
2008-10-12 Florent BruneauLet say this is postlicyd 0.3.
2008-10-12 Florent BruneauAllow query-format strings in answers.
2008-10-12 Florent BruneauDon't reload when an asynchronous filter is running.
2008-10-11 Florent BruneauMany fixes.
2008-10-11 Florent BruneauAsynchronous DNS queries on iplist.
2008-10-10 Florent BruneauBasic support for async filters.
2008-10-07 Florent BruneauAdd event to interrupt the server_loop.
2008-10-07 Florent BruneauReduce verbosity.
2008-10-06 Florent BruneauImprove logging again.
2008-10-06 Pierre Habouzit64bits fixes.
2008-10-05 Florent BruneauMerge branch 'master' into with-dns-bl
2008-10-04 Florent BruneauFix startup sequence.
2008-10-04 Florent BruneauEnsure config is properly unloaded.
2008-10-04 Florent BruneauCleanup logging.
2008-10-03 Florent BruneauLog filter result.
2008-10-02 Florent BruneauCleanup daemon startup.
2008-09-28 Florent BruneauAdd filter_test and move query parser in its own file.
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-16 Florent BruneauAdd a "special" return value: abort.
2008-09-16 Florent BruneauCan set an entry point per protocol-state.
2008-09-15 Florent BruneauMore logs in greylister... need tests.
2008-09-15 Florent BruneauImplements filter runner.
2008-09-12 Florent BruneauFix config parser.
2008-09-12 Florent BruneauPrepare filter and config design.
2008-09-09 Florent BruneauPrepare tokenizer for filter names.
2008-09-09 Florent BruneauCleanup source structure.