svn commit: samba r10340 - in branches/tmp/samba4-winsrepl: . source source/auth source/auth/kerberos source/build/scons source/cldap_server source/client source/dsdb source/gtk source/heimdal/lib/krb5 source/ldap_server source/lib source/lib/charset source/lib/cmdline source/lib/ldb source/lib/messaging source/lib/popt source/lib/registry source/lib/replace source/lib/samba3 source/lib/socket source/lib/socket_wrapper source/lib/talloc source/lib/tdb source/lib/tdb/tools source/lib/tls source/libcli source/libnet source/librpc source/librpc/ndr source/nbt_server source/nsswitch source/param source/rpc_server source/smbd source/torture source/web_server

metze at samba.org metze at samba.org
Tue Sep 20 07:57:37 GMT 2005


Author: metze
Date: 2005-09-20 07:57:36 +0000 (Tue, 20 Sep 2005)
New Revision: 10340

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

Log:
 r12420 at SERNOX (orig r10327):  tpot | 2005-09-19 23:37:38 +0200
 Use CPPPATH instead of appending -Idir to CCFLAGS.
 
 Use a list comprehension instead of a for loop.
 
 Add a emacs thingy to kick in python mode.  (-:
 
 r12421 at SERNOX (orig r10328):  tpot | 2005-09-19 23:44:36 +0200
 Add more emacs python-mode markers.
 
 r12422 at SERNOX (orig r10329):  tpot | 2005-09-19 23:50:53 +0200
 Perhaps we shouldn't get too ahead of ourselves just yet.
 
 r12423 at SERNOX (orig r10330):  jelmer | 2005-09-20 00:01:57 +0200
 Add SConscript to more subsystems. Some of the tdb tools build now.
 Start on custom Samba scons tools (for handling proto generation, pidl, etc)
 
 
 r12425 at SERNOX (orig r10332):  jelmer | 2005-09-20 01:10:28 +0200
 Fix the build - messaging uses UNIX_PRIVS
 
 r12427 at SERNOX (orig r10334):  tpot | 2005-09-20 01:37:01 +0200
 Use CPPDEFINES instead of CCFLAGS for adding preprocessor symbols.
 
 r12428 at SERNOX (orig r10335):  tpot | 2005-09-20 01:39:23 +0200
 Build tdb tools into bin directory.
 
 r12429 at SERNOX (orig r10336):  jelmer | 2005-09-20 02:39:19 +0200
 Add sconscript for a couple more subsystems.
 
 r12460 at SERNOX (orig r10337):  abartlet | 2005-09-20 09:03:47 +0200
 This grubby little hack is the implementation of a concept discussed
 on the kerberos mailing lists a couple of weeks ago: Don't use DNS at
 all for expanding short names into long names.
 
 Using the 'override krb5_init_context' code already in the tree, this
 removes the DNS lag on a kerberos session setup/connection.
 
 Andrew Bartlett
 
 r12462 at SERNOX (orig r10339):  metze | 2005-09-20 09:56:54 +0200
 fix ndr_push_udlongr
 
 metze

Added:
   branches/tmp/samba4-winsrepl/source/auth/SConscript
   branches/tmp/samba4-winsrepl/source/build/scons/iconv.py
   branches/tmp/samba4-winsrepl/source/build/scons/pidl.py
   branches/tmp/samba4-winsrepl/source/build/scons/proto.py
   branches/tmp/samba4-winsrepl/source/cldap_server/SConscript
   branches/tmp/samba4-winsrepl/source/client/SConscript
   branches/tmp/samba4-winsrepl/source/dsdb/SConscript
   branches/tmp/samba4-winsrepl/source/gtk/SConscript
   branches/tmp/samba4-winsrepl/source/ldap_server/SConscript
   branches/tmp/samba4-winsrepl/source/lib/ldb/SConscript
   branches/tmp/samba4-winsrepl/source/lib/messaging/SConscript
   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/tdb/SConscript
   branches/tmp/samba4-winsrepl/source/lib/tls/SConscript
   branches/tmp/samba4-winsrepl/source/libcli/SConscript
   branches/tmp/samba4-winsrepl/source/libnet/SConscript
   branches/tmp/samba4-winsrepl/source/librpc/SConscript
   branches/tmp/samba4-winsrepl/source/nbt_server/SConscript
   branches/tmp/samba4-winsrepl/source/nsswitch/SConscript
   branches/tmp/samba4-winsrepl/source/rpc_server/SConscript
   branches/tmp/samba4-winsrepl/source/smbd/SConscript
   branches/tmp/samba4-winsrepl/source/torture/SConscript
   branches/tmp/samba4-winsrepl/source/web_server/SConscript
Modified:
   branches/tmp/samba4-winsrepl/
   branches/tmp/samba4-winsrepl/source/SConstruct
   branches/tmp/samba4-winsrepl/source/auth/kerberos/krb5_init_context.c
   branches/tmp/samba4-winsrepl/source/heimdal/lib/krb5/context.c
   branches/tmp/samba4-winsrepl/source/heimdal/lib/krb5/expand_hostname.c
   branches/tmp/samba4-winsrepl/source/heimdal/lib/krb5/krb5.h
   branches/tmp/samba4-winsrepl/source/lib/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/messaging/config.mk
   branches/tmp/samba4-winsrepl/source/lib/popt/SConscript
   branches/tmp/samba4-winsrepl/source/lib/registry/SConscript
   branches/tmp/samba4-winsrepl/source/lib/talloc/SConscript
   branches/tmp/samba4-winsrepl/source/lib/tdb/tools/tdbbackup.c
   branches/tmp/samba4-winsrepl/source/librpc/ndr/ndr_basic.c
   branches/tmp/samba4-winsrepl/source/param/SConscript
   branches/tmp/samba4-winsrepl/source/smbd/config.mk


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


More information about the samba-cvs mailing list