summaryrefslogtreecommitdiff
path: root/src/providers/child_common.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-19Move child_common routines to utilStephen Gallagher1-735/+0
2011-12-19Add common SIGCHLD handling for providers.Pavel Zuna1-6/+224
2011-09-08DEBUG timestamps offer higher precisionPavel Březina1-4/+17
https://fedorahosted.org/sssd/ticket/956 Added: --debug-microseconds=0/1 Added: debug_microseconds to sssd.conf
2011-08-25--debug-timestamps=1 is not passed to providersPavel Březina1-8/+6
https://fedorahosted.org/sssd/ticket/972 --debug-timestamps=1 is now passed to providers
2011-08-25New DEBUG facility - conversionPavel Březina1-1/+1
https://fedorahosted.org/sssd/ticket/925 Conversion of the old debug_level format to the new one. (only where it was necessary) Removed: SSS_DEFAULT_DEBUG_LEVEL (completely replaced with SSSDBG_DEFAULT)
2010-09-08Dead assignments cleanup in providers codeJan Zeleny1-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
2010-05-27Remove signal event if child was terminated by a signalSumit Bose1-5/+21
2010-05-16Properly set up SIGCHLD handlersStephen Gallagher1-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.
2010-03-25Allow arbitrary-length PAM messagesStephen Gallagher1-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
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+416
Also update BUILD.txt