apps/pfixtools.git
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.
2007-12-01 Pierre HabouzitPlug the postfix policy query parsing again.
2007-12-01 Pierre Habouzitprepare hooking of policy.c module.
2007-11-30 Pierre Habouzitgreylist initializer.
2007-11-30 Pierre HabouzitBegin work on the greylist module.
2007-11-30 Pierre HabouzitHave a generic pidfile API.
2007-11-30 Pierre HabouzitImplement usage
2007-11-29 Pierre Habouzitmove license in mk/
2007-11-29 Pierre HabouzitAdd a threading framework
2007-11-29 Pierre Habouzitsimplifications
2007-11-29 Pierre HabouzitUse even more magic.
2007-11-29 Pierre HabouzitHave an epoll module.
2007-11-29 Pierre Habouzitcommon module updates.
2007-11-29 Pierre Habouzitremove stupid inlines
2007-09-01 Pierre HabouzitRefactoring.
2007-09-01 Pierre Habouzitrenames
2007-09-01 Pierre HabouzitMerge daemon.c into common.c
2007-09-01 Pierre HabouzitMerge daemon.h in common.h
2007-08-30 Pierre HabouzitUseless function
2007-08-30 Pierre HabouzitBetter handling of forking and exiting and signals.
2007-08-30 Pierre HabouzitUse pidfile in initscript.
2007-08-30 Pierre HabouzitFix typo, and use the privileges drop.
2007-08-30 Pierre HabouzitAdd a function to drop privileges.
2007-08-29 Pierre HabouzitDebian packaging.
2007-08-29 Pierre HabouzitSpurious copyright header, and add an install target...
2007-08-29 Pierre HabouzitSupport a pidfile.
2007-08-29 Pierre HabouzitStrip whitespace for secrets
2007-08-29 Pierre HabouzitRename srsd into pfix-srsd.
2007-08-29 Pierre HabouzitAdd daemon_detach, and use it.
2007-08-29 Pierre HabouzitMore homogeneous name: tcp_listen -> tcp_listen_nonblock.
2007-08-29 Pierre HabouzitRename project -> pfixtools.
2007-08-29 Pierre HabouzitAhem, use non blocking IO. silly me.
2007-08-29 Pierre HabouzitFor the sake of completeness:
2007-08-29 Pierre HabouzitSmall fix: tcp_table(5) should not end with \r\n but \n.
2007-08-29 Pierre HabouzitDon't hardcode srsd as the daemon name, use a define.
2007-08-29 Pierre HabouzitSrs tcp_table(5) daemon.
2007-08-29 Pierre HabouzitSpecial buffer initializer
2007-08-27 Pierre HabouzitMore simplifications, prepare the path to be a real...
2007-08-27 Pierre HabouzitSimplifications, style.
2007-08-27 Pierre Habouzitthat style of mine 2 years ago hurt my eyes
2007-08-27 Pierre HabouzitClean tests on clean.
2007-08-27 Pierre Habouzitfix makefile
2007-08-27 Pierre HabouzitLot of work on postlicyd, also make the repository...
2007-08-23 Pierre Habouzitrefactor
2007-08-23 Pierre HabouzitMore administrivia.
next