Hi, last week the samba project has published a samba-4.8.2 release with all goodies from the 4.8.x branch and a critical bugfix for in-place upgrades from previous releases.
Build-tested only, test reports welcome! Release notes: https://www.samba.org/samba/history/samba-4.8.0.html https://www.samba.org/samba/history/samba-4.8.1.html https://www.samba.org/samba/history/samba-4.8.2.html Index: Makefile =================================================================== RCS file: /cvs/ports/net/samba/Makefile,v retrieving revision 1.253 diff -u -p -r1.253 Makefile --- Makefile 26 Apr 2018 13:42:45 -0000 1.253 +++ Makefile 23 May 2018 16:55:57 -0000 @@ -1,6 +1,6 @@ # $OpenBSD: Makefile,v 1.253 2018/04/26 13:42:45 jca Exp $ -VERSION = 4.7.7 +VERSION = 4.8.2 DISTNAME = samba-${VERSION} COMMENT-main = SMB and CIFS client and server for UNIX @@ -17,11 +17,8 @@ PKGNAME-docs = samba-docs-${VERSION} PKG_ARCH-docs = * -LDB_V = 1.2.3 -TEVENT_V = 0.9.34 - -REVISION-ldb = 1 -REVISION-tevent = 3 +LDB_V = 1.3.3 +TEVENT_V = 0.9.36 SHARED_LIBS = asn1-samba4 0.0 \ com_err-samba4 0.0 \ @@ -37,30 +34,30 @@ SHARED_LIBS = asn1-samba4 0.0 \ hx509-samba4 0.0 \ kdc-samba4 0.0 \ krb5-samba4 0.1 \ - ldb 0.5 \ + ldb 0.6 \ ndr 0.3 \ ndr-krb5pac 0.1 \ ndr-nbt 0.1 \ ndr-standard 3.0 \ - netapi 2.0 \ - pyldb-util 0.2 \ + netapi 2.1 \ + pyldb-util 0.3 \ roken-samba4 0.0 \ samba-credentials 0.2 \ samba-errors 1.0 \ - samba-hostconfig 3.0 \ + samba-hostconfig 4.0 \ samba-passdb 2.0 \ samba-policy 0.0 \ - samba-util 3.0 \ + samba-util 3.1 \ samdb 0.1 \ - smbclient 4.1 \ - smbconf 3.0 \ + smbclient 4.2 \ + smbconf 4.0 \ smbldap 0.1 \ - tevent 0.3 \ - tevent-util 0.1 \ + tevent 0.4 \ + tevent-util 1.0 \ wbclient 3.2 \ wind-samba4 0.0 \ - replace 4.0 \ - util-setid 4.0 + replace 5.0 \ + util-setid 5.0 CATEGORIES = net sysutils security @@ -153,6 +150,7 @@ CONFIGURE_ARGS = --enable-fhs \ --with-configdir=${SYSCONFDIR}/samba \ --with-statedir=${VARBASE}/samba \ --with-privatedir=${VARBASE}/samba/private \ + --with-bind-dns-dir=${VARBASE}/samba/bind-dns \ --with-lockdir=${VARBASE}/run/samba \ --with-privileged-socket-dir=${VARBASE}/samba \ --without-pie \ Index: distinfo =================================================================== RCS file: /cvs/ports/net/samba/distinfo,v retrieving revision 1.67 diff -u -p -r1.67 distinfo --- distinfo 26 Apr 2018 13:42:45 -0000 1.67 +++ distinfo 22 May 2018 22:27:14 -0000 @@ -1,2 +1,2 @@ -SHA256 (samba-4.7.7.tar.gz) = KfrRb6cME0LDANKNG0dLBMAaKmUBSelMrONvy6zoATE= -SIZE (samba-4.7.7.tar.gz) = 16875059 +SHA256 (samba-4.8.2.tar.gz) = YuVSKW1J5qtEu4fRIKKIgT+lLkJDXVOh9xt3WWUSvyI= +SIZE (samba-4.8.2.tar.gz) = 17675145 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.7 diff -u -p -r1.7 patch-buildtools_wafsamba_samba_autoconf_py --- patches/patch-buildtools_wafsamba_samba_autoconf_py 15 Feb 2018 09:59:44 -0000 1.7 +++ patches/patch-buildtools_wafsamba_samba_autoconf_py 20 Mar 2018 07:34:39 -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 -@@ -808,6 +808,27 @@ def ADD_LDFLAGS(conf, flags, testflags=False): +@@ -815,6 +815,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 -@@ -871,10 +892,9 @@ def SETUP_CONFIGURE_CACHE(conf, enable): +@@ -878,10 +899,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.4 diff -u -p -r1.4 patch-buildtools_wafsamba_wafsamba_py --- patches/patch-buildtools_wafsamba_wafsamba_py 15 Feb 2018 09:59:44 -0000 1.4 +++ patches/patch-buildtools_wafsamba_wafsamba_py 20 Mar 2018 07:34:39 -0000 @@ -9,7 +9,7 @@ $OpenBSD: patch-buildtools_wafsamba_wafs Index: buildtools/wafsamba/wafsamba.py --- buildtools/wafsamba/wafsamba.py.orig +++ buildtools/wafsamba/wafsamba.py -@@ -217,6 +217,14 @@ def SAMBA_LIBRARY(bld, libname, source, +@@ -219,6 +219,14 @@ def SAMBA_LIBRARY(bld, libname, source, deps = TO_LIST(deps) deps.append(obj_target) @@ -24,7 +24,7 @@ Index: buildtools/wafsamba/wafsamba.py realname = bld.map_shlib_extension(realname, python=(target_type=='PYTHON')) link_name = bld.map_shlib_extension(link_name, python=(target_type=='PYTHON')) -@@ -329,9 +337,9 @@ def SAMBA_LIBRARY(bld, libname, source, +@@ -331,9 +339,9 @@ def SAMBA_LIBRARY(bld, libname, source, if pc_files is not None and not private_library: if pyembed and bld.env['IS_EXTRA_PYTHON']: Index: patches/patch-lib_ldb_wscript =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-lib_ldb_wscript,v retrieving revision 1.7 diff -u -p -r1.7 patch-lib_ldb_wscript --- patches/patch-lib_ldb_wscript 15 Feb 2018 09:59:44 -0000 1.7 +++ patches/patch-lib_ldb_wscript 20 Mar 2018 07:34:39 -0000 @@ -7,7 +7,7 @@ $OpenBSD: patch-lib_ldb_wscript,v 1.7 20 Index: lib/ldb/wscript --- lib/ldb/wscript.orig +++ lib/ldb/wscript -@@ -60,6 +60,7 @@ def configure(conf): +@@ -61,6 +61,7 @@ def configure(conf): conf.CONFIG_PATH('LDB_MODULESDIR', conf.SUBST_ENV_VAR('MODULESDIR') + '/ldb') conf.env.standalone_ldb = conf.IN_LAUNCH_DIR() @@ -15,7 +15,7 @@ Index: lib/ldb/wscript if not conf.env.standalone_ldb: if conf.env.disable_python: -@@ -106,8 +107,7 @@ def configure(conf): +@@ -107,8 +108,7 @@ def configure(conf): # we don't want any libraries or modules to rely on runtime # resolution of symbols Index: patches/patch-python_samba_provision___init___py =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-python_samba_provision___init___py,v retrieving revision 1.4 diff -u -p -r1.4 patch-python_samba_provision___init___py --- patches/patch-python_samba_provision___init___py 9 Nov 2016 15:59:37 -0000 1.4 +++ patches/patch-python_samba_provision___init___py 20 Mar 2018 07:34:39 -0000 @@ -2,9 +2,10 @@ $OpenBSD: patch-python_samba_provision__ - net/isc-bind group name ---- python/samba/provision/__init__.py.orig Mon Sep 12 18:42:36 2016 -+++ python/samba/provision/__init__.py Mon Sep 12 18:42:36 2016 -@@ -1969,7 +1969,7 @@ def provision(logger, session_info, smbconf=None, +Index: python/samba/provision/__init__.py +--- python/samba/provision/__init__.py.orig ++++ python/samba/provision/__init__.py +@@ -2057,7 +2057,7 @@ def provision(logger, session_info, smbconf=None, root_gid = pwd.getpwuid(root_uid).pw_gid try: Index: patches/patch-source3_torture_test_messaging_send_all_c =================================================================== RCS file: patches/patch-source3_torture_test_messaging_send_all_c diff -N patches/patch-source3_torture_test_messaging_send_all_c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-source3_torture_test_messaging_send_all_c 20 Mar 2018 12:39:32 -0000 @@ -0,0 +1,14 @@ +$OpenBSD$ + +Index: source3/torture/test_messaging_send_all.c +--- source3/torture/test_messaging_send_all.c.orig ++++ source3/torture/test_messaging_send_all.c +@@ -160,7 +160,7 @@ static void collect_pong_received(struct tevent_req *s + + if (rec->src.pid == (uint64_t)getpid()) { + fprintf(stderr, "Received my own broadcast!\n"); +- tevent_req_error(req, EMULTIHOP); ++ tevent_req_error(req, EINVAL); + return; + } + Index: patches/patch-source3_wscript =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-source3_wscript,v retrieving revision 1.6 diff -u -p -r1.6 patch-source3_wscript --- patches/patch-source3_wscript 15 Feb 2018 09:59:44 -0000 1.6 +++ patches/patch-source3_wscript 20 Mar 2018 07:34:39 -0000 @@ -15,7 +15,7 @@ Index: source3/wscript conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True) # We crash without vfs_default -@@ -1567,6 +1567,7 @@ main() { +@@ -1531,6 +1531,7 @@ main() { conf.CHECK_CODE('void seekdir(DIR *d, long loc) { return; }', 'SEEKDIR_RETURNS_VOID', Index: patches/patch-source4_scripting_bin_samba_upgradedns =================================================================== RCS file: /cvs/ports/net/samba/patches/patch-source4_scripting_bin_samba_upgradedns,v retrieving revision 1.2 diff -u -p -r1.2 patch-source4_scripting_bin_samba_upgradedns --- patches/patch-source4_scripting_bin_samba_upgradedns 12 Apr 2016 17:42:09 -0000 1.2 +++ patches/patch-source4_scripting_bin_samba_upgradedns 20 Mar 2018 07:34:39 -0000 @@ -2,9 +2,10 @@ $OpenBSD: patch-source4_scripting_bin_sa - net/isc-bind group name ---- source4/scripting/bin/samba_upgradedns.orig Tue Jul 21 11:47:49 2015 -+++ source4/scripting/bin/samba_upgradedns Sun Apr 10 19:39:03 2016 -@@ -76,7 +76,7 @@ __docformat__ = 'restructuredText' +Index: source4/scripting/bin/samba_upgradedns +--- source4/scripting/bin/samba_upgradedns.orig ++++ source4/scripting/bin/samba_upgradedns +@@ -77,7 +77,7 @@ __docformat__ = 'restructuredText' def find_bind_gid(): """Find system group id for bind9 """ Index: pkg/PLIST-docs =================================================================== RCS file: /cvs/ports/net/samba/pkg/PLIST-docs,v retrieving revision 1.25 diff -u -p -r1.25 PLIST-docs --- pkg/PLIST-docs 22 Nov 2017 16:15:44 -0000 1.25 +++ pkg/PLIST-docs 22 May 2018 22:06:23 -0000 @@ -168,24 +168,21 @@ share/examples/samba/scripts/printing/ share/examples/samba/scripts/printing/cups/ share/examples/samba/scripts/printing/cups/smbaddprinter.pl share/examples/samba/scripts/printing/cups/smbdelprinter.pl -share/examples/samba/scripts/shares/ -share/examples/samba/scripts/shares/perl/ -share/examples/samba/scripts/shares/perl/modify_samba_config.pl -share/examples/samba/scripts/shares/python/ -share/examples/samba/scripts/shares/python/SambaConfig.py -share/examples/samba/scripts/shares/python/SambaParm.py -share/examples/samba/scripts/shares/python/generate_parm_table.py -share/examples/samba/scripts/shares/python/modify_samba_config.py -share/examples/samba/scripts/shares/python/smbparm.py share/examples/samba/scripts/users_and_groups/ share/examples/samba/scripts/users_and_groups/adduserstogroups.pl share/examples/samba/scripts/users_and_groups/createdomobj.pl share/examples/samba/scripts/vfs/ share/examples/samba/scripts/vfs/media_harmony/ share/examples/samba/scripts/vfs/media_harmony/trigger_avid_update.py +share/examples/samba/scripts/vfs/virusfilter/ +share/examples/samba/scripts/vfs/virusfilter/virusfilter-notify.ksh share/examples/samba/scripts/wins_hook/ share/examples/samba/scripts/wins_hook/README share/examples/samba/scripts/wins_hook/dns_update +share/examples/samba/systemtap/ +share/examples/samba/systemtap/gencache.stp +share/examples/samba/systemtap/generate-winbindd.stp.sh +share/examples/samba/systemtap/winbindd.stp share/examples/samba/tridge/ share/examples/samba/tridge/README share/examples/samba/tridge/smb.conf Index: pkg/PLIST-main =================================================================== RCS file: /cvs/ports/net/samba/pkg/PLIST-main,v retrieving revision 1.40 diff -u -p -r1.40 PLIST-main --- pkg/PLIST-main 15 Feb 2018 09:59:44 -0000 1.40 +++ pkg/PLIST-main 22 May 2018 22:09:20 -0000 @@ -2,6 +2,7 @@ @pkgpath net/samba,ldap,-main @pkgpath net/samba,ads,-main @pkgpath net/samba,,-main +@sample ${SYSCONFDIR}/samba/ @bin bin/cifsdd @bin bin/dbwrap_tool @bin bin/eventlogadm @@ -164,8 +165,6 @@ lib/pkgconfig/samba-util.pc lib/pkgconfig/samdb.pc lib/pkgconfig/smbclient.pc lib/pkgconfig/wbclient.pc -lib/python${MODPY_VERSION}/ -lib/python${MODPY_VERSION}/site-packages/ lib/python${MODPY_VERSION}/site-packages/samba/ lib/python${MODPY_VERSION}/site-packages/samba/__init__.py lib/python${MODPY_VERSION}/site-packages/samba/__init__.pyc @@ -173,6 +172,9 @@ 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/colour.py +lib/python${MODPY_VERSION}/site-packages/samba/colour.pyc +lib/python${MODPY_VERSION}/site-packages/samba/colour.${MODPY_PYOEXTENSION} 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} @@ -229,15 +231,38 @@ lib/python${MODPY_VERSION}/site-packages 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/domain_update.py +lib/python${MODPY_VERSION}/site-packages/samba/domain_update.pyc +lib/python${MODPY_VERSION}/site-packages/samba/domain_update.${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} lib/python${MODPY_VERSION}/site-packages/samba/dsdb.so lib/python${MODPY_VERSION}/site-packages/samba/dsdb_dns.so +lib/python${MODPY_VERSION}/site-packages/samba/emulate/ +lib/python${MODPY_VERSION}/site-packages/samba/emulate/__init__.py +lib/python${MODPY_VERSION}/site-packages/samba/emulate/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/samba/emulate/__init__.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/emulate/traffic.py +lib/python${MODPY_VERSION}/site-packages/samba/emulate/traffic.pyc +lib/python${MODPY_VERSION}/site-packages/samba/emulate/traffic.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/emulate/traffic_packets.py +lib/python${MODPY_VERSION}/site-packages/samba/emulate/traffic_packets.pyc +lib/python${MODPY_VERSION}/site-packages/samba/emulate/traffic_packets.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/forest_update.py +lib/python${MODPY_VERSION}/site-packages/samba/forest_update.pyc +lib/python${MODPY_VERSION}/site-packages/samba/forest_update.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/gensec.so lib/python${MODPY_VERSION}/site-packages/samba/getopt.py lib/python${MODPY_VERSION}/site-packages/samba/getopt.pyc lib/python${MODPY_VERSION}/site-packages/samba/getopt.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/gpclass.py +lib/python${MODPY_VERSION}/site-packages/samba/gpclass.pyc +lib/python${MODPY_VERSION}/site-packages/samba/gpclass.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/gpo.so +lib/python${MODPY_VERSION}/site-packages/samba/graph.py +lib/python${MODPY_VERSION}/site-packages/samba/graph.pyc +lib/python${MODPY_VERSION}/site-packages/samba/graph.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/hostconfig.py lib/python${MODPY_VERSION}/site-packages/samba/hostconfig.pyc lib/python${MODPY_VERSION}/site-packages/samba/hostconfig.${MODPY_PYOEXTENSION} @@ -270,9 +295,15 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/ms_display_specifiers.py lib/python${MODPY_VERSION}/site-packages/samba/ms_display_specifiers.pyc lib/python${MODPY_VERSION}/site-packages/samba/ms_display_specifiers.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/ms_forest_updates_markdown.py +lib/python${MODPY_VERSION}/site-packages/samba/ms_forest_updates_markdown.pyc +lib/python${MODPY_VERSION}/site-packages/samba/ms_forest_updates_markdown.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/ms_schema.py lib/python${MODPY_VERSION}/site-packages/samba/ms_schema.pyc lib/python${MODPY_VERSION}/site-packages/samba/ms_schema.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/ms_schema_markdown.py +lib/python${MODPY_VERSION}/site-packages/samba/ms_schema_markdown.pyc +lib/python${MODPY_VERSION}/site-packages/samba/ms_schema_markdown.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/ndr.py lib/python${MODPY_VERSION}/site-packages/samba/ndr.pyc lib/python${MODPY_VERSION}/site-packages/samba/ndr.${MODPY_PYOEXTENSION} @@ -342,6 +373,9 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/netcmd/user.py lib/python${MODPY_VERSION}/site-packages/samba/netcmd/user.pyc lib/python${MODPY_VERSION}/site-packages/samba/netcmd/user.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/netcmd/visualize.py +lib/python${MODPY_VERSION}/site-packages/samba/netcmd/visualize.pyc +lib/python${MODPY_VERSION}/site-packages/samba/netcmd/visualize.${MODPY_PYOEXTENSION} 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} @@ -439,12 +473,27 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/__init__.py lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/__init__.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/__init__.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/check_output.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/check_output.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/check_output.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/ndrdump.py lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/ndrdump.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/ndrdump.${MODPY_PYOEXTENSION} 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/smbcontrol.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/smbcontrol.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/smbcontrol.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/traffic_learner.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/traffic_learner.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/traffic_learner.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/traffic_replay.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/traffic_replay.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/traffic_replay.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/traffic_summary.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/traffic_summary.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/blackbox/traffic_summary.${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} @@ -528,9 +577,25 @@ lib/python${MODPY_VERSION}/site-packages 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_lock.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/dsdb_lock.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/dsdb_lock.${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/emulate/ +lib/python${MODPY_VERSION}/site-packages/samba/tests/emulate/__init__.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/emulate/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/emulate/__init__.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/emulate/traffic.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/emulate/traffic.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/emulate/traffic.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/emulate/traffic_packet.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/emulate/traffic_packet.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/emulate/traffic_packet.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/encrypted_secrets.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/encrypted_secrets.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/encrypted_secrets.${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} @@ -540,6 +605,9 @@ lib/python${MODPY_VERSION}/site-packages 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/graph.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/graph.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/graph.${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} @@ -562,6 +630,9 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/kcc/ldif_import_export.py lib/python${MODPY_VERSION}/site-packages/samba/tests/kcc/ldif_import_export.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/kcc/ldif_import_export.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/krb5_credentials.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/krb5_credentials.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/krb5_credentials.${MODPY_PYOEXTENSION} 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} @@ -586,12 +657,15 @@ lib/python${MODPY_VERSION}/site-packages 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/ntlmdisabled.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlmdisabled.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/ntlmdisabled.${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/pam_winbind_warn_pwd_expire.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind_warn_pwd_expire.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/pam_winbind_warn_pwd_expire.${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} @@ -610,6 +684,9 @@ lib/python${MODPY_VERSION}/site-packages 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/password_quality.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/password_quality.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/password_quality.${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} @@ -650,6 +727,9 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/group.py lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/group.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/group.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/help.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/help.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/help.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/join.py lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/join.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/join.${MODPY_PYOEXTENSION} @@ -659,6 +739,9 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/processes.py lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/processes.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/processes.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/provision_password_check.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/provision_password_check.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/provision_password_check.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/rodc.py lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/rodc.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/rodc.${MODPY_PYOEXTENSION} @@ -680,6 +763,12 @@ lib/python${MODPY_VERSION}/site-packages 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/samba_tool/visualize.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/visualize.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/visualize.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/visualize_drs.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/visualize_drs.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/visualize_drs.${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} @@ -695,6 +784,9 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/samba/tests/subunitrun.py lib/python${MODPY_VERSION}/site-packages/samba/tests/subunitrun.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/subunitrun.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/samba/tests/tdb_util.py +lib/python${MODPY_VERSION}/site-packages/samba/tests/tdb_util.pyc +lib/python${MODPY_VERSION}/site-packages/samba/tests/tdb_util.${MODPY_PYOEXTENSION} lib/python${MODPY_VERSION}/site-packages/samba/tests/unicodenames.py lib/python${MODPY_VERSION}/site-packages/samba/tests/unicodenames.pyc lib/python${MODPY_VERSION}/site-packages/samba/tests/unicodenames.${MODPY_PYOEXTENSION} @@ -765,6 +857,7 @@ lib/samba/ldb/descriptor.so lib/samba/ldb/dirsync.so lib/samba/ldb/dns_notify.so lib/samba/ldb/dsdb_notification.so +lib/samba/ldb/encrypted_secrets.so lib/samba/ldb/extended_dn_in.so lib/samba/ldb/extended_dn_out.so lib/samba/ldb/extended_dn_store.so @@ -807,14 +900,15 @@ lib/samba/ldb/subtree_delete.so lib/samba/ldb/subtree_rename.so lib/samba/ldb/tdb.so lib/samba/ldb/tombstone_reanimate.so +lib/samba/ldb/unique_object_sids.so lib/samba/ldb/update_keytab.so lib/samba/ldb/vlv.so lib/samba/ldb/wins_ldb.so 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/libMESSAGING-samba4.so lib/samba/libaddns-samba4.so lib/samba/libads-samba4.so @lib lib/samba/libasn1-samba4.so.${LIBasn1-samba4_VERSION} @@ -847,7 +941,7 @@ lib/samba/libevents-samba4.so lib/samba/libflag-mapping-samba4.so lib/samba/libgenrand-samba4.so lib/samba/libgensec-samba4.so -lib/samba/libgpo-samba4.so +lib/samba/libgpext-samba4.so lib/samba/libgse-samba4.so @lib lib/samba/libgssapi-samba4.so.${LIBgssapi-samba4_VERSION} @lib lib/samba/libhcrypto-samba4.so.${LIBhcrypto-samba4_VERSION} @@ -925,6 +1019,7 @@ lib/samba/nss_info/rfc2307.so lib/samba/nss_info/sfu.so lib/samba/nss_info/sfu20.so lib/samba/process_model/ +lib/samba/process_model/prefork.so lib/samba/process_model/standard.so lib/samba/service/ lib/samba/service/cldap.so @@ -977,9 +1072,9 @@ lib/samba/vfs/streams_xattr.so lib/samba/vfs/syncops.so lib/samba/vfs/time_audit.so lib/samba/vfs/unityed_media.so +lib/samba/vfs/virusfilter.so lib/samba/vfs/worm.so lib/samba/vfs/xattr_tdb.so -lib/security/ lib/security/pam_winbind.so lib/winbind_krb5_locator.so ${P5SITE}/Parse/ @@ -1059,6 +1154,8 @@ libexec/samba/ @man man/man5/smbpasswd.5 @man man/man7/libsmbclient.7 @man man/man7/samba.7 +@man man/man7/traffic_learner.7 +@man man/man7/traffic_replay.7 @man man/man7/winbind_krb5_locator.7 @man man/man8/cifsdd.8 @man man/man8/eventlogadm.8 @@ -1079,6 +1176,7 @@ libexec/samba/ @man man/man8/samba-regedit.8 @man man/man8/samba-tool.8 @man man/man8/samba.8 +@man man/man8/samba_gpoupdate.8 @man man/man8/smbd.8 @man man/man8/smbpasswd.8 @man man/man8/smbspool.8 @@ -1086,7 +1184,6 @@ libexec/samba/ @man man/man8/vfs_acl_tdb.8 @man man/man8/vfs_acl_xattr.8 @man man/man8/vfs_aio_fork.8 -@man man/man8/vfs_aio_linux.8 @man man/man8/vfs_aio_pthread.8 @man man/man8/vfs_audit.8 @man man/man8/vfs_btrfs.8 @@ -1108,6 +1205,7 @@ libexec/samba/ @man man/man8/vfs_linux_xfs_sgid.8 @man man/man8/vfs_media_harmony.8 @man man/man8/vfs_netatalk.8 +@man man/man8/vfs_nfs4acl_xattr.8 @man man/man8/vfs_offline.8 @man man/man8/vfs_prealloc.8 @man man/man8/vfs_preopen.8 @@ -1124,12 +1222,14 @@ libexec/samba/ @man man/man8/vfs_time_audit.8 @man man/man8/vfs_tsmsm.8 @man man/man8/vfs_unityed_media.8 +@man man/man8/vfs_virusfilter.8 @man man/man8/vfs_worm.8 @man man/man8/vfs_xattr_tdb.8 @man man/man8/winbindd.8 @bin sbin/nmbd @bin sbin/samba sbin/samba_dnsupdate +sbin/samba_gpoupdate sbin/samba_kcc sbin/samba_spnupdate sbin/samba_upgradedns @@ -1138,7 +1238,6 @@ sbin/samba_upgradedns share/doc/pkg-readmes/${FULLPKGNAME} @comment share/doc/samba/ share/examples/samba/ -@sample ${SYSCONFDIR}/samba/ share/examples/samba/smb.conf.default @sample ${SYSCONFDIR}/samba/smb.conf @comment share/perl5/ @@ -1146,11 +1245,29 @@ share/samba/ share/samba/setup/ share/samba/setup/DB_CONFIG share/samba/setup/ad-schema/ +share/samba/setup/ad-schema/AD_DS_Attributes__Windows_Server_2012_R2.ldf +share/samba/setup/ad-schema/AD_DS_Attributes__Windows_Server_2016.ldf +share/samba/setup/ad-schema/AD_DS_Classes__Windows_Server_2012_R2.ldf +share/samba/setup/ad-schema/AD_DS_Classes__Windows_Server_2016.ldf +share/samba/setup/ad-schema/Attributes_for_AD_DS__Windows_Server_2008_R2.ldf +share/samba/setup/ad-schema/Attributes_for_AD_DS__Windows_Server_2012.ldf +share/samba/setup/ad-schema/Classes_for_AD_DS__Windows_Server_2008_R2.ldf +share/samba/setup/ad-schema/Classes_for_AD_DS__Windows_Server_2012.ldf share/samba/setup/ad-schema/MS-AD_Schema_2K8_Attributes.txt share/samba/setup/ad-schema/MS-AD_Schema_2K8_Classes.txt share/samba/setup/ad-schema/MS-AD_Schema_2K8_R2_Attributes.txt share/samba/setup/ad-schema/MS-AD_Schema_2K8_R2_Classes.txt share/samba/setup/ad-schema/licence.txt +share/samba/setup/adprep/ +share/samba/setup/adprep/WindowsServerDocs/ +share/samba/setup/adprep/WindowsServerDocs/Forest-Wide-Updates.md +share/samba/setup/adprep/WindowsServerDocs/Sch49.ldf.diff +share/samba/setup/adprep/WindowsServerDocs/Sch50.ldf.diff +share/samba/setup/adprep/WindowsServerDocs/Sch51.ldf.diff +share/samba/setup/adprep/WindowsServerDocs/Sch57.ldf.diff +share/samba/setup/adprep/WindowsServerDocs/Sch59.ldf.diff +share/samba/setup/adprep/WindowsServerDocs/Schema-Updates.md +share/samba/setup/adprep/fix-forest-rev.ldf share/samba/setup/aggregate_schema.ldif share/samba/setup/cn=samba.ldif share/samba/setup/display-specifiers/ @@ -1160,6 +1277,7 @@ share/samba/setup/display-specifiers/Dis share/samba/setup/display-specifiers/DisplaySpecifiers-Win2k8.txt share/samba/setup/display-specifiers/DisplaySpecifiers-Win2k8R2.txt share/samba/setup/dns_update_list +share/samba/setup/extended-rights.ldif share/samba/setup/fedora-ds-init.ldif share/samba/setup/fedorads-dna.ldif share/samba/setup/fedorads-index.ldif @@ -1234,16 +1352,14 @@ share/samba/setup/share.ldif share/samba/setup/slapd.conf share/samba/setup/spn_update_list share/samba/setup/ypServ30.ldif -@rcscript ${RCDIR}/nmbd -@rcscript ${RCDIR}/samba -@rcscript ${RCDIR}/samba_ad_dc -@rcscript ${RCDIR}/smbd -@rcscript ${RCDIR}/winbindd @mode 0750 @sample /var/cache/samba/ @sample ${SAMBA_LOGDIR}/ -@mode -@mode 0750 @sample /var/samba/ @mode 0700 @sample /var/samba/private/ +@rcscript ${RCDIR}/nmbd +@rcscript ${RCDIR}/samba +@rcscript ${RCDIR}/samba_ad_dc +@rcscript ${RCDIR}/smbd +@rcscript ${RCDIR}/winbindd -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
