1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/ftp
jsing a66db18392 Add TLS session support to ftp(1).
If a session file is specified via the `-S session=...', ftp(1) will
attempt to resume TLS sessions based on the session data contained within
this file. Upon completion of a successful TLS handshake the session file
will be updated with new session data, if available.

Discussed with deraadt@ and beck@.

Requested by and input from espie@.
2018-02-10 06:25:16 +00:00
..
cmds.c Use closefrom(3) instead of manually closing all file descriptors 2018-01-24 13:25:25 +00:00
cmds.h
cmdtab.c Nuke whitespace foolish enough to expose itself during the great 2017-01-21 08:33:07 +00:00
complete.c Remove self assignment. 2017-08-01 15:04:44 +00:00
cookie.c Nuke whitespace foolish enough to expose itself during the great 2017-01-21 08:33:07 +00:00
domacro.c Nuke whitespace foolish enough to expose itself during the great 2017-01-21 08:33:07 +00:00
extern.h Nuke whitespace foolish enough to expose itself during the great 2017-01-21 08:33:07 +00:00
fetch.c Add TLS session support to ftp(1). 2018-02-10 06:25:16 +00:00
ftp_var.h Add TLS session support to ftp(1). 2018-02-10 06:25:16 +00:00
ftp.1 Add TLS session support to ftp(1). 2018-02-10 06:25:16 +00:00
ftp.c Replace "union sockunion" with "union sockaddr_union" which is also 2016-08-22 16:27:00 +00:00
list.c
main.c Add TLS session support to ftp(1). 2018-02-10 06:25:16 +00:00
Makefile Remove #ifdef INET6 bits, missed in a commit earlier this week 2016-05-06 22:06:09 +00:00
pathnames.h
ruserpass.c
small.c Nuke whitespace foolish enough to expose itself during the great 2017-01-21 08:33:07 +00:00
small.h
stringlist.c Remove clauses 3 and 4 from Christos Zoulas' BSD license. 2015-05-20 23:39:55 +00:00
stringlist.h Nuke whitespace foolish enough to expose itself during the great 2017-01-21 08:33:07 +00:00
util.c Use the monotonic clock for logging progress in cdio(1) and ftp(1). 2017-12-23 20:04:23 +00:00