svn commit: samba r26473 - in branches/4.0-python: . source source/auth source/auth/credentials source/auth/gensec source/auth/kerberos source/auth/ntlmssp source/build/smb_build source/build/tests source/cldap_server source/client source/cluster source/cluster/ctdb source/dsdb/samdb/ldb_modules source/dsdb/schema source/heimdal_build source/kdc source/ldap_server source/lib/charset source/lib/charset/tests source/lib/cmdline source/lib/events source/lib/ldb source/lib/ldb/common source/lib/ldb/tests/python source/lib/ldb/tools source/lib/ldb-samba source/lib/messaging source/lib/messaging/tests source/lib/policy source/lib/registry source/lib/registry/tests source/lib/registry/tools source/lib/replace source/lib/replace/system source/lib/replace/test source/lib/samba3 source/lib/smbreadline source/lib/socket source/lib/talloc source/lib/tdb source/lib/tdr source/lib/util source/lib/util/tests source/libcli source/libcli/auth source/libcli/ldap source/libcli/nbt source/libcli/raw source/libcli/resolve source/libcli/security source/libcli/smb2 source/libcli/smb_composite source/libcli/wrepl source/libnet source/librpc source/librpc/idl source/librpc/ndr source/librpc/rpc source/librpc/tools source/nbt_server source/nbt_server/wins source/ntvfs source/ntvfs/cifs source/ntvfs/common source/ntvfs/ipc source/ntvfs/posix source/ntvfs/print source/param source/param/tests source/pidl/lib/Parse/Pidl/Samba4 source/pidl/tests source/rpc_server source/rpc_server/remote source/rpc_server/srvsvc source/scripting/python source/scripting/python/samba source/scripting/python/samba/tests source/scripting/python/subunit source/selftest source/selftest/env source/selftest/output source/setup source/smb_server source/smb_server/smb source/smb_server/smb2 source/smbd source/torture source/torture/basic source/torture/ldap source/torture/libnet source/torture/nbt source/torture/ndr source/torture/rap source/torture/raw source/torture/rpc source/torture/smb2 source/torture/unix source/utils source/web_server source/winbind source/wrepl_server swat/install

jelmer at samba.org jelmer at samba.org
Sun Dec 16 14:51:53 GMT 2007


Author: jelmer
Date: 2007-12-16 14:51:23 +0000 (Sun, 16 Dec 2007)
New Revision: 26473

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

Log:
Merge upstream.
Added:
   branches/4.0-python/source/dsdb/samdb/ldb_modules/anr.c
   branches/4.0-python/source/lib/replace/getifaddrs.c
   branches/4.0-python/source/lib/replace/getifaddrs.m4
   branches/4.0-python/source/libcli/resolve/resolve_lp.c
   branches/4.0-python/source/param/param.i
   branches/4.0-python/source/param/param.py
   branches/4.0-python/source/param/param_wrap.c
   branches/4.0-python/source/param/tests/bindings.py
   branches/4.0-python/source/scripting/python/samba/provision.py
   branches/4.0-python/source/scripting/python/samba/provision.py.moved
   branches/4.0-python/source/scripting/python/samba/tests/
   branches/4.0-python/source/scripting/python/samba/tests/upgrade.py
   branches/4.0-python/source/scripting/python/samba/upgrade.py
   branches/4.0-python/source/scripting/python/samba/upgrade.py.moved
   branches/4.0-python/source/setup/provision.py
   branches/4.0-python/source/setup/upgrade.py
   branches/4.0-python/source/torture/rpc/spoolss_win.c
Removed:
   branches/4.0-python/source/scripting/python/parammodule.c
   branches/4.0-python/source/scripting/python/samba/provision.py
   branches/4.0-python/source/scripting/python/samba/upgrade.py
