svn commit: samba r26367 - in branches/4.0-python: . source source/auth source/auth/credentials source/auth/credentials/tests source/auth/gensec source/auth/kerberos source/auth/ntlmssp source/build/smb_build source/cldap_server source/client source/cluster source/cluster/ctdb source/dsdb source/dsdb/common source/dsdb/repl source/dsdb/samdb source/dsdb/samdb/ldb_modules source/dsdb/schema source/heimdal/lib/asn1 source/heimdal_build source/kdc source/ldap_server source/lib source/lib/charset source/lib/charset/tests source/lib/cmdline source/lib/dbwrap source/lib/events source/lib/gencache source/lib/ldb source/lib/ldb/common source/lib/ldb/ldb_ildap source/lib/ldb/ldb_tdb source/lib/ldb/tools source/lib/ldb-samba source/lib/messaging/tests source/lib/policy source/lib/registry source/lib/registry/tests source/lib/registry/tools source/lib/replace/system source/lib/samba3 source/lib/socket source/lib/talloc source/lib/tdb source/lib/tdr source/lib/tls source/lib/util source/libcli source/libcli/auth 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/smb2 source/libcli/smb_composite source/libcli/swig source/libcli/wrepl source/libnet source/librpc/idl source/librpc/ndr source/librpc/rpc source/nbt_server source/nbt_server/dgram source/nbt_server/wins source/nsswitch source/ntptr source/ntptr/simple_ldb source/ntvfs source/ntvfs/cifs source/ntvfs/common source/ntvfs/ipc source/ntvfs/posix source/ntvfs/print source/ntvfs/unixuid source/param source/param/tests source/pidl/lib/Parse/Pidl/Samba3 source/pidl/tests source/rpc_server source/rpc_server/common source/rpc_server/drsuapi source/rpc_server/lsa source/rpc_server/netlogon source/rpc_server/remote source/rpc_server/samr source/rpc_server/spoolss source/rpc_server/srvsvc source/rpc_server/unixinfo source/rpc_server/winreg source/rpc_server/wkssvc source/scripting source/scripting/ejs source/scripting/python 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/basic source/torture/ldap source/torture/libnet source/torture/local source/torture/nbench source/torture/nbt source/torture/rap source/torture/raw source/torture/rpc source/torture/smb2 source/torture/unix source/torture/winbind source/utils source/utils/net source/web_server source/winbind source/wrepl_server

jelmer at samba.org jelmer at samba.org
Mon Dec 10 09:36:24 GMT 2007


Author: jelmer
Date: 2007-12-10 09:35:38 +0000 (Mon, 10 Dec 2007)
New Revision: 26367

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

Log:
merge upstream.
Added:
   branches/4.0-python/source/auth/auth.py
   branches/4.0-python/source/auth/auth_wrap.c
   branches/4.0-python/source/auth/credentials/credentials.py
   branches/4.0-python/source/auth/credentials/credentials_wrap.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/ranged_results.c
   branches/4.0-python/source/lib/events/events.py
   branches/4.0-python/source/lib/events/events_wrap.c
   branches/4.0-python/source/lib/ldb/ldb.py
   branches/4.0-python/source/lib/ldb/ldb_tdb/ldb_tdb_wrap.c
   branches/4.0-python/source/lib/ldb/ldb_wrap.c
   branches/4.0-python/source/lib/ldb_wrap.c
   branches/4.0-python/source/lib/registry/registry.py
   branches/4.0-python/source/lib/registry/registry_wrap.c
   branches/4.0-python/source/lib/socket/connect_name.c
   branches/4.0-python/source/lib/tdb/tdb.py
   branches/4.0-python/source/lib/tdb/tdb_wrap.c
   branches/4.0-python/source/lib/tdb_wrap.c
   branches/4.0-python/source/libcli/security/security.py
   branches/4.0-python/source/libcli/security/security_wrap.c
   branches/4.0-python/source/libcli/swig/libcli_nbt.py
   branches/4.0-python/source/libcli/swig/libcli_nbt_wrap.c
   branches/4.0-python/source/libcli/swig/libcli_smb.py
   branches/4.0-python/source/libcli/swig/libcli_smb_wrap.c
   branches/4.0-python/source/librpc/rpc/dcerpc.py
   branches/4.0-python/source/librpc/rpc/dcerpc_wrap.c
   branches/4.0-python/source/param/tests/loadparm.c
   branches/4.0-python/source/scripting/ejs/
   branches/4.0-python/source/scripting/ejs/ejsnet/
   branches/4.0-python/source/scripting/libjs/
   branches/4.0-python/source/scripting/python/ac_pkg_swig.m4
   branches/4.0-python/source/scripting/python/misc.py
   branches/4.0-python/source/scripting/python/misc_wrap.c
