[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Wed May 26 14:33:18 MDT 2010


The branch, master has been updated
       via  dc01465... s3-waf: fix the build after chgpasswd.c changes.
      from  b86666a... s4-smbtorture: add smbcli_rap_netusergetinfo().

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit dc014657decc02e9896a7f1ec10732cd28829f24
Author: Günther Deschner <gd at samba.org>
Date:   Wed May 26 22:32:32 2010 +0200

    s3-waf: fix the build after chgpasswd.c changes.
    
    Guenther

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

Summary of changes:
 source3/wscript_build |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index cbe2cbb..fac9c23 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -362,6 +362,7 @@ RPC_NETLOG_SRC = '''rpc_server/srv_netlog_nt.c
 
 RPC_SAMR_SRC = '''rpc_server/srv_samr_nt.c
                rpc_server/srv_samr_util.c
+	       rpc_server/srv_samr_chgpasswd.c
                ../librpc/gen_ndr/srv_samr.c'''
 
 RPC_INITSHUTDOWN_SRC = ''' ../librpc/gen_ndr/srv_initshutdown.c rpc_server/srv_initshutdown_nt.c'''
@@ -640,7 +641,7 @@ WINBINDD_SRC1 = '''winbindd/winbindd.c
                    auth/server_info.c
                    auth/server_info_sam.c
                    auth/user_info.c
-                   smbd/chgpasswd.c
+		   rpc_server/srv_samr_chgpasswd.c
                    ../nsswitch/libwbclient/wb_reqtrans.c'''
 
 WINBINDD_SRC = '''${WINBINDD_SRC1}
@@ -664,7 +665,7 @@ SMBD_SRC_MAIN = '''smbd/server.c'''
 
 BUILDOPT_SRC = '''smbd/build_options.c'''
 
-SMBD_SRC_SRV = '''smbd/files.c smbd/chgpasswd.c smbd/connection.c
+SMBD_SRC_SRV = '''smbd/files.c smbd/connection.c
                smbd/utmp.c smbd/session.c smbd/map_username.c
                smbd/dfree.c smbd/dir.c smbd/password.c smbd/conn.c
                smbd/share_access.c smbd/fileio.c


-- 
Samba Shared Repository


More information about the samba-cvs mailing list