Modified:
   branches/4.0-python/
   branches/4.0-python/prog_guide.txt
   branches/4.0-python/source/VERSION
   branches/4.0-python/source/auth/auth.c
   branches/4.0-python/source/auth/auth.py
   branches/4.0-python/source/auth/auth_sam_reply.c
   branches/4.0-python/source/auth/auth_server.c
   branches/4.0-python/source/auth/auth_util.c
   branches/4.0-python/source/auth/auth_wrap.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.h
   branches/4.0-python/source/auth/credentials/credentials.i
   branches/4.0-python/source/auth/credentials/credentials.py
   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/credentials_wrap.c
   branches/4.0-python/source/auth/gensec/config.mk
   branches/4.0-python/source/auth/gensec/cyrus_sasl.c
   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/kerberos/krb5_init_context.c
   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_parse.c
   branches/4.0-python/source/auth/system_session.c
   branches/4.0-python/source/build/smb_build/makefile.pm
   branches/4.0-python/source/build/tests/summary.c
   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/cifsdd.h
   branches/4.0-python/source/client/cifsddio.c
   branches/4.0-python/source/client/client.c
   branches/4.0-python/source/client/smbspool.c
   branches/4.0-python/source/cluster/cluster.c
   branches/4.0-python/source/cluster/cluster.h
   branches/4.0-python/source/cluster/cluster_private.h
   branches/4.0-python/source/cluster/ctdb/ctdb_cluster.c
   branches/4.0-python/source/cluster/ctdb/opendb_ctdb.c
   branches/4.0-python/source/cluster/local.c
   branches/4.0-python/source/dsdb/samdb/ldb_modules/config.mk
   branches/4.0-python/source/dsdb/samdb/ldb_modules/update_keytab.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/heimdal_build/config.mk
   branches/4.0-python/source/heimdal_build/glue.c
   branches/4.0-python/source/kdc/kdc.c
   branches/4.0-python/source/kdc/kpasswdd.c
   branches/4.0-python/source/ldap_server/ldap_server.c
   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/tests/iconv.c
   branches/4.0-python/source/lib/charset/util_unistr.c
   branches/4.0-python/source/lib/cmdline/popt_credentials.c
   branches/4.0-python/source/lib/events/config.mk
   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-samba/config.mk
   branches/4.0-python/source/lib/ldb/common/ldb_modules.c
   branches/4.0-python/source/lib/ldb/ldb.py
   branches/4.0-python/source/lib/ldb/ldb_wrap.c
   branches/4.0-python/source/lib/ldb/tests/python/ldap.py
   branches/4.0-python/source/lib/ldb/tools/ad2oLschema.c
   branches/4.0-python/source/lib/messaging/irpc.h
   branches/4.0-python/source/lib/messaging/messaging.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/dir.c
   branches/4.0-python/source/lib/registry/hive.c
   branches/4.0-python/source/lib/registry/hive.h
   branches/4.0-python/source/lib/registry/interface.c
   branches/4.0-python/source/lib/registry/ldb.c
   branches/4.0-python/source/lib/registry/local.c
   branches/4.0-python/source/lib/registry/patchfile_preg.c
   branches/4.0-python/source/lib/registry/regf.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/registry.py
   branches/4.0-python/source/lib/registry/registry_wrap.c
   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/tests/hive.c
   branches/4.0-python/source/lib/registry/tests/registry.c
   branches/4.0-python/source/lib/registry/tools/common.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/README
   branches/4.0-python/source/lib/replace/libreplace.m4
   branches/4.0-python/source/lib/replace/system/network.h
   branches/4.0-python/source/lib/replace/test/testsuite.c
   branches/4.0-python/source/lib/samba3/share_info.c
   branches/4.0-python/source/lib/smbreadline/smbreadline.c
   branches/4.0-python/source/lib/socket/config.m4
   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/netif.c
   branches/4.0-python/source/lib/socket/netif.h
   branches/4.0-python/source/lib/socket/socket.h
   branches/4.0-python/source/lib/socket/socket_ip.c
   branches/4.0-python/source/lib/socket/testsuite.c
   branches/4.0-python/source/lib/talloc/talloc.i
   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/tdr/tdr.c
   branches/4.0-python/source/lib/tdr/tdr.h
   branches/4.0-python/source/lib/tdr/testsuite.c
   branches/4.0-python/source/lib/util/debug.c
   branches/4.0-python/source/lib/util/dprintf.c
   branches/4.0-python/source/lib/util/ms_fnmatch.c
   branches/4.0-python/source/lib/util/tests/strlist.c
   branches/4.0-python/source/lib/util/util.h
   branches/4.0-python/source/lib/util/util_strlist.c
   branches/4.0-python/source/lib/util/util_tdb.c
   branches/4.0-python/source/libcli/auth/smbencrypt.c
   branches/4.0-python/source/libcli/cliconnect.c
   branches/4.0-python/source/libcli/config.mk
   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_client.c
   branches/4.0-python/source/libcli/nbt/libnbt.h
   branches/4.0-python/source/libcli/nbt/namequery.c
   branches/4.0-python/source/libcli/nbt/namerefresh.c
   branches/4.0-python/source/libcli/nbt/nameregister.c
   branches/4.0-python/source/libcli/nbt/namerelease.c
   branches/4.0-python/source/libcli/nbt/nbtsocket.c
   branches/4.0-python/source/libcli/raw/clisocket.c
   branches/4.0-python/source/libcli/raw/clitree.c
   branches/4.0-python/source/libcli/raw/libcliraw.h
   branches/4.0-python/source/libcli/raw/rawacl.c
   branches/4.0-python/source/libcli/raw/rawfileinfo.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/host.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/resolve/resolve.h
   branches/4.0-python/source/libcli/resolve/testsuite.c
   branches/4.0-python/source/libcli/resolve/wins.c
   branches/4.0-python/source/libcli/security/security.i
   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/smb2/connect.c
   branches/4.0-python/source/libcli/smb2/request.c
   branches/4.0-python/source/libcli/smb2/smb2_calls.h
   branches/4.0-python/source/libcli/smb_composite/connect.c
   branches/4.0-python/source/libcli/smb_composite/fetchfile.c
   branches/4.0-python/source/libcli/smb_composite/fsinfo.c
   branches/4.0-python/source/libcli/smb_composite/smb_composite.h
   branches/4.0-python/source/libcli/wrepl/winsrepl.c
   branches/4.0-python/source/libcli/wrepl/winsrepl.h
   branches/4.0-python/source/libnet/libnet.c
   branches/4.0-python/source/libnet/libnet.h
   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_lookup.h
   branches/4.0-python/source/libnet/libnet_samdump.c
   branches/4.0-python/source/libnet/libnet_samdump_keytab.c
   branches/4.0-python/source/libnet/libnet_site.c
   branches/4.0-python/source/libnet/libnet_site.h
   branches/4.0-python/source/libnet/libnet_vampire.c
   branches/4.0-python/source/librpc/config.mk
   branches/4.0-python/source/librpc/idl/spoolss.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_compression.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.h
   branches/4.0-python/source/librpc/rpc/dcerpc.py
   branches/4.0-python/source/librpc/rpc/dcerpc_connect.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/librpc/rpc/dcerpc_wrap.c
   branches/4.0-python/source/librpc/tools/ndrdump.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/nbt_server.h
   branches/4.0-python/source/nbt_server/register.c
   branches/4.0-python/source/nbt_server/wins/wins_dns_proxy.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/winsserver.c
   branches/4.0-python/source/nbt_server/wins/winsserver.h
   branches/4.0-python/source/nbt_server/wins/winswack.c
   branches/4.0-python/source/ntvfs/cifs/vfs_cifs.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/ipc/rap_server.c
   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/param/config.mk
   branches/4.0-python/source/param/loadparm.c
   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/Samba4/SWIG.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/remote/dcesrv_remote.c
   branches/4.0-python/source/rpc_server/service_rpc.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/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/misc.py
   branches/4.0-python/source/scripting/python/misc_wrap.c
   branches/4.0-python/source/scripting/python/samba/__init__.py
   branches/4.0-python/source/scripting/python/subunit/__init__.py
   branches/4.0-python/source/selftest/env/Samba4.pm
   branches/4.0-python/source/selftest/output/plain.pm
   branches/4.0-python/source/selftest/samba4_tests.sh
   branches/4.0-python/source/selftest/test_w2k3.sh
   branches/4.0-python/source/selftest/test_win.sh
   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/request.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/smb_server.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_stream.c
   branches/4.0-python/source/smbd/service_stream.h
   branches/4.0-python/source/smbd/service_task.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/misc.c
   branches/4.0-python/source/torture/basic/scanner.c
   branches/4.0-python/source/torture/basic/utable.c
   branches/4.0-python/source/torture/config.mk
   branches/4.0-python/source/torture/gentest.c
   branches/4.0-python/source/torture/ldap/cldapbench.c
   branches/4.0-python/source/torture/libnet/libnet_lookup.c
   branches/4.0-python/source/torture/libnet/libnet_share.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/nbt/dgram.c
   branches/4.0-python/source/torture/nbt/nbt.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/ndr/ndr.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/lockbench.c
   branches/4.0-python/source/torture/raw/openbench.c
   branches/4.0-python/source/torture/rpc/eventlog.c
   branches/4.0-python/source/torture/rpc/join.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/schannel.c
   branches/4.0-python/source/torture/rpc/spoolss_notify.c
   branches/4.0-python/source/torture/rpc/wkssvc.c
   branches/4.0-python/source/torture/smb2/scan.c
   branches/4.0-python/source/torture/smb2/util.c
   branches/4.0-python/source/torture/smbtorture.c
   branches/4.0-python/source/torture/unix/unix_info2.c
   branches/4.0-python/source/torture/unix/whoami.c
   branches/4.0-python/source/torture/util_smb.c
   branches/4.0-python/source/utils/getntacl.c
   branches/4.0-python/source/utils/nmblookup.c
   branches/4.0-python/source/utils/ntlm_auth.c
   branches/4.0-python/source/web_server/web_server.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/wrepl_server/wrepl_in_connection.c
   branches/4.0-python/source/wrepl_server/wrepl_out_helpers.c
   branches/4.0-python/source/wrepl_server/wrepl_server.c
   branches/4.0-python/swat/install/index.esp
   branches/4.0-python/swat/install/provision.esp
   branches/4.0-python/swat/install/samba3.esp
   branches/4.0-python/swat/install/vampire.esp


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


More information about the samba-cvs mailing list