Hi,

dunno why I struggled to update to samba-4.7.0, months ago, but this
update to the latest version proved easier.  I plan to put this in
a bulk, given the multiple shared libs major bumps.

Runtime not tested, feedback welcome! :)


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/samba/Makefile,v
retrieving revision 1.249
diff -u -p -r1.249 Makefile
--- Makefile    16 Jan 2018 17:35:05 -0000      1.249
+++ Makefile    9 Feb 2018 17:29:43 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.249 2018/01/16 17:35:05 jca Exp $
 
-VERSION =              4.6.12
+VERSION =              4.7.5
 DISTNAME =             samba-${VERSION}
 
 COMMENT-main =         SMB and CIFS client and server for UNIX
@@ -17,18 +17,17 @@ PKGNAME-docs =              samba-docs-${VERSION}
 
 PKG_ARCH-docs =                *
 
-LDB_V =                        1.1.29
+LDB_V =                        1.2.3
 TEVENT_V =             0.9.34
 
-REVISION-ldb =         0
-REVISION-tevent =      0
+REVISION-tevent =      1
 
 SHARED_LIBS =          asn1-samba4             0.0 \
                        com_err-samba4          0.0 \
                        dcerpc                  0.0 \
                        dcerpc-binding          1.1 \
                        dcerpc-samr             0.0 \
-                       dcerpc-server           3.0 \
+                       dcerpc-server           4.0 \
                        gssapi-samba4           0.0 \
                        hcrypto-samba4          0.0 \
                        hdb-samba4              0.0 \
@@ -37,30 +36,30 @@ SHARED_LIBS =               asn1-samba4             0.0 \
                        hx509-samba4            0.0 \
                        kdc-samba4              0.0 \
                        krb5-samba4             0.1 \
-                       ldb                     0.4 \
-                       ndr                     0.2 \
+                       ldb                     0.5 \
+                       ndr                     0.3 \
                        ndr-krb5pac             0.1 \
                        ndr-nbt                 0.1 \
-                       ndr-standard            2.0 \
+                       ndr-standard            3.0 \
                        netapi                  2.0 \
-                       pyldb-util              0.1 \
+                       pyldb-util              0.2 \
                        roken-samba4            0.0 \
-                       samba-credentials       0.1 \
-                       samba-errors            0.0 \
-                       samba-hostconfig        2.1 \
-                       samba-passdb            1.0 \
+                       samba-credentials       0.2 \
+                       samba-errors            1.0 \
+                       samba-hostconfig        3.0 \
+                       samba-passdb            2.0 \
                        samba-policy            0.0 \
-                       samba-util              2.0 \
-                       samdb                   0.0 \
+                       samba-util              3.0 \
+                       samdb                   0.1 \
                        smbclient               4.1 \
-                       smbconf                 2.0 \
-                       smbldap                 0.0 \
+                       smbconf                 3.0 \
+                       smbldap                 0.1 \
                        tevent                  0.3 \
                        tevent-util             0.1 \
-                       wbclient                3.1 \
+                       wbclient                3.2 \
                        wind-samba4             0.0 \
-                       replace                 2.0 \
-                       util-setid              2.0
+                       replace                 3.0 \
+                       util-setid              3.0
 
 CATEGORIES =           net sysutils security
 
@@ -117,10 +116,10 @@ LIB_DEPENDS-main =        ${BUILD_PKGPATH},-ldb
                        ${BUILD_PKGPATH},-util>=${VERSION} \
                        converters/libiconv \
                        databases/openldap \
-                       databases/tdb>=1.3.8 \
+                       databases/tdb>=1.3.14 \
                        devel/gettext \
                        devel/libexecinfo \
-                       devel/libtalloc>=2.1.6 \
+                       devel/libtalloc>=2.1.9 \
                        net/avahi \
                        print/cups,-libs \
                        security/gnutls \
@@ -128,10 +127,10 @@ LIB_DEPENDS-main =        ${BUILD_PKGPATH},-ldb
                        sysutils/gamin
 
 LIB_DEPENDS-ldb =      ${BUILD_PKGPATH},-tevent>=${TEVENT_V} \
