index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ftp-proxy
/
ftp-proxy.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rate-limit accepting of new connections while we are experiencing
camield
2012-04-05
1
-6
/
+25
*
In preparation for getline and getdelim additions to libc, rename getline()
fgsch
2012-03-04
1
-5
/
+5
*
Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio
mikeb
2011-06-21
1
-4
/
+3
*
switch ftp-proxy over to divert-to instead of rdr-to. this avoids
mikeb
2011-04-28
1
-7
/
+9
*
Use the rdomain information returned by DIOCNATLOOK to install the
claudio
2011-03-25
1
-13
/
+16
*
Bring ftp-proxy in sync with the massive pf change just commited by Henning.
claudio
2009-09-01
1
-28
/
+8
*
Better error messages. Include the function causing the problem and do not
claudio
2008-06-13
1
-7
/
+4
*
Flush output buffers before closing TCP session. Fixes the case where
joel
2008-04-22
1
-1
/
+7
*
Use arc4random_buf() when requesting more than a single word of output
djm
2008-04-13
1
-3
/
+3
*
Don't pass quick when tagging, so the tag can be used outside
henning
2008-02-26
1
-2
/
+3
*
Some servers / proxies out there like to open the data connection
camield
2007-08-15
1
-11
/
+34
*
allow ftp-proxy to add tag statements to teh rules it inserts
henning
2007-08-01
1
-5
/
+11
*
Remove stub write callback functions now that libevent allows them to be NULL.
camield
2006-12-30
1
-19
/
+5
*
Convert three instances of atoi() to strtonum() and apply sane upper bounds.
camield
2006-12-30
1
-10
/
+12
*
Ignore sigpipe as libevent does not handle that for us. Confirmed by
camield
2006-12-12
1
-1
/
+2
*
Close file descriptors before cleaning up the events, might cause a race
camield
2006-10-15
1
-6
/
+6
*
unused variable
camield
2006-03-25
1
-3
/
+3
*
Rework signal handling the idiomatic libevent way. From ospfd.
camield
2006-03-22
1
-20
/
+25
*
don't assume that close() can fail, from deraadt
camield
2005-11-18
1
-5
/
+3
*
buffer overflow
deraadt
2005-11-17
1
-2
/
+3
*
add OpenBSD cvs tags, prompted by xsa@
camield
2005-06-07
1
-0
/
+2
*
Introduce verbose option to control the logging of the pf rules.
camield
2005-06-07
1
-4
/
+10
*
Don't call va_start() when we do not log. From Andrey Matveev.
camield
2005-05-30
1
-1
/
+2
*
do not allow nul in the control connection.
camield
2005-05-27
1
-4
/
+10
*
Import new FTP proxy. Handles IPv6 and all FTP modes. It was
camield
2005-05-26
1
-0
/
+1085