Remove the v4 and afs3 salt types In preparation for removing single-DES support, remove the v4 and afs3 salt types. The afs3 salt type could only be used with single-DES keys, and the v4 salt type was only useful for single-DES keys from krb4 databases. [ghudson@mit.edu: wrote commit message] https://github.com/krb5/krb5/commit/e0a35ff48c09a26ebb9aefd7e98855a84574b8be Author: Robbie Harwood Committer: Greg Hudson Commit: e0a35ff48c09a26ebb9aefd7e98855a84574b8be Branch: master doc/admin/conf_files/kdc_conf.rst | 2 - src/include/kdb.h | 4 +- src/kadmin/testing/proto/kdc.conf.proto | 2 +- src/kdc/kdc_preauth.c | 40 ++++--------------- .../unit-test/api.current/chpass-principal-v2.exp | 8 ++-- .../unit-test/api.current/get-principal-v2.exp | 4 +- src/lib/kdb/kdb5.c | 4 -- src/lib/kdb/kdb_cpw.c | 16 +------- src/lib/krb5/krb/str_conv.c | 2 - src/lib/krb5/krb/t_get_etype_info.py | 7 --- src/man/kdc.conf.man | 16 +------- src/tests/dejagnu/config/default.exp | 17 -------- src/tests/t_etype_info.py | 24 +----------- src/tests/t_keytab.py | 5 -- src/tests/t_renprinc.py | 2 +- src/tests/t_salt.py | 26 +------------ src/util/k5test.py | 11 ----- 17 files changed, 25 insertions(+), 165 deletions(-)