[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1023-g8befb22

Günther Deschner gd at samba.org
Thu Jan 3 12:44:02 GMT 2008


The branch, v3-2-test has been updated
       via  8befb22672d54a9255e5bdaf9cb0bb4e2b631245 (commit)
       via  75165ba4e7acafaca42f6afd1fb8b56e00bcbed7 (commit)
       via  d00ce6685a2cad7cd5526d4b13d43d157cd13481 (commit)
      from  5b2eec21c27f07653e2dbb75c0f9ab4a60736773 (commit)

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


- Log -----------------------------------------------------------------
commit 8befb22672d54a9255e5bdaf9cb0bb4e2b631245
Author: Günther Deschner <gd at samba.org>
Date:   Thu Jan 3 13:40:42 2008 +0100

    Use -g instead of -gstabs as many have reported gdb problems with -gstabs.
    
    Guenther

commit 75165ba4e7acafaca42f6afd1fb8b56e00bcbed7
Author: Günther Deschner <gd at samba.org>
Date:   Thu Jan 3 13:36:56 2008 +0100

    Let DsGetDCName figure out whether domain_name is a flat_name when unjoining.
    
    Guenther

commit d00ce6685a2cad7cd5526d4b13d43d157cd13481
Author: Günther Deschner <gd at samba.org>
Date:   Thu Jan 3 13:34:40 2008 +0100

    Fix configure output for libnetapi.
    
    Guenther

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

Summary of changes:
 source/configure.in            |    4 ++--
 source/lib/netapi/joindomain.c |    1 -
 2 files changed, 2 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index d7fde01..934a994 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -455,7 +455,7 @@ AC_ARG_ENABLE(krb5developer, [  --enable-krb5developer  Turn on developer warnin
 # DEVELOPER_CFLAGS, so that you can turn them on and off with a simple
 # Makefile edit, avoiding the need to re-run configure.
 if test x"$ac_cv_prog_gcc" = x"yes" ; then
-    	DEVELOPER_CFLAGS="-gstabs -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER"
+    	DEVELOPER_CFLAGS="-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER"
 	# Add -Wdeclaration-after-statement if compiler supports it
 	AC_CACHE_CHECK(
           [that the C compiler understands -Wdeclaration-after-statement],
@@ -5102,7 +5102,7 @@ LIBNETAPI_SHARED=
 LIBNETAPI=
 AC_MSG_CHECKING(whether to build the libnetapi shared library)
 AC_ARG_WITH(libnetapi,
-[  --with-libnetapi         Build the libnetapi shared library (default=no undefined API)],
+[  --with-libnetapi        Build the libnetapi shared library (default=yes if shared libs supported)],
 [ case "$withval" in
   *)
      AC_MSG_RESULT(no)
diff --git a/source/lib/netapi/joindomain.c b/source/lib/netapi/joindomain.c
index e3d5ead..60f48a7 100644
--- a/source/lib/netapi/joindomain.c
+++ b/source/lib/netapi/joindomain.c
@@ -233,7 +233,6 @@ static WERROR NetUnjoinDomainLocal(struct libnetapi_ctx *mem_ctx,
 		struct DS_DOMAIN_CONTROLLER_INFO *info = NULL;
 		uint32_t flags = DS_DIRECTORY_SERVICE_REQUIRED |
 				 DS_WRITABLE_REQUIRED |
-				 DS_IS_FLAT_NAME |
 				 DS_RETURN_DNS_NAME;
 		if (lp_realm()) {
 			domain = lp_realm();


-- 
Samba Shared Repository


More information about the samba-cvs mailing list