summaryrefslogtreecommitdiff
path: root/pop3d.c
AgeCommit message (Collapse)Author
2017-01-09Provide an option to specify cert/key on commandline.Sunil Nimmagadda
While here, document new options and fix mandoc lint warnings.
2014-09-05Stop leaking sock descriptors in error path.Sunil Nimmagadda
2014-08-27mtype, mpath are accessible to maildrop, simplify setup parameters.Sunil Nimmagadda
2014-08-27Rename to differentiate setup and init operations.Sunil Nimmagadda
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