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.
Sat, 19 Apr 2014 19:27:26 +0500 This cannot truncate unless new states are added.
Sunil Nimmagadda <sunil@sunilnimmagadda.com> [Sat, 19 Apr 2014 19:27:26 +0500] rev 23
This cannot truncate unless new states are added.
Sat, 19 Apr 2014 19:10:41 +0500 Equal sized buffer copy, no truncation happens.
Sunil Nimmagadda <sunil@sunilnimmagadda.com> [Sat, 19 Apr 2014 19:10:41 +0500] rev 22
Equal sized buffer copy, no truncation happens.
Sat, 19 Apr 2014 19:07:31 +0500 args are checked for size in parse function. Cast to void as no truncation check required here.
Sunil Nimmagadda <sunil@sunilnimmagadda.com> [Sat, 19 Apr 2014 19:07:31 +0500] rev 21
args are checked for size in parse function. Cast to void as no truncation check required here.
Sat, 19 Apr 2014 17:29:17 +0500 hash is a fixed length string. Copying is always done to same length
Sunil Nimmagadda <sunil@sunilnimmagadda.com> [Sat, 19 Apr 2014 17:29:17 +0500] rev 20
hash is a fixed length string. Copying is always done to same length buffer. Explicitly cast to void for clarity.
Sat, 12 Apr 2014 07:15:21 +0500 Update README.md
Sunil Nimmagadda <sunil@poolp.org> [Sat, 12 Apr 2014 07:15:21 +0500] rev 19
Update README.md
Fri, 11 Apr 2014 10:06:47 +0500 Mark uidl correctly in list_res for the terminal. Fixes UIDL command
Sunil Nimmagadda <sunil@nimmagadda.net> [Fri, 11 Apr 2014 10:06:47 +0500] rev 18
Mark uidl correctly in list_res for the terminal. Fixes UIDL command on an empty maildrop.
Fri, 11 Apr 2014 10:01:48 +0500 Remove redundant sock member in session. io already holds the sock for each session.
Sunil Nimmagadda <sunil@nimmagadda.net> [Fri, 11 Apr 2014 10:01:48 +0500] rev 17
Remove redundant sock member in session. io already holds the sock for each session.
(0) -10 +10 tip