Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-10 | s3: Replace most calls to sid_append_rid() by sid_compose() | Volker Lendecke | 1 | -3/+2 | |
2010-01-06 | s3: Make winbindd_cache.c aware of domain offline to avoid unnecessary ↵ | Bo Yang | 1 | -2/+2 | |
backend query. Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2010-01-06 | s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume ↵ | Bo Yang | 1 | -8/+2 | |
lsa_pipe_tcp is ok but network is down, then send request is ok, but select() on writeable fds loops forever since there is no response. Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-12-30 | Prevent NULL dereference if group has no members | Jim McDonough | 1 | -4/+4 | |
2009-12-28 | s3: Pass netr_DomainTrustList instead of names and sids through ↵ | Volker Lendecke | 1 | -21/+26 | |
(*trusted_domains) | |||||
2009-12-26 | s3: Fix a bogus uninitialized variable warning | Volker Lendecke | 1 | -1/+1 | |
2009-12-03 | s3: Fix crash in winbindd;(bug#6879). | Bo Yang | 1 | -2/+8 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵ | Günther Deschner | 1 | -0/+2 | |
samba. Guenther | |||||
2009-10-06 | s3:winbind: Make query_user_list in winbindd_rpc a bit more readable | Volker Lendecke | 1 | -8/+13 | |
2009-09-24 | s3-winbindd: no reason to call winbindd_can_contact_domain() three times in ↵ | Günther Deschner | 1 | -12/+0 | |
query_user(). Guenther | |||||
2009-09-22 | s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working. | Günther Deschner | 1 | -5/+59 | |
Winbindd should always try to use LSA via an schannel authenticated ncacn_ip_tcp connection when talking to AD for LSA lookup calls. In Samba <-> W2k8 interdomain trust scenarios, LookupSids3 and LookupNames4 via an schannel ncacn_ip_tcp LSA connection are the *only* options to successfully resolve sids and names. Guenther | |||||
2009-09-17 | s3-winbindd: add and use winbindd_lookup_names(). | Günther Deschner | 1 | -20/+40 | |
Guenther | |||||
2009-09-17 | s3-winbindd: add and use winbindd_lookup_sids(). | Günther Deschner | 1 | -46/+55 | |
Guenther | |||||
2009-08-29 | s3:winbind: Fix a bug found by RPC-SAMR | Volker Lendecke | 1 | -1/+3 | |
We need to enumerate passdb alias members Thanks to gd for bugging me :-) | |||||
2009-08-16 | s3:winbind: WINBIND_USERINFO -> wbint_userinfo | Volker Lendecke | 1 | -3/+4 | |
2009-08-11 | s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds. | Stefan Metzmacher | 1 | -0/+35 | |
metze | |||||
2009-08-02 | Fix some nonempty blank lines | Volker Lendecke | 1 | -21/+21 | |
2009-08-02 | Refactor 9b78af1f: Fix lookupname recursion | Volker Lendecke | 1 | -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 | |||||
2009-04-21 | s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -14/+14 | |
Guenther | |||||
2009-03-17 | Fix #6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped members | Volker Lendecke | 1 | -7/+8 | |
Thanks to François Legal <devel@thom.fr.eu.org> for reporting this bug | |||||
2008-11-21 | s3-winbindd: make all winbind rpc-methods static. | Michael Adam | 1 | -31/+32 | |
Now that the methods are no longer needed in winbindd_ads, we can make them static again. Michael | |||||
2008-11-10 | s3-samr-idl: cleanup. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2008-10-15 | s3: fix various samr callers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-09-23 | [s3]winbindd_rpc: add domain prefix to username in lookup_groupmem(). | Michael Adam | 1 | -1/+4 | |
This makes the output of "getent group" of a domain group show the domain prefix with "security = domain". Michael | |||||
2008-09-16 | winbindd: Update the calls to ws_name_XX() to reflect API changes. | Gerald (Jerry) Carter | 1 | -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). | |||||
2008-04-20 | Introduce rpccli_set_timeout() | Volker Lendecke | 1 | -2/+2 | |
Reduce dependency on "cli" member of rpc_pipe_client struct (This used to be commit 2e4c1ba38963cffe4c3f25ab24bc28975f2fc291) | |||||
2008-02-27 | Add my copyright. | Günther Deschner | 1 | -0/+1 | |
Guenther (This used to be commit d078a8757182d84dfd3307a2e1b751cf173aaa97) | |||||
2008-02-17 | Use netr_SamInfo3 everywhere in winbindd. | Günther Deschner | 1 | -7/+7 | |
Guenther (This used to be commit d9502eb75395131d5a8130ff2c4ebace106cb974) | |||||
2008-02-13 | Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases. | Günther Deschner | 1 | -7/+16 | |
Guenther (This used to be commit 33a97b447c1875bf1cd5a703871a84a7fb359fec) | |||||
2008-02-13 | Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups. | Günther Deschner | 1 | -7/+16 | |
Guenther (This used to be commit 8890bc481f60cd42d96b240b2ed8e34bc3d81f13) | |||||
2008-02-13 | Convert last caller (in winbindd) to rpccli_samr_LookupRids. | Günther Deschner | 1 | -23/+25 | |
Guenther (This used to be commit 34c2566f026dbde4da10e2fc10c6960260eb6044) | |||||
2008-02-13 | Fix the build of winbindd, sorry. | Günther Deschner | 1 | -5/+3 | |
Guenther (This used to be commit c62c89c8f0d1ff8e384b88b3b192aa96f0b2183e) | |||||
2008-02-13 | Use rpccli_lsa_EnumTrustDom all over the place. | Günther Deschner | 1 | -8/+10 | |
Guenther (This used to be commit a25e7ffbca9c2c97dd36b0596e7cb38a72aaf9d9) | |||||
2008-02-12 | Use rpccli_samr_QueryUserInfo in net and winbindd. | Günther Deschner | 1 | -8/+10 | |
Guenther (This used to be commit a9ff6760901a489ff8877717bdd5a2218154498f) | |||||
2008-02-08 | Fix winbindd msrpc_lookup_useraliases. | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit e196e527ae47a75f6cac09b9f89aa5619047d4d2) | |||||
2008-02-08 | Use rpccli_samr_QueryDisplayInfo() all over the place. | Günther Deschner | 1 | -19/+20 | |
Guenther (This used to be commit 66b79add353bf7a09f304eac5274cb89b23d7b06) | |||||
2008-02-07 | Use rpccli_samr_GetGroupsForUser() all over the place. | Günther Deschner | 1 | -5/+7 | |
Guenther (This used to be commit d1c669920e88e7fecd13101c4ddfe45354c5ecdb) | |||||
2008-02-06 | Use rpccli_samr_QueryDomainInfo() in winbindd. | Günther Deschner | 1 | -21/+33 | |
Guenther (This used to be commit dd9fa33e968d4e641460fe1c6beb05dfe12fa918) | |||||
2008-02-05 | Use rpccli_samr_QueryGroupMember() all over the place. | Günther Deschner | 1 | -3/+7 | |
Guenther (This used to be commit 1793ed10df7f403b85a4e52c67cbfb277b23b30b) | |||||
2008-02-05 | Use rpccli_samr_GetAliasMembership() in winbindd and rpcclient. | Günther Deschner | 1 | -16/+21 | |
Guenther (This used to be commit 5c167162856fd1e13a3e04423cfc0cc936ae26b0) | |||||
2008-02-01 | Use rpccli_samr_OpenUser() all over the place. | Günther Deschner | 1 | -5/+10 | |
Guenther (This used to be commit da90eb7653554d242da83ed98adae35ced3a2938) | |||||
2008-02-01 | Use rpccli_samr_OpenGroup() all over the place. | Günther Deschner | 1 | -2/+5 | |
Guenther (This used to be commit d019fc69a986937880121c2587d3fe37f995edae) | |||||
2008-01-31 | Remove rpccli_samr_close and use pidl generated function instead. | Günther Deschner | 1 | -3/+3 | |
Guenther (This used to be commit 64f0889401855ab76953bfae5db4fe4df19ad8a5) | |||||
2008-01-11 | Ensure we don't access an uninitialized variable | Jeremy Allison | 1 | -1/+1 | |
(CID 535 - actually false but easy to shut up :-). Jeremy. (This used to be commit 4038bb3a9485943db58d9fe30947e11522ce283d) | |||||
2008-01-04 | Add a missing check for dealing with a one-way trust in query_user(). | Gerald (Jerry) Carter | 1 | -0/+6 | |
(This used to be commit f89e356bdaa203ef0a3ce6b8bd52170afa68a2c9) | |||||
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -11/+6 | |
(This used to be commit bb35e794ec129805e874ceba882bcc1e84791a09) | |||||
2007-11-27 | Remove pstrings from everything except srv_spoolss_nt.c. | Jeremy Allison | 1 | -4/+4 | |
Jeremy. (This used to be commit 0002a9e96b0ef78316295a6eb94ff29b64e2f988) | |||||
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -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) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -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) |