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
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
2017-09-25
Initialize 'out' file descriptor to avoid possible
Kenneth R Westerback
2017-09-05
Avoid a possible leak in progressmeter
Jeremie Courreges-Anglas
2017-08-01
Remove self assignment.
anton
2017-03-07
tls_close() can return TLS_WANT_POLLIN/TLS_WANT_POLLOUT, handle them
Sunil Nimmagadda
2017-03-02
close ftp(1)'s output file to avoid leaking one FD per request.
Stuart Henderson
2017-02-28
Use a do{}while loop with ssize_t return value when calling tls_read()
Philip Guenther
2017-01-25
cetificate -> certificate;
Jason McIntyre
2017-01-24
Add -S noverifytime to ftp to permit an unvalidated TLS connection when
Bob Beck
2017-01-21
Nuke whitespace foolish enough to expose itself during the great
Kenneth R Westerback
2017-01-20
Move a couple of variables that are unused in SMALL under #ifndef SMALL.
Kenneth R Westerback
2017-01-20
Straggling __dead. Mark usage() as __dead and make gcc happier.
Kenneth R Westerback
2017-01-20
#ifndef SMALL around a couple of non-SMALL labels.
Kenneth R Westerback
2017-01-14
HTTPS proxy support for ftp-ssl.
Jeremie Courreges-Anglas
2017-01-11
Don't attempt to read .netrc when we already force anonymous FTP (-a).
Vadim Zhukov
2017-01-10
Pledge more strictly. This is only enabled on the ramdisk version of the
Theo de Raadt
2017-01-07
-#endif /* !SMALL */
Theo Buehler
2017-01-03
Add a "-w connect_timeout" option in support of URL-fetching. This allows
Theo de Raadt
2016-12-28
Split -DSMALL into -DNOSSL, so that a SSL-enabled version of ftp can
Theo de Raadt
2016-12-24
Correctly handle tls_read()/tls_write().
Joel Sing
2016-12-22
missing full stop;
Jason McIntyre
2016-12-22
add muststaple option so that oscp stapling can be required for sites you
Bob Beck
2016-12-16
Eliminate some gcc warnings about 'unused variables', mostly by
Kenneth R Westerback
2016-12-08
Avoid splitting the "Requesting %s" printf and its trailing newline.
Todd C. Miller
2016-12-08
Avoid printf of a NULL pointer as a string in debug mode.
Todd C. Miller
2016-11-30
Check return value of tls_config_set_protocols(3) and bail out in case of
Ricardo Mestre
[next]