summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.h
Commit message (Expand)AuthorAgeFilesLines
* winbind: Return queried domain name from name_to_sidChristof Schmitt2019-04-181-0/+1
* s3:winbindd: Also log the process name in winbinddAndreas Schneider2018-11-121-0/+1
* s3: winbind: Remove fstring from wb_acct_info structSamuel Cabrero2018-11-011-2/+2
* winbind: Remove an unused struct declarationVolker Lendecke2018-04-241-8/+0
* winbind: Fix a race between the sigchld and 0-sized socket readVolker Lendecke2018-03-011-0/+1
* winbind: Remove the "winbindd_children" globalVolker Lendecke2018-03-011-2/+0
* winbind: Use one queue for all domain childrenStefan Metzmacher2018-02-231-0/+1
* winbind: Maintain a binding handle per domain and always go via wb_domain_req...Volker Lendecke2018-02-231-0/+2
* winbindd: remove const from set_routing_domain()Stefan Metzmacher2018-02-101-1/+1
* winbindd: fix LSA connections via DCERPC_AUTH_SCHANNELStefan Metzmacher2018-02-101-1/+0
* winbindd: add set_routing_domain()Ralph Boehme2018-01-131-0/+1
* winbindd: remember the secure_channel_type in winbindd_domainStefan Metzmacher2018-01-131-0/+1
* winbind: Remove the use of "talloc_dict"Volker Lendecke2017-09-301-2/+0
* winbind: Rename winbindd_cm_conn->netlogon_creds to _ctxVolker Lendecke2017-08-301-1/+1
* s3:winbind: Remove unused struct getpwent_userAndreas Schneider2017-03-181-11/+0
* Revert "winbind: Remove "lookup_usergroups" winbind method"Volker Lendecke2017-03-061-0/+8
* winbind: Simplify query_user_list to only return ridsVolker Lendecke2017-01-041-2/+1
* winbind: Remove "lookup_usergroups" winbind methodVolker Lendecke2017-01-041-8/+0
* winbind: Remove "query_user" backend functionVolker Lendecke2017-01-041-6/+0
* winbind: Go throught wb_getpwsid for listing usersVolker Lendecke2017-01-021-3/+2
* winbindd: Remove now unused domain->methodsChristof Schmitt2016-10-111-5/+4
* winbindd: Remove unused enum ent_typeChristof Schmitt2016-09-101-6/+0
* winbind: Remove "have_idmap_config" from winbindd_domainVolker Lendecke2015-08-241-7/+0
* s3:winbindd: make sure we remove pending io requests before closing client so...Stefan Metzmacher2015-05-201-0/+1
* Last lot of convert uint32 to uint32_t in winbindd, I promise.Richard Sharpe2015-05-061-1/+1
* Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe2015-04-291-19/+19
* s3:winbindd: remove unused get[pw|gr]ent_initialized from winbindd_cli_stateStefan Metzmacher2014-07-111-4/+0
* winbindd: Use a remote RPC server when we are an RODC when neededAndrew Bartlett2014-07-041-0/+1
* librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett2014-06-111-1/+1
* s3:winbindd: make use of rpccli_{create,setup}_netlogon_creds()Stefan Metzmacher2014-01-071-0/+3
* s3:rpc_client: make use of the new netlogon_creds_cli_contextStefan Metzmacher2014-01-071-9/+0
* s3:winbindd: make use of the "winbind sealed pipes" option for all connectionsStefan Metzmacher2014-01-071-0/+3
* winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider2013-03-051-4/+4
* s3:winbindd: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-4/+4
* winbind: Use standard tevent_context_initVolker Lendecke2013-01-181-2/+0
* s3-winbindd: no need to globally include ldap headers in winbindd.Günther Deschner2011-11-171-1/+0
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+2
* s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner2011-03-301-2/+8
* s3-build: stop including ldap and lber headers everywhere in the code.Günther Deschner2011-03-161-0/+1
* s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)Günther Deschner2011-02-041-0/+1
* s3:winbind: Fork multiple children per domainVolker Lendecke2011-01-211-1/+1
* Move error reporting of messaging context creation fail intoJeremy Allison2010-11-141-1/+0
* s3/winbind: use mono time for startup timeout checkBjörn Jacke2010-09-101-1/+1
* s3-build: use talloc_dict.h only where needed.Günther Deschner2010-08-261-0/+2
* s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr codeStefan Metzmacher2010-08-161-1/+0
* s3:winbindd: add binding_handle to struct winbindd_childStefan Metzmacher2010-08-161-0/+1
* s3:winbindd use common server context functionsSimo Sorce2010-06-101-0/+3
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-18/+18
* s3:winbindd: add DEBUG(10,...) for the end of each top levelStefan Metzmacher2010-03-051-0/+1
* s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...Volker Lendecke2009-12-281-4/+1