index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ftp
/
ftp.c
Age
Commit message (
Expand
)
Author
2023-05-05
add timeout for ssl connect
lukem
2021-08-26
ftp: remove unnecessary variable assignments
lukem
2021-08-26
ftp: validate address from PASV and LPSV response
lukem
2021-06-03
set SO_KEEPALIVE on control connection
lukem
2021-01-06
ftp: don't use restartable signals
lukem
2020-07-11
ftp.c: improve signal handler restoration
lukem
2020-06-08
ftp: exit if lostpeer invoked by a signal
lukem
2019-02-04
- add justquit() that always exits. use it to avoid unreachable code.
mrg
2016-10-04
When using data outside the signed char range, it is better to
joerg
2015-12-13
(Hopefully) fix build without IPv6 support
tron
2015-12-11
Use the proper format "[IPv6 address]:port" when reporting connection
tron
2012-07-04
As discussed on tech-net@: Don't display expected EHOSTUNREACH for all but
is
2011-12-10
Move determination of socket buffer sizes from startup to the first
lukem
2011-09-16
Use __dead
joerg
2011-08-14
fix gcc-4.5 warnings
christos
2010-03-05
Back to using 'RFC xxxx' instead of 'RFCxxxx'
lukem
2009-04-15
Unbreak the build by adding curly braces to placate the empty-body warning.
jld
2009-04-12
Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).
lukem
2009-04-12
fix -Wshadow issues
lukem
2008-05-10
Add epsv6 and epsv to disable extended passive mode for ipv6 or both ipv4 and...
skd
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-22
Use the service name to getaddrinfo() (along with the host name), so that
lukem
2007-12-05
Rename HAVE_STRUCT_SOCKADDR_SA_LEN to HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
lukem
2007-07-22
Replace HAVE_SOCKADDR_SA_LEN with defined(HAVE_STRUCT_SOCKADDR_SA_LEN)
lukem
2007-05-24
Display times in RFC2822 form rather than using ctime(3), since
lukem
2007-05-15
* Modify parse_url() to consistently strip the leading `/' off ftp URLs.
lukem
2007-05-10
Implement copy_bytes() to copy bytes from one fd to another via the
lukem
2007-04-18
fix rev 1.144: initconn() may be called with verbose==-1 (e.g., during remote
lukem
2007-04-17
* Implement -s srcaddr; uses srcaddr as the local IP address for all
lukem
2007-04-16
Replace a "while" with an "if" since the code path only gets executed once.
lukem
2007-04-12
whitespace pedantry
lukem
2007-04-11
Suppress printing non-COMPLETE reply strings from EPSV and EPRT, as we're
lukem
2006-12-13
gcc4 does not care about &foo; use volatile instead. From Anon Ymous
christos
2006-10-23
simplify 421 printing code (jani at xeebioneurope dot de)
christos
2006-10-07
PR/32855: der Mouse: [dM] ftp -q is broken (or misdocumented)
elad
2006-05-10
quell GCC 4.1 uninitialised variable warnings.
mrg
2006-04-28
Coverity CID 874: Don't check local; it cannot be NULL.
christos
2006-04-28
Coverity CID 875: local is not allowed to be NULL; don't check for it.
christos
2006-01-31
rename debug to ftp_debug. grr libssh.
christos
2006-01-31
Rename xfoo() to ftp_foo() to avoid collisions with libssh. Don't ask.
christos
2005-06-29
Add NO_USAGE and NO_DEBUG so that we can fit in the floppies again.
christos
2005-06-10
Implement:
lukem
2005-06-01
* Only print the "Trying <address>..." message if verbose and
lukem
2005-05-14
Fix some cast issues highlighted by Scott Reynolds using gcc 4 on OSX.4
lukem
2005-05-13
* Correct the "optlen" argument passed to getsockopt(3) and setsockopt(3)
lukem
2005-05-11
Use socklen_t instead of int as the 5th argument to getsockopt().
lukem
2005-04-11
typo in previous
lukem
2005-04-11
gratuitous whitespace cleanup (before someone else jumps the gun...)
lukem
2005-04-11
Implement a timeout on the accept(2) in dataconn() and the
lukem
2004-07-20
If an ftp auto-fetch transfer is interrupted by SIGINT (usually ^C),
lukem
[next]