summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_rpc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-11/+6
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-271-4/+4
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-8/+8
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2007-10-101-2/+2
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+1111