svn commit: samba r18130 - in branches/SAMBA_4_0/source: auth lib/ldb/common lib/registry lib/socket lib/util libcli libcli/auth

tridge at samba.org tridge at samba.org
Wed Sep 6 04:58:07 GMT 2006


Author: tridge
Date: 2006-09-06 04:58:06 +0000 (Wed, 06 Sep 2006)
New Revision: 18130

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18130

Log:

the move to system/ in libreplace broke some things ... should be
happier now

Modified:
   branches/SAMBA_4_0/source/auth/config.mk
   branches/SAMBA_4_0/source/lib/ldb/common/attrib_handlers.c
   branches/SAMBA_4_0/source/lib/ldb/common/ldb_ldif.c
   branches/SAMBA_4_0/source/lib/ldb/common/ldb_parse.c
   branches/SAMBA_4_0/source/lib/ldb/common/ldb_utf8.c
   branches/SAMBA_4_0/source/lib/registry/config.mk
   branches/SAMBA_4_0/source/lib/socket/config.mk
   branches/SAMBA_4_0/source/lib/util/config.mk
   branches/SAMBA_4_0/source/libcli/auth/config.mk
   branches/SAMBA_4_0/source/libcli/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/auth/config.mk
===================================================================
--- branches/SAMBA_4_0/source/auth/config.mk	2006-09-06 04:44:32 UTC (rev 18129)
+++ branches/SAMBA_4_0/source/auth/config.mk	2006-09-06 04:58:06 UTC (rev 18130)
@@ -55,7 +55,7 @@
 INIT_FUNCTION = auth_unix_init
 SUBSYSTEM = auth
 OBJ_FILES = auth_unix.o
-PUBLIC_DEPENDENCIES = CRYPT PAM PAM_ERRORS
+PUBLIC_DEPENDENCIES = CRYPT PAM PAM_ERRORS LIBREPLACE
 # End MODULE auth_unix
 #######################
 

Modified: branches/SAMBA_4_0/source/lib/ldb/common/attrib_handlers.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/attrib_handlers.c	2006-09-06 04:44:32 UTC (rev 18129)
+++ branches/SAMBA_4_0/source/lib/ldb/common/attrib_handlers.c	2006-09-06 04:58:06 UTC (rev 18130)
@@ -28,6 +28,7 @@
 
 #include "includes.h"
 #include "ldb/include/includes.h"
