Package: heimdal-clients
Version: 7.8.git20221117.28daf24+dfsg-2
$ /usr/bin/klist.heimdal
klist, list
klist
kgetcred
kgetcred
kswitch, switch
kswitch
kvno
kvno
copy_cred_cache
copy_cred_cache
help, ?
help [command]
The problem here is that kuser/heimtools.c:command_alias() doesn't know
to strip the .heimdal suffix. (Neither does setprogname() in libroken,
which only strips the .exe suffix if present.)
Invoking klist.heimdal is occasionally useful when /usr/bin/klist points
to klist.mit (OK, I backported krb5-user from trixie) and one wants to
use Heimdal-specific features like the -T flag.