summaryrefslogtreecommitdiff
path: root/server/responder
AgeCommit message (Expand)AuthorFilesLines
2009-07-03Rework transaction code to use tevent_reqSimo Sorce1-31/+84
2009-07-03Rename sysdb_req to sysdb_handle.Simo Sorce2-12/+6
2009-07-02check pending_return after dbus_connection_send_with_replySumit Bose2-2/+2
2009-07-02added kerberos backend with tevent_req event handlingSumit Bose1-1/+19
2009-06-08fix detection of authentication against LOCAL domainSumit Bose1-3/+9
2009-05-28Fix user enumeration bugSimo Sorce1-4/+0
2009-05-28special-case NSS calls in PAM codeJakub Hrozek1-2/+2
2009-05-27Fix enumerations (bug #42)Simo Sorce1-12/+76
2009-05-26fix a wrong timeoutSumit Bose1-3/+4
2009-05-26Silence warningsSimo Sorce3-6/+10
2009-05-26Do not fire up backend search when the data provider is localJakub Hrozek2-14/+18
2009-05-18Move actual password caching into sysdbSimo Sorce4-126/+2
2009-05-18Prevent accepting blank passwordsSimo Sorce1-0/+7
2009-05-18Fix crypt functions to not use static buffers.Simo Sorce2-18/+16
2009-05-15added new pam client protocolSumit Bose1-1/+132
2009-05-15added more flexible handling of client protocolSumit Bose4-2/+63
2009-05-14added check for NULL valuesSumit Bose2-9/+1
2009-05-06Fix some more return paths using uninitalized retSimo Sorce1-3/+3
2009-04-29Fix use of uninitialized return variableSimo Sorce1-5/+5
2009-04-28handle other pam calls when offlineSumit Bose1-0/+10
2009-04-28Use different attribute for cached passwords change timeSumit Bose1-2/+2
2009-04-28change PAM timeout the match NSS timeSumit Bose2-3/+1
2009-04-27Use different attribute for cached passwordsSimo Sorce1-3/+3
2009-04-27Eliminate segfault on NSS and PAM responder startup.Stephen Gallagher1-0/+4
2009-04-27fix for pam proxy chauthtokSumit Bose1-0/+1
2009-04-23removed length of unused element from packet size calculationSumit Bose1-1/+1
2009-04-22fix for a seq fault when pam_reply_delay is called.Sumit Bose1-2/+2
2009-04-17Force user check and discover user's domainSimo Sorce6-297/+593
2009-04-16Fix by_id enumeration with multiple domainsSimo Sorce1-0/+10
2009-04-14Add common function to retrieve comma sep. listsSimo Sorce1-11/+13
2009-04-14Make reconnection to the Data Provider a global settingStephen Gallagher2-7/+4
2009-04-14Add reconnection code between the NSS responder and the Data providerStephen Gallagher1-1/+52
2009-04-13Fix a couple of segfaults and timeout checksSimo Sorce2-31/+14
2009-04-13Fix segfaults when passing an unknown domainSimo Sorce1-9/+20
2009-04-13Implement credentials caching in pam responder.Simo Sorce8-373/+494
2009-04-13Always pass full domain infoSimo Sorce1-1/+1
2009-04-09Serialize requests vs backends.Simo Sorce1-544/+702
2009-04-08Change the way we retrieve domainsSimo Sorce7-234/+105
2009-04-07Clean up warnings in SSSDStephen Gallagher3-11/+10
2009-04-07Unify name parsing and reposnder headersSimo Sorce12-243/+328
2009-04-07Use info in the domain entry to determine action.Simo Sorce1-1/+12
2009-04-01Add way to use files as a proxy backend fro LOCALSimo Sorce1-28/+91
2009-04-01Add a more flexible way to parse and filter names.Simo Sorce5-280/+885
2009-03-27Fix copy&paste errorSimo Sorce1-1/+1
2009-03-27Fix potential segfault if dp_ctx is still NULL.Simo Sorce2-2/+18
2009-03-27Make nsssrv use the common responder functionsSimo Sorce10-734/+221
2009-03-27Fix uninitailized pointer and cut&paste errorSimo Sorce1-1/+5
2009-03-26Enable autoreconnection to the Data Provider in PAMStephen Gallagher3-4/+67
2009-03-26Refactor nss_ctx to resp_ctx in respondersStephen Gallagher7-109/+109
2009-03-24Fix buildSimo Sorce2-1/+4