Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing copyright header | Simo Sorce | 2011-11-17 | 1 | -0/+22 |
| | |||||
* | Amend #2038 fix | Simo Sorce | 2011-11-05 | 1 | -3/+5 |
| | | | | The math was unsafe, thanks to Nalin for spotting it. | ||||
* | Modify random salt creation for interoperability | Simo Sorce | 2011-11-04 | 1 | -8/+29 |
| | | | | | See: https://fedorahosted.org/freeipa/ticket/2038 | ||||
* | ipa-kdb: implement change_pwd function | Simo Sorce | 2011-08-26 | 1 | -0/+33 |
| | |||||
* | ipa-pwd-extop: make encsalt parsing function common | Simo Sorce | 2011-08-26 | 1 | -0/+73 |
| | | | | It is going to be used by the ipa-kdb module too. | ||||
* | ipa-pwd-extop: Move encoding in common too | Simo Sorce | 2011-08-26 | 1 | -0/+120 |
| | | | | Also to be used by ipa-kdb | ||||
* | ipa-pwd-extop: Move encryption of keys in common | Simo Sorce | 2011-08-26 | 1 | -2/+219 |
| | | | | This way we can reuse the same code from ipa-kdb later | ||||
* | Use internal implementation of internal Kerberos functions | Jakub Hrozek | 2010-11-22 | 1 | -0/+44 |
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> |