Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-28 | auth/kerberos: Move gssapi_parse.c to the top level | Andrew Bartlett | 1 | -2/+2 | |
This will help with writing a gensec module for the s3 gse layer. Andrew Bartlett | |||||
2011-10-06 | Add missing com_err dependencies | Ewoud Kohl van Wijngaarden | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 6 02:10:21 CEST 2011 on sn-devel-104 | |||||
2011-04-27 | auth/kerberos Move all the PAC handling functions to auth/kerberos | Andrew Bartlett | 1 | -1/+1 | |
2011-04-27 | auth/kerberos: Create common helper to get the verified PAC from GSSAPI | Andrew Bartlett | 1 | -0/+3 | |
This only works for Heimdal and MIT Krb5 1.8, other versions will get an ACCESS_DEINED error. We no longer manually verify any details of the PAC in Samba for GSSAPI logins, as we never had the information to do it properly, and it is better to have the GSSAPI library handle it. Andrew Bartlett |