summaryrefslogtreecommitdiffstats
path: root/util/ipa_krb5.h
Commit message (Collapse)AuthorAgeFilesLines
* Move some krb5 keys related functions from ipa-client to utilSumit Bose2012-06-111-0/+36
|
* ipa-kdb: implement change_pwd functionSimo Sorce2011-08-261-0/+4
|
* ipa-pwd-extop: make encsalt parsing function commonSimo Sorce2011-08-261-0/+6
| | | | It is going to be used by the ipa-kdb module too.
* ipa-pwd-extop: Move encoding in common tooSimo Sorce2011-08-261-0/+4
| | | | Also to be used by ipa-kdb
* ipa-pwd-extop: Move encryption of keys in commonSimo Sorce2011-08-261-3/+16
| | | | This way we can reuse the same code from ipa-kdb later
* Use internal implementation of internal Kerberos functionsJakub Hrozek2010-11-221-0/+12
Don't use KRB5_PRIVATE. The patch implements and uses the following krb5 functions that are otherwise private in recent MIT Kerberos releases: * krb5_principal2salt_norealm * krb5_free_ktypes Signed-off-by: Simo Sorce <ssorce@redhat.com>