summaryrefslogtreecommitdiff
path: root/usr.sbin/popa3d/standalone.c
AgeCommit message (Collapse)Author
2007-05-11Delinting from tbert <bret dot lambert at gmail dot com>Ray Lai
OK moritz@
2005-03-13Missing return value and fd leak in fork()'s error path. Spotted by mpech@Otto Moerbeek
2005-03-12Do not leak mem or fd in error paths. From Andrey Matveev (thanks!).Chad Loder
OK niallo@ deraadt@: "stop polishing turds and commit already"
2004-07-20IPv6 support originally by itojun@ with standalone mode fixes by me.Todd C. Miller
Tested by several people in both inetd and standalone mode w/ IPv4 and IPv6.
2004-07-17the IPv4/IPv6 standalone mode patch has some issues so back it out for now.Brad Smith
requested by deraadt@
2004-06-20IPv4/v6 support for standalone mode. brad tested and ok'edJun-ichiro itojun Hagino
2003-05-12Sync to 0.6.2Camiel Dobbelaar
- UIDL digest calculation has been improved - minor bug fixes - -V switch to show version
2002-09-06misuse of volatile, not even ansi CTheo de Raadt
2002-05-29more sprintfTheo de Raadt
2001-09-21update to 0.4.9.4:Camiel Dobbelaar
- stand-alone or inetd selectable from command-line (-D = daemon mode) - logging priorities more accurate - chroots to empty dir - tcp wrappers support
2001-08-19libexec is the wrong place for popa3d, since it can be started WITHOUT inetdTheo de Raadt