Commit ID:      1005AEA669C604AC341
CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2018/05/03 01:32:48 UTC

Modified files:
        usr.bin/ssh    : auth.c canohost.c canohost.h monitor_wrap.c servconf.c
                         servconf.h sshd.c sshd_config sshd_config.5 version.h

Log message:
implement a new config directive MaskRemoteAddress

this is suitable for either hiding a̲l̲l̲ remote identities (if used globally)
or the identity of successful logins (for a Match block — e.g. for anoncvs)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.13 -r1.14 src/usr.bin/ssh/auth.c
cvs -R rdiff -kk -upr1.8 -r1.9 src/usr.bin/ssh/canohost.c
cvs -R rdiff -kk -upr1.1.1.4 -r1.2 src/usr.bin/ssh/canohost.h
cvs -R rdiff -kk -upr1.16 -r1.17 src/usr.bin/ssh/monitor_wrap.c
cvs -R rdiff -kk -upr1.25 -r1.26 src/usr.bin/ssh/servconf.c
cvs -R rdiff -kk -upr1.14 -r1.15 src/usr.bin/ssh/servconf.h
cvs -R rdiff -kk -upr1.23 -r1.24 src/usr.bin/ssh/sshd.c
cvs -R rdiff -kk -upr1.23 -r1.24 src/usr.bin/ssh/sshd_config
cvs -R rdiff -kk -upr1.28 -r1.29 src/usr.bin/ssh/sshd_config.5
cvs -R rdiff -kk -upr1.48 -r1.49 src/usr.bin/ssh/version.h

Reply via email to