summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
* Consolidate code for splitting strings by separatorJakub Hrozek2009-12-101-5/+3
* Reduce code duplication between LDAP child and Kerberos childJakub Hrozek2009-12-091-116/+7
* Add dummy credentials to an empty ccache fileSumit Bose2009-12-081-2/+54
* Immediately return a krb5 change password request when offlineSumit Bose2009-12-011-0/+7
* Remove unneeded debugging codeSumit Bose2009-11-251-9/+0
* Fix an internal error when cache_credentials=FALSESumit Bose2009-11-251-1/+4
* Split helpers for child processesJakub Hrozek2009-11-254-173/+4
* Read KDC info from file instead from environmentSumit Bose2009-11-235-30/+323
* Add initial failover support for ldap and ipaSimo Sorce2009-11-203-2/+9
* Add ipa_authSumit Bose2009-11-201-0/+3
* Improve handling of ccache filesSumit Bose2009-11-203-202/+597
* Validate Kerberos credentials with local keytabSumit Bose2009-11-206-39/+250
* Fix option name krb5_changepw_principalSumit Bose2009-11-131-1/+1
* Fix inconsistent use of krb5_ccname_templateSumit Bose2009-11-121-1/+1
* Simplify krb5 child handlerSumit Bose2009-11-101-17/+18
* Fix tevent_req error checking.Simo Sorce2009-11-091-23/+20
* Check is ccache structure is initialized before calling krb5_cc_destroySumit Bose2009-11-061-8/+16
* add replacements for missing Kerberos callsSumit Bose2009-11-053-38/+9
* update krb5 option handling to new option schemeSumit Bose2009-10-227-125/+273
* Move all krb5 provider init functionsSimo Sorce2009-10-164-193/+261
* enable debugging of krb5_childSumit Bose2009-10-153-4/+142
* Return the dp error from the providersSimo Sorce2009-10-151-16/+30
* fix a wrong argument to unpack_bufferSumit Bose2009-10-121-18/+40
* use the correct kerberos context for each targetSumit Bose2009-10-091-4/+33
* handle expired password during authenticationSumit Bose2009-10-051-2/+25
* remove krb5_try_simple_upn option and make it a default fallbackSumit Bose2009-09-252-9/+1
* fix possible short reads in kerberos providerSumit Bose2009-09-252-15/+46
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-7/+10
* added support for older MIT kerberos versionssbose2009-09-243-7/+37
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-231-2/+2
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-211-2/+2
* added child timeout handlerSumit Bose2009-09-142-6/+90
* fix the wrong usage of an offsetSumit Bose2009-09-141-1/+1
* add krb5ccache_dir and krb5ccname_template optionSumit Bose2009-09-145-50/+356
* Make the offline status backend-globalSimo Sorce2009-09-141-4/+13
* use fork+exec for kerberos helperSumit Bose2009-09-113-193/+463
* add change password target to krb5 backendSumit Bose2009-09-114-207/+447
* send SSSD_REALM and SSSD_KDCIP environment to the clientSumit Bose2009-08-281-2/+31
* some UPN handling fixesSumit Bose2009-08-242-23/+12
* use stored upn if availableSumit Bose2009-08-211-20/+101
* Make socket paths a compile-time optionStephen Gallagher2009-08-111-1/+0
* Consolidate tevent helpersJakub Hrozek2009-08-051-16/+0
* add infrastructure to handle new backend targetsSumit Bose2009-07-201-4/+5
* let krb5 backend safe valid credentials for offline authenticationSumit Bose2009-07-101-0/+43
* fix return code of krb5 child to indicate that the kdc is unavailableSumit Bose2009-07-081-1/+5
* Cleanup warnings in client and server codeSimo Sorce2009-07-031-3/+0
* added kerberos backend with tevent_req event handlingSumit Bose2009-07-023-0/+837