summaryrefslogtreecommitdiff
path: root/server/providers/krb5/krb5_child.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-15enable debugging of krb5_childSumit Bose1-2/+42
2009-10-12fix a wrong argument to unpack_bufferSumit Bose1-18/+40
- the patch to handle short read introduced a new variable len to store the amount of data read. Instead of using this variable unpack_buffer was called with the old variable ret. Thanks to mnagy@redhat.com for finding this. - this patch also fixes a potential error when the message size is equal to the buffer size.
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
- make the build of the locator plugin optional - added a man page for the locator plugin - use krb5.h if krb5/krb5.h cannot be found - added alternatives for missing functions - set -DDBUS_API_SUBJECT_TO_CHANGE if libdbus version is lesser than 1.0.0
2009-09-14fix the wrong usage of an offsetSumit Bose1-1/+1
2009-09-14add krb5ccache_dir and krb5ccname_template optionSumit Bose1-26/+90
The configuration options krb5ccache_dir and krb5ccname_template are added to the Kerberos provider to create the user's credential caches the same way as pam_krb5 does. Due to the design of the sssd and the supported ccache types of MIT Kerberos only files are allowed.
2009-09-11use fork+exec for kerberos helperSumit Bose1-60/+253
2009-09-11add change password target to krb5 backendSumit Bose1-0/+363