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
Age
Commit message (
Expand
)
Author
2021-10-09
ftp: fix -? more portably
lukem
2021-09-10
usr.bin: remove unnecessary lint comment CONSTCOND
rillig
2021-08-27
ftp: fix undefined behavior when parsing FEAT
rillig
2021-08-26
update ftp version to 20210826
lukem
2021-08-26
ftp: remove unnecessary variable assignments
lukem
2021-08-26
ftp: validate address from PASV and LPSV response
lukem
2021-08-01
fix typos in word "otherwise".
andvar
2021-07-06
Use raw write(2) instead of fwrite(3) to avoid stream corruption because
christos
2021-06-03
use fetch_*() for I/O with SMALLPROG / !WITH_SSL builds
lukem
2021-06-03
set SO_KEEPALIVE on control connection
lukem
2021-04-25
ftp(1): consistently use FTP for protocol use.
lukem
2021-04-25
ftp(1): consistent Ic (not Nm) for commands
lukem
2021-04-25
better XXX comment for buggy ftp server
lukem
2021-01-31
ftp(1): more $https_proxy documentation
lukem
2021-01-06
ftp(1): fix description of "debug"
lukem
2021-01-06
ftp: don't use restartable signals
lukem
2020-09-06
add support for new GCC 9 warnings that may be too much to fix
mrg
2020-07-18
ftp: add -? for help. improve synopsis
lukem
2020-07-15
Try to improve markup for better PostScript output.
uwe
2020-07-15
Do not use "[...]", just "..." is enough.
uwe
2020-07-15
Remove now-extraneous Op since we already have Oo and Oc to enclose
pgoyette
2020-07-15
ftp.1: don't wrap "[[user@]host [port]]"
lukem
2020-07-13
ftp(1): consistency tweaks
lukem
2020-07-11
ftp.c: improve signal handler restoration
lukem
2020-07-11
fetch_url: improve signal handler restoration
lukem
2020-06-08
ftp: exit if lostpeer invoked by a signal
lukem
2020-02-26
update ftp version to 20190622
lukem
2019-06-22
trim down error checking if we are small.
christos
2019-06-22
make this compile again with -DNO_PROGRESS
christos
2019-04-07
redo the connection waiting handling to make it more clear.
christos
2019-04-04
Make fetch_read() return size_t like fread() does. It is bogus to
christos
2019-02-06
Try to avoid a (bogus) fatal warning from clang.
martin
2019-02-04
- add justquit() that always exits. use it to avoid unreachable code.
mrg
2019-02-03
- add or adjust /* FALLTHROUGH */ where appropriate
mrg
2019-01-28
PR/53916: Rob Gill: remove redundant assignment to matchlen.
christos
2018-03-04
Don't use the local username as the default anonftp password.
dholland
2018-02-11
more volatile to appease gcc.
christos
2018-02-06
explicitly include <string.h> since OpenSSL-1.1 does not do it for us.
christos
2017-11-25
Make outfile always allocated, free it to set it to NULL, and don't move it
christos
2017-11-20
Issue PWD commands to the server only when we actually
kre
2017-07-03
Remove workaround for ancient HTML generation code.
wiz
2017-05-21
Remove MKCRYPTO option.
riastradh
2017-02-15
ftp(1): split the auth processing function.
nonaka
2017-01-31
Use the first name we requested the http/https URL for, not any name we ended
christos
2016-12-15
handle proxy authentication correctly.
nonaka
2016-10-17
PR/51558: ast@: ftp dumps core after usage message when IPv6 URL lacks a slash.
christos
2016-10-04
When using data outside the signed char range, it is better to
joerg
2016-08-03
Do globbing for FTP URLs of the form ftp://... too
maya
2016-04-04
PR/51043: Yorick Hardy: ftp(1) should use the port number for CONNECT
christos
2016-03-18
sprinkle more volatile (distribution build with gcc-5.3)
christos
[next]