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
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
2004-04-10
If connect(2) in xconnect() fails with EINTR, call select(2) on the socket
lukem
2004-04-10
whitespace consistency tweak
lukem
2003-12-10
Don't warn about "ignored setsockopt" failures unless debugging is
lukem
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-31
Invalidate remote directory completion cache if any command which
lukem
2002-06-05
- when showing the final progress bar, replace "00:00 ETA" with the
lukem
2002-05-07
Use "r+" instead of "r+w", since the latter is not standard.
lukem
2002-04-25
avoid buffer overrun on PASV from malicious server.
itojun
2001-12-26
update copyrights
lukem
2001-12-23
Add -4 to force IPv4 and -6 to force IPv6 address usage.
lukem
2001-12-20
Large file ASCII mode support by using fseeko() instead of fseek().
lukem
[next]