Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-30 | Remove stub write callback functions now that libevent allows them to be NULL. | Camiel Dobbelaar | |
2006-12-30 | Convert three instances of atoi() to strtonum() and apply sane upper bounds. | Camiel Dobbelaar | |
Triggered by Rik/harry Bobbaers on bugs@. ok mbalmer@ ray@ | |||
2006-12-12 | Ignore sigpipe as libevent does not handle that for us. Confirmed by | Camiel Dobbelaar | |
provos. Fixes race condition where ftp-proxy would silently exit if a write was attempted on a socket that was closed by an RST. Should fix PR 5260. ok claudio@ | |||
2006-12-01 | forgot to update the comment as well | Camiel Dobbelaar | |
2006-12-01 | use flags S/SA for consistency with the rest of pf | Camiel Dobbelaar | |
2006-11-26 | repair missing DPADD requests | Theo de Raadt | |
2006-10-23 | no need to use "keep state" and "flags S/SA" in pf rules, | Jason McIntyre | |
now that it is the default; ok henning mcbride camield (ftp-proxy bits) deraadt | |||
2006-10-15 | Close file descriptors before cleaning up the events, might cause a race | Camiel Dobbelaar | |
otherwise. | |||
2006-08-30 | document that ftp-proxy cannot function at a raised securelevel | Camiel Dobbelaar | |
ok jmc marco | |||
2006-03-25 | unused variable | Camiel Dobbelaar | |
from Andrey Matveev | |||
2006-03-22 | Rework signal handling the idiomatic libevent way. From ospfd. | Camiel Dobbelaar | |
ok claudio henning | |||
2005-11-20 | .Sh SECURITY -> .Sh CAVEATS | Jason McIntyre | |
ok camield@ | |||
2005-11-18 | don't assume that close() can fail, from deraadt | Camiel Dobbelaar | |
ok henning deraadt | |||
2005-11-17 | buffer overflow | Theo de Raadt | |
2005-06-07 | add OpenBSD cvs tags, prompted by xsa@ | Camiel Dobbelaar | |
2005-06-07 | Introduce verbose option to control the logging of the pf rules. | Camiel Dobbelaar | |
ok beck mpf | |||
2005-05-31 | tweaks; | Jason McIntyre | |
2005-05-30 | Don't call va_start() when we do not log. From Andrey Matveev. | Camiel Dobbelaar | |
2005-05-27 | do not allow nul in the control connection. | Camiel Dobbelaar | |
ok beck | |||
2005-05-26 | Import new FTP proxy. Handles IPv6 and all FTP modes. It was | Camiel Dobbelaar | |
previously known as pftpx. Not connected to the builds yet. ok beck |