summaryrefslogtreecommitdiffstats
path: root/src/responder/common/responder_packet.c
Commit message (Collapse)AuthorAgeFilesLines
* RESPONDER: Fix segfault in sss_packet_send()sssd-1.5.1-62.el6Stephen Gallagher2011-10-251-0/+5
| | | | | | | | | There are several places (all error-handling) where sss_cmd_done() is called with no response packet created. As a short-term solution, we need to check whether the packet is NULL and simply return EINVAL. client_send() (the consumer) will then forcibly disconnect the client (which will return PAM_SYSTEM_ERR to the client).
* Fixes for client communicationSumit Bose2010-03-171-4/+12
| | | | | | | - catch all errors of send() and recv(), not only EAGAIN - check if send() or recv() return EWOULDBLOCK or EINTR - remove unused parameter from client_send() and client_recv() - fix a debugging message
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+253
Also update BUILD.txt