summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_reconnect.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-15s3:winbindd: use struct initializers for all struct winbindd_methods casesStefan Metzmacher1-14/+15
2023-06-13s3:winbind: Add lookup_aliasmem to winbindd_methods and implement it in all b...Pavel Filipenský1-0/+29
2023-06-13s3:winbind: Fix trailing whitespace in winbindd_reconnect.cPavel Filipenský1-8/+8
2021-04-29winbindd: remove obsolete sequence_number from struct winbindd_methodsRalph Boehme1-1/+0
2021-04-29winbindd: remove obsolete sequence_number() from winbindd_reconnect.cRalph Boehme1-14/+1
2019-04-18winbind: Return queried domain name from name_to_sidChristof Schmitt1-2/+3
2018-03-15winbindd: call dcerpc_binding_handle_is_connected() from reset_cm_connection_...Ralph Boehme1-1/+1
2018-03-15winbindd: call reset_cm_connection_on_error() from reconnect_need_retry()Ralph Boehme1-7/+1
2017-03-06Revert "winbind: Remove "lookup_usergroups" winbind method"Volker Lendecke1-0/+21
2017-01-04winbind: Simplify query_user_list to only return ridsVolker Lendecke1-6/+4
2017-01-04winbind: Remove "lookup_usergroups" winbind methodVolker Lendecke1-21/+0
2017-01-04winbind: Remove "query_user" backend functionVolker Lendecke1-19/+0
2016-01-13winbindd: Add retry also for ADS method callsChristof Schmitt1-2/+1
2016-01-13winbindd: Reset connection for expired session before reconnectingChristof Schmitt1-15/+24
2015-04-29Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe1-10/+10
2011-03-30s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner1-2/+2
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-9/+9
2010-03-29s3:winbindd_reconnect: don't only reconnect on NT_STATUS_UNSUCCESSFULStefan Metzmacher1-14/+59
2009-12-28s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...Volker Lendecke1-9/+3
2009-08-29s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke1-3/+6
2009-08-16s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke1-2/+2
2009-08-02Refactor 9b78af1f: Fix lookupname recursionVolker Lendecke1-6/+5
2008-02-06Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner1-2/+2
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+316