svn commit: samba r10602 - in branches/tmp/samba4-winsrepl: . source source/auth source/auth/credentials source/auth/gensec source/build/scons source/cldap_server source/client source/dsdb source/gtk source/heimdal_build source/include source/kdc source/ldap_server source/lib source/lib/appweb source/lib/charset source/lib/cmdline source/lib/com source/lib/events source/lib/ldb source/lib/messaging source/lib/netif source/lib/popt source/lib/registry source/lib/registry/tools source/lib/replace source/lib/samba3 source/lib/socket source/lib/socket_wrapper source/lib/talloc source/lib/tdb source/lib/tls source/libcli source/libcli/smb_composite source/libnet source/librpc source/nbt_server source/nsswitch source/ntptr source/ntvfs source/ntvfs/posix source/ntvfs/unixuid source/param source/rpc_server source/script source/script/tests source/scripting/ejs source/smb_server source/smbd source/torture source/torture/local source/web_server source/winbind testprogs/win32 testprogs/win32/npecho testprogs/win32/testmailslot

metze at samba.org metze at samba.org
Thu Sep 29 05:48:36 GMT 2005


Author: metze
Date: 2005-09-29 05:48:32 +0000 (Thu, 29 Sep 2005)
New Revision: 10602

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

Log:
 r13001 at SERNOX (orig r10576):  jelmer | 2005-09-28 15:47:39 +0200
 Add testprog for named pipes. Also add GNUmakefile's for cross-compilation 
 using mingw32
 
 r13002 at SERNOX (orig r10577):  jelmer | 2005-09-28 15:55:19 +0200
 Fix error in ReadFile()
 
 r13003 at SERNOX (orig r10578):  jelmer | 2005-09-28 16:07:59 +0200
 Run LOCAL-STRLIST by default
 
 r13004 at SERNOX (orig r10579):  jelmer | 2005-09-28 16:12:09 +0200
 str_list_make() can return NULL
 
 r13005 at SERNOX (orig r10580):  jelmer | 2005-09-28 16:35:51 +0200
 More generic approach for adding endpoints
 
 r13006 at SERNOX (orig r10581):  jelmer | 2005-09-28 16:38:07 +0200
 Remove some unused globals + make static
 
 r13007 at SERNOX (orig r10582):  jelmer | 2005-09-28 16:42:04 +0200
 Nicer output (try to avoid linewraps)
 
 r13011 at SERNOX (orig r10586):  jelmer | 2005-09-28 20:18:09 +0200
 Add MergedObject() builder. Default to Library() rather 
 then StaticLibrary()
 
 r13012 at SERNOX (orig r10587):  jelmer | 2005-09-28 20:47:06 +0200
 Remove unused constants
 
 r13013 at SERNOX (orig r10588):  jelmer | 2005-09-28 21:56:21 +0200
 Remove more unused files, macros
 
 r13017 at SERNOX (orig r10592):  jelmer | 2005-09-28 23:54:29 +0200
 Add "adfgets()" function, which allocates and reads a line from a fd. 
 Also add torture tests for this function and file_{load,save}. I've hardcoded
 a file name here.. should I handle that neater somehow?
 
 r13018 at SERNOX (orig r10593):  abartlet | 2005-09-29 00:16:08 +0200
 Add printf attribute
 
 Andrew Bartlett
 
 r13019 at SERNOX (orig r10594):  jelmer | 2005-09-29 00:16:30 +0200
 Add initial framework for lib/registry torture tests
 
 r13020 at SERNOX (orig r10595):  abartlet | 2005-09-29 01:04:01 +0200
 Use a server name of 'localtest' not 'localhost', so we can move to
 testing kerberos.
 
 Andrew Bartlett
 
 r13021 at SERNOX (orig r10596):  abartlet | 2005-09-29 02:02:38 +0200
 Move the credentials code into it's own subsystem, and push it under auth/
 
 Andrew Bartlett
 
 r13022 at SERNOX (orig r10597):  abartlet | 2005-09-29 02:03:43 +0200
 And add the .mk files for the new credentials subsystem.
 
 Andrew Bartlett
 
 r13023 at SERNOX (orig r10598):  abartlet | 2005-09-29 02:28:46 +0200
 Factor out common code, in preperation for a move elsewhere.
 
 Andrew Bartlett
 
 r13024 at SERNOX (orig r10599):  abartlet | 2005-09-29 02:48:48 +0200
 Use localhost again for now, until I trace where we are leaking name lookups.
 
 Andrew Bartlett
 

Added:
   branches/tmp/samba4-winsrepl/source/auth/credentials/
   branches/tmp/samba4-winsrepl/source/auth/credentials/config.mk
   branches/tmp/samba4-winsrepl/source/auth/credentials/credentials.c
   branches/tmp/samba4-winsrepl/source/auth/credentials/credentials_files.c
   branches/tmp/samba4-winsrepl/source/auth/credentials/credentials_krb5.c
   branches/tmp/samba4-winsrepl/source/build/scons/samba.py
   branches/tmp/samba4-winsrepl/source/torture/local/registry.c
   branches/tmp/samba4-winsrepl/source/torture/local/util_file.c
   branches/tmp/samba4-winsrepl/testprogs/win32/npecho/
   branches/tmp/samba4-winsrepl/testprogs/win32/npecho/GNUmakefile
   branches/tmp/samba4-winsrepl/testprogs/win32/npecho/NMakefile
   branches/tmp/samba4-winsrepl/testprogs/win32/npecho/npecho_client.c
   branches/tmp/samba4-winsrepl/testprogs/win32/testmailslot/GNUmakefile
   branches/tmp/samba4-winsrepl/testprogs/win32/testmailslot/NMakefile
