master
Add support for systemd socket activation
Add KDC CAMMAC and auth indicator functions
Add KDC helpers for current key and kvno
Add underpinnings of UNIX domain socket support
Add auth indicators to AS-REQ audit state
Refactor libapputils handling of socket addresses
Remove unused SAM setup code in KDC
Avoid undefined memcpy/memmove invocations
Add pac_privsvr_enctype string attribute
Avoid more undefined memcpy/etc. invocations
Modernize kdc_preauth_ec.c
Use krb5_check_clockskew() in KDC preauth mechs
Include autoconf.h before system headers
Fix error handling in KDC PAC processing
Default kdc_tcp_listen to kdc_listen value
Fix various issues detected by static analysis
Fix various small logic errors
Add KDC policy pluggable interface
Remove kdc_context, tgs_server macros in KDC
Use k5_hashtab in KDC lookaside cache
Add secure cookie support
Initial revision
Work around macOS SIP in the test suite
Rewrite not-yet-covered dejagnu tests in Python
Explicitly look for python2 in configure.in
Eliminate old-style function declarations
Only set SO_REUSEPORT on macOS
Refactor KDC TGS processing code