Commits
- Commit:
9fe864523864b99bc3c7d026c728053a9de6a48e
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Make sure we export the symbol
- Commit:
c0cbab9443d278a4078c41c7c6f19a7f21798dba
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Things work better if you initialize them
- Commit:
813c2b3033915096806ef209679465a48963a4b8
- From:
- Kirill A. Korinsky <kirill@korins.ky>
- Date:
Added tx-reset to man page
- Commit:
f8c5e10bf875054fa615d67c60f84ae2986fdfd5
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add support for tx-reset report and use that to clean up local_message.
- Commit:
0a1c0aa333ea4415f00eea875bc6dfe967e2cfda
- From:
- Kirill A. Korinsky <kirill@korins.ky>
- Date:
Rename disconnect to session_status
- Commit:
c3e8d2568710c9e580b7772942d7a8137ceed077
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
If a application local session or message storage fails, send a disconnect
to smtpd, and don't call any of the callback functions.
This is a work in progress and should be considered carefully
- Commit:
7bc4d7c9959e45c21425a193ef38eb0034b03f95
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Revert accidentally commited debug bits
- Commit:
d7bb6a7c97fdb4d844f9ddf1ea85d85832907b4d
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Bump minor after previous addition
- Commit:
5afa04657049aeb60e30c522938856f95c3a523f
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add "void" to _io_init()
From chrisz@
- Commit:
07ed5a889e3c2e36a83f3ec2d51b1f69ba4c2822
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Export osmtpd_filter_rewrite.
From chrisz@
- Commit:
58a6bc69bbda6ff4b5c1ec0b918afb31d42b4e10
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
add osmtpd_register_report_auth() and friends.
Initial diff from Martin Kjaer Jorgensen (me <at> lagy <dot> org)
- Commit:
681d8d4923321c8caf195fd32a7682c98b61ec07
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Only call event_del if struct event has been initialized AND has events pending.
This shaves off another large chunk of the kevent array.
- Commit:
5f7c62fa4d1a3b756119f7e279c5753036c3e9d1
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
pause stdout io when handling input.
It's not going to be scheduled while we're still in the parsing input codepath
and it causes a massive build-up of the kevent array in libevent, resulting in
high memory usage never released.
- Commit:
24587d39df0893249ec70e21ad4c1ae6384587f1
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Shuffle some deckchairs
- Commit:
0dcc8bb7de138b2bab243c6a1b4ea9e2690967fe
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add LICENSE
requested by rak@debian to appease the license inquisition.
- Commit:
98c7d52bb7f1ea9144c8ff4e0befdf998728c8fe
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
install -D requires a full target.
Reminded by rak@debian
- Commit:
48b3e268488a53bc560b785fa3906c4f9caf97be
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Major overhaul from Makefile.gnu. Lots of help from:
Ryan Kavanagh <rak@debian.org>
- Commit:
e5f09156d317ad71aad9e90b4ad3457dff87ebb0
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Fix spelling mistake
From: Ryan Kavanagh <rak@debian.org>
- Commit:
2cae084d7ab6cc4a6cc7d4d7d8402291bda6d385
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
0 is outgoing connections, not 2.
Pointed out by Edgar Pettijohn <edgar <at> pettijohn-web <dot> com>
- Commit:
3fd8a04a35cd82a93225d036c26f321ddb81ad2e
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
If we say we're registering on report, don't try a filter
- Commit:
adebfe7ca6a3738adf2246bcc87552914348c30a
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Use event_loopexit(3) instead of exit(3) so that we can do some potential cleanup in the application
- Commit:
34f87d66a849d11bdcfa5326ddfcb354d05d077d
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Only call conf_cb if it's been set...
- Commit:
f3705fdbf0d158f2fa6bffdccb37b390dc800da6
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
When it was correct to have minor set to 1 I changed it as the idiot I was...
- Commit:
2029083fdc575762f4fc67364b8aa67034070023
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Add support for osmtpd_register_conf
- Commit:
53b354a9b87cfe0696ef8411dec25f45b7ca6f41
- From:
- Martijn van Duren <martijn@openbsd.org>
- Date:
Prepare for opensmtpd protocol version 0.6.
While here, 1 minor markup thingy