aboutsummaryrefslogtreecommitdiffstats
path: root/src/lmtp_proto.c
Commit message (Collapse)AuthorAgeFilesLines
* * Implement new system of async events handling (experimental)Vsevolod Stakhov2009-09-221-9/+11
|
* * Add http maps supportVsevolod Stakhov2009-07-211-1/+1
|
* * Add urls output to urls commandVsevolod Stakhov2009-07-021-8/+8
| | | | * Improve performance of dispatcher by avoiding double allocating and copying of dynamic buffers
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-6/+7
|
* * Unify socket creation and accepting by using utility functionsVsevolod Stakhov2009-03-031-14/+3
| | | | | | | * Check SO_ERROR on socket immideately after connect/bind to avoid resourses allocation for unsuccessful connections * Avoid descriptors leakage when we create sockets and have errors on them * Set on all socket descriptors FD_CLOEXEC flag to avoid problems with executing LDA
* * Remove %m from logging it seems to be unsupported by FreeBSD printf versionVsevolod Stakhov2009-03-021-4/+4
|
* * Add support of LMTP/SMTP deliveryVsevolod Stakhov2009-02-251-16/+238
|
* * Fix memory corruption and lmtp handlingVsevolod Stakhov2009-02-251-33/+107
| | | | * Add e-mail address validation in lmtp
* * Add initial LMTP support and LDA delivery to rspamdVsevolod Stakhov2009-02-241-0/+380