summaryrefslogtreecommitdiffstats
path: root/src/providers/child_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Dead assignments cleanup in providers codeJan Zeleny2010-09-081-2/+2
| | | | | | | Dead assignments were deleted. Also prototype of function sdap_access_decide_offline() has been changed, since its return code was never used. Ticket: #586
* Remove signal event if child was terminated by a signalSumit Bose2010-05-271-5/+21
|
* Properly set up SIGCHLD handlersStephen Gallagher2010-05-161-20/+90
| | | | | | 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.
* Allow arbitrary-length PAM messagesStephen Gallagher2010-03-251-8/+12
| | | | | | | | | 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
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+416
Also update BUILD.txt