Update to samba-4.4.2
Tests by Vijay Sankar and Ian, ok Ian This release contains the security fixes introduced by 4.4.2, plus the new features and improvements from 4.4.0: https://www.samba.org/samba/history/samba-4.4.0.html
This commit is contained in:
parent
3fb827f718
commit
a001ab7285
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.220 2016/04/13 11:25:40 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.221 2016/04/22 11:48:36 jca Exp $
|
||||
|
||||
VERSION = 4.3.8
|
||||
VERSION = 4.4.2
|
||||
DISTNAME = samba-${VERSION}
|
||||
|
||||
COMMENT-main = SMB and CIFS client and server for UNIX
|
||||
@ -17,16 +17,15 @@ PKGNAME-docs = samba-docs-${VERSION}
|
||||
|
||||
PKG_ARCH-docs = *
|
||||
|
||||
LDB_V = 1.1.21
|
||||
TEVENT_V = 0.9.25
|
||||
LDB_V = 1.1.26
|
||||
TEVENT_V = 0.9.28
|
||||
|
||||
SHARED_LIBS = asn1-samba4 0.0 \
|
||||
com_err-samba4 0.0 \
|
||||
dcerpc 0.0 \
|
||||
dcerpc-atsvc 0.0 \
|
||||
dcerpc-binding 0.0 \
|
||||
dcerpc-binding 1.0 \
|
||||
dcerpc-samr 0.0 \
|
||||
dcerpc-server 0.0 \
|
||||
gensec 0.0 \
|
||||
gssapi-samba4 0.0 \
|
||||
hcrypto-samba4 0.0 \
|
||||
hdb-samba4 0.0 \
|
||||
@ -35,28 +34,27 @@ SHARED_LIBS = asn1-samba4 0.0 \
|
||||
hx509-samba4 0.0 \
|
||||
kdc-samba4 0.0 \
|
||||
krb5-samba4 0.0 \
|
||||
ldb 0.1 \
|
||||
ldb 0.2 \
|
||||
tevent-unix-util 0.0 \
|
||||
ndr 0.1 \
|
||||
ndr-krb5pac 0.0 \
|
||||
ndr-nbt 0.0 \
|
||||
ndr-standard 0.0 \
|
||||
netapi 2.0 \
|
||||
pyldb-util 0.0 \
|
||||
registry 0.0 \
|
||||
roken-samba4 0.0 \
|
||||
samba-credentials 0.0 \
|
||||
samba-hostconfig 0.0 \
|
||||
samba-passdb 0.0 \
|
||||
samba-errors 0.0 \
|
||||
samba-hostconfig 1.0 \
|
||||
samba-passdb 0.1 \
|
||||
samba-policy 0.0 \
|
||||
samba-util 1.0 \
|
||||
samdb 0.0 \
|
||||
smbclient 4.1 \
|
||||
smbclient-raw 0.0 \
|
||||
smbconf 0.0 \
|
||||
smbldap 0.0 \
|
||||
tevent 0.1 \
|
||||
tevent 0.2 \
|
||||
tevent-util 0.0 \
|
||||
torture 0.0 \
|
||||
wbclient 3.0 \
|
||||
wind-samba4 0.0 \
|
||||
replace 0.0 \
|
||||
@ -77,25 +75,22 @@ UTIL_LIBS = replace util-setid
|
||||
# not "plugins" or such.
|
||||
UTIL_WANTLIB = ${UTIL_LIBS:S@^@lib/samba/@}
|
||||
|
||||
WANTLIB-common = c m pthread util ${MODPY_WANTLIB}
|
||||
WANTLIB-common = c pthread
|
||||
|
||||
WANTLIB-main = ${WANTLIB-common} ${MODGETTEXT_WANTLIB}
|
||||
WANTLIB-main += com_err ncurses z
|
||||
WANTLIB-main += avahi-client avahi-common cups execinfo fam iniparser
|
||||
WANTLIB-main += lber ldap pam popt sasl2 gcrypt gnutls
|
||||
WANTLIB-main = ${WANTLIB-common} ${MODGETTEXT_WANTLIB} ${MODPY_WANTLIB}
|
||||
WANTLIB-main += z
|
||||
WANTLIB-main += avahi-client avahi-common cups dbus-1 execinfo fam
|
||||
WANTLIB-main += lber ldap pam popt gnutls
|
||||
WANTLIB-main += ldb pyldb-util pytalloc-util tdb talloc tevent
|
||||
WANTLIB-main += ${UTIL_WANTLIB}
|
||||
|
||||
WANTLIB-ldb = ${WANTLIB-common}
|
||||
WANTLIB-ldb += popt tdb talloc tevent
|
||||
WANTLIB-ldb += ${UTIL_WANTLIB}
|
||||
WANTLIB-ldb = ${WANTLIB-common} ${MODPY_WANTLIB}
|
||||
WANTLIB-ldb += popt talloc tevent
|
||||
|
||||
WANTLIB-tevent = ${WANTLIB-common}
|
||||
WANTLIB-tevent = ${WANTLIB-common} ${MODPY_WANTLIB}
|
||||
WANTLIB-tevent += talloc
|
||||
WANTLIB-tevent += ${UTIL_WANTLIB}
|
||||
|
||||
WANTLIB-util = ${WANTLIB-common}
|
||||
WANTLIB-util += pytalloc-util talloc
|
||||
|
||||
WANTLIB-docs =
|
||||
|
||||
@ -108,7 +103,8 @@ MODULES = devel/gettext lang/python perl
|
||||
|
||||
BUILD_DEPENDS = devel/p5-Parse-Yapp>=1.0.5 \
|
||||
net/py-dnspython \
|
||||
textproc/docbook-xsl
|
||||
textproc/docbook-xsl \
|
||||
x11/dbus
|
||||
|
||||
RUN_DEPENDS-main = net/py-dnspython
|
||||
|
||||
@ -118,30 +114,20 @@ LIB_DEPENDS-main = ${BUILD_PKGPATH},-ldb>=${LDB_V} \
|
||||
${BUILD_PKGPATH},-util>=${VERSION} \
|
||||
${MODGETTEXT_LIB_DEPENDS} \
|
||||
databases/openldap \
|
||||
databases/tdb>=1.3.7 \
|
||||
devel/iniparser \
|
||||
databases/tdb>=1.3.8 \
|
||||
devel/libexecinfo \
|
||||
devel/libtalloc>=2.1.3 \
|
||||
devel/libtalloc>=2.1.6 \
|
||||
net/avahi \
|
||||
print/cups,-libs \
|
||||
security/cyrus-sasl2 \
|
||||
security/gnutls \
|
||||
security/libgcrypt \
|
||||
security/openpam \
|
||||
sysutils/e2fsprogs \
|
||||
sysutils/gamin
|
||||
|
||||
LIB_DEPENDS-ldb = ${BUILD_PKGPATH},-tevent>=${TEVENT_V} \
|
||||
${BUILD_PKGPATH},-util>=${VERSION} \
|
||||
databases/tdb>=1.3.7 \
|
||||
devel/libtalloc>=2.1.3 \
|
||||
devel/libtalloc>=2.1.6 \
|
||||
devel/popt
|
||||
|
||||
LIB_DEPENDS-tevent = ${BUILD_PKGPATH},-util>=${VERSION} \
|
||||
devel/libtalloc>=2.1.3
|
||||
|
||||
LIB_DEPENDS-util = ${MODPY_LIB_DEPENDS} \
|
||||
devel/libtalloc>=2.1.3
|
||||
LIB_DEPENDS-tevent = devel/libtalloc>=2.1.6
|
||||
|
||||
LIB_DEPENDS-docs =
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (samba-4.3.8.tar.gz) = N53GbDoKSDv1vtN75uXRgpNNt8QQKyGSmmxGArMrKxA=
|
||||
SIZE (samba-4.3.8.tar.gz) = 20568773
|
||||
SHA256 (samba-4.4.2.tar.gz) = 6uzUGoXruVB7jbmFatoqlJN26dU891ZktUk2WPblkmo=
|
||||
SIZE (samba-4.4.2.tar.gz) = 20711230
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-buildtools_wafsamba_samba_autoconf_py,v 1.3 2016/04/12 17:42:09 jca Exp $
|
||||
$OpenBSD: patch-buildtools_wafsamba_samba_autoconf_py,v 1.4 2016/04/22 11:48:36 jca Exp $
|
||||
|
||||
1. Sort -L flags to unbreak linking when any other version of Samba is installed.
|
||||
|
||||
2. Use -Wl,-no-undefined as on other platforms.
|
||||
|
||||
--- buildtools/wafsamba/samba_autoconf.py.orig Tue Jul 21 11:47:48 2015
|
||||
+++ buildtools/wafsamba/samba_autoconf.py Sun Apr 10 19:38:17 2016
|
||||
@@ -788,6 +788,27 @@ def ADD_LDFLAGS(conf, flags, testflags=False):
|
||||
--- buildtools/wafsamba/samba_autoconf.py.orig Wed Apr 13 17:18:35 2016
|
||||
+++ buildtools/wafsamba/samba_autoconf.py Wed Apr 13 17:18:35 2016
|
||||
@@ -804,6 +804,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))
|
||||
@ -34,7 +34,7 @@ $OpenBSD: patch-buildtools_wafsamba_samba_autoconf_py,v 1.3 2016/04/12 17:42:09
|
||||
return flags
|
||||
|
||||
|
||||
@@ -851,10 +872,9 @@ def SETUP_CONFIGURE_CACHE(conf, enable):
|
||||
@@ -867,10 +888,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
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-buildtools_wafsamba_samba_conftests_py,v 1.2 2016/04/12 17:42:09 jca Exp $
|
||||
$OpenBSD: patch-buildtools_wafsamba_samba_conftests_py,v 1.3 2016/04/22 11:48:36 jca Exp $
|
||||
Reverse order of paths added to get reliable builds.
|
||||
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9890
|
||||
--- buildtools/wafsamba/samba_conftests.py.orig Tue Jul 21 11:47:48 2015
|
||||
+++ buildtools/wafsamba/samba_conftests.py Sun Apr 10 19:38:17 2016
|
||||
@@ -40,9 +40,9 @@ def check(self, *k, **kw):
|
||||
--- buildtools/wafsamba/samba_conftests.py.orig Wed Apr 13 17:18:35 2016
|
||||
+++ buildtools/wafsamba/samba_conftests.py Wed Apr 13 17:18:35 2016
|
||||
@@ -39,9 +39,9 @@ def check(self, *k, **kw):
|
||||
def add_options_dir(dirs, env):
|
||||
for x in dirs:
|
||||
if not x in env.CPPPATH:
|
||||
|
@ -1,10 +1,13 @@
|
||||
$OpenBSD: patch-buildtools_wafsamba_samba_install_py,v 1.2 2016/04/12 17:42:09 jca Exp $
|
||||
$OpenBSD: patch-buildtools_wafsamba_samba_install_py,v 1.3 2016/04/22 11:48:36 jca Exp $
|
||||
Make Samba4 WAF respect OpenBSD shared libraries versioning conventions.
|
||||
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9774
|
||||
--- buildtools/wafsamba/samba_install.py.orig Sun Apr 10 19:49:56 2016
|
||||
+++ buildtools/wafsamba/samba_install.py Sun Apr 10 21:06:05 2016
|
||||
@@ -117,9 +117,12 @@ def install_library(self):
|
||||
--- buildtools/wafsamba/samba_install.py.orig Wed Apr 13 17:18:35 2016
|
||||
+++ buildtools/wafsamba/samba_install.py Wed Apr 13 19:24:13 2016
|
||||
@@ -117,11 +117,15 @@ def install_library(self):
|
||||
else:
|
||||
inst_name = bld.make_libname(t.target)
|
||||
elif self.vnum:
|
||||
+ import sys
|
||||
vnum_base = self.vnum.split('.')[0]
|
||||
install_name = bld.make_libname(target_name, version=self.vnum)
|
||||
- install_link = bld.make_libname(target_name, version=vnum_base)
|
||||
@ -19,7 +22,7 @@ BUG: https://bugzilla.samba.org/show_bug.cgi?id=9774
|
||||
# only generate the dev link for non-bundled libs
|
||||
dev_link = bld.make_libname(target_name)
|
||||
elif getattr(self, 'soname', ''):
|
||||
@@ -169,7 +172,7 @@ def apply_vscript(self):
|
||||
@@ -171,7 +175,7 @@ def apply_vscript(self):
|
||||
'''add version-script arguments to library build'''
|
||||
|
||||
if self.env.HAVE_LD_VERSION_SCRIPT and getattr(self, 'version_script', ''):
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-buildtools_wafsamba_symbols_py,v 1.2 2015/09/28 22:51:25 jca Exp $
|
||||
$OpenBSD: patch-buildtools_wafsamba_symbols_py,v 1.3 2016/04/22 11:48:36 jca Exp $
|
||||
Add a bunch of common symbols to allow tests to run. Those that added in
|
||||
safe_symbols initially should probably go upstream, _Jv_RegisterClasses is
|
||||
a strange one (weak symbol everywhere in the whole system) and others are
|
||||
coming from libgcc.a.
|
||||
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9892
|
||||
--- buildtools/wafsamba/symbols.py.orig Tue May 14 17:30:33 2013
|
||||
+++ buildtools/wafsamba/symbols.py Tue May 14 19:58:59 2013
|
||||
@@ -569,7 +569,14 @@ def symbols_whyneeded(task):
|
||||
--- buildtools/wafsamba/symbols.py.orig Wed Apr 13 17:18:35 2016
|
||||
+++ buildtools/wafsamba/symbols.py Wed Apr 13 17:18:35 2016
|
||||
@@ -570,7 +570,14 @@ def symbols_whyneeded(task):
|
||||
|
||||
def report_duplicate(bld, binname, sym, libs, fail_on_error):
|
||||
'''report duplicated symbols'''
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-buildtools_wafsamba_wafsamba_py,v 1.2 2016/04/12 17:42:09 jca Exp $
|
||||
$OpenBSD: patch-buildtools_wafsamba_wafsamba_py,v 1.3 2016/04/22 11:48:36 jca Exp $
|
||||
|
||||
- allow the library version to be overriden
|
||||
|
||||
@ -6,9 +6,9 @@ $OpenBSD: patch-buildtools_wafsamba_wafsamba_py,v 1.2 2016/04/12 17:42:09 jca Ex
|
||||
|
||||
- make sure we don't clobber the version that ends up in tdb.pc
|
||||
|
||||
--- buildtools/wafsamba/wafsamba.py.orig Mon Apr 11 01:23:59 2016
|
||||
+++ buildtools/wafsamba/wafsamba.py Mon Apr 11 13:15:28 2016
|
||||
@@ -212,6 +212,14 @@ def SAMBA_LIBRARY(bld, libname, source,
|
||||
--- buildtools/wafsamba/wafsamba.py.orig Wed Apr 13 17:18:35 2016
|
||||
+++ buildtools/wafsamba/wafsamba.py Wed Apr 13 17:18:35 2016
|
||||
@@ -217,6 +217,14 @@ def SAMBA_LIBRARY(bld, libname, source,
|
||||
deps = TO_LIST(deps)
|
||||
deps.append(obj_target)
|
||||
|
||||
@ -23,7 +23,7 @@ $OpenBSD: patch-buildtools_wafsamba_wafsamba_py,v 1.2 2016/04/12 17:42:09 jca Ex
|
||||
realname = bld.map_shlib_extension(realname, python=(target_type=='PYTHON'))
|
||||
link_name = bld.map_shlib_extension(link_name, python=(target_type=='PYTHON'))
|
||||
|
||||
@@ -313,7 +321,7 @@ def SAMBA_LIBRARY(bld, libname, source,
|
||||
@@ -328,7 +336,7 @@ def SAMBA_LIBRARY(bld, libname, source,
|
||||
t.link_name = link_name
|
||||
|
||||
if pc_files is not None and not private_library:
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-buildtools_wafsamba_wscript,v 1.1 2015/08/25 11:04:39 jca Exp $
|
||||
$OpenBSD: patch-buildtools_wafsamba_wscript,v 1.2 2016/04/22 11:48:36 jca Exp $
|
||||
Add a hack to force addition of -I/usr/include before any other include path discovered.
|
||||
--- buildtools/wafsamba/wscript.orig Thu May 1 16:31:00 2014
|
||||
+++ buildtools/wafsamba/wscript Thu May 1 16:31:00 2014
|
||||
@@ -85,6 +85,11 @@ def set_options(opt):
|
||||
--- buildtools/wafsamba/wscript.orig Wed Apr 13 17:18:35 2016
|
||||
+++ buildtools/wafsamba/wscript Wed Apr 13 17:18:35 2016
|
||||
@@ -82,6 +82,11 @@ def set_options(opt):
|
||||
help=("Disable use of gettext"),
|
||||
action="store_true", dest='disable_gettext', default=False)
|
||||
|
||||
|
@ -1,35 +0,0 @@
|
||||
$OpenBSD: patch-examples_libsmbclient_teststat2_c,v 1.1 2015/08/25 11:04:39 jca Exp $
|
||||
Use safe and generic approach for time_t.
|
||||
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9889
|
||||
--- examples/libsmbclient/teststat2.c.orig Mon Apr 8 20:44:21 2013
|
||||
+++ examples/libsmbclient/teststat2.c Mon Apr 8 20:44:59 2013
|
||||
@@ -47,10 +47,10 @@ static int gettime(const char * pUrl,
|
||||
return 1;
|
||||
}
|
||||
|
||||
- printf("SAMBA\n mtime:%lu/%s ctime:%lu/%s atime:%lu/%s\n",
|
||||
- st.st_mtime, ctime_r(&st.st_mtime, m_time),
|
||||
- st.st_ctime, ctime_r(&st.st_ctime, c_time),
|
||||
- st.st_atime, ctime_r(&st.st_atime, a_time));
|
||||
+ printf("SAMBA\n mtime:%lld/%s ctime:%lld/%s atime:%lld/%s\n",
|
||||
+ (long long)st.st_mtime, ctime_r(&st.st_mtime, m_time),
|
||||
+ (long long)st.st_ctime, ctime_r(&st.st_ctime, c_time),
|
||||
+ (long long)st.st_atime, ctime_r(&st.st_atime, a_time));
|
||||
|
||||
|
||||
/* check the stat on this file */
|
||||
@@ -60,10 +60,10 @@ static int gettime(const char * pUrl,
|
||||
return 1;
|
||||
}
|
||||
|
||||
- printf("LOCAL\n mtime:%lu/%s ctime:%lu/%s atime:%lu/%s\n",
|
||||
- st.st_mtime, ctime_r(&st.st_mtime, m_time),
|
||||
- st.st_ctime, ctime_r(&st.st_ctime, c_time),
|
||||
- st.st_atime, ctime_r(&st.st_atime, a_time));
|
||||
+ printf("LOCAL\n mtime:%lld/%s ctime:%lld/%s atime:%lld/%s\n",
|
||||
+ (long long)st.st_mtime, ctime_r(&st.st_mtime, m_time),
|
||||
+ (long long)st.st_ctime, ctime_r(&st.st_ctime, c_time),
|
||||
+ (long long)st.st_atime, ctime_r(&st.st_atime, a_time));
|
||||
|
||||
|
||||
return 0;
|
@ -1,35 +0,0 @@
|
||||
$OpenBSD: patch-examples_libsmbclient_teststat_c,v 1.1 2015/08/25 11:04:39 jca Exp $
|
||||
Use safe and generic approach for time_t.
|
||||
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9889
|
||||
--- examples/libsmbclient/teststat.c.orig Mon Apr 8 20:06:15 2013
|
||||
+++ examples/libsmbclient/teststat.c Mon Apr 8 20:08:46 2013
|
||||
@@ -47,10 +47,10 @@ int main(int argc, char * argv[])
|
||||
return 1;
|
||||
}
|
||||
|
||||
- printf("\nSAMBA\n mtime:%lu/%s ctime:%lu/%s atime:%lu/%s\n",
|
||||
- st.st_mtime, ctime_r(&st.st_mtime, m_time),
|
||||
- st.st_ctime, ctime_r(&st.st_ctime, c_time),
|
||||
- st.st_atime, ctime_r(&st.st_atime, a_time));
|
||||
+ printf("\nSAMBA\n mtime:%lld/%s ctime:%lld/%s atime:%llu/%s\n",
|
||||
+ (long long)st.st_mtime, ctime_r(&st.st_mtime, m_time),
|
||||
+ (long long)st.st_ctime, ctime_r(&st.st_ctime, c_time),
|
||||
+ (long long)st.st_atime, ctime_r(&st.st_atime, a_time));
|
||||
|
||||
if (pLocalPath != NULL)
|
||||
{
|
||||
@@ -60,10 +60,10 @@ int main(int argc, char * argv[])
|
||||
return 1;
|
||||
}
|
||||
|
||||
- printf("LOCAL\n mtime:%lu/%s ctime:%lu/%s atime:%lu/%s\n",
|
||||
- st.st_mtime, ctime_r(&st.st_mtime, m_time),
|
||||
- st.st_ctime, ctime_r(&st.st_ctime, c_time),
|
||||
- st.st_atime, ctime_r(&st.st_atime, a_time));
|
||||
+ printf("LOCAL\n mtime:%lld/%s ctime:%lld/%s atime:%lld/%s\n",
|
||||
+ (long long)st.st_mtime, ctime_r(&st.st_mtime, m_time),
|
||||
+ (long long)st.st_ctime, ctime_r(&st.st_ctime, c_time),
|
||||
+ (long long)st.st_atime, ctime_r(&st.st_atime, a_time));
|
||||
}
|
||||
|
||||
return 0;
|
@ -1,35 +0,0 @@
|
||||
$OpenBSD: patch-examples_libsmbclient_testutime_c,v 1.1 2015/08/25 11:04:39 jca Exp $
|
||||
Use safe and generic approach for time_t.
|
||||
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9889
|
||||
--- examples/libsmbclient/testutime.c.orig Mon Apr 8 20:45:07 2013
|
||||
+++ examples/libsmbclient/testutime.c Mon Apr 8 20:45:33 2013
|
||||
@@ -47,10 +47,10 @@ int main(int argc, char * argv[])
|
||||
return 1;
|
||||
}
|
||||
|
||||
- printf("Before\n mtime:%lu/%s ctime:%lu/%s atime:%lu/%s\n",
|
||||
- st.st_mtime, ctime_r(&st.st_mtime, m_time),
|
||||
- st.st_ctime, ctime_r(&st.st_ctime, c_time),
|
||||
- st.st_atime, ctime_r(&st.st_atime, a_time));
|
||||
+ printf("Before\n mtime:%lld/%s ctime:%lld/%s atime:%lld/%s\n",
|
||||
+ (long long)st.st_mtime, ctime_r(&st.st_mtime, m_time),
|
||||
+ (long long)st.st_ctime, ctime_r(&st.st_ctime, c_time),
|
||||
+ (long long)st.st_atime, ctime_r(&st.st_atime, a_time));
|
||||
|
||||
utimbuf.actime = t; /* unchangable (wont change) */
|
||||
utimbuf.modtime = t; /* this one should succeed */
|
||||
@@ -66,10 +66,10 @@ int main(int argc, char * argv[])
|
||||
return 1;
|
||||
}
|
||||
|
||||
- printf("After\n mtime:%lu/%s ctime:%lu/%s atime:%lu/%s\n",
|
||||
- st.st_mtime, ctime_r(&st.st_mtime, m_time),
|
||||
- st.st_ctime, ctime_r(&st.st_ctime, c_time),
|
||||
- st.st_atime, ctime_r(&st.st_atime, a_time));
|
||||
+ printf("After\n mtime:%lld/%s ctime:%lld/%s atime:%lld/%s\n",
|
||||
+ (long long)st.st_mtime, ctime_r(&st.st_mtime, m_time),
|
||||
+ (long long)st.st_ctime, ctime_r(&st.st_ctime, c_time),
|
||||
+ (long long)st.st_atime, ctime_r(&st.st_atime, a_time));
|
||||
|
||||
return 0;
|
||||
}
|
@ -1,20 +1,20 @@
|
||||
$OpenBSD: patch-lib_ldb_wscript,v 1.4 2016/04/12 17:42:09 jca Exp $
|
||||
$OpenBSD: patch-lib_ldb_wscript,v 1.5 2016/04/22 11:48:36 jca Exp $
|
||||
|
||||
1. Force building standalone library (e.g., put headers in appropriate place).
|
||||
|
||||
2. Use -Wl,no-undefined as on other platforms.
|
||||
|
||||
--- lib/ldb/wscript.orig Thu Dec 10 10:23:28 2015
|
||||
+++ lib/ldb/wscript Sun Apr 10 19:38:17 2016
|
||||
@@ -54,6 +54,7 @@ def configure(conf):
|
||||
--- lib/ldb/wscript.orig Wed Apr 13 17:18:37 2016
|
||||
+++ lib/ldb/wscript Wed Apr 13 17:18:37 2016
|
||||
@@ -53,6 +53,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:
|
||||
if conf.CHECK_BUNDLED_SYSTEM_PKG('pyldb-util', minversion=SYSTEM_VERSION,
|
||||
@@ -74,8 +75,7 @@ def configure(conf):
|
||||
if conf.CHECK_BUNDLED_SYSTEM_PKG('pyldb-util', minversion=VERSION,
|
||||
@@ -73,8 +74,7 @@ def configure(conf):
|
||||
|
||||
# we don't want any libraries or modules to rely on runtime
|
||||
# resolution of symbols
|
||||
|
@ -1,13 +1,13 @@
|
||||
$OpenBSD: patch-lib_replace_wscript,v 1.2 2016/04/12 17:42:09 jca Exp $
|
||||
$OpenBSD: patch-lib_replace_wscript,v 1.3 2016/04/22 11:48:36 jca Exp $
|
||||
|
||||
Fix __sync_fetch_and_add check so that it properly fails instead of
|
||||
succeeding erroneously (eg on hppa/mips64).
|
||||
|
||||
Also fix atomic_add_32 check so that it doesn't get picked up instead.
|
||||
|
||||
--- lib/replace/wscript.orig Tue Sep 8 15:45:25 2015
|
||||
+++ lib/replace/wscript Sun Apr 10 19:38:58 2016
|
||||
@@ -197,23 +197,15 @@ def configure(conf):
|
||||
--- lib/replace/wscript.orig Wed Apr 13 17:18:37 2016
|
||||
+++ lib/replace/wscript Wed Apr 13 17:18:37 2016
|
||||
@@ -202,23 +202,15 @@ def configure(conf):
|
||||
|
||||
# Check for atomic builtins. */
|
||||
conf.CHECK_CODE('''
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-python_samba_provision___init___py,v 1.2 2016/04/12 17:42:09 jca Exp $
|
||||
$OpenBSD: patch-python_samba_provision___init___py,v 1.3 2016/04/22 11:48:36 jca Exp $
|
||||
|
||||
- net/isc-bind group name
|
||||
|
||||
--- python/samba/provision/__init__.py.orig Tue Jul 21 11:47:49 2015
|
||||
+++ python/samba/provision/__init__.py Sun Apr 10 19:39:03 2016
|
||||
@@ -1966,7 +1966,7 @@ def provision(logger, session_info, smbconf=None,
|
||||
--- python/samba/provision/__init__.py.orig Wed Apr 13 17:18:37 2016
|
||||
+++ python/samba/provision/__init__.py Wed Apr 13 17:18:37 2016
|
||||
@@ -1965,7 +1965,7 @@ def provision(logger, session_info, smbconf=None,
|
||||
root_gid = pwd.getpwuid(root_uid).pw_gid
|
||||
|
||||
try:
|
||||
|
@ -1,11 +1,10 @@
|
||||
$OpenBSD: patch-source3_wscript,v 1.2 2016/04/12 17:42:09 jca Exp $
|
||||
$OpenBSD: patch-source3_wscript,v 1.3 2016/04/22 11:48:36 jca Exp $
|
||||
|
||||
- use more generic check for OpenBSD.
|
||||
- disable vfs_snapper.so to avoid a possibly useless dep on d-bus
|
||||
|
||||
--- source3/wscript.orig Mon Apr 11 19:08:44 2016
|
||||
+++ source3/wscript Mon Apr 11 21:32:23 2016
|
||||
@@ -74,7 +74,7 @@ def configure(conf):
|
||||
--- source3/wscript.orig Wed Apr 13 17:18:38 2016
|
||||
+++ source3/wscript Wed Apr 13 17:18:38 2016
|
||||
@@ -89,7 +89,7 @@ def configure(conf):
|
||||
conf.ADD_CFLAGS('-DDEVELOPER -DDEBUG_PASSWORD')
|
||||
conf.env.developer = True
|
||||
|
||||
@ -13,13 +12,4 @@ $OpenBSD: patch-source3_wscript,v 1.2 2016/04/12 17:42:09 jca Exp $
|
||||
+ if not sys.platform.startswith('openbsd'):
|
||||
conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True)
|
||||
|
||||
conf.CHECK_HEADERS('execinfo.h libexc.h libunwind.h netdb.h')
|
||||
@@ -1652,7 +1652,7 @@ main() {
|
||||
if conf.CONFIG_SET('HAVE_VXFS'):
|
||||
default_shared_modules.extend(TO_LIST('vfs_vxfs'))
|
||||
|
||||
- if conf.CONFIG_SET('HAVE_DBUS'):
|
||||
+ if False:
|
||||
default_shared_modules.extend(TO_LIST('vfs_snapper'))
|
||||
|
||||
explicit_shared_modules = TO_LIST(Options.options.shared_modules, delimiter=',')
|
||||
# We crash without vfs_default
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-source4_heimdal_build_wscript_build,v 1.1 2015/08/25 11:04:39 jca Exp $
|
||||
$OpenBSD: patch-source4_heimdal_build_wscript_build,v 1.2 2016/04/22 11:48:36 jca Exp $
|
||||
Make Samba4 WAF respect OpenBSD shared libraries versioning conventions.
|
||||
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9774
|
||||
--- source4/heimdal_build/wscript_build.orig Thu Dec 5 10:16:48 2013
|
||||
+++ source4/heimdal_build/wscript_build Wed Jun 17 13:28:09 2015
|
||||
--- source4/heimdal_build/wscript_build.orig Sun Apr 17 22:05:54 2016
|
||||
+++ source4/heimdal_build/wscript_build Sun Apr 17 22:27:32 2016
|
||||
@@ -243,6 +243,11 @@ def HEIMDAL_LIBRARY(libname, source, deps, vnum, versi
|
||||
|
||||
features = 'cc cshlib symlink_lib install_lib'
|
||||
features = 'c cshlib symlink_lib install_lib'
|
||||
|
||||
+ # OpenBSD-like library version handling
|
||||
+ osvnum = os.getenv('LIB' + bundled_name.replace('-', '_') + '_VERSION')
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-ldb,v 1.2 2016/04/12 17:42:09 jca Exp $
|
||||
@comment $OpenBSD: PLIST-ldb,v 1.3 2016/04/22 11:48:36 jca Exp $
|
||||
@bin bin/ldbadd
|
||||
@bin bin/ldbdel
|
||||
@bin bin/ldbedit
|
||||
@ -15,6 +15,9 @@ include/samba-4.0/pyldb.h
|
||||
@lib lib/libpyldb-util.so.${LIBpyldb-util_VERSION}
|
||||
lib/pkgconfig/ldb.pc
|
||||
lib/pkgconfig/pyldb-util.pc
|
||||
lib/python${MODPY_VERSION}/site-packages/_ldb_text.py
|
||||
lib/python${MODPY_VERSION}/site-packages/_ldb_text.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/_ldb_text.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/ldb.so
|
||||
lib/samba/ldb/
|
||||
lib/samba/libldb-cmdline-samba4.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.32 2016/04/12 17:42:09 jca Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.33 2016/04/22 11:48:36 jca Exp $
|
||||
@pkgpath net/samba,ldap,-main
|
||||
@pkgpath net/samba,ads,-main
|
||||
@pkgpath net/samba,,-main
|
||||
@ -30,9 +30,7 @@ bin/samba-tool
|
||||
@bin bin/smbget
|
||||
@bin bin/smbpasswd
|
||||
@bin bin/smbspool
|
||||
@bin bin/smbspool_krb5_wrapper
|
||||
@bin bin/smbstatus
|
||||
@bin bin/smbta-util
|
||||
bin/smbtar
|
||||
@bin bin/smbtorture
|
||||
@bin bin/smbtree
|
||||
@ -48,7 +46,6 @@ include/samba-4.0/core/werror.h
|
||||
include/samba-4.0/credentials.h
|
||||
include/samba-4.0/dcerpc.h
|
||||
include/samba-4.0/dcerpc_server.h
|
||||
include/samba-4.0/dlinklist.h
|
||||
include/samba-4.0/domain_credentials.h
|
||||
include/samba-4.0/gen_ndr/
|
||||
include/samba-4.0/gen_ndr/atsvc.h
|
||||
@ -56,22 +53,15 @@ include/samba-4.0/gen_ndr/auth.h
|
||||
include/samba-4.0/gen_ndr/dcerpc.h
|
||||
include/samba-4.0/gen_ndr/drsblobs.h
|
||||
include/samba-4.0/gen_ndr/drsuapi.h
|
||||
include/samba-4.0/gen_ndr/epmapper.h
|
||||
include/samba-4.0/gen_ndr/krb5pac.h
|
||||
include/samba-4.0/gen_ndr/lsa.h
|
||||
include/samba-4.0/gen_ndr/mgmt.h
|
||||
include/samba-4.0/gen_ndr/misc.h
|
||||
include/samba-4.0/gen_ndr/nbt.h
|
||||
include/samba-4.0/gen_ndr/ndr_atsvc.h
|
||||
include/samba-4.0/gen_ndr/ndr_atsvc_c.h
|
||||
include/samba-4.0/gen_ndr/ndr_dcerpc.h
|
||||
include/samba-4.0/gen_ndr/ndr_drsblobs.h
|
||||
include/samba-4.0/gen_ndr/ndr_drsuapi.h
|
||||
include/samba-4.0/gen_ndr/ndr_epmapper.h
|
||||
include/samba-4.0/gen_ndr/ndr_epmapper_c.h
|
||||
include/samba-4.0/gen_ndr/ndr_krb5pac.h
|
||||
include/samba-4.0/gen_ndr/ndr_mgmt.h
|
||||
include/samba-4.0/gen_ndr/ndr_mgmt_c.h
|
||||
include/samba-4.0/gen_ndr/ndr_misc.h
|
||||
include/samba-4.0/gen_ndr/ndr_nbt.h
|
||||
include/samba-4.0/gen_ndr/ndr_samr.h
|
||||
@ -83,11 +73,6 @@ include/samba-4.0/gen_ndr/samr.h
|
||||
include/samba-4.0/gen_ndr/security.h
|
||||
include/samba-4.0/gen_ndr/server_id.h
|
||||
include/samba-4.0/gen_ndr/svcctl.h
|
||||
include/samba-4.0/gensec.h
|
||||
include/samba-4.0/ldap-util.h
|
||||
include/samba-4.0/ldap_errors.h
|
||||
include/samba-4.0/ldap_message.h
|
||||
include/samba-4.0/ldap_ndr.h
|
||||
include/samba-4.0/ldb_wrap.h
|
||||
include/samba-4.0/libsmbclient.h
|
||||
include/samba-4.0/lookup_sid.h
|
||||
@ -103,43 +88,18 @@ include/samba-4.0/netapi.h
|
||||
include/samba-4.0/param.h
|
||||
include/samba-4.0/passdb.h
|
||||
include/samba-4.0/policy.h
|
||||
include/samba-4.0/read_smb.h
|
||||
include/samba-4.0/registry.h
|
||||
include/samba-4.0/roles.h
|
||||
include/samba-4.0/rpc_common.h
|
||||
include/samba-4.0/samba/
|
||||
include/samba-4.0/samba/session.h
|
||||
include/samba-4.0/samba/version.h
|
||||
include/samba-4.0/samba_util.h
|
||||
include/samba-4.0/share.h
|
||||
include/samba-4.0/smb2.h
|
||||
include/samba-4.0/smb2_constants.h
|
||||
include/samba-4.0/smb2_create_blob.h
|
||||
include/samba-4.0/smb2_lease.h
|
||||
include/samba-4.0/smb2_lease_struct.h
|
||||
include/samba-4.0/smb2_signing.h
|
||||
include/samba-4.0/smb_cli.h
|
||||
include/samba-4.0/smb_cliraw.h
|
||||
include/samba-4.0/smb_common.h
|
||||
include/samba-4.0/smb_composite.h
|
||||
include/samba-4.0/smb_constants.h
|
||||
include/samba-4.0/smb_ldap.h
|
||||
include/samba-4.0/smb_raw.h
|
||||
include/samba-4.0/smb_raw_interfaces.h
|
||||
include/samba-4.0/smb_raw_signing.h
|
||||
include/samba-4.0/smb_raw_trans2.h
|
||||
include/samba-4.0/smb_request.h
|
||||
include/samba-4.0/smb_seal.h
|
||||
include/samba-4.0/smb_signing.h
|
||||
include/samba-4.0/smb_unix_ext.h
|
||||
include/samba-4.0/smb_util.h
|
||||
include/samba-4.0/smbconf.h
|
||||
include/samba-4.0/smbldap.h
|
||||
include/samba-4.0/tdr.h
|
||||
include/samba-4.0/torture.h
|
||||
include/samba-4.0/tsocket.h
|
||||
include/samba-4.0/tsocket_internal.h
|
||||
include/samba-4.0/tstream_smbXcli_np.h
|
||||
include/samba-4.0/util/
|
||||
include/samba-4.0/util/attr.h
|
||||
include/samba-4.0/util/blocking.h
|
||||
@ -163,50 +123,42 @@ include/samba-4.0/util/time.h
|
||||
include/samba-4.0/util/xfile.h
|
||||
include/samba-4.0/util_ldb.h
|
||||
include/samba-4.0/wbclient.h
|
||||
@lib lib/libdcerpc-atsvc.so.${LIBdcerpc-atsvc_VERSION}
|
||||
@lib lib/libdcerpc-binding.so.${LIBdcerpc-binding_VERSION}
|
||||
@lib lib/libdcerpc-samr.so.${LIBdcerpc-samr_VERSION}
|
||||
@lib lib/libdcerpc-server.so.${LIBdcerpc-server_VERSION}
|
||||
@lib lib/libdcerpc.so.${LIBdcerpc_VERSION}
|
||||
@lib lib/libgensec.so.${LIBgensec_VERSION}
|
||||
@lib lib/libndr-krb5pac.so.${LIBndr-krb5pac_VERSION}
|
||||
@lib lib/libndr-nbt.so.${LIBndr-nbt_VERSION}
|
||||
@lib lib/libndr-standard.so.${LIBndr-standard_VERSION}
|
||||
@lib lib/libndr.so.${LIBndr_VERSION}
|
||||
@lib lib/libnetapi.so.${LIBnetapi_VERSION}
|
||||
@lib lib/libregistry.so.${LIBregistry_VERSION}
|
||||
@lib lib/libsamba-credentials.so.${LIBsamba-credentials_VERSION}
|
||||
@lib lib/libsamba-errors.so.${LIBsamba-errors_VERSION}
|
||||
@lib lib/libsamba-hostconfig.so.${LIBsamba-hostconfig_VERSION}
|
||||
@lib lib/libsamba-passdb.so.${LIBsamba-passdb_VERSION}
|
||||
@lib lib/libsamba-policy.so.${LIBsamba-policy_VERSION}
|
||||
@lib lib/libsamba-util.so.${LIBsamba-util_VERSION}
|
||||
@lib lib/libsamdb.so.${LIBsamdb_VERSION}
|
||||
@lib lib/libsmbclient-raw.so.${LIBsmbclient-raw_VERSION}
|
||||
@lib lib/libsmbclient.so.${LIBsmbclient_VERSION}
|
||||
@lib lib/libsmbconf.so.${LIBsmbconf_VERSION}
|
||||
@lib lib/libsmbldap.so.${LIBsmbldap_VERSION}
|
||||
@lib lib/libtevent-unix-util.so.${LIBtevent-unix-util_VERSION}
|
||||
@lib lib/libtevent-util.so.${LIBtevent-util_VERSION}
|
||||
@lib lib/libtorture.so.${LIBtorture_VERSION}
|
||||
@lib lib/libwbclient.so.${LIBwbclient_VERSION}
|
||||
lib/pkgconfig/dcerpc.pc
|
||||
lib/pkgconfig/dcerpc_atsvc.pc
|
||||
lib/pkgconfig/dcerpc_samr.pc
|
||||
lib/pkgconfig/dcerpc_server.pc
|
||||
lib/pkgconfig/gensec.pc
|
||||
lib/pkgconfig/ndr.pc
|
||||
lib/pkgconfig/ndr_krb5pac.pc
|
||||
lib/pkgconfig/ndr_nbt.pc
|
||||
lib/pkgconfig/ndr_standard.pc
|
||||
lib/pkgconfig/netapi.pc
|
||||
lib/pkgconfig/registry.pc
|
||||
lib/pkgconfig/samba-credentials.pc
|
||||
lib/pkgconfig/samba-hostconfig.pc
|
||||
lib/pkgconfig/samba-policy.pc
|
||||
lib/pkgconfig/samba-util.pc
|
||||
lib/pkgconfig/samdb.pc
|
||||
lib/pkgconfig/smbclient-raw.pc
|
||||
lib/pkgconfig/smbclient.pc
|
||||
lib/pkgconfig/torture.pc
|
||||
lib/pkgconfig/wbclient.pc
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/__init__.py
|
||||
@ -267,6 +219,7 @@ 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.pyo
|
||||
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/gensec.so
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/getopt.py
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/getopt.pyc
|
||||
@ -375,9 +328,6 @@ lib/python${MODPY_VERSION}/site-packages/samba/netcmd/time.pyo
|
||||
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.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/netcmd/vampire.py
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/netcmd/vampire.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/netcmd/vampire.pyo
|
||||
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.pyo
|
||||
@ -398,6 +348,9 @@ 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.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/registry.so
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/remove_dc.py
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/remove_dc.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/remove_dc.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/samba3/
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/samba3/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/samba3/__init__.pyc
|
||||
@ -420,6 +373,9 @@ lib/python${MODPY_VERSION}/site-packages/samba/sites.py
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/sites.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/sites.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/smb.so
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/subnets.py
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/subnets.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/subnets.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/subunit/
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/subunit/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/subunit/__init__.pyc
|
||||
@ -460,6 +416,9 @@ lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/__init__.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/array.py
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/array.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/array.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/bare.py
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/bare.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/bare.pyo
|
||||
@ -472,6 +431,9 @@ lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/integer.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/misc.py
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/misc.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/dcerpc/misc.pyo
|
||||
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.pyo
|
||||
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.pyo
|
||||
@ -579,6 +541,9 @@ lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/ntacl.pyo
|
||||
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.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/sites.py
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/sites.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/sites.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/timecmd.py
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/timecmd.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/samba/tests/samba_tool/timecmd.pyo
|
||||
@ -666,8 +631,8 @@ lib/samba/ldb/aclread.so
|
||||
lib/samba/ldb/anr.so
|
||||
lib/samba/ldb/asq.so
|
||||
lib/samba/ldb/descriptor.so
|
||||
lib/samba/ldb/dns_notify.so
|
||||
lib/samba/ldb/dirsync.so
|
||||
lib/samba/ldb/dns_notify.so
|
||||
lib/samba/ldb/extended_dn_in.so
|
||||
lib/samba/ldb/extended_dn_out.so
|
||||
lib/samba/ldb/extended_dn_store.so
|
||||
@ -734,6 +699,7 @@ lib/samba/libcli-spoolss-samba4.so
|
||||
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/libdb-glue-samba4.so
|
||||
lib/samba/libdbwrap-samba4.so
|
||||
lib/samba/libdcerpc-samba-samba4.so
|
||||
@ -742,10 +708,10 @@ lib/samba/libdfs-server-ad-samba4.so
|
||||
lib/samba/libdlz-bind9-for-torture-samba4.so
|
||||
lib/samba/libdnsserver-common-samba4.so
|
||||
lib/samba/libdsdb-module-samba4.so
|
||||
lib/samba/liberrors-samba4.so
|
||||
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/libgse-samba4.so
|
||||
@lib lib/samba/libgssapi-samba4.so.${LIBgssapi-samba4_VERSION}
|
||||
@ -782,6 +748,7 @@ lib/samba/libpopt-samba3-samba4.so
|
||||
lib/samba/libposix-eadb-samba4.so
|
||||
lib/samba/libprinting-migrate-samba4.so
|
||||
lib/samba/libprocess-model-samba4.so
|
||||
lib/samba/libregistry-samba4.so
|
||||
@lib lib/samba/libroken-samba4.so.${LIBroken-samba4_VERSION}
|
||||
lib/samba/libsamba-cluster-support-samba4.so
|
||||
lib/samba/libsamba-debug-samba4.so
|
||||
@ -798,6 +765,7 @@ lib/samba/libserver-role-samba4.so
|
||||
lib/samba/libservice-samba4.so
|
||||
lib/samba/libshares-samba4.so
|
||||
lib/samba/libsmb-transport-samba4.so
|
||||
lib/samba/libsmbclient-raw-samba4.so
|
||||
lib/samba/libsmbd-base-samba4.so
|
||||
lib/samba/libsmbd-conn-samba4.so
|
||||
lib/samba/libsmbd-shim-samba4.so
|
||||
@ -809,6 +777,7 @@ lib/samba/libsys-rw-samba4.so
|
||||
lib/samba/libtalloc-report-samba4.so
|
||||
lib/samba/libtdb-wrap-samba4.so
|
||||
lib/samba/libtime-basic-samba4.so
|
||||
lib/samba/libtorture-samba4.so
|
||||
lib/samba/libtrusts-util-samba4.so
|
||||
lib/samba/libutil-cmdline-samba4.so
|
||||
lib/samba/libutil-reg-samba4.so
|
||||
@ -835,7 +804,6 @@ lib/samba/service/ldap.so
|
||||
lib/samba/service/nbtd.so
|
||||
lib/samba/service/ntp_signd.so
|
||||
lib/samba/service/s3fs.so
|
||||
lib/samba/service/smb.so
|
||||
lib/samba/service/web.so
|
||||
lib/samba/service/winbindd.so
|
||||
lib/samba/service/wrepl.so
|
||||
@ -859,16 +827,16 @@ lib/samba/vfs/full_audit.so
|
||||
lib/samba/vfs/linux_xfs_sgid.so
|
||||
lib/samba/vfs/media_harmony.so
|
||||
lib/samba/vfs/netatalk.so
|
||||
lib/samba/vfs/offline.so
|
||||
lib/samba/vfs/posix_eadb.so
|
||||
lib/samba/vfs/preopen.so
|
||||
lib/samba/vfs/readahead.so
|
||||
lib/samba/vfs/readonly.so
|
||||
lib/samba/vfs/recycle.so
|
||||
lib/samba/vfs/scannedonly.so
|
||||
lib/samba/vfs/shadow_copy.so
|
||||
lib/samba/vfs/shadow_copy2.so
|
||||
lib/samba/vfs/shell_snap.so
|
||||
lib/samba/vfs/smb_traffic_analyzer.so
|
||||
lib/samba/vfs/snapper.so
|
||||
lib/samba/vfs/streams_depot.so
|
||||
lib/samba/vfs/streams_xattr.so
|
||||
lib/samba/vfs/syncops.so
|
||||
@ -876,7 +844,6 @@ lib/samba/vfs/time_audit.so
|
||||
lib/samba/vfs/unityed_media.so
|
||||
lib/samba/vfs/worm.so
|
||||
lib/samba/vfs/xattr_tdb.so
|
||||
lib/security/pam_smbpass.so
|
||||
lib/security/pam_winbind.so
|
||||
lib/winbind_krb5_locator.so
|
||||
${P5SITE}/Parse/
|
||||
@ -911,6 +878,8 @@ ${P5SITE}/Parse/Pidl/Util.pm
|
||||
${P5SITE}/Parse/Pidl/Wireshark/
|
||||
${P5SITE}/Parse/Pidl/Wireshark/Conformance.pm
|
||||
${P5SITE}/Parse/Pidl/Wireshark/NDR.pm
|
||||
libexec/samba/
|
||||
@bin libexec/samba/smbspool_krb5_wrapper
|
||||
@man man/man1/dbwrap_tool.1
|
||||
@man man/man1/findsmb.1
|
||||
@man man/man1/gentest.1
|
||||
@ -954,6 +923,7 @@ ${P5SITE}/Parse/Pidl/Wireshark/NDR.pm
|
||||
@man man/man7/libsmbclient.7
|
||||
@man man/man7/samba.7
|
||||
@man man/man7/winbind_krb5_locator.7
|
||||
@man man/man8/cifsdd.8
|
||||
@man man/man8/eventlogadm.8
|
||||
@man man/man8/idmap_ad.8
|
||||
@man man/man8/idmap_autorid.8
|
||||
@ -975,7 +945,6 @@ ${P5SITE}/Parse/Pidl/Wireshark/NDR.pm
|
||||
@man man/man8/smbpasswd.8
|
||||
@man man/man8/smbspool.8
|
||||
@man man/man8/smbspool_krb5_wrapper.8
|
||||
@man man/man8/smbta-util.8
|
||||
@man man/man8/vfs_acl_tdb.8
|
||||
@man man/man8/vfs_acl_xattr.8
|
||||
@man man/man8/vfs_aio_fork.8
|
||||
@ -1001,16 +970,15 @@ ${P5SITE}/Parse/Pidl/Wireshark/NDR.pm
|
||||
@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_offline.8
|
||||
@man man/man8/vfs_prealloc.8
|
||||
@man man/man8/vfs_preopen.8
|
||||
@man man/man8/vfs_readahead.8
|
||||
@man man/man8/vfs_readonly.8
|
||||
@man man/man8/vfs_recycle.8
|
||||
@man man/man8/vfs_scannedonly.8
|
||||
@man man/man8/vfs_shadow_copy.8
|
||||
@man man/man8/vfs_shadow_copy2.8
|
||||
@man man/man8/vfs_shell_snap.8
|
||||
@man man/man8/vfs_smb_traffic_analyzer.8
|
||||
@man man/man8/vfs_snapper.8
|
||||
@man man/man8/vfs_streams_depot.8
|
||||
@man man/man8/vfs_streams_xattr.8
|
||||
|
Loading…
x
Reference in New Issue
Block a user