summaryrefslogtreecommitdiffstats
path: root/server/responder
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed length of unused element from packet size calculationSumit Bose2009-04-231-1/+1
* fix for a seq fault when pam_reply_delay is called.Sumit Bose2009-04-221-2/+2
* Force user check and discover user's domainSimo Sorce2009-04-176-297/+593
* Fix by_id enumeration with multiple domainsSimo Sorce2009-04-161-0/+10
* Add common function to retrieve comma sep. listsSimo Sorce2009-04-141-11/+13
* Make reconnection to the Data Provider a global settingStephen Gallagher2009-04-142-7/+4
* Add reconnection code between the NSS responder and the Data providerStephen Gallagher2009-04-141-1/+52
* Fix a couple of segfaults and timeout checksSimo Sorce2009-04-132-31/+14
* Fix segfaults when passing an unknown domainSimo Sorce2009-04-131-9/+20
* Implement credentials caching in pam responder.Simo Sorce2009-04-138-373/+494
* Always pass full domain infoSimo Sorce2009-04-131-1/+1