-                       devel/libtalloc>=2.1.6 \
+                       devel/libtalloc>=2.1.9 \
                        devel/popt
 
-LIB_DEPENDS-tevent =   devel/libtalloc>=2.1.6
+LIB_DEPENDS-tevent =   devel/libtalloc>=2.1.9
 
 LIB_DEPENDS-docs =
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/samba/distinfo,v
retrieving revision 1.64
diff -u -p -r1.64 distinfo
--- distinfo    16 Jan 2018 17:35:05 -0000      1.64
+++ distinfo    9 Feb 2018 14:40:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (samba-4.6.12.tar.gz) = GPHIm7Zoe5QID17IqnPBSs2tEQZCVAOUWjKSikseVKE=
-SIZE (samba-4.6.12.tar.gz) = 21160637
+SHA256 (samba-4.7.5.tar.gz) = MW0E+p+6utbyc5/mjhkod4r0hmJlQJEZq6bvNDXI/o0=
+SIZE (samba-4.7.5.tar.gz) = 16862398
Index: patches/patch-buildtools_wafsamba_samba_autoconf_py
===================================================================
RCS file: 
/cvs/ports/net/samba/patches/patch-buildtools_wafsamba_samba_autoconf_py,v
retrieving revision 1.6
diff -u -p -r1.6 patch-buildtools_wafsamba_samba_autoconf_py
--- patches/patch-buildtools_wafsamba_samba_autoconf_py 22 Nov 2017 16:15:44 
-0000      1.6
+++ patches/patch-buildtools_wafsamba_samba_autoconf_py 9 Feb 2018 15:29:30 
-0000
@@ -7,7 +7,7 @@ $OpenBSD: patch-buildtools_wafsamba_samb
 Index: buildtools/wafsamba/samba_autoconf.py
 --- buildtools/wafsamba/samba_autoconf.py.orig
 +++ buildtools/wafsamba/samba_autoconf.py
-@@ -806,6 +806,27 @@ def ADD_LDFLAGS(conf, flags, testflags=False):
+@@ -808,6 +808,27 @@ def ADD_LDFLAGS(conf, flags, testflags=False):
      if not 'EXTRA_LDFLAGS' in conf.env:
          conf.env['EXTRA_LDFLAGS'] = []
      conf.env['EXTRA_LDFLAGS'].extend(TO_LIST(flags))
@@ -35,7 +35,7 @@ Index: buildtools/wafsamba/samba_autocon
      return flags
  
  
-@@ -869,10 +890,9 @@ def SETUP_CONFIGURE_CACHE(conf, enable):
+@@ -871,10 +892,9 @@ def SETUP_CONFIGURE_CACHE(conf, enable):
  def SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS(conf):
      # we don't want any libraries or modules to rely on runtime
      # resolution of symbols
Index: patches/patch-buildtools_wafsamba_wafsamba_py
===================================================================
RCS file: /cvs/ports/net/samba/patches/patch-buildtools_wafsamba_wafsamba_py,v
retrieving revision 1.3
diff -u -p -r1.3 patch-buildtools_wafsamba_wafsamba_py
--- patches/patch-buildtools_wafsamba_wafsamba_py       22 Apr 2016 11:48:36 
-0000      1.3
+++ patches/patch-buildtools_wafsamba_wafsamba_py       9 Feb 2018 15:29:30 
-0000
@@ -6,8 +6,9 @@ $OpenBSD: patch-buildtools_wafsamba_wafs
 
 - make sure we don't clobber the version that ends up in tdb.pc
 
