summaryrefslogtreecommitdiff
path: root/server/providers/krb5/krb5_auth.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher1-1193/+0
2010-02-18Use macros to hide memcpy callsJakub Hrozek1-43/+16
2010-02-18Supress warnings with -O2Jakub Hrozek1-4/+3
2010-02-10Fix other memory alignment issuesJakub Hrozek1-14/+18
2010-02-01Avoid 'PAM' at the beginning of define and enum namesSumit Bose1-4/+4
2010-01-11Fix return value when offline and TGT is validSumit Bose1-1/+1
2010-01-05Return an error for an unknown PAM requestSumit Bose1-6/+18
2009-12-18Do not blindly accept zero-length passwordsStephen Gallagher1-1/+4
2009-12-18Fix ldap child memory hierarchy and other issuesSimo Sorce1-23/+54
2009-12-18Fix for #344Sumit Bose1-13/+11
2009-12-18Do not overwrite valid TGTs when offlineSumit Bose1-42/+87
2009-12-18Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose1-2/+12
2009-12-15Don't consider one address with different port numbers as the sameMartin Nagy1-1/+3
2009-12-09Reduce code duplication between LDAP child and Kerberos childJakub Hrozek1-116/+7
2009-12-01Immediately return a krb5 change password request when offlineSumit Bose1-0/+7
2009-11-25Remove unneeded debugging codeSumit Bose1-9/+0
2009-11-25Fix an internal error when cache_credentials=FALSESumit Bose1-1/+4
2009-11-25Split helpers for child processesJakub Hrozek1-143/+1
2009-11-23Read KDC info from file instead from environmentSumit Bose1-10/+51
2009-11-20Improve handling of ccache filesSumit Bose1-104/+442
2009-11-20Validate Kerberos credentials with local keytabSumit Bose1-37/+37
2009-11-10Simplify krb5 child handlerSumit Bose1-17/+18
2009-11-09Fix tevent_req error checking.Simo Sorce1-23/+20
2009-10-22update krb5 option handling to new option schemeSumit Bose1-23/+39
2009-10-16Move all krb5 provider init functionsSimo Sorce1-180/+24
2009-10-15enable debugging of krb5_childSumit Bose1-2/+99
2009-10-15Return the dp error from the providersSimo Sorce1-16/+30
2009-10-09use the correct kerberos context for each targetSumit Bose1-4/+33
2009-09-25remove krb5_try_simple_upn option and make it a default fallbackSumit Bose1-8/+1
2009-09-25fix possible short reads in kerberos providerSumit Bose1-5/+18
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-7/+10
2009-09-24added support for older MIT kerberos versionssbose1-2/+1
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-2/+2
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-2/+2
2009-09-14added child timeout handlerSumit Bose1-6/+87
2009-09-14add krb5ccache_dir and krb5ccname_template optionSumit Bose1-24/+66
2009-09-14Make the offline status backend-globalSimo Sorce1-4/+13
2009-09-11use fork+exec for kerberos helperSumit Bose1-106/+209
2009-09-11add change password target to krb5 backendSumit Bose1-24/+81
2009-08-28send SSSD_REALM and SSSD_KDCIP environment to the clientSumit Bose1-2/+31
2009-08-24some UPN handling fixesSumit Bose1-23/+11
2009-08-21use stored upn if availableSumit Bose1-20/+101
2009-08-11Make socket paths a compile-time optionStephen Gallagher1-1/+0
2009-08-05Consolidate tevent helpersJakub Hrozek1-16/+0
2009-07-20add infrastructure to handle new backend targetsSumit Bose1-4/+5
2009-07-10let krb5 backend safe valid credentials for offline authenticationSumit Bose1-0/+43
2009-07-03Cleanup warnings in client and server codeSimo Sorce1-3/+0
2009-07-02added kerberos backend with tevent_req event handlingSumit Bose1-0/+567