summaryrefslogtreecommitdiff
path: root/server/providers/krb5/krb5_child.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Use macros to hide memcpy callsJakub Hrozek1-53/+14
2010-02-12Make change password errors more transparentSumit Bose1-18/+60
2010-02-10Fix other memory alignment issuesJakub Hrozek1-14/+17
2010-02-10Make return values more specific during password changeSumit Bose1-0/+1
2010-02-05Internationalize the command-line help messageStephen Gallagher1-3/+3
2010-02-05Enable debug_timestamps by defaultStephen Gallagher1-1/+1
2010-02-01Avoid 'PAM' at the beginning of define and enum namesSumit Bose1-3/+4
2010-02-01Rename PAM_USER_INFO to PAM_SYSTEM_INFOSumit Bose1-2/+2
2009-12-18Do not blindly accept zero-length passwordsStephen Gallagher1-7/+13
2009-12-18Fix ldap child memory hierarchy and other issuesSimo Sorce1-40/+43
2009-12-18Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose1-11/+25
2009-12-08Add dummy credentials to an empty ccache fileSumit Bose1-2/+54
2009-11-25Split helpers for child processesJakub Hrozek1-24/+1
2009-11-20Add ipa_authSumit Bose1-0/+3
2009-11-20Improve handling of ccache filesSumit Bose1-97/+153
2009-11-20Validate Kerberos credentials with local keytabSumit Bose1-2/+146
2009-11-06Check is ccache structure is initialized before calling krb5_cc_destroySumit Bose1-8/+16
2009-11-05add replacements for missing Kerberos callsSumit Bose1-33/+7
2009-10-22update krb5 option handling to new option schemeSumit Bose1-3/+38
2009-10-15enable debugging of krb5_childSumit Bose1-2/+42
2009-10-12fix a wrong argument to unpack_bufferSumit Bose1-18/+40
2009-10-05handle expired password during authenticationSumit Bose1-2/+25
2009-09-25fix possible short reads in kerberos providerSumit Bose1-10/+28
2009-09-24added support for older MIT kerberos versionssbose1-2/+29
2009-09-14fix the wrong usage of an offsetSumit Bose1-1/+1
2009-09-14add krb5ccache_dir and krb5ccname_template optionSumit Bose1-26/+90
2009-09-11use fork+exec for kerberos helperSumit Bose1-60/+253
2009-09-11add change password target to krb5 backendSumit Bose1-0/+363