summaryrefslogtreecommitdiffstats
path: root/server/responder
Commit message (Expand)AuthorAgeFilesLines
* dhash: Add private pointer for delete callbackSimo Sorce2009-12-081-1/+1
* Fix potential uninitialized value error in responder_dp.cStephen Gallagher2009-12-081-1/+1
* Fix potential uninitialized value errors in nsssrv_cmd.cStephen Gallagher2009-12-081-1/+2
* Use the custom password field in groups too.Simo Sorce2009-12-031-3/+5
* Use memberuid and not member in group enumerationsSimo Sorce2009-12-031-53/+8
* Fix ticket #289Simo Sorce2009-11-231-0/+18
* Speed up user requests while offlineStephen Gallagher2009-11-234-15/+25
* Filter by id range before actually storing entries.Simo Sorce2009-11-201-16/+0
* Optimize sysdb_enumgrentSimo Sorce2009-11-201-172/+178
* Make the password field configurable in NSSJakub Hrozek2009-11-183-4/+14
* Change the pam code to perform an initgroups callSimo Sorce2009-11-181-1/+1
* Change initgroups code to use and check the cacheSimo Sorce2009-11-181-196/+98
* Change var name to make its use more clear.Simo Sorce2009-11-122-7/+7
* Fix check_cache bug in dealing with the callbackSimo Sorce2009-11-121-97/+104
* Fix segfault on unknown user/domainStephen Gallagher2009-11-091-2/+2
* Fix tevent_req error checking.Simo Sorce2009-11-091-6/+1
* Update midpoint refresh logic to be relative to cache timeoutStephen Gallagher2009-11-053-9/+24
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-274-26/+12
* Fix segfaultSimo Sorce2009-10-271-1/+1
* Use standard coding practice to set last loginSimo Sorce2009-10-261-90/+128
* Add support for offline auth cache timeoutStephen Gallagher2009-10-224-3/+192
* Add pam_ctx (similar to nss_ctx) for storing global PAM configStephen Gallagher2009-10-222-5/+25
* Remove two unused functions.Stephen Gallagher2009-10-152-18/+0
* Fix offline authenticationSimo Sorce2009-10-151-16/+3
* Remove DP processSimo Sorce2009-10-096-72/+121
* Remove unused btreemap codeStephen Gallagher2009-10-064-4/+0
* Make dp requests more robustSimo Sorce2009-10-051-36/+109
* Fix infinite loop with empty group enumerationStephen Gallagher2009-09-291-13/+15
* Send debug messages to logfileJakub Hrozek2009-09-252-2/+6
* Upgrade confdb to version 2Stephen Gallagher2009-09-254-30/+47
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-239-104/+88
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-219-88/+104
* make cli_pid mandatory and increase version number of pam protocolSumit Bose2009-09-141-1/+25
* Let the PAM client send its PIDSumit Bose2009-09-141-0/+19
* Fix getgrnam and getgrgid callsSimo Sorce2009-09-111-7/+9
* Add copyright noticesJakub Hrozek2009-09-112-0/+42
* Add support for the EntryCacheNoWaitRefreshTimeoutStephen Gallagher2009-09-093-2/+53
* Consolidate cache lookups in the NSSStephen Gallagher2009-09-091-177/+93
* Split database in multiple filesSimo Sorce2009-09-086-30/+227
* Fix two possible uninitialized valuesSimo Sorce2009-09-081-3/+4
* Turn enumeration into a boolean valueSimo Sorce2009-08-312-8/+4
* Fix group replies when using member/memberofSimo Sorce2009-08-273-197/+180
* fix handling of filtersUsers in groupsSumit Bose2009-08-213-31/+44
* added missing hash_create which was remove by a previous patchSumit Bose2009-08-181-5/+14
* Fix reconnection codeSimo Sorce2009-08-178-209/+116
* Refactor responder_dp.cStephen Gallagher2009-08-144-117/+117
* Don't go to the backend for identical cache entry requestsStephen Gallagher2009-08-142-54/+294
* Eliminate unnecessary explicit timeout for DP account requestsStephen Gallagher2009-08-121-33/+19
* Change the why DP clients identifySimo Sorce2009-08-119-143/+69
* Change services identification mechanismSimo Sorce2009-08-114-150/+24