summaryrefslogtreecommitdiff
path: root/pop3d.c
AgeCommit message (Collapse)Author
2014-05-28Fix a crash during concurrent sessions TIMEOUT reported by JamesSunil Nimmagadda
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.
2014-04-10pull in latest master.Sunil Nimmagadda
2014-04-10Since we now waitpid on WAIT_ANY, pop3_main needed return pid.Sunil Nimmagadda
2014-04-10Simplify maildrop path handling. Regardless of the order of options path is ↵Sunil Nimmagadda
now correctly handled.
2014-04-09Make sure zombie processes are left overJames Turner
2014-04-01Import.Sunil Nimmagadda