[SCM] Samba Shared Repository - branch v3-3-stable updated - release-3-3-0pre2-58-g70027b2

Karolin Seeger kseeger at samba.org
Thu Oct 16 18:11:42 GMT 2008


The branch, v3-3-stable has been updated
       via  70027b247431194fe4a777aa0861bce65eead73c (commit)
       via  bbf73178ce2170f858e0bc3f2db769cb5f07f1bf (commit)
      from  81b2f2cbbc4dc0a1f028c2fe4265faec763120b5 (commit)

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


- Log -----------------------------------------------------------------
commit 70027b247431194fe4a777aa0861bce65eead73c
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Oct 16 20:06:04 2008 +0200

    WHATSNEW: Update changes since 3.3.0pre2.
    
    Karolin
    (cherry picked from commit 39bb7531d7fc09e509669214eb0a51bdbb339428)

commit bbf73178ce2170f858e0bc3f2db769cb5f07f1bf
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Oct 15 18:06:54 2008 -0700

    Don't use debug level 1 to log a trivial message.
    Jeremy.
    (cherry picked from commit 83a4cfb33c375b9be05471d7047fd5fbdecbba96)

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

Summary of changes:
 WHATSNEW.txt                 |   34 ++++++++++++++++++++++++++++++++++
 source/rpc_client/cli_pipe.c |    2 +-
 2 files changed, 35 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2a38eb5..52e0e5b 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -172,6 +172,40 @@ Changes since 3.3.0pre2:
 ------------------------
 
 
+o   Jeremy Allison <jra at samba.org>
+    * BUG 5080: Fix access to cups-printers with cups 1.3.4.
+    * BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain".
+    * BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
+    * Correctly fix smbclient to terminate on eof from server.
+    * Fix client timeout when searching for a large number of cups printers.
+
+
+o   Gerald (Jerry) Carter <jerry at samba.org>
+    * Use the same prerequisite for DDNS update as Windows XP.
+    * Make "lwinet ads dns register" honor the "interfaces" parameter.
+
+
+o   Jeff Layton <jlayton at redhat.com>
+    * Have uppercase_string return success on NULL pointer in mount.cifs.
+    * Make mount.cifs return codes match the return codes for /bin/mount.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 5691: Fig smbd panic on Solaris.
+    * Fix a potential NULL deref in found by the IBM Checker.
+    * Fix an uninitialized variable found by the IBM Checker.
+    * Fix an unlikely memleak found by the IBM Checker.
+    * Fix some missing error handlings.
+    * Add workaround for domain joins using a netbios name which is different
+      from the hostname.
+
+
+o   Derrell Lipman <derrell.lipman at unwireduniverse.com>
+    * BUG 5805: Don't close stdout when calling setup_logging multiple times.
+
+
+o   Tim Prouty <tim.prouty at isilon.com>
+    * Fix several build warnings.
 
 
 Commit Highlights:
diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c
index 41dde87..1442a3c 100644
--- a/source/rpc_client/cli_pipe.c
+++ b/source/rpc_client/cli_pipe.c
@@ -2909,7 +2909,7 @@ static NTSTATUS rpc_pipe_open_np(struct cli_state *cli,
 	fnum = cli_nt_create(cli, result->trans.np.pipe_name,
 			     DESIRED_ACCESS_PIPE);
 	if (fnum == -1) {
-		DEBUG(1,("rpc_pipe_open_np: cli_nt_create failed on pipe %s "
+		DEBUG(3,("rpc_pipe_open_np: cli_nt_create failed on pipe %s "
 			 "to machine %s.  Error was %s\n",
 			 result->trans.np.pipe_name, cli->desthost,
 			 cli_errstr(cli)));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list