summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-02-22Remove Kerberos options from confdb.hJakub Hrozek1-8/+0
Kerberos-specific options are pulled using dp_get_opts() and defined in Kerberos subtree. There is no need to keep these in confdb.
2010-02-22Remove unnecessary domain parameter from PAM requestsStephen Gallagher2-28/+5
If we're sending a message to the backend, we already know which domain the request is targeting. Carrying this information is not useful and confuses the interface.
2010-02-22Remove unnecessary "domain" parameter from DP registrationStephen Gallagher6-10/+7
This was a holdover from when the DP and the providers were unique processes. The NSS and PAM registrations do not need to send the domain, as it is not ambiguous which one they are talking to.
2010-02-19Add documentation for PAM response messagesSumit Bose3-20/+272
2010-02-19Remove unneeded items from struct pam_dataSumit Bose8-89/+71
2010-02-19Update PL translationPiotr Drąg1-5/+5
2010-02-19Send Kerberos environment after password changeSumit Bose1-1/+1
2010-02-19Fix two typosSumit Bose1-2/+2
2010-02-19Updating ES translationDomingo Becker1-11/+12
2010-02-18Fix bad mergeStephen Gallagher3-0/+841
Merging ba8937d83675c7d69808d1d3df8f823afdc5ce2a left the COPYING and COPYING.LESSER files in the now-defunct sss_client directory. This patch moves them into the right location and fixes the spec file to look for them correctly.
2010-02-18Fix licensing issues for sss_clientStephen Gallagher5-30/+72
2010-02-18Fix licensing issues in SSSDStephen Gallagher3-0/+72
2010-02-18Build all manpages from a single locationStephen Gallagher2-1/+1
2010-02-18Rename server/ directory to src/Stephen Gallagher239-0/+91971
Also update BUILD.txt