---- buildtools/wafsamba/wafsamba.py.orig       Wed Apr 13 17:18:35 2016
-+++ buildtools/wafsamba/wafsamba.py    Wed Apr 13 17:18:35 2016
+Index: buildtools/wafsamba/wafsamba.py
+--- buildtools/wafsamba/wafsamba.py.orig
++++ buildtools/wafsamba/wafsamba.py
 @@ -217,6 +217,14 @@ def SAMBA_LIBRARY(bld, libname, source,
      deps = TO_LIST(deps)
      deps.append(obj_target)
@@ -23,12 +24,15 @@ $OpenBSD: patch-buildtools_wafsamba_wafs
      realname = bld.map_shlib_extension(realname, 
python=(target_type=='PYTHON'))
      link_name = bld.map_shlib_extension(link_name, 
python=(target_type=='PYTHON'))
  
-@@ -328,7 +336,7 @@ def SAMBA_LIBRARY(bld, libname, source,
-         t.link_name = link_name
+@@ -329,9 +337,9 @@ def SAMBA_LIBRARY(bld, libname, source,
  
      if pc_files is not None and not private_library:
--        bld.PKG_CONFIG_FILES(pc_files, vnum=vnum)
-+        bld.PKG_CONFIG_FILES(pc_files, vnum=saved_lib_version)
+         if pyembed and bld.env['IS_EXTRA_PYTHON']:
+-            bld.PKG_CONFIG_FILES(pc_files, vnum=vnum, 
extra_name=bld.env['PYTHON_SO_ABI_FLAG'])
++            bld.PKG_CONFIG_FILES(pc_files, vnum=saved_lib_version, 
extra_name=bld.env['PYTHON_SO_ABI_FLAG'])
+         else:
+-            bld.PKG_CONFIG_FILES(pc_files, vnum=vnum)
++            bld.PKG_CONFIG_FILES(pc_files, vnum=saved_lib_version)
  
      if (manpages is not None and 'XSLTPROC_MANPAGES' in bld.env and
          bld.env['XSLTPROC_MANPAGES']):
Index: patches/patch-lib_ldb_wscript
===================================================================
RCS file: /cvs/ports/net/samba/patches/patch-lib_ldb_wscript,v
retrieving revision 1.6
diff -u -p -r1.6 patch-lib_ldb_wscript
--- patches/patch-lib_ldb_wscript       18 Sep 2017 11:52:04 -0000      1.6
+++ patches/patch-lib_ldb_wscript       9 Feb 2018 15:29:30 -0000
@@ -7,15 +7,15 @@ $OpenBSD: patch-lib_ldb_wscript,v 1.6 20
 Index: lib/ldb/wscript
 --- lib/ldb/wscript.orig
 +++ lib/ldb/wscript
-@@ -53,6 +53,7 @@ def configure(conf):
+@@ -60,6 +60,7 @@ def configure(conf):
      conf.CONFIG_PATH('LDB_MODULESDIR', conf.SUBST_ENV_VAR('MODULESDIR') + 
'/ldb')
  
      conf.env.standalone_ldb = conf.IN_LAUNCH_DIR()
 +    conf.env.standalone_ldb = True
  
      if not conf.env.standalone_ldb:
-         #
-@@ -88,8 +89,7 @@ def configure(conf):
+         if conf.env.disable_python:
+@@ -106,8 +107,7 @@ def configure(conf):
  
          # we don't want any libraries or modules to rely on runtime
          # resolution of symbols
Index: patches/patch-lib_replace_wscript
===================================================================
RCS file: /cvs/ports/net/samba/patches/patch-lib_replace_wscript,v
retrieving revision 1.8
diff -u -p -r1.8 patch-lib_replace_wscript
--- patches/patch-lib_replace_wscript   22 Nov 2017 16:15:44 -0000      1.8
+++ patches/patch-lib_replace_wscript   9 Feb 2018 15:29:30 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-lib_replace_wscript,v 1.
 Index: lib/replace/wscript
 --- lib/replace/wscript.orig
 +++ lib/replace/wscript
-@@ -167,6 +167,8 @@ def configure(conf):
+@@ -198,6 +198,8 @@ def configure(conf):
                          msg='Checking for IPV6_V6ONLY in linux/in6.h',
                          local_include=False)
  
Index: patches/patch-lib_tevent_wscript
===================================================================
RCS file: /cvs/ports/net/samba/patches/patch-lib_tevent_wscript,v
retrieving revision 1.1
diff -u -p -r1.1 patch-lib_tevent_wscript
--- patches/patch-lib_tevent_wscript    25 Aug 2015 11:04:39 -0000      1.1
+++ patches/patch-lib_tevent_wscript    9 Feb 2018 15:29:30 -0000
@@ -1,8 +1,9 @@
 $OpenBSD: patch-lib_tevent_wscript,v 1.1 2015/08/25 11:04:39 jca Exp $
 Force building standalone library (e.g., put headers in appropriate place).
---- lib/tevent/wscript.orig    Mon May 27 20:46:20 2013
-+++ lib/tevent/wscript Mon May 27 20:46:32 2013
-@@ -33,6 +33,7 @@ def configure(conf):
+Index: lib/tevent/wscript
+--- lib/tevent/wscript.orig
++++ lib/tevent/wscript
+@@ -29,6 +29,7 @@ def configure(conf):
      conf.RECURSE('lib/talloc')
  
      conf.env.standalone_tevent = conf.IN_LAUNCH_DIR()
Index: patches/patch-source3_wscript
===================================================================
RCS file: /cvs/ports/net/samba/patches/patch-source3_wscript,v
retrieving revision 1.5
diff -u -p -r1.5 patch-source3_wscript
--- patches/patch-source3_wscript       25 Sep 2017 13:26:52 -0000      1.5
+++ patches/patch-source3_wscript       9 Feb 2018 15:29:30 -0000
@@ -15,7 +15,7 @@ Index: source3/wscript
          conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True)
  
      # We crash without vfs_default
-@@ -1556,6 +1556,7 @@ main() {
+@@ -1567,6 +1567,7 @@ main() {
  
      conf.CHECK_CODE('void seekdir(DIR *d, long loc) { return; }',
                      'SEEKDIR_RETURNS_VOID',
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/net/samba/pkg/PLIST-main,v
retrieving revision 1.39
diff -u -p -r1.39 PLIST-main
--- pkg/PLIST-main      22 Nov 2017 16:15:44 -0000      1.39
+++ pkg/PLIST-main      9 Feb 2018 16:58:33 -0000
@@ -44,7 +44,9 @@ include/samba-4.0/core/doserr.h
 include/samba-4.0/core/error.h
 include/samba-4.0/core/hresult.h
 include/samba-4.0/core/ntstatus.h
+include/samba-4.0/core/ntstatus_gen.h
 include/samba-4.0/core/werror.h
+include/samba-4.0/core/werror_gen.h
 include/samba-4.0/credentials.h
 include/samba-4.0/dcerpc.h
 include/samba-4.0/dcerpc_server.h
@@ -122,6 +124,7 @@ include/samba-4.0/util/talloc_stack.h
 include/samba-4.0/util/tevent_ntstatus.h
 include/samba-4.0/util/tevent_unix.h
 include/samba-4.0/util/tevent_werror.h
+include/samba-4.0/util/tfork.h
 include/samba-4.0/util/time.h
 include/samba-4.0/util_ldb.h
 include/samba-4.0/wbclient.h
@@ -170,11 +173,14 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/samba/_glue.so
 lib/python${MODPY_VERSION}/site-packages/samba/_ldb.so
 lib/python${MODPY_VERSION}/site-packages/samba/auth.so
-lib/python${MODPY_VERSION}/site-packages/samba/com.so
 lib/python${MODPY_VERSION}/site-packages/samba/common.py
 lib/python${MODPY_VERSION}/site-packages/samba/common.pyc
 lib/python${MODPY_VERSION}/site-packages/samba/common.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/compat.py
+lib/python${MODPY_VERSION}/site-packages/samba/compat.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/compat.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/credentials.so
+lib/python${MODPY_VERSION}/site-packages/samba/crypto.so
 lib/python${MODPY_VERSION}/site-packages/samba/dbchecker.py
 lib/python${MODPY_VERSION}/site-packages/samba/dbchecker.pyc
 lib/python${MODPY_VERSION}/site-packages/samba/dbchecker.${MODPY_PYOEXTENSION}
@@ -199,10 +205,12 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/irpc.so
 lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/krb5pac.so
 lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/lsa.so
+lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/messaging.so
 lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/mgmt.so
 lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/misc.so
 lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/nbt.so
 lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/netlogon.so
+lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/ntlmssp.so
 lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/samr.so
 lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/security.so
 lib/python${MODPY_VERSION}/site-packages/samba/dcerpc/server_id.so
@@ -218,6 +226,9 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/samba/descriptor.py
 lib/python${MODPY_VERSION}/site-packages/samba/descriptor.pyc
 lib/python${MODPY_VERSION}/site-packages/samba/descriptor.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/dnsserver.py
+lib/python${MODPY_VERSION}/site-packages/samba/dnsserver.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/dnsserver.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/drs_utils.py
 lib/python${MODPY_VERSION}/site-packages/samba/drs_utils.pyc
 lib/python${MODPY_VERSION}/site-packages/samba/drs_utils.${MODPY_PYOEXTENSION}
@@ -334,6 +345,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/samba/ntacls.py
 lib/python${MODPY_VERSION}/site-packages/samba/ntacls.pyc
 lib/python${MODPY_VERSION}/site-packages/samba/ntacls.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/ntstatus.so
 lib/python${MODPY_VERSION}/site-packages/samba/param.so
 lib/python${MODPY_VERSION}/site-packages/samba/policy.so
 lib/python${MODPY_VERSION}/site-packages/samba/posix_eadb.so
@@ -347,6 +359,12 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/samba/provision/common.py
 lib/python${MODPY_VERSION}/site-packages/samba/provision/common.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/provision/common.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/provision/kerberos.py
+lib/python${MODPY_VERSION}/site-packages/samba/provision/kerberos.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/provision/kerberos.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/provision/kerberos_implementation.py
+lib/python${MODPY_VERSION}/site-packages/samba/provision/kerberos_implementation.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/provision/kerberos_implementation.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/provision/sambadns.py
 lib/python${MODPY_VERSION}/site-packages/samba/provision/sambadns.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/provision/sambadns.${MODPY_PYOEXTENSION}
@@ -396,6 +414,27 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/samba/tests/auth.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/auth.pyc
 lib/python${MODPY_VERSION}/site-packages/samba/tests/auth.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_base.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_base.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_base.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_ncalrpc.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_ncalrpc.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_ncalrpc.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_netlogon.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_netlogon.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_netlogon.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_netlogon_bad_creds.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_netlogon_bad_creds.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_netlogon_bad_creds.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_pass_change.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_pass_change.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_pass_change.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_samlogon.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_samlogon.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/auth_log_samlogon.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/
 lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/__init__.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/__init__.pyc
@@ -406,9 +445,6 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/samba_dnsupdate.py
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/samba_dnsupdate.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/samba_dnsupdate.${MODPY_PYOEXTENSION}
-lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/samba_tool_drs.py
-lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/samba_tool_drs.pyc
-lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/samba_tool_drs.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/common.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/common.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/common.${MODPY_PYOEXTENSION}
@@ -440,6 +476,9 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/raw_protocol.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/raw_protocol.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/raw_protocol.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/raw_testcase.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/raw_testcase.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/raw_testcase.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/registry.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/registry.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/registry.${MODPY_PYOEXTENSION}
@@ -467,6 +506,9 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dns.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dns.pyc
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dns.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_base.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_base.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_base.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_forwarder.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_forwarder.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_forwarder.${MODPY_PYOEXTENSION}
@@ -477,21 +519,33 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_tkey.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_tkey.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_tkey.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_wildcard.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_wildcard.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/dns_wildcard.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/docs.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/docs.pyc
 lib/python${MODPY_VERSION}/site-packages/samba/tests/docs.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dsdb.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dsdb.pyc
 lib/python${MODPY_VERSION}/site-packages/samba/tests/dsdb.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/dsdb_schema_attributes.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/dsdb_schema_attributes.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/dsdb_schema_attributes.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/gensec.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/gensec.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/gensec.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/get_opt.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/get_opt.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/get_opt.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/glue.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/glue.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/glue.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/hostconfig.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/hostconfig.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/hostconfig.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/join.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/join.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/join.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/kcc/
 lib/python${MODPY_VERSION}/site-packages/samba/tests/kcc/__init__.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/kcc/__init__.pyc
@@ -511,18 +565,51 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/samba/tests/libsmb_samba_internal.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/libsmb_samba_internal.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/libsmb_samba_internal.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/lsa_string.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/lsa_string.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/lsa_string.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/messaging.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/messaging.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/messaging.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/net_join.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/net_join.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/net_join.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/net_join_no_spnego.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/net_join_no_spnego.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/net_join_no_spnego.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/netcmd.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/netcmd.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/netcmd.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/netlogonsvc.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/netlogonsvc.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/netlogonsvc.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/ntacls.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/ntacls.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/ntacls.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlmauth.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlmauth.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlmauth.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/param.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/param.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/param.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash_fl2003.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash_fl2003.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash_fl2003.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash_fl2008.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash_fl2008.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash_fl2008.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash_gpgme.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash_gpgme.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash_gpgme.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash_ldap.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash_ldap.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/password_hash_ldap.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/policy.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/policy.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/policy.${MODPY_PYOEXTENSION}
@@ -532,6 +619,9 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/samba/tests/provision.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/provision.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/provision.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/py_credentials.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/py_credentials.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/py_credentials.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/registry.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/registry.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/registry.${MODPY_PYOEXTENSION}
@@ -548,9 +638,9 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/base.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/base.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/base.${MODPY_PYOEXTENSION}
-lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/dnscmd.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/dnscmd.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/dnscmd.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/dnscmd.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/fsmo.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/fsmo.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/fsmo.${MODPY_PYOEXTENSION}
@@ -584,6 +674,12 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/user_check_password_script.py
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/user_check_password_script.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/user_check_password_script.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/user_virtualCryptSHA.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/user_virtualCryptSHA.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/user_virtualCryptSHA.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/user_wdigest.py
+lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/user_wdigest.pyc
+lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/user_wdigest.${MODPY_PYOEXTENSION}
 lib/python${MODPY_VERSION}/site-packages/samba/tests/samdb.py
 lib/python${MODPY_VERSION}/site-packages/samba/tests/samdb.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/tests/samdb.${MODPY_PYOEXTENSION}
@@ -638,6 +734,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/samba/web_server/__init__.py
 lib/python${MODPY_VERSION}/site-packages/samba/web_server/__init__.pyc
 
lib/python${MODPY_VERSION}/site-packages/samba/web_server/__init__.${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/samba/werror.so
 lib/python${MODPY_VERSION}/site-packages/samba/xattr.py
 lib/python${MODPY_VERSION}/site-packages/samba/xattr.pyc
 lib/python${MODPY_VERSION}/site-packages/samba/xattr.${MODPY_PYOEXTENSION}
@@ -717,11 +814,11 @@ lib/samba/libCHARSET3-samba4.so
 lib/samba/libHDB-SAMBA4-samba4.so
 lib/samba/libLIBWBCLIENT-OLD-samba4.so
 lib/samba/libMESSAGING-samba4.so
+lib/samba/libMESSAGING-SEND-samba4.so
 lib/samba/libaddns-samba4.so
 lib/samba/libads-samba4.so
 @lib lib/samba/libasn1-samba4.so.${LIBasn1-samba4_VERSION}
 lib/samba/libasn1util-samba4.so
-lib/samba/libauth-sam-reply-samba4.so
 lib/samba/libauth-samba4.so
 lib/samba/libauth-unix-token-samba4.so
 lib/samba/libauth4-samba4.so
@@ -736,6 +833,7 @@ lib/samba/libcliauth-samba4.so
 lib/samba/libcluster-samba4.so
 lib/samba/libcmdline-credentials-samba4.so
 @lib lib/samba/libcom_err-samba4.so.${LIBcom_err-samba4_VERSION}
+lib/samba/libcommon-auth-samba4.so
 lib/samba/libdb-glue-samba4.so
 lib/samba/libdbwrap-samba4.so
 lib/samba/libdcerpc-samba-samba4.so

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to