svn commit: samba r25937 - in branches/4.0-python: . source source/auth source/auth/gensec source/auth/kerberos source/build/m4 source/build/smb_build source/cluster/ctdb source/dsdb/repl source/dsdb/samdb source/dsdb/samdb/ldb_modules source/dsdb/schema source/kdc source/ldap_server source/lib source/lib/charset source/lib/charset/tests source/lib/crypto source/lib/events source/lib/ldb/common source/lib/ldb/ldb_tdb source/lib/ldb/tests/python source/lib/ldb/web source/lib/ldb-samba source/lib/messaging source/lib/messaging/tests source/lib/registry source/lib/registry/tests source/lib/replace source/lib/replace/system source/lib/tdb/common source/lib/tdb/include source/lib/tdb/tools source/libcli/cldap source/libcli/dgram source/libcli/ldap source/libcli/nbt source/libcli/raw source/libcli/resolve source/libcli/security source/libcli/security/tests source/libcli/util source/libcli/wrepl source/libnet source/librpc/idl source/librpc/ndr source/librpc/rpc source/librpc/tools source/ntptr/simple_ldb source/ntvfs/common source/ntvfs/ipc source/ntvfs/posix source/param source/param/tests source/pidl/lib/Parse/Pidl/Samba3 source/pidl/lib/Parse/Pidl/Samba4/NDR source/pidl/tests source/rpc_server source/rpc_server/netlogon source/rpc_server/remote source/rpc_server/winreg source/script source/scripting/python/samba source/selftest source/selftest/env source/setup source/smb_server source/smb_server/smb source/smb_server/smb2 source/smbd source/torture source/torture/auth source/torture/ldap source/torture/local source/torture/ndr source/torture/rap source/torture/raw source/torture/rpc source/utils source/winbind source/wrepl_server

jelmer at samba.org jelmer at samba.org
Tue Nov 13 21:27:49 GMT 2007


Author: jelmer
Date: 2007-11-13 21:27:37 +0000 (Tue, 13 Nov 2007)
New Revision: 25937

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

Log:
Merge upstream.
Added:
   branches/4.0-python/source/lib/charset/tests/
   branches/4.0-python/source/lib/charset/tests/charset.c
   branches/4.0-python/source/lib/charset/tests/iconv.c
   branches/4.0-python/source/lib/crypto/config.mk
   branches/4.0-python/source/lib/events/testsuite.c
   branches/4.0-python/source/lib/messaging/tests/
   branches/4.0-python/source/lib/messaging/tests/irpc.c
   branches/4.0-python/source/lib/messaging/tests/messaging.c
   branches/4.0-python/source/libcli/resolve/testsuite.c
   branches/4.0-python/source/libcli/security/tests/
   branches/4.0-python/source/libcli/security/tests/sddl.c
   branches/4.0-python/source/param/tests/
   branches/4.0-python/source/param/tests/share.c
   branches/4.0-python/source/setup/phpldapadmin-config.php
Removed:
   branches/4.0-python/source/lib/charset/testsuite.c
   branches/4.0-python/source/torture/local/event.c
   branches/4.0-python/source/torture/local/iconv.c
   branches/4.0-python/source/torture/local/irpc.c
   branches/4.0-python/source/torture/local/messaging.c
   branches/4.0-python/source/torture/local/resolve.c
   branches/4.0-python/source/torture/local/sddl.c
   branches/4.0-python/source/torture/local/share.c
