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: [EMAIL PROTECTED] (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. (-: [EMAIL PROTECTED] (orig r10328): tpot | 2005-09-19 23:44:36 +0200 Add more emacs python-mode markers. [EMAIL PROTECTED] (orig r10329): tpot | 2005-09-19 23:50:53 +0200 Perhaps we shouldn't get too ahead of ourselves just yet. [EMAIL PROTECTED] (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) [EMAIL PROTECTED] (orig r10332): jelmer | 2005-09-20 01:10:28 +0200 Fix the build - messaging uses UNIX_PRIVS [EMAIL PROTECTED] (orig r10334): tpot | 2005-09-20 01:37:01 +0200 Use CPPDEFINES instead of CCFLAGS for adding preprocessor symbols. [EMAIL PROTECTED] (orig r10335): tpot | 2005-09-20 01:39:23 +0200 Build tdb tools into bin directory. [EMAIL PROTECTED] (orig r10336): jelmer | 2005-09-20 02:39:19 +0200 Add sconscript for a couple more subsystems. [EMAIL PROTECTED] (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 [EMAIL PROTECTED] (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
