summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
* Switch resolver to using resolv_hostent and honor TTLJakub Hrozek2011-06-301-1/+1
* 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
* Return pam data to the renewal item if renewal failsSumit Bose2011-05-021-4/+9
* Fix bad password caching when using automatic TGT renewalsssd-1_5_7Stephen Gallagher2011-04-291-3/+12
* Always generate kpasswdinfo filesssd-1_5_6Stephen Gallagher2011-04-201-2/+1
* 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
* Add infrastructure for Kerberos access providerSumit Bose2010-11-044-26/+184
* Store krb5 auth context for other targetsSumit Bose2010-11-041-1/+2
* Fix two return value checksSumit Bose2010-11-011-2/+2
* Fix incorrect free of req in krb5_auth.cStephen Gallagher2010-11-011-1/+1
* Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip.Jan Zeleny2010-10-193-2/+48
* Initialize kerberos service for GSSAPIJakub Hrozek2010-10-132-1/+7
* Suppress some 'may be used uninitialized' warningsSumit Bose2010-09-281-6/+12
* Use new MIT krb5 API for better password expiration warningsSumit Bose2010-09-231-0/+51
* Dead assignments cleanup in providers codeJan Zeleny2010-09-081-1/+0
* Fixed potential comparison of undefined variableJan Zeleny2010-09-021-0/+1
* Add dns_discovery_domain optionJakub Hrozek2010-06-301-1/+1
* Standardize on correct spelling of "principal" for krb5Stephen Gallagher2010-06-162-4/+4
* Remove krb5_changepw_principal optionJakub Hrozek2010-06-144-42/+22
* Properly handle read() and write() throughout the SSSDStephen Gallagher2010-06-101-7/+18
* Add a missing initializerSumit Bose2010-06-091-1/+1
* Initialize pam_data in Kerberos child.Sumit Bose2010-06-061-1/+1
* Refactor krb5 SIGTERM handler installationSumit Bose2010-05-273-14/+39
* Add callback to remove krb5 info files when going offlineSumit Bose2010-05-274-40/+156
* Refactor krb5_finalize()Sumit Bose2010-05-271-12/+27