Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-03-12 | remove need for .config file | Johannes Berg | 1 | -12/+13 | |
2011-03-12 | make debugging dynamic | Johannes Berg | 1 | -17/+1 | |
2011-03-06 | Add signature.o back to the build | Ron | 1 | -2/+2 | |
And drop a stray tab in the prerequisites. | |||||
2011-02-27 | remove -ldl | Johannes Berg | 1 | -1/+1 | |
2011-02-27 | build in all backend plugins | Johannes Berg | 1 | -16/+2 | |
2011-02-27 | rename mailtrain to pipe | Johannes Berg | 1 | -2/+2 | |
2011-02-27 | be packaging friendly | Daniel Hokka Zakrisson | 1 | -11/+11 | |
2011-02-27 | make backend selection at runtime | Daniel Hokka Zakrisson | 1 | -21/+19 | |
2009-06-06 | corrected Makefile setting | Alexander Sulfrian | 1 | -1/+1 | |
changed -lssl from CFLAGS to LDFLAGS to remove warning | |||||
2009-06-03 | fixed sha1 calc, removed tmpdir, create spam and ham dirs | Alexander Sulfrian | 1 | -0/+3 | |
fixed the calc of the sha1 hash (many of by 1s) include -lssl in the cflags removed unused tmpdir create spamdir and hamdir before writing mails to it | |||||
2009-03-24 | Fix Makefile to use DESTDIR when installing for easier packaging. | Evan Broder | 1 | -1/+1 | |
Signed-off-by: Evan Broder <broder@mit.edu> | |||||
2008-11-05 | Makefile fixes | Eugene | 1 | -2/+4 | |
fix Makefile to be usable with gmake on FreeBSD 6.1, fix installed plugin permissions | |||||
2008-09-18 | make proper version | Johannes Berg | 1 | -2/+2 | |
2008-06-02 | add git version to plugin | Johannes Berg | 1 | -2/+5 | |
2008-05-31 | fix CC and HOSTCC vars | Johannes Berg | 1 | -2/+2 | |
2008-05-31 | auto-detect dovecot version | Johannes Berg | 1 | -27/+26 | |
2008-05-31 | clean up building a bit | Johannes Berg | 1 | -6/+5 | |
2008-05-30 | allow .config to add cflags | Johannes Berg | 1 | -1/+1 | |
2008-05-20 | include -Wall in CFLAGS | Johannes Berg | 1 | -1/+1 | |
2008-04-26 | shuffle some code, add _id for 1.1 plugin | Johannes Berg | 1 | -0/+2 | |
2008-04-21 | allow configuring user/group for installed binary | David Reid | 1 | -1/+1 | |
This patch essentially allows you to configure the user and group that are used for the installed binary :-) | |||||
2008-04-19 | add verbose debugging | Johannes Berg | 1 | -0/+4 | |
2008-03-20 | add keyword hook, work in progress | Johannes Berg | 1 | -0/+1 | |
2008-03-16 | autoget Dovecot plugin dir | Steffen Kaiser | 1 | -0/+5 | |
2007-10-15 | use -Wextra | Johannes Berg | 1 | -1/+1 | |
2007-10-14 | use $(CONFIG) everywhere | Johannes Berg | 1 | -3/+3 | |
2007-10-14 | clean all .so files | Johannes Berg | 1 | -1/+1 | |
2007-10-14 | allow setting plugin name from config, using CONFIG=conffile instead of .config | Johannes Berg | 1 | -6/+7 | |
2007-10-02 | change build system a bit | Johannes Berg | 1 | -5/+8 | |
Before this change it used to rm $objs after building, also this change introduces a new PLUGIN_NAME variable so you can override the plugin name from the make command line. | |||||
2007-10-01 | fix crm114 build bug | Johannes Berg | 1 | -0/+3 | |
2007-10-01 | fix error in config handling | Johannes Berg | 1 | -1/+1 | |
2007-10-01 | don't configure a backend by default and make a nice error for that case | Johannes Berg | 1 | -0/+7 | |
2007-10-01 | add non-working SQL logger backend | Johannes Berg | 1 | -0/+4 | |
It doesn't work with sqlite for the following reasons: (1) sqlite is buggy and needs sql_connect() before starting a transaction although the API states that isn't the case (2) sqlite doesn't understand ON DUPLICATE (1) leads to a segfault when used with dict-proxy. Also see the comment in the source code for the broken transaction handling in this backend. | |||||
2007-10-01 | rename, add install target | Johannes Berg | 1 | -3/+6 | |
2007-10-01 | start box plugin experiment, seems not to work | Johannes Berg | 1 | -11/+14 | |
2007-09-30 | Make it build against dovecot 1.1 | Johannes Berg | 1 | -0/+2 | |
Untested, use at your own risk, mostly consisted of copying changes from the cmd-copy.c implementation into plugin.c. | |||||
2007-09-30 | grammar fix | Johannes Berg | 1 | -1/+1 | |
2007-09-30 | seems to work | Johannes Berg | 1 | -2/+5 | |
2007-09-30 | start of rewrite | Johannes Berg | 1 | -0/+53 | |