Bernie Hackett
Bernie Hackett
Now that we have a server side API (added in #20) we need to add tests for it. Preferably, the client and server sides can start testing one another, removing...
Once AcceptSecurityContext returns SEC_E_OK it should be possible to call QueryContextAttributesW for SECPKG_ATTR_NATIVE_NAMES, then store the sServerName attribute in the server context to return later.
It should be possible to support server side delegation using the ImpersonateSecurityContext and RevertSecurityContext functions in SSPI. https://docs.microsoft.com/en-us/windows/desktop/api/sspi/nf-sspi-impersonatesecuritycontext https://docs.microsoft.com/en-us/windows/desktop/api/sspi/nf-sspi-revertsecuritycontext https://docs.microsoft.com/en-us/windows/desktop/SecAuthN/context-requirements The API work to match ccs-pykerberos: - Add support for...