summaryrefslogtreecommitdiffstats
path: root/server/responder
Commit message (Expand)AuthorAgeFilesLines
* Use standard coding practice to set last loginSimo Sorce2009-10-271-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
* Make child processes exit when parent diesJakub Hrozek2009-08-112-0/+12
* Make socket paths a compile-time optionStephen Gallagher2009-08-112-2/+0
* Simplify interfaces initializationSimo Sorce2009-08-109-100/+86
* merge server and connection structuresSimo Sorce2009-08-102-4/+4
* Cosmetic changesSimo Sorce2009-08-107-51/+51
* Remove redundant memory contextsSimo Sorce2009-08-106-30/+36
* Move parsing of names and domains into util/Jakub Hrozek2009-08-052-120/+1
* Address CVE-2009-2410Stephen Gallagher2009-07-291-1/+1
* Raise debug level for version negotiationSimo Sorce2009-07-201-2/+2
* Implement resInit for monitor, NSS, PAM, DP and the backendsStephen Gallagher2009-07-202-0/+40
* Rework transaction code to use tevent_reqSimo Sorce2009-07-031-31/+84
* Rename sysdb_req to sysdb_handle.Simo Sorce2009-07-032-12/+6
* check pending_return after dbus_connection_send_with_replySumit Bose2009-07-022-2/+2
* added kerberos backend with tevent_req event handlingSumit Bose2009-07-021-1/+19
* fix detection of authentication against LOCAL domainSumit Bose2009-06-081-3/+9
* Fix user enumeration bugSimo Sorce2009-05-281-4/+0
* special-case NSS calls in PAM codeJakub Hrozek2009-05-281-2/+2
* Fix enumerations (bug #42)Simo Sorce2009-05-271-12/+76
* fix a wrong timeoutSumit Bose2009-05-261-3/+4