Wed, 27 Aug 2014 14:25:26 +0500 Give session a chance to init its imsgev. Let session initiate the
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 27 Aug 2014 14:25:26 +0500] rev 33
Give session a chance to init its imsgev. Let session initiate the process of MAILDROP_INIT. Maildrop now sets up itself and waits for MAILDROP_INIT from session. This would now eliminate the doubt in the earlier setup when priv process forks and the child gets cpu slice first before parent which sends MAILDROP_INIT to an uninitialized imsgev.
Wed, 27 Aug 2014 12:47:09 +0500 mtype, mpath are accessible to maildrop, simplify setup parameters.
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 27 Aug 2014 12:47:09 +0500] rev 32
mtype, mpath are accessible to maildrop, simplify setup parameters.
Wed, 27 Aug 2014 11:50:11 +0500 Rename to differentiate setup and init operations.
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 27 Aug 2014 11:50:11 +0500] rev 31
Rename to differentiate setup and init operations.
Wed, 27 Aug 2014 10:36:03 +0500 Bounds check array index. Fixes a crash when len == 1.
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 27 Aug 2014 10:36:03 +0500] rev 30
Bounds check array index. Fixes a crash when len == 1.
Sat, 23 Aug 2014 19:07:45 +0500 First clear io then iobuf.
Sunil Nimmagadda <sunil@nimmagadda.net> [Sat, 23 Aug 2014 19:07:45 +0500] rev 29
First clear io then iobuf.
Sat, 23 Aug 2014 09:19:50 +0500 Latest changes from upstream with commit message...
Sunil Nimmagadda <sunil@nimmagadda.net> [Sat, 23 Aug 2014 09:19:50 +0500] rev 28
Latest changes from upstream with commit message... When the three possible return values are -1, 0, and 1, != 1 is the same as <= 0. And the latter is the normal idiom so use that. ok claudio@ henning@
Wed, 20 Aug 2014 21:46:02 +0500 Prepend session id to the log message.
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 20 Aug 2014 21:46:02 +0500] rev 27
Prepend session id to the log message.
Thu, 29 May 2014 16:02:35 +0500 knf and whitespace fixes. v1.0
Sunil Nimmagadda <sunil@nimmagadda.net> [Thu, 29 May 2014 16:02:35 +0500] rev 26
knf and whitespace fixes.
Wed, 28 May 2014 16:37:41 +0500 Fix a crash during concurrent sessions TIMEOUT reported by James
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 28 May 2014 16:37:41 +0500] rev 25
Fix a crash during concurrent sessions TIMEOUT reported by James Turner (#5). imsgev_close schedules(event_add) iev and the event struct is free-ed before the event is dispatched. Include string.h after recent libressl changes.
Fri, 02 May 2014 19:17:38 +0500 Pull in latest changes for iobuf/ioev from smtpd.
Sunil Nimmagadda <sunil@sunilnimmagadda.com> [Fri, 02 May 2014 19:17:38 +0500] rev 24
Pull in latest changes for iobuf/ioev from smtpd.
(0) -10 +10 tip