summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "Create kdcinfo and kpasswdinfo file at startup"Sumit Bose2010-05-272-41/+1
* Fix handling of ccache file when going offlineSumit Bose2010-05-262-32/+76
* Add support for delayed kinit if offlineSumit Bose2010-05-266-27/+425
* Handle Krb5 password expiration warningSumit Bose2010-05-262-174/+195
* Try all servers during Kerberos authJakub Hrozek2010-05-261-23/+104
* Properly set up SIGCHLD handlersStephen Gallagher2010-05-162-1/+6
* New version of IPA auth and password migrationSumit Bose2010-05-161-2/+2
* Make Kerberos authentication a tevent_reqSumit Bose2010-05-162-215/+345
* Use service discovery in backendsJakub Hrozek2010-05-073-6/+27
* Create kdcinfo and kpasswdinfo file at startupSumit Bose2010-05-072-1/+41
* Clean up kdcinfo and kpasswdinfo files when exitingStephen Gallagher2010-05-073-2/+57
* Display a message if a password reset by root failsSumit Bose2010-04-261-0/+7
* sysdb: convert sysdb_get_user_attrSimo Sorce2010-04-121-38/+13
* Remove remaining use of sysdb_transaction_sendSimo Sorce2010-04-121-103/+49
* sysdb: convert sysdb_cache_passwordSimo Sorce2010-04-121-29/+8
* sysdb: convert sysdb_set_entry/user/group_attrSimo Sorce2010-04-121-23/+4
* Allow arbitrary-length PAM messagesStephen Gallagher2010-03-252-20/+7
* Add krb5_kpasswd optionSumit Bose2010-03-126-30/+205
* Write the IP address of the KDC to the kdcinfo fileSumit Bose2010-03-111-16/+10
* Add expandable sequences to krb5_ccachedirSumit Bose2010-03-116-21/+292
* Add forgotten \n in DEBUG statementsMartin Nagy2010-03-041-1/+1