Skip to content
Snippets Groups Projects
Forked from wine / wine
10394 commits behind the upstream repository.
  • Maxim Karasev's avatar
    c29dc006
    klist: Add a program that lists Kerberos tickets. · c29dc006
    Maxim Karasev authored and Alexandre Julliard's avatar Alexandre Julliard committed
    It's a clean-room reimplementation that mimics Windows 10 program's output format.
    It prints all the information that is available via KerbQueryTicketCacheMessage.
    
    Also tested to work on Windows if dynamically linked + built with winegcc.
    
    For further extension of the functionality, implementing
    KerbQueryTicketCacheEx{,2,3}Message is required.
    c29dc006
    History
    klist: Add a program that lists Kerberos tickets.
    Maxim Karasev authored and Alexandre Julliard's avatar Alexandre Julliard committed
    It's a clean-room reimplementation that mimics Windows 10 program's output format.
    It prints all the information that is available via KerbQueryTicketCacheMessage.
    
    Also tested to work on Windows if dynamically linked + built with winegcc.
    
    For further extension of the functionality, implementing
    KerbQueryTicketCacheEx{,2,3}Message is required.
configure.ac 139.16 KiB