Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-22 | Remove unnecessary domain parameter from PAM requests | Stephen Gallagher | 1 | -7/+4 | |
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-22 | Remove unnecessary "domain" parameter from DP registration | Stephen Gallagher | 1 | -1/+1 | |
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-19 | Add documentation for PAM response messages | Sumit Bose | 1 | -0/+69 | |
2010-02-19 | Remove unneeded items from struct pam_data | Sumit Bose | 1 | -4/+0 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+219 | |
Also update BUILD.txt |