Age | Commit message (Expand) | Author |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2020-02-12 | Standardize argument naming for "sourceaddr" and unify the wording a bit, | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2016-09-26 | Exit early from rdaemon() is the passed fd is invalid. | Jeremie Courreges-Anglas |
2016-09-15 | Go in the background later, using rdaemon(). | Jeremie Courreges-Anglas |
2016-02-12 | Exit early with an error if the "_ftp_proxy" user does not exist. This prevents | Antoine Jacoutot |
2015-12-22 | commiting -> committing | mmcc |
2015-12-04 | Make the NOPRIV_USER match that is actually intended to be used for | Sebastian Reitenbach |
2015-12-01 | switch to new _ftp_proxy user; ok dlg | Theo de Raadt |
2015-01-21 | Include <netinet/in.h> before <net/pfvar.h>. In a future change when | Theo de Raadt |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2013-03-15 | camield requested backout of rev 1.26, and indeed ftp-proxy does not | Sebastian Benoit |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-10 | reserve a filedescriptor on accept() for subsequent connect() call, as | Sebastian Benoit |
2012-04-05 | Rate-limit accepting of new connections while we are experiencing | Camiel Dobbelaar |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2011-06-21 | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio | Mike Belopuhov |
2011-04-28 | switch ftp-proxy over to divert-to instead of rdr-to. this avoids | Mike Belopuhov |
2011-03-25 | Use the rdomain information returned by DIOCNATLOOK to install the | Claudio Jeker |
2009-09-01 | Bring ftp-proxy in sync with the massive pf change just commited by Henning. | Claudio Jeker |
2008-06-13 | Better error messages. Include the function causing the problem and do not | Claudio Jeker |
2008-04-22 | Flush output buffers before closing TCP session. Fixes the case where | Joel Knight |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-02-26 | Don't pass quick when tagging, so the tag can be used outside | Henning Brauer |
2007-08-15 | Some servers / proxies out there like to open the data connection | Camiel Dobbelaar |
2007-08-01 | allow ftp-proxy to add tag statements to teh rules it inserts | Henning Brauer |
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 |
2006-12-12 | Ignore sigpipe as libevent does not handle that for us. Confirmed by | Camiel Dobbelaar |
2006-10-15 | Close file descriptors before cleaning up the events, might cause a race | Camiel Dobbelaar |
2006-03-25 | unused variable | Camiel Dobbelaar |
2006-03-22 | Rework signal handling the idiomatic libevent way. From ospfd. | Camiel Dobbelaar |
2005-11-18 | don't assume that close() can fail, from deraadt | Camiel Dobbelaar |
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 |
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 |
2005-05-26 | Import new FTP proxy. Handles IPv6 and all FTP modes. It was | Camiel Dobbelaar |