From: | ghudson@mit.edu |
Subject: | git commit |
Remove Leash import functionality
Copying tickets from the MSLSA cache to another cache is no longer
possible in most circumstances, and the Leash ribbon UI does not have
an import button. Remove all remaining support for importing tickets.
https://github.com/krb5/krb5/commit/f9655f08340d9789d53cdf156abfbab12751566b
Author: Greg Hudson <ghudson@mit.edu>
Commit: f9655f08340d9789d53cdf156abfbab12751566b
Branch: master
src/windows/installer/wix/config.wxi | 3 -
src/windows/installer/wix/features.wxi | 1 -
src/windows/installer/wix/files.wxi | 4 -
src/windows/installer/wix/msi-deployment-guide.txt | 21 ---
src/windows/installer/wix/platform.wxi | 2 -
src/windows/installer/wix/property.wxi | 1 -
src/windows/leash/Leash.cpp | 132 ++--------------
src/windows/leash/Leash.h | 1 -
src/windows/leash/Leash.rc | 8 -
src/windows/leash/LeashView.cpp | 116 +--------------
src/windows/leash/LeashView.h | 4 -
src/windows/leash/Lglobals.h | 3 -
src/windows/leash/res/import.ico | Bin 2862 -> 0 bytes
src/windows/leash/res/import_disabled.ico | Bin 2862 -> 0 bytes
src/windows/leash/resource.h | 9 -
src/windows/leashdll/krb5routines.c | 65 --------
src/windows/leashdll/leash-int.h | 2 -
src/windows/leashdll/lsh_pwd.rc | 1 -
src/windows/leashdll/lshfunc.c | 167 +-------------------
19 files changed, 22 insertions(+), 518 deletions(-)