summaryrefslogtreecommitdiffstats
path: root/src/responder/common/responder_dp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed timeout handling in responderssssd-1.5.1-57.el6Jan Zeleny2011-10-141-72/+72
|
* Check if dp_requests hash table exists before using itsssd-1.5.1-56.el6Jakub Hrozek2011-10-131-0/+5
|
* Do not delete requests inside hash_iterate loopJakub Hrozek2011-09-301-10/+12
|
* Add a special filter type to handle enumerationsSumit Bose2010-12-021-1/+1
|
* Fix double free issueSumit Bose2010-10-261-2/+2
|
* Remove all nss requests after a reconnectSumit Bose2010-10-261-0/+19
| | | | | | | Currently we do not handle the open nss request after a reconnect and wait until they timeout (which is a couple of minutes!). This patch adds a handler that terminates all requests after a reconnect. Then responder will return matching cache entries or nothing.
* Add netgroup support to the NSS responderStephen Gallagher2010-10-131-0/+3
|
* Check the correct variable for NULL after creating timerStephen Gallagher2010-06-101-1/+1
| | | | | | | | | In several places, we were creating a new timer and assigning it to the tev variable, but then we were checking for NULL from the te variable (which, incidentally, is guaranteed never to be NULL in this situation) https://fedorahosted.org/sssd/ticket/523
* Fix a series of memory leaks in the SBUSStephen Gallagher2010-03-171-4/+1
|
* Properly handle dbus send attempts on a closed connectionStephen Gallagher2010-03-151-22/+10
| | | | | | | | dbus_connection_send_with_reply() will report success and return a NULL pending_reply when the connection is not open for communication. This patch creates a new wrapper around dbus_connection_send_with_reply() to properly detect this condition and report it as an error.
* Add forgotten \n in DEBUG statementsMartin Nagy2010-03-041-3/+3
| | | | | | Logs from confdb with missing '\n' in the DEBUG statements annoyed me so I decided to fix them. I also made a quick grep through the code and found other places so I fixed them too.
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+590
Also update BUILD.txt