Removed:
   branches/4.0-python/source/auth/gensec/socket.h
   branches/4.0-python/source/lib/util/util_ldb.h
Modified:
   branches/4.0-python/
   branches/4.0-python/.bzrignore
   branches/4.0-python/prog_guide.txt
   branches/4.0-python/source/auth/auth.c
   branches/4.0-python/source/auth/auth.h
   branches/4.0-python/source/auth/auth.i
   branches/4.0-python/source/auth/auth_anonymous.c
   branches/4.0-python/source/auth/auth_sam.c
   branches/4.0-python/source/auth/auth_server.c
   branches/4.0-python/source/auth/auth_simple.c
   branches/4.0-python/source/auth/auth_unix.c
   branches/4.0-python/source/auth/auth_util.c
   branches/4.0-python/source/auth/config.mk
   branches/4.0-python/source/auth/credentials/config.mk
   branches/4.0-python/source/auth/credentials/credentials.c
   branches/4.0-python/source/auth/credentials/credentials.i
   branches/4.0-python/source/auth/credentials/credentials_files.c
   branches/4.0-python/source/auth/credentials/credentials_krb5.c
   branches/4.0-python/source/auth/credentials/tests/bindings.py
   branches/4.0-python/source/auth/gensec/config.mk
   branches/4.0-python/source/auth/gensec/gensec.c
   branches/4.0-python/source/auth/gensec/gensec.h
   branches/4.0-python/source/auth/gensec/gensec_gssapi.c
   branches/4.0-python/source/auth/gensec/gensec_krb5.c
   branches/4.0-python/source/auth/gensec/schannel.c
   branches/4.0-python/source/auth/gensec/schannel_state.c
   branches/4.0-python/source/auth/gensec/spnego.c
   branches/4.0-python/source/auth/kerberos/kerberos.h
   branches/4.0-python/source/auth/kerberos/kerberos_pac.c
   branches/4.0-python/source/auth/kerberos/krb5_init_context.c
   branches/4.0-python/source/auth/kerberos/krb5_init_context.h
   branches/4.0-python/source/auth/ntlm_check.c
   branches/4.0-python/source/auth/ntlmssp/ntlmssp.c
   branches/4.0-python/source/auth/ntlmssp/ntlmssp.h
   branches/4.0-python/source/auth/ntlmssp/ntlmssp_client.c
   branches/4.0-python/source/auth/ntlmssp/ntlmssp_parse.c
   branches/4.0-python/source/auth/ntlmssp/ntlmssp_server.c
   branches/4.0-python/source/auth/sam.c
   branches/4.0-python/source/auth/session.c
   branches/4.0-python/source/auth/system_session.c
   branches/4.0-python/source/autogen.sh
   branches/4.0-python/source/build/smb_build/input.pm
   branches/4.0-python/source/build/smb_build/makefile.pm
   branches/4.0-python/source/build/smb_build/output.pm
   branches/4.0-python/source/cldap_server/cldap_server.c
   branches/4.0-python/source/cldap_server/netlogon.c
   branches/4.0-python/source/client/cifsdd.c
   branches/4.0-python/source/client/client.c
   branches/4.0-python/source/client/smbmount.c
   branches/4.0-python/source/client/smbspool.c
   branches/4.0-python/source/cluster/ctdb/ctdb_cluster.c
   branches/4.0-python/source/cluster/ctdb/ctdb_cluster.h
   branches/4.0-python/source/cluster/local.c
   branches/4.0-python/source/dsdb/common/sidmap.c
   branches/4.0-python/source/dsdb/config.mk
   branches/4.0-python/source/dsdb/repl/drepl_out_helpers.c
   branches/4.0-python/source/dsdb/repl/drepl_service.c
   branches/4.0-python/source/dsdb/samdb/cracknames.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/config.mk
   branches/4.0-python/source/dsdb/samdb/ldb_modules/objectclass.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/password_hash.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/proxy.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/samldb.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/schema_fsmo.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/subtree_delete.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/update_keytab.c
   branches/4.0-python/source/dsdb/samdb/samdb.c
   branches/4.0-python/source/dsdb/samdb/samdb.h
   branches/4.0-python/source/dsdb/samdb/samdb_privilege.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/headermap.txt
   branches/4.0-python/source/heimdal/lib/asn1/lex.c
   branches/4.0-python/source/heimdal_build/glue.c
   branches/4.0-python/source/kdc/config.mk
   branches/4.0-python/source/kdc/hdb-ldb.c
   branches/4.0-python/source/kdc/kdc.c
   branches/4.0-python/source/kdc/kpasswdd.c
   branches/4.0-python/source/kdc/pac-glue.c
   branches/4.0-python/source/ldap_server/config.mk
   branches/4.0-python/source/ldap_server/ldap_backend.c
   branches/4.0-python/source/ldap_server/ldap_bind.c
   branches/4.0-python/source/ldap_server/ldap_server.c
   branches/4.0-python/source/ldap_server/ldap_server.h
   branches/4.0-python/source/lib/charset/charcnv.c
   branches/4.0-python/source/lib/charset/charset.h
   branches/4.0-python/source/lib/charset/config.mk
   branches/4.0-python/source/lib/charset/iconv.c
   branches/4.0-python/source/lib/charset/tests/iconv.c
   branches/4.0-python/source/lib/charset/util_unistr.c
   branches/4.0-python/source/lib/cmdline/popt_common.c
   branches/4.0-python/source/lib/cmdline/popt_common.h
   branches/4.0-python/source/lib/cmdline/popt_credentials.c
   branches/4.0-python/source/lib/dbwrap/dbwrap.c
   branches/4.0-python/source/lib/dbwrap/dbwrap.h
   branches/4.0-python/source/lib/dbwrap/dbwrap_ctdb.c
   branches/4.0-python/source/lib/dbwrap/dbwrap_tdb.c
   branches/4.0-python/source/lib/events/events.c
   branches/4.0-python/source/lib/events/events.h
   branches/4.0-python/source/lib/gencache/gencache.c
   branches/4.0-python/source/lib/ldb-samba/ldif_handlers.c
   branches/4.0-python/source/lib/ldb/Makefile.in
   branches/4.0-python/source/lib/ldb/common/ldb_modules.c
   branches/4.0-python/source/lib/ldb/config.mk
   branches/4.0-python/source/lib/ldb/ldb_ildap/ldb_ildap.c
   branches/4.0-python/source/lib/ldb/tools/cmdline.c
   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/lib/policy/lex.c
   branches/4.0-python/source/lib/registry/ldb.c
   branches/4.0-python/source/lib/registry/patchfile_preg.c
   branches/4.0-python/source/lib/registry/registry.h
   branches/4.0-python/source/lib/registry/registry.i
   branches/4.0-python/source/lib/registry/rpc.c
   branches/4.0-python/source/lib/registry/samba.c
   branches/4.0-python/source/lib/registry/tests/generic.c
   branches/4.0-python/source/lib/registry/tools/common.c
   branches/4.0-python/source/lib/registry/tools/regdiff.c
   branches/4.0-python/source/lib/registry/tools/regpatch.c
   branches/4.0-python/source/lib/registry/tools/regshell.c
   branches/4.0-python/source/lib/registry/tools/regtree.c
   branches/4.0-python/source/lib/registry/util.c
   branches/4.0-python/source/lib/replace/system/capability.h
   branches/4.0-python/source/lib/replace/system/config.m4
   branches/4.0-python/source/lib/samba3/config.mk
   branches/4.0-python/source/lib/socket/config.mk
   branches/4.0-python/source/lib/socket/connect.c
   branches/4.0-python/source/lib/socket/connect_multi.c
   branches/4.0-python/source/lib/socket/interface.c
   branches/4.0-python/source/lib/socket/socket.h
   branches/4.0-python/source/lib/socket/testsuite.c
   branches/4.0-python/source/lib/talloc/Makefile.in
   branches/4.0-python/source/lib/tdb/Makefile.in
   branches/4.0-python/source/lib/tdb/tdb.i
   branches/4.0-python/source/lib/tdr/tdr.c
   branches/4.0-python/source/lib/tls/tls.c
   branches/4.0-python/source/lib/tls/tls.h
   branches/4.0-python/source/lib/util/dprintf.c
   branches/4.0-python/source/lib/util/ms_fnmatch.c
   branches/4.0-python/source/libcli/auth/config.mk
   branches/4.0-python/source/libcli/auth/smbencrypt.c
   branches/4.0-python/source/libcli/cldap/cldap.c
   branches/4.0-python/source/libcli/cldap/cldap.h
   branches/4.0-python/source/libcli/cliconnect.c
   branches/4.0-python/source/libcli/config.mk
   branches/4.0-python/source/libcli/dgram/browse.c
   branches/4.0-python/source/libcli/dgram/libdgram.h
   branches/4.0-python/source/libcli/dgram/mailslot.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/finddcs.c
   branches/4.0-python/source/libcli/ldap/config.mk
   branches/4.0-python/source/libcli/ldap/ldap_bind.c
   branches/4.0-python/source/libcli/ldap/ldap_client.c
   branches/4.0-python/source/libcli/ldap/ldap_client.h
   branches/4.0-python/source/libcli/nbt/libnbt.h
   branches/4.0-python/source/libcli/nbt/namequery.c
   branches/4.0-python/source/libcli/raw/clisocket.c
   branches/4.0-python/source/libcli/raw/clitransport.c
   branches/4.0-python/source/libcli/raw/rawfileinfo.c
   branches/4.0-python/source/libcli/raw/rawnegotiate.c
   branches/4.0-python/source/libcli/raw/rawrequest.c
   branches/4.0-python/source/libcli/resolve/bcast.c
   branches/4.0-python/source/libcli/resolve/nbtlist.c
   branches/4.0-python/source/libcli/resolve/resolve.c
   branches/4.0-python/source/libcli/security/config.mk
   branches/4.0-python/source/libcli/security/security.i
   branches/4.0-python/source/libcli/security/tests/bindings.py
   branches/4.0-python/source/libcli/smb2/connect.c
   branches/4.0-python/source/libcli/smb2/request.c
   branches/4.0-python/source/libcli/smb2/session.c
   branches/4.0-python/source/libcli/smb_composite/connect.c
   branches/4.0-python/source/libcli/smb_composite/sesssetup.c
   branches/4.0-python/source/libcli/wrepl/winsrepl.c
   branches/4.0-python/source/libnet/libnet.c
   branches/4.0-python/source/libnet/libnet.h
   branches/4.0-python/source/libnet/libnet_become_dc.c
   branches/4.0-python/source/libnet/libnet_join.c
   branches/4.0-python/source/libnet/libnet_lookup.c
   branches/4.0-python/source/libnet/libnet_rpc.c
   branches/4.0-python/source/libnet/libnet_samdump.c
   branches/4.0-python/source/libnet/libnet_samsync_ldb.c
   branches/4.0-python/source/libnet/libnet_site.c
   branches/4.0-python/source/libnet/libnet_unbecome_dc.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/idl/samr.idl
   branches/4.0-python/source/librpc/idl/wkssvc.idl
   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.h
   branches/4.0-python/source/librpc/rpc/dcerpc.i
   branches/4.0-python/source/librpc/rpc/dcerpc_auth.c
   branches/4.0-python/source/librpc/rpc/dcerpc_connect.c
   branches/4.0-python/source/librpc/rpc/dcerpc_schannel.c
   branches/4.0-python/source/librpc/rpc/dcerpc_secondary.c
   branches/4.0-python/source/librpc/rpc/dcerpc_sock.c
   branches/4.0-python/source/librpc/rpc/dcerpc_util.c
   branches/4.0-python/source/nbt_server/dgram/netlogon.c
   branches/4.0-python/source/nbt_server/dgram/ntlogon.c
   branches/4.0-python/source/nbt_server/dgram/request.c
   branches/4.0-python/source/nbt_server/interfaces.c
   branches/4.0-python/source/nbt_server/nbt_server.c
   branches/4.0-python/source/nbt_server/packet.c
   branches/4.0-python/source/nbt_server/query.c
   branches/4.0-python/source/nbt_server/register.c
   branches/4.0-python/source/nbt_server/wins/wins_hook.c
   branches/4.0-python/source/nbt_server/wins/wins_ldb.c
   branches/4.0-python/source/nbt_server/wins/winsclient.c
   branches/4.0-python/source/nbt_server/wins/winsdb.c
   branches/4.0-python/source/nbt_server/wins/winsdb.h
   branches/4.0-python/source/nbt_server/wins/winsserver.c
   branches/4.0-python/source/nbt_server/wins/winswack.c
   branches/4.0-python/source/nsswitch/wbinfo.c
   branches/4.0-python/source/ntptr/ntptr.h
   branches/4.0-python/source/ntptr/ntptr_base.c
   branches/4.0-python/source/ntptr/simple_ldb/ntptr_simple_ldb.c
   branches/4.0-python/source/ntvfs/cifs/vfs_cifs.c
   branches/4.0-python/source/ntvfs/common/brlock.c
   branches/4.0-python/source/ntvfs/common/brlock.h
   branches/4.0-python/source/ntvfs/common/brlock_tdb.c
   branches/4.0-python/source/ntvfs/common/opendb.c
   branches/4.0-python/source/ntvfs/common/opendb_tdb.c
   branches/4.0-python/source/ntvfs/ipc/vfs_ipc.c
   branches/4.0-python/source/ntvfs/ntvfs.h
   branches/4.0-python/source/ntvfs/ntvfs_base.c
   branches/4.0-python/source/ntvfs/posix/pvfs_rename.c
   branches/4.0-python/source/ntvfs/posix/pvfs_resolve.c
   branches/4.0-python/source/ntvfs/posix/pvfs_shortname.c
   branches/4.0-python/source/ntvfs/posix/pvfs_util.c
   branches/4.0-python/source/ntvfs/posix/vfs_posix.c
   branches/4.0-python/source/ntvfs/print/vfs_print.c
   branches/4.0-python/source/ntvfs/unixuid/vfs_unixuid.c
   branches/4.0-python/source/param/config.mk
   branches/4.0-python/source/param/loadparm.c
   branches/4.0-python/source/param/loadparm.h
   branches/4.0-python/source/param/secrets.c
   branches/4.0-python/source/param/secrets.h
   branches/4.0-python/source/param/share.c
   branches/4.0-python/source/param/share.h
   branches/4.0-python/source/param/share_classic.c
   branches/4.0-python/source/param/share_ldb.c
   branches/4.0-python/source/param/tests/share.c
   branches/4.0-python/source/param/util.c
   branches/4.0-python/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
   branches/4.0-python/source/pidl/tests/samba3-cli.pl
   branches/4.0-python/source/rpc_server/common/server_info.c
   branches/4.0-python/source/rpc_server/dcerpc_server.c
   branches/4.0-python/source/rpc_server/dcerpc_server.h
   branches/4.0-python/source/rpc_server/dcesrv_auth.c
   branches/4.0-python/source/rpc_server/drsuapi/dcesrv_drsuapi.c
   branches/4.0-python/source/rpc_server/lsa/dcesrv_lsa.c
   branches/4.0-python/source/rpc_server/lsa/lsa.h
   branches/4.0-python/source/rpc_server/lsa/lsa_init.c
   branches/4.0-python/source/rpc_server/lsa/lsa_lookup.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/samr/dcesrv_samr.c
   branches/4.0-python/source/rpc_server/samr/dcesrv_samr.h
   branches/4.0-python/source/rpc_server/samr/samr_password.c
   branches/4.0-python/source/rpc_server/service_rpc.c
   branches/4.0-python/source/rpc_server/spoolss/dcesrv_spoolss.c
   branches/4.0-python/source/rpc_server/srvsvc/dcesrv_srvsvc.c
   branches/4.0-python/source/rpc_server/srvsvc/srvsvc_ntvfs.c
   branches/4.0-python/source/rpc_server/unixinfo/dcesrv_unixinfo.c
   branches/4.0-python/source/rpc_server/winreg/rpc_winreg.c
   branches/4.0-python/source/rpc_server/wkssvc/dcesrv_wkssvc.c
   branches/4.0-python/source/samba4-knownfail
   branches/4.0-python/source/samba4-skip
   branches/4.0-python/source/scripting/python/config.m4
   branches/4.0-python/source/scripting/python/config.mk
   branches/4.0-python/source/scripting/python/samba/provision.py
   branches/4.0-python/source/scripting/python/samba/upgrade.py
   branches/4.0-python/source/selftest/env/Samba4.pm
   branches/4.0-python/source/selftest/samba4_tests.sh
   branches/4.0-python/source/selftest/selftest.pl
   branches/4.0-python/source/setup/provision_basedn_modify.ldif
   branches/4.0-python/source/setup/provision_configuration_basedn_modify.ldif
   branches/4.0-python/source/setup/provision_partitions.ldif
   branches/4.0-python/source/setup/provision_schema_basedn_modify.ldif
   branches/4.0-python/source/setup/provision_self_join.ldif
   branches/4.0-python/source/setup/schema-map-openldap-2.3
   branches/4.0-python/source/setup/schema_samba4.ldif
   branches/4.0-python/source/setup/slapd.conf
   branches/4.0-python/source/smb_server/blob.c
   branches/4.0-python/source/smb_server/smb/negprot.c
   branches/4.0-python/source/smb_server/smb/nttrans.c
   branches/4.0-python/source/smb_server/smb/receive.c
   branches/4.0-python/source/smb_server/smb/request.c
   branches/4.0-python/source/smb_server/smb/service.c
   branches/4.0-python/source/smb_server/smb/sesssetup.c
   branches/4.0-python/source/smb_server/smb/signing.c
   branches/4.0-python/source/smb_server/smb2/fileio.c
   branches/4.0-python/source/smb_server/smb2/negprot.c
   branches/4.0-python/source/smb_server/smb2/receive.c
   branches/4.0-python/source/smb_server/smb2/sesssetup.c
   branches/4.0-python/source/smb_server/smb2/tcon.c
   branches/4.0-python/source/smb_server/smb_server.c
   branches/4.0-python/source/smb_server/smb_server.h
   branches/4.0-python/source/smbd/pidfile.c
   branches/4.0-python/source/smbd/process_model.c
   branches/4.0-python/source/smbd/process_standard.c
   branches/4.0-python/source/smbd/server.c
   branches/4.0-python/source/smbd/service.c
   branches/4.0-python/source/smbd/service_stream.c
   branches/4.0-python/source/smbd/service_task.c
   branches/4.0-python/source/smbd/service_task.h
   branches/4.0-python/source/torture/auth/ntlmssp.c
   branches/4.0-python/source/torture/auth/pac.c
   branches/4.0-python/source/torture/basic/base.c
   branches/4.0-python/source/torture/basic/charset.c
   branches/4.0-python/source/torture/basic/delaywrite.c
   branches/4.0-python/source/torture/basic/delete.c
   branches/4.0-python/source/torture/basic/disconnect.c
   branches/4.0-python/source/torture/basic/misc.c
   branches/4.0-python/source/torture/basic/scanner.c
   branches/4.0-python/source/torture/basic/secleak.c
   branches/4.0-python/source/torture/basic/utable.c
   branches/4.0-python/source/torture/gentest.c
   branches/4.0-python/source/torture/ldap/basic.c
   branches/4.0-python/source/torture/ldap/cldap.c
   branches/4.0-python/source/torture/ldap/cldapbench.c
   branches/4.0-python/source/torture/ldap/common.c
   branches/4.0-python/source/torture/ldap/schema.c
   branches/4.0-python/source/torture/ldap/uptodatevector.c
   branches/4.0-python/source/torture/libnet/domain.c
   branches/4.0-python/source/torture/libnet/groupinfo.c
   branches/4.0-python/source/torture/libnet/groupman.c
   branches/4.0-python/source/torture/libnet/libnet_BecomeDC.c
   branches/4.0-python/source/torture/libnet/libnet_domain.c
   branches/4.0-python/source/torture/libnet/libnet_group.c
   branches/4.0-python/source/torture/libnet/libnet_lookup.c
   branches/4.0-python/source/torture/libnet/libnet_rpc.c
   branches/4.0-python/source/torture/libnet/libnet_share.c
   branches/4.0-python/source/torture/libnet/libnet_user.c
   branches/4.0-python/source/torture/libnet/userinfo.c
   branches/4.0-python/source/torture/libnet/userman.c
   branches/4.0-python/source/torture/local/config.mk
   branches/4.0-python/source/torture/local/dbspeed.c
   branches/4.0-python/source/torture/local/local.c
   branches/4.0-python/source/torture/locktest.c
   branches/4.0-python/source/torture/locktest2.c
   branches/4.0-python/source/torture/masktest.c
   branches/4.0-python/source/torture/nbench/nbench.c
   branches/4.0-python/source/torture/nbench/nbio.c
   branches/4.0-python/source/torture/nbt/dgram.c
   branches/4.0-python/source/torture/nbt/nbt.c
   branches/4.0-python/source/torture/nbt/query.c
   branches/4.0-python/source/torture/nbt/register.c
   branches/4.0-python/source/torture/nbt/wins.c
   branches/4.0-python/source/torture/nbt/winsbench.c
   branches/4.0-python/source/torture/nbt/winsreplication.c
   branches/4.0-python/source/torture/rap/rap.c
   branches/4.0-python/source/torture/raw/composite.c
   branches/4.0-python/source/torture/raw/context.c
   branches/4.0-python/source/torture/raw/eas.c
   branches/4.0-python/source/torture/raw/lock.c
   branches/4.0-python/source/torture/raw/lockbench.c
   branches/4.0-python/source/torture/raw/mkdir.c
   branches/4.0-python/source/torture/raw/notify.c
   branches/4.0-python/source/torture/raw/open.c
   branches/4.0-python/source/torture/raw/openbench.c
   branches/4.0-python/source/torture/raw/oplock.c
   branches/4.0-python/source/torture/raw/pingpong.c
   branches/4.0-python/source/torture/raw/read.c
   branches/4.0-python/source/torture/raw/samba3hide.c
   branches/4.0-python/source/torture/raw/samba3misc.c
   branches/4.0-python/source/torture/raw/unlink.c
   branches/4.0-python/source/torture/rpc/async_bind.c
   branches/4.0-python/source/torture/rpc/autoidl.c
   branches/4.0-python/source/torture/rpc/bench.c
   branches/4.0-python/source/torture/rpc/bind.c
   branches/4.0-python/source/torture/rpc/countcalls.c
   branches/4.0-python/source/torture/rpc/dfs.c
   branches/4.0-python/source/torture/rpc/drsuapi.c
   branches/4.0-python/source/torture/rpc/drsuapi_cracknames.c
   branches/4.0-python/source/torture/rpc/dssync.c
   branches/4.0-python/source/torture/rpc/frsapi.c
   branches/4.0-python/source/torture/rpc/join.c
   branches/4.0-python/source/torture/rpc/lsa.c
   branches/4.0-python/source/torture/rpc/mgmt.c
   branches/4.0-python/source/torture/rpc/netlogon.c
   branches/4.0-python/source/torture/rpc/rpc.c
   branches/4.0-python/source/torture/rpc/samba3rpc.c
   branches/4.0-python/source/torture/rpc/samlogon.c
   branches/4.0-python/source/torture/rpc/samr.c
   branches/4.0-python/source/torture/rpc/samr_accessmask.c
   branches/4.0-python/source/torture/rpc/samsync.c
   branches/4.0-python/source/torture/rpc/scanner.c
   branches/4.0-python/source/torture/rpc/schannel.c
   branches/4.0-python/source/torture/rpc/session_key.c
   branches/4.0-python/source/torture/rpc/spoolss_notify.c
   branches/4.0-python/source/torture/rpc/testjoin.c
   branches/4.0-python/source/torture/rpc/wkssvc.c
   branches/4.0-python/source/torture/smb2/connect.c
   branches/4.0-python/source/torture/smb2/dir.c
   branches/4.0-python/source/torture/smb2/find.c
   branches/4.0-python/source/torture/smb2/getinfo.c
   branches/4.0-python/source/torture/smb2/maxwrite.c
   branches/4.0-python/source/torture/smb2/notify.c
   branches/4.0-python/source/torture/smb2/scan.c
   branches/4.0-python/source/torture/smb2/setinfo.c
   branches/4.0-python/source/torture/smb2/util.c
   branches/4.0-python/source/torture/smbiconv.c
   branches/4.0-python/source/torture/smbtorture.c
   branches/4.0-python/source/torture/torture.c
   branches/4.0-python/source/torture/ui.c
   branches/4.0-python/source/torture/ui.h
   branches/4.0-python/source/torture/unix/whoami.c
   branches/4.0-python/source/torture/util_smb.c
   branches/4.0-python/source/torture/winbind/struct_based.c
   branches/4.0-python/source/utils/net/net.c
   branches/4.0-python/source/utils/net/net.h
   branches/4.0-python/source/utils/net/net_join.c
   branches/4.0-python/source/utils/net/net_password.c
   branches/4.0-python/source/utils/net/net_time.c
   branches/4.0-python/source/utils/net/net_user.c
   branches/4.0-python/source/utils/net/net_vampire.c
   branches/4.0-python/source/utils/nmblookup.c
   branches/4.0-python/source/utils/ntlm_auth.c
   branches/4.0-python/source/utils/testparm.c
   branches/4.0-python/source/web_server/http.c
   branches/4.0-python/source/web_server/web_server.c
   branches/4.0-python/source/winbind/wb_cmd_getpwnam.c
   branches/4.0-python/source/winbind/wb_cmd_getpwuid.c
   branches/4.0-python/source/winbind/wb_connect_sam.c
   branches/4.0-python/source/winbind/wb_dom_info.c
   branches/4.0-python/source/winbind/wb_dom_info_trusted.c
   branches/4.0-python/source/winbind/wb_init_domain.c
   branches/4.0-python/source/winbind/wb_name2domain.c
   branches/4.0-python/source/winbind/wb_pam_auth.c
   branches/4.0-python/source/winbind/wb_samba3_cmd.c
   branches/4.0-python/source/winbind/wb_server.c
   branches/4.0-python/source/winbind/wb_server.h
   branches/4.0-python/source/winbind/wb_sid2domain.c
   branches/4.0-python/source/winbind/wb_utils.c
   branches/4.0-python/source/wrepl_server/wrepl_in_connection.c
   branches/4.0-python/source/wrepl_server/wrepl_server.c


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


More information about the samba-cvs mailing list