summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-7/+2
* Add support to request canonicalization on krb AS requestsJan Zeleny2011-11-023-1/+25
* Multiline macro cleanupJakub Hrozek2011-09-281-1/+1
* DEBUG timestamps offer higher precisionPavel Březina2011-09-081-0/+2
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-251-1/+3
* New DEBUG facility - conversionPavel Březina2011-08-251-0/+2
* sysdb refactoring: memory context deletedJan Zeleny2011-08-151-4/+3
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-153-13/+10
* Rename fo_get_server_name to fo_get_server_str_nameJakub Hrozek2011-07-211-1/+1
* Remove unused krb5_service structure memberJakub Hrozek2011-07-132-5/+1
* Escape IP address in kdcinfoJakub Hrozek2011-07-111-4/+26
* Switch resolver to using resolv_hostent and honor TTLJakub Hrozek2011-06-151-1/+1
* Fix two typosSumit Bose2011-06-151-2/+3
* Delete cached ccache file if password is expiredSumit Bose2011-06-151-8/+63
* Add utility function to return IP address as stringJakub Hrozek2011-06-021-9/+2
* Add online callback only once for TGT renewalSumit Bose2011-06-021-25/+44
* Rename label in expand_ccname_templateJakub Hrozek2011-05-201-17/+17
* Use a temporary memory context in expand_ccname_templateJakub Hrozek2011-05-121-20/+33
* Added some kerberos functions for building on RHEL5Jan Zeleny2011-05-051-2/+2
* Do not leak pcre contextJakub Hrozek2011-05-041-0/+12
* Return pam data to the renewal item if renewal failsSumit Bose2011-05-021-4/+9
* Fix bad password caching when using automatic TGT renewalStephen Gallagher2011-04-291-3/+12
* Allow new option to specify principal for FASTJan Zeleny2011-04-253-4/+55
* Extend and move function for finding principal in keytabJan Zeleny2011-04-251-80/+2
* Always generate kpasswdinfo fileStephen Gallagher2011-04-191-2/+1
* Remove unused sysdb_attrs objectJan Zeleny2011-03-081-8/+0
* Check ccache file for renewable TGTs at startupSumit Bose2011-02-223-0/+241
* Remove renewal item if it is not re-addedSumit Bose2011-02-181-1/+34
* Fix potential NULL-dereference in krb5_auth_done()Sumit Bose2010-12-211-3/+3
* Serialize requests of the same user in the krb5 providerSumit Bose2010-12-204-0/+239
* Fixes for automatic ticket renewalSumit Bose2010-12-204-44/+100
* Fix incorrect return value on failure in check_and_export_options()Sumit Bose2010-12-141-0/+1
* Fix build issue with older Kerberos librarySumit Bose2010-12-081-2/+2
* Replace krb5_kdcip by krb5_server in LDAP providerSumit Bose2010-12-072-7/+10
* Add support for FAST in krb5 providerSumit Bose2010-12-075-13/+344
* Refactor krb5_child to make helpers more flexibleSumit Bose2010-12-071-20/+36
* Allow krb5 lifetime values without a unitSumit Bose2010-12-031-36/+65
* Add support for automatic Kerberos ticket renewalSumit Bose2010-12-037-1/+420
* krb5_child returns TGT lifetimeSumit Bose2010-12-033-0/+57
* Add krb5_lifetime optionSumit Bose2010-12-033-2/+38
* Add krb5_renewable_lifetime optionSumit Bose2010-12-033-2/+42
* Check authtok type for krb5 auth and chpassSumit Bose2010-12-031-0/+12
* Add a renew task to krb5_childSumit Bose2010-12-031-0/+87
* Send authtok_type to krb5_childSumit Bose2010-12-032-2/+6
* Allow protocol fallback for SRV queriesJakub Hrozek2010-12-011-1/+1
* Call krb5_child to check access permissionsSumit Bose2010-11-041-4/+121
* Make handle_child_* request publicSumit Bose2010-11-043-325/+429
* Add krb5_kuserok() access check to krb5_childSumit Bose2010-11-041-17/+73
* Make krb5_setup() publicSumit Bose2010-11-043-6/+8
* Add krb5_get_simple_upn()Sumit Bose2010-11-043-6/+30