samba-4.15.13+git.710.7032820fcd-150400.3.34.2<>,ep9|K6L+5*JWLZ-$M_ PDJ6Tj܁ < vR\B"GS>f&Ml(q.4(g<#x,4*ej: %[ME|YF"/6w`V9Վ l#ݴc9?z/E5QEA"}}mw#Q &)䢍3 =@쉄D}ݔu; 8֊4j=A}2kT ē.>LԔ?Ԅd# 1 c *; Qo\~T~ P~ L~ D~ 6~ 7P~9H~;~>M>~@|@B](^l8^t9b:t= >(?0@8B@FXGl~Hd~I\~XYZd[l\~]~^9bcldeflu~v;w~x~yEz+08>ԀCsamba4.15.13+git.710.7032820fcd150400.3.34.2A SMB/CIFS File, Print, and Authentication ServerSamba is a suite of programs that allows SMB/CIFS clients to use the Unix file space, printers, and authentication subsystem. The package named samba contains all programs that are needed to act as a server. The binaries expect the configuration file to be found in /etc/samba/smb.conf For a more detailed description of Samba, check the samba-doc package or the Samba.org Web page at https://www.Samba.org/ Please check https://en.openSUSE.org/Samba for general information on Samba as part of SUSE Linux Enterprise or openSUSE products, links to binary packages of the most current Samba version, and a bug reporting how to.eh04-ch1d)SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Networking/Sambahttps://www.samba.org/linuxx86_64getent group ntadmin >/dev/null || groupadd -g 71 -o -r ntadmin if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in nmb.service smb.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fiif testparm -s 2>&1 | grep "server schannel =" | grep -E "Auto|No" then echo "CVE-2020-1472(ZeroLogon):" echo "Please configure 'server schannel = yes'" echo "See https://bugzilla.samba.org/show_bug.cgi?id=14497" fi # bsc#1088574; bsc#1071090; bsc#1065551 if [ -f /usr/lib/systemd/system/smb.service ] && \ grep -qE '^ExecStart=.*smbd.*foreground.*no-process-group' /usr/lib/systemd/system/smb.service && \ [ -f /etc/sysconfig/samba ] && \ grep -q -- '-D' /etc/sysconfig/samba then echo using foreground execution for samba systemd units echo overwriting samba sysconfig to remove daemon related flags... sed -i 's/-D *//g' /etc/sysconfig/samba sed -i 's/-F *//g' /etc/sysconfig/samba fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in nmb.service smb.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create samba.conf || : PNAME=samba SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable nmb.service smb.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop nmb.service smb.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in nmb.service smb.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart nmb.service smb.service ) || : fi fi!!{7G'X::j:;(j*j:*::;0J p0*;(Z*JZ*[0Z: *0z:0l :Z c ~tOt]h@Z H GbL, JJ wA큤큤AAAAAA큤AAAAAAAAAAAAeeeeeeee6e6eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeCeBeAeCeBeCeDeDeDeDeDeDeDeDeDeDeDeDeDeDeDeDeEeEeDeEeEeEeEeEeEeEeEeEeEeEeEeEeEeEeEeFeFeFeFeeeeeeeeeeeeeeeeeeeeeeeeee08bd52e5b6d5482e2d5586000ddb890ca320ae32eb14254c23eec6714cd4d69eb4d13e3eb75df5d1ab808d3b04d12e9b811a32747a3d37b82a5788241140b053539974f34af2c2e54b78c8f5dee3acad0397f21fcebb289d3ddeb2302e265b97aee90adc8da807a083ced2c9fbbf464aac9088fce0b78074797ef6f10160a2d81b4e18fe848331be5c491e42c82a1225ff43ff5864d43b6122a8357d5f32adb36581de8f58bfa5d55dc28d86535a079a9f3baad96583dbc0cf2f4f5a9a16dceda35f78607445a95770b1d025fafa2d954377620bbd06e143326a1875f79360088d842d6efc69309c73d8276d9c9d1080c6e5f18e459b20605c87c6849f374f2504a2940379ab6c05d64c0970f1cfcdf87592d3c25fe0200ca00f8eef1b5f714a1920be1ee10f7f5343354a228316ef2d37f0751c8e4f3acc12a4f20b03b38fcded6998e26de31714a6705babf21511c0a9c160154b5d4cb2336a637b6137619c062bff958ae4deabe9dc7b8816660c4b2616e86a1a777fa4ea03930ea3fb35f1e8ead85345930ebe526c25588c7f1d36a59fdadf7bad146ae24552c69af553366f27a8b7f6e8ff4942c36f2b72d6ead7842a1b66dfd220e4b442a985e9441622f4962bb20ded103461ec5fc1d0bf5f0d0e11da89ae841f54b13fc0d7202aa2f0f059f6f356cf94ea0c02f9a802e6320092f869ce0bfe974fbfebc0999de1eb54e94dd82f5d4195a95a672d6e102905f7fbb8112b05198360cf454f85a944ce882c51e9f8e52ba423c32b75638af1f5b218925887c3405f73776879a67d082771bbf92b95bdb0f5f388fe6e58e98792073104b2accccebb09fe2eda50901621716f7c6d02aa6854168ab68852e160c259794b9abc8ffe7c289e8d8ab1f3f58aaff470baad0f7c2f8d06340b9dd6175ee64aa97177345739ef2639d3782bf9ccb3bcec455def6431bf2c4ca20f5fdf801481f8e055ad3cdabc3780add77df62804c63ec3c976d061f2a3724e2ac651a992757579dd75f5f5a603fb356a74c0097953edeccef3347ef535de63a9734c43f7b02b27b6d557c825e9e5337bc5e118796163ee25642ae46213111e7cf7d638c86d20d46c5e033ccac8eba39bf85299cfe79b04c4fd8a8014ce24057976366fc11bacf8cbdadd2f228fdf2fe29a203c6c1e00f92adaa9d0967dcbd4264dddb9b02764658008520e25e46e1d842182934c7045499ba3d751b39e77bb94c6198417afd1c2c50f7884db625c4111e56b08130070db45ec7f0273cdc26e2e6086927dd70b501dc72cd3883ace2a104ae7ee97bfe74f7741e1f39369b8ffe34db86d5c1c728c986efd795734c23eb64df4d136d60cf9269566919a10a7bffaf43a36a79ac2b25686d6854147ee2cc44445abc85cddad2e620a31b83cb471480db5e9f17a90daacf93109da200de4f32ef644db3e701e4bf13a0009502c9890b8a1e3bb49f3a3f304bd730854838827bda09736ce8d74671e2a9ad5b2a19ce5efa4c352c948d87ff5358b964878d5d41bfaa3c1fb7591e6827d76b0f4476a429b75096fe6ed2ee2f16cf600f95f25174c3429c5495459d80347fd8bc267d9e92406275f47cefa770980f5409c151a9a5d7130df0235f0e203bf301a27273b754502f2636785140aa39ff53e5c1074113e902b1ef82927ec0fc62a8f305cbe9e44b0834ace349c5ec83a3e0741af4d74ed3f8b9ae04883060f8204ad430167da55bc96feaea7dbb462bb70c39dfe77a82c34255b4ed5a124dfa697d4d71531266ca1969fca0172cceb88f48d595ccd624e5f44586fe42d701407a1dc34bda0e3ef8968718240dea37378d0ac7d271f53cfffc57687acc268fdb27cb2ecacae2d0098d5da95efb23aa866f85648ede01444a532d629876ecff64f3bcd48851a5e34f0a60287682b7912ac696456b8398c30fcedb712d476c3e25cac28ca58770b20f0b66f1bbfaec590050caf6c4f2dad3d5305732ff910c4b9819c4fcc4be5d939f670a76316879070f2d5d97cbe8665898faf4b4852f8dbeaa7b838ac1617e2f060974e668b1744422755ada1ef60a7aede4a1d1def8246f390e719186a93fb4045c8780e8192a72892d764168f8d0c44de86ad1ad0a67b141b48d93a1f00b701e58e33aa9cf296436bf6e3e440ab16d4fc0b1a9661929612ff37c2ce9b8219fe28cd0a10e292b0c8309460003f58bd7442023c4212512d83850a28dd8cc03ec26968d5c16a350b1835011e5a3cf9fa579bf6c5af035fd68442d669d01d844abf79f1ead51d8141eea355204b55976aa2f5a8b8903142ec4157248bc0b6b127e6c00f828dc69f53d763ed2043e0f5423b059b6c3c654842db926baeff68108e3a61cc5ae677ceedab88c7ffd36ed369b5f78f9e87cac29b32e97547678d76eb98d0f12ec87332fb49b60fdd152b67d5827041264521f80b92261dbcfe29b205bf7272afe084988f057ea6ad4afd8d9ce1805bc44dc6b53fde8cc83023a41612a43b7b7ba4b0edf38d88fe4c0daf3e35a23d869fbea0bb50ec1f87e9bef80fceb8dd7c942491a00616cd59705c0e2df68ee7b2caa39d580e239af94fa5875c3c3e3f564ad48c253f1d5a0b87b9cd5b892d4e4dc522cd756ccdc62ef43399e9eb2fe97989dbeb7178987f29cd18629901939aea7c479e4d7cacb62ca0579f784dea8a6b1662d47be7672ef8e7b5045fe85751c9c613f087492fc56e47155d7fa99cee0ca5c85cb29eef852ad8d32be57ada7376aac89fb174b1e591a56d1919c4eb59c19bfaaf815e3c69c448d3350f82950fa231ce65057cc5868fc8f639e250177351955cf2c8bdce620f6056ff776d3633b04e0d726891fce38e57f7724420d2a273ac2b8b219f53cfd151ad0fc2c232ad332f65354709724a06177b91cb6540f2d97c750e7ddfc2d15313ab4908d6d7e85b202bd8a64f8608879d9a694986d4484388adb81f187a446b1566cfc7fc001108fcccb5bd80a3dc8c8295d666abb3b234877ab4f66c3f6411ec41b4db07464da95dafe5e574fd5fe4ff2771d87535020f500e590ee442489fd9ad0d44e9531305dc92c5beb64ef44980fd34f6ef6d0e9e30fab8c32ac81cb1c5fe9ca264119017992af8834f33fa972a3a92e690fbc7e9239511047d7c96c7d099c12d519239ade759fcdf72b067f50d636377bf307f7d2b3ec64a38e84a83b29c5abb0d37b0b5fe76dc7ea9b21e9888092e9d93ad37d1ad9a09dad47ec0a0dbb59542df32b329d2365d8e2f289beaba8bfdfd24a02a799deae29fc5d82c45bb417e8a3205f95243be0dd4cc6a6a3db5a355eb5e44c6dcb16d65c7380d933d6102a44e630c35522de709018eecee21a0dbb545e5217bf0582e917eb8ed8149ecc7f46d8e395a5a974915564915a4b1bac3082d437f97b2c8f57f18995be47ffca6918d02d46331d028912fe79d03b1110d107ba5c590188690963e1dc897335bcd657c655d39a2e47a0b37c0bc866c0b8b9f3308fbf25fd0fc3abe832bae16ba09382a5047fdb2b54ae7025e755739a86bcc484add22f45ba30bb02d2a76552c8d1bd1d10c1e47e8699642aadc5be3fe6657a2d8b2d6913b252d2c17605fc15b6b18c437a55bc19e3de83745f49f2fed3cb38763f42ee49e2a08d57cd9619f86668192cd3b20603686745d9697b2f737f9e75d3d8bbd58bd2586323fa5939cddf7ae4b7400c8924a28dedfa2ec6ef5690715597c0e38989424762ee2f02a569490c9d42b3fea2148c7a3da59c887bbf257f8a5f0a0335d93915c7715ac933dfa3408e10a8bcaf873b1e89c32159e12aab8cd8123b7af9debe8bf43c2ae4bdcae11feafe89396b58f41f884ba06b6a24de85d441cc2487e60e6454c8eec6adaa8828ed88949b9943b66185082a7126118c0f1a5f793af2e6f3c4e01783234edafee64239a5e4783f721981503d6700e15ac836596043ed6a7c89f1dc8ee6d4fcc0a9f8c22bcc1d8e3c3f9e22e118ce1bbf2b42ba8b14d859bb213509bc3eb60930960d0670cd1276586f6fccaed577d343cf1b102d64ef0f0ddd262c5e7f1fda482cff3ad0574a49f94c025756f86912839640541760f04f56b7d9139a709833e28c7cd843cb2b28946a913cad4377a32720d7a886a65db6699ab51a0fa557c9afd3ebf2abdd3e1082681f053d712313823f77b70a66e4cd364d968d850e011295e69718a96625c7f84a09db45aaf868618ac38ef57633343576ad261ae38541c19a7c0c673125fc8a3479026219ec1163de36cf3fec7b60ba5dd1488ea800123ff60ccb03f7abe45c8816b7265d21b9a77318b87623fadf62dd1cb3304c5eb7f24da13c2e5c323aaa2bbad477b0e7936427d81ac9dc2cd841a64ed6a7c7f53cb15978981c98c186cb452e0cde0f5d100ca50a7840c0130c99d90497b85944a19379c6704cc96bd9b508c66576559a0c04f4968a4631f13ffa26c5ee91e1c8f1601d5be78b805caf4a41bf5c0761ef3e044a326446d852e0061fba668c55b9da7b929cd05d299df54f2fe5e38d3f6fb6d475d952ab0f52595d65a9a1ffdf1cd9370000c50b26f810c5b020476810b19030cfe7addac243727cde70c052f986d159664d07a84ee1202aa7e5e5c4a49b25c565fc6907c16b477b9585e5f70e6fef0942e7c0ded1431a0d6dfcfbca9521a1d1826b140f6728dc8c570ac55c09cbff2e523001fb0ffa8fbserviceservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootntadminntadminntadminntadminntadminntadminntadminntadminrootrootuserssamba-4.15.13+git.710.7032820fcd-150400.3.34.2.src.rpmconfig(samba)sambasamba(x86-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/getent/usr/bin/grep/usr/sbin/groupaddconfig(samba)coreutilsdiffutilsfillupgreplibCHARSET3-samba4.so()(64bit)libCHARSET3-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libMESSAGING-samba4.so()(64bit)libMESSAGING-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libauth4-samba4.so()(64bit)libauth4-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcli-cldap-samba4.so()(64bit)libcli-cldap-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libcli-nbt-samba4.so()(64bit)libcli-nbt-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libcmdline-contexts-samba4.so()(64bit)libcmdline-contexts-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libcommon-auth-samba4.so()(64bit)libcommon-auth-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdbwrap-samba4.so()(64bit)libdbwrap-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libdcerpc-binding.so.0()(64bit)libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit)libdcerpc-server-core.so.0()(64bit)libdcerpc-server-core.so.0(DCERPC_SERVER_CORE_0.0.1)(64bit)libevents-samba4.so()(64bit)libevents-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libgensec-samba4.so()(64bit)libgensec-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libgnutls.so.30(GNUTLS_3_6_3)(64bit)libgse-samba4.so()(64bit)libgse-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libiov-buf-samba4.so()(64bit)libiov-buf-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libmessages-dgm-samba4.so()(64bit)libmessages-dgm-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libmsghdr-samba4.so()(64bit)libmsghdr-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libndr-nbt.so.0()(64bit)libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit)libndr-samba-samba4.so()(64bit)libndr-samba-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libndr.so.2()(64bit)libndr.so.2(NDR_0.0.1)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libposix-eadb-samba4.so()(64bit)libposix-eadb-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libsamba-cluster-support-samba4.so()(64bit)libsamba-cluster-support-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libsamba-credentials.so.1()(64bit)libsamba-credentials.so.1(SAMBA_CREDENTIALS_1.0.0)(64bit)libsamba-debug-samba4.so()(64bit)libsamba-debug-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libsamba-errors.so.1()(64bit)libsamba-errors.so.1(SAMBA_ERRORS_1)(64bit)libsamba-hostconfig.so.0()(64bit)libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit)libsamba-passdb.so.0()(64bit)libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit)libsamba-security-samba4.so()(64bit)libsamba-security-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libsamba-util.so.0()(64bit)libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit)libsamba3-util-samba4.so()(64bit)libsamba3-util-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libserver-id-db-samba4.so()(64bit)libserver-id-db-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libsmbconf.so.0()(64bit)libsmbconf.so.0(SMBCONF_0.0.1)(64bit)libsmbd-base-samba4.so()(64bit)libsmbd-base-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb-wrap-samba4.so()(64bit)libtdb-wrap-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.2)(64bit)libtdb.so.1(TDB_1.2.5)(64bit)libtevent-util.so.0()(64bit)libtevent-util.so.0(TEVENT_UTIL_0.0.1)(64bit)libtevent.so.0()(64bit)libtevent.so.0(TEVENT_0.9.13)(64bit)libtevent.so.0(TEVENT_0.9.16)(64bit)libtevent.so.0(TEVENT_0.9.21)(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)liburing.so.1()(64bit)liburing.so.1(LIBURING_0.1)(64bit)liburing.so.1(LIBURING_0.4)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)libxattr-tdb-samba4.so()(64bit)libxattr-tdb-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_X86_64)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-clientsystem-user-nobody4.15.13+git.710.7032820fcd-150400.3.34.23.0.4-14.6.0-14.0-15.2-14.15.13+git.710.7032820fcd4.14.3e[J@e@d.@d-@d@dJc@cS@ccR@cctc5cM@b@b@b@ba@bascabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comscabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comddiss@suse.comnopower@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.dedimstar@opensuse.orgscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comscabrero@suse.deddiss@suse.comddiss@suse.comddiss@suse.comscabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.dedmulder@suse.comscabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comdmulder@suse.comscabrero@suse.denopower@suse.comddiss@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comddiss@suse.comddiss@suse.comnopower@suse.comnopower@suse.comddiss@suse.comnopower@suse.comdmulder@suse.comdmulder@suse.comddiss@suse.comscabrero@suse.dedmulder@suse.comddiss@suse.comnopower@suse.comjengelh@inai.dedmulder@suse.comscabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comdmulder@suse.comdmulder@suse.comjmcdonough@suse.comdmulder@suse.comscabrero@suse.dedmulder@suse.comscabrero@suse.dedmulder@suse.comdmulder@suse.comvcizek@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.dejmcdonough@suse.comscabrero@suse.deaaptel@suse.comjengelh@inai.dedimstar@opensuse.orgdmulder@suse.comjmcdonough@suse.comdavid.mulder@suse.comjmcdonough@suse.comaaptel@suse.comdmulder@suse.comscabrero@suse.comscabrero@suse.comkukuk@suse.dedavid.mulder@suse.comscabrero@suse.comrbrown@suse.comdmulder@suse.comscabrero@suse.comdimstar@opensuse.orgscabrero@suse.comaaptel@suse.comnopower@suse.comnopower@suse.comaaptel@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comddiss@suse.comnopower@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comdmulder@suse.comnopower@suse.comjmcdonough@suse.comaaptel@suse.comkukuk@suse.comkukuk@suse.denopower@suse.comaaptel@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comddiss@suse.comjmcdonough@suse.comddiss@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comtchvatal@suse.comlmuelle@suse.comnopower@suse.comcrrodriguez@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnoel.power@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.commpluskal@suse.comlmuelle@suse.comnopower@suse.deddiss@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.denopower@suse.delmuelle@suse.comnopower@suse.deddiss@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- Add "net offlinejoin composeodj" command; (bsc#1214076);- CVE-2023-4091: samba: Client can truncate file with read-only permissions; (bsc#1215904); (bso#15439). - CVE-2023-42669: samba: rpcecho, enabled and running in AD DC, allows blocking sleep on request; (bso#1215905); (bso#15474). - CVE-2023-4154: samba: dirsync allows SYSTEM access with only "GUID_DRS_GET_CHANGES" right, not "GUID_DRS_GET_ALL_CHANGES; (bsc#1215908); (bso#15424).- Move libcluster-samba4.so from samba-libs to samba-client-libs; (bsc#1213940);- secure channel faulty since Windows 10/11 update 07/2023; (bso#15418); (bsc#1213384).- CVE-2022-2127: lm_resp_len not checked properly in winbindd_pam_auth_crap_send; (bso#15072); (bsc#1213174). - CVE-2023-34966: Samba Spotlight mdssvc RPC Request Infinite Loop Denial-of-Service Vulnerability; (bso#15340); (bsc#1213173). - CVE-2023-34967: Samba Spotlight mdssvc RPC Request Type Confusion Denial-of-Service Vulnerability; (bso#15341); (bsc#1213172). - CVE-2023-34968: Spotlight server-side Share Path Disclosure; (bso#15388); (bsc#1213171).- CVE-2023-0922: Samba AD DC admin tool samba-tool sends passwords in cleartext; (bso#15315); (bsc#1209481). - CVE-2023-0225: Samba AD DC "dnsHostname" attribute can be deleted by unprivileged authenticated users; (bso#15276); (bsc#1209483). - CVE-2023-0614: samba: Access controlled AD LDAP attributes can be discovered; (bso#15270); (bsc#1209485).- Prevent use after free of messaging_ctdb_fde_ev structs; (bso#15293); (bsc#1207416).- CVE-2022-38023 Additional patches for the PDC role's netlogon server; (bso#15240); (bsc#1206504);- CVE-2021-20251: samba: Bad password count not incremented atomically; (bso#14611); (bsc#1206546).- Update to 4.15.13 * CVE-2022-37966 rc4-hmac Kerberos session keys issued to modern servers; (bso#15237); (bsc#1205385); * CVE-2022-37967 Kerberos constrained delegation ticket forgery possible against Samba AD DC; (bso#15231); (bsc#1205386); * CVE-2022-38023 RC4/HMAC-MD5 NetLogon Secure Channel is weak and should be avoided; (bso#15240); (bsc#1206504); * filter-subunit is inefficient with large numbers of knownfails; (bso#15258); * The KDC logic arround msDs-supportedEncryptionTypes differs from Windows; (bso#13135); * Windows 11 22H2 and Samba-AD 4.15 Kerberos login issue; (bso#15197); - Adjust the systemd drop-in file for named service; (bsc#1201689); * Paths are additive so do not repeat paths from named.service * Prefix the samba DLZ directory with "-" to ignore this path if it does not exists- Install a systemd drop-in file for named service to allow read/write access to the DLZ directory; (bsc#1201689);- Update to 4.15.12 * CVE-2022-42898: samba: heimdal: Samba buffer overflow vulnerabilities on 32-bit systems; (bso#15203); (bsc#1205126). - Update to 4.15.11 * Allow rebuild of Centos 8 images after move to vault for Samba 4.15; (bso#15193). * CVE-2022-3437: samba: Buffer overflow in Heimdal unwrap_des3(); (bso#15134); (bsc#1204254)- Update to 4.15.10 * Possible use after free of connection_struct when iterating smbd_server_connection->connections; (bso#15128); (bsc#1200102). * smbXsrv_connection_shutdown_send result leaked; (bso#15174). * Spotlight RPC service returns wrong response when Spotlight is disabled on a share; (bso#15086). * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * Missing SMB2-GETINFO access checks from MS-SMB2 3.3.5.20.1; (bso#15153). * assert failed: !is_named_stream(smb_fname)") at ../../lib/util/fault.c:197; (bso#15161). * Missing READ_LEASE break could cause data corruption; (bso#15148). * rpcclient can crash using setuserinfo(2); (bso#15124). * Samba fails to build with glibc 2.36 caused by including in libreplace; (bso#15132). * SMB1 negotiation can fail to handle connection errors; (bso#15152). * samba-tool domain join segfault when joining a samba ad domain; (bso#15078). - Update to 4.15.9 * CVE-2022-32742:SMB1 code does not correct verify SMB1write, SMB1write_and_close, SMB1write_and_unlock lengths; (bso#15085); (bsc#1201496). * CVE-2022-32746: samba: Use-after-free occurring in database audit logging; (bso#15009); (bso#15096); (bsc#1201490). * CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); * CVE-2022-32745: samba: ldb: AD users can crash the server process with an LDAP add or modify request; (bso#15008); (bso#15096); (bsc#1201492). * CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); * CVE-2022-32744: samba, ldb: AD users can forge password change requests for any user; (bso#15074); (bso#15047); (bsc#1201493).- CVE-2022-1615: Do not ignore errors in random number generation; (bso#15103); (bsc#1202976); - CVE-2022-32743: Implement validated dnsHostName write rights; (bso#14833); (bsc#1202803);- Fix Use after free when iterating smbd_server_connection->connections after tree disconnect failure; (bso#15128); (bsc#1200102).- CVE-2022-32746: samba: Use-after-free occurring in database audit logging; (bso#15009); (bso#15096); (bsc#1201490). - CVE-2022-32745: samba: ldb: AD users can crash the server process with an LDAP add or modify request; (bso#15008); (bso#15096); (bsc#1201492). - CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); - CVE-2022-32742:SMB1 code does not correct verify SMB1write, SMB1write_and_close, SMB1write_and_unlock lengths; (bso#15085); (bsc#1201496). - CVE-2022-32744: samba, ldb: AD users can forge password change requests for any user; (bso#15074); (bso#15047); (bsc#1201493).- Update to 4.15.8 * Use pathref fd instead of io fd in vfs_default_durable_cookie; (bso#15042); * Setting fruit:resource = stream in vfs_fruit causes a panic; (bso#15099); * Add support for bind 9.18; (bso#14986); * logging dsdb audit to specific files does not work; (bso#15076); * vfs_gpfs with vfs_shadowcopy2 fail to restore file if original file had been deleted; (bso#15069); * netgroups support removed; (bso#15087); (bsc#1199247); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); (bsc#1199734); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * smbclient commands del & deltree fail with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556); * vfs_gpfs recalls=no option prevents listing files; (bso#15055); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * Compile error in source3/utils/regedit_hexedit.c; (bso#15091); * ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link; (bso#15108); * smbd doesn't handle UPNs for looking up names; (bso#15054); * Out-by-4 error in smbd read reply max_send clamp; (bso#14443); - Move pdb backends from package samba-libs to package samba-client-libs and remove samba-libs requirement from samba-winbind; (bsc#1200964); (bsc#1198255); - Use the canonical realm name to refresh the Kerberos tickets; (bsc#1196224); (bso#14979);- Fix smbclient commands del & deltree failing with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556).- Revert NIS support removal; (bsc#1199247);- Use requires_eq macro to require the libldb2 version available at samba-dsdb-modules build time; (bsc#1199362);- Add missing samba-client requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.7 * Share and server swapped in smbget password prompt; (bso#14831); * Durable handles won't reconnect if the leased file is written to; (bso#15022); * rmdir silently fails if directory contains unreadable files and hide unreadable is yes; (bso#15023); * SMB2_CLOSE_FLAGS_FULL_INFORMATION fails to return information on renamed file handle; (bso#15038); * vfs_shadow_copy2 breaks "smbd async dosmode" sync fallback; (bso#14957); * shadow_copy2 fails listing snapshotted dirs with shadow:fixinodes; (bso#15035); * PAM Kerberos authentication incorrectly fails with a clock skew error; (bso#15046); * username map - samba erroneously applies unix group memberships to user account entries; (bso#15041); * NT_STATUS_ACCESS_DENIED translates into EPERM instead of EACCES in SMBC_server_internal; (bso#14983); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Crash of winbind on RODC; (bso#14641); * uncached logon on RODC always fails once; (bso#14865); * KVNO off by 100000; (bso#14951); * LDAP simple binds should honour "old password allowed period"; (bso#15001); * wbinfo -a doesn't work reliable with upn names; (bso#15003); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Uninitialized litemask in variable in vfs_gpfs module; (bso#15027); * Regression: create krb5 conf = yes doesn't work with a single KDC; (bso#15016);- Add provides to samba-client-libs package to fix upgrades from previous versions; (bsc#1197995);- Add missing samba-libs requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.6 * Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND; (bso#14169); * Samba does not response STATUS_INVALID_PARAMETER when opening 2 objects with same lease key; (bso#14737); * NT error code is not set when overwriting a file during rename in libsmbclient; (bso#14938); * Fix ldap simple bind with TLS auditing; (bso#14996); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); * Problem when winbind renews Kerberos; (bso#14979); (bsc#1196224); * pam_winbind will not allow gdm login if password about to expire; (bso#8691); * virusfilter_vfs_openat: Not scanned: Directory or special file; (bso#14971); * DFS fix for AIX broken; (bso#13631); * Solaris and AIX acl modules: wrong function arguments; (bso#14974); * Function aixacl_sys_acl_get_file not declared / coredump; (bso#7239); * Regression: Samba 4.15.2 on macOS segfaults intermittently during strcpy in tdbsam_getsampwnam; (bso#14900); * Fix a use-after-free in SMB1 server; (bso#14989); * smb2_signing_decrypt_pdu() may not decrypt with gnutls_aead_cipher_decrypt() from gnutls before 3.5.2; (bso#14968); * Changing the machine password against an RODC likely destroys the domain join; (bso#14984); * authsam_make_user_info_dc() steals memory from its struct ldb_message *msg argument; (bso#14993); * Use Heimdal 8.0 (pre) rather than an earlier snapshot; (bso#14995); * Samba autorid fails to map AD users if id rangesize fits in the id range only once; (bso#14967);- Fix mismatched version of libldb2; (bsc#1196788). - Drop obsolete SuSEfirewall2 service files.- Drop obsolete Samba fsrvp v0->v1 state upgrade functionality; (bsc#1080338).- Fix ntlm authentications with "winbind use default domain = yes"; (bso#13126); (bsc#1173429); (bsc#1196308).- Fix samba-ad-dc status warning notification message by disabling systemd notifications in bgqd; (bsc#1195896); (bso#14947).- libldb version mismatch in Samba dsdb component; (bsc#1118508);- Update to 4.15.5 * CVE-2021-44141: UNIX extensions in SMB1 disclose whether the outside target of a symlink exists; (bso#14911); (bsc#1193690). * CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module; (bso#14914); (bsc#1194859). * CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks; bso#14950); (bsc#1195048).- CVE-2021-44141: Information leak via symlinks of existance of files or directories outside of the exported share; (bso#14911); (bsc#1193690); - CVE-2021-44142: Out-of-bounds heap read/write vulnerability in VFS module vfs_fruit allows code execution; (bso#14914); (bsc#1194859); - CVE-2022-0336: Samba AD users with permission to write to an account can impersonate arbitrary services; (bso#14950); (bsc#1195048);- Update to 4.15.4 * Duplicate SMB file_ids leading to Windows client cache poisoning; (bso#14928); * Failed to parse NTLMv2_RESPONSE length 95 - Buffer Size Error - NT_STATUS_BUFFER_TOO_SMALL; (bso#14932); * kill_tcp_connections does not work; (bso#14934); * Can't connect to Windows shares not requiring authentication using KDE/Gnome; (bso#14935); * smbclient -L doesn't set "client max protocol" to NT1 before calling the "Reconnecting with SMB1 for workgroup listing" path; (bso#14939); * Cross device copy of the crossrename module always fails; (bso#14940); * symlinkat function from VFS cap module always fails with an error; (bso#14941); * Fix possible fsp pointer deference; (bso#14942); * Missing pop_sec_ctx() in error path inside close_directory(); (bso#14944); * "smbd --build-options" no longer works without an smb.conf file; (bso#14945);- Use pkgconfig(krb5) as dependency for the -devel package: allow OBS to pick the right flavor of krb5-devel (full vs mini). - Do not require the 'krb5' symbol by samba-client-libs: this package has an automatic dependency due to linkage on libgssapi_krb5.so.2. Automatic deps are always better. - Do not require the 'krb5' symbol from samba-libs: samba-libs requires samba-client-libs, which in turn requires krb5 libraries. Samba-libs itself has no need for krb5 (but get it indirectly anyway).- Reorganize libs packages. Split samba-libs into samba-client-libs, samba-libs, samba-winbind-libs and samba-ad-dc-libs, merging samba public libraries depending on internal samba libraries into these packages as there were dependency problems everytime one of these public libraries changed its version (bsc#1192684). The devel packages are merged into samba-devel. - Rename package samba-core-devel to samba-devel - Add python-rpm-macros to build requirements - Update the symlink create by samba-dsdb-modules to private samba ldb modules following libldb2 changes from /usr/lib64/ldb/samba to /usr/lib64/ldb2/modules/ldb/samba- Update to 4.15.3 * Recursive directory delete with veto files is broken in 4.15.0; (bso#14878); * A directory containing dangling symlinks cannot be deleted by SMB2 alone when they are the only entry in the directory; (bso#14879); * SIGSEGV in rmdir_internals/synthetic_pathref - dirfsp is used uninitialized in rmdir_internals(); (bso#14892); * MaxQueryDuration not honoured in Samba AD DC LDAP; (bso#14694); * The CVE-2020-25717 username map [script] advice has undesired side effects for the local nt token; (bso#14901); (bsc#1192849); * User with multiple spaces (eg FredNurk) become un-deletable; (bso#14902); * Avoid storing NTTIME_THAW (-2) as value on disk; (bso#14127); * smbXsrv_client_global record validation leads to crash if existing record points at non-existing process; (bso#14882); * Crash in vfs_fruit asking for fsp_get_io_fd() for an XATTR call; (bso#14890); * Samba process doesn't log to logfile; (bso#14897); * set_ea_dos_attribute() fallback calling get_file_handle_for_metadata() triggers locking.tdb assert; (bso#14907); * Kerberos authentication on standalone server in MIT realm broken; (bso#14922); * Segmentation fault when joining the domain; (bso#14923); * Support for ROLE_IPA_DC is incomplete; (bso#14903); * rpcclient cannot connect to ncacn_ip_tcp services anymore; (bso#14767); * winexe crashes since 4.15.0 after popt parsing; (bso#14893); * net ads status -P broken in a clustered environment; (bso#14908); * Memory leak if ioctl(FSCTL_VALIDATE_NEGOTIATE_INFO) fails before smbd_smb2_ioctl_send; (bso#14788); * winbindd doesn't start when "allow trusted domains" is off; (bso#14899); * smbclient login without password using '-N' fails with NT_STATUS_INVALID_PARAMETER on Samba AD DC; (bso#14883); * A schannel client incorrectly detects a downgrade connecting to an AES only server; (bso#14912); * Possible null pointer dereference in winbind; (bso#14921); * Fix -k legacy option for client tools like smbclient, rpcclient, net, etc.; (bso#14846); * Add Debian 11 CI bootstrap support; (bso#14872); * Crash in recycle_unlink_internal(); (bso#14888);- Fix dependency problem upgrading from libndr0 to libndr2 and from libsamba-credentials0 to libsamba-credentials1; (bsc#1192684);- Fix regression introduced by CVE-2020-25717 patches, winbindd does not start when 'allow trusted domains' is off; (bso#14899); - Update to 4.15.2 * CVE-2016-2124: SMB1 client connections can be downgraded to plaintext authentication; (bso#12444); (bsc#1014440); * CVE-2020-25717: A user on the domain can become root on domain members; (bso#14556); (bsc#1192284); * CVE-2020-25718: Samba AD DC did not correctly sandbox Kerberos tickets issued by an RODC; (bso#14558); (bsc#1192246); * CVE-2020-25719: Samba AD DC did not always rely on the SID and PAC in Kerberos tickets; (bso#14561); (bsc#1192247); * CVE-2020-25721: Kerberos acceptors need easy access to stable AD identifiers (eg objectSid); (bso#14557); (bsc#1192505); * CVE-2020-25722: Samba AD DC did not do suffienct access and conformance checking of data stored; (bso#14564); (bsc#1192283); * CVE-2021-3738: Use after free in Samba AD DC RPC server; (bso#14468); (bsc#1192215); * CVE-2021-23192: Subsequent DCE/RPC fragment injection vulnerability; (bso#14875); (bsc#1192214); - Update to 4.15.1 * vfs_shadow_copy2: core dump in make_relative_path; (bso#14682); * Log clutter from filename_convert_internal; (bso#14685); * MacOSX compilation fixes; (bso#14862); * rodc_rwdc test flaps; (bso#14868); * Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal; (bso#14642); * Python ldb.msg_diff() memory handling failure; (bso#14836); * "in" operator on ldb.Message is case sensitive; (bso#14845); * Release LDB 2.4.1 for Samba 4.15.1; (bso#14848); * samldb_krbtgtnumber_available() looks for incorrect string; (bso#14854); * Fix Samba support for UF_NO_AUTH_DATA_REQUIRED; (bso#14871); * Allow special chars like "@" in samAccountName when generating the salt; (bso#14874); * Correctly ignore comments in CTDB public addresses file; (bso#14826); * Fix transit path validation; (bso#12998); * Fix that child winbindd logs to log.winbindd instead of log.wb-; (bso#14852); * SMB3 cancel requests should only include the MID together with AsyncID when AES-128-GMAC is used; (bso#14855); * Prepare to operate with MIT krb5 >= 1.20; (bso#14870); * Heimdal prefers RC4 over AES for machine accounts; (bso#14864);- Enable samba-tool without ad dc.- Adjust spec to use pam macros; (bsc#1191046).- Adjust spec for size * allow some Recommends instead Requires to be configured for cifs-utils, samba-libs-python3 & samba-gpupdate; (bsc#1182847). * remove fam, undocumented and unneeded.- Add missing build dependency on bison when building with the embedded Heimdal Kerberos- Update to 4.15.0 * Removed SMB development dialects SMB2_22, SMB2_24 and SMB3_10 * VFS layer modernized. * Add the ability to set allow/deny lists for zone transfer clients in Bind DLZ plugin * Server multi-channel support no longer experimental * Improved command line user experience, unifying the options in different commands * Winbindd no longer scans trusted domains on startup and will use enterprise principals by default. * The net utility is now able to support the offline domain join feature * New options for 'samba-tool dns zoneoptions' for aging control and to mark old records as static or dynamic * DNS tombstones are now deleted as appropriate and use a consistent timestamp format * The 'samba-tool dns update' command validates and rejects now malformed IPv4 and IPv6 addresses * The 'samba-tool domain backup' command correctly takes out locks against concurrent modification during backup when using the LMDB backend * TruACL support has been removed * NIS support has been removed- Fix 'net rpc' authentication when using the machine account; (bsc#1189017); (bso#14796);- Fix dependency problem upgrading from libndr0 to libndr1; (bsc#1189875); - Fix dependency problem upgrading from libsmbldap0 to libsmbldap2; (bsc#1189875); - Fix wrong kvno exported to keytab after net ads changetrustpw due to replication delay; (bsc#1188727); - Add Certificate Auto Enrollment Policy; (jsc#SLE-18456). - Update to 4.13.10 * s3: smbd: Ensure POSIX default ACL is mapped into returned Windows ACL for directory handles; (bso#14708); * Take a copy to make sure we don't reference free'd memory; (bso#14721); * s3: lib: Fix talloc heirarcy error in parent_smb_fname(); (bso#14722); * s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in change_file_owner_to_parent() error path; (bso#14736); * samba-tool: Give better error information when the 'domain backup restore' fails with a duplicate SID; (bso#14575); * smbd: Correctly initialize close timestamp fields; (bso#14714); * Spotlight RPC service doesn't work with vfs_glusterfs; (bso#14740); * ctdb: Fix a crash in run_proc_signal_handler(); (bso#14475); * gensec_krb5: Restore ipv6 support for kpasswd; (bso#14750); * smbXsrv_{open,session,tcon}: Protect smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records; (bso#14752); * samba-tool domain backup offline doesn't work against bind DLZ backend; (bso#14027); * netcmd: Use next_free_rid() function to calculate a SID for restoring a backup; (bso#14669); - Update to 4.13.9 * s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success; (bso#14696); * Add documentation for dsdb_group_audit and dsdb_group_json_audit to "log level", synchronise "log level" in smb.conf with the code; (bso#14689); * Fix smbd panic when two clients open same file; (bso#14672); * Fix memory leak in the RPC server; (bso#14675); * s3: smbd: Fix deferred renames; (bso#14679); * s3-iremotewinspool: Set the per-request memory context; (bso#14675); * rpc_server3: Fix a memleak for internal pipes; (bso#14675); * third_party: Update socket_wrapper to version 1.3.2; (bso#11899); * third_party: Update socket_wrapper to version 1.3.3; (bso#14639); * idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid conflict; (bso#14663); * Fix the build on OmniOS; (bso#14288); - Update to 4.13.8 * CVE-2021-20254: Fix buffer overrun in sids_to_unixids(); (bso#14571 - Update to 4.13.7 * Release with dependency on ldb version 2.2.1.- CVE-2021-20254 Buffer overrun in sids_to_unixids(); (bnc#14571); (bsc#1184677).- Fix offline domain backup not possible using lmdb version >= 0.9.26; (bso#14676); - Require libldb >= 2.2.1; (bsc#1183572); (bsc#1183574); - Update to 4.13.6 * CVE-2020-27840: samba: Unauthenticated remote heap corruption via bad DNs; (bso#14595); (bsc#1183572). * CVE-2021-20277: samba: out of bounds read in ldb_handler_fold; (bso#14655); (bsc#1183574). - Update to 4.13.5 * s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up failure; (bso#14634); * s3: libsmb: Add missing cli_tdis() in error path if encryption setup failed on temp proxy connection; (bso#13992); * smbd: In conn_force_tdis_done() when forcing a connection closed force a full reload of services; (bso#14604); * dbcheck: Check Deleted Objects and reduce noise in reports about expired tombstones (bso#14593); * s3: Fix fcntl waf configure check; (bso#14503); * s3/auth: Implement "winbind:ignore domains"; (bso#14602); * smbd: Use fsp->conn->session_info for the initial delete-on-close token; (bso#14617); * s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path; (bso#14648); * classicupgrade: Treat old never expires value right; (bso#14624); * g_lock: Fix uninitalized variable reads; (bso#14636); * s3:pysmbd: Fix fd leak in py_smbd_create_file(); (bso#13898); * lib:util: Avoid free'ing our own pointer; (bso#14625); * HEIMDAL: krb5_storage_free(NULL) should work; (bso#12505);- Spec file fixes around systemd and requires; (bsc#1182830); - Align systemd service unit files with upstream provided ones.- Update to 4.13.4 * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * lib: Avoid declaring zero-length VLAs in various messaging functions; (bso#14605); * Do not create an empty DB when accessing a sam.ldb; (bso#14579); * vfs_fruit may close wrong backend fd; (bso#14596); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * vfs_virusfilter: Allocate separate memory for config char*; (bso#14606); * vfs_fruit may close wrong backend fd; (bso#14596); * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * The cache directory for the user gencache should be created recursively; (bso#14601); * Be more flexible with repository names in CentOS 8 test environments; (bso#14594);- Uninstalling samba-client: Failed to disable unit, cifs.service does not exists; (bsc#1180388);- Update to 4.13.3 + libcli: smb2: Never print length if smb2_signing_key_valid() fails for crypto blob; (bso#14210); + s3: modules: gluster. Fix the error I made in preventing talloc leaks from a function; (bso#14486); + s3: smbd: Don't overwrite contents of fsp->aio_requests[0] with NULL via TALLOC_FREE(); (bso#14515); + s3: spoolss: Make parameters in call to user_ok_token() match all other uses; (bso#14568); + s3: smbd: Quiet log messages from usershares for an unknown share; (bso#14590); + samba process does not honor max log size; (bso#14248); + vfs_zfsacl: Add missing inherited flag on hidden "magic" everyone@ ACE; (bso#14587); + s3-libads: Pass timeout to open_socket_out in ms; (bso#13124); + s3-vfs_glusterfs: Always disable write-behind translator; (bso#14486); + smbclient: Fix recursive mget; (bso#14517); + clitar: Use do_list()'s recursion in clitar.c; (bso#14581); + manpages/vfs_glusterfs: Mention silent skipping of write-behind translator; (bso#14486); + vfs_shadow_copy2: Preserve all open flags assuming ROFS; (bso#14573); + interface: Fix if_index is not parsed correctly; (bso#14514);- Update to 4.13.2 + s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return; (bso#14486); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471); + smb.conf.5: Add clarification how configuration changes reflected by Samba; (bso#14538); + daemons: Report status to systemd even when running in foreground; (bso#14552); + DNS Resolver: Support both dnspython before and after 2.0.0; (bso#14553); + s3-vfs_glusterfs: Refuse connection when write-behind xlator is present; (bso#14486); + provision: Add support for BIND 9.16.x; (bso#14487); + ctdb-common: Avoid aliasing errors during code optimization; (bso#14537); + libndr: Avoid assigning duplicate versions to symbols; (bso#14541); + docs: Fix default value of spoolss:architecture; (bso#14522); + winbind: Fix a memleak; (bso#14388); + s4:dsdb:acl_read: Implement "List Object" mode feature; (bso#14531); + docs-xml/manpages: Add warning about write-behind translator for vfs_glusterfs; (bso#14486); + nsswitch/nsstest.c: Avoid nss function conflicts with glibc nss.h. + vfs_shadow_copy2: Avoid closing snapsdir twice; (bso#14530); + third_party: Update resolv_wrapper to version 1.1.7; (bso#14547); + examples:auth: Do not install example plugin; (bso#14550); + ctdb-recoverd: Drop unnecessary and broken code; (bso#14513); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471);- Adjust smbcacls '--propagate-inheritance' feature to align with upstream; (bsc#1178469).- Update to samba 4.13.1 + CVE-2020-14383: An authenticated user can crash the DCE/RPC DNS with easily crafted records; (bsc#1177613); (bso#14472); + CVE-2020-14323: Unprivileged user can crash winbind; (bsc#1173994); (bso#14436); + CVE-2020-14318: Missing handle permissions check in SMB1/2/3 ChangeNotify; (bsc#1173902); (bso#14434); - Adjust systemd tmpfiles.d configuration, use /run/samba instead of /var/run/samba; (bsc#1177355);- Fix vfs_ceph query_directory regression; (bso#14519) - Drop liburing-devel for SLE15-SP2; (bsc#1177245)- Register CTDB recovery lock holder with ceph-mgr - Add liburing-devel dependency- Update to samba 4.13.0 + Require Python 3.6 + Move wide links functionality into VFS module + Deprecate NT4-like 'classic' Samba domain controllers + Deprecate SMBv1 only protocol options + Remove deprecated "ldap ssl ads" option + Unify asynchronous DCE-RPC server; (jsc#SES-645) + Replay multichannel lease break requests; (bso#11897); (jsc#SES-655) + Drop internal byteorder.h header from util-devel package + Remove final code for the AD DC LDAP backend + Add AD DC Group Policy Scripts + Only use gnutls_aead_cipher_encryptv2() for GnuTLS > 3.6.14; (bso#14399) + Fix %U substitutions if it contains a domain name; (bso#14467) + Fix krb5.conf creation for 'net ads join'; (bso#14479) + Fix build problem if libbsd-dev is not installed; (bso#14482) + Toggle vfs_snapper using "--with-shared-modules"; (bso#14437) + Fix idmap_ad RFC4511 response handling; (bso#14465) + Fix panic in get_lease_type(); (bso#14428)- Update to samba 4.11.13 + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Protect netr_ServerPasswordSet2 against unencrypted passwords; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Support "server require schannel:WORKSTATION$ = no" about unsecure configurations; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s4 torture rpc: repeated bytes in client challenge; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): libcli/auth: Reject weak client challenges in netlogon_creds_server_init() "server require schannel:WORKSTATION$ = no"; (bsc#1176579); (bso#14497); - Update to samba 4.11.12 + s3: libsmb: Fix SMB2 client rename bug to a Windows server; (bso#14403); + dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7; (bso#14424); + dbcheck: Allow a dangling forward link outside our known NCs; (bso#14450); + lib/debug: Set the correct default backend loglevel to MAX_DEBUG_LEVEL; (bso#14426); + s3:smbd: PANIC: assert failed in get_lease_type(); (bso#14428); + lib/util: do not install "test_util_paths"; (bso#14370); + lib:util: Fix smbclient -l basename dir; (bso#14345); + s3:smbd: PANIC: assert failed in get_lease_type(); (bso#14428); + util: Allow symlinks in directory_create_or_exist; (bso#14166); + docs: Fix documentation for require_membership_of of pam_winbind; (bso#14358); + s3:winbind:idmap_ad: Make failure to get attrnames for schema mode fatal; (bso#14425);- Add obsoletes to libsmbldap2 package to fix upgrades from previous versions; (bsc#1172810);- Fix net command unable to negotiate SMB2; (bsc#1174120);- Update to samba 4.11.11 + CVE-2020-10730: NULL de-reference in AD DC LDAP server when ASQ and VLV combined; (bso#14364); (bsc#1173159] + CVE-2020-10745: invalid DNS or NBT queries containing dots use several seconds of CPU each; (bso#14378); (bsc#1173160). + CVE-2020-10760: Use-after-free in AD DC Global Catalog LDAP server with paged_result or VLV; (bso#14402); (bsc#1173161) + CVE-2020-14303: Endless loop from empty UDP packet sent to AD DC nbt_server; (bso#14417); (bsc#1173359). - Update to samba 4.11.10 + Fix segfault when using SMBC_opendir_ctx() routine for share folder that contains incorrect symbols in any file name; (bso#14374). + vfs_shadow_copy2 doesn't fail case looking in snapdirseverywhere mode; (bso#14350) + ldb_ldap: Fix off-by-one increment in lldb_add_msg_attr; (bso#14413). + Malicous SMB1 server can crash libsmbclient; (bso#14366) + winbindd: Fix a use-after-free when winbind clients exit; (bso#14382) + ldb: Bump version to 2.0.11, LMDB databases can grow without bounds. (bso#14330) - Update to samba 4.11.9 + nmblib: Avoid undefined behaviour in handle_name_ptrs(); (bso#14242). + 'samba-tool group' commands do not handle group names with special chars correctly; (bso#14296). + smbd: avoid calling vfs_file_id_from_sbuf() if statinfo is not valid; (bso#14237). + Missing check for DMAPI offline status in async DOS attributes; (bso#14293). + smbd: Ignore set NTACL requests which contain S-1-5-88 NFS ACEs; (bso#14307). + vfs_recycle: Prevent flooding the log if we're called on non-existant paths; (bso#14316) + smbd mistakenly updates a file's write-time on close; (bso#14320). + RPC handles cannot be differentiated in source3 RPC server; (bso#14359). + librpc: Fix IDL for svcctl_ChangeServiceConfigW; (bso#14313). + nsswitch: Fix use-after-free causing segfault in _pam_delete_cred; (bso#14327). + Fix fruit:time machine max size on arm; (bso#13622) + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294). + ctdb: Fix a memleak; (bso#14348). + libsmb: Don't try to find posix stat info in SMBC_getatr(). + ctdb-tcp: Move free of inbound queue to TCP restart; (bso#14295); (bsc#1162680). + s3/librpc/crypto: Fix double free with unresolved credential cache; (bso#14344); (bsc#1169095) + s3:libads: Fix ads_get_upn(); (bso#14336). + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294) + Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680). + ctdb-recoverd: Avoid dereferencing NULL rec->nodemap; (bso#14324) - Update to samba 4.11.8 + CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ; (bso#14331); (bsc#1169850); + CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC; (bso#14334); (bsc#1169851); - Update to samba 4.11.7 + s3: lib: nmblib. Clean up and harden nmb packet processing; (bso#14239). + s3: VFS: full_audit. Use system session_info if called from a temporary share definition; (bso#14283) + dsdb: Correctly handle memory in objectclass_attrs; (bso#14258). + ldb: version 2.0.9, Samba 4.11 and later give incorrect results for SCOPE_ONE searches; (bso#14270) + auth: Fix CIDs 1458418 and 1458420 Null pointer dereferences; (bso#14247). + smbd: Handle EINTR from open(2) properly; (bso#14285) + winbind member (source3) fails local SAM auth with empty domain name; (bso#14247) + winbindd: Handling missing idmap in getgrgid(); (bso#14265). + lib:util: Log mkdir error on correct debug levels; (bso#14253). + wafsamba: Do not use 'rU' as the 'U' is deprecated in Python 3.9; (bso#14266). + ctdb-tcp: Make error handling for outbound connection consistent; (bso#14274). - Update to samba 4.11.6 + pygpo: Use correct method flags; (bso#14209). + vfs_ceph_snapshots: Fix root relative path handling; (bso#14216); (bsc#1141320). + Avoiding bad call flags with python 3.8, using METH_NOARGS instead of zero; (bso#14209). + source4/utils/oLschema2ldif: Include stdint.h before cmocka.h; (bso#14218). + docs-xml/winbindnssinfo: Clarify interaction with idmap_ad etc; (bso#14122). + smbd: Fix the build with clang; (bso#14251). + upgradedns: Ensure lmdb lock files linked; (bso#14199). + s3: VFS: glusterfs: Reset nlinks for symlink entries during readdir; (bso#14182). + smbc_stat() doesn't return the correct st_mode and also the uid/gid is not filled (SMBv1) file; (bso#14101). + librpc: Fix string length checking in ndr_pull_charset_to_null(); (bso#14219). + ctdb-scripts: Strip square brackets when gathering connection info; (bso#14227).- Add libnetapi-devel to baselibs conf, for wine usage; (bsc#1172307);- Installing: samba - samba-ad-dc.service does not exist and unit not found; (bsc#1171437);- Fix samba_winbind package is installing python3-base without python3 package; (bsc#1169521);- Require libldb2 >= 2.0.10 after security release.- CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC; (bso#14334); (bsc#1169851); - CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ; (bso#14331); (bsc#1169850);- Fix smbclient crash with double free (with unresolved krb5 credential cache); (bso#14344); (bsc#1169095).- Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680).- CTDB doesn't retry outgoing connections on bind (and some other) failures; (bso#14274); (bsc#1162680).- Revert: Allow idmap_rid to have primary group other than "Domain Users"; (bsc#1087931).- Fix nmbstatus not reporting detailed information about workgroups; (bsc#1159464); - Fix querying all names registered within broadcast area; (bso#8927);- Update to samab 4.11.5 + CVE-2019-14902: Replication of ACLs down subtree on AD Directory is not automatic; (bso#12497); (bsc#1160850). + CVE-2019-19344: Fix server crash with dns zone scavenging = yes; (bso#14050); (bsc#1160852). + CVE-2019-14907: server-side crash after charset conversion failure (eg during NTLMSSP processing); (bso#14208); (bsc#1160888). - Update to samba 4.11.4 + Ensure SMB1 cli_qpathinfo2() doesn't return an inode number; (bso#14161). + Ensure we don't call cli_RNetShareEnum() on an SMB1 connection; (bso#14174). + NT_STATUS_ACCESS_DENIED becomes EINVAL when using SMB2 in SMBC_opendir_ctx; (bso#14176). + SMB2 - Ensure we use the correct session_id if encrypting an interim response; (bso#14189). + Prevent smbd crash after invalid SMB1 negprot; (bso#14205). + printing: Fix %J substition; (bso#13745). + Remove now unneeded call to cmdline_messaging_context(); (bso#13925). + Fix incomplete conversion of former parametric options; (bso#14069). + Fix sync dosmode fallback in async dosmode codepath; (bso#14070). + vfs_fruit returns capped resource fork length; (bso#14171). + libnet_join: Add SPNs for additional-dns-hostnames entries; (bso#14116). + smbd: Increase a debug level; (bso#14211). + Prevent azure ad connect from reporting discovery errors reference-value-not-ldap-conformant; (bso#14153). + krb5_plugin: Fix developer build with newer heimdal system library; (bso#14179). + replace: Only link libnsl and libsocket if required; (bso#14168); + ctdb: Incoming queue can be orphaned causing communication; breakdown; (bso#14175). + ldb: Release ldb 2.0.8. Cross-compile will not take cross-answers or cross-execute; (bso#13846). + heimdal-build: Avoid hard-coded /usr/include/heimdal in asn1_compile-generated code; (bso#13856).- Fix Ceph snapshot root relative path handling; (bso#14216); (bsc#1141320).- Update to samba 4.11.3 + CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). + CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). - CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- Update to samba 4.11.2 + CVE-2019-10218: Client code can return filenames containing path separators; (bsc#1144902); (bso#14071). + CVE-2019-14833: Samba AD DC check password script does not receive the full password; (bso#12438). + CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040). - Fixes from 4.11.1 + Overlinking libreplace against librt and pthread against every binary or library causes issues; (bso#14140); + kpasswd fails when built with MIT Kerberos; (bso#14155); + Fix spnego fallback from kerberos to ntlmssp in smbd server; (bso#14106); + Stale file handle error when using mkstemp on a share; (bso#14137); + non-AES schannel broken; (bso#14134); + Joining Active Directory should not use SAMR to set the password; (bso#13884); + smbclient can blunder into the SMB1 specific cli_RNetShareEnum() call on an SMB2 connection; (bso#14152); + Deleted records can be resurrected during recovery; (bso#14147); + getpwnam and getpwuid need to return data for ID_TYPE_BOTH group; (bso#14141); + winbind does not list forest trusts with additional trust attributes; (bso#14130); + fault report points to outdated documentation; (bso#14139); + pam_winbind with krb5_auth or wbinfo -K doesn't work for users of trusted domains/forests; (bso#14124); + classicupgrade results in uncaught exception - a bytes-like object is required, not 'str'; (bso#14136); + pod2man is not longer required, stop checking at build time; (bso#14131); + Exit code of ctdb nodestatus should not be influenced by deleted nodes; (bso#14129); + username/password authentication doesn't work with CUPS and smbspool; (bso#14128); + smbc_readdirplus() is incompatible with smbc_telldir() and smbc_lseekdir(); (bso#14094);- CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040); (bsc#1154598); - CVE-2019-10218: Client code can return filenames containing path separators; (bso#14071); (bsc#1144902);- CVE-2019-14833: samba: Accent with "check script password" Samba AD DC check password script does not receive the full password; (bso#12438); (bsc#1154289).- Update to samba 4.11.0 + For details on all items see WHATSNEW.txt in samba-doc package + Python2 runtime support removed; python 3.4 or later required + Security improvements: - SMB1 disabled by default - lanman and plaintext authentication deprecated - winbind: PAM_AUTH and NTLM_AUTH events logged - GnuTLS 3.2 required; system FIPS mode setting honored + CephFS Snapshot integration, exposed as previous file versions + ctdb changes: - onnode -o option removed - ctdbd logs when using more than 90% of a CPU thread - CTDB_MONITOR_SWAP_USAGE variable removed + AD Domain controller improvements: - Upgrade AD databse format - BIND9_FLATFILE deprecated - default process model chagned to prefork - bind9 dns operation duration logging - Default schema updated to 2012_R2; function level is unchanged - many performance improvements + Configuration webserver support removed- Fix broken username/password authentication with CUPS and smbspool; (bsc#1152143); (bso#14128).- Fix auth problems when printing via smbspool backend with kerberos; (bnc#1148539); (bso#13832).- Update to samba 4.10.8 + CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267);- Fix build on newer systems by modifying samba.spec to use consistent non-relative paths for pammodules in configure line and specification of pam_winbind.so library to package.- Update to samba 4.10.7 + Unable to create or rename file/directory inside shares configured with vfs_glusterfs_fuse module; (bso#14010). + build: Allow build when '--disable-gnutls' is set; (bso#13844) + samba-tool: Add 'import samba.drs_utils' to fsmo.py; (bso#13973). + Fix 'Error 32 determining PSOs in system' message on old DB with FL upgrade; (bso#14008). + s4/libnet: Fix joining a Windows pre-2008R2 DC; (bso#14021) + join: Use a specific attribute order for the DsAddEntry nTDSDSA object; (bso#14046). + vfs_catia: Pass stat info to synthetic_smb_fname(); (bso#14015). + lookup_name: Allow own domain lookup when flags == 0; (bso#14091). + s4 librpc rpc pyrpc: Ensure tevent_context deleted last; (bso#13932). + DEBUGC and DEBUGADDC doesn't print into a class specific log file; (bso#13915). + Request to keep deprecated option "server schannel", VMWare Quickprep requires "auto"; (bso#13949). + dbcheck: Fallback to the default tombstoneLifetime of 180 days; (bso#13967). + dnsProperty fails to decode values from older Windows versions; (bso#13969). + samba-tool: Use only one LDAP modify for dns partition fsmo role transfer; (bso#13973). + third_party: Update waf to version 2.0.17; (bso#13960). + netcmd: Allow 'drs replicate --local' to create partitions; (bso#14051). + ctdb-config: Depend on /etc/ctdb/nodes file; (bso#14017).- CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267).- Prepare for use future use of kernel keyrings, modify /etc/pam.d/samba to include pam_keyinit.so; (bsc#1144059).- Update samba-winbind script to work with systemd; (bsc#1132739); - Drop samba dhcpcd hook scripts - Update to samba 4.10.6 + s3: winbind: Fix crash when invoking winbind idmap scripts; (bso#13956). + smbd does not correctly parse arguments passed to dfree and quota scripts; (bso#13964). + samba-tool dns: use bytes for inet_ntop; (bso#13965). + samba-tool domain provision: Fix --interactive module in python3; (bso#13828). + ldb_kv: Skip @ records early in a search full scan; (bso#13893). + docs: Improve documentation of "lanman auth" and "ntlm auth" connection; (bso#13981). + python/ntacls: Use correct "state directory" smb.conf option instead of "state dir"; (bso#14002). + registry: Add a missing include; (bso#13840). + Fix SMB guest authentication; (bso#13944). + AppleDouble conversion breaks Resourceforks; (bso#13958). + vfs_fruit makes direct use of syscalls like mmap() and pread(); (bso#13968). + s3:mdssvc: Fix flex compilation error; (bso#13987). + s3/vfs_glusterfs[_fuse]: Avoid using NAME_MAX directly; (bso#13872). + dsdb:samdb: schemainfo update with relax control; (bso#13799). + s3:util: Move static file_pload() function to lib/util; (bso#13964). + smbd: Fix a panic; (bso#13957). + ldap server: Generate correct referral schemes; (bso#12478). + s4 dsdb/repl_meta_data: fix use after free in dsdb_audit_add_ldb_value; (bso#13941). + s4 dsdb: Fix use after free in samldb_rename_search_base_callback; (bso#13942). + dsdb/repl: we need to replicate the whole schema before we can apply it; (bso#12204). + ldb: Release ldb 1.5.5; (bso#12478). + Schema replication fails if link crosses chunk boundary backwards; (bso#13713). + 'samba-tool domain schemaupgrade' uses relax control and skips the schemaInfo update provision; (bso#13799). + dsdb_audit: avoid printing "... remote host [Unknown] SID [(NULL SID)] ..."; (bso#13916). + python/ntacls: We only need security.SEC_STD_READ_CONTROL in order to get the ACL; (bso#13917). + s3:loadparm: Ensure to truncate FS Volume Label at multibyte boundary; (bso#13947). + Using Kerberos credentials to print using spoolss doesn't work; (bso#13939). + wafsamba: Use native waf timer; (bso#13998). + ctdb-scripts: Fix tcp_tw_recycle existence check; (bso#13984).- Update to samba-4.10.5 (including updates for 4.10.4, 4.10.3) + CVE-2019-12435 rpc/dns: Avoid NULL deference if zone not found in DnssrvOperation2; (bso#13922); (bsc#1137815). + CVE-2019-12436 dsdb/paged_results: Ignore successful results without messages; (bso#13951); (bsc#1137816). - Update to samba-4.10.4 + s3: SMB1: Don't allow recvfile on stream fsp's; (bso#13938). + py/provision: Fix for Python 2.6; (bso#13882). + netcmd: Fix 'passwordsettings --max-pwd-age' command; (bso#13873). + s3-libnet_join: 'net ads join' to child domain fails when using "-U admin@forestroot"; (bso#13861). + vfs_ceph: Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245). + vfs_ceph: Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). + ctdb-common: Avoid race between fd and signal events; (bso#13895). + ctdb-common: Fix memory leak in run_proc; (bso#13943). + lib: Initialize getline() arguments; (bso#13892). + winbind: Fix overlapping id ranges; (bco#13903). + lib util debug: Increase format buffer to 4KiB; (bso#13902). + nsswitch pam_winbind: Fix Asan use after free; (bso#13927). + s4 lib socket: Ensure address string owned by parent struct; (bso#13929). + s3 rpc_client: Fix Asan stack use after scope; (bso#13936). + s3:smbd: Handle IO_REPARSE_TAG_DFS in SMB_FIND_FILE_FULL_DIRECTORY_INFO; (bso#10097). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#10344). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#12845). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#13698). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#13796). + dbcheck: Fix the err_empty_attribute() check; (bso#13843). + vfs_snapper: Drop unneeded fstat handler; (bso#13858). + vfs_default: Fix vfswrap_offload_write_send() NT_STATUS_INVALID_VIEW_SIZE check; (bso#13862). + smb2_server: Grant all 8192 credits to clients; (bso#13863). + smbd: Implement SMB_FILE_NORMALIZED_NAME_INFORMATION handling; (bso#13919). + s3/vfs_glusterfs: Dynamically determine NAME_MAX; (bso#13872). + s3: modules: ceph: Use current working directory instead of share path; (bso#13918); (bsc#1134452). + winbind: Use domain name from lsa query for sid_to_name cache entry; (bso#13831). + memcache: Increase size of default memcache to 512k; (bso#13865). + docs: Update smbclient manpage for "--max-protocol"; (bso#13857). + s3:utils: If share is NULL in smbcacls, don't print it; (bso#13937). + s3:smbspool: Fix regression printing with Kerberos credentials; (bso#13939). + ctdb-scripts: CTDB restarts failed NFS RPC services by hand, which is incompatible with systemd; (bso#13860). + ctdb-daemon: Revert "We can not assume that just because we could complete a TCP handshake"; (bso#13888). + ctdb-daemon: Never use 0 as a client ID; (bso#13930). + ctdb-common: Fix memory leak; (bso#13943). + s3:debug: Enable logging for early startup failures; (bso#13904) - Update to samba-4.10.3 + CVE-2018-16860: Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum; (bso#13685); (bsc#1134024).- CVE-2019-12435: zone operations can crash rpc server; (bso#13922); (bsc#1137815).- Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). - Add ceph_snapshots VFS module; (jsc#SES-183).- Fix vfs_ceph realpath; (bso#13918); (bsc#1134452).- Update to samba-4.10.2: + CVE-2019-3870 (World writable files in Samba AD DC private/ dir); (bso#13834). + CVE-2019-3880 (Save registry file outside share as unprivileged user); (bso#13851). + py/kcc_utils: py2.6 compatibility; (bso#13837). + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869). + regfio: Improve handling of malformed registry hive files; (bso#13840). + ctdb-version: Simplify version string usage; (bso#13789). + lib: Make fd_load work for non-regular files; (bso#13859). + dbcheck: in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816). + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818). + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854). + acl_read: Fix regression for empty lists; (bso#13836). + s4:dlz make b9_has_soa check dc=@ node; (bso#13841). + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832). + s4:librpc: Fix installation of Samba; (bso#13847). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853). * ctdb-build: Drop creation of .distversion in tarball; (bso#13789). * ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838). - Update to samba-4.10.1: + py/kcc_utils: py2.6 compatibility; (bso#13837); + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869); + regfio: Improve handling of malformed registry hive files; (bso#13840); + ctdb-version: Simplify version string usage; (bso#13789); + lib: Make fd_load work for non-regular files; (bso#13859); + dbcheck in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816); + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818); + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854); + acl_read: Fix regression for empty lists; (bso#13836); + s4:dlz make b9_has_soa check dc=@ node; (bso#13841); + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832); + s4:librpc: Fix installation of Samba; (bso#13847); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853); + ctdb-build: Drop creation of .distversion in tarball; (bso#13789); + ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838); - Update to samba-4.10.0: + s4-server: Open and close a transaction on sam.ldb at startup; (bso#13760); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s4/scripting/bin: Open unicode files with utf8 encoding and write + unicode string. + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + Fix idmap cache pollution with S-1-22- IDs on winbind hickup; (bso#13813); + passdb: Update ABI to 0.27.2. + lib/winbind_util: Add winbind_xid_to_sid for --without-winbind; (bso#13813); + lib:util: Move debug message for mkdir failing to log level 1; (bso#13823);- MacOS credit accounting breaks with async SESSION SETUP; (bsc#1125601); (bso#13796). - Mac OS X SMB2 implmenetation sees Input/output error or Resource temporarily unavailable and drops connection; (bso#13698)- Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245).- CVE-2019-3880: Save registry file outside share as unprivileged user; (bso#13851); (bsc#1131060 ).- CVE-2019-3870 pysmbd: missing restoration of original umask after umask(0); (bso#13834); (bsc#1130703);- Update to samba-4.9.5 + audit_logging: Remove debug log header and JSON Authentication: prefix; (bso#13714); + Fix upgrade from 4.7 (or earlier) to 4.9; (bso#13760); + s3: lib: nmbname: Ensure we limit the NetBIOS name correctly; (bso# CID: 1433607; (bso#11495); + smbd: uid: Don't crash if 'force group' is added to an existing share connection; (bso#13690); + s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code; (bso#13770); + s3: SMB1 POSIX mkdir does case insensitive name lookup; (bso#13803); + s3:utils/smbget fix recursive download with empty source directories; (bso#13199); + samba-tool drs showrepl: Do not crash if no dnsHostName found; (bso#13716); + s3:libsmb: cli_smb2_list() can sometimes fail initially on a connection; (bso#13736); + join: Throw CommandError instead of Exception for simple errors; (bso#13747); + ldb: Avoid inefficient one-level searches; (bso#13762); + s3: libsmb: use smb2cli_conn_max_trans_size() in cli_smb2_list(); (bso#13736); + tldap: Avoid use after free errors; (bso#13776); + Fix idmap xid2sid cache churn; (bso#13802); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s3-smbd: Avoid assuming fsp is always intact after close_file call; (bso#13720); + s3-vfs-fruit: Add close call; (bso#13725); + s3-smbd: Use fruit:model string for mDNS registration; (bso#13746); + s3-vfs: add glusterfs_fuse vfs module; (bso#13774); + printing: Check lp_load_printers() prior to pcap cache update; (bso#13766); + vfs_ceph: vfs_ceph strict_allocate_ftruncate calls (local FS) ftruncate and fallocate; (bso#13807); + lib/audit_logging: Actually create talloc; (bso#13737); + netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpg; (bso#13728); + dns: Changing onelevel search for wildcard to subtree; (bso#13738); + samba-tool: Don't print backtrace on simple DNS errors; (bso#13721); + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + ctdb: Print locks latency in machinereadable stats; (bso#13742); + messages_dgm: Messaging gets stuck when pids are recycled; (bso#13786); + audit_logging: auth_json_audit required auth_json; (bso#13715); + man pages: Document prefork process model; (bso#13765); + CVE-2019-3824 ldb: Release ldb 1.4.6; (bso#13773); + s3:auth: ignore create_builtin_guests() failing without a valid idmap configuration; (bso#13697); + s3:auth_winbind: Ignore a missing winbindd as NT4 PDC/BDC without trusts; (bso#13722); + s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not available; (bso#13723); + s4:server: Add support for 'smbcontrol samba shutdown' and 'smbcontrol debug/debuglevel'; (bso#13752); + Python: Ensure ldb.Dn can doesn't rencoded str with py2; (bso#13616); + vfs_glusterfs: Adapt to changes in libgfapi signatures; (bso#13330); + s3-vfs: Use ENOATTR in errno comparison for getxattr; (bso#13774); + notifyd: Fix SIGBUS on sparc; (bso#13704); + waf: Check for libnscd; (bso#13787); + s3:vfs: Correctly check if OFD locks should be enabled or not; (bso#13770); + lib/util: Count a trailing line that doesn't end in a newline; (bso#13717); + Recovery lock bug fixes; (bso#13800); + s3: net: Do not set NET_FLAGS_ANONYMOUS with -k; (bso#13726); + s3:libsmb: Honor disable_netbios option in smbsock_connect_send; (bso#13727); + vfs_fileid: Fix get_connectpath_ino; (bso#13741); + vfs_fileid: Fix fsname_norootdir algorithm; (bso#13744);- Fix vfs_ceph ftruncate and fallocate handling; (bso#13807); (bsc#1127153).- Fix update-apparmor-samba-profile script after apparmor switched to using named profiles. The change is backwards compatible; (bsc#1126377);- LoadParm().load_default() fails with "Unable to load default file"; (bsc#1089758);- Abide by load_printers smb.conf parameter; (bso#13766); (bsc#1124223);- Update to samba-4.9.4 + libcli/smb: Don't overwrite status code; (bso#9175). + wbinfo --group-info 'NT AUTHORITY\System' does not work; (bso#12164). + Session setup reauth fails to sign response; (bso#13661). + vfs_fruit: Validation of writes on AFP_AfpInfo stream; (bso#13677). + vfs_shadow_copy2: Nicely deal with attempts to open previous version for writing; (bso#13688). + Restoring previous version of stream with vfs_shadow_copy2 fails with NT_STATUS_OBJECT_NAME_INVALID fsp->base_fsp->fsp_name; (bso#13455). + CVE-2018-16853: Fix S4U2Self crash with MIT KDC build; (bso#13571). + s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs; (bso#13708) + PEP8: fix E231: missing whitespace after ','. + winbindd: Fix crash when taking profiles;(bso#13629) + CVE-2018-14629 dns: Fix CNAME loop prevention using counter regression; (bso#13600) + 'samba-tool user syscpasswords' fails on a domain with many DCs; (bso#13686). + CVE-2018-16853: Do not segfault if client is not set; (bso#13571). + lib:util: Fix DEBUGCLASS pointer initializiation; (bso#13679) + ctdb-daemon: Exit with error if a database directory does not exist; (bso#13696). + s3:libads: Add net ads leave keep-account option; (bso#13498).- Drop more %if..%endif guards which are idempotent. - Drop requires on ldconfig which are already auto-discovered. - Do not ignore errors from useradd/groupadd.- Remove python2 build dependency from samba-libs; (bsc#1116900);- Update update-apparmor-samba-profile script to ignore the shares's paths containing substitution variables in any place, not only at the beginning of the path.- Update to samba-4.9.3 + CVE-2018-14629: Unprivileged adding of CNAME record causing loop in AD Internal DNS server; (bso#13600); (bsc#1116319); + CVE-2018-16841: Double-free in Samba AD DC KDC with PKINIT; (bso#13628); (bsc#1116320); + CVE-2018-16851: NULL pointer de-reference in Samba AD DC LDAP server; (bso#13674); (bsc#1116322); + CVE-2018-16852: NULL pointer de-reference in Samba AD DC DNS servers; (bso#13669); (bsc#1116321); + CVE-2018-16853: Samba AD DC S4U2Self crash in experimental MIT Kerberos configuration (unsupported); (bso#13678); (bsc#1116324); + CVE-2018-16857: Bad password count in AD DC not always effective; window; (bso#13683); (bsc#1116323);- Update to samba-4.9.2 + dsdb: Add comments explaining the limitations of our current backlink behaviour; (bso#13418); + Fix problems running domain backups (handling SMBv2, sites); (bso#13621); + testparm: Fix crashes with PANIC: Messaging not initialized on SLES 12 SP3; (bso#13465); + Make vfs_fruit able to cleanup AppleDouble files; (bso#13642); + File saving issues with vfs_fruit on samba >= 4.8.5; (bso#13646); + Enabling vfs_fruit looses FinderInfo; (bso#13649); + Cancelling of SMB2 aio reads and writes returns wrong error NT_STATUS_INTERNAL_ERROR; (bso#13667); + Fix CTDB recovery record resurrection from inactive nodes and simplify vacuuming; (bso#13641); + examples: Fix the smb2mount build; (bso#13465); + libtevent: Fix build due to missing open_memstream on Illiumos; (bso#13629); + winbindd_cache: Fix timeout calculation for sid<->name cache; (bso#13662); + dsdb encrypted_secrets: Allow "ldb:// and "mdb://" in file path; (bso#13653); + Extended DN SID component missing for member after switching group membership; (bso#13418); + Return STATUS_SESSION_EXPIRED error encrypted, if the request was encrypted; (bso#13624); + python: Allow forced signing via smb.SMB(); (bso#13621); + lib:socket: If returning early, set ifaces; (bso#13665); + ldb: Bump ldb version to 1.4.3, Python: Ensure ldb.Dn can accept utf8 encoded unicode; (bso#13616); + smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attribute; (bso#13673); + waf: Add -fstack-clash-protection; (bso#13601); + winbind: Fix segfault if an invalid passdb backend is configured; (bso#13668); + Fix bugs in CTDB event handling; (bso#13659); + Misbehaving nodes are sometimes not banned; (bso#13670);- lib:socket: If returning early, set ifaces; (bso#13665); (bsc#1111373);- winbind requires latest version of libtevent-util0 to start- Backport latest gpo code from master + Read policy from local gpt cache + Offline policy application + Make group policy extensible via register/unregister gpext + gpext's run via a process_group_policy method- Enable profiling data collection- Change samba-kdc package name to samba-ad-dc - Move samba-ad-dc.service to the samba-ad-dc package- Update to samba-4.9.1 + s3: nmbd: Stop nmbd network announce storm; (bso#13620); + s3-rpcclient: Use spoolss_init_spoolss_UserLevel1 in winspool cmds; (bso#13597); + CTDB recovery lock has some race conditions; (bso#13617); + s3-rpc_client: Advertise Windows 7 client info; (bso#13597); + ctdb-doc: Remove PIDFILE option from ctdbd_wrapper man page; (bso#13610);- Tumbleweed doesn't define the sle_version macro, so we must include a check for suse_version also. Otherwise python3 is disabled on Tumbleweed.- Update to samba-4.9.0 + samba_dnsupdate: Honor 'dns zone scavenging' option, only update if needed; (bso#13605); + wafsamba: Fix 'make -j'; (bso#13606);- Update to samba-4.9.0rc5 + s3: VFS: vfs_full_audit: Ensure smb_fname_str_do_log() only returns absolute pathnames; (bso#13565); + s3: util: Do not take over stderr when there is no log file; (bso#13578); + Durable Reconnect fails because cookie.allow_reconnect is not set; (bso#13549); + krb5-samba: Interdomain trust uses different salt principal; (bso#13539); + vfs_fruit: Don't unlink the main file; (bso#13441); + smbd: Fix a memleak in async search ask sharemode; (bso#13602); + Fix Samba GPO issue when Trust is enabled; (bso#11517); + samba-tool: Add "virtualKerberosSalt" attribute to 'user getpassword/syncpasswords'; (bso#13539); + Fix CTDB configuration issues; (bso#13589); + ctdbd logs an error until it can successfully connect to eventd; (bso#13592);- Update to samba-4.9.0rc4 + s3: smbd: Ensure get_real_filename() copes with empty pathnames; (bso#13585); + samba domain backup online/rename commands force user to specify password on CLI; (bso#13566); + wafsamba/samba_abi: Always hide ABI symbols which must be local; (bso#13579); + Fix a panic if fruit_access_check detects a locking conflict; (bso#13584); + Fix memory and resource leaks; (bso#13567); + python: Fix print in dns_invalid.py; (bso#13580); + Aliasing issue causes incorrect IPv6 checksum; (bso#13588); + Fix CTDB configuration issues; (bso#13589); + s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_read_recv(); (bso#13568);- Add missing zlib-devel dependency which was previously pulled in by libopenssl-devel- Update to samba-4.9.0rc3+git.22.3fff23ae36e + CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from malicious servers; (bso#13453); + CVE-2018-1140: ldbsearch '(distinguishedName=abc)' and DNS query with escapes crashes, ldb: Release LDB 1.3.5 for CVE-2018-1140; (bso#13374); + CVE-2018-10918: cracknames: Fix DoS (NULL pointer de-ref) when not servicePrincipalName is set on a user; (bso#13552); + CVE-2018-10919: acl_read: Fix unauthorized attribute access via searches; (bso#13434); + ctdb_mutex_ceph_rados_helper: Set SIGINT signal handler; (bso#13540); + CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled via "ntlm auth"; (bso#13360); + s3-tldap: do not install test_tldap; (bso#13529); + ctdb_mutex_ceph_rados_helper: Fix deadlock via lock renewals; (bso#13540); + CVE-2018-1140 Add NULL check for ldb_dn_get_casefold() in ltdb_index_dn_attr(); (bso#13374); + ctdb-eventd: Fix CID 1438155; (bso#13554); + Fix CIDs 1438243, (Unchecked return value) 1438244 (Unsigned compared against 0), 1438245 (Dereference before null check) and 1438246 (Unchecked return value); (bso#13553); + ctdb: Fix a cut&paste error; (bso#13554); + systemd: Only start smb when network interfaces are up; (bso#13559); + Fix quotas don't work with SMB2; (bso#13553); + s3/smbd: Ensure quota code is only called when quota support detected; (bso#13563); + s3/libsmb: Explicitly set delete_on_close token for rmdir; (bso#13204); + s3:waf: Install eventlogadm to /usr/sbin; (bso#13561); + Shorten description in vfs_linux_xfs_sgid manual; (bso#13562);- Update to samba-4.9.0rc2+git.21.a1069afb007 + s3: smbd: Using "sendfile = yes" with SMB2 can cause CPU spin; (bso#13537); + s3: smbd: Fix path check in smbd_smb2_create_durable_lease_check(); (bso#13535); + samba-tool trust: Support discovery via netr_GetDcName; (bso#13538); + s4-dsdb: Only build dsdb Python modules for AD DC; (bso#13542); + Fix portability issues on freebsd; (bso#13520); + DNS wildcard search does not handle multiple labels correctly; (bso#13536); + samba-tool domain trust: Fix trust compatibility to Windows Server 1709 and FreeIPA; (bso#13308); + Fix portability issues on freebsd; (bso#13520); + ctdb-protocol: Fix CTDB compilation issues; (bso#13545); + ctdb-docs: Replace obsolete reference to CTDB_DEBUG_HUNG_SCRIPT option; (bso#13546); + ctdb-doc: Provide an example script for migrating old configuration; (bso#13550); + ctdb-event: Implement event tool "script list" command; (bso#13551);- Update to samba-4.8.4+git.37.a7a861d7982; + CVE-2018-1139: Weak authentication protocol allowed; (bsc#1095048); (bsc#13360); + CVE-2018-1140: Denial of Service Attack on DNS and LDAP server; (bsc#1095056); (bso#13466); (bso#13374); + CVE-2018-10858: Insufficient input validation on client directory listing in libsmbclient; (bsc#1103411); (bso#13453); + CVE-2018-10918: Denial of Service Attack on AD DC DRSUAPI server; (bsc#1103414); (bso#13552); + CVE-2018-10919: Confidential attribute disclosure from the AD LDAP server; (bsc#1095057); (bso#13434); + s3:winbind: winbind normalize names' doesn't work for users; (bso#12851); + winbind: Fix UPN handling in canonicalize_username(); (bso#13369); + s3: smbd: Fix SMB2-FLUSH against directories; (bso#13428); + samdb: Fix building Samba with gcc 8.1; (bso#13437); + s3:utils: Do not segfault on error in DoDNSUpdate(); (bso#13440); + smbd: Flush dfree memcache on service reload; (bso#13446); + ldb: Save a copy of the index result before calling the + lib/util: No Backtrace given by Samba's AD DC by default; (bso#13454). + s3: smbd: printing: Re-implement delete-on-close semantics for print files missing since 3.5.x; (bso#13457). + python: Fix talloc frame use in make_simple_acl(); (bso#13474). + krb5_wrap: Fix keep_old_entries logic for older Kerberos libraries;(bso#13478). + krb5_plugin: Add winbind localauth plugin for MIT Kerberos; (bso#13480).- Add missing package descriptions; (bsc#1093864); - Fix dependency issue between samba-python and samba-kdc; (bsc#1062876); - Call update-apparmor-samba-profile when running samba-ad-dc; (bsc#1092099);- Update to 4.8.2 + After update to 4.8.0 DC failed with "Failed to find our own NTDS Settings objectGUID" (bso#13335). + fix incorrect reporting of stream dos attributes on a directory (bso#13380). + vfs_ceph: add asynchronous fsync; fake synchronous call (bso#13412). + vfs_ceph: add fake async pwrite/pread send/recv hooks; (bso#13425) + vfs_ceph: Fix memory leak; (bso#13424). + libsmbclient: Fix hard-coded connection error return of ETIMEDOUT; (bso#13419). + s4-lsa: Fix use-after-free in LSA server; (bso#13420). + winbindd: Do re-connect if the RPC call fails in the passdb case; (bso#13430). + cleanupd: Sends MSG_SMB_UNLOCK twice to interested peers; (bso#13416). + cleanupd: Use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shutdown; (bso#13414). + ctdb-client: Remove ununsed functions from old client code; (bso#13411). + printing: Return the same error code as windows does on upload failures; (bso#13395). + nsswitch: Fix memory leak in winbind_open_pipe_sock() when the privileged pipe is not accessable; (bso#13400). + s4:lsa_lookup: remove TALLOC_FREE(state) after all dcesrv_lsa_Lookup{Names,Sids}_base_map() calls; (bso#13420). + rpc_server: Fix NetSessEnum with stale sessions; (bso#13407). + s3:smbspool: Fix cmdline argument handling; (bso#13417).- Move libdfs-server-ad-samba4.so library from kdc to libs package, as it is required by some client libs; (bsc#1074135); - Update to 4.8.1; (bsc#1091179); + s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here; (bso#13244); + s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(); (bso#13270); + Round-tripping ACL get/set through vfs_fruit will increase the number of ACE entries without limit; (bso#13319); + s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues; (bso#13347); + s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete access; (bso#13358); + s3: smbd: Fix memory leak in vfswrap_getwd(); (bso#13372); + s3: smbd: Unix extensions attempts to change wrong field in fchown call; (bso#13375); + ms_schema/samba-tool visualize: Fix python2.6 incompatibility; (bso#13337); + Fix invocation of gnutls_aead_cipher_encrypt(); (bso#13352); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + winbindd: Recover loss of netlogon secure channel in case the peer DC is rebooted; (bso#13332); + s3:smbd: Don't use the directory cache for SMB2/3; (bso#13363); + ctdb-client: Fix bugs in client code; (bso#13356); + ctdb-scripts: Drop "net serverid wipe" from 50.samba event script; (bso#13359); + s3: lib: messages: Don't use the result of sec_init() before calling sec_init(); (bso#13368); + libads: Fix the build '--without-ads'; (bso#13273); + winbind: Keep "force_reauth" in invalidate_cm_connection, add 'smbcontrol disconnect-dc'; (bso#13332); + vfs_virusfilter: Fix CIDs 1428738-1428740; (bso#13343); + dsdb: Fix CID 1034966 Uninitialized scalar variable; (bso#13367); + rpc_server: Fix core dump in dfsgetinfo; (bso#13370); + smbclient: Fix notify; (bso#13382); + Fix smbd panic if the client-supplied channel sequence number wraps; (bso#13215); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + lib/util: Remove unused '#include ' from tests/tfork.c; (bso#13342); + Fix build errors with cc from developerstudio 12.5 on Solaris; (bso#13343); + Fix the picky-developer build on FreeBSD 11; (bso#13344); + s3:modules: Fix the build of vfs_aixacl2.c; (bso#13345); + s3:smbd: map nterror on smb2_flush errorpath; (bso#13338); + lib:replace: Fix linking when libtirpc-devel overwrites system headers; (bso#13341); + winbindd: 'wbinfo --name-to-sid' returns misleading result on invalid query; (bso#13312); + s3:passdb: Do not return OK if we don't have pinfo set up; (bso#13376); + Allow AESNI to be used on all processor supporting AESNI; (bso#13302);- Use new foreground execution flags for systemd samba daemons; (bsc#1088574); (bsc#1071090); (bsc#1065551); + Add %post scriptlet to clear old sysconfig flags - Update vendor-files to commit 880b3e7. + Set samba sysconfig template variables to "" + Add required daemon flags directly to systemd unit- Specfile cleanup + Remove %if..%endif guards which don't affect the build + Remove redundant %clean section + Replace old $RPM_* shell vars with macros- BuildRequire pkgconfig(systemd) and pkgconfig(libsystemd) in place of systemd and systemd-devel: Allow OBS to optimize the workload by allowing the usage of the 'build-optimized' systemd packages.- Enable building samba with python3, and create a samba-python3 package.- Update to 4.8 + New GUID Index mode in sam.ldb for the AD DC + GPO support for samba KDC + Time machine support with vfs_fruit + Encrypted secrets + AD Replication visualization + Improved trust support - ability to not scan global trust list - AD external trusts have limited support - verbose trusted domain listing + VirusFilter VFS module + NT4-style replication removed + vfs_aio_linux removed- Disable samba-pidl package, due to the removal of dependency perl-Parse-Yapp; (bsc#1085150);- Update to 4.7.6; + CVE-2018-1050: DOS vulnerability when SPOOLSS is run externally; (bso#11343); (bsc#1081741); + CVE-2018-1057: Authenticated users can change other users' password; (bso#13272); (bsc#1081024).- Disable python until full python3 port is done; (bsc#1082139); + Remove contents of package samba-python + Remove contents of package libsamba-policy0 + Remove contents of package libsamba-policy-devel + Remove library libsamba-python-samba4.so from samba-libs package + Remove library libsamba-net-samba4.so from samba-libs package + Remove smbtorture binary and manpage from samba-test- samba fails to build with glibc2.27; (bsc#1081042);- Update to 4.7.5; (bsc#1080545); + smbd tries to release not leased oplock during oplock II downgrade; (bso#13193); + Fix copying file with empty FinderInfo from Windows client to Samba share with fruit; (bso#13181); + build: Deal with recent glibc sunrpc header removal; (bso#10976); + Make Samba work with tirpc and libnsl2; (bso#13238); + vfs_ceph: Add fs_capabilities hook to avoid local statvfs; (bso#13208); (bsc#1075206); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + ctdb-recovery-helper: Deregister message handler in error paths; (bso#13188); + samba: Only use async signal-safe functions in signal handler; (bso#13240); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + repl_meta_data: Fix linked attribute corruption on databases with unsorted links on expunge. dbcheck: Add functionality to fix the corrupt database; (bso#13228); + Fix smbd panic when chdir returns error during exit; (bso#13189); + Make Samba work with tirpc and libnsl2; (bso#13238); + Fix POSIX ACL support on HPUX and possibly other big-endian OSs; (bso#13176);- Update to 4.7.4; (bsc#1080545); + s3: smbclient: Implement 'volume' command over SMB2; (bso#13140); + s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv(); (bso#13171); + s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse point symlink on Windows from smbclient; (bso#13172); + Build man page for vfs_zfsacl.8 with Samba; (bso#12934); + repl_meta_data: Allow delete of an object with dangling backlinks; (bso#13095); + s4:samba: Fix default to be running samba as a deamon; (bso#13129); + Performance regression in DNS server with introduction of DNS wildcard, ldb: Release 1.2.3; (bso#13191); + vfs_zfsacl: Fix compilation error; (bso#6133); + "smb encrypt" setting changes are not fully applied until full smbd restart; (bso#13051); + winbindd: Fix idmap_rid dependency on trusted domain list; (bso#13052); + vfs_fruit: Proper VFS-stackable conversion of FinderInfo; (bso#13155); + winbindd: Dependency on trusted-domain list in winbindd in critical auth codepath; (bso#13173); + repl_meta_data: Fix removing of backlink on deleted objects; (bso#13120); + ctdb: sock_daemon leaks memory; (bso#13153); + TCP tickles not getting synchronised on CTDB restart; (bso#13154); + winbindd: winbind parent and child share a ctdb connection; (bso#13150); + pthreadpool: Fix deadlock; (bso#13170); + pthreadpool: Fix starvation after fork; (bso#13179); + messaging: Always register the unique id; (bso#13180); + s4/smbd: set the process group; (bso#13129); + Fix broken linked attribute handling; (bso#13095); + The KDC on an RWDC doesn't send error replies in some situations; (bso#13132); + libnet_join: Fix 'net rpc oldjoin'; (bso#13149); + g_lock conflict detection broken when processing stale entries; (bso#13195); + s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessions; (bso#13197); + s3:libads: net ads keytab list fails with "Key table name malformed"; (bso#13166); (bsc#1067700); + Fix crash in pthreadpool thread after failure from pthread_create; (bso#13170); + s4:samba: Allow samba daemon to run in foreground; (bso#13129); (bsc#1065551); + third_party: Link the aesni-intel library with "-z noexecstack"; (bso#13174); + vfs_glusterfs: include glusterfs/api/glfs.h without relying on "-I" options; (bso#13125);- Re-enable usage of libnsl (did got lost with glibc change) - Use TI-RPC (sunrpc is deprecated and will be removed soon from glibc)- smbc_opendir should not return EEXIST with invalid login credentials; (bnc#1065868).- Update to 4.7.3; (bsc#1069666); + Non-smbd processes using kernel oplocks can hang smbd; (bso#13121); + python: use communicate to fix Popen deadlock; (bso#13127); + smbd on disk file corruption bug under heavy threaded load; (bso#13130); + tevent: version 0.9.34; (bso#13130); + s3: smbd: Fix delete-on-close after smb2_find; (bso#13118); + CVE-2017-14746: s3: smbd: Fix SMB1 use-after-free crash bug; (bsc#1060427);(bso#13041); + CVE-2017-15275: s3: smbd: Chain code can return uninitialized memory when talloc buffer is grown; (bsc#1063008); (bso#13077); - Build with AD DC support only in openSUSE.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- samba-tool requires samba-python; (bnc#1067771).- Run all daemons in the foreground and let systemd handle it; (bsc#1065551). - Update to 4.7.1; + Fix exporting subdirs with shadow_copy2; (bso#13091); + Currently if getwd() fails after a chdir(), we panic; (bso#13027); + Ensure default SMB_VFS_GETWD() call can't return a partially completed struct smb_filename; (bso#13068); + sys_getwd() can leak memory or possibly return the wrong errno on older systems; (bso#13069); + smbclient doesn't correctly canonicalize all local names before use; (bso#13093); + Fix broken linked attribute handling; (bso#13095); + Missing LDAP query escapes in DNS rpc server; (bso#12994); + Link to -lbsd when building replace.c by hand; (bso#13087); + Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem; (bso#6133); + Map SYNCHRONIZE acl permission statically in zfs_acl vfs module; (bso#7909); + Samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xattr module; (bso#7933); + Missing assignment in sl_pack_float; (bso#12991); + Wrong Samba access checks when changing DOS attributes; (bso#12995); + samba_runcmd_send() leaves zombie processes on timeout; (bso#13062); + groupmap cleanup should not delete BUILTIN mappings; (bso#13065); + Enabling vfs_fruit results in loss of Finder tags and other xattrs; (bso#13076); + man pages: Properly ident lists; (bso#9613); + smb.conf.5: Sort parameters alphabetically; (bso#13081); + Fix GUID string format on GetPrinter info; (bso#12993); + Remote serverid check doesn't check for the unique id; (bso#13042); + CTDB starts consuming memory if there are dead nodes in the cluster; (bso#13056); + ctdb-common: Ignore event scripts with multiple '.'s; (bso#13070); + libgpo doesn't sort the GPOs in the correct order; (bso#13046); + Remote serverid check doesn't check for the unique id; (bso#13042); + vfs_catia: Fix a potential memleak; (bso#13090); + Fix file change notification for renames; (bso#12903); + Samba DNS server does not honour wildcards; (bso#12952); + Can't change password in samba from a Windows client if Samba runs on IPv6 only interface; (bso#13079); + vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR; (bso#13086); + Apple client can't cope with SMB2 async replies when creating symlinks; (bso#13047); + s4:rpc_server:backupkey: Move variable into scope; (bso#12959); + Fix ntstatus_gen.h generation on 32bit; (bso#13099); + Fix a double free in vfs_gluster_getwd(); (bso#13100); + Fix resouce leaks and pointer issues; (bso#13101); + vfs_solarisacl: Fix build for samba 4.7 and up; (bso#13049);- Add samba-kdc to baselibs.conf. - Do not wrap samba-kdc's package definition into if/endif: the package won't be generated simply based on the fact that there is no files section for the package. Allows the source validator to ensure samba-kdc is a built package.- Update to 4.7.0; + Whole DB read locks: Improved LDAP and replication consistency; (bso#12858). + Samba AD with MIT Kerberos + Dynamic RPC port range: Default range changed from "1024-1300" to "49152-65535". + Authentication and Authorization audit support: New auth_audit debug class. + Multi-process LDAP Server: The LDAP server in the AD DC now honours the process model used for the rest of the 'samba' process. + Improved Read-Only Domain Controller (RODC) Support; (bso#12977). + Additional password hashes stored in supplementalCredentials. + Improvements to DNS during Active Directory domain join. + Significant AD performance and replication improvements. + Query record for open file or directory. + Removal of lpcfg_register_defaults_hook(). + Change of loadable module interface. + SHA256 LDAPS Certificates: The self-signed certificate generated for use on LDAPS will now be generated with a SHA256 self-signature, not a SHA1 self-signature. + CTDB no longer allows mixed minor versions in a cluster. + CTDB now ignores hints from Samba about TDB flags when attaching to databases. + New configuration variable CTDB_NFS_CHECKS_DIR. + The CTDB_SERVICE_AUTOSTARTSTOP configuration has been removed. + The CTDB_SCRIPT_DEBUGLEVEL configuration variable has been removed. + The example NFS Ganesha call-out has been improved. + A new "replicated" database type is available.- CVE-2017-12163: Prevent client short SMB1 write from writing server memory to file; (bso#13020); (bsc#1058624).- CVE-2017-12150: Some code path don't enforce smb signing, when they should; (bso#12997); (bsc#1058622).- CVE-2017-12151: Keep required encryption across SMB3 dfs redirects; (bso#12996); (bsc#1058565).- Clean specfile assuming SUSE-only system and product >=SLE11 + %{ul_version}, %{rhel_version}, %{mandriva_version}, %{centos_version} are always undefined + %{_vendor} is "suse" and %{suse_version} is at least 1100- Update to 4.6.7; (bsc#1054017) + Joining a Huawai storage fails: empty CLDAP ping answer; (bso#11392). + smbcacls can fail against a directory on Windows using SMB2.; (bso#12937). + vfs_ceph provides inconsistent directory listings; (bso#12911). + Misused talloc context can cause a user to crash their smbd by chaining SMB1 commands.; (bso#12836). + Use-after free can crash libsmbclient code.; (bso#12927). + Server exit with active AIO can crash.; (bso#12925). + Ensure notifyd doesn't return from smbd_notifyd_init; (bso#12910). + fd leak to ctdb sub-processes leads to SELinux AVC denial in audit logs; (bso#12898). + vfs_fruit shouldn't send MS NFS ACEs to Windows clients; (bso#12897). + smbspool_krb5_wrapper does not tell CUPS that it requires negotiate for authentication; (bso#12886). + finder sidebar showing question mark instead of icon when using ip to connect with vfs_fruit; (bso#12840). + Winbind stops obtaining the 'unixHomeDirectory' & 'loginShell' attributes from AD.; (bso#12720). + KCC run at selftest startup can fail spuriously due to a race; (bso#12869). + winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change; (bso#12782). + rpc_pipe_client memory leaks due to long term memory context passed to rpc_pipe_open_interface(); (bso#12890). + CVE-2017-2619 breaks accessing previous versions of directories with snapshots in subdirectories of the share; (bso#12885). + dns_name_equal doing OOB read; (bso#12813). + replica_sync tests flap; (bso#12753). + Selftest should not call 'net cache flush' and wipe important winbind entries; (bso#12868). + Old Samba versions don't support using recent ldb versions (>=1.1.30); (bso#12859). + pam_winbind fails with kerberos method = secrets and keytab; (bso#10490). + race starting winbindd against posixacl test; (bso#12843). + Crash in the reentrant smbd_smb2_create_send() if the something fails in the subsequent try; (bso#12832). + spnego.c passes the wrong argument order to gensec_update_ev() for the FALLBACK case; (bso#12788). + Clients with SMB3 support can't connect with "server max protocol = SMB2_02"; (bso#12772). + A log message of samb-tool user syncpasswords reverses string arguments in a debug message "Call Popen[...".; (bso#12768). + The smb tarmode tests kills the share dir contents; (bso#12867). + Fix for a bug in MacOS X Sierra NTLMv2 processing; (bso#12862). + CVE-2017-2619 regression with non-wide symlinks to directories; (bso#12860). + manpage/index.html lists links not in alphabetical order; (bso#12854). + smbcacls got error NT_STATUS_NETWORK_NAME_DELETED; (bso#12831). + If a record is locked in a database, then recovery does not complete; (bso#12857). + debug_locks.sh script does not log any information; (bso#12856). + SIGSEGV in cm_connect_lsa_tcp dereferencing conn->lsa_tcp_pipe->transport after error; (bso#12852). + smbclient can't parse DOMAIN+username if a different winbind separator is used; (bso#12849). + Related requests with SessionSetup fail with INTERNAL_ERROR; (bso#12845). + Related requests with TreeConnect fail with NETWORK_NAME_DELETED; (bso#12844). + cli->server_os not filled correctly; (bso#12779). + REGRESSION: smbclient doesn't print the session setup anymore; (bso#12824). + smblcient doesn't handle STATUS_NOT_SUPPORTED gracefully for FSCTL_VALIDATE_NEGOTIATE_INFO; (bso#12808). + CTDB NFS call-out failures do not cause event failures; (bso#12837). + net command fails due to incorrectly return code; (bso#12828). + Fix building Samba with GCC 7.1; (bso#12827).- Fix duplicate CTDB_LOGGING params when downgraded and upgraded again; (bsc#1048339).- fix cephwrap_chdir(); (bsc#1048790). - Update to 4.6.6 + CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation; (bsc#1048278).- Fix ctdb logs to /var/log/log.ctdb instead of /var/log/ctdb; (bsc#1048339).- Fix inconsistent ctdb socket path; (bsc#1048352). - Fix non-admin cephx authentication; (bsc#1048387).- Update to 4.6.5; (bsc#1040157) + Specifying CTDB_LOGGING=syslog:nonblocking causes ctdbd to crash at startup; (bso#12814). + vfs_expand_msdfs tries to open the remote address as a file path; (bso#12687). + PANIC (pid 1096): assert failed: lease_type_is_exclusive(e_lease_type); (bso#12798). + With clustering get update_num_read_oplocks failed and PANIC: num_share_modes == 1 assertion failure; (bso#11844). + contend_level2_oplocks_begin_default oplock optimisation doesn't carry over to leases; (bso#12766). + `ctdb nodestatus` incorrectly displays status for all nodes with wrong exit code; (bso#12802). + CTDB can spin hard on revoking readonly delegations if a node becomes disconnected; (bso#12697). + Printing a share mode entry with leases can crash in the ndr code; (bso#12793). + Fix flakey unit tests for eventd; (bso#12792). + CTDB daemon crashes if built with clang; (bso#12770). + smbcacls fails if no password is specified; (bso#12765). + idmap_rfc2307: Lookup of more than two SIDs fails; (bso#12757). + samba-tool user syncpasswords doesn't trigger the script when a user gets removed; (bso#12767). + systemd: fix detection of libsystemd; (bso#12764). + Notify subsystem only maps first inotify mask to Windows notify filter; (bso#12760). + Allow passing trusted domain password as plain-text to PASSDB layer; (bso#12751). + Can't case-rename files with vfs_fruit; (bso#12749). + wrong sid->uid mapping for SIDs residing in sIDHistory; (bso#12702). + vfs_acl_common should force "create mask = 0777", not 0666; (bso#12562). + Ordering of notify responses broken; (bso#12756).- s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1; (bso#11822); (bsc#1042419).- Revert explicit winbind %{version}-%{release} dependency. + The ABI has stabilized since (bsc#936909), so remove to fix cross-media dependencies; (bsc#1037899).- Fix CVE-2017-7494 remote code execution from a writable share; (bso#12780); (bsc#1038231).- Update to 4.6.3; (bsc#1036011) + s3:vfs:shadow_copy2: vfs_shadow_copy2 fails to list snapshots from shares with GlusterFS backend; (bso#12743). + Fix for Solaris C compiler; (bso#12559). + s3: locking: Update oplock optimization for the leases era; (bso#12628). + Make the Solaris C compiler happy; (bso#12693). + s3: libgpo: Allow skipping GPO objects that don't have the expected LDAP attributes; (bso#12695). + Fix buffer overflow caused by wrong use of getgroups; (bso#12747). + lib: debug: Avoid negative array access; (bso#12746). + cleanupdb: Fix a memory read error; (bso#12748). + streams_xattr and kernel oplocks results in NT_STATUS_NETWORK_BUSY; (bso#7537). + winbindd: idmap_autorid allocates ids for unknown SIDs from other backends; (bso#11961). + vfs_fruit: Resource fork open request with flags=O_CREAT|O_RDONLY; (bso#12565). + manpages/vfs_fruit: Document global options; (bso#12615). + lib/pthreadpool: Fix a memory leak; (bso#12624). + Lookup-domain for well-known SIDs on a DC; (bso#12727). + winbindd: Fix error handling in rpc_lookup_sids(); (bso#12728). + winbindd: Trigger possible passdb_dsdb initialisation; (bso#12729). + credentials_krb5: use gss_acquire_cred for client-side GSSAPI use case; (bso#12611). + lib/crypto: Implement samba.crypto Python module for RC4; (bso#12690). + ctdb-readonly: Avoid a tight loop waiting for revoke to complete; (bso#12697). + ctdb_event monitor command crashes if event is not specified; (bso#12723). + ctdb-docs: Fix documentation of "-n" option to 'ctdb tool'; (bso#12733). + smbd: Fix smb1 findfirst with DFS; (bso#12558). + smbd: Do an early exit on negprot failure; (bso#12610). + winbindd: Fix substitution for 'template homedir'; (bso#12699). + s4:kdc: Disable principal based autodetected referral detection; (bso#12554). + idmap_autorid: Allocate new domain range if the callers knows the sid is valid; (bso#12613). + LINKFLAGS_PYEMBED should not contain -L/some/path; (bso#12724). + PAM auth with WBFLAG_PAM_GET_PWD_POLICY returns wrong policy for trusted domain; (bso#12725). + rpcclient: Allow -U'OTHERDOMAIN\user' again; (bso#12731). + winbindd: Fix password policy for pam authentication; (bso#12725). + s3:gse: Correctly handle external trusts with MIT; (bso#12554). + auth/credentials: Always set the realm if we set the principal from the ccache; (bso#12611). + replace: Include sysmacros.h; (bso#12686). + s3:vfs_expand_msdfs: Do not open the remote address as a file; (bso#12687). + s3:libsmb: Only print error message if kerberos use is forced; (bso#12704). + winbindd: Child process crashes when kerberos-authenticating a user with wrong password; (bso#12708). + vfs_fruit: Office document opens as read-only on macOS due to CNID semantics; (bso#12715). + vfs_acl_xattr: Fix failure to get ACL on Linux if memory is fragmented; (bso#12737).- Generate and update vendor-files tarball from Git + SuSEfirewall2 service samba-client only setup IPv4 rule; (bsc#1034416).- Generate source tarball directly from Git using OBS tar_scm + use version string derived from parent Git tag and commit hash - remove obsolete vendor-files/tools/package-data version ID + explicitly generate ctdb manpages, needed without "make dist"- Update to 4.6.2 + remove bso#12721 patches now upstream- Enable samba-ceph build for openSUSE and SLE12SP3+; (fate#321622). + x86-64 and aarch64- Enable librados CTDB lock helper for samba-ceph package; (fate#321622).- Build and install the html man pages (bsc#1021907).- Fix CVE-2017-2619 regression with "follow symlinks = no"; (bso#12721).- Update to 4.6.1 + symlink race permits opening files outside share directory; CVE-2017-2619; (bso#12496); (bsc#1027147) + testparm checks for valid idmap parameters + add new krb client encryption types + support for printer driver upload from windows 10 + inherit owner = 'unix only' for improved quota support + improved CTDB event support + new primary group support for idmap_ad + idmap_hash deprecated + mvxattr added to recursively rename extended attributes- Remove chkconfig requirements for systemd systems- Don't call insserv if systemd is used- Fix check if we need to require insserv- async_req: make async_connect_send() "reentrant"; (bso#12105); (bsc#1024416).- Force usage of ncurses6-config thru NCURSES_CONFIG env var; (bsc#1023847).- add missing patch for libnss_wins segfault; (bsc#995730).- Fix vfs_ceph builds against recent Ceph versions; (bsc#1021933).- Document "winbind: ignore domains" parameter; (bsc#1019416).- Add base Samba dependency to samba-ceph package.- Update to 4.5.3 + Heap-based Buffer Overflow Remote Code Execution Vulnerability; CVE-2016-2123; (bso#12409); (bsc#1014437). + Don't send delegated credentials to all servers; CVE-2016-2125; (bso#12445); (bsc#1014441). + denial of service due to a client triggered crash in the winbindd parent process; CVE-2016-2126; (bso#12446); (bsc#1014442). - 4.5.1 and 4.5.2 updates + various streams vfs fixes + various printing fixes + ntlm_auth: do not map explicitly empty domain + various stability fixes in smbd + match file compression ReFS behavior- Add missing ldb module directory; (bnc#1012092).- s3/client: obey 'disable netbios' smb.conf param, don't connect via NBT port; (bsc#1009085); (bso#12418).- Include vfstest in samba-test; (bsc#1001203).- s3/winbindd: using default domain with user@domain.com format fails; (bsc#997833).- Fix segfault in libnss_wins; (bso#12277); (bso#12269); (bsc#995730).- Update to 4.5.0 + NTLM1 Authentication disabled by default + SMB2.1 leases enabled by default + Support for OFD locks + ctdb tool rewritten + Added shadow copy snapshot prefix parameter- Fix illegal memory access after memory has been deleted; (bso#11836); (bsc#975299).- Prevent core, make sure response->extra_data.data is always cleared out; (bsc#993692).- Don't package man pages for VFS modules that aren't built; (boo#993707).- Fix population of ctdb sysconfig after source merge; (bsc#981566).- Enable vfs_ceph builds for Factory (x86-64) + Package as samba-ceph to avoid Ceph dependency in base package.- Update to 4.4.5 + Prevent client-side SMB2 signing downgrade; CVE-2016-2119; (bso#11860); (bsc#986869).- Remove obsolete syslog.target; (bsc#983938).- Honor smb.conf socket options in winbind; (bsc#975131).- Don't use htons() with IP_PROTO_RAW; (bso#11705); (bsc#969522).- Update to 4.4.4 + SMB3 multichannel: Add implementation of missing channel sequence number verification; (bso#11809). + smbd:close: Only remove kernel share modes if they had been taken at open; (bso#11919). + notifyd: Prevent NULL deref segfault in notifyd_peer_destructor; (bso#11930). + s3:rpcclient: Make '--pw-nt-hash' option work; (bso#10796). + Fix case sensitivity issues over SMB2 or above; (bso#11438). + s3:smbd: Fix anonymous authentication if signing is mandatory. (bso#11910) + Fix NTLM Authentication issue with squid; (bso#11914). + pdb: Fix segfault in pdb_ldap for missing gecos; (bso#11530). + Fix memory leak in share mode locking; (bso#11934).- Update to 4.4.3 + Various post-badlock regressions; (bso#11841); (bso#11850); (bso#11858); (bso#11870); (bso#11872). + Only allow idmap_hash for default idmap config (bso#11786). + smbd: Avoid large reads beyond EOF; (bso#11878). + vfs_acl_common: Avoid setting POSIX ACLs if "ignore system acls" is set; (bso#11806). + libads: Record session expiry for spnego sasl binds; (bso#11852).- Fix NTLMSSP regressions caused by previous CVE fixes; (bso#11849); (bsc#975962); (bsc#979268), (bsc#977669).- Revert shared library packaging to comply with SLPP- Update to 4.4.2 + A man-in-the-middle can downgrade NTLMSSP authentication; CVE-2016-2110; (bso#11688); (bsc#973031). + Domain controller netlogon member computer can be spoofed; CVE-2016-2111; (bso#11749); (bsc#973032). + LDAP conenctions vulnerable to downgrade and MITM attack; CVE-2016-2112; (bso#11644); (bsc#973033). + TLS certificate validation missing; CVE-2016-2113; (bso#11752); (bsc#973034). + Named pipe IPC vulnerable to MITM attacks; CVE-2016-2115; (bso#11756); (bsc#973036). + "Badlock" DCERPC impersonation of authenticated account possible; CVE-2016-2118; (bso#11804); (bsc#971965). + DCERPC server and client vulnerable to DOS and MITM attacks; CVE-2015-5370; (bso#11344); (bsc#936862).- Fix samba.tests.messaging test and prevent potential tdb corruption by removing obsolete now invalid tdb_close call; (bsc#974629).- Obsolete libsmbclient from libsmbclient0 while not providing it; (bsc#972197).- Update to 4.4.0. + Read of uninitialized memory DNS TXT handling; (bso#11128); (bso#11686); CVE-2016-0771. + Getting and setting Windows ACLs on symlinks can change permissions on link target; (bso#11648); CVE-2015-7560. + Sockets with htons(IPPROTO_RAW); (bso#11705); CVE-2015-8543. + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem with no ACL support; (bso#10489). + docs: Add example for domain logins to smbspool man page; (bso#11643). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + docs: Add smbspool_krb5_wrapper manpage; (bso#11690). + winbindd: Return trust parameters when listing trusts; (bso#11691). + ctdb: Do not provide a useless pkgconfig file for ctdb; (bso#11696). + Crypto.Cipher.ARC4 is not available on some platforms, fallback to M2Crypto.RC4.RC4 then; (bso#11699). + s3:utils/smbget: Set default blocksize; (bso#11700). + Streamline 'smbget' options with the rest of the Samba utils; (bso#11700). + s3:clispnego: Fix confusing warning in spnego_gen_krb5_wrap(); (bso#11702). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + s3:vfs:glusterfs: Fix build after quota changes; (bso#11715). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + lib:socket: Fix CID 1350010: Integer OVERFLOW_BEFORE_WIDEN; (bso#11723). + smbd: Fix CID 1351215 Improper use of negative value; (bso#11724). + smbd: Fix CID 1351216 Dereference null return value; (bso#11725). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + docs: Add manpage for cifsdd; (bso#11730). + param: Fix str_list_v3 to accept ; again; (bso#11732). + lib/socket: Fix improper use of default interface speed; (bso#11734). + lib:socket: Fix CID 1350009: Fix illegal memory accesses (BUFFER_SIZE_WARNING); (bso#11735). + libcli: Fix debug message, print sid string for new_ace trustee; (bso#11738). + Fix installation path of Samba helper binaries; (bso#11739). + Fix memory leak in loadparm; (bso#11740). + tevent: version 0.9.28: Fix memory leak when old signal action restored; (bso#11742). + smbd: Ignore SVHDX create context; (bso#11753). + Fix net join; (bso#11755). + s3:libads: setup the msDS-SupportedEncryptionTypes attribute on ldap_add; (bso#11755). + passdb: Add linefeed to debug message; (bso#11763). + s3:utils/smbget: Fix option parsing; (bso#11767). + libnet: Make Kerberos domain join site-aware; (bso#11769). + Reset TCP Connections during IP failover; (bso#11770). + ldb: Version 1.1.26; (bso#11772). + s3:smbd: Add negprot remote arch detection for OSX; (bso#11773). + vfs_glusterfs: Fix use after free in AIO callback; (bso#11774). + mkdir can return ACCESS_DENIED incorrectly on create race; (bso#11780). + "trustdom_list_done: Got invalid trustdom response" message should be avoided; (bso#11782). + Mismatch between local and remote attribute ids lets replication fail with custom schema; (bso#11783). + Quota is not supported on Solaris 10; (bso#11788). + Talloc: Version 2.1.6; (bso#11789). + smbd: Enable multi-channel if 'server multi channel support = yes' in the config; (bso#11796). + build: Fix build when '--without-quota' specified; (bso#11798). + lib/socket/interfaces: Fix some uninitialied bytes; (bso#11802). + Access based share enum: handle permission set in configuration files; (bso#8093). + See also WHATSNEW.txt from the samba-doc package.- Update to 4.3.6. + Getting and setting Windows ACLs on symlinks can change permissions on link target; CVE-2015-7560; (bso#11648); (bsc#968222). + Fix Out-of-bounds read in internal DNS server; CVE-2016-0771; (bso#11128); (bso#11686); (bsc#968223).- Upgrade on-disk FSRVP server state to new version; (bsc#924519).- Only obsolete but do not provide gplv2/3 package names; (bsc#968973).- Relocate existing lock files to /var/lib/samba/lock; (bsc#968963).- Obsolete no longer existing samba-32bit package; (bsc#967625).- Update to 4.3.5. + s3:utils/smbget: Fix recursive download; (bso#6482). + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystemi with no ACL support; (bso#10489). + s3:smbd/oplock: Obey kernel oplock setting when releasing oplocks; (bso#11400). + vfs_shadow_copy2: Fix case where snapshots are outside the share; (bso#11580). + smbclient: Query disk usage relative to current directory; (bso#11662). + winbindd: Handle expired sessions correctly; (bso#11670). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + smbcacls: Fix uninitialized variable; (bso#11682). + s3:smbd: Ignore initial allocation size for directory creation; (bso#11684). + s3-client: Add a KRB5 wrapper for smbspool; (bso#11690). + s3-parm: Clean up defaults when removing global parameters; (bso#11693). + Use M2Crypto.RC4.RC4 on platforms without Crypto.Cipher.ARC4; (bso#11699). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + ctdb: Remove error messages after kernel security update; CVE-2015-8543; (bso#11705). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + param: Fix str_list_v3 to accept ";" again; (bso#11732).- Shift samba-client sysconfig data into samba and samba-winbind; (bsc#947361).- Simplify shared library packaging; (bsc#966956).- Enable clustering (CTDB) support; (bsc#966271).- s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703); (bsc#964023).- Add quotes around path of update-apparmor-samba-profile; (bnc#962177).- Remove autoconf build-time requirement.- Update to 4.3.4. + vfs_fruit: Enable POSIX directory rename semantics; (bso#11065). + Crash: Bad talloc magic value - access after free; (bso#11394). + Copying files with vfs_fruit fails when using vfs_streams_xattr without stream prefix and type suffix; (bso#11466). + samba-tool: Fix uncaught exception if no fSMORoleOwner attribute is given; (bso#11613). + Fix a typo in the smb.conf manpage, explanation of idmap config; (bso#11619). + Correctly initialize the list head when keeping a list of primary followed by DFS connections; (bso#11624). + Reduce the memory footprint of empty string options; (bso#11625). + lib/async_req: Do not install async_connect_send_test; (bso#11639). + Fix typos in man vfs_gpfs; (bso#11641). + Make "hide dot files" option work with "store dos attributes = yes"; (bso#11645). + Fix a corner case of the symlink verification; (bso#11647); (bnc#960249). + Do not disable "store dos attributes" on-the-fly; (bso#11649). + Update lastLogon and lastLogonTimestamp; (bso#11659).- Prevent access denied if the share path is "/"; (bso#11647); (bnc#960249).- Update to 4.3.3. + Malicious request can cause Samba LDAP server to hang, spinning using CPU; CVE-2015-3223; (bso#11325); (bnc#958581). + Remote read memory exploit in LDB; CVE-2015-5330; (bso#11599); (bnc#958586). + Insufficient symlink verification (file access outside the share); CVE-2015-5252; (bso#11395); (bnc#958582). + No man in the middle protection when forcing smb encryption on the client side; CVE-2015-5296; (bso#11536); (bnc#958584). + Currently the snapshot browsing is not secure thru windows previous version (shadow_copy2); CVE-2015-5299; (bso#11529); (bnc#958583). + Fix Microsoft MS15-096 to prevent machine accounts from being changed into user accounts; CVE-2015-8467; (bso#11552); (bnc#958585).- Update to 4.3.2. + vfs_gpfs: Re-enable share modes; (bso#11243). + dcerpc.idl: Accept invalid dcerpc_bind_nak pdus; (bso#11327). + s3-smbd: Fix old DOS client doing wildcard delete - gives an attribute type of zero; (bso#11452). + Add libreplace dependency to texpect, fixes a linking error on Solaris; (bso#11511). + s4: Fix linking of 'smbtorture' on Solaris; (bso#11512). + s4:lib/messaging: Use correct path for names.tdb; (bso#11562). + Fix segfault of 'net ads (join|leave) -S INVALID' with nss_wins; (bso#11563). + async_req: Fix non-blocking connect(); (bso#11564). + auth: gensec: Fix a memory leak; (bso#11565). + lib: util: Make non-critical message a warning; (bso#11566). + Fix winbindd crashes with samlogon for trusted domain user; (bso#11569); (bnc#949022). + smbd: Send SMB2 oplock breaks unencrypted; (bso#11570). + ctdb: Open the RO tracking db with perms 0600 instead of 0000; (bso#11577). + s3:smb2_server: Make the logic of SMB2_CANCEL DLIST_REMOVE() clearer; (bso#11581). + s3-smbd: Fix use after issue in smbd_smb2_request_dispatch(); (bso#11581). + manpage: Correct small typo error; (bso#11584). + s3: smbd: If EAs are turned off on a share don't allow an SMB2 create containing them; (bso#11589). + Backport some valgrind fixes from upstream master; (bso#11597). + auth: Consistent handling of well-known alias as primary gid; (bso#11608). + winbind: Fix crash on invalid idmap configs; (bso#11612). + s3: smbd: have_file_open_below() fails to enumerate open files below an open directory handle; (bso#11615). + Changing log level of two entries to DBG_NOTICE; (bso#9912).- Ensure samlogon fallback requests are rerouted after kerberos failure; (bnc#953382); (bnc#953972).- Ensure to link with --as-needed flag by removing SUSE_ASNEEDED=0. - Always use the default optimization even on pre-9.2 systems.- Remove redundant configure options while adding with-relro.- Relocate the lockdir to the /var/lib/samba/lock directory.- Cleanup and enhance the pidl sub package.- Require renamed python-ldb-devel and python-talloc-devel at build-time. - Requires python-ldb and python-talloc from the python subpackage.- Update to 4.3.1. + s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Windows; (bso#10252). + nss_winbind: Fix hang on Solaris on big groups; (bso#10365). + smbd: Fix file name buflen and padding in notify repsonse; (bso#10634). + kerberos: Make sure we only use prompter type when available; winbind: Fix 100% loop; (bso#11038). + source3/lib/msghdr.c: Fix compiling error on Solaris; (bso#11053). + s3:ctdbd_conn: make sure we destroy tevent_fd before closing the socket; (bso#11316). + s3: smbd: Fix mkdir race condition; (bso#11486). + pam_winbind: Fix a segfault if initialization fails; (bso#11502). + s3: dfs: Fix a crash when the dfs targets are disabled; (bso#11509). + s4:lib/messaging: Use 'msg.lock' and 'msg.sock' for messaging related subdirs; (bso#11515). + s3: smbd: Fix opening/creating :stream files on the root share directory; (bso#11522). + lib/param: Fix hiding of FLAG_SYNONYM values; (bso#11526). + net: Fix a crash with 'net ads keytab create'; (bso#11528). + s3: smbd: Fix a crash in unix_convert(); (bso#11535). + s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bso#11522); (bso#11535). + vfs_fruit: Return value of ad_pack in vfs_fruit.c; (bso#11543). + vfs_commit: set the fd on open before calling SMB_VFS_FSTAT; (bso#11547). + s3:locking: Initialize lease pointer in share_mode_traverse_fn(); (bso#11549). + s3:smbstatus: Add stream name to share_entry_forall(); (bso#11550). + s3:lib: Validate domain name in lookup_wellknown_name(); (bso#11555). + s3: lsa: lookup_name() logic for unqualified (no DOMAIN component) names is incorrect; (bso#11555).- Fix 100% CPU in winbindd when logging in with "user must change password on next logon"; (bso#11038).- Relocate the tmpfiles.d directory to the client package; (bnc#947552).- Do not provide libpdb0 from libsamba-passdb0 but add it to baselibs.conf instead; (bnc#942716).- Package /var/lib/samba/private/sock with 0700 permissions; (bnc#946051).- Package /var/lib/samba/msg with 0755 permissions; (bso#11515); (bnc#945502).- Require to install libfam0-gamin from samba-libs on post-12.1 and pre-13.15 systems; (bnc#945013).- Update to 4.3.0. + Samba "map to guest = Bad uid" doesn't work; (bso#9862). + revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes; (bso#10493). + No objectClass found in replPropertyMetaData on ordinary objects (non-deleted); (bso#10973). + Stream names with colon don't work with fruit:encoding = native; (bso#11278). + NetApp joined to a Samba/ADDC cannot resolve SIDs; (bso#11291). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + "force group" with local group not working; (bso#11320). + strsep is not available on Solaris; (bso#11359). + smbtorture does not build when configured --with-system-mitkrb5; (bso#11411). + Build with GPFS support is broken; (bso#11421). + Build broken with --disable-python; (bso#11424). + net share allowedusers crashes; (bso#11426). + nmbd incorrectly matches netbios names as own name; (bso#11427). + Python bindings don't check integer types; (bso#11429). + Python bindings don't check array sizes; (bso#11430). + CTDB's eventscript error handling is broken; (bso#11431). + Fix crash in nested ctdb banning; (bso#11432). + Cannot build ctdbpmda; (bso#11434). + samba-tool uncaught exception error; (bso#11436). + Crash in notify_remove caused by change notify = no; (bso#11444). + Poor SMB3 encryption performance with AES-GCM; (bso#11451). + Poor SMB3 encryption performance with AES-GCM (part1); (bso#11451). + fix recursion problem in rep_strtoll in lib/replace/replace.c; (bso#11455). + --bundled-libraries=!ldb,!pyldb,!pyldb-util doesn't disable ldb build and install; (bso#11458). + xid2sid gives inconsistent results; (bso#11464). + ctdb: Fix the build on FreeBSD 10.1; (bso#11465). + Handling of 0 byte resource fork stream; (bso#11467). + AD samr GetGroupsForUser fails for users with "()" in their name; (bso#11488).- Configure with --bundled-libraries=NONE; (bso#11458).- Adapt net-kdc-lookup patch for post-3.3 Samba versions; (bnc#295284).- Remove libiniparser-devel build-time requirement.- Update to 4.2.3. + s4:lib/tls: Fix build with gnutls 3.4; (bso#8780). + s4.2/fsmo.py: Fixed fsmo transfer exception; (bso#10924). + winbindd: Sync secrets.ldb into secrets.tdb on startup; (bso#10991). + Logon via MS Remote Desktop hangs; (bso#11061). + s3: lib: util: Ensure we read a hex number as %x, not %u; (bso#11068). + tevent: Add a note to tevent_add_fd(); (bso#11141). + s3:param/loadparm: Fix 'testparm --show-all-parameters'; (bso#11170). + s3-unix_msg: Remove socket file after closing socket fd; (bso#11217). + smbd: Fix a use-after-free; (bso#11218); (bnc#919309). + s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of interfaces; (bso#11245). + s3:smb2: Add padding to last command in compound requests; (bso#11277). + Add IPv6 support to ADS client side LDAP connects; (bso#11281). + Add IPv6 support for determining FQDN during ADS join; (bso#11282). + s3: IPv6 enabled DNS connections for ADS client; (bso#11283). + Fix invalid write in ctdb_lock_context_destructor; (bso#11293). + Excessive cli_resolve_path() usage can slow down transmission; (bso#11295). + vfs_fruit: Add option "veto_appledouble"; (bso#11305). + tstream: Make socketpair nonblocking; (bso#11312). + idmap_rfc2307: Fix wbinfo '--gid-to-sid' query; (bso#11313). + Group creation: Add msSFU30Name only when --nis-domain was given; (bso#11315). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’ undeclared"; (bso#11319). + smbd/trans2: Add a useful diagnostic for files with bad encoding; (bso#11323). + Change sharesec output back to previous format; (bso#11324). + Robust mutex support broken in 1.3.5; (bso#11326). + Kerberos auth info3 should contain resource group ids available from pac_logon; winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC; (bso#11328); (bnc#912457). + s3:smb2_setinfo: Fix memory leak in the defer_rename case; (bso#11329). + tevent: Fix CID 1035381 Unchecked return value; (bso#11330). + tdb: Fix CID 1034842 and 1034841 Resource leaks; (bso#11331). + s3: smbd: Use separate flag to track become_root()/unbecome_root() state; (bso#11339). + s3: smbd: Codenomicon crash in do_smb_load_module(); (bso#11342). + pidl: Make the compilation of PIDL producing the same results if the content hasn't change; (bso#11356). + winbindd: Disconnect child process if request is cancelled at main process; (bso#11358). + vfs_fruit: Check offset and length for AFP_AfpInfo read requests; (bso#11363). + docs: Overhaul the description of "smb encrypt" to include SMB3 encryption; (bso#11366). + s3:auth_domain: Fix talloc problem in connect_to_domain_password_server(); (bso#11367). + ncacn_http: Fix GNUism; (bso#11371).- Disable rpath usage; (bnc#902421).- Make the winbind package depend on the matching libwbclient version and vice versa; (bnc#936909).- Backport changes to use resource group sids obtained from pac logon_info; (bso#11328); (bnc#912457).- Order winbind.service Before and Want nss-user-lookup target.- Remove fam-devel build-time dependency for post-6 RHEL systems.- Update to 4.2.2. + s3:smbXsrv: refactor duplicate code into smbXsrv_session_clear_and_logoff(); (bso#11182). + gencache: don't fail gencache_stabilize if there were records to delete; (bso#11260). + s3: libsmbclient: After getting attribute server, ensure main srv pointer is still valid; (bso#11186). + s4: rpc: Refactor dcesrv_alter() function into setup and send steps; (bso#11236). + s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Create"; (bso#11240). + Mangled names do not work with acl_xattr; (bso#11249). + nmbd rewrites browse.dat when not required; (bso#11254). + vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuff; (bso#11213). + s3:smbd: Add missing tevent_req_nterror; (bso#11224). + vfs: kernel_flock and named streams; (bso#11243). + vfs_gpfs: Error code path doesn't call END_PROFILE; (bso#11244). + s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are used; (bso#11284). + ctdb: check for talloc_asprintf() failure; (bso#11201). + spoolss: purge the printer name cache on name change; (bso#11210); (bnc#901813). + CTDB statd-callout does not scale; (bso#11204). + vfs_fruit: also map characters below 0x20; (bso#11221). + ctdb: Coverity fix for CID 1291643; (bso#11201). + Multiplexed RPC connections are not handled by DCERPC server; (bso#11225). + Fix terminate connection behavior for asynchronous endpoint with PUSH notification flavors; (bso#11226). + ctdb-scripts: Fix bashism in ctdbd_wrapper script; (bso#11007). + ctdb: Fix CIDs 1125615, 1125634, 1125613, 1288201 and 1125553; (bso#11201). + SMB2 should cancel pending NOTIFY calls with DELETE_PENDING if the directory is deleted; (bso#11257). + s3:winbindd: make sure we remove pending io requests before closing client sockets; (bso#11141); (bnc#931854). + Fix panic triggered by smbd_smb2_request_notify_done() -> smbXsrv_session_find_channel() in smbd; (bso#11182). + 'sharesec' output no longer matches input format; (bso#11237). + waf: Fix systemd detection; (bso#11200). + CTDB: Fix portability issues; (bso#11202). + CTDB: Fix some IPv6-related issues; (bso#11203). + CTDB statd-callout does not scale; (bso#11204). + 'net ads dns gethostbyname' crashes with an error in TALLOC_FREE if you enter invalid values; (bso#11234). + libads: record service ticket endtime for sealed ldap connections; (bso#11267). + lib/util: Include DEBUG macro in internal header files before samba_util.h; (bso#11033).- Avoid a crash inside the tevent epoll backend; (bso#11141); (bnc#931854).- Remove the independently built libraries ldb, talloc, tdn, and tevent and the post-10.3 renamed libsmbclient from baselibs.conf.- Drop redundant doc attribute from man pages.- Update to 4.2.1. + s3:winbind:grent: Don't stop group enumeration when a group has no gid; (bso#8905). + Initialize dwFlags field of DNS_RPC_NODE structure; (bso#9791). + s3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers that don't send the 2 unused fields; (bso#10016). + build:wafadmin: Fix use of spaces instead of tabs; (bso#10476). + waf: Fix the build on openbsd; (bso#10476). + s3: client: "client use spnego principal = yes" code checks wrong name; (bso#10888). + spoolss: Retrieve published printer GUID if not in registry; (bso#11018). + s3: lib: libsmbclient: If reusing a server struct, check every cli->timout miliseconds if it's still valid before use; (bso#11079). + vfs_fruit: Enhance handling of malformed AppleDouble files; (bso#11125). + backupkey: Explicitly link to gnutls and gcrypt; (bso#11135). + replace: Remove superfluous check for gcrypt header; (bso#11135). + Backport subunit changes; (bso#11137). + libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with implementation; (bso#11140). + s3-winbind: Fix cached user group lookup of trusted domains; (bso#11143). + talloc: Version 2.1.2; (bso#11144). + Update libwbclient version to 0.12; (bso#11149). + brlock: Use 0 instead of empty initializer list; (bso#11153). + s4:auth/gensec_gssapi: Let gensec_gssapi_update() return NT_STATUS_LOGON_FAILURE for unknown errors; (bso#11164). + docs/idmap_rid: Remove deprecated base_rid from example; (bso#11169); (bnc#913304). + s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails in the SMB1 case; (bso#11173). + backupkey: Use ndr_pull_struct_blob_all(); (bso#11174). + Fix lots of winbindd zombie processes on Solaris platform; (bso#11175). + s3: libsmbclient: Add missing talloc stackframe; (bso#11177). + s4-process_model: Do not close random fds while forking; (bso#11180). + s3-passdb: Fix 'force user' with winbind default domain; (bso#11185).- Prevent samba package updates from disabling samba kerberos printing.- Add sparse file support for samba; (fate#318424).- Purge printer name cache on spoolss SetPrinter change; (bso#11210); (bnc#901813).- Correctly retain errno from Btrfs snapshot ioctls; (bnc#923374).- Simplify libxslt build requirement and README.SUSE install. - Remove no longer required cleanup steps while populating the build root.- Remove deprecated base_rid example from idmap_rid manpage; (bso#11169); (bnc#913304).- Update to 4.2.0. + smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT; (bso#1115). + pam_winbind: fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Make 'profiles' work again; (bso#9629). + s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"; (bso#9702). + Make validate_ldb of String(Generalized-Time) accept millisecond format ".000Z"; (bso#9810). + Use -R linker flag on Solaris, not -rpath; (bso#10112). + vfs: Add glusterfs manpage; (bso#10240). + Make 'smbclient' use cached creds; (bso#10279). + pdb: Fix build issues with shared modules; (bso#10355). + s4-dns: Add support for BIND 9.10; (bso#10620). + idmap: Return the correct id type to *id_to_sid methods; (bso#10720). + printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD; (bso#10808). + Don't build vfs_snapper on FreeBSD; (bso#10834). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3: smb2cli: query info return length check was reversed; (bso#10848). + s3: lib, s3: modules: Fix compilation on Solaris; (bso#10849). + lib: uid_wrapper: Fix setgroups and syscall detection on a system without native uid_wrapper library; (bso#10851). + winbind3: Fix pwent variable substitution; (bso#10852). + Improve samba-regedit; (bso#10859). + registry: Don't leave dangling transactions; (bso#10860). + Fix build of socket_wrapper on systems without SO_PROTOCOL; (bso#10861). + build: Do not install 'texpect' binary anymore; (bso#10862). + Fix testparm to show hidden share defaults; (bso#10864). + libcli/smb: Fix smb2cli_validate_negotiate_info with min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02; (bso#10866). + Integrate CTDB into top-level Samba build; (bso#10892). + samba-tool group add: Add option '--nis-domain' and '--gid'; (bso#10895). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + Fix smbclient loops doing a directory listing against Mac OS X 10 server with a non-wildcard path; (bso#10904). + Fix print job enumeration; (bso#10905); (bnc#898031). + samba-tool: Create NIS enabled users and unixHomeDirectory attribute; (bso#10909). + Add support for SMB2 leases; (bso#10911). + btrfs: Don't leak opened directory handle; (bso#10918). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: fix keytab array NULL termination; (bso#10933). + s3:passdb: fix logic in pdb_set_pw_history(); (bso#10940). + Cleanup add_string_to_array and usage; (bso#10942). + dbwrap_ctdb: Pass on mutex flags to tdb_open; (bso#10942). + Fix RootDSE search with extended dn control; (bso#10949). + Fix 'samba-tool dns serverinfo ' for IPv6; (bso#10952). + libcli/smb: only force signing of smb2 session setups when binding a new session; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + socket_wrapper: Add missing prototype check for eventfd; (bso#10965). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + vfs_streams_xattr: Check stream type; (bso#10971). + s3: smbd: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + vfs_fruit: Add support for AAPL; (bso#10983). + Fix spoolss IDL response marshalling when returning error without clearing info; (bso#10984). + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279). + Fix IPv6 support in CTDB; (bso#10996). + ctdb-daemon: Use correct tdb flags when enabling robust mutex support; (bso#11000). + vfs_streams_xattr: Add missing call to SMB_VFS_NEXT_CONNECT; (bso#11005). + s3-util: Fix authentication with long hostnames; (bso#11008). + ctdb-build: Fix build without xsltproc; (bso#11014). + packaging: Include CTDB man pages in the tarball; (bso#11014). + pdb_get_trusteddom_pw() fails with non valid UTF16 random passwords; (bso#11016). + Make Sharepoint search show user documents; (bso#11022). + nss_wrapper: check for nss.h; (bso#11026). + Enable mutexes in gencache_notrans.tdb; (bso#11032). + tdb_wrap: Make mutexes easier to use; (bso#11032). + lib/util: Avoid collision which alread defined consumer DEBUG macro; (bso#11033). + winbind: Retry after SESSION_EXPIRED error in ping-dc; (bso#11034). + s3-libads: Fix a possible segfault in kerberos_fetch_pac(); (bso#11037). + vfs_fruit: Fix base_fsp name conversion; (bso#11039). + vfs_fruit: mmap under FreeBSD needs PROT_READ; (bso#11040). + Fix authentication using Kerberos (not AD); (bso#11044). + net: Fix sam addgroupmem; (bso#11051). + vfs_snapper: Correctly handles multi-byte DBus strings; (bso#11055); (bnc#913238). + cli_connect_nb_send: Don't segfault on host == NULL; (bso#11058). + utils: Fix 'net time' segfault; (bso#11058). + libsmb: Provide authinfo domain for encrypted session referrals; (bso#11059). + s3-pam_smbpass: Fix memory leak in pam_sm_authenticate(); (bso#11066). + vfs_glusterfs: Add comments to the pipe(2) code; (bso#11069). + vfs/glusterfs: Change xattr key to match gluster key; (bso#11069). + vfs_glusterfs: Implement AIO support; (bso#11069). + s3-vfs: Fix developer build of vfs_ceph module; (bso#11070). + s3: netlogon: Ensure we don't call talloc_free on an uninitialized pointer; (bso#11077); CVE-2015-0240; (bnc#917376). + vfs: Add a brief vfs_ceph manpage; (bso#11088). + s3: smbclient: Allinfo leaves the file handle open; (bso#11094). + Fix Win8.1 Credentials Manager issue after KB2992611 on Samba domain; (bso#11097). + debug: Set close-on-exec for the main log file FD; (bso#11100). + s3: smbd: leases - losen paranoia check. Stat opens can grant leases; (bso#11102). + s3: smbd: SMB2 close. If a file has delete on close, store the return info before deleting; (bso#11104). + doc:man:vfs_glusterfs: improve the configuration section; (bso#11117). + snprintf: Try to support %j; (bso#11119). + ctdb-io: Do not use sys_write to write to client sockets; (bso#11124). + doc-xml: Add 'sharesec' reference to 'access based share enum'; (bso#11127).- Update to 4.2.0rc5. + Ensure we don't call talloc_free on an uninitialized pointer; CVE-2015-0240; (bso#11077); (bnc#917376).- Fix usage of freed memory on server exit; (bso#11218); (bnc#919309).- Fix tdb_store_flag_to_ntdb() gcc5 build failure.- Fix vfs_snapper DBus string handling; (bso#11055); (bnc#913238).- Update to 4.1.16. + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279).- Adjust baselibs.conf due to libpdb0 package rename to libsamba-passdb0.- Fix libsmbclient DFS referral handling. + Reuse connections derived from DFS referrals; (bso#10123); (fate#316512). + Set domain/workgroup based on authentication callback value; (bso#11059).- Update to 4.2.0rc4. - Add libsamba-debug, libsocket-blocking, libsamba-cluster-support, and libhttp to the libs package; (boo#913547). - Rename libpdb packages to libsamba-passdb. - Drop libsmbsharemodes packages.- Enable avahi support on post-12.2 systems.- Update to 4.1.15. + pam_winbind: Fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Fix profiles tool; (bso#9629). + s3-lib: Do not require a password with --use-ccache; (bso#10279). + s4:dsdb/rootdse: Expand extended dn values with the AS_SYSTEM control; (bso#10949). + s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addresses; (bso#10952). + s3:smb2_server: Allow reauthentication without signing; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + s3: smbd/modules: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack' attribute 'supported_extensions'; (bso#11006). + idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo; (bso#11006). + winbind: Retry LogonControl RPC in ping-dc after session expiration; (bso#11034).- yast2-samba-client should be able to specify osName and osVer on AD domain join; (bnc#873922).- Lookup FSRVP share snums at runtime rather than storing them persistently; (bnc#908627).- Specify soft dependency for network-online.target in Winbind systemd service file; (bnc#889175).- Fix spoolss error response marshalling; (bso#10984).- Update to 4.1.14. + pidl/wscript: Remove --with-perl-* options; revert buildtools/wafadmin/ Tools/perl.py back to upstream state; (bso#10472). + s4-dns: Add support for BIND 9.10; (bso#10620). + nmbd fails to accept "--piddir" option; (bso#10711). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + S3: source3/smbd/process.c::srv_send_smb() returns true on the error path; (bso#10880). + vfs_glusterfs: Remove "integer fd" code and store the glfs pointers; (bso#10889). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + s3: libsmbclient-smb2. MacOSX 10 SMB2 server doesn't set STATUS_NO_MORE_FILES when handed a non-wildcard path; (bso#10904). + spoolss: Fix jobid in level 3 EnumJobs response; (bso#10905). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: Fix keytab array NULL termination; (bso#10933). + Cleanup add_string_to_array and usage; (bso#10942).- Remove and cleanup shares and registry state associated with externally deleted snaphots exposed as shadow copies; (bnc#876312).- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Fix leak when closing file descriptor returned from dirfd; (bso#10918).- Fix spoolss EnumJobs and GetJob responses; (bso#10905); (bnc#898031). + Fix handling of bad EnumJobs levels; (bso#10898).- Remove dependency on gpg-offline as signature checking is implemented in the source validator.- Update to 4.1.13. + s3-libnet: Add libnet_join_get_machine_spns(); (bso#9984). + s3-libnet: Make sure we do not overwrite precreated SPNs; (bso#9984). + s3-libads: Add all machine account principals to the keytab; (bso#9985). + s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be NULL. Ensure this is safe with modern AD-DCs; (bso#10717). + Fix unstrcpy; (bso#10735). + pthreadpool: Slightly serialize jobs; (bso#10779). + s3: smbd: streams - Ensure share mode validation ignores internal opens (op_mid == 0); (bso#10797). + s3: smbd:open_file: Open logic fix; Use a more natural check; (bso#10809). + vfs_media_harmony: Fix a crash bug; (bso#10813). + docs: Mention incompatibility between kernel oplocks and streams_xattr; (bso#10814). + nmbd: Send waiting status to systemd; (bso#10816). + libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL; (bso#10817). + nsswitch: Skip groups we were not able to map; (bso#10824). + s3-winbindd: Use correct realm for trusted domains in idmap child; (bso#10826). + s3: nmbd: Ensure the main nmbd process doesn't create zombies; (bso#10830). + s3: lib: Signal handling - ensure smbrun and change password code save and restore existing SIGCHLD handlers; (bso#10831). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call; (bso#10838). + s3: smb2cli: Query info return length check was reversed; (bso#10848). + registry: Don't leave dangling transactions; (bso#10860).- Update to 4.2.0rc2./bin/sh/bin/sh/bin/sh/bin/shsamba-32bitsamba-gplv3h04-ch1d 1703082713  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.15.13+git.710.7032820fcd-150400.3.34.24.15.13+git.710.7032820fcd-150400.3.34.24.15.13+git.710.7032820fcd-150400.3.34.24.15.13+git.710.7032820fcd4.15.13+git.710.7032820fcd  sambasambasmbpasswdsmbusersslp.reg.dsamba.regsmbstatusnmb.servicesmb.servicesambaauthsamba4.sounix.soconfigldbrpcsamba-bgqdvfsacl_tdb.soacl_xattr.soaio_fork.soaio_pthread.soaudit.sobtrfs.socacheprime.socap.socatia.socommit.socrossrename.sodefault_quota.sodirsort.soexpand_msdfs.soextd_audit.sofake_perms.sofileid.sofruit.sofull_audit.soglusterfs_fuse.sogpfs.soio_uring.solinux_xfs_sgid.somedia_harmony.sooffline.soposix_eadb.sopreopen.soreadahead.soreadonly.sorecycle.soshadow_copy.soshadow_copy2.soshell_snap.sosnapper.sostreams_depot.sostreams_xattr.sosyncops.sotime_audit.sounityed_media.sovirusfilter.sowidelinks.soworm.soxattr_tdb.sonmbdrcnmbrcsmbsmbdsysconfig.sambasmbstatus.1.gzsmbpasswd.5.gznmbd.8.gzsamba-bgqd.8.gzsmbd.8.gzvfs_acl_tdb.8.gzvfs_acl_xattr.8.gzvfs_aio_fork.8.gzvfs_aio_pthread.8.gzvfs_audit.8.gzvfs_btrfs.8.gzvfs_cacheprime.8.gzvfs_cap.8.gzvfs_catia.8.gzvfs_commit.8.gzvfs_crossrename.8.gzvfs_default_quota.8.gzvfs_dirsort.8.gzvfs_extd_audit.8.gzvfs_fake_perms.8.gzvfs_fileid.8.gzvfs_fruit.8.gzvfs_full_audit.8.gzvfs_glusterfs_fuse.8.gzvfs_io_uring.8.gzvfs_linux_xfs_sgid.8.gzvfs_media_harmony.8.gzvfs_offline.8.gzvfs_preopen.8.gzvfs_readahead.8.gzvfs_readonly.8.gzvfs_recycle.8.gzvfs_shadow_copy.8.gzvfs_shadow_copy2.8.gzvfs_shell_snap.8.gzvfs_snapper.8.gzvfs_streams_depot.8.gzvfs_streams_xattr.8.gzvfs_syncops.8.gzvfs_time_audit.8.gzvfs_unityed_media.8.gzvfs_virusfilter.8.gzvfs_widelinks.8.gzvfs_worm.8.gzvfs_xattr_tdb.8.gznmb.xmlsmb.xmlsambaupdate-apparmor-samba-profiledriversIA64W32ALPHAW32MIPSW32PPCW32X86WIN40x64msg.locknetlogonprofiles/etc/logrotate.d//etc/pam.d//etc/samba//etc//etc/slp.reg.d//usr/bin//usr/lib/systemd/system//usr/lib64//usr/lib64/samba//usr/lib64/samba/auth//usr/lib64/samba/vfs//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/omc/svcinfo.d//usr/share//usr/share/samba//var/lib/samba//var/lib/samba/drivers//var/lib/samba/lock/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:31907/SUSE_SLE-15-SP4_Update/625f171e9af34d04e78337ab8ddad37d-samba.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linux  !"#$%&'()*+,-./01223455565665665667656665566666555668656565565656699:ASCII textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=bd196365ffdbc7a83d76eb19b15742919e6f17f5, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=920ba946c7853702c953774f50211dfa8bc183f6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=51dcd86194937b56610c70081d851b96ac0e4000, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=61c9ce14e7c319ff5659f63a6ae1a2c4a091e3a5, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e10aeba9513eca1eb02baedb24b58448048859f1, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cb294b6f1724335759e7b5d316ce87a1cf60be53, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1dad845620f4f625542ee28fcd1c5eeb7d4d61bf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d8c7fff80511d30d9cf1cae73a2be3f4f3131027, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2beef34f8f553265af15e6b9edeacde225898343, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ce52b73151c1cb4ac2298a11216a4a4cec9b0888, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8d386379a592bd35c33f8450238970f669e7f02d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=38743bfbe5ea64862c98df9c75c26a40fe642739, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c485ff19bbbcbed3c7c3bd65ffcd6d9b0075af42, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6fa2dfc649b13a776212ca58fec486b793fcfe54, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=494bebbc21547f4b48bee1b23e9e72a755347353, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=da00ea4e260522aa99f5bc9d04829a1878806a21, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=46c8498be96cbbc43518abc62a48bb3608aea1d8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1ac0f2af0b52bec0da7bb85ae12b8719b5e9d11c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=80aa5198637f58c7d9b781207e8f0938ddd91dbb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2c1c7b095e6529d82041c3507dba2b807ff0a888, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e0f0ca71b62477445542ec172bd1b21eb287afe8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=080761e650c4587c75760d3b74725f007c77ee76, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fb83268446793a2811eabf8b72c2cf6b3692d6ca, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bd0577402a16facbb0adaec0b8c486646231b033, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=917ab40326263c5332c3e0c59e3c9c5504108056, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c88e83142305830a22dfe9211999d2004366467b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1e6f86af8736e73cfaec7cb3bc0d37d1045b2bc5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c53f845b50429770c689e9f6f278389b78aae836, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=63010cbd5c7990f761fc20772297388e490458da, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5ede8e347acf3fc79a240e77a608ab55e0b646cf, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=00b7d829ff349d239d6d7515a46cf6d3c16a5638, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e6f12125c6920249df1540a4be4147e419382b12, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a82d081fd2c56cf441e669859ff9be53ee23e5b3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4692fa8a64bc6c54020114225eea7fa2057daf8c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4b16cad04986f26b4edd533a3759e4a8e84ce577, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fcea6800953a032cecad74ab66072100e8e99a40, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7e13744f5bc0c6eb13180ad3b84aa171ae15fb53, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=abd2b7ff6051282d9eee5c13ae7f65e197336d32, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=308cba8938dcb0f16ff347f3591c4a430119af3d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5469463695ef012800b8c21c42f35c921551e04b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=50a5084c865c116ccbee52563944c664d6eb936f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=086191e442f829a73146f5c0736d618669978957, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=87b83d469346b31d2b6c8f0d78d5d364ceb6563d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3f26fef2bf095d63efc4f833308dcd6a2bfcb330, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=53e1119c76ee89cb5e382ff5d637c227d8bde4b9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a464bcdb3d295f5874345a272fe088f772429e82, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3649c4d4018fe84f6693a1140d7287aa705ced9d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=100f521c2fdc571e2daae6420f7df8ad0eaa6e33, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5f3cc5deaff38e77ec31bc977bd17d2f9c865450, for GNU/Linux 3.2.0, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)Algol 68 source, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)XML 1.0 document, ASCII textBourne-Again shell script, ISO-8859 text executable(EU{-BS[fx7HY]y$?NdxD(&   (*  B<R}R\RjRXRR/R^RnRlRTRZRpR)R'RfRNRxRhRRRR&RmR(RiReRSRoR[RgR.RkRRYR]RWRwR{RMRR5RRRfRR\RXRRnRxRZRR+R9R^RR8RRWRR[R]ReRYR*R4RmRwRRdRfRRnRrRRxRZReRRYRcRmRqRwRRpR\RjRvRxRRRXR7R^RnRRTRZR)RRfRNRRRRuR(RiRmReR[RSRoRWR]R6RYRRRwRQRMRRhRRRnRfRRRrRR/RxRZRpRoReRYR.RmRRgRqRQRwRRTRRRRrRnRxRZRpRSRoRYRmRqRQRwRRTRnR7RFRRvRRRRRxRfRZRRRpRSReRoR6RYRuRmRRERQRRwRRhR7RDRRRRRnRxRZRRRpRoR6RYRCRmRgRQRRwRRRRfRnRRRxRpRoReRmRQRwRR7RRTRrRRR\RnRxRZRRRpRRRSRoR[RYRmRR6RqRQRRwRRhRRZRnRvRpRoRYRuRmRgRRRRfRRRxRZRpRoReRYRQRwRRRR7R\RRRRTRRnRxRZRfRpRSRoReR[RYRmRR6RQRRwRRhRRRRRRfRRxRZRnRpRoReRYRmRRgRQRRwRRRRfR\RRRxRZRpRnRoReR[RYRmRQRwRRRRpRRnRoRmRQRRfRRRxRZRpRoReRYRwRRdRRRpRfRnRRRRxRZRoReRYRmRcRQRwRRRRfRnRRRxRZRpRoReRYRmRQRwRRpRRoRRTRRRfRnRZRpRxRRRSRoReRYRmRQRwRRrR#RLRRhR7RR\RZRRRRRfRRRxR!R7RnRfRRRRRRRRLRRmRAR(RiRSRKRgRYRuRaR[RsRcR ReRR]RGR=R"RRWR6R RwR{RQRMRRR%R\RRRRXRVRjR`RrRvR^RR1R3RRRRRRTR)RtRNRfRpRxRnRhRRR7RZR(RoRiReRWRSR]RYRuRsRmR2RR$RRRgR_R[RUR6RqR0RwRMRQRRRE+N0U+*=,uIcronlogrotateutf-85e3f8f0c87db9016499042547ab7fcd649bf31d7693ce59609115c8d29902535?@7zXZ !t/b]"k%˿m2_`dۀ{% <꾣7H5|6%W3Ļ]O\̮,nVwS g>z)g_{9x~yJ}xcvQL(hT.I-;}4ll6xp4Uulz\ :fGeN,?0ǶYk^'S˦U 8_O".7s4x/5yTܺf {35䣑ϲ Qٽmì;v8-]P3f_P-$Rq7鈮!:ɕNc ZHIöalL]"| LZ}35T?+۩͑z!*C<'u~0M+{tH~ίϹ`L s#Laorj|@傝0zxh)% 6n=`clM/ ;H/ x VAnZJx8]RR YqOUyZL %5/Yݕ dߓWN}hK"r37\{f%Z 5"+^ nERo߸Y5Us v=؆Gנpzo4wm1^ ?R׻D,6BJNOG/?/n3 . ]22 FuiɆo[+{$wy.%dJ`U 4S΁ ۜ)*9yxWޓ1ϧvAIrqM0$| ~Nee";~ ڱV5N@/H!nE*Jx&Gu$*wo#N "巟xwi@|}$\$TD;oϻeoG$e$t=F`{FbЉ Dй)3:DG{̼bhWF< ӟ'xʡ'/ЇmjBGm' ƸϘp-)l7"_*7ULtW58UW1vqmZcb[0EzS'rLo&H _XA1Сxa Yo\EIU 4rrN$UDJRrYk:O+%(,PK@c0f6͜ 9R1j˕aQvL3㫉*-G`#ia;QPJZO`^b/?.(HeIП;YKQ4FG@ eSS3P+۞ pKu߹͉3Ux6-TiMY ?AųFw{O_8`YtTѡ7 uQ]|uJvo^,IEQj#WEaiBVbw&WlT9J A *HadyQ[L٬BZ$2ݑsC̬ W͏&ˑFTsC=C\rs!%1ןw;6pt#6_n`A" MPmgjt;nZ&d);Pg O.E+22YbR)a3Ȩ㑚U(k0>|o|8V_ -+2318*V¡sXz`L=o|bM+]4}c$g~OOe:.>^ARuYSx+ QX6_:Hâ*`0~b@R0jlWUpKostS'TR 8Y7Ӓn80DD ISL[Jke9`ȳX~|5|^RNJR\roV7-QPΏR%K`Q -EL=b 9d4 Ey$U{*ğ*p@BmR~N.JFVYADٵ VMX=XHiCUxc-`E'P|Ҙ&=\EdYꜩWdrG@V YSXnFpN)6-2-H] >~Z=)n5Fb:w@ٿ|M DM^p88LHuĈ_@'Ig`m1zL"Ԥ[A=n~sopT2i!8 N8TBs:Ϋ'2DL~3HvH'㘷d!1zh10nJ !sF[\|0:b"VWtq*뙔O~5JI\)c'f;Cr QHүB曱#)/%e Y:$#}k/'xu=}9T >Bh>!ðfSRl&EP/ &su5^\2dNTeW{7ɿrsv:kKfSO+&!~q`R0|j33X1Qe{~4EHn&'6E*IK/fޯ=Ği QY[[sLL7fnA}Rl/X2J5ۋ/Ck+QWN !~.Q됪o h[QU0,VzLدq>$`Ft]it_ PE_m'a7Qb4qxӂ#X{b^86AΟIWʭt2ns5N)%Պr>B..;.k)s^{[aŨę2J!eigҌ_ YݦFO( oN09C%TƄ힋u/߯ X0 ]y ١9jЎ&c5chpս3Ɖ&5Ҳ֪[ @ƨx`9h& %4Ů8ci@jGyޏ"rQ'.Շ"byEOEE.m' ZcS(MT* ّܥQNٰ}f.`NEg3w /0_+8Vs:BsM;9igig]݋5$UB2G E%?6J*5O ͭkoWʃX& <'@YwLSZ6{-P`[)z#Pv-*5ſX]fc!m~ R*ZEkkv 71Hҟ `g#'j;'Fдqm4W EIOwuzP=3艛lIy9(n0-zu4I|e‘ bh2"ziK#ta8PqL?6 >06gK=12H ΏP/ˀK4? Յ R,+↡6vX30xxǭH>4ԩ֬jIg\䏯fSSVJhϢa lZRH\Fko{ЩͨcrFO)j(<^5r0,g(E3L>T0| 2zY)`gqI ; 1B Z9WC_*1l3Z po PhC;LƘZ% ù=>:U6-ۨ _.Y`TOH V\7P-׾h6ﺨټfF=\FEjB~%uMYf j}9Mj3N7HD ᶍ/dC`F~r_ yǪ!3(S4 kPu3@p;:"7I# T4U!}fB=V?P t]TxGßSӜQ;7/)IK~]  ,1j OqPyj2Shazg..~Jh?ed5-5|箒Nյź;e=FD@?FmdvV|ddN>}^|F5G6jlu1&'6X9 R#QHzHr/{#Wy>{Q] GəsG,0 UY>!B=-v&Z0сo:gӶ@mkP,8u1x5s]V6 yq 3#CQ<;N~<9"MӦ+iúckϗ_ HUʍ)-a*I#2[B?k,]dl :f[TRUv2o$}ݙĐ7Wݏ#x8Aㄶϡ+}w߽ UI'r"[-ۓٜ $ Z>2H2i{x,k _/J-4aaWFrZ2AdRbq6hXRO1s&FMbgfz k.OXP˹Cgw1z}z:0 R=M ]Fű?Gۧ1o? mmaT p^LxKt8쨂 v*~+, EjkfjAb3wRqe\<Oh-,DٵNs VʃfCrӛ1]Ez(ˆX:NW>HwQT_g΀%)+iS Z▓.9)ﵔT8h ]dJb@5\\ʛ N_F@#t<Cg=޻JcFVꩾJc.R(P:F1%j(Mʩ q^6X](K:է_6d ~iJ4{]'5Ph;֝D6=La!MD'A|,=EyVnM'G^Wz4?6z'?V/)jQM3~3 T/)VwSwoMb&Y@;n;Uʰ^? ou #U⌛O1-)$ wԲgHo,25S+ˬ(]GPC_ C\{h+f鋕:Dd<hi5)s'5륡ys<Ѡ =B )%X?5F,\t@?g9;iTzY/9V hL:3,t Uy8 CRA@a~/ <[q;L?q2&>ѷiQBrge )w&:!UW=Qt;w()$םY$KdZpN4K59Q~PVŇG 2W-؀I~b3|S:@㕗D֔*++l96wXtH"5Xf3k+uA?jw!]a F(o&P((H,q6hW^UB=6v9\U% ú z!vBZ審"-C@L CFk 1YSkep<}TV $'K5?LNk|f>plTڕGΉA쿥Uoxկ[ n넥>̷'5uݟK}[lF@>Zos m%:}OX_YVU >} `ŋyvr_5 SY:zVP<36KT+h4sv~4.XV.kyPPh79JGttv<16чA _w4qg3,Ri_ =賋E~cE N7^%[s׃x콓 GN_?ZaQI^NG:D)QO 3̀.jB\,֦J.FA$؛EPg[sZF/ӰJH1Fvم1uLAP27`WqrԈW|i $|$9)} ]3z*1fgKO٠ʏdXZ$c H*YU\zlv捾zN U㙼Vh|yCYR1"/ 鯿6SHczŠcɒ)" p CLΦŤ%@XA>5Dm0)L9uI\rpvaH_[Kɳ:mxKAlʎ1TJj qݚCx%օL͠Ds-I}d6k1kWF-fN;-v^b|=oPIh VW8@ 787hM42Ϊꄟ| |dlf2L-;;e1dW}ֆanU^!VލNnboq43 SoiɃ TвX HoJI,}+_U9 5oifQ+e7 xL8ݫ;~պ1/~Ks'{-{և-zs%[HK&Ũqʉ#föU$[ uqɓ'qT ;pZcI}w{PiD$&m(,v"Wf cq[Jnڽh#ܷ|]PV@gW(4s=+6ͅ ZvƓġ. fyufhy{-|)q% if52>QB$+v `}ϬRlRWڗj|t4E*v jv>et3m!gMc~˸,^IBy;?#I 5F4)-} UyYrjBFxnvAɺƿ-yIP#'l=6s'FM*2nDn}H f&t:ڪm:A!O|A:z#$G,sߕΤ|A,cd9r=xO&ǫ&> c[A\8r[^϶i}$vLM2DO™RU {v.̬ZM&|Xj"Dx4cwe92-ſ,ҳB&"gp3V Gֺ<^łeoKbmW9d]q8Ab5+yC5RkL| 욂1(+A .xTexG͔^d+VMG6}^Z&,89#o0`FIO2xTq}x6w`AjBf@PEWSfW2j tXF 5+,+bЪK8":)4K02FEYoS!2l䱊~~ SI(,R޹@SZlGL8Xdp,:hӡu}KzD<S-B!ϵB%nD<_D pӤ>~%YoYUYб^2M\W~yԢ0A~{p/YyYP<{nT""r]PWPVoL׫#>*Џ9Gsq dtDRA,ʨL⵬Ėb #58pYs!E%9{K9p4-ذ?hF1j_-]ً">D9 H[ _V\cUv u!8fJeL )jF\𩐨I^3fYZ6Qr`66:f`YjqM3F ״zho);ȩdoܝZGΟ7'2J|r uɔū5 qBkLFxN$-tD:\`aI=HllDӉhYe/'hJf^=gfe&!`pDzx+Y26K Jakx"cp|v<PlrVZhrrԕ7O$F(DZhEBM(?>@S:QZ֠ xI, xV3؆wl`ZKP>{[wZZŨ9Ab#e_=ۧ,,\3/Y&̄^09"^M܌ *h*c+lDiV `t bەA?y Om`*zH49w $jh.*C*(okf5mIpۼ4{W 1LI XTP"CgS&+]5TG!lHV*H $ISV*~"A mԷrqN;GZY @țޝ0?^fiE˙`i/<)cf o:?'ҷ%36FnU!:мGUNȼdd,k31CPv0,Ci2jT/' ⢝vG8Xq}g+ z`=_0Yd<$c!`/\)>jx4UsaGCh$OۋT@+&gf$ g0b̀`5a1Ę"8d譼zeb|pp@EoOE ' c*گ\sVN]q"B~-8 1$An6PIXl/k$*fjKԽ  $!g}c;8ӸRymP#L$SHEP[W"IԘ]8d V蟝ed؉,rm.,&Ĝ3_u;*Te1T̘bI6?/3Jh2|VV}spɑxv{#?p}<v(C6lgAGձA~ai@k Iv5'HSdF5H>i>G]cy pV: |S`UDǎ7D U<`udUWvSK%[%]nա^ ^Wv[!̟S܊hڌҲ|1cX!eCǠʚIޕ,^ F&YՏ'Ϋz-43|6N_!b3lk䶗ĕDF6]m<j8/oA mzf_Aw]iOg /J, 2(c~! jj yjVKqk:ՒIKUR8Ś C|kۈ!w]*NN>S;ΟmYǺ~?{f*O%M"tfώ>,wff1)#f8'ѐ=WO3Y5;` ⿟B#JN!K.w8TFFnLMF /K&*PqUݱK SH6|f^VReGol?"@5ÓZ$N]G0`=ΑS*&~YITzN.41jN\×MnpA h MgS)VnA ]&(a vĖ7v B^6#_S)!2v$ ҂<8}("%X;|M/LZvIN?Ļ4A6b*7SRo29֍6 -x7?235-pkp[N٬-E'JFx.I\h*S(}(Wˮ#9L(9EնWdhceT躎y4܈Q*0 ZUJ`,xpc(#Xf&xMc}=μ¢ʀkt,rbZi6ӌ@&5FS+_jFذ֛Fb :~tM rQHb1B,)X:CO;U.&<ʼn[Z^cE]? E{ˑP6: w{mL>'V{&iEiX55sFMec@,ۮœ:4Y4U?hj2 27])Y^ɈdGw\D6zI2QBQ2+XVNQ1qTaas:tr&HQgn;mpRrr=-q-`!ioxh6qIqmHp6l-?l)]yXGF){.݋ q7ʬ)dn|B5 8* @+$},JۚsU'Sv"PFq;ٲe:3pr!n-DLf۽?X*mbbbQ#Olh73:b⇚zpq`;;,TL%T*∈"yA M3_z dY ʵO9x LS?os?1f_5pn[ԡ=ZC/Xi8Z)p(S Ҕx4MN#hm/Lzqf;?=z_&zXA*SW{NU _O%+ФMML}:7ay|=uNLrރI~|oLq`]$pK7\)x%(E6@]8!4,*zk/s.8409Xϥ \wلBg ySLNbU2u9 B|]&|˱)XTrYch`}⌍̰ZAĔݿZ <2l?NIU-O yղ>>(+:?ɼo7?c Ƃ V#0_odR&5:sm%ڜi~!_hO#flVQSCuI<>t vQuCu_ 7[Zu8 MMdCCw@/./ b*q&]h՚A\>CC&[Tc-;չz}#K41 {8hv-(:yA_rt'ώaC CH*qU9iO$Z * 6B nA_4xOa%(4/\ AdJlN#=ȨtCL( 0#f_LNC"XgHs6Y-yfϪ c% B[hYi*3+Miu&6 bpekOnsNƫwM{K޶ڝ(|;`~R>gN97QT>X8<mE^ąE|a,293Rx+_H@y0bX_rK{ sZhn(翐mt89w[ys{IJmYknL4u΋jr{|ti4m6Dt fQX-RzCHg9*ɢ^_Vg=DN~j]/Sv%zV|-t篗+U, :j)4@˷ +w2Lc/U.]Kj:@+4- &^|B% P[`O {QwIu C= I{ Xn*.GA"sCcB7qVng~?|$Br΄1F pA$_V&>Z[-ҿ0˽#_!>ҥn#esʌ 6 tn9n@||jqm'췭,҂7޺`gD{bSH4 2h.]%Mg zҝʎl--jA v~ &%roR ú~O9C>Ρ;+KM9ZO= ޚ@l=r,$Aۙs|(ϽnK21LO螀f\vjտ !kHR۴}ܙNyqAOr/#"hjY`seqDc+Mv wUJvvU WZWtXlRa#lE^Ҩr+q.m$tRT$u]0Td>C ŸK6=w盝,QUo4K j{j6VH#t:g"Py+49D-K6t~I).z 0EX@wrV23Zpt͢@]P 3-H:Q6t8Lb& }5וӠ!C\yg "r)g_a#A|L.~$U|xH}01/KːsmYҚRh`߷ zY=->/ΚZx51?y{@wCZ"|.rAXqqj1h2}Y+gtOJ M987V)SN^r[O_ivof#XpDn?eBݡ>?ar:w /BEOS<\u[?ۨ &RGuER~ݽ4X:}?`-j ID-O͚ڞCT\,+g2mEHrkw6cqcdAT/6*k3ѨX!_[$y`_P:0 o#D(SK$^L ȺCz`0Ě݃H@ЈhQSSf0>l3c71F &|œ[A7j"%W=MEB`)9.Aq-I{A]Q'X+UvxN+t5=% < S3 M̛PVՙVv!^xD5=ҷ" ѵFe]/rp^~+);t[x@q^mNvқoh22\BK8Bȿ ǨqQ&1zҫ&\ C}w|wn-(W%#ARŻ92hfk| Zagwl3D|9,vf)a&9>X9`۹reG!0?5I\4YZsp;Z z9ƇwB=ZWvsk""N)<!?%͛ٛF֌=WEZ.WTD%_oe$tlbdLbFB^oo/BQ"J;:%:sۙ9x e=7ϵ ;ze0>fnN!^q°(maWLP s5љ#n '* +0橾C{%Vdjֶ6;~imc\\X*|{5mљ>ԋ@ey2r7["*  Hy;-Ee>Ĵ| D)RT-i uE^dq%mB JĦ{vH쬅"B8]~ OmS?J: Wp woʆqQ! ;p{}e%cd]4)kj%?SשÚ{ۈ]HAzQyOҬ#4ժFMҏ+1V[ TJh7R!o|_{6Bj{][.5 Q~~p/6zW>~uBu RUpY*FMdCk ˪oA0gF h(# ȲJa3.$@h(T.T:4!ձ}% 767 .!vy2̔Kt!oC:1Ja_Y Nl/R뛌V|ժ6jNH%|߽lHFrƊȡraxnos=lW-}9YcU?:HJih&d%{c] <$MVAl^ekc]Xy>Z4uvZup`C$o5;\,IZ N[ =D52_c@;QD,>Mz`tDVecU1Th4:j( oh52YB5s[3؋F Q@4p珲pn[d@N=aңhAaSj)(]ɒjuu_g 2m8W똳qs$@ p=^ю讽tਜ5$XCXL _vEEԇh1l>ҳNg92UL"$O yl.`.67 cg;Lf >´[s j޿ ]7,Uw ǜ΍ٸ`# 8@!H\.kP\?yO W;|TixEW{J۰ϩ  r,%l-+E#s*Hd$dnV냿H^|:7qSA0XjŽϋ]rÛDyaIg5Ka;I F)J"WfS|V_9`vs$y0r^*p[f`RPcjVՄ a5Hi*G{Z)5ã5׀upk^ qM)  Tc=2l>V Q " "ApR,ބe'祅Q#ZJFl)yu|cv+uLeeБx3;ѡ}?k8]X5^DsoeN:Գ5 gbf+/t3YY5Lp* ([XA-m"h3G o)bW&qތ:2uk} 3\N^Ze/L|PhxbnKrkձS-L,@d^o 2mdoSACH!!AhZf$͋1rq R4MGrE!v^>cNgE/#q*`up$C.b8]*Õ抳PрKuFE])&l#wّ$ l~&TZ79a7݁22ģ!tInp02t/M~6o^k鰶UiL^|9o 'Yur{B!>7.5 !5O:|!EssAga ,5z %mF4wmߔYE Ģba2U5MPmAE9;dO0 )߃3Z2˭%lkUKG2<,qh|]"-Ux?)9Gp &1<M*d0Ņ Ί=?* ֝ lg\Sν h"$=G[ɁwߌC]OKi"H"Wzli"2X@ɘ&Bs)>/Ȑ*똳$fL|D`ܜvĠ7_78>qfr+`8|<" Y ʐ,%#좆0/KߐNN QȄw}' ӴT-e )NFȟ<U,v1et7P)k PW"NsXòVv *C:rj8;tOFTARZ^2%|*3M(VtLR(]@`_AAtE}r!'8'ibݗzuzk??0?YbPl ഉ^=sDM1Io ;-0]sڼҹ~5I* k!.ÁR䯆׃P$Uΐ_^  rjuˬp9 #.3Oa4[#VBΊZK,K:k3 0IN ظ. < =¯Y; x7v? >Ghb;Ҁ=wY , 'a3his~suַ9B4l^;`ЀF&ْ+hE%L=MVNT'  b$m}8P*k8 bDGԜ ԌtYle4FoIL4}11 $|=9g/p9$E ݥf0$1.&3K}Imu52YVu`漲\h*n$0 ؔǍaX,j&]o/3s4$g,Yܸ<hްH`( ţX#HN>Bz`푤 -bWʟH,$#EHF˽s^40VG|'̬;(@$8m;_Mn5+%utT)+ϵ8Gô(.z7sL}Tl)*[ ?*j;AL8XYrې Fr4l}ͧ(lȇ0! XEd*)*NA2(:dEʭ[i:8#j$G9xc̴:U)&խkwLF{ g s.;~&h&JPS2d>W߱pjnj!P;IF(w\1Y!đ _9JG/sk;2CEG:~UOV IƂb8)1o/\@VgƵmSYwrCIYIA@/[4BhR ԝtn2a2թ+ۆ9/18*C(&4d;M mX=mToX46%hΜo!3H-se z eGg4Lvl%B$ǧ?Q9v&Yy*"vR9i А%4K:۟jgILDyyǁ3 Vy2Ybć}x J|"O?5k3y,Hud-+sҀNG,2JqtW0vDiL5B=<M+<.EuBpw v#OC7TyVi!BP|RC'\,`yyȕ;+*}U*}#UYI`\DK1&BdOr4Ef~]ޚG#+k۴" X2@Bycߜ%'74% 9ȤKT*鬞#q玥DRy"2\uRFlQ\`7n[}]Y A_g!G xf4S<.Ÿ4r=C ,?|&>e9zZܬpjEFg}AKa<:8&yړzCe e4!NOw{ui\zVD]'+b6=Qmwϲń5e{uB0Ԫ4X'L9bu%R/$] 8T,ߊlx]xd20uUd!2-NCA ~4mM;#e`aFd)Pl|Oϙݠ몳͎]C͚ĸ--YQlch)j>r =iPY ` i}L%ǟx cڸ,+Mu5*R: /?KAfOUM7!m<9E!rq~04'X?\e~LMXVK21iGXL3(1'3˳τy)ABO(M60(!Nov>QB=AJ&X&Es'm)f?u=q!CakNyorMYK4[mi>|JFKګ'gtb;Q*BqL@n"Th[`B#쳥Yυ* Es-pn\6,nAiZ,o7Q$ʂn \sv3{73 kw|f3/Ύ9m, -E+7}-YӃ%ܵ(ROdDS&›\s|C(l1'jJNQu/ֿn]n~V~b5S4dR wfQ|--%)s'svt+8m -8"NTPTdPڼ{B] +(* '!tHԹL?scD˳Ov NqC1QEC3m9{h^7|_ðhf)(& IEX+l<ԟoܫuf+`7x Z^ 3~poEFxۤ=q7*(K=Btb?w{w]iW_tjNDZv^x}@OY! Qe4,7QdV#6ʊɬ 糄yRRCC\U`– ."! 010I8-|Vad*{u,þjo6J| R.Q3f>5/> 6wk/D҆ ׾hqFiyhD̗gsgxv!ʌqJ`?JMvsFF9?' l٭Z4">AB,,aܧn14Y3>&([(5W?(6\8]kW0˜P/ء'8yL@`59ɔeW#J1E*޳8Zw!CSҟ_"uַgC mq2Q!HD^gzfs*hZ`a\KDoP'h[/>'W~bmZJ鋤dvي_CqJ >Lp$q~("qd[07X|fCQ%YA+x tʡ4Ķ#D]GNGUgb11E7H3Ӟ)N<p߁3H⪣/>|&kk5o Wy0&0toO }"ZkAHi_bi=M@X{P_91ap\A k/c]F 77h<@E|Ҙ^8i6\Ԥ:nOAi;w&3g|6я_'RK 5 ~)Cү[^"NKhx# j2,UcZiVE(S8w{7ΚE; 4*oTǚur5ݥQQZl]>y)׉W#\ 31+"SԸw| !'҉M@í($Ǘ= 8B!_XG碝yeQy&lT =Jy[[+uIp4C!p|z Um\{qߖfZ^E=9a4UY1DSqOaaɃ># HFRDDrD h Lp^u%}"'jT;´$EUR_-cAT~TH >=3' 5R3R$Vè<@2_h ˃geү K8BD8K糥w2 ps˶m4I[}| $W`-5ESNS PD(ӵPK0?U?(6G_me!(kRoy).\ SYG1{י){oU }hexYw`j09+Xw5JhFLA{]wh+Zm}MxamUw`;1&jv2pI16rޘq T'<=6gkO9g8KtB9t CUlᦫVR<>Z5Y`y/}FRdip>TI$6 (E-t Ushšy ,>6Hu 9Q:PW]xk6.\M+ L؛xW`tnlP:v8izhzlY+`hC/9c毮uJ dL.8\LUE~`+Q%3'k,Wd83%L"zz0K1r}|ji,0bjk\yhLܹMbM*v2Vr?g=Sk) _}"CI'pSx38+Kp@K3nZ"긘?]8[A?b!J8,ivl41~%&jr嗡-]-VY#>q. Q$Nft uwOBdW<q6JNT.'8A0ueu{ FVPIrKe7m]9LXM_&O6S р/ 1Yb,EQ8jO*(ֵ@ɪs T}I~e6.G&uAN}Rn5[P 7e%x)-W,Ό 494yP0l0gt?\hנ Wk|]ҝ/ViuޔDj[w8^1!*&4,2n^GiDK5d܃kLcs`4<&h,=yϿahiGϭ !c Ȳ/daL11N'bѩ  _ҤF[S"SO[٢v͕@ԭ3.Pc!TXFSe|wa?/C.sr_)Wz7͘Mߦ5c$p^K|9v ]*ndwtzU0hO7,̩%Q ,[.[CCJKŵݔCqǵu.Тddy3##&E{N/i) \h*TN1'cE5,@;>cmt%Zus_{Fn Ve]( z v+Yd>Wwh&7D$衄bH8 ٴ,*"/lj`,9tNګ ^3nҡs^ىE}.햺5Qnm$'~zsGkgV!yH2/7Y&jx6}%RRRPXp e`2'3$߷a-A^; 2:i Ά*h|Ud6!IȕHY֚z2M8A Bާ_XS " &XFw\.CCR!(f(lT>ӂQ\2!Ɂ~Vf܌(>K\%jǚi`w\+.-yd*zȸPfȼT G35NH%4ut)3U,b$7dt6AZ? RZ(yk[&pu;DgկYva a{LE!\~xc 3 8b)@ (:r/ m+Pst'am^ЊZ9';O9gpW|gW|@DʨݰX8jJٸd{ho2*V?¬GِkTWlDnhBB*h\P7_6(t/x5iWdBwu-zs_VN^#.*D =\vG` bN)Jy]V{T0Ƽ?c\ H_ s?])E"| @"dP 6QWrr$~ *E/ZyM\]/7URe@/c|o^@;jmfކmW.ز ȪH8O+#U UZ|r/!=7`Fñ_V9y|2c(XVzmyθ&"^r( ^ o!gRDf!=rtW|ns^ +_N5h&j~6~ls3D D$z0< YRy)bcpBahAUȑslp:LH&=9Ytlb*rn1rA vEXp炌qV4"qݮ,/5YE?bMدV _({0wG# FAÖDʐTQC'OPq2ʘe]u7.*jAPʋ ÞXz!@E\/8GaIKg>-+@DglgoXȐ  ;OkQ&dC/ ckNa Hn9` 'IK)xz: c8Ъ8Эk!{8@XZxd >-q!w܏7^YVi{a w$C[֙ ͭږHS؟r᷹ =-+E0NIe]쯙'(GEW>SoPP$vI(ٺ4&SKGÕnG*mm6W/Y0s7W{O^H)÷H X?̞bzKsgui3Q& ~\ )slT̩Aں hNX/~c3R];M'7,A7H7G[\s  qH26F|=-giȀ9ϫ`[y97g4 ͶDR@X5q.q?RjbٲuuT +օxLJAEb^3IRrfLjVeL"\[TٙK7@yfkWc)ҏ.o$(vq‡ kl"oyKvo&{1g .g9R>1ߕfP֏oK 礽a9xmo ʦ@c6d|ͻ_h*a*m  c#R '|PԈ:bT }zatdÛ|F ޓX@kc92IzdCa y?WO7 %'g6zoO>Y<'ºI}x%s_وN682T9q RD"'}tEtcQ]Hbb-Îѭ` &?Wa*Xmǧsb W@hTk~s#7s?-gB5`m_bf.0z\$\͗DUa^[fecG5RSQ\(1߼Utfid)T @aJI !ڻ+m|煦g > 5(fY~ J=b 2~7rd^.h!p- BޚpM?Xio拭kqaCɣRwѤvnyRWo-ѸjMH] \Y"j 7qJ4v>fyVc_&_W|={ X}kt.JWPwInp'Ɗ'r-%R i{d}tE@ƭ )d7}D*X5GM#G{8>mp>_e\ gD :o]OouV3?G>Y!lm?*s& | #.E .f*e5%s I}q(%JA:AJoE*CRuϿ68uB ˱i:O*ZV`otWˎ,C%QdrAxd28sJM#٩z8;C;[I?ْj־l2)_JqV̸+ +S[rޡ@A; /tז>0쐨3i;& ɧ&l:0'~ŔDু,LM$qZq]1 A өW67b:0~i{a\xBUӮ` TYQڦ܄/;K%%]0Kq-igJJ<_m~^/꡻\`p 2@aXw0 ף]|ĊGCڡ1:,걣?m'z2_A_Um3KC]C c) Zg31<̺3)6 A%=:_+&kh2n{2Ci,^w.5g;Y-6?zYO7Jֹ\s u?`5r)IC;PT3}{iHJ%FrZm{N$kRcFwgGa޲5 +y盃 KqaHn!!5!݈V>5؋R{p_;RUm7P{wS#d:0IlAƾd8KS^q!ұ0dOT)&vV{uLή0zARU b4:)߾2@U;5f9ot|יԔc{3 <һYo.U| 3^"1i䄸AJ?a9^7ktUJkiFMUH!.^{K"~%]V?b6Uty*ݍ~B%\$dD+sC3G7ARЅ.$IfksIbӉ D&>Bɬ20>o+MUn|8}=%C澥UET\N{Pu-p<-(ǰVP,r4!14Mso)иֳj}m~^AN_8[37K#zb{o24|cuc?Y>IuGӸIv8 N5q½QKk[ 2Cmc0^b[K=5XA8 8&BJ1,\}@ci: d46'HC 0:.7Q sݧqg Ju#7UtVoX68~3cnǣß$MN%t&"'.\< \{G<\KYjYF\[v ɳŞ݌e97tPڼeϪ6WFg,XAd˟S1l|O}!g)$(C'u-N`^+iKt>%뽐7NM'M 6r~' PqH>׺#brGm(cl8} xN0|)A%*^?[φA@#ɑе.?b(MЦ,|&0ߡ<9=* MqYo m` jqҧQ-ݮOeKhpoR6,PqD@D ; Ч{ۂ+$eh޺Z绩:ob<>Z귏@Ot7.D9P{Nf~MD#i1H+ϚŇ2禨JG*|& ;OV"bzNc5梨>|LB9M6;mTi>I1y)su ǭ;[iRs#z#*[V:?eцbmUN8/؄reu/8ZL;1x4-6%$2p ;oO8s :790V݁'9 fD6 uE..|զ/M`@- c؆l_Р%E5;!]K(c},4Yeřx&9 jMT\D RǯO̤z{kB9g/1ּF,t4o٤NJKC9PٷK(EB:NʏL[0:6驅lze5M,EY2[)eo S:lppV;Jf*Mc)s4DL*1XhNiEyreJ'^'AʴWBfZ@iNOҝfk1ӵe*@d*{8%:?ܱ}kzQat?PɈ\zd[0\UEMdV:P7h񓢱t#LzAvNkՍDL (27b d>)e ]b±KZۅ~Q'n!q)c};&C|1 Lm^DЮ!fV&̨̇TIE x⦆6kBoU9y$bX. =ZqɯyE)34dސݮi gD Q2姣jfDt{v 5"e{9~Wu X#]h]$$BE*ZVid{E PuEJ:,`9LBW,dfKTq0*nfҭm,\x VhRå=TJhkA1vb`,hBSӵ k_p-{xoT6^%Yp9.giojUtڜ\19sڝzD[Fl(p_C䷋铝*њ.+-Y+#•2p|W99Mðg .'}eۘ-~`-< cI#⊰ISB{]I]Tx@b'C{'+W0զ8ΠeG:['"j) ɜ5!Ez]rFvD9F~D.V'+e?ׯQrI˲F 4ҲqAoߑt*Lyda6lB: ߞ[ tܟjf4aUX#Dt'Dw Fʧ`VSk'EԶ2M[{@IL'DN˺(p.!k/Wv9I8,Ȳ(i0g BQ2o؁Yi}Ƭ,b$CrܿsG V\j7w""i@fpÉ3)_0bqv&tyİJECn@`7tI~j) +u`^/ʇ\M˔\Xj+ȥ\sġ)S{ZO OOK@ƥKO JX>blr?NJ=?@Gi"NXD=f\ÑBWDlN){ED^#?Dך]"-#"BL1y-b*MRkb8R3ITGTv}V4VCRo**B^ ڝ:b=E0OI»Oa%$„tDGE^ cZ@wR9?@5(J tGM-qv8Pl*1mƯI|wIXLւ'^^Ġ ݭgҪ0 ҆K"^NM?E>Kat>FϦR16HBnyD=VJ~!2)?s~$rclgvK|KdDz7./x,4#Bp|?"(kO* W[џZ;-4jZ]M{)E0O'/ 1(`u$amN?}x43#1\v?+͜|\Q0F1ڽW6m{<};ƔS@= yFµ^#Χ̞(H9_¡čTdHagr׭~ h!!IsK|9iR7OqT8A_zmiPB3plXvs؀C܌ڶ[m\$H3ddخ_Hj'*/Yvq@Rbk(b<բgx%Y L滷aܦPXjTm$UjAߘ'R״}ر<6HMmTcBLDaV-YvI@w3$0x/n+-XqE!2m^ &$O3EqQiGDٽ圯 M{jE` H́{Fa2:y7S'$[p_ yr}йq YFs3h%&_'ɩ] > r,)\M [k謎S5>P-%˻}A'Zmto6F I_!.c~J 0V&ΩWS\/lcQ5k .&ݤRҐюxNAbO-ݐ)ʮqdeܷI1Ym/`N7]Ύ z{n'X|>2@pm[1_l#9 2Gb"'#KU)u{k>.^]#z67XT7+$Jl$vaeY( Q҅FDu..`\yiS~A풗2#,nU6jQ nKU~u_FccwB8^q1윝_7m>!FkN1YRHq9/, 2].vOa.R<f}PVNU@A'i6S}f\܌%SYOZht2I|+ѡ?0(% TLT[7h<"IG&*YXfF=vT))OTBm^,^  âr{sIόd8$Q~8/[3a~| 9809IoeniO՟[RJ-{ EjF_ ȒoA/VlA2VHhLn40Kӿ f 4`HOXfpPw4DD?g⠔R=4cjU[oJo1 Tl&E?=U"ۜ6X eky׭bX|QJh `$TCw+oȽ)B |6Vwu8CF[go$;rYӍp| ,Ń%(]Aaʲ/p^Ā$Fvf3x>ٔp/oxenG)zkKbFz hfs bz$DI$Dz\BէVRDF{6tA,v\62s?<ݣ}6NQ11:X3xa1w2urL4x+'is)πf$œmS:-R CQ^$rN?IP?˰ >3D)!Fƥ~nhU< (&}M]~[S8s 5E嶿_/n4Ec1;5Gnj5a7ل9RHvxrt#; ƌ,v0B nώ J"p½Bw|<*W7B:cTbfϯyY D=Sm4$|,  CIUu+/N&*_Gn +HID%H?.X8yjBIT!^vGdgA.fK4*J\AU$)Q\N?2•Ar&J>kŭ]f3y,YC^F-`&V8@ "z/(|$[/W-Vq{pRN81:<{&@C^T4{bgpu^EDa~RR!iV#,9ȀI<2]m}}M7~B˳#78?j+OTz;фU rsg "X!AR:= nX z oD*q[9qui'@To פmVA>;d9CH'#GN$x41uvOpΊ#{_{*v`>^!;x;RyӳjaؖۑVxjWE砫[u3{(_\Жe$pu븛"qTI]}Ot[׾J좼uoFUn[zǍ "QJa~j>ǁZWbiNU:)*pqxyt7xYQd)G mvGP"J_I})01̀ DtNqP*ƧVc.{LsVu@qLS+@BTKm(At+V6'TֶBR; |r5Om{χD anS5ay< @$8YvQnnlW㥅47euHG]d't<v B٬rK@.Xs~J9,+0`/t }>H$L?>H`G‡Qe=c?1aeƟ e{C6FK5qϪ$Z c7LٜƝ%HQD-oၐ+J- 8I>]}y6ُԚˆU(/S5Ɠ`v6A-3B3,n{td $lJ=\3u>Yeǣ#Jk8,#HJ2&#qDāv)&ª2^&K1/[Ɛp440Gol%P~7,t$J bLVu[q`38ETq *[꩚)qFC&+-@ی4c-(f,pvVUT*x`oI0%BH|U8K&juukk1[ۇ\-7#FQj:p kr!=}X, [hB2“2Jlt!?s_}~aa*d})u7$e{bW Jw:uIx]r |ȗS}G<J72yU/> Zm/oxL4n1#[8~h@I3/ӕ!>Nm*פF^0G/z.2Qe5h)C PB=ǴVp߾ dۧ!)"dmu8SWΙSOEi"ʦAOnhvX=J=; DjiFm&4t[YO))"o݌:ą_~ckOlP"]^TS܉>v^W"\間H:VXz-g{Q痛i/qdN1p4!ث簙8 \u@i+G0Sit+ `<f= {ޭ)p°/VZ0oB$d>&t=%zb 8cfye!17}0('ҼY2֋:A1)hB[#AhML uyhM< αfqvĽck€'§{,vL_+ r6nSoӔK>p;}q}ػN4EY9U7H7%Ө`.ĉȆK /YW{Ѫ V Pq(Zɠ"s_e1]SGUur @ᔙe%1lk%Ŧ4-q)KĪb S,_<HڹRkDCNw;D3I-d@NK"lCv[TUngKȥ;ԭ=jw6;,nؿ3GS)1\ZZ{ QטYo̶^lXxj~޹uQ=51gP}铄|\:.R3XW81Ŷ į41BQ0δ`ޯu޶+rjd2(" 6i"~\XSpP*!@Db(ix5%q)hRBLI|Yz@9\k%&R Pg-E]%65lv^69"nee/Gݬtv_'3<)p]X/WKIm«"?H ` ?ulcXQk Zѧ$,"Z+2Dbφ^Q貹hEH'*xLx*p`Ǧ7a#|7R8}I`wjQCOY*dVs7 ND1 [b8&*j!R(r3"%Q13c7f*GaYs6Ӕkɥ+Uݦ Z 2(𭕤(e42\ʯhS%ͣuJu(k`%+~P\K⤑6CO3aj,-7- "+[9[1C=1hWr$#Q: =!Ej)b{W{,~d(T w;4$#H46>eM$YF0Ux ޒL 9(0&_`{}[? '*p098/an_+7|7ݴH2>/="L2¿oe QOZ2!M%X gio3@dy|([Ltyv"~Pܿpژ`-0WL>Fv ,x3vqt_|Gv-_=dQX@ee gosN^::I+ab,/o.t+ׯ'+>Wά]_R{H㗠ytXM7`]Bm64OLˑuWP(=EK@bcT}%Pvl4 v FaSueJCc1<yOx[TpHVqb\f+`o9 eq-gFbЀBJ+ +6g{ǷuS#t(rƹݭ,.vd9ZahTN]m"⳻JYBo<"=QߕQAzYH%V5}W f1P#UJkPy/\`ʢ{=P ߽#. &Ksqn|ҟzV:O7ȿ~\;v']Ep+,Upߊ|=1_Ka1b QDys$.`< Q,}O[8Mu & Yξ0Zԉ.}Ʀ7`))G覙q>xUI!eNZMo/.%ά)i+&Qni++ﱻї(kz"Y6vU4襘W.Z†gzKGML2%xG1U$"c8iu `Q`>T%לƢ1';WUDMi2ޅ"vE\NA'k:` T9@ nZx_!k}u24xktK>15s?6S%pO2D`0fruߩPVz =vOznk@dPVjriG11/ Z.­/7V Ř9?Ql"5pĦ!f4.;SvZmR[K,zpACFE_-CZ᱀uq":Hhe .½F2d ([ك9^f"kY,ͧbFUrTEWƀ)j*lMB'g@6{̐0Quԫ܄PS?5&p0\X4RQh/Jb|7|.WSDR@&>aeQ2Ĕ_t//SgI9&xn]嚺y|y%KA ,?@cEtDĩH qG_-*ݜr6=L v˻V=ȟ,7k~F7τǎaUW~AU2"ߔD%xqm3aK3!^&v3cYɒǁy X@90IEAUFPlw<-jD?vpn <*:#-k |M|DY$@e(?PVwW2l|2ۺq31p&QNGJv΢Eb6޴@}2֓D vwa8#^|T՛_4'K p0"> .궁́Bsto?Λ %F ٧YZ@o)+A 5!/6%ffY˘ڧw-n5nCĺIEcM| ]1e߬` /8g"m5kSk`CJ^5lI{0{yXClVg;.@PA)p]hrdoqJ]ygRGX]9ݢ3"ao3CnQSQ¿ua⬜/KA)L|R#%g'{'/I\8: d\)J[bڊNo$ rȦ,yg{p|-KݏU'c6_.]/r#("A8.(0n`LIngp #/|r*D8 ]#Ң> {[Sу,ib{0aO_0ɲB ;H})X_(Kl\aФ$ MNg$j}{Dr/NNj3t eV};Rz{_ ;Xrg؊mz,9Oi#w^rX$= g;33.wkʁE TJvcv31l00K;^zQ=}} ) LՔLuU;DRN2- U'>=g O"($VN>E&w ]/ V|h%H Ѣ6Y)rӨ U&T%xQ%7Ȁ(-K=q@'!v=b2`рk/ k< )2Xپ k$i} $!b%?Lﻃ$j;O~}0o6#@L0'imo ƃMU4#|c nhrNq›*m'#ayI픴FhH2[m}qr9>ckE%K&nAUe>:VUoX]nk㎅ݛ.wLOM 2QdҙT@ͪ Q85X | i] ?S|SAY"cV m`L?ͭ00U0" VPXz_o1 lQ&V nź44yv$Wƀ)%?ב+c%"@&8J.`I:ʤxM '*f!Dq;,[[UC5 o"-@eFRmuƠ?q;J^qj'T~H/aٜJl$s鲮؋\S!= 7a)kOu&>Εl}߫u8 Dp:Nj5 X 褽yږ Q:/tdVܮ"Z*U{mrju?dCCʣa`cP5.'-aeLk@?MfհN d ,k P3ѯpWJq;kođVЎC4m=Gtabڒ&R0bw7X6r4iǔBoLye_X$CS" oLݔv 9/,:d3#<̴$LҀ&?B^Om,JaS矸:ǫP rVlC48X-7 h.)Մ؎ux<$7Ho@Wt!5) S/$!ckR:Qe#/L~iZZZf""UO]C0Jf~~yUs8=uG.0{j_]o-1!~\9Cգs&[Rʭä O$ g/s,|C?c,F|D%}vĎ lA~mS31-ǡ)W ,!`[j` T",-jՔR=ͥ=:_5+#֏@*w ɵ!Cn}gvmN ~dPVS~-ؼxZ4b a^CcκbˋnB/ψBZo')CtjOC n>i2Z&DY :SL'3$qc" a}M)W6ZV ω ӹȏ`rE4ۗ{FӋo+Xf.٩g $7q2S_|sc!(O2'VIAƀs$'HhsR9R$[s4¶xq`gjM.iǨ"#&"QqPc8G&YK XJ:rk$%ʗgu$iIAA<zr lo@͂L9^X}kwv"~i =+|NeM'g^I_;1rsXstCسPAz3M^0U\CJr;=fvy,&4q趃A#XWh&`Y TㅐBy}ꮌ˼:©f:{+G16:Ɂ"g!9pX)25]m@fz4 IHYzDLh'd9Oysgm#X$y'+1۸S[==q I xIDu.YOyEG'0Rbݎ-Et9 XKc8lp|QkTq*Uy9^VCBvX#R0HZx+\}13?"J( t#%|I)o6ҋ3>ȹ*Ԉ@58Nc}ڏ U).« ¢qhGB~G}rJ+ Mf?4ŀ-͚kn(ճ.:fǘ6q"'3 .αā?7#s>X3[wL-KԈIȨĪGB"m;gv1a~V`" rdw$40Ф9_@WӺӚOTB鶛 8@kI gC(CS~ 7JjM67DxZHST] ƃ"4|aG`*j!"D(3(6ts6/\=rJ7ZОtnELXxPGTeig`?g.DA:l7CnӤ(=}fdVmdh&3F_tRXz!$p_9'퓲 )V=dg dAMR6qli [SV*J5ds6ҝ6U5l%sja! Fx<'B{q=:gy /*trFZIsY@t=v"7S7c͠2Ov#\?:$Kvs]@Ӹ NӸ#ZZ$vEL #[D gt$_{CT`pXZfb?v=J":Jr2`;7Ʋ-"Qqhv/6HCr^5 kj;h<,ΛxYv4Džuc5W4d~3P nf@ˏjh2Topc.gCWrcʀA/@Zn]~&B ~BeB:Fg#n)dl!E+aS_6KCE ˇJ0RENr4ny%[ 38̬fNzcm;+-5~KYnA/EVްp'"IH0meEWO8Ϩ),MZU:+sjc>D`?WGHR.qI;ͤwM&bhKNOS)~:,.Z*~en8.'ǻG',9 Yo5O^*A5V-?/&N"4d޳>! DŽ5L+dCU{+IxaT&忌  b|_#S|$Н k!yy.a 隡XC3rohdKeXl3 1dvrЗޣh.ty;Φt?@s􂄯%0א+{r_6?;a)uR%8 +pֺެ}2 )Ÿ}#o̕5Fk}XZf҈@;fJlKX{8U:>^̢HTg}にJ8)_au$u0f}>׀+/]lf`\b@+˭vW'`=* "2gZ6͗#1[9QRk#Hqd#C=pnp wR}BK҈`P πYcy6 0js\P]"TIH3"ϢUy3 w9l[u9)?4x8d%wr!ɢـK9u?_c8(YRH?m |-f͘pIVԠ|YAE}öLg>ϚO[l 9G'c^?uJ%k ͜ FŜ}$__ʵXe>5%cB/Ye$[sqB<- UU ,PƿzC2ʉ=R9W̚uQiK-} z<wq;BG\e~i . 2yuB `5|SͧXiW]B&g<4<`Sr[dg+mOdsv!n{KrFe0G@w҄9t Jfx_i=i.3N=*z22*;ԽvaHIv7|nϓWxxuį> V6iP:aҳ槺y1O߉ lybSiԠڶ >ȵ+ PL3 E:wӸ+;=w[Q|4= W%/LG"Z.$ ^^(҈E="4[3-zڡ]c%}{ڂĮ7q&cxdw^q,''![}ugz~aG b<\Y1jO/j(:]i{| Qo!'//+a7 - X8ѱX@9/"׈+i/)f Ck$ KUΣGx|ΤqF1Jwex:>g5 YhȾO:=q謢o@1/)A2JZ!lQUq{CG)tTrQ.1 ƥsw|h(47wn&A, {ֳ[Ȭˬ$r3aaA*[UrabZ[_s\1ۑ& GFhkɌ.hvݬ*{V=6"T`@l-)=nkSmAଵZMqGĐ<]u!I( T@Mr\)l8Mv.r9RK%Gh+K ְY?Z2NFF:tc]8n@vphm ĈH^@[o6: Zs=Vк?j8(]o71 d_0[;˙% XSiE߇ PCGS <0fZ9JT,Bdrct6[lPd\8ݜEðH* Y WnsFfn/!2^GI|[z؊R`M 9 # f]ďgx+Tgpu" U x\x$%wǀN<rIzTƶ_ `ck rQa4_ k_/-ESl ]SY" fŶ+|A.WB浌7wdBKvV2w~&WhQpTvP-tt2f 岈qP.+`v_^MH! :C=џJiQ<hVO?hWF;CKqn"Ί4z?ϲ]EM"Ry& h[?^oĺBġF7EH^;h쀄s$"c*0iIIi,zmC=TW5M'0RYӽ3FҊ_Rh<Ln([}_*ՕZo DG:nM(`/]jAe#ur\J(/"&O}P8OmpfZIVՋ %w0?*nKZĀT_Wl;jkOr?to]kpH}> _6G~y|N 4T> \0 h@PG7-N;PH"ܣ<ӡ{j=ؤA7GW΋{8S^#zӇzjzq j_)1%WKTF9DyѸУ̢r,l@#6os5o(tm}'iP~[ I 6n7>B{q&`h5ΒS8ne.2&cpS]$pDk>E=է_cuuK&P)pkóBO޸֪S WrTH2 عj Yۓ]`-_,FoAt߳9{<^2u23/O;˴̙(OTLS%xHnOR+/ndk2! I!yh3䭽<:rUaYlg)F^^WY{޽ms+_a\/ 񏰢g>6q#sk6N,g4@e3hܯNcNj Er[j*ކ1)<<,. nM)r\27dIψnLgcUa4[2Dޑ-]ۿ5-Ȣ$PR{֤H.?+>xb4uUs N.e[yu?6Ja@㴨q l plz%|u=!f\lM'^h1+B(2CmyRD XuAQ3 `myT2Dd]G/UJ;Kw|d&qў҈k&#KmeRY/ݐKiGF½9o(ǫR8w N~u53&;a LKUDV;(@ry̞sbj!Q=ʜW6*Bцo2]E n8 ZK* M&ESNAwǑ[ O7,_%DJd˕ʞ a*CT|r0cfVqubbP{uQcoOT;h!DJoR*\צOg A1> CwlZ>Fcސٶc3 0R9J\iMBS$A4`8"{*6zW`Q0t[W€t`{gȅ0mtzG6t)_LyNo5:N ^ncP1n@K dXCM;BI%'tH.|?:uXE{g;;6/HIdtcJ%AE5`ɷ\[乲 Rxa-atZF(%Gmg>kA 5<_#v5$+Kt=rf{3D.B@Hq`v=*_ibs|+h zIJ0Q4) !!B0cfʛib!u%3,7I)PQ=3wM)LY>(YoE5i(Uc.um^ Ao@vfla;'Hd%RdkH虙Lw!&pF`w6,7JB%\ dB$Wp c}nlTL&ް7ՙ@f k~z~FߏL]9L!|׈%ތLQ"a\<M4'=ŧ+:+ 4|8C>шT-<}ժ&|1C?Z"lZe7z8uDa32%dB8ce4@эH"*hNץ.\ N1F@{^F0\:Vf~"D:Y2VmW_BA.DŽip 8"ơաF  }A6Q0kN6if)|>%rikth)GR-ptWO7Q+;8Qe(=K R4|?oZa8.RMzu-9cDKǕ\n8B ͍8*{x黹t_vH.tg 2(*4 6nêߏDzj B.cYd~v; eIw esgߎ(L+)bZJ/qtn^#wj믇p+4x@R0 Q %.Bށ8Yh9IUtoMZLfW&`>F+$0v];^uJ!R,}7"JCq̙>Zs-/xNIq!f.-Gy8V᙭P ȇ {=S*Hs㟄;' dHB:osmc'jToB'k/npI=_Oe 41s7&`^CRØ +{{Hc bP>bX&pzq1 |(||N##.rȅh @g̠zٯ4,$e~)A8c'0YDP 21S<ĄyYn#r8#[u=gGs]&*ټK:!$D=d <fȻSj0tҤ e!'}:(2Us0hՅAW63XΊY)5?\ uFtsA-wYClƩzI`iᑘѡ>KbLϟBs.'h7q.lt㌫( eQW4T)WWXۼR E*~~,G8(]8%7 م{۹^9/'ٵ֍oQݫ:;#Mx[҅BQM ArkͬzaFA)WPJ(9\#z ytMo9(X{< 8cp./dAt9;|}kGzCjStjms\'LܚP,{`$[[4(r#r`6]0at|G70BF$pU=%|zܢ9DnxEq~* d8|8b/a5?ec&OQn(\nh|"q - pN=i]iLp|5ϱWpNZwYr+$ׁ_պ衬f"]˄Sj.gaIwQydzN<Jov .%d+ c[TܮëNr2+wՉu$y.4л4?2@.4Hhe6en 9F*+rJ5Jѓ>HxWB4uU>p 6ۆ5DJ{O.& L1@m((kOxgQ1YoZMQB dQ*YZ"~R9jqk/iH[Y6SQua' X1^.GEI"wWTrsw<7~4u0Ҍ*"AD -4j8IFO(鞯w,^l%Z$!mP@a7.0w0neh%O1joTlN&\*$iuj>zndUmPMB$29ޏ -VXR ulE,dzĭ b6q/oA n>"?cF-K"4+Q:3wi> "ǠFk |> _'i"ZtlDtst8wE L>b<أg2g2* F~뵖,lE#+C[vHc%GQ@)9 ɮf|:iԩ}ByD;8L5܅ s3#Ư5<Ҵ>d8z<.1]2꣇6iq D5#]+8]s_o(|H֍g oԉmɱH{.!ndepj刷R)l1]?׬lJ4hᕉNvzp9Qe0؟PmǴ!ab e ʆ6 C(AA=@эěM+{‰jňb(7[ 4vvf\ B;Fverջ8?0mLđY:J }L,r϶`M.Hc\]nRx5[ZTɁ-0?ԯ"`-; [.7z(1XPS_o o u=cXl/GKwAxn=ƣ cS7HɁ{M.+~Қ:3?ٌM K|-= Z J*D{c'Vu/-lN!ީYlҡ-jx\ [?9ҝ' Oiad5*'TBBNhWl&4Wl/jn]p`W#%6(2),UY)ttu_"Ī ӛp5 ~W(ۺtۚXzrtvMLQOv^8=9ũMtAbA ? 0O26RIJD>.6`-F ֶwU y=Cf%Іg'#beO{rY\W;/6 t3~#߶(2'WcK6r/0kHm"mx26fd!nvƼXBY<PVPf9Y, USTL/xN1k%PppC1Q9f&[tȣgނeDR$K7óXxF뼐Lb}r{ OhZrղ_&b]b2rrw^WVЇb A`ŸEy@H@jؽ+j\?cGȝNL?ÿ mcFMNzI:*?ѫúX / &G3a"[)\1Pσ%U5G60sRmV$*PU`+z6x[ ݩx"od:`v]zvuec-5xgbgЩ\eon6\bNLKǚa^ɱ4J"-cF{8JuSnU3UW]-4hbmRPOu'®`45|X"xԎ(<$!2>։fJ>j?ߟ5J~@wM^XjH56 pwܠ>J{y+ؠ) cY ffmWc ܖD~xtGN,S:\X/8c>قrw =?l~t"҄ZasO5AQ®%^@ A4N~q)Mst.U29z&sͤ;V>0Hs󧘎C@>\Φx cUӋ'/qU Y Қ<۫Ld2P:-{tAE[};ܾ>lv4lP,@>KPdmUܭ{Qb3KT𽆪-MyUO ~1 ;zU~\ߗ{1F-{BN2DBJۼ2hM|K!,rB ok>uxF8W6-)ֵyRJہ4}M>YK= 4BlHVrĜUdAQ7SFoMuGs2wz lɁ*$M݆ 3dv,eKHЇX. }':7NS۪)b IE1޼Zƭߙzrv5,XEWFa,ٷfI;h5CtѷȆd$|7HOQ d"*]*@'SNSMU'Ovᇥ0 s+S5p\$,#R*LJ5}G&0XsĎ?!p"Fl vO!kmgEcG r+k2x-7CbZC%㤿Jڗ qhedB]qN6IWXϯ(0F }: y uSܷ>}4r|as? 3 0n_97*bcE?!f)F#fA,+da3;uG]/$eʬֹVQNJ ^KаҫLbW壻Փ%8IWQDЭEGy*=Ѣy ܤ5tcFO!],88K/{\CX}6E;%NRz=B)ksXU?BĽ*83f:D͙ݙE#uĠKgF@ n d;! R x`f"ӎ8JB gۭSu #a."ƻQS0ЬE0+DKNy R +=MuUAc%5 Z-Wu/ # 4G~+^:6@JWw zFHo{ݴbu!@Gu78?2*f, Pζ9+g,pޜ%;b USp}wp׆$26wV`!Jl)6W-/ˆ? 3K{Y/|/P/̈́5 .V#m ~G83vS/Jp(RϬk~YX;,$XdJ/#6ӢI($;(GΡzз-BKMOa.T%4Jd$;&/d6Ftw=' ]@`]ԑu#{L k@D[!Sd!t/QDj7ǃ_N4lSޚ=] X([t+Ԇ V@%a*}eݜsAYf>~=+rػz !)lǩ3 ē0"KKC{ڭXƢ; c}9a=޲hR *}X$R?8 V~2a=-?p5;&פcl!t]1- !v#W\zEz9 GQ篲H+='ygH֭Uxf(;BhtQ/0(R79 bSIia%2#y; aQ|†}Kp>hG[G%6I-(WB9u)*٧`· ?}e?ƚ.šZts9W-EFb} XA}<_6%,pX9zM]i 9F־ja-1Y%ݳH2gEU!s~D"A94==a qppao~6Z?X-dHUYPqﵗ e^J`^MA ?ZB1bХiB/6_$rq3{6-!UP+HY^#>q0GƫdaoQ@@:7袝Ζ!'[IoeQ W$̰?m^X}~2VI'Η3gWDh!g]+`D'z"d3IO sl')+E}Uv\SO ͚̾Đ~@~Jv*;uҐ!z~d;P="nx QZ,/|#Ovi_㺘Fw*,!뫱xP0 `i>$z3s)c^@g 5lA Ӿ_ĖYF _-PЬj1!ZuMW/}wK->꡹LE]q^py(.%N+"[ā$jexG3l: Ѻ$ǂĮX=@^9\~[(@f۫9oV>KɷњOϰD3Դ= $09JÉM7-ORVB1-{u~3xܙa6 Zv~<K(Q-RSۇ!q($y7 tOpjk䡭 [R(/J%(R5eCze|g;V9Jd $ۤJ_g,Ͼ3kP7"st{]&DăVMۨҊHacFֆVWN՗Y߶v!#3g,k3A17i->\ r)fWd=uK %̫f~||AݰGz[uzJ )IEjpzѴI p)nJU>3UGeͶ޵q 4֫؟<O Vc+GTÕ̶4ʇjZyk4Ǩ)3GEJ7R!4]_v/8ˣ6= {zX¸HوBǽ+H !劢Orql$mNH BF/23k[Lv(R)Ov Bݫ.tj3IKaw9oAdV#:1C.w03Uښm@$nHmZ E#FL+qDO@(KDIrwXiɐ-7(>4$YCpVW,#L$nʽ<^`Ҵ[>Q_bX.fל~/ű{}K YjaEf!g+=ӢV`q*E_{alM ٍ 'J!pː4)je.ֿяA;qiuӆp</@(@ Ś*--W5\ ,H; ,aD5x"PgEK.GhdQ,@{Cj}zCqN P& ;V~qZvZ(.foOS".]Us ?D:,VU@){1M^ 5?2 n̐RJ5 j8 wܲWWҎ~"CM׼YqKOrXfMeD+Wr1&k }?\eJ#LIVԠHMk\:|sd Xq >!bb`-$d2ɬA5b@PA! mU 0S-EWyIW5v |jEՋ6@]C N{ 葼.@\ 27<.v Dk=GL3tQ0zZÚNK:,J:/ j*Lh`pQ|JׅSJG֐oLZfr԰av׫\ qel۸L,cƕ{z$^QS|z-s,w.7b/]]JWL/l7F~zǙBʃ3LVgn"p6s0Xכv˔V`oRq9P-'KC inVumk_6~C P~Uon"fi kϨk1Y(̫m+#0Ah N-[YD8R`B+g"ojb( 6 (6NL=QO4? hnNܺ4wT'9G&!5f3sU+Sp䲕Hj^0TdZ6s$3]*z4@i㼆UO1 Or^[1%6=~ѻu5W=8h;G*TDgC_#)pGgūz9֑+eJI:LAFnۏRt ^\b)2"[CYIrX/:2^ jH=`U?ۥ:"IȁfEc؟<%a\"NS`J,)dcZk_nD]"BnE)>t%ې=bEsׇO*??)lҙfd~]8t cSq#%KPoZBA% 9$*oQ]bPOͪw1Җa4 YØFJȬkyonuaM~S KbQ1mpRUN;z.d9}~S ]͑/8a"v rٺ0y\$J-f=,J>n;S/z ,GЭ>loyĹqa@+ )ߙz")Pӥb7e"qZӵxb/.MQ֌S+;=5nO瘆 LSDǝ] +H> 2l<{,hl ֭݊#w+yB0y&aN>eS{nh2aF1؛4 _hPlΧH$q WTM /J%(eM(A ==LW)XCIr'= \V.g5ڇ -xU֟BTqy5M (;ks:d?GV^1[K̤;VVEدst{B-m-[ S?4y$ =桋m ? Ue9q-eғQdҀ/eXr6q-S_MƈyI@8;goo_f7KLl!ucP加gc=2<}_IIU-@K9&J L@؋̛iLTo3?|~?oVM?1<3?II^P3mZU\dpL|'㻅X rmYM̟̓)ÇbOp'C~d'ID)J.:GQ7tܣfQJ8ވXk3!%Y?dCI1){|f vJx];!%|3 KV>"҃|ƌ:SU5A$P P'>07#;Nn٘QpwFsF/lLe/%>v$O5Db^ܑ G6m'ۃY/U ~ wOO\j$!@XVx_-3>38w E蒢qa34*E^^eK2/~JF W_W.yGeYBM+́TJo5i_. zwL'0Cw3\R5rxaKu[*C.ݹr> Ӹ*rFWH_NԵʵ6yL݂+hbx٩Xi=?i\wlk`щnt| yj&Z#/9`v9ύ4"|'}+#˶qX3E74W*3 FܦKuAx~Fm]?s5?Bf̥cڸuKg%)\H$(jp|=YYf2sWv+kK7gҕX7[{c* d&vp@U}w-;?eVBⅡr'mqc5I{4OSg>'EOT:nF+GzAeE2*b pp2iur|mTeS\>05Vw֐ԯXkm׃ꦜdv NSɁ6\FXC͊PMNgfK!D7)#ₔ6o,9fbJd-O6}-%:8F6<? JT; 3"wq(HVZd] >kxF2)Y:F9;Žq7{Q5sOg"lA s]SVY}JdBc-~z]^@HcN:LU`>TBP9vO,x~ӰIMGMq'jcdVgpm9ONGV*7'W3w~vAKkE5*[ _$ӭ@0uԴc>W6{9縓M03d$"F'1QhKa3/b  zj0æ%쯑h!,=|ZhCwYaz/~wV:Ix>FS^LjPǼ@m:P q,zkcR7X9k9a{'*M&QN%@MV =RCG[,Utff5&ϳITJQf[Zh'{R/QEbGiC2Mڑib l~volZj& {Ƒ5_*hF#ЉߡC 2S1O$-5-k]e?F|"k}a'.u; sO &I^F]j;Whظ&xۍu@mj@'WN DXNىO).~idLJyM:4j,RGӯ+0\@Rt!/p #ߤ:_ 7 Z e֙my_oEM`Yrс]W';q| 9-WMC3*}Pg'OQ>5w-;c#gjꨱm+q!Niu\[&DYH3=0}Jۧt u5Ù!K9}aYs+h^:˒D`ʨ1[-a#v{y\@lD"?U|TIR&f- Se|H7пuOi@G >{;>]e'Rc-"h"陑38kGh}P[&YPi8z+S~O-F&ӑؗ|h_T`崖v^bJ)0dpx̬yh%soẌ8'9a-|ŸLrc'*\ Yq7Ͼ:7 G;n$V)(]d6eE M ȷd[,9ȓ\埇Z\?$ BS{Q_EJM`,)" w옝heeU.ɫ(L_$87%Ac+x ɺS@tT= 0a~S:0 hR3dLqLzK~^rg^x~ IOhۃ"+EbIpinJr!xf ,]9>2:CewHZڿg(5Th6c'aƕU?DCcޛ&!3? KLrUBK)|LI;e鮕JVÿO6LH_@qbOjU&djwRǠ.- Nt=GH)~-bYr;]s$NU}X'!4 dmΪ&^`b`:z ALo#!%?0X*?8X>MϿ=Bgf3#Äw86%d)(w׫llk-z4 -!<&$~xkX\Z-M*U1X$} "OݹEοE܈u:WG˶~|;30_ @(oݰD,{N'@ R6-IT+:c̹[0^|/&Tf,POnrY?m+/wQGMp$цVpOpN9՟=Ow-sAlTpk)/H#e C޾Lc:a{ {A^yhnk.ccD73\Yy۩FАe<±"IaPL+X>]:O*iQ⯝l,3qGV@V߃u,@1OH{r2RK1;(0d\ؗ/Cݔ{>lCy$iUؗߊ҅iY|]ܥ:,"#$W^LƘTΧAr6mb֡Jv"R6 yo?MitC0 L e>#Xy~?|Ldq)[ENݥE, 9d 2c%'jEqw5Ҥ^JN%y(# a&,6P%*P6; "A"p y':~&4z'/.%Dd *!L阥Ny$s`&>%5;ho+ 6?Ƚ0u, Cõ:] =r]l20余Xc=<"Cv!MI6Td‘ +cc1dg[dhj"3_{D#/Nve,:56t$p1fڜ 02I4j>edκƖMos"e=N&̝y3_WxnM6UFU. 0|= -_{v"OK 0 @ll>㖅RSJ%ʺQѩ~{)zF0vro91'|AnEbJJJKvnjr,]W+^|/sLx<2ԇRve)ߙJy4W]#7ֽV),0fʿ3gםx_uk 4!IE{NiP9ľ1HhL>ѫ:@,JP. KwCK`@ d1;`|tGAŪ+O0b6W3==m"e;ϧи #mڲv@Y.jEĆ1q֒0؀- $>uKa"U=R<E9MO2~{F +H m牌#rc[ƣ勣y4|V@s`'mat/ &1ݍT,d=8o'ae$8`\ËՄ&TU.&z%ts2>7i^ UX}IQ;tڱG#|cL3'vjM1K{DTwbTU2}ʱY'$2 %'#OL8@<`j :X,{\ݱi\ͅЩ8qw8o?&;bRM?GA֣ΐ:*1ku |n-ƍNiHq=ț7Zz4 }B{Z 6_48*;+$7/{ [;ٖsJ% ߼:\ܫM.AyMRER){M(ؕz@~ $ $"dy>x(b, s5 ^D! &K XcQqb:=AZU~UW]Aٍ6nPjo">NV\<=@]3r;e~^@=KhFpՐ2 iOpIpmQWlmJяK_`Dnq7ĢsxCԑu}7yȰ&J^lNhSO5nɀ㪇|^{e U3R`8 )Hp('P2*Sr &YNr!ݶo(,3Y"Rvڎ%4ݠ?gত (Kɰ;L밥#D^0{]s k֯n:X2xW@ضқF -eX;ݥ^l=YjVkbLP2utmn*$c_3VݕDwKDZrz_<ۢLi(4ɐD t>*W"yHRvyU?mh'iAHq M ذ ]*i0$gtJ3*Z0Ov]z|Z*6Ya]5c ٨!D&_4$Sc49/G=@RXr=~|n|%IqdI?_iym}׸rUQ]9,pY=ؔAVm24ܲOQ]uDe %iB QE窸ny47^ Xkm K 5t( RjznHM5+ "6k70.NvXD4$3s{>?U)Lbd]DhZR5q5-$:+Txbp"5rg7]w0^ qö`8$Z?S,-~J?ƪHi/umBgYѹt#09oe;Yv@.kxWpi˕#65CF" )AQ\mH5{`:"8mͶ 0 ~~»ZI'_;8<3?n[m,覃h˩%iľL[|9!З^=; P߼ϥMo0#L19TmZbRx^6BHהu<6bj {G82'3~( TqiTpa4k9imx7kJ+o2*|<膂 : r;*6 ֧^{U'Zv!\WVTJ 7K?1<k cʙ@f궅q,u3a$M X?;/S[ՆE_0ϤdIM1r5Bݳ/gcY<#O2)`kB2|a" &c۲U9$t;]ܭ $aȡ+PdDEN"p$3w)uڲ=?ɥ)] w ,F[eKʧ;Z=y?;AЌ6x1@q5*]¢#4a'p[#j菓aك6xGwQn=nRw HC"ʧoW5rB"<+r#yN\?It$GZ(Ɲr8G~G{mK%VQuGi lX[ ti%AsYy䩿45m!c9t|, |ک9C6N6~}tNWG|doP2i9A .٪GLR'ʫ 1ŽU'O1.PU>4O_;EitCOxAJvU`JX:/U %6%h9ʸ@}f$1.j!f}/?D>sDzx%}`&(z1 J8fg9D.e7x; T<vB}jWjkR":Mғ$Z>60Eo}P_/5Yԫlyژ^円q.n}8{26lPX_M38w gPŏOc2C6Wɾ[_[qs[I從 a͘%SkALL׀[Gd~̣b7BsLij>VMc9L,T zA&"=:w% ȄJ'"Nm.KMn.?QkZK7ƹ=Vuط7q^t7?3ؼ%f'Eryi0PZգU2W=`DXJb/s=vP߳5ub莈K$@~ؚ6-Oc&rV}էy2XX WVD77Vz: A"!Öļ]|C%;WΝ 3f@6s|;դ4֦D!1RWym5]yVfEp}0;SU"UGG۫M 0vʔzHO&yfD5QQhmY-J,_6+iX0156 @s;"liUyfp Y\r<3/ zbԲ U@RӝH;ꮶ 01Yb XPNL3&Ӯ'0Im@g_bL^vX ,Ig[HCD`&} cKEYqCpAm$xn$aX`}5rg{@3֫d)8l@ﺦ/ma(ߡ~ sՈ7=aOb3xj:EaWpߊz췏[' [:@oI/@ ę6 ynt XҞ N˖M ni!bϺMh/*`ȂOV4%G#J%0)(͞1^e]@ZVkX0ggqP Isb/*U~q?#7^kW#d] vSķCNǏ( : eC9FC ѫDFO$lŦʁ~7 oHw?޵P5z|ݼ%Lu{m1MUhPgT^_S_]1 p!<Ѩ^0E> K5*XBbݹ:Ne^:(g1Hm?_$XURF eYZHBTXf;"NzJD.eBF)ϰ.mcVB~bRmu0[n "ܿM6&`@ l:iRI jRhe}{%V89cؑ l7JϧR:4as\ntB.)shd ba89eU+nd}wGy()m#]޶ؗv9^_NvcQ_I9Ir6 # s`q ઉ- !%mz3A "h)OAC_6\bkB7Gim} P-J70Gt=_\U[f#{.]JN!b'vdUL{v.c+ѫNS"w"I4X"zO'Z%*vS.Oyw_:qz7B>(/3SJqk/t#h8 = Cr} wv\ WL:oZ.? Ǎ&6#qũuhrRW88 D",R~xbon#ؓ$ J)}~&SBILۉ.ބ ^g,ȵ-}Sm.Y;?׭z uabޟ9dC,uҠm,sߘ.=J%)F`$<9 <ł\:ݸe(C0)LH7Si *MUBK"ϡ{uoN("piH3YED{z4?i4 sՁ`Ϡe=3qV8vW` wE u/*tcƘ4.\e>ZfC~:%$BAcXG9 O ֜?U00;KVD:ߛ6Y mɓ f@oweG #3^+ScfCDQ x6qپ!)J 7I&lg{C 1@g KE+.ӧH͞-=svfc cQjt5Lj>qM\6- :iU;g`!Hw^\Y6_\n3dixn2_ӴmjIGBrh0OlsItTG4wWQ#Tmfv-q*}N~-bbjBB )3 *;FX6Vԍ8k~x[gs~FS3ФAo\{ۈJŃe&2r|"^C\&9Jbm(N?lTl[(M'bj(Zhf'QO7E/ɃLBEЊ #ݲ++VF{,$#nwn< Z}TSM kl^0PCĩ A\3zAT]j:&rJ<\{ s7W޶JYjq>7xЗb'" %)MRҙv+ʫYe0!ң}ȍ"LMeepj/DFT$3-c(⿘xN ctG9 +YJDZvC3e箊U縟GQ1>>N1'h~ t7z؊h\IQG%5o0a@c.E!yWg#ms(ze冚΢LH`~0lv'&NM|l3w{UFTF,ꞽ u$1 ulʎ!E85(a1bcJŸeX<'ıujTx1|0#'YF+zlInoY."Ćtp6 %x_Sz9/=34QA O=I;xRU%;m7Pk> wIBd&O*JLc#rҸX0f1Y+IOImBC$wb)!:}ۿxX"q^4٫hjxOq. 31m Ɔxmа @d@΁,d/^/8fTX?^&+v-_[:k:!6x:l O]ESb|Sfl4w9j'?H@ڝ@UNu$ϊnI8 "g%vhtd8%dAc(*;"5sċ9s6Bv–C8:W",>%Li3 h ӝ޹'D2]:3ag ;k*٨fG?ˆe_r:?LA_q0+A~.>L} W KmRZԞ{aIJyzcp S<[b KEsh,> ki  GwtyL˔"G\ST&8L>Y-LUE$Up[/K6ebfĴBNw˴g&&tRt_Tn|  R,Nt3|iTaCwi7H t#.շ]GJ.ʹR u@U.p(Qe%pDw{w\ۋͮjrIN!‘mB;% ͽ޲,4tYZ|UyX2tS^H8 *xln63[*Q$GݪVVӁm tIa"{%6'-_m$g#]|;jB}O.cv;i'&,GU„rbB)Q83D_*.1oH!vθLX^ FΦq|"tBwvmرoi#teMQhn*kM69j O4:#]nԣzN2-3" m/ǫ- 70 *xGh*|2Q@K-ӢC,1gm<7DQP$i[,yT hޡ|̼Y+_/KPD|gצ7W<_WW|6H+6υ,3q}}3%+׭e}v(i-ZEBl|-!Y\3B@z11y2bÝ@=zR揦eɇ,p1p9!꿣cV@QdA\i1n>!"("|H]nLf#zC0բ-6F|CKjHiqRuL4%ApkrD?BL{CLt[_]{OFN>eB{xȖӐgO;d jM|myzMg&?hv^Ko .;pyׁnC!|U"740l;pM#9'u 0d_ΗPt} OTv\qߴEl>M{.0>0#PIB%w,h h.aYb8@~A L xM~?<`84ruHj UM5sy YvȧnV3& Nހ+PE/K6ŀ3i&@S Pj” #O1î̵Y̋;sb`R ပQ 3(Y\/2gŮTK%[iZ_8vnȄm69S(6:=slVuYitD Oɐo1%@$x0'L#TG tl5ԞͺxOii{ !zP@@v;'G0"#bЇVҴgj6.ꁌӓH^bzgzNq bß:+PcƱ܊$ V ()TaDTvU"'huўC Gj8 3 3btНyؗ$2]~+ em*hJ,@G)i㊎x] vN{jvpn$H: ~Шy0 2hڨgReǠ"{cXs52?-tUK/f(HI?Rn.|\4o!%0$Tc,r#[ϧ|z/KP){y5 ICJ b:UAMoX3?hG2,8 J+ {D~6y߷:S;~ ~>yfMy@<Ʌ0ӌYfvC3o~<XK^x pܗx\qC'a:3)6 [4'Nvy(@R w:$̌agjiJ / ,U(v.}S:;K L_652{l ۸P4|Ҡߜ72pmH: =31lwy8or 1=%ކ5tAxve_LS}7ܸ啘LMp7ge,l qGT1&pqAJ/2~X&1uge"竚ᮆA,bV"ܼ+O,(ЯA E!_SWO 35WtT7a~` Wv@J|lt>Ltb uD%NG!LօUԜQ||1F&Q./ןU 2)`3ъ̾ p?+1j*nPHR6@*^Ĩ`_; _'lS W7~U_r1ZE)q?Jgӛ!W0}zVyX7zEӐ dZ3Έ^; ll~6;/IwNOh4Py)wM8Pkcۿˈ|U>~cNzdE#ͺF:@ C$b7o IeramYʌ+Fsm(ĉư'3@$|̓j œ9C4۷fs ݜ7UW. b'P1]bw~y&نl䣢zwkLpAN۪pY`XuJ"6lfaߴ3z .Ya/5EPhȑ:Js:@T}hoso$p-8gY^?{ʕNmBkˆxN:PMɺ˽1o e/""?%zٗ>sMG³k1N׹L"TS;o뺅&;)ۖ<[\HU3TGN?zXB@բ/IEcp Ī\ea]#&u>a8.zliB<36d{Zod}n7Q trKf ;v_:-;hxi).QSAsFcANq4FI|n" ?q?=u:Pؿަϲ]_˨[O3 ̗ ڟ +aoڤ 葢ޞD'y@̐Г7AxXq&^Uz7a%]FI+X͒H$*оeѷSCoWK?BWfw&8i"`DWMݰoo&}fjΧkSepH6Dީ2D#keNw1 {mFgA Ivf0dU/-pق;2LX_W0'|D_0:ՆPU~uMb~+GFw4o-%KLV|MKV/.E[6"b7xYfO5j֊ ^9ěǀ|}"=2.:ʄ[v.YG6ݮ-p1ks`EOs3m?i 7r`lg16&8Wr k~[Qm!d*;Ͱ( XzMT_4$vlvB8Ѥ[Fp H|7MMy09-w[Ͽ{ɀ 5@)Q;6֒%Ѡ\:7.lgͭ<wY& YvvرۣbCُ7 lx st~ϳSI:V'J0V}d>ǻLIhEk4|x {F-k&Wg''7X*HYy]pg? !jaߓXRY7T#D>f.ңDFZ ;<*./^?br mUa 'eIʔ]JP-[T{y3[΋:RaS=|670!#y8Ev Ttu>a.|ex!8v;il~M#AqK@J\wmGx*e3ە>Q¹r'a$K·&hA?:(g G|SBE7 zcPZ1ݝ)/tt3h$Gf#&ўgMJbZ]kKbe'+\Xqfp+_9lVj4*˔r[$7G*C%gtyZxb°ҿ ]~13DّyC{ RO-w_]Ywxbjܳ]9bƵ/7KrNk[H.=l!B _Ja>'亏{?P8I/jހ %9ߌ"sb,=l!"jVy|F,IC;8Kc T `Q~Og54O缡 -<rqܨ]ٳ ؚu ;S/.3 1^|G /4!Wxv"do0ioҡLt~|`7qK%pgO{&ڮ(?eIn\{mCtoP13c'Tm<ͭw1֯5@6AP]Ӱ7lo43kc x2p0@y?6u﹵E=kn Et9~a kgrMdÙ٩ÎtQBdIQP[e;D*Գ\k ߌIMW/<rTh&_?hpH;@uVm0Yh?ʧB.h|Fns^4OI^Y?$)EDI_ʍժո0OKx{|"3G˫Q3j-J ︍S6.tFmt ^kŠ\-Ha@&Cm;l7?I|-Pr}yMܹAc-!"O֢؂PԶ 3TwhgUM s< BPP %4dݚ?xUt Y$ص"c:8Fѯ߹ /z;bvKb΄VHFK& \Lq8s kvkE)xR)4 ¥;pa$E6$@J '4O\TIw~̺;Aox>[/ϧOk_$'wK3o0SJst|<~ɷHBܓםo&o@xY"=?/_Mk%]qo\QHYCͤ}Q-KjWРXꛊ&lPt@\3 x='A`2WG8YOl`/v _i*۰>@wF.iQj8b+ka$+7 A~IfҦ0}%nb)_sz !۰! +vyϿhœpe9x?78ۏb`25;8fIlyI("46kU*ҎBKqEAsRu. /+.mfI +!'r_5Ȕ^A𞮰yg AdurcaZ.?̥R8\\nOʺOоUԈ5x;~5ۃy/>κ&^ 6}4v/;yhe{HR_/A,Ry`Qo6Q]"&u+~$Ȧ PM!b'*:Ik洴!ĉ;ՙGj2r6eu"dGuR &_ YfmucDr[%1(f R-(PK=#8jOdޮFBy kh jk7 iGw:Cʲ;p-"O "I|i[,*2 vDvTUjoX-*qk+c℗}o[76 ~=qG2vhe@ u銆vH;kȅC9`#3ţ&I9a9ulN$.6uXZOYob;A&F靉ݭ n^ _9>b6O7_)'ź_W47D}pA=3d9y\VNV %=Fi_3XBYn)8 l0J v;s; PHxJ&jAY'P-%1R];uwʛ"2/f"yD Voˬ,ʗ!wdjO7K"#j Y.dlB742$>:I.R/(\d4)E(?g g*v 7薤+f{-n>Irsh]@o5e9IQWWJ'obt@]rb "v,"89 jTDbN *]<?ne̬.}!nA\N8QQx:*%mxa>E]~B2z<%/X*[lR>P#hYȊ9HaYfw=6)g FiJ2G<^nhaUjc܎j1Ww첱OK\J#.Y#`k-<%N ~[߭M%?΄ qҩMzifLZ _Qk<2b*1yճX忺(wqƋ 6M.ŋʖNz#9fXxERmְ.$VAu;t__,WU`\iZD+_Lvp犢#a_.Ƌ]KB哹['Ja~bn.߀֨eITx}:uw4)|G48 ̂ / sW\5]Y TޚF;D=1@*5yKLb^J`G$8܆ D iuI5v>vsx]S4 1&tAv_A, \>~MBB"|8Vlkqfy/v*D@A͹.WƐAQU 9Nw%6 0@HXpat&\"HM FzTٲk6"*ad55M(T*5fy|c"+c~jXN`A38-⸷eaC~{x#I 4@x܇s"Ee& _ O0g(l|u[N:Ci-EC/  жBOaC /c{lub'}(FHA)&6B 䣊2Q߻#]*^_q>>6G)裰1LI +T</q{!Ah)1'}C.D0yMh\Lkف7peXͿ4bne$\Qў(_5M;rFzW xx]i\=o,ǒ|)[~>R秌UmcE B5rKtc9hiؾ`9x; W*A܍q*ۂ.X;3@jmx5n|2ϲ>jl9WL8_u Ze)5w=v "mͶXweWē% aK(' coz1E֖@t;XVbvmԕiH3 j4+=T#˺3!abz@ -gӣX}ʈy'_wMYVS+smt&6NJRdnH)urFʒӱri:DYs oEzN^m˱g74Qf&Є4喡WGb /ӝ]ȗ9rodXԚsŚ#[X&}0{1xJz,TC" N uxm10ZE7*ӌFl`|+mܯ݊Zx/vWG?XP=vХS?5tXy_(Mn];]C L#N$ d5t%xT LfUb"]EAX̿bvOK6&_KK5D625ar oc΅TP{Y`/.pb΁Ķ DKys]]a]<~쮎{ eV+EwPɃlLfR;!U<ڰ(V HzaU.IPL}=_*x s4׵xs_#;$ÿxf6+k3 ArSK![Щh&lǏa:]]mおa8C f$3x?&%e^rDgwLMH+Z2:vqnd4fA|7KI]U\ɣ ͡>J^.r#j=|i!E"P}XvSXXxYOJH`OhJHSȚMcLBo\@5!Bb4 ֯=o†2MAwlSxPJ^C`b؎uh~@'DKVZp.~@ZtBZWN>XAWNȒcH-¢<. 9E֘p&_9jP#:ӥ:_BÚrǪhH\?אd2%Yr(jPjk&d_oSZipZHEqZt/=u@k|1#wayh"UƜ,OMءo"]ȗy$7} =#C>앤; ~L0*mbvߎ5Ƅ ACu10A8T~*nD+ecF~!;ꥩR sqYv!>yuާ!_\[lê슥>@q%k˜3G^|@!fG[M.USW÷|p(]T ZtģӃV磣%ڞFP>?HKB7S,Q}w;Vd*s!2T 2Gtrf~픬ep$`TlU Q[+E:d?~IXz ƹiꥂk\*X~Z8nPk^i}BkLwBr}n0?=): {nAr"5Id"@n$$3f~b9dYUÔ8.307)%aIg@o>;pI>||1Wt=yUP=߆AJ}90 W]&0oXžp7取nfsU\|1: QSo| }~_.Rߧ\ R`y8]_48(6I/wRZ4Q7b@֔y5 [)rOw=t"Z.h}av_.b% =~nrqd3\iU$QJ"y誒 ʧ$+xKuk^.Rb^ vY \R3j;-m,WRyR9yɅJV cNX uAYU$>{^ٝpXծG)&jPo ]wߙX"Lw),6XEDCyB] kDA w'OAjiԾ%96%A{ 'jr;KTv nGV F8r_7ϯ܃zK\\%l3vzTe!eVG8= R\ޚ9'!ae?8Ǫ?i:>|_y;r NVimlus; )?qPё]a>H&69SEЕ=jj2!a*Y*[{nj}I\y҃ bfco[.moS-H-Xێ5|ӤJ-vd!+r+y\2Ғ5AZIgA"W3 w=vV(8ے!à:i~`l{5D=]`#U{,k3F>u@H6F-P9Mu߃,nlA(A3]tW! {I- R7 f ]hx ֩G:>Q5'+427kiAò :`q^QhO }1W "~=G ~>@eO:N%;_u ]\I[UC 9 $<^y71x̢LΙQ`OTHqim@ A FKl1uUbtr]`L7p̮J~*k2L*-< jc9 W@嘶NhO=@'󝡮R8d~0+?s¡]=.YYZMr|lA2oj}鹬8͍#Ht 1Wj#3hA5)p1wo2 Se6!ΘIcJUn2S85" :t-B2 +' BPGhjkW@,BJ(`{$5vdt?aaa|GA9f)[%# RÒm=~J2ܰ  LKx%*O孚0Gd&1Ի@&lzn)(Zxxη0R"H4S?3ʯ)8'OQr|_~ևVF[E$=.R}-\gF(G*`L#*hﶅ s< G'X&y8?̵@k!橦b W =Wc"6?BZscfbmͦu ݘ\[to5i3sC]aUa!GWvʫҁņk&+̭Q{Vs6\'yõan12Sk U6G%~8?q{Ӛp>K'2U/`,(!r94qALsir'^Al p&532Yz֍I:gOQ3WQɓc$_.92GA6*yEvh| 0z(:LoY7h"=vl:IMvH~PP<"E[)çK70_*o Ĝ{CzRIt@-Ml0> 7O`ԉ575nvAVbN55TtX P[J c#W~#3᷻8 >]=? ./=>իh< *Ƣ"r9T\NݰB8%vմ5s&`7rM?$@P-xsg OV}c8{Uocoqjߚ+yj)rWBeUN ,7i.R&e'UOL˾ |R/\nEcH-vWK;j_!Ŕ?<@*hZ%#b"YfȑÝ&ej+iџEV%j"w*1Gy&URcrCY=]9#:W@50d9rt7c,̀ч^;ި{2X̲t>f푮$p^:nB _nՉ&%DH#1lc%^,xsGQ_{lɁE%h@'vLTQ|=- ;uW$y {r^:Ls/ʚx|<|Bu&T[`6_%N ʹOٿkQڟFCI1E[a{1@Yqza,l%g ĥ~h_Qvͼ;@s:oc2XXVTM @ !3ۦ[^X|!+m":G7_&9%' d>++>{,̯.(ff 8X"aΚ7l^ޓW` [Uƻ0ڴ(} N\WeAi4%u(X?8u.?i}p8 5=9#% 7^OwE.@hX eōVhg"ϸ# s4]8~o(:;”M  EI #Cow7%QBBl8iר&З䶬rS 8|P+ <̺ 2J(”W"Xs8qC,*)"4l644#MnwE@L"ܻfgfd" ~6>.dLP+ (|Z77|`S*RǍ6R M'o? "1&$bkxNXbWQOxgd _ ߇E"/H=T'_0&/ht ݩ14ewZ5$ Y5tx"?1i- mQCH`-0}w "~'|m&mNmFy=L6yrdzx}B2*8)nguS\!Z,]vK#, 3 " |Ğ"^- 0ڃҌJB~:I$vryc c:gw| Gv8elw$cܒ:L/ϮnGZ>L>[*`\̈́_tyov}e/<sCiu;qӍ V%’{ִJZCLg nYzC8 8u[[fNdgd!=ja،l'-߶̗y8tk>@l&+\Ʃ=mޤj  kq/j4&EtKd߸_ZJ8;1y\Ij$g#!ŕwV ]OxBƧtz ;Grv 8/ZI30@vex٫׏UВ0TIj9a0ڄ-=I;!DmIX̀cϵ!%/Ue#`Ih@5 Ns`q{ _Q~li*ۋA8 <_rڨbz,bĆ6uWF^CvAJĊn9fp&H|Ðƻ+OQ9E;b6ƍM|jΰ^fn"ka5wfoPyumQޜf/Kx݆B'fZ֡7i,a3?Ud󸤞<t-IĄa[i v,‡_ty=^zQ9M/VuWSFR} X9 ?kznJ&lQ=$NFA!3ޱ#ed /K\=nmc9u#W`&c`6o}D ѨfKdrgҕ$,sfo-4Ľ8I Dw>a%k o4i,#]xZZ/py9hHtCu5"IM`Pb_40ˢf4aPhrNMwr&i+b4^ 5kV4\nO"E!ezI?y}ΥL8MxL:F=!uF;:{mXt+%->_Żꎚg}r(zjك3 b)]:Eu֑Μ޽iAld ǹ?R DJK,P$.E7: ‰N )zq;20 P͏͉^qYL"sW&a;EtPB^;&nІů55vSfEv)iQ2@w2}.qXTdkV35ĹO3YY)W<X,^d]W܌б2$} pQp؞ YjV$ kcty6\Jo.*p}F]U& Wo(E25maFT ߿T伤f/}ҰJH@u?!T4E BQؿ:XQ%^6Z/XO6vz^)9U^u Ñ5~It Uth/<,WG((EQL`k$Jtsu';2%u9;ӐfV"1h ּ~1*/˞% v%[ZTm͞M*w Q|c tAZ}x_Jr?(X4<,iz7B6V d x%Y(n otv`RHl@\ƽl6Mm\@Ayz쒀_F&rYya ,$緖돞 5 dA5GJddkeYIkٚ{Dʽ2*ZӼ0W8.0%8I94%[(JپHK_]Cpv(^&'@x'V{7@dB ::dG@8GY_x8x @7ÒxoTԛ_t[V!Yo;n|W px{glrGjR!S$, KyW`RT=/=9kwbʏg)(ʱUnegViJ!;rª;Aa(څ:4n`W.k[/UY-ҭ̡(,<^ڐ_ɛvP1;!ːȲopWv).sǡxs|L 1P:G>J8:OdG'|R {r`霘۲<’mi2 '"CShd/3W+qXBʻrE}E.Gai"s`CHLsF7Qhփ sj{v`vgl4ZƔ.!YL͕:BiCt$xl 8gA|I[T:W' !.և>ga4ۖ_yF(Ct;Oə/:mQ?zϖFCvn e%/,4f6 mv^0:dR4_*MLc>WlR_r h\0,s(ë*%Lp}%Cg5=}YxJ&{$ J}`?(K1Q0Vhrv*p8̆ OЗFLdCE{P[S6x!zݻ+wPŹ"c\ɀA͜sx1썒2:Il/tZ>DuPrcj ۄcRO.."#;{ U~-Kg2ibֲ#_>SVe^":Nc%BaJ`jkR?{U B1Dte"C#+Vb;W2eZ@ɖKg4im}ʡ/`d3Z~X0Y1Lr+TG#U忸kiLi*b%S}}42:oqEX`J? gz^,zU Rd:;ܳ-R /5+ p费h8p@M+9|޹7YND|8::A{?[gB~+EHVA{޵dЧHn)'gLֆ>goCL]trIB<&=#>EBƑ(?!_,(kX.*2^i FwאbQ_Hn3AF&dz1tF+bvnر^{(VouVE\戸RX$p>FF`_[Ef?#y稷b3~A0SZyZʊlVOpكy oG4lDZ bA w&Xi6vkbŋNN GF)*2ܴDn} jH0 G^F5j(7dj8s)$+{Q1{C9j>b0E7F>*P)uˈG.U8OXB[<_28.6DHHR_puDf>WG>~&͢wM994bf*oGa-œz Q6&{*tժ4%';sO{H!C9Y~5  58K^ظ|}!:^C]=JEfLhs~*E0MYsa7~ ,8nb8+ 6v㶯A = $ƈ=gowMP<{4)jֱcE{ %Vv:ӎ BڿQ n L$%F-,DF=7)q7o,oލ;L~A6|~#Ld`~gufLq߭`2W߯D'?^XhK#;q [E փ;0!XcQa<՞'xOs#QcK_sE&vU0/&LZ.ǹ~M-> )TCmgYn[}3^ XLwbxxH8>8<:F)#?m blELc;Ik!tc,M6#g*2/K|#H# {7gѰ]=/.BL8ք}2h+ 4s_mrZQEB79 jGϮ\jpһ#ݤK\_cDxt*|YIģ J97ŀG8q=i5xMflGڑY"ʻ .j6&jVi g9 Vqg=kO\> <gq#tct%Цm1&% PwFK?f[$R8NncWx͓@“t/ٮoBTOtL\X֡VYowm?/ǁ6`sjh>`i2#K:F֐cјX 4]ɸA,Cc0ԺYۖn6i%4Nܣ}̡L0 Z[.A D M zoqZPCOK@Ax(XwmiQF *@L_s*ҹg7M @ܵKXLu1ڣ)hٿ ?$2S!JX-/jF~Z-" (7^2S hv@n'P7-rX[|V :jm(u $;֜ӈ qcL(Xo;mrBj U7_d25+H!L) nwh|YcqEf?n=Mw֡#í'NkUnraE} b2=r 4+}=~nRpwdڙꠋ3OۘJsQzh*2嗾m%< Kv>%Nkf~^0lk=Qٴ3M2VOZB_l9vf ~d]c8^C')Ue?-7`Ms$yuE-QeՁ#寶@1V$Ŝ۰#]Y:l7ecòN/%`N"Zѕ:?j̎fHL 3oN\?z Ndn QV!M|3{$锬՛d9b3n*4rKclAX Aׁ27>*R/4>d(YegJ~ļTjJL'̗[.:%P2F7afdgY w`4DL5p`VG2CjŃ43bqT mm7ĠXGaXy誎g.Pr`gd1em~N=LP(eъyJcqO-SݕAp\sF5)uDXw Ӗ%P`9X@n{5ٜh8=2ֽF֚' 0Şs#eŬ 9+?;PN?C^NT*&V^ }?&lH<7\J`O)gaԣs_Vex]\qw@>cvF&qRs`KjЪDxw9KJ- p ^55 Z!͞g8\ e0Ÿ2'D:u'z7\\a{AQҥd[LNH4 cV~ޔ׌<~Q_'n$y7cbyB,~/ %c~?e*):}a /$ iexJܵt3 9%0H#72 . g ī޿AvԵ$3ڧ_8|k_nЄ~*y x)`^a+,{v#dULUigET}+|N-AO >dǡHZVD_ *n9Q݋VW4TƄ/0|/9OCh Y_H,Z{uG,-?IzdV Ǝ9X43fzk|;==:!I}On^;7y8I)dazMw`>cguWe[!_!kF#sP Ck_f͢:S~ۼ ƏUm!!#mP{uA,J:ƆM&˪̞?!{%tSgY9aME# [Ԩ1"iwQAajk9j'?v3W({8C]}ie <Κ{i-Q*`3 j#^Yw4SβYҨ41"TsU9I ߖDzv@gG$;/5q\ekXO: /BI-%Qi*֡?2E)<,GJ} C#