summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_rpc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some nonempty blank linesVolker Lendecke2009-08-021-21/+21
|
* Refactor 9b78af1f: Fix lookupname recursionVolker Lendecke2009-08-021-1/+1
| | | | | | Pass a "flags" argument instead of the original winbind command down the name_to_sid chain. This way we are independent of the winbind commands and can take the decision at a much higher level
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-211-3/+3
| | | | Guenther
* s3: remove POLICY_HND.Günther Deschner2009-03-181-14/+14
| | | | Guenther
* Fix #6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped membersVolker Lendecke2009-03-171-7/+8
| | | | Thanks to François Legal <devel@thom.fr.eu.org> for reporting this bug
* s3-winbindd: make all winbind rpc-methods static.Michael Adam2008-11-211-31/+32
| | | | | | | Now that the methods are no longer needed in winbindd_ads, we can make them static again. Michael
* s3-samr-idl: cleanup.Günther Deschner2008-11-101-0/+2
| | | | Guenther
* s3: fix various samr callers.Günther Deschner2008-10-151-1/+1
| | | | Guenther
* [s3]winbindd_rpc: add domain prefix to username in lookup_groupmem().Michael Adam2008-09-231-1/+4
| | | | | | | This makes the output of "getent group" of a domain group show the domain prefix with "security = domain". Michael
* winbindd: Update the calls to ws_name_XX() to reflect API changes.Gerald (Jerry) Carter2008-09-161-5/+39
| | | | | | * Ensures that all points an which a name is received or returned to/from a client passes through the name aliases layer (users and groups).
* Introduce rpccli_set_timeout()Volker Lendecke2008-04-201-2/+2
| | | | | Reduce dependency on "cli" member of rpc_pipe_client struct (This used to be commit 2e4c1ba38963cffe4c3f25ab24bc28975f2fc291)
* Add my copyright.Günther Deschner2008-02-271-0/+1
| | | | | Guenther (This used to be commit d078a8757182d84dfd3307a2e1b751cf173aaa97)
* Use netr_SamInfo3 everywhere in winbindd.Günther Deschner2008-02-171-7/+7
| | | | | Guenther (This used to be commit d9502eb75395131d5a8130ff2c4ebace106cb974)
* Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases.Günther Deschner2008-02-131-7/+16
| | | | | Guenther (This used to be commit 33a97b447c1875bf1cd5a703871a84a7fb359fec)
* Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups.Günther Deschner2008-02-131-7/+16
| | | | | Guenther (This used to be commit 8890bc481f60cd42d96b240b2ed8e34bc3d81f13)
* Convert last caller (in winbindd) to rpccli_samr_LookupRids.Günther Deschner2008-02-131-23/+25
| | | | | Guenther (This used to be commit 34c2566f026dbde4da10e2fc10c6960260eb6044)
* Fix the build of winbindd, sorry.Günther Deschner2008-02-131-5/+3
| | | | | Guenther (This used to be commit c62c89c8f0d1ff8e384b88b3b192aa96f0b2183e)
* Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner2008-02-131-8/+10
| | | | | Guenther (This used to be commit a25e7ffbca9c2c97dd36b0596e7cb38a72aaf9d9)
* Use rpccli_samr_QueryUserInfo in net and winbindd.Günther Deschner2008-02-121-8/+10
| | | | | Guenther (This used to be commit a9ff6760901a489ff8877717bdd5a2218154498f)
* Fix winbindd msrpc_lookup_useraliases.Günther Deschner2008-02-081-1/+1
| | | | | Guenther (This used to be commit e196e527ae47a75f6cac09b9f89aa5619047d4d2)
* Use rpccli_samr_QueryDisplayInfo() all over the place.Günther Deschner2008-02-081-19/+20
| | | | | Guenther (This used to be commit 66b79add353bf7a09f304eac5274cb89b23d7b06)
* Use rpccli_samr_GetGroupsForUser() all over the place.Günther Deschner2008-02-071-5/+7
| | | | | Guenther (This used to be commit d1c669920e88e7fecd13101c4ddfe45354c5ecdb)
* Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner2008-02-061-21/+33
| | | | | Guenther (This used to be commit dd9fa33e968d4e641460fe1c6beb05dfe12fa918)
* Use rpccli_samr_QueryGroupMember() all over the place.Günther Deschner2008-02-051-3/+7
| | | | | Guenther (This used to be commit 1793ed10df7f403b85a4e52c67cbfb277b23b30b)
* Use rpccli_samr_GetAliasMembership() in winbindd and rpcclient.Günther Deschner2008-02-051-16/+21
| | | | | Guenther (This used to be commit 5c167162856fd1e13a3e04423cfc0cc936ae26b0)
* Use rpccli_samr_OpenUser() all over the place.Günther Deschner2008-02-011-5/+10
| | | | | Guenther (This used to be commit da90eb7653554d242da83ed98adae35ced3a2938)
* Use rpccli_samr_OpenGroup() all over the place.Günther Deschner2008-02-011-2/+5
| | | | | Guenther (This used to be commit d019fc69a986937880121c2587d3fe37f995edae)
* Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2008-01-311-3/+3
| | | | | Guenther (This used to be commit 64f0889401855ab76953bfae5db4fe4df19ad8a5)
* Ensure we don't access an uninitialized variableJeremy Allison2008-01-111-1/+1
| | | | | | (CID 535 - actually false but easy to shut up :-). Jeremy. (This used to be commit 4038bb3a9485943db58d9fe30947e11522ce283d)
* Add a missing check for dealing with a one-way trust in query_user().Gerald (Jerry) Carter2008-01-041-0/+6
| | | | (This used to be commit f89e356bdaa203ef0a3ce6b8bd52170afa68a2c9)
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-11/+6
| | | | (This used to be commit bb35e794ec129805e874ceba882bcc1e84791a09)
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-271-4/+4
| | | | | Jeremy. (This used to be commit 0002a9e96b0ef78316295a6eb94ff29b64e2f988)
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-8/+8
| | | | | | | | | | | | | | to struct sockaddr_storage in most places that matter (ie. not the nmbd and NetBIOS lookups). This passes make test on an IPv4 box, but I'll have to do more work/testing on IPv6 enabled boxes. This should now give us a framework for testing and finishing the IPv6 migration. It's at the state where someone with a working IPv6 setup should (theorecically) be able to type : smbclient //ipv6-address/share and have it work. Jeremy. (This used to be commit 98e154c3125d5732c37a72d74b0eb5cd7b6155fd)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2007-10-101-2/+2
| | | | | | | | | | the maxeln parameter instead of sizeof(target_area) - 1 (or even sizeof(fstring) - 1 in some places. I hope these were really all there were. Michael (This used to be commit 9a28be220df622322857dfe102fa35e108f932dc)
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+1111
metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558)