Displaying 4 results from an estimated 4 matches for "util_paths".
2020 Jun 30
2
[Announce] Samba 4.11.10 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.11 release series.
Changes since 4.11.9
--------------------
o Jeremy Allison <jra at samba.org>
* BUG 14374: Fix segfault when using SMBC_opendir_ctx() routine for share
folder that contains incorrect symbols in any file name.
o Ralph Boehme <slow at samba.org>
* BUG 14350:
2020 Jun 30
2
[Announce] Samba 4.11.10 Available for Download
Release Announcements
---------------------
This is the latest stable release of the Samba 4.11 release series.
Changes since 4.11.9
--------------------
o Jeremy Allison <jra at samba.org>
* BUG 14374: Fix segfault when using SMBC_opendir_ctx() routine for share
folder that contains incorrect symbols in any file name.
o Ralph Boehme <slow at samba.org>
* BUG 14350:
2020 Jun 30
0
[Announce] Samba 4.11.10 Available for Download
Compilation fails on FreeBSD due to NSS_BUFLEN_PASSWD not being defined. This simple patch ?fixes? that:
--- samba-4.11.10/lib/util/util_paths.c.ORIG 2020-06-30 19:33:05.577758000 +0200
+++ samba-4.11.10/lib/util/util_paths.c 2020-06-30 19:33:29.561225000 +0200
@@ -64,6 +64,10 @@
return get_dyn_SHLIBEXT();
}
+#ifndef NSS_BUFLEN_PASSWD
+#define NSS_BUFLEN_PASSWD 2048
+#endif
+
static char *get_user_home_dir(TALLOC_CTX *mem_c...
2020 Nov 01
0
4.13.1 make test failed
...sts/test_lib_util_modules
2>&1 | python3 /usr/src/samba-4.13.1/selftest/filter-subunit
--fail-on-empty --prefix="samba.unittests.lib_util_modules."
--suffix="(none)"
ERROR: Testsuite[samba.unittests.lib_util_modules]
REASON: Exit code was 1
== samba.unittests.util_paths ==
command: /usr/src/samba-4.13.1/bin/default/lib/util/test_util_paths 2>&1 |
python3 /usr/src/samba-4.13.1/selftest/filter-subunit --fail-on-empty
--prefix="samba.unittests.util_paths." --suffix="(none)"
expanded command: /usr/src/samba-4.13.1/bin/default/lib/util/tes...