summaryrefslogtreecommitdiffstats
path: root/server/responder
Commit message (Expand)AuthorAgeFilesLines
* 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
* Silence warningsSimo Sorce2009-05-263-6/+10
* Do not fire up backend search when the data provider is localJakub Hrozek2009-05-262-14/+18
* Move actual password caching into sysdbSimo Sorce2009-05-184-126/+2
* Prevent accepting blank passwordsSimo Sorce2009-05-181-0/+7
* Fix crypt functions to not use static buffers.Simo Sorce2009-05-182-18/+16
* added new pam client protocolSumit Bose2009-05-151-1/+132
* added more flexible handling of client protocolSumit Bose2009-05-154-2/+63
* added check for NULL valuesSumit Bose2009-05-142-9/+1
* Fix some more return paths using uninitalized retSimo Sorce2009-05-061-3/+3
* Fix use of uninitialized return variableSimo Sorce2009-04-291-5/+5
* handle other pam calls when offlineSumit Bose2009-04-281-0/+10
* Use different attribute for cached passwords change timeSumit Bose2009-04-281-2/+2
* change PAM timeout the match NSS timeSumit Bose2009-04-282-3/+1
* Use different attribute for cached passwordsSimo Sorce2009-04-271-3/+3
* Eliminate segfault on NSS and PAM responder startup.Stephen Gallagher2009-04-271-0/+4
* fix for pam proxy chauthtokSumit Bose2009-04-271-0/+1