summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_rpc.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-18s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner1-0/+1
2010-05-18s3-rpc_client: move protos to cli_samr.hGünther Deschner1-0/+1
2010-05-18s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner1-1/+1
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-3/+2
2010-01-06s3: Make winbindd_cache.c aware of domain offline to avoid unnecessary backen...Bo Yang1-2/+2
2010-01-06s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pip...Bo Yang1-8/+2
2009-12-30Prevent NULL dereference if group has no membersJim McDonough1-4/+4
2009-12-28s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...Volker Lendecke1-21/+26
2009-12-26s3: Fix a bogus uninitialized variable warningVolker Lendecke1-1/+1
2009-12-03s3: Fix crash in winbindd;(bug#6879).Bo Yang1-2/+8
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+2
2009-10-06s3:winbind: Make query_user_list in winbindd_rpc a bit more readableVolker Lendecke1-8/+13
2009-09-24s3-winbindd: no reason to call winbindd_can_contact_domain() three times in q...Günther Deschner1-12/+0
2009-09-22s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working.Günther Deschner1-5/+59
2009-09-17s3-winbindd: add and use winbindd_lookup_names().Günther Deschner1-20/+40
2009-09-17s3-winbindd: add and use winbindd_lookup_sids().Günther Deschner1-46/+55
2009-08-29s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke1-1/+3
2009-08-16s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke1-3/+4
2009-08-11s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.Stefan Metzmacher1-0/+35
2009-08-02Fix some nonempty blank linesVolker Lendecke1-21/+21
2009-08-02Refactor 9b78af1f: Fix lookupname recursionVolker Lendecke1-1/+1
2009-04-21s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner1-3/+3
2009-03-18s3: remove POLICY_HND.Günther Deschner1-14/+14
2009-03-17Fix #6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped membersVolker Lendecke1-7/+8
2008-11-21s3-winbindd: make all winbind rpc-methods static.Michael Adam1-31/+32
2008-11-10s3-samr-idl: cleanup.Günther Deschner1-0/+2
2008-10-15s3: fix various samr callers.Günther Deschner1-1/+1
2008-09-23[s3]winbindd_rpc: add domain prefix to username in lookup_groupmem().Michael Adam1-1/+4
2008-09-16winbindd: Update the calls to ws_name_XX() to reflect API changes.Gerald (Jerry) Carter1-5/+39
2008-04-20Introduce rpccli_set_timeout()Volker Lendecke1-2/+2
2008-02-27Add my copyright.Günther Deschner1-0/+1
2008-02-17Use netr_SamInfo3 everywhere in winbindd.Günther Deschner1-7/+7
2008-02-13Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases.Günther Deschner1-7/+16
2008-02-13Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups.Günther Deschner1-7/+16
2008-02-13Convert last caller (in winbindd) to rpccli_samr_LookupRids.Günther Deschner1-23/+25
2008-02-13Fix the build of winbindd, sorry.Günther Deschner1-5/+3
2008-02-13Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner1-8/+10
2008-02-12Use rpccli_samr_QueryUserInfo in net and winbindd.Günther Deschner1-8/+10
2008-02-08Fix winbindd msrpc_lookup_useraliases.Günther Deschner1-1/+1
2008-02-08Use rpccli_samr_QueryDisplayInfo() all over the place.Günther Deschner1-19/+20
2008-02-07Use rpccli_samr_GetGroupsForUser() all over the place.Günther Deschner1-5/+7
2008-02-06Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner1-21/+33
2008-02-05Use rpccli_samr_QueryGroupMember() all over the place.Günther Deschner1-3/+7
2008-02-05Use rpccli_samr_GetAliasMembership() in winbindd and rpcclient.Günther Deschner1-16/+21
2008-02-01Use rpccli_samr_OpenUser() all over the place.Günther Deschner1-5/+10
2008-02-01Use rpccli_samr_OpenGroup() all over the place.Günther Deschner1-2/+5
2008-01-31Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner1-3/+3
2008-01-11Ensure we don't access an uninitialized variableJeremy Allison1-1/+1
2008-01-04Add a missing check for dealing with a one-way trust in query_user().Gerald (Jerry) Carter1-0/+6
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-11/+6