projects
/
apps
/
pfixtools.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
apps/pfixtools.git
2008-09-17
Florent Bruneau
Some improvements to the trie:
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Florent Bruneau
Oops.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Florent Bruneau
Fix loop detection (we're on oriented graph).
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Florent Bruneau
Remove debug.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Florent Bruneau
Declare Array(void*).
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Florent Bruneau
Store param value length. Fix off-by-one.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-17
Florent Bruneau
Check configuration for internal loops.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Florent Bruneau
Strlist filter.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Florent Bruneau
Rename rbl to iplist since it can be whitelisting.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Florent Bruneau
Hop !
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Florent Bruneau
typo.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Florent Bruneau
Update conf.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Florent Bruneau
RTrim strings.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Florent Bruneau
Factorize PARSE_INT...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Florent Bruneau
Add a "special" return value: abort.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Florent Bruneau
Configuration example (and documentation).
commit
|
commitdiff
|
tree
|
snapshot
2008-09-16
Florent Bruneau
Can set an entry point per protocol-state.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-15
Florent Bruneau
Filter runner logs.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-15
Florent Bruneau
More logs in greylister... need tests.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-15
Florent Bruneau
Greylist filter.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-15
Florent Bruneau
Implements filter runner.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-15
Florent Bruneau
filter_params_t -> filter_param_t
commit
|
commitdiff
|
tree
|
snapshot
2008-09-15
Florent Bruneau
Tokenize params too.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-15
Florent Bruneau
Tokenize hook names.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-13
Florent Bruneau
Generated token list by parsing the sources.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-13
Florent Bruneau
rbl filter implementation.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-13
Florent Bruneau
Fix order of linkage to setup modules in a correct...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-13
Florent Bruneau
foreach() semantic for arrays, improves configuration...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-13
Florent Bruneau
Fix off-by-one.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-12
Florent Bruneau
Add array_lock and array_unlock.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-12
Florent Bruneau
Switch to array_t and feed the filters from config.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-12
Florent Bruneau
Add the A() macro to get the array type.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-12
Florent Bruneau
Add array framework that works with any type.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-12
Florent Bruneau
Cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-12
Florent Bruneau
Fix config parser.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-12
Florent Bruneau
Initial version of the parser.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-12
Florent Bruneau
Factorize code to map a file into memory.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-12
Florent Bruneau
Prepare filter and config design.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
Florent Bruneau
Update guards.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
Florent Bruneau
Highly reduce the number of allocations required to...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
Florent Bruneau
Publish trie_lock and trie_unlock.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
Florent Bruneau
Add protection against lookup in not compiled trie...
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
Florent Bruneau
Add show_content parameter to trie_inspect().
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
Florent Bruneau
Fix duplicate management.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
Florent Bruneau
English.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
Florent Bruneau
More informations in trie_inspect.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
Florent Bruneau
Add shrink and memblock.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-11
Florent Bruneau
Smaller memory footprint.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Florent Bruneau
Fix m_strncpy() speed issue.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Florent Bruneau
Compacter trie, reduce the number of allocations.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Florent Bruneau
More tests and fixes.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Florent Bruneau
Lookup tests.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Florent Bruneau
Add tst-trie to gitignore.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Florent Bruneau
Fixes and add small tests.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Florent Bruneau
Initial implementation of a patricia-trie str->boolean.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-10
Florent Bruneau
Missing error report, and fix error in binary search.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Florent Bruneau
Prepare tokenizer for filter names.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Florent Bruneau
Allow make install-progname without running make progname.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Florent Bruneau
Cleanup source structure.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Florent Bruneau
Useless.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-09
Florent Bruneau
Cleanup, fix memleaks.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Florent Bruneau
Close the listeners on exit.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Florent Bruneau
Simplify.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Florent Bruneau
Working policy daemon.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Florent Bruneau
Add comments to the greylist algorithm.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Florent Bruneau
More readable.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Florent Bruneau
Factorize code.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Florent Bruneau
Switch srsd to the server structure.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Florent Bruneau
Don't loose typing.
commit
|
commitdiff
|
tree
|
snapshot
2008-09-08
Florent Bruneau
Abstract server loop.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Pierre Habouzit
bad typing
commit
|
commitdiff
|
tree
|
snapshot
2007-12-02
Pierre Habouzit
Make the greylist configuration public.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-02
Pierre Habouzit
Threads are just such a bad idea…
commit
|
commitdiff
|
tree
|
snapshot
2007-12-02
Pierre Habouzit
missing guard
commit
|
commitdiff
|
tree
|
snapshot
2007-12-02
Pierre Habouzit
fix buffer module.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-02
Pierre Habouzit
Refactor epoll module.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-02
Pierre Habouzit
refactor.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-02
Pierre Habouzit
Implement buffer_write.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
Use epoll
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
Use a conveniency library.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
Have a slightly better event loop.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
postfix uses \n not \r. Also fix a typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
fix SIGINT in the blocking mode for linux.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
Simplify sigint handler.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
we must copy the closure temporarily.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
add option to prevent daemonization
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
listen on a port (postlicyd)
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
Add new APIs
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
Reorganize code slightly
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
We don't need a separate module here.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
Plug the postfix policy query parsing again.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Pierre Habouzit
prepare hooking of policy.c module.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-30
Pierre Habouzit
greylist initializer.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-30
Pierre Habouzit
Begin work on the greylist module.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-30
Pierre Habouzit
Have a generic pidfile API.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-30
Pierre Habouzit
Implement usage
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Pierre Habouzit
move license in mk/
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Pierre Habouzit
Add a threading framework
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Pierre Habouzit
simplifications
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Pierre Habouzit
Use even more magic.
commit
|
commitdiff
|
tree
|
snapshot
next