Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src/usr.bin/ftp
Module Name: src
Committed By: martin
Date: Tue May 16 16:16:00 UTC 2023
Modified Files:
src/usr.bin/ftp [netbsd-10]: cmdtab.c extern.h fetch.c ftp.1 main.c
ssl.c util.c version.h
Log Message:
Pull up following revision(s) (requested by lukem in ticket #170):
usr.bin/ftp/ssl.c: revision 1.13
usr.bin/ftp/fetch.c: revision 1.236
usr.bin/ftp/util.c: revision 1.166
usr.bin/ftp/main.c: revision 1.129
usr.bin/ftp/extern.h: revision 1.83
usr.bin/ftp/ftp.1: revision 1.148
usr.bin/ftp/cmdtab.c: revision 1.53
usr.bin/ftp/version.h: revision 1.96
Add option sslnoverify to control validation of SSL certificates.
Add netrc processing to fetch-mode (URL on command line) to enable options and autologin
via netrc.
Fix SSL cleanup in some error paths.
Certificate validation is now enabled by default. Set FTPSSLNOVERIFY=1 in environment
or configure a corresponding init macro via netrc to not validate certs (required if
you haven't installed a required CA certificate for OpenSSL).
Discussed with lukem@ on icb.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.52.40.1 src/usr.bin/ftp/cmdtab.c
cvs rdiff -u -r1.82 -r1.82.10.1 src/usr.bin/ftp/extern.h
cvs rdiff -u -r1.235 -r1.235.2.1 src/usr.bin/ftp/fetch.c
cvs rdiff -u -r1.147 -r1.147.2.1 src/usr.bin/ftp/ftp.1
cvs rdiff -u -r1.128 -r1.128.2.1 src/usr.bin/ftp/main.c
cvs rdiff -u -r1.12 -r1.12.2.1 src/usr.bin/ftp/ssl.c
cvs rdiff -u -r1.164 -r1.164.2.1 src/usr.bin/ftp/util.c
cvs rdiff -u -r1.95 -r1.95.2.1 src/usr.bin/ftp/version.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index