index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ftp
Age
Commit message (
Expand
)
Author
2020-02-19
Don't put the userinfo in request URI. This also makes accessing a
YASUOKA Masahiko
2020-02-13
Two longjmp(3) vs volatile fixes and improvements
Jeremie Courreges-Anglas
2020-02-13
Fixes and tweaks for read/write loop in url_get()
Jeremie Courreges-Anglas
2020-02-11
Simplify and unify wording for the -I sourceaddr option in various places.
Theo de Raadt
2020-01-21
Fix tls_handshake() usage which was added without checking return values
Bob Beck
2020-01-16
Usually, -width Fl (which is 10n) is too wide and hence ugly.
Ingo Schwarze
2020-01-15
Move local file handling out of url_get()
Jeremie Courreges-Anglas
2019-12-19
Prevent redirections to file: URLs
Jeremie Courreges-Anglas
2019-12-09
Reinstate ftp_printf to log sent HTTP headers
Jeremie Courreges-Anglas
2019-12-09
With NOSSL let url_get() print a nice error message for https urls
Jeremie Courreges-Anglas
2019-12-08
For chunked transfers always restore the SIGINFO handler (not just on error)
Jeremie Courreges-Anglas
2019-12-05
Fix #ifndef NOSSL vs SMALL inconsistencies
Jeremie Courreges-Anglas
2019-12-02
Tweak inaccurate comment
Jeremie Courreges-Anglas
2019-11-18
various knf and whitespace; ok jca
Theo de Raadt
2019-11-14
HTTP/1.1 for ftp(1)
Jeremie Courreges-Anglas
2019-11-04
Apply more 'static' to help the compiler
Jeremie Courreges-Anglas
2019-11-03
Also use stdio for TLS connections
Jeremie Courreges-Anglas
2019-10-23
list -N before -n in the options list;
Jason McIntyre
2019-10-23
Add new -N name option, so that calling scripts can change the
Theo de Raadt
2019-10-23
change some error reports to include the failing URL (which we vis, in
Theo de Raadt
2019-10-15
When setting the modification time on the retrieved file, use utimensat()
Philip Guenther
2019-10-13
Also close the server connection before retrying on a 503.
Jeremie Courreges-Anglas
2019-10-13
Factor out socket cleanup code
Jeremie Courreges-Anglas
2019-10-09
On a 503, only retry if "Retry-After: 0" is present.
Jeremie Courreges-Anglas
2019-10-05
Retry request once when receiving a 503
Jeremie Courreges-Anglas
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-28
mkstemp() returns -1 on failure
Theo de Raadt
2019-05-16
Revert suni'ls ftp rewrite for now.
Florian Obser
2019-05-15
Display "bytes received" like the csrg ftp used to when the progressbar
Florian Obser
2019-05-15
Add the -m flag to the ftp.1 man page.
kmos
2019-05-14
do not intermingle direct io (write), and potentially buffered io (stdio)
Theo de Raadt
2019-05-14
Document -v
Florian Obser
2019-05-14
-v forces verbose mode even if stdin is not a terminal
Florian Obser
2019-05-14
Enable TLSv1.0 and TLSv1.1
Jeremie Courreges-Anglas
2019-05-14
Remove an unused and leftover label.
Sunil Nimmagadda
2019-05-14
tls_write(3): Handle short writes.
Sunil Nimmagadda
2019-05-13
ephermal -> ephemeral
Theo Buehler
2019-05-12
Fix double free by nulling out pointers after free.
Theo Buehler
2019-05-12
Make the "xx bytes received in y time" message go to the right place
kmos
2019-05-12
zap confusing unneeded parameters
Marc Espie
2019-05-12
Repair ftp -o - and thus pkg_add: print informational messages on stderr
Jeremie Courreges-Anglas
2019-05-12
It will show up in 6.6.
Florian Obser
2019-05-12
add rcs ids
Jasper Lievisse Adriaanse
2019-05-12
Move us from old ftp(1) to Sunil's new ftp(1). The necessary modifications
kmos
2019-05-09
ftp makes a new connection for each auto-fetch file. Remove a lie claiming
Christian Weisgerber
2018-02-10
Add TLS session support to ftp(1).
Joel Sing
2018-02-07
rename var 's' -> 'fd' to ease finding it in a long function
Richard Procter
2018-02-07
eliminate close()/fclose() dance.
Richard Procter
2018-01-24
Use closefrom(3) instead of manually closing all file descriptors
Theo Buehler
2017-12-23
Use the monotonic clock for logging progress in cdio(1) and ftp(1).
cheloha
[prev]
[next]