Modified:
   branches/4.0-python/
   branches/4.0-python/source/auth/auth_winbind.c
   branches/4.0-python/source/auth/gensec/schannel.c
   branches/4.0-python/source/auth/kerberos/kerberos_pac.c
   branches/4.0-python/source/build/m4/check_ld.m4
   branches/4.0-python/source/build/smb_build/makefile.pm
   branches/4.0-python/source/cluster/ctdb/opendb_ctdb.c
   branches/4.0-python/source/dsdb/repl/drepl_partitions.c
   branches/4.0-python/source/dsdb/repl/replicated_objects.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/entryUUID.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/linked_attributes.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/objectclass.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/objectguid.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/password_hash.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/repl_meta_data.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/samba3sam.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/samldb.c
   branches/4.0-python/source/dsdb/samdb/samdb.c
   branches/4.0-python/source/dsdb/schema/schema_init.c
   branches/4.0-python/source/dsdb/schema/schema_syntax.c
   branches/4.0-python/source/kdc/hdb-ldb.c
   branches/4.0-python/source/kdc/pac-glue.c
   branches/4.0-python/source/ldap_server/ldap_server.c
   branches/4.0-python/source/lib/basic.mk
   branches/4.0-python/source/lib/ldb-samba/ldif_handlers.c
   branches/4.0-python/source/lib/ldb/common/ldb.c
   branches/4.0-python/source/lib/ldb/common/ldb_modules.c
   branches/4.0-python/source/lib/ldb/ldb_tdb/ldb_tdb.h
   branches/4.0-python/source/lib/ldb/tests/python/ldap.py
   branches/4.0-python/source/lib/ldb/web/index.html
   branches/4.0-python/source/lib/messaging/messaging.c
   branches/4.0-python/source/lib/registry/config.mk
   branches/4.0-python/source/lib/registry/regf.c
   branches/4.0-python/source/lib/registry/tests/diff.c
   branches/4.0-python/source/lib/registry/tests/generic.c
   branches/4.0-python/source/lib/registry/tests/hive.c
   branches/4.0-python/source/lib/registry/tests/registry.c
   branches/4.0-python/source/lib/replace/getaddrinfo.c
   branches/4.0-python/source/lib/replace/getaddrinfo.m4
   branches/4.0-python/source/lib/replace/getpass.c
   branches/4.0-python/source/lib/replace/replace.h
   branches/4.0-python/source/lib/replace/system/network.h
   branches/4.0-python/source/lib/replace/system/wait.h
   branches/4.0-python/source/lib/tdb/common/io.c
   branches/4.0-python/source/lib/tdb/common/lock.c
   branches/4.0-python/source/lib/tdb/common/tdb_private.h
   branches/4.0-python/source/lib/tdb/include/tdb.h
   branches/4.0-python/source/lib/tdb/tools/tdbbackup.c
   branches/4.0-python/source/lib/tdb/tools/tdbdump.c
   branches/4.0-python/source/lib/tdb/tools/tdbtool.c
   branches/4.0-python/source/lib/tdb/tools/tdbtorture.c
   branches/4.0-python/source/libcli/cldap/cldap.c
   branches/4.0-python/source/libcli/dgram/browse.c
   branches/4.0-python/source/libcli/dgram/dgramsocket.c
   branches/4.0-python/source/libcli/dgram/netlogon.c
   branches/4.0-python/source/libcli/dgram/ntlogon.c
   branches/4.0-python/source/libcli/ldap/ldap_ndr.c
   branches/4.0-python/source/libcli/nbt/nbtname.c
   branches/4.0-python/source/libcli/nbt/nbtsocket.c
   branches/4.0-python/source/libcli/raw/rawacl.c
   branches/4.0-python/source/libcli/raw/rawfile.c
   branches/4.0-python/source/libcli/raw/rawfileinfo.c
   branches/4.0-python/source/libcli/raw/rawfsinfo.c
   branches/4.0-python/source/libcli/raw/rawsetfileinfo.c
   branches/4.0-python/source/libcli/util/doserr.c
   branches/4.0-python/source/libcli/util/error.h
   branches/4.0-python/source/libcli/util/errormap.c
   branches/4.0-python/source/libcli/util/werror.h
   branches/4.0-python/source/libcli/wrepl/winsrepl.c
   branches/4.0-python/source/libnet/libnet_become_dc.c
   branches/4.0-python/source/libnet/libnet_samsync_ldb.c
   branches/4.0-python/source/libnet/libnet_vampire.c
   branches/4.0-python/source/librpc/idl/netlogon.idl
   branches/4.0-python/source/librpc/ndr/libndr.h
   branches/4.0-python/source/librpc/ndr/ndr.c
   branches/4.0-python/source/librpc/ndr/ndr_basic.c
   branches/4.0-python/source/librpc/ndr/ndr_compression.c
   branches/4.0-python/source/librpc/ndr/ndr_drsuapi.c
   branches/4.0-python/source/librpc/ndr/ndr_drsuapi.h
   branches/4.0-python/source/librpc/ndr/ndr_krb5pac.c
   branches/4.0-python/source/librpc/ndr/ndr_orpc.c
   branches/4.0-python/source/librpc/ndr/ndr_sec_helper.c
   branches/4.0-python/source/librpc/ndr/ndr_spoolss_buf.c
   branches/4.0-python/source/librpc/ndr/ndr_string.c
   branches/4.0-python/source/librpc/rpc/dcerpc.c
   branches/4.0-python/source/librpc/rpc/dcerpc_util.c
   branches/4.0-python/source/librpc/tools/ndrdump.c
   branches/4.0-python/source/ntptr/simple_ldb/ntptr_simple_ldb.c
   branches/4.0-python/source/ntvfs/common/notify.c
   branches/4.0-python/source/ntvfs/common/opendb_tdb.c
   branches/4.0-python/source/ntvfs/ipc/ipc_rap.c
   branches/4.0-python/source/ntvfs/posix/pvfs_xattr.c
   branches/4.0-python/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
   branches/4.0-python/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
   branches/4.0-python/source/pidl/lib/Parse/Pidl/Samba4/NDR/Server.pm
   branches/4.0-python/source/pidl/tests/ndr_align.pl
   branches/4.0-python/source/pidl/tests/ndr_alloc.pl
   branches/4.0-python/source/pidl/tests/ndr_array.pl
   branches/4.0-python/source/pidl/tests/ndr_fullptr.pl
   branches/4.0-python/source/pidl/tests/ndr_refptr.pl
   branches/4.0-python/source/pidl/tests/ndr_represent.pl
   branches/4.0-python/source/pidl/tests/ndr_simple.pl
   branches/4.0-python/source/pidl/tests/ndr_string.pl
   branches/4.0-python/source/pidl/tests/ndr_tagtype.pl
   branches/4.0-python/source/rpc_server/dcerpc_server.c
   branches/4.0-python/source/rpc_server/dcesrv_auth.c
   branches/4.0-python/source/rpc_server/netlogon/dcerpc_netlogon.c
   branches/4.0-python/source/rpc_server/remote/dcesrv_remote.c
   branches/4.0-python/source/rpc_server/winreg/rpc_winreg.c
   branches/4.0-python/source/samba4-knownfail
   branches/4.0-python/source/script/installmisc.sh
   branches/4.0-python/source/scripting/python/samba/provision.py
   branches/4.0-python/source/selftest/env/Samba4.pm
   branches/4.0-python/source/selftest/selftest.pl
   branches/4.0-python/source/setup/provision_users.ldif
   branches/4.0-python/source/smb_server/blob.c
   branches/4.0-python/source/smb_server/smb/nttrans.c
   branches/4.0-python/source/smb_server/smb2/fileinfo.c
   branches/4.0-python/source/smbd/service_stream.c
   branches/4.0-python/source/torture/auth/pac.c
   branches/4.0-python/source/torture/ldap/uptodatevector.c
   branches/4.0-python/source/torture/local/config.mk
   branches/4.0-python/source/torture/local/local.c
   branches/4.0-python/source/torture/ndr/ndr.c
   branches/4.0-python/source/torture/rap/rap.c
   branches/4.0-python/source/torture/raw/samba3misc.c
   branches/4.0-python/source/torture/rpc/eventlog.c
   branches/4.0-python/source/torture/rpc/netlogon.c
   branches/4.0-python/source/torture/rpc/samsync.c
   branches/4.0-python/source/torture/rpc/spoolss_notify.c
   branches/4.0-python/source/torture/rpc/winreg.c
   branches/4.0-python/source/torture/smbtorture.c
   branches/4.0-python/source/torture/ui.h
   branches/4.0-python/source/utils/getntacl.c
   branches/4.0-python/source/winbind/wb_pam_auth.c
   branches/4.0-python/source/wrepl_server/wrepl_in_connection.c


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


More information about the samba-cvs mailing list