summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_auth.c
Commit message (Expand)AuthorAgeFilesLines
* Use macros to hide memcpy callsJakub Hrozek2010-02-181-43/+16
* Supress warnings with -O2Jakub Hrozek2010-02-181-4/+3
* Fix other memory alignment issuesJakub Hrozek2010-02-101-14/+18
* Avoid 'PAM' at the beginning of define and enum namesSumit Bose2010-02-011-4/+4
* Fix return value when offline and TGT is validSumit Bose2010-01-111-1/+1
* Return an error for an unknown PAM requestSumit Bose2010-01-051-6/+18
* Do not blindly accept zero-length passwordsStephen Gallagher2009-12-181-1/+4
* Fix ldap child memory hierarchy and other issuesSimo Sorce2009-12-181-23/+54
* Fix for #344Sumit Bose2009-12-181-13/+11
* Do not overwrite valid TGTs when offlineSumit Bose2009-12-181-42/+87
* Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose2009-12-181-2/+12
* Don't consider one address with different port numbers as the sameMartin Nagy2009-12-151-1/+3
* Reduce code duplication between LDAP child and Kerberos childJakub Hrozek2009-12-091-116/+7
* 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-251-143/+1
* Read KDC info from file instead from environmentSumit Bose2009-11-231-10/+51
* Improve handling of ccache filesSumit Bose2009-11-201-104/+442
* Validate Kerberos credentials with local keytabSumit Bose2009-11-201-37/+37
* Simplify krb5 child handlerSumit Bose2009-11-101-17/+18
* Fix tevent_req error checking.Simo Sorce2009-11-091-23/+20
* update krb5 option handling to new option schemeSumit Bose2009-10-221-23/+39
* Move all krb5 provider init functionsSimo Sorce2009-10-161-180/+24
* enable debugging of krb5_childSumit Bose2009-10-151-2/+99
* Return the dp error from the providersSimo Sorce2009-10-151-16/+30
* use the correct kerberos context for each targetSumit Bose2009-10-091-4/+33
* remove krb5_try_simple_upn option and make it a default fallbackSumit Bose2009-09-251-8/+1
* fix possible short reads in kerberos providerSumit Bose2009-09-251-5/+18
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-7/+10
* added support for older MIT kerberos versionssbose2009-09-241-2/+1
* 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-141-6/+87
* add krb5ccache_dir and krb5ccname_template optionSumit Bose2009-09-141-24/+66
* Make the offline status backend-globalSimo Sorce2009-09-141-4/+13
* use fork+exec for kerberos helperSumit Bose2009-09-111-106/+209
* add change password target to krb5 backendSumit Bose2009-09-111-24/+81
* send SSSD_REALM and SSSD_KDCIP environment to the clientSumit Bose2009-08-281-2/+31
* some UPN handling fixesSumit Bose2009-08-241-23/+11
* 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
* Cleanup warnings in client and server codeSimo Sorce2009-07-031-3/+0
* added kerberos backend with tevent_req event handlingSumit Bose2009-07-021-0/+567