aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update configure.acfilter-luaGilles Chehade2016-07-061-0/+1
* experimental filter-luagilles2016-07-064-0/+507
* remove all experimental filters from -extrasgilles2016-07-0633-5858/+0
* disable entering sub directories for experimental filtersgilles2016-07-061-40/+0
* disable build of all filters except for infra ones: monkey, stub, trace, voidgilles2016-07-061-190/+8
* Merge branch 'master' of ssh://ssh.github.com/OpenSMTPD/OpenSMTPD-extrasgilles2016-07-063-53/+57
|\
| * remove filter_api_{g,s}et_udata functionsEric Faurot2016-07-063-53/+57
* | set_udata / get_udata are deprecated now that we have session/transaction allocatorsgilles2016-07-061-21/+0
|/
* merge parse_response in proceedgilles2016-07-051-3/+3
* Merge branch 'master' of ssh://ssh.poolp.org/git/opensmtpd-extrasgilles2016-07-054-31/+491
|\
| * removegilles2016-07-051-234/+0
| * Merge pull request #37 from mischapeters/masterGilles Chehade2016-07-055-31/+725
| |\
| | * Added table-mysql manual and default config fileMischa Peters2016-07-042-40/+100
| | * changed SQL statementsMischa Peters2016-07-043-15/+482
| | * Changed MdocdateMischa Peters2016-07-041-1/+9
| | * Added default config file, more content around exampleMischa Peters2016-07-042-7/+82
| | * Added a lot more context to the sqlite queries and optionsMischa Peters2016-07-031-0/+2
| | * Added a lot more context to the sqlite queries and optionsMischa Peters2016-07-031-30/+112
| |/
* / remove experimental .mk, filter works though it needs to be fixedgilles2016-07-051-1/+0
|/
* Properly handle BEGIN COMMIT/ROLLBACK event sequences.Eric Faurot2016-06-2911-139/+216
* mv resolve out of rspamd.c to temporary filegilles2016-06-273-45/+82
* trigger IO_LOWAT when streaming back filegilles2016-06-271-2/+3
* when processing buffered data in stream back to daemon, free lines...gilles2016-06-261-0/+2
* fix includes in all filtersgilles2016-06-269-27/+8
* include smtpd-api.h onlygilles2016-06-261-3/+1
* include smtpd-api.h onlygilles2016-06-261-5/+1
* fix headersgilles2016-06-261-3/+1
* import smtpd-api.hgilles2016-06-261-3/+1
* import smtpd-api.h in filter_voidgilles2016-06-261-3/+1
* remove limit option code, needs reworkJoerg Jung2016-06-251-17/+3
* avoid varibale warningJoerg Jung2016-06-251-2/+2
* remove tx->error, it is no longer used, cosmethic changes while at itgilles2016-06-252-24/+8
* add comments to clarify that accept/reject is asynchronously triggered for DATA and EOMgilles2016-06-251-1/+2
* filter_rspamd.c should consider session / transaction as opaque structuresgilles2016-06-253-23/+77
* cosmethic changegilles2016-06-251-9/+6
* when releasing a transaction and all its resources, actually release the transaction...gilles2016-06-251-0/+2
* when disconnecting, make sure to release buffered datagilles2016-06-251-0/+2
* not dereferencing a bogus pointer is probably better...gilles2016-06-251-1/+1
* if EVENT_DISCONNECT is received before we get a chance to commit/rollback,gilles2016-06-251-1/+6
* when multiple RCPT are received, pass them all to rspamd, while atgilles2016-06-253-20/+33
* setup iobuf / io in transaction allocator, otherwise if a reset happensgilles2016-06-241-2/+3
* plug leakgilles2016-06-241-0/+8
* don't greylist until filter is finishedgilles2016-06-241-2/+6
* convert wip rspamd filter to new data buffering APIgilles2016-06-248-159/+295
* completely separate session and transaction datagilles2016-06-243-206/+213
* add transaction allocator/destructor interfacegilles2016-06-242-3/+61
* switch from filter_api_get_udata to filter_api_sessiongilles2016-06-243-17/+17
* session_allocator / session_destructor APIgilles2016-06-242-0/+34
* fix headers inclusion + disable rspamd for nowgilles2016-06-249-63/+66
* add missing filesgilles2016-06-244-0/+1806