summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_become_user.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-26Save errno before it might be modified.Simo Sorce1-8/+16
The DEBUG() macro may, at any time, change and start calling functions that touch errno. Save errno before logging and then return the saved error.
2012-06-14Add a credential cache back end structureJakub Hrozek1-1/+1
To be able to add support for new credential cache types easily, this patch creates a new structure sss_krb5_cc_be that defines common operations with a credential cache, such as create, check if used or remove.
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+61
Also update BUILD.txt