[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Tue Nov 27 01:04:25 MST 2012


The branch, v3-6-test has been updated
       via  0a52a89 s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(). (bug #9426)
      from  abb142b lib/addns: don't depend on the order in resp->answers[]

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 0a52a89f8ed23d2f55cb4d6a0fbb94571e70a8ee
Author: Günther Deschner <gd at samba.org>
Date:   Fri Nov 23 13:19:53 2012 +0100

    s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(). (bug #9426)
    
    The server name type (0x20) is much more likely to be available in the name cache, as
    this type gets stored by winbind itself - the primary user of the ncacn_ip_tcp
    code currently.
    
    Guenther
    
    Signed-off-by: Günther Deschner <gd at samba.org>
    Reviewed-by: Stefan Metzmacher <metze at samba.org>
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Fri Nov 23 16:30:57 CET 2012 on sn-devel-104
    (cherry picked from commit 2032f2746d70bbebd1af26a7a046eb1cc61ac175)
    (cherry picked from commit ac0623cab847a4df9c5cd35442e9be8924d9e261)

-----------------------------------------------------------------------

Summary of changes:
 source3/rpc_client/cli_pipe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index ec58b3d..4e5fd71 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -2450,7 +2450,7 @@ static NTSTATUS rpc_pipe_open_tcp_port(TALLOC_CTX *mem_ctx, const char *host,
 	result->max_xmit_frag = RPC_MAX_PDU_FRAG_LEN;
 	result->max_recv_frag = RPC_MAX_PDU_FRAG_LEN;
 
-	if (!resolve_name(host, &addr, 0, false)) {
+	if (!resolve_name(host, &addr, NBT_NAME_SERVER, false)) {
 		status = NT_STATUS_NOT_FOUND;
 		goto fail;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list