summaryrefslogtreecommitdiffstats
path: root/server/responder
Commit message (Expand)AuthorAgeFilesLines
* 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
* Serialize requests vs backends.Simo Sorce2009-04-091-544/+702
* Change the way we retrieve domainsSimo Sorce2009-04-087-234/+105
* Clean up warnings in SSSDStephen Gallagher2009-04-073-11/+10
* Unify name parsing and reposnder headersSimo Sorce2009-04-0712-243/+328
* Use info in the domain entry to determine action.Simo Sorce2009-04-071-1/+12
* Add way to use files as a proxy backend fro LOCALSimo Sorce2009-04-011-28/+91
* Add a more flexible way to parse and filter names.Simo Sorce2009-04-015-280/+885
* Fix copy&paste errorSimo Sorce2009-03-271-1/+1
* Fix potential segfault if dp_ctx is still NULL.Simo Sorce2009-03-272-2/+18
* Make nsssrv use the common responder functionsSimo Sorce2009-03-2710-734/+221
* Fix uninitailized pointer and cut&paste errorSimo Sorce2009-03-271-1/+5
* Enable autoreconnection to the Data Provider in PAMStephen Gallagher2009-03-263-4/+67
* Refactor nss_ctx to resp_ctx in respondersStephen Gallagher2009-03-267-109/+109
* Fix buildSimo Sorce2009-03-242-1/+4
* Retrieve some options from confdbSimo Sorce2009-03-203-11/+46
* Enhance server_setupSimo Sorce2009-03-203-2/+4
* 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