summaryrefslogtreecommitdiff
path: root/pop3e.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-05The sockaddr_storage returned by accept(2) belongs to session andSunil Nimmagadda
not the listener. Move it to a place where it belongs: struct session.
2014-04-10Since we now waitpid on WAIT_ANY, pop3_main needed return pid.Sunil Nimmagadda
2014-04-01Import.Sunil Nimmagadda