summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a credential cache back end structureJakub Hrozek2012-06-141-0/+3
| | | | | | 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.
* Add support to request canonicalization on krb AS requestsJan Zeleny2011-11-021-0/+2
| | | | https://fedorahosted.org/sssd/ticket/957
* Remove unused krb5_service structure memberJakub Hrozek2011-07-131-1/+0
|
* Allow new option to specify principal for FASTJan Zeleny2011-04-251-0/+2
| | | | https://fedorahosted.org/sssd/ticket/700
* Serialize requests of the same user in the krb5 providerSumit Bose2010-12-201-0/+2
|
* Replace krb5_kdcip by krb5_server in LDAP providerSumit Bose2010-12-071-1/+2
|
* Add support for FAST in krb5 providerSumit Bose2010-12-071-1/+5
|
* Add support for automatic Kerberos ticket renewalSumit Bose2010-12-031-0/+3
|
* krb5_child returns TGT lifetimeSumit Bose2010-12-031-0/+7
|
* Add krb5_lifetime optionSumit Bose2010-12-031-0/+2
|
* Add krb5_renewable_lifetime optionSumit Bose2010-12-031-0/+2
|
* Add krb5_get_simple_upn()Sumit Bose2010-11-041-0/+2
|
* Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip.Jan Zeleny2010-10-191-0/+3
| | | | | | | | For the time being, if krb5_server is not found, still falls back to krb5_kdcip with a warning. If both options are present in config file, krb5_server has a higher priority. Fixes: #543
* Initialize kerberos service for GSSAPIJakub Hrozek2010-10-131-0/+6
|
* Remove krb5_changepw_principal optionJakub Hrozek2010-06-141-2/+0
| | | | Fixes: #531
* Refactor krb5 SIGTERM handler installationSumit Bose2010-05-271-0/+3
|
* Add callback to remove krb5 info files when going offlineSumit Bose2010-05-271-0/+52
|
* Revert "Create kdcinfo and kpasswdinfo file at startup"Sumit Bose2010-05-271-1/+0
| | | | This reverts commit f3c31d11bf365eb6a79c4f698667915a4c81eeb7.
* Add support for delayed kinit if offlineSumit Bose2010-05-261-0/+1
| | | | | | | If the configuration option krb5_store_password_if_offline is set to true and the backend is offline the plain text user password is stored and used to request a TGT if the backend becomes online. If available the Linux kernel key retention service is used.
* Use service discovery in backendsJakub Hrozek2010-05-071-2/+2
| | | | | | | | | Integrate the failover improvements with our back ends. The DNS domain used in the SRV query is always the SSSD domain name. Please note that this patch changes the default value of ldap_uri from "ldap://localhost" to "NULL" in order to use service discovery with no server set.
* Create kdcinfo and kpasswdinfo file at startupSumit Bose2010-05-071-0/+1
|
* Clean up kdcinfo and kpasswdinfo files when exitingStephen Gallagher2010-05-071-0/+7
|
* Add krb5_kpasswd optionSumit Bose2010-03-121-1/+7
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+72
Also update BUILD.txt