summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_become_user.c
Commit message (Collapse)AuthorAgeFilesLines
* Save errno before it might be modified.Simo Sorce2012-11-261-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.
* Add a credential cache back end structureJakub Hrozek2012-06-141-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.
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+61
Also update BUILD.txt