Removed:
   branches/tmp/samba4-winsrepl/source/include/clitar.h
   branches/tmp/samba4-winsrepl/source/include/interfaces.h
   branches/tmp/samba4-winsrepl/source/include/module.h
   branches/tmp/samba4-winsrepl/source/lib/credentials.c
   branches/tmp/samba4-winsrepl/testprogs/win32/testmailslot/Makefile
Modified:
   branches/tmp/samba4-winsrepl/
   branches/tmp/samba4-winsrepl/source/SConstruct
   branches/tmp/samba4-winsrepl/source/auth/SConscript
   branches/tmp/samba4-winsrepl/source/auth/auth_sam.c
   branches/tmp/samba4-winsrepl/source/auth/gensec/SConscript
   branches/tmp/samba4-winsrepl/source/cldap_server/SConscript
   branches/tmp/samba4-winsrepl/source/client/client.c
   branches/tmp/samba4-winsrepl/source/dsdb/SConscript
   branches/tmp/samba4-winsrepl/source/gtk/SConscript
   branches/tmp/samba4-winsrepl/source/heimdal_build/SConscript
   branches/tmp/samba4-winsrepl/source/include/includes.h
   branches/tmp/samba4-winsrepl/source/include/local.h
   branches/tmp/samba4-winsrepl/source/include/mutex.h
   branches/tmp/samba4-winsrepl/source/include/smb_macros.h
   branches/tmp/samba4-winsrepl/source/kdc/SConscript
   branches/tmp/samba4-winsrepl/source/ldap_server/SConscript
   branches/tmp/samba4-winsrepl/source/lib/SConscript
   branches/tmp/samba4-winsrepl/source/lib/appweb/SConscript
   branches/tmp/samba4-winsrepl/source/lib/basic.mk
   branches/tmp/samba4-winsrepl/source/lib/charset/SConscript
   branches/tmp/samba4-winsrepl/source/lib/cmdline/SConscript
   branches/tmp/samba4-winsrepl/source/lib/cmdline/config.mk
   branches/tmp/samba4-winsrepl/source/lib/com/SConscript
   branches/tmp/samba4-winsrepl/source/lib/events/SConscript
   branches/tmp/samba4-winsrepl/source/lib/ldb/SConscript
   branches/tmp/samba4-winsrepl/source/lib/messaging/SConscript
   branches/tmp/samba4-winsrepl/source/lib/netif/SConscript
   branches/tmp/samba4-winsrepl/source/lib/popt/SConscript
   branches/tmp/samba4-winsrepl/source/lib/registry/SConscript
   branches/tmp/samba4-winsrepl/source/lib/registry/tools/regpatch.c
   branches/tmp/samba4-winsrepl/source/lib/replace/SConscript
   branches/tmp/samba4-winsrepl/source/lib/samba3/SConscript
   branches/tmp/samba4-winsrepl/source/lib/socket/SConscript
   branches/tmp/samba4-winsrepl/source/lib/socket_wrapper/SConscript
   branches/tmp/samba4-winsrepl/source/lib/talloc/SConscript
   branches/tmp/samba4-winsrepl/source/lib/tdb/SConscript
   branches/tmp/samba4-winsrepl/source/lib/tls/SConscript
   branches/tmp/samba4-winsrepl/source/lib/util_file.c
   branches/tmp/samba4-winsrepl/source/lib/util_sock.c
   branches/tmp/samba4-winsrepl/source/libcli/SConscript
   branches/tmp/samba4-winsrepl/source/libcli/smb_composite/sesssetup.c
   branches/tmp/samba4-winsrepl/source/libnet/SConscript
   branches/tmp/samba4-winsrepl/source/librpc/SConscript
   branches/tmp/samba4-winsrepl/source/main.mk
   branches/tmp/samba4-winsrepl/source/nbt_server/SConscript
   branches/tmp/samba4-winsrepl/source/nsswitch/SConscript
   branches/tmp/samba4-winsrepl/source/ntptr/SConscript
   branches/tmp/samba4-winsrepl/source/ntvfs/SConscript
   branches/tmp/samba4-winsrepl/source/ntvfs/posix/SConscript
   branches/tmp/samba4-winsrepl/source/ntvfs/unixuid/SConscript
   branches/tmp/samba4-winsrepl/source/param/SConscript
   branches/tmp/samba4-winsrepl/source/param/loadparm.c
   branches/tmp/samba4-winsrepl/source/rpc_server/SConscript
   branches/tmp/samba4-winsrepl/source/rpc_server/dcerpc_server.c
   branches/tmp/samba4-winsrepl/source/rpc_server/dcerpc_sock.c
   branches/tmp/samba4-winsrepl/source/script/installman.sh
   branches/tmp/samba4-winsrepl/source/script/tests/selftest.sh
   branches/tmp/samba4-winsrepl/source/script/tests/test_echo.sh
   branches/tmp/samba4-winsrepl/source/script/tests/test_local.sh
   branches/tmp/samba4-winsrepl/source/script/tests/tests_all.sh
   branches/tmp/samba4-winsrepl/source/script/tests/tests_quick.sh
   branches/tmp/samba4-winsrepl/source/scripting/ejs/SConscript
   branches/tmp/samba4-winsrepl/source/smb_server/SConscript
   branches/tmp/samba4-winsrepl/source/smb_server/trans2.c
   branches/tmp/samba4-winsrepl/source/smbd/SConscript
   branches/tmp/samba4-winsrepl/source/torture/SConscript
   branches/tmp/samba4-winsrepl/source/torture/config.mk
   branches/tmp/samba4-winsrepl/source/torture/torture.c
   branches/tmp/samba4-winsrepl/source/web_server/SConscript
   branches/tmp/samba4-winsrepl/source/winbind/SConscript


Changeset:
Sorry, the patch is too large (4551 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10602


More information about the samba-cvs mailing list