summaryrefslogtreecommitdiffstats
path: root/server/responder/pam
Commit message (Expand)AuthorAgeFilesLines
* Fix reconnection codeSimo Sorce2009-08-174-48/+57
* Refactor responder_dp.cStephen Gallagher2009-08-141-6/+6
* Change the why DP clients identifySimo Sorce2009-08-113-53/+16
* Change services identification mechanismSimo Sorce2009-08-111-72/+5
* Make child processes exit when parent diesJakub Hrozek2009-08-111-0/+6
* Make socket paths a compile-time optionStephen Gallagher2009-08-111-1/+0
* Simplify interfaces initializationSimo Sorce2009-08-103-30/+37
* Cosmetic changesSimo Sorce2009-08-102-21/+21
* Remove redundant memory contextsSimo Sorce2009-08-102-5/+5
* Address CVE-2009-2410Stephen Gallagher2009-07-291-1/+1
* Implement resInit for monitor, NSS, PAM, DP and the backendsStephen Gallagher2009-07-201-0/+20
* 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-021-1/+1
* 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
* special-case NSS calls in PAM codeJakub Hrozek2009-05-281-2/+2
* fix a wrong timeoutSumit Bose2009-05-261-3/+4
* 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-151-1/+12
* added check for NULL valuesSumit Bose2009-05-142-9/+1
* 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
* 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-172-19/+319
* Make reconnection to the Data Provider a global settingStephen Gallagher2009-04-141-2/+2
* Fix a couple of segfaults and timeout checksSimo Sorce2009-04-131-1/+1
* Implement credentials caching in pam responder.Simo Sorce2009-04-138-373/+494
* Always pass full domain infoSimo Sorce2009-04-131-1/+1
* Change the way we retrieve domainsSimo Sorce2009-04-083-20/+16
* Clean up warnings in SSSDStephen Gallagher2009-04-072-3/+2
* Unify name parsing and reposnder headersSimo Sorce2009-04-073-34/+35
* Use info in the domain entry to determine action.Simo Sorce2009-04-071-1/+12
* Fix copy&paste errorSimo Sorce2009-03-271-1/+1
* Fix potential segfault if dp_ctx is still NULL.Simo Sorce2009-03-271-2/+9
* Make nsssrv use the common responder functionsSimo Sorce2009-03-272-12/+8
* Enable autoreconnection to the Data Provider in PAMStephen Gallagher2009-03-261-1/+61
* Refactor nss_ctx to resp_ctx in respondersStephen Gallagher2009-03-263-11/+11
* Enhance server_setupSimo Sorce2009-03-201-1/+1
* added response type PAM_ENV_ITEM and integrated response data into dbus messagesSumit Bose2009-03-202-19/+98
* use pam_data as main data structure for dbus communicationSumit Bose2009-03-193-27/+85
* remove an unnecessary call to confdbSumit Bose2009-03-111-8/+4
* added generic PAM return messages and a false login delaySumit Bose2009-03-105-64/+150