summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-15/+15
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-181-0/+1
* s3-rpc_client: move protos to cli_samr.hGünther Deschner2010-05-181-0/+1
* s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner2010-05-181-1/+1
* s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke2010-01-101-3/+2
* s3: Make winbindd_cache.c aware of domain offline to avoid unnecessary backen...Bo Yang2010-01-061-2/+2
* s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pip...Bo Yang2010-01-061-8/+2
* Prevent NULL dereference if group has no membersJim McDonough2009-12-301-4/+4
* s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...Volker Lendecke2009-12-281-21/+26
* s3: Fix a bogus uninitialized variable warningVolker Lendecke2009-12-261-1/+1
* s3: Fix crash in winbindd;(bug#6879).Bo Yang2009-12-031-2/+8
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+2
* s3:winbind: Make query_user_list in winbindd_rpc a bit more readableVolker Lendecke2009-10-061-8/+13
* s3-winbindd: no reason to call winbindd_can_contact_domain() three times in q...Günther Deschner2009-09-241-12/+0
* s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working.Günther Deschner2009-09-221-5/+59
* s3-winbindd: add and use winbindd_lookup_names().Günther Deschner2009-09-171-20/+40
* s3-winbindd: add and use winbindd_lookup_sids().Günther Deschner2009-09-171-46/+55
* s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke2009-08-291-1/+3
* s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke2009-08-161-3/+4
* s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.Stefan Metzmacher2009-08-111-0/+35
* Fix some nonempty blank linesVolker Lendecke2009-08-021-21/+21
* Refactor 9b78af1f: Fix lookupname recursionVolker Lendecke2009-08-021-1/+1
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-211-3/+3
* s3: remove POLICY_HND.Günther Deschner2009-03-181-14/+14
* Fix #6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped membersVolker Lendecke2009-03-171-7/+8
* s3-winbindd: make all winbind rpc-methods static.Michael Adam2008-11-211-31/+32
* s3-samr-idl: cleanup.Günther Deschner2008-11-101-0/+2
* s3: fix various samr callers.Günther Deschner2008-10-151-1/+1
* [s3]winbindd_rpc: add domain prefix to username in lookup_groupmem().Michael Adam2008-09-231-1/+4
* winbindd: Update the calls to ws_name_XX() to reflect API changes.Gerald (Jerry) Carter2008-09-161-5/+39
* Introduce rpccli_set_timeout()Volker Lendecke2008-04-201-2/+2
* Add my copyright.Günther Deschner2008-02-271-0/+1
* Use netr_SamInfo3 everywhere in winbindd.Günther Deschner2008-02-171-7/+7
* Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases.Günther Deschner2008-02-131-7/+16
* Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups.Günther Deschner2008-02-131-7/+16
* Convert last caller (in winbindd) to rpccli_samr_LookupRids.Günther Deschner2008-02-131-23/+25
* Fix the build of winbindd, sorry.Günther Deschner2008-02-131-5/+3
* Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner2008-02-131-8/+10
* Use rpccli_samr_QueryUserInfo in net and winbindd.Günther Deschner2008-02-121-8/+10
* Fix winbindd msrpc_lookup_useraliases.Günther Deschner2008-02-081-1/+1
* Use rpccli_samr_QueryDisplayInfo() all over the place.Günther Deschner2008-02-081-19/+20
* Use rpccli_samr_GetGroupsForUser() all over the place.Günther Deschner2008-02-071-5/+7
* Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner2008-02-061-21/+33
* Use rpccli_samr_QueryGroupMember() all over the place.Günther Deschner2008-02-051-3/+7
* Use rpccli_samr_GetAliasMembership() in winbindd and rpcclient.Günther Deschner2008-02-051-16/+21
* Use rpccli_samr_OpenUser() all over the place.Günther Deschner2008-02-011-5/+10
* Use rpccli_samr_OpenGroup() all over the place.Günther Deschner2008-02-011-2/+5
* Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2008-01-311-3/+3
* Ensure we don't access an uninitialized variableJeremy Allison2008-01-111-1/+1
* Add a missing check for dealing with a one-way trust in query_user().Gerald (Jerry) Carter2008-01-041-0/+6