+#include "system/locale.h"
 
 /*
   default handler that just copies a ldb_val.

Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_ldif.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb_ldif.c	2006-09-06 04:44:32 UTC (rev 18129)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_ldif.c	2006-09-06 04:58:06 UTC (rev 18130)
@@ -38,6 +38,7 @@
 
 #include "includes.h"
 #include "ldb/include/includes.h"
+#include "system/locale.h"
 
 /*
   

Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_parse.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb_parse.c	2006-09-06 04:44:32 UTC (rev 18129)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_parse.c	2006-09-06 04:58:06 UTC (rev 18130)
@@ -43,6 +43,7 @@
 
 #include "includes.h"
 #include "ldb/include/includes.h"
+#include "system/locale.h"
 
 /*
 a filter is defined by:

Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_utf8.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb_utf8.c	2006-09-06 04:44:32 UTC (rev 18129)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_utf8.c	2006-09-06 04:58:06 UTC (rev 18130)
@@ -34,6 +34,7 @@
 
 #include "includes.h"
 #include "ldb/include/includes.h"
+#include "system/locale.h"
 
 
 /*

Modified: branches/SAMBA_4_0/source/lib/registry/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/config.mk	2006-09-06 04:44:32 UTC (rev 18129)
+++ branches/SAMBA_4_0/source/lib/registry/config.mk	2006-09-06 04:58:06 UTC (rev 18130)
@@ -34,6 +34,7 @@
 SUBSYSTEM = registry
 OBJ_FILES = \
 		reg_backend_w95.o
+PUBLIC_DEPENDENCIES = LIBREPLACE
 # End MODULE registry_w95
 ################################################
 

Modified: branches/SAMBA_4_0/source/lib/socket/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/socket/config.mk	2006-09-06 04:44:32 UTC (rev 18129)
+++ branches/SAMBA_4_0/source/lib/socket/config.mk	2006-09-06 04:58:06 UTC (rev 18130)
@@ -16,7 +16,7 @@
 OUTPUT_TYPE = INTEGRATED
 OBJ_FILES = \
 		socket_ipv4.o
-PUBLIC_DEPENDENCIES = EXT_SOCKET EXT_NSL
+PUBLIC_DEPENDENCIES = EXT_SOCKET EXT_NSL LIBREPLACE
 PRIVATE_DEPENDENCIES = LIBSAMBA-ERRORS 
 # End MODULE socket_ipv4
 ################################################
@@ -28,7 +28,7 @@
 OUTPUT_TYPE = INTEGRATED
 OBJ_FILES = \
 		socket_ipv6.o
-PUBLIC_DEPENDENCIES = EXT_SOCKET EXT_NSL
+PUBLIC_DEPENDENCIES = EXT_SOCKET EXT_NSL LIBREPLACE
 # End MODULE socket_ipv6
 ################################################
 
@@ -39,7 +39,7 @@
 OUTPUT_TYPE = INTEGRATED
 OBJ_FILES = \
 		socket_unix.o
-PUBLIC_DEPENDENCIES = EXT_SOCKET EXT_NSL
+PUBLIC_DEPENDENCIES = EXT_SOCKET EXT_NSL LIBREPLACE
 # End MODULE socket_unix
 ################################################
 

Modified: branches/SAMBA_4_0/source/lib/util/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/util/config.mk	2006-09-06 04:44:32 UTC (rev 18129)
+++ branches/SAMBA_4_0/source/lib/util/config.mk	2006-09-06 04:58:06 UTC (rev 18130)
@@ -38,6 +38,7 @@
 [SUBSYSTEM::UNIX_PRIVS]
 PRIVATE_PROTO_HEADER = unix_privs.h
 OBJ_FILES = unix_privs.o
+PUBLIC_DEPENDENCIES = LIBREPLACE
 
 ################################################
 # Start SUBSYSTEM WRAP_XATTR
@@ -45,7 +46,7 @@
 PUBLIC_PROTO_HEADER = wrap_xattr.h
 OBJ_FILES = \
 		wrap_xattr.o
-PUBLIC_DEPENDENCIES = XATTR
+PUBLIC_DEPENDENCIES = XATTR LIBREPLACE
 #
 # End SUBSYSTEM WRAP_XATTR
 ################################################

Modified: branches/SAMBA_4_0/source/libcli/auth/config.mk
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/config.mk	2006-09-06 04:44:32 UTC (rev 18129)
+++ branches/SAMBA_4_0/source/libcli/auth/config.mk	2006-09-06 04:58:06 UTC (rev 18130)
@@ -8,6 +8,6 @@
 		smbencrypt.o \
 		smbdes.o
 PUBLIC_DEPENDENCIES = \
-		SCHANNELDB MSRPC_PARSE
+		SCHANNELDB MSRPC_PARSE LIBREPLACE
 # End SUBSYSTEM LIBCLI_AUTH
 #################################

Modified: branches/SAMBA_4_0/source/libcli/config.mk
===================================================================
--- branches/SAMBA_4_0/source/libcli/config.mk	2006-09-06 04:44:32 UTC (rev 18129)
+++ branches/SAMBA_4_0/source/libcli/config.mk	2006-09-06 04:58:06 UTC (rev 18130)
@@ -41,6 +41,7 @@
 [SUBSYSTEM::NDR_NBT_BUF]
 PRIVATE_PROTO_HEADER = nbt/nbtname.h
 OBJ_FILES = nbt/nbtname.o
+PUBLIC_DEPENDENCIES = LIBREPLACE
 
 [SUBSYSTEM::LIBCLI_NBT]
 #VERSION = 0.0.1



More information about the samba-cvs mailing list