[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-960-g4ba98dd

Günther Deschner gd at samba.org
Thu Apr 17 12:15:32 GMT 2008


The branch, v3-2-test has been updated
       via  4ba98dd0cc13984a8dc54e4d4935487fc8938039 (commit)
       via  e06a54aa7da857e006649469e7eb8d76711221c1 (commit)
       via  2b788429478868d1b0cbfd88027809be33edcfc5 (commit)
       via  7ed1397e25d50e6616040677cfe26148e7211538 (commit)
      from  fd321fd77fcb9fbebcaa724c58a1beee606e87cd (commit)

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


- Log -----------------------------------------------------------------
commit 4ba98dd0cc13984a8dc54e4d4935487fc8938039
Author: Günther Deschner <gd at samba.org>
Date:   Thu Apr 17 14:09:29 2008 +0200

    libnetapi: Disable talloc_enable_leak_report.
    
    Guenther

commit e06a54aa7da857e006649469e7eb8d76711221c1
Author: Günther Deschner <gd at samba.org>
Date:   Thu Apr 17 14:07:53 2008 +0200

    netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.
    
    Guenther

commit 2b788429478868d1b0cbfd88027809be33edcfc5
Author: Günther Deschner <gd at samba.org>
Date:   Thu Apr 17 14:04:18 2008 +0200

    libgpo: try nicer output when dumping gpo registry values.
    
    Guenther

commit 7ed1397e25d50e6616040677cfe26148e7211538
Author: Günther Deschner <gd at samba.org>
Date:   Thu Apr 17 14:02:37 2008 +0200

    libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL.
    
    Guenther

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

Summary of changes:
 .../examples/netdomjoin-gui/netdomjoin-gui.c       |    2 +-
 source/lib/netapi/netapi.c                         |    2 +-
 source/libgpo/gpo_reg.c                            |    2 +-
 source/libgpo/gpo_util.c                           |    3 ++-
 4 files changed, 5 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c b/source/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
index a7b2079..7c84d4d 100644
--- a/source/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
+++ b/source/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
@@ -1306,7 +1306,7 @@ static int draw_main_window(struct join_state *state)
 	{
 		/* Label */
 		label = gtk_label_new("Computer description:");
-/*		gtk_misc_set_alignment(GTK_MISC(label), 0, 0); */
+		gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
 		gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 1, 0, 1);
 		gtk_widget_show(label);
 
diff --git a/source/lib/netapi/netapi.c b/source/lib/netapi/netapi.c
index 941e323..944c2c9 100644
--- a/source/lib/netapi/netapi.c
+++ b/source/lib/netapi/netapi.c
@@ -40,7 +40,7 @@ NET_API_STATUS libnetapi_init(struct libnetapi_ctx **context)
 		return NET_API_STATUS_SUCCESS;
 	}
 
-#ifdef DEVELOPER
+#if 0
 	talloc_enable_leak_report();
 #endif
 	frame = talloc_stackframe();
diff --git a/source/libgpo/gpo_reg.c b/source/libgpo/gpo_reg.c
index 7a005d8..920deeb 100644
--- a/source/libgpo/gpo_reg.c
+++ b/source/libgpo/gpo_reg.c
@@ -789,7 +789,7 @@ void dump_reg_val(int lvl, const char *direction,
 
 	type_str = reg_type_lookup(val->type);
 
-	DEBUG(lvl,("\tdump_reg_val: %s '%s' '%s' %s: ",
+	DEBUG(lvl,("\tdump_reg_val:\t%s '%s'\n\t\t\t'%s' %s: ",
 		direction, key, subkey, type_str));
 
 	switch (val->type) {
diff --git a/source/libgpo/gpo_util.c b/source/libgpo/gpo_util.c
index 7105b21..04597b3 100644
--- a/source/libgpo/gpo_util.c
+++ b/source/libgpo/gpo_util.c
@@ -664,7 +664,8 @@ NTSTATUS check_refresh_gpo(ADS_STRUCT *ads,
 					share, "A:",
 					ads->auth.user_name, NULL,
 					ads->auth.password,
-					CLI_FULL_CONNECTION_USE_KERBEROS,
+					CLI_FULL_CONNECTION_USE_KERBEROS |
+					CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS,
 					Undefined, NULL);
 			if (!NT_STATUS_IS_OK(result)) {
 				DEBUG(10,("check_refresh_gpo: "


-- 
Samba Shared Repository


More information about the samba-cvs mailing list