Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-16 | Properly set up SIGCHLD handlers | Stephen Gallagher | 1 | -0/+12 | |
Instead of having all-purpose SIGCHLD handlers that try to catch every occurrence, we instead create a per-PID handler. This will allow us to specify callbacks to occur when certain children exit. | |||||
2010-03-25 | Allow arbitrary-length PAM messages | Stephen Gallagher | 1 | -3/+2 | |
The PAM standard allows for messages of any length to be returned to the client. We were discarding all messages of length greater than 255. This patch dynamically allocates the message buffers so we can pass the complete message. This resolves https://fedorahosted.org/sssd/ticket/432 | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+73 | |
Also update BUILD.txt |