summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5
Commit message (Expand)AuthorAgeFilesLines
* Use macros to hide memcpy callsJakub Hrozek2010-02-182-96/+30
* Supress warnings with -O2Jakub Hrozek2010-02-181-4/+3
* Make change password errors more transparentSumit Bose2010-02-121-18/+60
* Don't pass a variable as format to talloc_asprintf()Martin Nagy2010-02-121-1/+1
* Fix other memory alignment issuesJakub Hrozek2010-02-102-28/+35
* Make return values more specific during password changeSumit Bose2010-02-101-0/+1
* Internationalize the command-line help messageStephen Gallagher2010-02-051-3/+3
* Enable debug_timestamps by defaultStephen Gallagher2010-02-051-1/+1
* Avoid 'PAM' at the beginning of define and enum namesSumit Bose2010-02-012-7/+8
* Rename PAM_USER_INFO to PAM_SYSTEM_INFOSumit Bose2010-02-011-2/+2
* 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-182-8/+17
* Fix ldap child memory hierarchy and other issuesSimo Sorce2009-12-182-63/+97
* Fix for #344Sumit Bose2009-12-181-13/+11
* Do not overwrite valid TGTs when offlineSumit Bose2009-12-182-42/+88
* Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose2009-12-182-13/+37
* Don't consider one address with different port numbers as the sameMartin Nagy2009-12-151-1/+3
* 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