samba-winbind-4.9.5+git.383.7b7f8f14df8-lp151.2.36.1<>,JP_/=„sQ>[X#f\! \tOޔ/NUgwWb8JGMOmyVj!_{F u=N U~ѥ/+}fLՍ nIpT$'6nfJX31_EŨ=LfVnRBL훮'ߵ8JQ` -U_Ia"T<1VZ їpD39ydaS7&zMo$+c)B6M'z>LѤ?єd* 7 O _bP4 4 4 4 4 #4 $04%4&4' '@4((+TJ9(KQ8KX9N:^=>?@BFG4H4Il4XYZ0[4\P4] 4^bckdeflu4vwƈ4xX4y(7z6<HNѐCsamba-winbind4.9.5+git.383.7b7f8f14df8lp151.2.36.1Winbind Daemon and ToolThis is the winbind-daemon and the wbinfo-tool._cloud126openSUSE Leap 15.1openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgProductivity/Networking/Sambahttps://www.samba.org/linuxx86_64# we need this group for squid (ntlmauth) # read access to /var/lib/samba/winbindd_privileged getent group winbind >/dev/null || groupadd -r winbind test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in winbind.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in winbind.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-samba-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-samba-update-$service-new-in-upgrade" fi done for service in winbind.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi/sbin/ldconfig if test ${1:-0} -eq 1; then ln -fs /etc/sysconfig/network/scripts/samba-winbindd /etc/sysconfig/network/if-down.d/55-samba-winbindd ln -fs /etc/sysconfig/network/scripts/samba-winbindd /etc/sysconfig/network/if-up.d/55-samba-winbindd else for if_case in if-down.d if-up.d; do test -h /etc/sysconfig/network/${if_case}/samba-winbindd || \ continue rm -f /etc/sysconfig/network/${if_case}/samba-winbindd ln -fs /etc/sysconfig/network/scripts/samba-winbindd /etc/sysconfig/network/${if_case}/55-samba-winbindd done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset winbind.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in winbind.service ; do if [ ! -e "/run/rpm-samba-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-samba-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in winbind.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/samba.conf PNAME=samba SUBPNAME=-winbind 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 winbind.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 winbind.service ) || : fi/sbin/ldconfig if [ $1 -eq 0 ]; then /usr/sbin/pam-config --delete --winbind if [ -x /usr/sbin/nscd ]; then /usr/sbin/nscd -i passwd /usr/sbin/nscd -i group fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 winbind.service ) || : fi else # package uninstall for service in winbind.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi<_ܘ8X8wW'GG'(8xHx@xH "C {v  K. l<Ml^큤AAA큤AA____________________________________________________dbd95eb7e0d1e8c973d39fb53be9be46276b21bcacd8b0ae1adeeb63651f6fbea676af835bac5e037fd6f6d9950ea49ff3f39bc693d479069190927c1c5308395b9c96db7daccfd9d1c530955f596bc2a32f581df1de744132da9b546815fa30748eaf2ecc1b57da5940d0004fc2fa36b943ad02f2e6c65ce5d97687cb92c2b4cc8d18076a334378ac55ae1979d64a10edf68ab6ee4c04b2dda162a4095ff6a68de820417fbcb3b3b3c4a9f70651f96ad2cc68b89004bde9c60ec98a3240c1e95252ab45531a6814ec42cc8050dcd22740d41f3f2762e9001e62e4cb082ed0178a3aa24e9957ac8a2b83ccbc152fa5bae8f8b4fb7902c7852a18a5fd5a4713e7f4c885a6196baeb642663da2cadf0636694500c46abb05008920988e5efe1f5efbfa5932753e5836e4497f76e14282ff8b949056431e2511ee5ba84dc0d2f6e969959d54307bf188bebc7c6c12c9e8d96ab05fdddca5b2717b80abc419f6b992de93508841a4138acfbfac75887ef25212f87b85cdd76de8f44dc58cac87b101bf781370546d7c487c47abcc64ab986fd89309a283c2a80ba19dd25c90aac77e2852d2acdbe1e7c151d631322ea0ede89123c6cd428e395f252b49ae36d31b3d20da8045bae7a9f328f897a55d0ed865a35edd1d8c27b68de0a70eb202db657f6d3dab94d35f42763454f4944f73931480af3578c111631fdb2a1e71132c010d81b4e8110f6cb48f5bd306d89f32e2366414f901457d67231ad8a06c4dd83f07f4e89d5bcd26ebe0d35a26ff4c86b29e48a1e7c249562ac55333ed4cd10d76cecb0f6cc1fba5b7b56174a6775c69a30591ceddbd957dfcb9664b64091ec04f60cd4fba53635fc9926e50fad5eb58434f803fad6a5efe424422bae74fb3fc0ad4e444bbba191fb7d96b1a9bf2a51c86d2449ce5e9b43669085cbfb51da3f99ecd1cd3ece3b6ad420986477fc093e0f82b9a00571d3b692d6e431e51e3f6a26a5d9e2fc48dbf5ef1ce966ef70f16cc5e286f3c19af7101dc487e6f66ee5ecaef0f78937ce0041c5dab307b3d0277ba4a7ddf9d22db5c41834e4c5ba32650cba9779a16eb3e6b8e2bf0b1ee56f8a98e8ed307633badc5f3c02d8a82a4293ea47439520f80f89925dea304ddfcd3f6445d72d84a02ffd1d9a86411e025348721797525c7870a039764dcf41087ee4c0b6c07e6fde681b0f1b9e6f8af826599f513c6083290e0be5bfdf0c2d946a001584ac01f384f95260019ddd7edf3dc4f19e1252e2fcbf77dcb68bac255d04b0746e498745590c182c87650cce2b878aa2f21f339b337fa90d4933c6888a0b8dba7744bd686e396b363ef231cb5a4a8696522d0bb70fdac63e391ff8ad3e4d9f4d5d5d25e5fc767fb6937b38a738f248be8a65df6502a8b5f27d65ecd5a3e5515c7ec0ca2cb2d319f7f7c9c614741a946b5584fbe2a20aaf6edd6dd289766a2851d15a64c955f635a41decfb7885b722a17887ec456f6f6fa13914fb44060ec674069a75670ea768d01e3251e5390c31c0e783ec33ca32846204b42fc5b89f753fde0bdb940728f5f7dc7b8bf56af8951792e3af74456b6afebfa76a32648de3ed6425a9ef0419203212ac304e7442316a70e7660983b695c3c395ea69f92cfe7193affa8aaa701c58c19bd98098b17b0b102e3839c72f77d46f1388801721ca984917364e738f9bcb6beed169a84bfa507797702eacbe572cf47433a714b1d91108c464450d0192fa05318310f0cc8dad55567b0724ec1d5f293ed5848a7b0aec1d7a7a338efc70345081386854ea736711c9d0248492e283fb9ae890d4209f2206c36c96ba7b1cf461adbc9f3cf2ec1022c94368be8e7516b302d7f984fb1522f38c23262594f63ae053241afe5bc453f62e4c8515b1a9b242d0cfccf9fd4bc5213eea7ba8beaf16d0ed6da40792f101ed733c6b4b0325dd3211474ac785379683cc4e7f17e211327fb9d536c1ff9138de03eservice@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootwinbindsamba-4.9.5+git.383.7b7f8f14df8-lp151.2.36.1.src.rpmconfig(samba-winbind)libnss_winbind.so.2()(64bit)libnss_winbind.so.2(NSS_WINBIND_2)(64bit)samba-client:/usr/sbin/winbinddsamba-winbindsamba-winbind(x86-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/sbin/ldconfig/sbin/ldconfig/usr/bin/env/usr/sbin/groupaddconfig(samba-winbind)coreutilslibMESSAGING-samba4.so()(64bit)libMESSAGING-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libasn1util-samba4.so()(64bit)libasn1util-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libauthkrb5-samba4.so()(64bit)libauthkrb5-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libc.so.6()(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.8)(64bit)libcli-ldap-common-samba4.so()(64bit)libcli-ldap-common-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libcom_err.so.2()(64bit)libcommon-auth-samba4.so()(64bit)libcommon-auth-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libdbwrap-samba4.so()(64bit)libdbwrap-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libdcerpc-binding.so.0()(64bit)libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit)libdcerpc-samba-samba4.so()(64bit)libdcerpc-samba-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libdcerpc-samba4.so()(64bit)libdcerpc-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libflag-mapping-samba4.so()(64bit)libflag-mapping-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libgensec-samba4.so()(64bit)libgensec-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libgse-samba4.so()(64bit)libgse-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libidmap-samba4.so()(64bit)libidmap-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libkrb5samba-samba4.so()(64bit)libkrb5samba-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libldap_r-2.4.so.2()(64bit)liblibcli-lsa3-samba4.so()(64bit)liblibcli-lsa3-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)liblibcli-netlogon3-samba4.so()(64bit)liblibcli-netlogon3-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libndr-samba-samba4.so()(64bit)libndr-samba-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libndr-standard.so.0()(64bit)libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit)libndr.so.0()(64bit)libndr.so.0(NDR_0.0.1)(64bit)libndr.so.0(NDR_0.0.3)(64bit)libndr.so.0(NDR_0.0.4)(64bit)libnpa-tstream-samba4.so()(64bit)libnpa-tstream-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libnss-info-samba4.so()(64bit)libnss-info-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libpam.so.0(LIBPAM_EXTENSION_1.0)(64bit)libpopt-samba3-samba4.so()(64bit)libpopt-samba3-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libsamba-credentials.so.0()(64bit)libsamba-credentials.so.0(SAMBA_CREDENTIALS_0.0.1)(64bit)libsamba-debug-samba4.so()(64bit)libsamba-debug-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_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-modules-samba4.so()(64bit)libsamba-modules-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(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.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_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.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libsamdb-common-samba4.so()(64bit)libsamdb-common-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libsmb-transport-samba4.so()(64bit)libsmb-transport-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libsmbconf.so.0()(64bit)libsmbconf.so.0(SMBCONF_0)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libsmbldap.so.2()(64bit)libsmbldap.so.2(SMBLDAP_0)(64bit)libsmbldap.so.2(SMBLDAP_1)(64bit)libsmbldaphelper-samba4.so()(64bit)libsmbldaphelper-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.2)(64bit)libtevent-util.so.0()(64bit)libtevent-util.so.0(TEVENT_UTIL_0.0.1)(64bit)libtevent-util0libtevent.so.0()(64bit)libtevent.so.0(TEVENT_0.9.12)(64bit)libtevent.so.0(TEVENT_0.9.13)(64bit)libtevent.so.0(TEVENT_0.9.14)(64bit)libtevent.so.0(TEVENT_0.9.20)(64bit)libtevent.so.0(TEVENT_0.9.21)(64bit)libtevent.so.0(TEVENT_0.9.36)(64bit)libtevent.so.0(TEVENT_0.9.37)(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)libtime-basic-samba4.so()(64bit)libtime-basic-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libtrusts-util-samba4.so()(64bit)libtrusts-util-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)libwbclient.so.0()(64bit)libwbclient.so.0(WBCLIENT_0.10)(64bit)libwbclient.so.0(WBCLIENT_0.12)(64bit)libwbclient.so.0(WBCLIENT_0.13)(64bit)libwbclient.so.0(WBCLIENT_0.9)(64bit)libwinbind-client-samba4.so()(64bit)libwinbind-client-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_X86_64)(64bit)pam-configrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-client4.9.5+git.383.7b7f8f14df8-lp151.2.36.14.9.5+git.383.7b7f8f14df83.0.4-14.6.0-14.0-15.2-14.9.5+git.383.7b7f8f14df84.14.1__d@__ @^^@^^2^1^^t@^s^^Y^.^@]]@]]@]@]@]nU]_@]J@]:\ڭ\\@\ \N\e\e\}@\o@\\\\\4\ @[[@[[%@[@[ @[[t[#@[[Q@[Q@[\[[[{[z@[r@[ @[WZZZZZZ`@Z@Z@ZZ@ZZ}@Z'Z@ZOZ@Z ,@Z@YY@Yo@Yo@Yo@Y@Y3YYu@Yg`Yf@Y7Y7Y, @Y"X:@X:@XXsX@X9@X@X@Xg@X,XƉX@XYXe@XX@X@X@XWXAb@X-W Wv@W$W;Wu@W#WW W@W~D@Wj}W_WYZ@WYZ@W=W(W!@WW@V3V3VV'@VՄ@VՄ@VVIV@V`Vl@V@V@V<@V<@V@VjV]VI@VG"@VG"@VG"@VG"@V(V'~@V V7@VBUYU@U@UUAUĝU@UU@Uy@UUrUq@UhTU_@USaSamuel Cabrero Samuel Cabrero Samuel Cabrero David Mulder Noel Power Noel Power Samuel Cabrero Samuel Cabrero Noel Power David Mulder Noel Power Samuel Cabrero Samuel Cabrero Samuel Cabrero Noel Power David Disseldorp David Mulder Noel Power Noel Power Noel Power Noel Power Noel Power James McDonough npower npower David Disseldorp David Disseldorp npower David Disseldorp npower David Mulder David Mulder David Disseldorp Samuel Cabrero David Mulder ddiss@suse.comnopower@suse.comJan Engelhardt David Mulder Samuel Cabrero Samuel Cabrero Samuel Cabrero dmulder@suse.comdmulder@suse.comdmulder@suse.comjmcdonough@suse.comdmulder@suse.comSamuel Cabrero dmulder@suse.comSamuel Cabrero dmulder@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- 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);- CVE-2020-1472: Unauthenticated domain takeover via netlogon ("ZeroLogon"). + s3:rpc_server/netlogon: Protect netr_ServerPasswordSet2 against unencrypted passwords; (bsc#1176579); (bso#14497); + s3:rpc_server/netlogon: Support "server require schannel:WORKSTATION$ = no" about unsecure configurations; (bsc#1176579); (bso#14497); + s4 torture rpc: repeated bytes in client challenge; (bsc#1176579); (bso#14497); + libcli/auth: Reject weak client challenges in netlogon_creds_server_init() "server require schannel:WORKSTATION$ = no"; (bsc#1176579); (bso#14497);- Add obsoletes to libsmbldap2 package to fix upgrades from previous versions; (bsc#1172810);- Fix net command unable to negotiate SMB2; (bsc#1174120);- CVE-2020-14303: Endless loop from empty UDP packet sent to AD DC nbt_server; (bso#14417); (bsc#1173359).- 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).- 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);- CVE-2020-10704: samba: Stack overflow in AD DC (C)LDAP server; (bso#14334); (bsc#1169851).- Fix spnego fallback from kerberos to ntlmssp in smbd server; (bso#14106); (bsc#1169473);- Fix CLI tools still printing "Unable to initialize messaging context" messages; (bso#13925); (bsc#1167070). - Do print mkdir failure message on error debug level when initializing messaging; (bso#13823); (bsc#1167070).- Fix domain join when the machine account does not exists; (bso#14007); (bsc#1161389);- Fix pam_winbind with krb5_auth or wbinfo -K for users of trusted domains/forests; (bso#14124); (bsc#1160490);- Prefer principal over DOMAIN/username for NTLM; (bso#13861); (bsc#1143499);- 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).- Fix Ceph snapshot root relative path handling; (bso#14216); (bsc#1141320).- Print command %J substitution issue; (bso#13745); (bsc#1158551);- 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-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).- 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).- 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).- 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).- 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-gplv3-winbindcloud126 1603993472  !"#$%&'()*+,-./012344.9.5+git.383.7b7f8f14df8-lp151.2.36.14.9.5+git.383.7b7f8f14df8-lp151.2.36.14.9.5+git.383.7b7f8f14df8-lp151.2.36.14.9.5+git.383.7b7f8f14df8 samba-winbindpam_winbind.conf55-samba-winbindd55-samba-winbinddsamba-winbinddpam_winbind.sontlm_authwbinfowinbind.servicelibnss_winbind.so.2idmapad.soautorid.sohash.soldap.sorfc2307.sorid.soscript.sotdb2.sokrb5winbind_krb5_localauth.sowinbind_krb5_locator.sonss_infohash.sorfc2307.sosfu.sosfu20.sorcwinbindsamba-gpupdatewinbinddsysconfig.samba-winbindntlm_auth.1.gzwbinfo.1.gzpam_winbind.conf.5.gzidmap_ad.8.gzidmap_autorid.8.gzidmap_hash.8.gzidmap_ldap.8.gzidmap_nss.8.gzidmap_rfc2307.8.gzidmap_rid.8.gzidmap_script.8.gzidmap_tdb.8.gzidmap_tdb2.8.gzpam_winbind.8.gzsamba-gpupdate.8.gzwinbind_krb5_localauth.8.gzwinbind_krb5_locator.8.gzwinbindd.8.gzwinbind.xmlkrb5rcachewinbindd_privileged/etc/logrotate.d//etc/security//etc/sysconfig/network/if-down.d//etc/sysconfig/network/if-up.d//etc/sysconfig/network/scripts//lib64/security//usr/bin//usr/lib/systemd/system//usr/lib64//usr/lib64/samba//usr/lib64/samba/idmap//usr/lib64/samba/krb5//usr/lib64/samba/nss_info//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/omc/svcinfo.d//var/cache//var/lib/samba/-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.opensuse.org/openSUSE:Maintenance:14804/openSUSE_Leap_15.1_Update/5efc3247935de50852981b6dd7a54fdc-samba.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linux ASCII textemptyBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4c511c6656da03dee1548052c0ceb32766e41758, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=1e7a76d5d43d248737049e37059874d1962db3fb, 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]=c5f3178ddd2f0eb2c0449512affba7873cd752e7, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c3609211d74638cc6c04d82863417cfff7f120b4, strippeddirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3f97047b8c6db425c1bf1e1ce95639177bd4a8e8, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4c26bf20d950e602b1d131febdcccda351a6cb70, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=93db7c331d92b2efd6f5b1c5660126ecfaf0d690, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9e54237d8253fc8f37a36a6d436d3437f0c60f09, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1e54cf30a5b0b0b65091731105c187112f55c021, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9b3bf0c7938bb9f735a99a0eb200ad74dae9b510, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e28d7abbf8f6e84cac25aa362e77665400eeab74, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ed4f3ce235388c86db541ff2e9c24832159b4b64, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2ac4fd147679286f7e1cb1a6d38c51f319f75e95, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=35185669e493d5314703b7a5d0745cb56d3d7c7d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c4d35d2fb03c9a56fed954e215b6c21fd359cbd0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8e9475ba1232382215f0cc1c8a96fc6a837cfec2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5d8bd75edb425d9c2ab37ca5f844f623445c53d0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4a8fc686db0d3510839820fe334b4c39baad80bc, strippedPython script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d325e9c95b45596cd247d1a952560120c3165a30, 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)XML 1.0 document, ASCII textA]g !6?E\y. 0  RR\RRTRSRZRRRRRRRRYRR[RRRRRjRZR0RpRRXRRVRR\R4R^RbRdRxR`RR2R!RRRRRRnRYRUR[R3R1RmRwRaRoRiR RR]R_RR/RcRRRWRRR\RXR`R0RnRdRRRR!RRZRRRRYRmRR[RcR R_R/RRRWRPPRRZRRRRYRRRhRRKRRQRbRRRRR`R6RxRRRRRRZRlR4RR2RnRjRdRRYRmR R5RRiRkRPRJR_RRwRgRRaR3R1RcRRRRtRpRRnRbRxRRRR`RhR6R\RRjR&RmR5R[R_RgRsRaRiR%RRwRoRRRRpRZRjRxRnRRbR`RRR\R6RYRmR5R_R[RaRiRwRoRRRpRtRjRRRRnRbR`RxRR}R|R6RmR5R{R~R_RwRsRaRoRiRR;RRpRRhRRRxR`RnRR}R|R4R6R R5RmR{RwRgR_R3RoRR;RRR6RjRRR`R5R_RiRRRZRRRRnRR`RjRxRR6RYR5RmR_RiRwRRRRRRjRnRRRbR`RxRR&R6RmR5R_RaRiR%RRwRRR8RRRRRR7R"RRRRRRRRpRZRjRxRnRRQRbR`RRR\RYRmRPR_R[RwRaRoRiRRRhRRjRRRnRQRbR`RxRRZR4RRdRYR RPRmRRiRwR_R3RaRcRgRRRhRRjRRRnRQRbR`RxRRZR4RRdRYR RPRmRRiRwR_R3RaRcRgRRRhRRjRRRnRQRbR`RxRRZR4RRdRYR RPRmRRiRwR_R3RaRcRgRRRRfR0R$RR&RRRXR.RRRQR\RrRARvR=RZR?R^RRGRRRbRdRORR:RlRzRVR`RRRRRRRRtR4R*RR6R(RjRRER2RCR8RR!RMRLRKRxRIR RRRRRRRRhR,RnRpRYRR[R R R R5RFRPRgR#RNR'RURmRR+RBR9R)RRDRJRaRHRiRRcR%R@RRR3RRoRyRReRuRRR7R"RWRR;RR}6DٵʦYn/usr/sbin/nscdcronlogrotateutf-87617a6c4865da33d4664d58e7362b966cb507f7968260a9b3401d47bb5385bad?@7zXZ !t/]"k%-2_fe7B&*qpDw=.w/T Al k n`% mlﺶ]P1Vq{`cSd;uzu; oZ&VwA9,\$n> %FgAK0b n$ Q=? :y?znd$6L>*~[F!9 ZHK aDwtBqy4 u~U ^j95C 4vTL] l\t {+jGq*o }0.El_K #aZ1C'B#tCMm<722hc xj]Bu.j01>[G j=lMT|j'utgQ4bc.~u:Hu{[˒RqaGx(g3s~+u43}VK^lD4BS^G_NJ(nر9&ݠlY]E~"HtGL9  ϸT~GرY+ moWUekj9(lek *ݵLC|؉]*:a1"K^9DUm>tN>)FC.s2Ie??s>rɷCIB 46qv} ^tU)#),uG{9E׃WtYgj"3 pz˴H|}ٱM[p#A0H [c %ZT'ʸdx.o~dzGVc+~R,ѷ!]H슷i~r\ e%¶ݕNƩ_9 b=m=V7ڥ˟h>ǻ`թMN3y^z俨cF/ꣴ k 6愭DXEwRgH4bf: 2lr^}) mpPtTu k*q[$߉I8GOwZ8oH#}XU7\/+jDqFLMTփ)3fbY|ߨɟ 6Gt0_|7ƈ=&aB֬"H+]#}5dl ,N>eZYw`a>EQ$$FѪ;jkkW_]R^y0$m+B"VJƙi]I?sTrŘBcbxKt .wO,$R$Hޓiݚ ӳ!H'p@\ܚϸ=z1}\]>}uqb2 HcWjZ%d)gl&ހO[vlH˪ pyXw`c*IB{?-°iY(m-ȩ͕[͉bj졣6*^6ϥS6ю${| +K9oUQe> QQ4aM 1tz i F6»&w !ځ&-6hQv.]%Y&sa|rC;w|,Ͷ=S[p/9_a: ch5&R3n3q H j'@S K` (0="OoFK׀\Voy(c[ŭzv|'W/ cPٛă=a< FLf@piEYfi--VU3m+A~y+dHb[˅fͲk&>yc\Ns{k 8 ɐz`iROU`lrٱ?^^C8ZH0ͥ@߬$ewZ[2󐣇>?¦.a0E`?~i].osk>l+CUꕬ$ LXgs~SEJ>YBM /MGXlTUXދzofT里[J[Pkc`0*uhڨn6&3 $o!ot{l+gr %B.&LZ{Rȭ]@ge9-˴ӽ_t±v vŵ0pV m>&wQ:v*aQ˂0SLR:NN\9Y|cR:G!A3|ov-'=yZb[*bVd21~8cxQ`(6 w`ʦShdƒfOroEgpC/N_&g>cD#PV`Y4Aywkn|;~'y_#rNB 8o\ע6,ġ+ݫ[v}9kw*N Rn&~3kX񃐵hU%̀٠I Qu -VoDLi4Iɝ;o+# T\>~D I޷ٕY17 V?gD\Ss#Yc;aB 8U1 ]υy=h x`FwcgSqס>7"kxyq|l.zJ/ͶvZ2Bl`Nw|OC[Vه@-LH_~>{CNz՟i|q>ͨseUB)2G G9H$"6 w -?dH `iK!Wj@8%26®{1oy[FA^ V/!?[Qϗ}DtXdA D)PBjBHh"Ky^߹vHL]MUKb Y ^b)!˜(I~?lɺTҦT,/͔܌$ )5164+ڈ߭]|<1EYqzrxut<5{ŪLH-bjeɬɢ9SwU;O5$TUqqИK|)Xq|'ї]aSt$cbo͛HB+3@߭;S*1ݑ_qR}Ę=3NބM*~sbnVQsw }X еxtϖwnH: n !Tܮ-TbcK4,hpC\mVp4Lxӆ/UHuH=ɇW?n>30khT0gVCe8q/uL^MԣI&qgSgc6UI!g8o=2•gƌ3(XHG!ż]s i̕t/ %\Fzjebd)ʔh +o-^lp у\P>x<(hj՚xHhmL\hd$OX "ƓԎ268ѩP4qr]q{k]6.SeYdz/d\nAզnGKWOoAa3L. x f㈄4Kb&&s36oE,bVkXK+-N6_V B(%1PgSX8S zlYXD5Khqq?o8#Vɐ`ި"y=VMJ)ŜtcÜķX:gcQЎH4lZ :+3cxgA$Ob{\}ݟ4TDse.dѨ rst}f'tFBkH(#$p 8 m#qE= ~MRT@Emba%'c>ёnda̤I00.*Cy}GhJ\=GhrΟQꟳ tD+ST{YgI73P;R.q-+AoLQVm)poB $@yCdTb)1'^[Cs,D^'_%9pewpsPP~ڃs,Ka+E2Ur -X}0fa,޵ӚD>䙼}q~mZ<gj]8JLSm3V_f2p2!p\XѴt7qyŸ>V $Q6[䙀f165Yy U}/{qX.#W2g#0`ֈt\DNn)W2z#/``!8ĸPgz!Sߨ=isSÁR{erz/f"N>F\ih+ZCN؍4šs"@a~ ?IGFi|2o9"M*89=Gyۈ}]KHQY^|v(l+TYX#'ےK׆+ 核 ?uܩkD~Txcff=HD}ٛ ̩,}e)e+dqs?o;Lpܻ&?*׳'!ޭ;/jpc/ Xyl|zkCc6;y.w4!,Rj$F!WN"4?]uv.ЅvV&~6Zn)&3RLK`'-ɖM}?Zs9'/N~EK+0]ڇw{ AnJtF ʨ K=>)m&AeHH|8QLPç"NM|M|wgKv΃舒1iM]ag ~7-5\aeL7GDɡx=Ws6M j7n nxݚ>C"exɃ[O"O?y)ºE}= g%rVӜN𲥕uرӰl\;X:`D=] b+_ Q\\޺ FO_{QO|{?7pěӖ?g7g\>>w)*7xcc`"xv3| ?!w6~Kj2sti,6\pv<'K^; pW:ؙtۂ:j16s$HSU$I]8oεg?7@ Z`#*C??Dɖ/x9az79~^amfszܞWtnIV<ѱ  ܖ` ,u&SvѬdzf/>/ 緹Yx(+.R`8a;OQ?{T%LQNV:M Jv`AAXs[D-r RiDz4h;YX*3+G=_87ZNjgCUmCJQ՗ⷢ%>0yUXv0b|-PqR&)&Xpi& 1+ #@ҩa:GN_@il30/s='\9|Rw1`d`v03ĥa`cpǻn4CԲ躨re#90at]E`I`ȿ >bG1qc"^ޜt-%:,0Z:b2[ݨX{@DliU2wZ'pD3DOCw"Ye8/\hrlG2#إˈY (3mi-=4ntхecfmͫx'bԀDřMwd5˰oAf3tj58u!m{$u-Yۙp-?'%`ܫP{ڵo0zZ_UIlƅKڙ%aȈ6'"KCovFϣ{]wי_.,EUiʍ|4Ә; DRذ_EƘP94W0yv$)`L,Vn~z"UzCcdܡ2)5Lnt2yWTJiU{LI!ڽW5}/F.\V~m~5+HX]$>MaPdd?g Dk> (1ڥ?QA_uX-Hb5Mהc7IȲvH)޼w l|N(Rs$Rz7nl0?izz(@_ˇu%x }sՔSߑR`\!5[$3y#L5FuUڬ4"81r̺!!/㟮^]= ޲=7G@.2Qnj5>'>=f4ꁎ֓MVoJF2>J5G5_pjU @')x&*% Ba/IpǵC3,`ZTֽdCɳ*r$ Уt(Ym>K2.\wX.J^}k#!ҶkϮ-[o5[1̗Zu=-EA=\fZL̛Ӱ1k60tNntݻ& bQj.N+oJm @j[C'7mR Ed`=H'zݬK7˒Kw.!t1_4IfB| %1j7*3]fؐLv]\TS\  Uv4?ië ]C.G]٢ 1LW%P lxDq!,FEM^osȭ5w6*o΄Whe3npIp#vi@gX2oSS+S͸4(VZeIҁ"KX֩lk{B9dQ5' 򌝻>:(r mѥ7ϟ{aRݫ]P]N [FB}(A^װِ6V+%1钭/W;Ez}Y=X" Шޞ^1G7"5)a#6(s3!e\YER]^ă1%'߭ $Tn]u?2,m1 *i#W9S^z]^o,'4U8j}I f":Ь1*gIK>vת`жʋlO9y~,B*[1 Bucj Dʼ r0ϐڻ #A?%!ݻFeYfg›07#!H/FgF0lB?LR A`v˛25E@k-(3p@,.=M,/fUGxɴ>m?иep*j=;.JrJwʚuҺZxiQ3Y$ux}FL!C㘞 I1 FQ*xH$tp (0'dol6i#<( ~[vyF?ѧk. rBcPӞdT)qۉS¥?~S OJJmE>S[p`/Quti11rX& D:KEjsbcEB;z=L  ԑǕr(^Ye5= Yl>\2I'76./j*+XRq _*}LTgZG^W!BEI0* 锣X 83 m`SW%(H*,r'h._xKNN":Cؐ?K[~Z&gh|0 ](8]KBV޳TZkO,2$I>:sX7(VS=g/âx~?Y GUnA%lGNLZg8}׸ۅ֟WUR" t_4HSB> 0A6Cp8'k=4vࠐz2~yҩΓ+ t:xcL_,gG5hh|4g;f t4gPw͟gseNa|?PvrWU} { jNm~h;CiGils#,Ճ29d9{Cz*9~%cjظ1?uVͨsI_ pu@Ru(;gVxe\I1U6Jq .a| }pCCFom>xʢ7"PT%$u2s3yK4Xr%t5o/G.НWZS^>?qFɢ[Ld\inlW sjGZab"W)Y!r~PL$1\-]j3uj*wrw9aGN;0QofJ~ˮw)\73;糒M$l (4IlQR;Iu`G<ݴ%j#j`~םԳ:@3_ B)13ߤI %K*If&T_ HZ1w uƲ|ND5 sdP<و?s R6\k1@ vލBi#ٴ<z`,e#)r99eԀ9v%3Ͷa|j/{>_H="xvP즳i5,~ bCϪ(d9o'-Dʒ2&qx&{Z?gx ) -xPR1bi;^L9wKGL锒jpڜJ 'Gn75>n&']K̭dys (0&J!a//|)_ծYy3&L)B.V7cd6 <~"܆ꩤݟϰ(/ЃsH5?HX`(mf{X1DJW G/pxUU81q3f%/v)%N:i/!/wFnxmh #I@c+Z;C#kC U"Kru~p*[c'/k Bbpn^b0 \pWuKبKe = 4%^sQpڑ|J$ENos{">_c?g.dxdl,9L~Ԋ"KxE5G&8ol!d[<ܹ'^DDDH6CUس.}S%+SLyB,#Kx`qj1p]s`mK( SPQesxUwzJ[fv.Tu}ߎ:ڼl \6 KaroH[m sg*ZH<pIݫtH+!'sLF4{f?Q.^22&` g޸ZRdԺS&~4QPjEM"YپyuX0v%Us!5vaۭ3+ L714C$6yU=|Ǯx$}D0dꂊm= jPp$@M=/hZ"0g|css9؟sfp?Xx3򠚐q,1jW,0&$cgjĬ=H|C/>ӥ叠~)MT:>G="&zy-(XԩitHShBhh.2qD,0Jp1)^r."%|9s#2CzG(F6xt*)ʪ{kt` c??6~#rU<ԝsQyknD^ײQ#ʂZG'ҖA0u{RlT[ûcR# ^H7GPeh;~#0z*c)is]ilz|Twy 'Ukq5XU>漯3 ѸWL ;c-`r/Ȁ q-;7-{WҐ%̷%]^nƂs |^?WZ`UkHG*x >nלa^sCo;xcFEZZ "hh&jK(3Q,{XrDqbiCẗzj\nqZ]V^{*+R5*Wq}Ԡ|pq@t<7&h/SX܄ ;Ƥp; 8XWLI'!P[`գkhj'=0arUc!j[WFPq3|i4kZq~zml>Bsg5{@f]6`DW=L?VdxQ|L.Ċ-s?! ~\ObW2cV2Vʃ_zh%7SX#vC:s"a P8"O:[\`|e;l-@H:UU! ЊxzL"p'ܵ1#1Peo07.ƽKZxDf#1=cxTN4\>Vb4nzE@5;anlݐt/ \&CA,,<!m_C9P%ܑ>Qڱ+2eDʥB6bP3pQ'X\c}^f\+p;:<+]jtҗ<n.'q#="$y̺rb~SfVdw ʜUlᙽݡ /{1rS!JK6;[J q0j{MHm]s3Pj9MhՋE2j{8LB0'C;ل8#)5ߟ'=}x%i'/kr(/Cudl}#Xa_1uϓ’53}[V!C?Uv)_妒Kix*XaS` K6bRm{P'3&qDguD%P,ܢvIT:'WX}[HSa{×O 1dW\*Lf?ͣ熴eI ,Tguk*djq@"{~oy`J4f{hL{S:@ɴ]Hn'#% 3$*DXM|Md#տ4q&J m`'OeMN{,#Fi";sdSrmc(v-@ ]/̺a%C5aO)mM j  .c ?,v,m5[)1KUD"GIJ?"XN6é/NOXyIq_Dp%m 'MbJ")yEk"t0wh Rg!!bl|ʡ#Kp$ G|P;C3; k_\?΄x!j5Yݡ Vaݰț}#u*St5g ?x˳A)9W}x#![05Ak!#k[:ms% UEًih xfKDXp0Z6ڸQAhuwc^ Gݵ-?(>w*pbphiAp ^x1X&!L_-< Eea/d(,sM8 Q3?4T|xC"'4D2@̈՜ZN!&5:bIX5„wD5ﮔNe~}m{!~L(wva˓J؞<[Z6p$e߻LrԵaa>}T8b2=N`.%אM}2E'\zQ*]b |*C} 1Pu{>[oѵ~H_SCysJ˽A1(U 0PL.vSNW*D>fJU5BRP|W Α\Ƚ/5 xd KG T 6\5N.ihID)[GT^KE"Kb[vlBMh+:S0bTt%| +k!<*H=f iXo r6N臮A8e0Z,6KJ*0>k7VwĻfPhע:iZq^n bg iKF_4rHCٹՑ{84'ʺ+>Lt46j~7 }Hm_+Ϲ`t^Pfr/mD7z 4uyDŽhjhKH" ix>!~]3It\̋Ɋ!7%QqϜȋjW݅ 膊_M{.u5Ziö/p؆@?\|Ш* m뭽ķ 7/Gq72;iOe-X%md.(֦K4PYdta{1 ШةN֍[K/nsҀbw E~DxGB* z:zB F eB^v1cKƜa]V+3CXLf-s b|0X:sI?)_W o0vi)j,w'~z4Bs0q!O kpɐhBTpVO?7hy \z"m?PBA=ފpyfLmh[% O>aj4k9dPfc_Bw/ۓvfU..j釃'=M)Zxa 0^10{ISGc$$F8r=-7w+k2lzavz +qjԻ eMHkS_H5vQ\'hMv,m^ZQj2 r7(ٿMi_Un6G6Y0_޹}N ՇJD"N3w%[4W/2&p̮G.pPW!IF+:*2쎓_͓ar_bm[e08 JϺWѢzFˡ{$  ,m7&Ÿ!F:Z1*." 9ZE^er 'KiE> uU!4D:ƆÍ=ѡiO56EMpR%b%a)eV/2Yq"9{҉nb j pE_G(#~riqKP>D:9pSZpRNϊG-t|84xeEmڔQWBVEqR[G/ix>|n,:΍떆wG9*d3SOyGɾCğ/뉸FYE+,OM[XRͿ1.ds3x3snB:84UV%:ؽ!G$ϕI8j3 L%9("DeBSUI#ݼG~ s)y)#J=pdM?Z4R;Icm<*>s~ňϜdB8Lf;)RR/J\͙L>ULvPTÞŹ?QtOIS9"C x 2U*!LEFGsYYh8K7=+fO0m_Hǜȟu򪀯 Q^(Q'v{ qe0:mpT;CI{VW>}0"CjO} D@f_C+1p2=rΎ|%H;bQW෠,$Eɛz}n]l@3uI3"Jq #Zj i쫛;?=펯wQQW89w>>0@ d gOmG.~P@8n5{Sw4%%JPO6f5%M#Gˆ/:Cq+I&6L)ܠIʗV7xͧgT6*m B of #ΑH]ٽwRjd۹ Z#3Yn +d'kX˰Pm=Qd@"L$xIG~2+47is=qP@ G,bٶ틤JcqY*ޜ&^''h1ZI $\Rj%" q=2aˁyRL *غ"i5\T$2;:cRX)&d )B"Ɏ9 %Am2Z;4ŒN[@ge$H< cL.%沵s%1l %0${)89 {Ud~݉[mҟ!YΆ_U]6#*>3Hf8dkan@O0La ȫcUDk2@ں+)kHe|{OVl~^^Xu[c)Me}ڌύ~2572c [=tu2vLFZJQrKH=R/;.p:Ta$3;DDZU2M;M0X1/WWII,@~1aPfa|L%ē;҃ ra m-`NX!Y0$򆱅^"$lGn= h{"97D]\PNQ6Ouxg1N\ 4HSpNêʇ7>BT%oxnH@k,GXޘjK8 {ӭ *ۿVR#{ETWѡ5s}<V>9C鋎\|>8ÅS{θ)ԝl0[6(Ƽ=5)<^cRqJHicqޢD]K%b3`Nv8>7NY8@a_Ms!XWT=4Д ƶɢ{LbN ٽFt̎d$/;Я$xL ueTHO TϾK'B:9ωu5m ڈhɕF`vQI)dxߓ+gGQzkKƄ4x>#lYŢdǣjGm˥e9?01.JN+ ۻtT|LL|w!%yLuC떏īP(G`ξQ-ިɫ~zJU?Qc8/ؓC:e 6 ߴC/}/gUyw?HtYl, Y4זGƥbtwTG_^}&G]^O0l7~43B6Ou,9X KX_ !/nL%w[Q)_T`s ?ψ8Ww[kVxcoOG.qy.!IZn35rUb/" %~A3X(-ǘFP{Ay]2I2߰ҖKO/u;IĥK@E, j;!\*wlWnVGdu Y_SoA-c(h2:(%ufP߉rw,V=_OL 11]w+sZʌ|g%Lݽ/BGGW&LZʳ;#ʰDwNS_g&H)";8Z']EdjњKbc0~M) EcXd= z叕-MV#1):~qg9"9?eQac+'~6t:ſ1c3XG-8"#8{ ~\8θ-͡Ĝ5?,TFdrK`IhNlyj%`z=u0< s˸8$2࢛1XrltMuS :兰miǏ=ѧ02Ha>)B&]0IzmL|VRʜ>AW,W/ւ:EAx EYR~?;ENP4UTlT+KZ$x|[OQбyz_ :>v^)L 8>0U _閳mG?!lTͬ"m_+*;gB=2 <ל$q?LIԣͶCB;rIЋt, |3Ow+:x^^ZmUbRrk y4 iҡS,LHpߌNGC6 ' h})֪u9ҧnWE\Uyѷog,myҥ#0u |>,ڱ=+7K9n\#s{&/}hK p#ؐbeC_ovjQe-?IS\IJLsJUw܀T~Vt2 O,R=۠q@e$Oh [hMui)P>Hc4W~\š P9*gz£Ӟ;lY;[Tr?/ԉm?S[_vIA;4뀻뢄dIv4"M3y"L̜=+ɬwJ*NdwD;sr*#Jvt辀1SQW ZEq 0OIԲun@9PC3;|@} t{~b\*48o A 5O~2Պl+;Z>^%c\R8iH xz@MSyU5NҙI~Eu؁7e9ukkpkʳ v9;V#!:4Qz$UmJ2XZ+p$8~gicAIqV^FWhcP0jDBwhە8a@d,f\; (2t`/wM$b"L`)|ii[GWV._S~4}) hn PwHG1e"=QY{htD//7 S'nWX3&E*$3[#v-s{Ua' 65^Sٿ+hLE$^&&X!FLh"FTe[)Vo>.cV>o6

vV<lh;-lXhW1L?P  @ ;t>Q$_^(Nf}AQntM|%gɺيR'z}Paֳns9Z_p%M8(o2ƕ\X%Ȁ*hl*z@F7jpt^<"'%96y{_-OL^mfK%Ӄ#HCOrn/^FY?&I JϚbN*ccIW@; 'C u QOL$ICYRrۮi"TVlnIa^*Qh _"Ғ+y{V )q4zsTS0?ZQhۀ"W ]S_DD2m|9GZvݾR?$o UۄFV} zCi/r銈g+Ak'ĉWYL9,/r J3Ȏ#խda:'D(v{r ʽ )mnX).OIקr08eL/_z$mhГP|E0p\xx$R*Ӵݜw%Q +^s]O=0x ~T,Bt!v! 1:TQ)v܇iظ@LSmGz+TzwX$ݮH3RI-V 58u}y1@!(0/0-ցK2@.qP!QSkSw$uW^H#KS0T'ȫ+ e%#I2^=^$=<6Ʊbac3 40nȓ>QQmŎ-cwOAu+f:Sdprj+_ljbNI}Ź30kݑ%Zӣ֞ڟ.6fgt?dMT{E]ڼ;)lǰY)Qy@{'40HbrÙHc͛if& -yJ8 -K% y&eS0rQ Ék3R)kڷM3ĠE ?F]P }3>XvNIJ5X\%Ro)@lo ocS\qtUǂ[EK(s)ٔS JIP|!N簟}7}|)eN=V99uT' .dнGdNPKV] ̹5$@p2وuJNOiLcg. mݠcs! Rܠq슩00uD&Rk?脮cCt:Z3uM;ܥM>,1/&?nJQ@%*F+̹GE YwW1 h!ؘĨ4rOZIŨKZzWAiĬD,\\UEF=N`(kzeOƀ=;u/l5kC!UM DLܾ=#(d} ݫDgș8RLh=;5 0v=K|L1}WFŵȦ-WkxtgNQ"*Hl ĝ8E&@PaKa\\٥y䤋NE+s>XŽX'˰K fUg ޲ $ pQn~.T2cN:_`{ ٠# Jkw,Iaoo+2*Jjsӏ`'=i&$Qg~ysUA_'|M#<#:fk7f]Pmo 'W32"_9iR63wR&ՆbΥMcy3.+DL-!,f\нy?Q1[KqB?Z8/;nDܸBa NY@:AxƘ妀@ ]C-b饬;+(̉tu⠯JMsTN+3`E4T2Iz- RN2R!8= #rA"P@#\$jl2w]u6@g3mfU& Xǽ̳bs$(&y馭16;"d2B;ůY+ZpO(!IṼ]|̵Z_ Y0;J';;C5Όr(F[=YSͧ+ULF`i$n~D*X^b:WB4Tve6"_a^n>k?aBmuDŽ}Q6`ʊf{޳ObmA9sx6)uc>Q  \TP0;jiȳ2A4\ &Qu]F!s0ŗq7Q+(&Q?H80p(MC'5}-=+H4PzMcVЬ~H\Q4IOV}?@ {@6P%瀁0 C #w6U[w>ްlHLd4ŀڲk \mO0*g䪴QxdK^nLƎiWҭgJꕿ#;mDJtxUb<݈/bFt&(÷ˁ'bՋ%a% xUb#5bNVnbOٕ ^}=65VZS&Hu-7[vxgKgdrt;2bReFaEAylDzJ |\TDQA(%(滏O|/m2K F[_8W,Wek{oHL]&{vd a|^bLwB$~P{ZPv$[WP쪊\uF, sj`=`d7*>s+ ,ȟUU4|.+]2;fJg$Xڅo\lۭvmAo;K Gk:H%JbjvU쭖TI)Qe&-KDؔq3 Nfߤ[`NF[@ j@{WHxb2(aTPO'sD;p 󾇦`&w^sA#{R&\bϻ:G~T5t=q{~6IՖs?prH(<{W[U:Ffrq3eȜ*ݙ_/2ђ|L0nMѸj =R/ Tʈu Y&J[LkNLXe:HYzu%9RݖBP{Zpg3*zSt(`[ ϺԀ~_?;hv؉$i' 0RCЛ$N!Ex0WA$~|20Nhqڕ`i"t`ܔ}8uJ%!BE'` z4[\$"d eg=,@4qvEm/n4kۭ(]'J;*"Q<+{|zWokߝ|eSl.C\~֒5 :#[gn>}i#`(!OLRqʿs6Q*T|P:e_A&[jb ξ_ڈ2F6zJ)Tits : * { g@p\ bDR[%xL]aߖvMur[dM;dó!X6rAaѭ[f~pAzؔQ$od T5G?k'qJ2)߀)GYIi!T,ft^0(R=}RJ^XrxTlz"uw9| ڊݜOg(tR8bj#ز,vX_F%O{X[jywx|@ǁ#u2>q]Fv&,}\Q#C*g=D%^9$F{m2Gf\iҐd͊>|)HS-u[ Z4}x9-?2)/IpYZ,d2#YC"ڱmMg;'㋶|M9+ã"df (7]"muCVl}v^8i,M왔?"mkvYOhܡ:lj(|5e_=pe 2 /5Ko!ҿe$+a:tPy ^҄[%SWoώ黽+㯝MJ pⲕǣ2,:1w @=+fg6r?u`KJ`]dffgrřYFJ"ʗȽps.#s[~)GbP1= 2Uf7z(|D ۔&Ȧ2 2s} {iXNl&6:X4Fapo aMQ3M(2{YK`IRٸ= ]ȳ53珈%" ˻*pi=Qgd*^t.e=.C AjܘS7%Ȋ/b̟5 |;7ŪGҳjNOՕu:rv IJ9l0@ዷob\0if*T6 ),fCNiIϝf=DgO8 @gtd@{. ]@FAlP]Tg'pH,TI؆vAl¶6kecK~ܮbX= ˪5L$Mc,zۋɅL@lRi2#Gnkr0i7+ܐa|[,*YAÀF@#:DÍv曧叾ҌX{R!o Ibz h8͚JiU gB %~*5YO:$ 1.Ǐ1h~, `ݦ:ħڸ`O<ҏݒ߽Ƒyhſ4D mܓ|B:$կNxb-x fzzQBg|0 o8,ɧNđ= YVDUsa0:|YuI\T创xsjLal(tl0ҢY;$pQ^"_9̀IHܦ}c1!-yArگIܰ:xfD5~"D]d*$Z*I<,Q}з_!ԳI:+O,ȺP <#7w*Tboz(Bo͸nv41DoM!Ĥ)X=u(}|}9gx46G鐚n65ǟ. "{d38#P?q!['˴^>ꁇ C2Z\W $9PN;5;u5 lC*n\ }ŻkDŽbL8vZ &ϗ8TT=x<EvTC=}s>K6vmSf ä=/NEl"wT2$^sr7KI,@55p&n5pfM܋]Z!5:sW/`hZgKdm9iiuALw9:K wolnU~ޜ-i8;Y(=z,-7:- GbLkNIMM9Ĭi@^85tr$>=oUp \пa ]i~SN"!va*лJ9 y^;Hd$7]M\啚fa{#_:w&Vદ luJ*}qM^Z'yc.ǁOr83n$sQ_gVNxzCj#?0C+iM7߄d;4=tcM(%'C?cSOB XGZo`D#qd~"N]x",ȭ/jDjK>/x'x~r`;hR&O"K%|(/xD/haYk-6F񏤝h$P(`I3ƿ&(\-r= C֯ ˔զ)6l/0Шwȋ :`w>WHbR77PR܇' &P ֝"Aܭl3\O$\~J,{bKRH|3jPڛ[Фx˧yB1%r l@T-hObb8S>ڭ~>lGTxlz~DZrhʟzKc?p=|z??˹osVO 2[*bk.1 X<ّIf1ًٛ(Qc^G+5K\ehrs߅W¯g~ݞa\B4S䯞Uw7쿜|їww$XSN7Ԥ.ZQ f6Š~ȇFҏr,cPtB CrwlHӕx3a#4P_%$:mJZDlһa%8l܆oKJė>t:"e'$HfJ q?ɦF<~љ$8V]w7 hAӹV/)%}=x/~R]Е%Us*VsLgLV O矕[Ա -s+mF:H)3;%<KJ,nΟxZݢN;u7\(z#\3p-MNPX6.rdK$\m&!٦\a<@"87 V :h 9k%wh4HOO4*`jĩ r ȄQ4";*4 ?5A'V%ͳyx*I3i&qDw5> h#z&bi%:еKp Ԕ?{;F"Q5:r1e$|N]HHCQZ/)=>WABJ >I{ck7t-7?{!:CBMW"yN"2B)RԘ9b'{` ȸ/G5(O-Z)(S "!AS;lKXꌣ%i 3Ռ M*JA~"^䆺W{_/U6d)!q!y2V$nC=X%8w#O]V#OkQ`ʿOh cg#_MYĎl Sƃ ɛ` UY-M3qPsϭ(|$I'Z Z`a:Ӕsp_'WD=^m?<}Y6B A+GQ(EMO!{>/03IYw+RVNI ͿAw !>$ׄUpZ&"xJ.fz?p+ՈO KuzOIU1 *J am~VUgTJ"A+B >᯹Clm$Yo5|V᳥٥ d'3 P}Sf.M@ǔ)2 ƔQCh1] u۵PXs RmojhEW]ё:QOLUªȥ|'ƩIA&_W} D64ml#fȶ[bmk߁ ^gu+Y=6 S,iXpMH7WNUu:DHzs%{IΤg 䜅Yf/~=/ 0^Ǥ\X(gY` :퇒0ZUz5*3&|YZۄ^@_;:{%9/fY,r JokݕE[1JPn^p=dDu!Ms;;Cwdg`;RJґnDE]:[}wL gb^v*G!w¼A 9MNn7Gmù&X"k@cosT ˱Hr䃊̰Fq]Ѿ&7+ z{P͂-$Osr68DE[!,$㉻aoB!fx1;y-78Gc;mrGm@UBGx)Y &x#đ0 ]f-o ?D4_Ǔ֤G9s;?+54sfZX4kNz \: 肆+ZJ"Ԟjm>VG8`Rh$.xCDr&FLЯP9+_0XǠ#W\l;خlU-k(V-CSY`4 ǀ6Ϫ+b]bMZogQ`qՉ7J/˅+Wm{BtO5ТG;cL&Re2fCmL߿\ИvĢ?R(u~ZR  p5t Qˑ^bTV( ߆HX nR_/oR2al˟aݩk] +-`!*Hw> Tasu_;cYWAsq\VbnzGl\Gȭ>YA-.4 6+)S[I<`j[ȡ:)ҵdZ X(J=nߞ[Ǚ=&'ҹ"֌;X?\)Gy-԰9YT$2+!XGX8d:V R$8`3m]J,TSʳrƌ,RoـElg٦H: be4 _dD,[:)X[kdؑo{WMҩ#/WD}fL[pS]i#_D_"R{y)qQeA QVS(|,ImW0ob]0u~nUr&$y {ݛƀ0ǰhYZ2]βݵ1-GX*Ec2jK㓺Mفj;PBEGQJ\77S;݆5E [c*DonR@P)ӆCG3}FQ"ԨٱiK׳L5j.JA;@$ 1) `78fYѳ>>Emr "ԣ:TV-L-:Y{&*v0A+.T[3E}{˴UwkhBQzݐ Bs8:>sܳ'6/ z$' ѻHeX}Bv=c%M|4uak[ +rr)2kOűf3՞K14Pcq5cPԏRB6g!1j+!)8R.;%Qӟ;LRpKr}C0ja[Ifl6 ~֊mCZ/G [T?@"~M/?h[0V}n>'茙4kAq1~MujEFI jx]c fZ.C_A#YaVtcs6̿l{:OrՑ)z)gt*c A-/ hPY+L خ-cJ0J~Pk~nOY-3t7Ums~ f=j )OcPTt?(l9>sB1̯14hݒOK]p~%kpwPU=1"*y~ Pܒ3!zT@U+_4[QGJˢT=@ Bs@AƤme׮V?t:i.*25<* qX<6կ0dy7LY6jUltK{L WgN^k]e-o: [[`u| Cm5 ^5T-P1T56طxz5y*s4YoA<-evSb)}G]_>6;rJ6MSQ']rN^[.+}Y\"*>Cp ܖ5z+7mLIMAY. y}&-" 7Bܡ1`؛uaޮtH0{釹5- IXW oE[L 7֜I\'Q5byL %E;V2_eWmv/] mf&tTak!i;W{C,3`xD,OihP"Å^^>Ef5*k nLyKE(yEQ@Ь2Z-LFgRg$SiÙ{ mWLQDi\/L3oxh>454̜P5%n@&43E Xbv @X<=-Y% xFv3狂HGBtPjdQge|xDD;~7C|/l띄Kp}ڷDׂ?lSO Vvho(5_Jɳ) ȧJt~H{&9G@]f2vl™~ £Ⱦ1}9F$*`}S qLq.[a`G_ T;T<$Miy 2װZDJ6'S f Lc]dbv#kp"W piJ]-Vsb$dgf> WR`[h~U/t#R|{n'C,IxYҊ<9y0pHbYГhO+~aq?,@m7"#;!ӡD^3qy(sf%&//Sdsզ|RZ AN sq>Bl] >lRɠЃR{%@Ŝ>Dp;OOS> Uܴqh0[P9yWwNs0e } 1 &Ld;d#fH[v01<0xTmEv/]h)i3 V4cj]]p׋B!עsvRvP.[sHEݖG,#uHDjUE𵋃Y^vvJ̊6BtS%P9a9b–978I*ƝV1V1'Pu\ZpZse*Z(sz 9Xj鏿Y >E7M8$7x}Y{JCmd¡J:Xw0p/z<| TPMPi/c^(õbyA@ $G/u{\>J+ QF,: 8}#zP,b6H~8[ù.1KڗNSB߱`E_d'80-6{=,^rM]Ϋ&K+ *\6Sra*Il|A$sn*jufY髾*wZq^*5 j"ܔGD'S`h )ꍅ/kH Eܭ~I#P_j:(D|B,ۖG༼wʽ!`#TXegM~QlĻ[-:@D(Tl<\'E '>ss|pP6 dm5L#0l:> pN=8P%0L46vs7qwIh&bc9֋tȭbHt}䠒!CQ>Ӄxc͖$cWt-ΪI2?]v1t&~LmutAlEchVʐyrߺ]P ݔàXUz2>u(O84$pU;^edcUw >|#gVR;^QAy::b]!賖MasI-vhkbV)却~sk+^]ΰ&koHA& [+p)wxZ?7vj3USYlk_*k,+-ɻړYWE'%G{dǚOu! 8TzO~wS.߱C݃.MvSnu X>%XKdss4hW/Iݴp]Ess];w57YCZ*G`TRk:f--^i%Y2Yma) Ig^3sh3- o ބ;rn޶._uSO5=P2YݗlysW<Ṳ8FW\!%UQBnV nkygJwE p9xnQx`T/a1׀!aQƋ<cdr &;ccdN=1GDGdnci @o"q^֧sD;뛴L@nmЂo_ZQɊ>x<ӑTܮZOZKSf}%q 4eBʭՌ yQl`T1\+͖=KdC.@r;`kNyVk|^V&$]wN+.i-ύ7`|M*nλ SQs5)]bM2s( T8я2>#NK  }6 0:}ٔ!uvq!M# VWHYSy7ѡ4…`m = ;JA+QOW<>qκ{o0Ц_ Mjo׀[Ã;sOIZnG61[9^\t qK~?a,ShXׯL`<R;CcAf?r^8JQbuSf-? } q' }RO7vm}f:̏)6`J\ƽ_ QouN} 3fy_QCOpVߛܧQ*zWV@Kܡ IIɾ B.|bʣk^ Ѯڷ6aadW0 V&-)eZ ;ziQOFI~hए٣,s ,2M՟{~p}@(<),S91 iYԐlGQ&;J&J= 7pLX .7pjtQ2)+N.Xpq;l>7lf &}4-'OٮD뾻*1fw5K 5SGw)5>|o4d^|Z,4L 7x> F1[ːJ=Z*(1kT/}.)М1җ`蜥L @r(|Rz*Ҍ?"J x6^ߣgu^HM*KgۡNAHA[EÒ4m: Q]V{5uo¨T {]K@h~I"*#ץj_CŒMHL9DDH#2j ~\$,g7[up/*Giw[Upn1C84\'Ӿd*&RgXkdDs?nۈG87$JLb'4\)gS;#t~QbR$a,}bz2YuJjikH [Q#L̹ı4׮ٷ-5n]WY?HWvɎQoҸ@9mQңC?` ` (W'!!aIOn/ŪXNћJi>m5՘VQs}zkwᗸK 0 NOwzle MBE('!=~50mwml n[: M\( ,͌tDwp?tz^HCܻ#5vh~24v^Sdp*%δv<Q)5;c^~$>bG6J2yur!/Ǜ_C8 `q\B;Vmuhq @b?fRl OV}ON87 * {R޳e?zQUƹm@P8_G~ha˽`"MLMɣ9Kdm~? 0+y5W6 l.95Ŗf"Ǯ>ȕ| qx.E WfW c3jE0yJH%jY̹oE 5AU8nB P&HzK:fCX?h*,Cܰ{"FOC2Ȉ3q! ?)w&[j]P8tOW./`ٵ5l 7ޚPV6ui#=͸}H[(lPJ}W +%53LYBpȁ{L|RXci̺/Ӝ^V́ߟԫe7-nBQfm. !#UBtI߾$M>|Z.]W1[A)Jxw'aᾷ_@smJHT}~#"wĩoXŠ{MTuU-B-B#\k*qy;DGj4`*Y<a銩o{ܡ i쏚[b.CܕnƜHˈꛖAg*=$8~fb)c{h)\2@q0VЕ )S0cI)F1Rbgpcoe&tcDŶsj8Zoy4|n9Gu ^$ӑ9BŎNkWk kXJ[^^A5/0xr^.a$'":K[tg)lN F,դΌu Y 5OEJl(_ (xBnB 0v;:y_ f-.ˏi]38˲>C&`VazRIZ&0O[,|`X'A\Po{}yK)O({S<)!{; +{ (wa)bf0}5]>[ְb'%[0ѹk/J;o^dA+TN˽Dl, kŇMOUd\"O G05ZT|u0dOdf px>;#(JDlNzd)-#\\,2BUvhC$@ ~38=Ũv&mUКp=)1=prCXMt.4yX\g@&6Pz'QC,eSka)ny {Ei/%},F=0iܗiJŸًmFy:! '5X)D$Vם C)B ^|LaV=I}r .{Ind}wέ&%pki X+ӓx U%Ԡۨ9!!ңBUU9! Q Iaƃ"R}f{as.#J Ds1bCve65Ȓ ڵK2֭?e#'҄Ż~q6N(eiD0π]Ylkc234“ 2w\)<'X`/{Y]ա1eʈ/u5(_/S@۶ tLVxs|M'Zn~vFʞI0O2h\)_z#cv& x^Pz%W13Fh3UqGi s+ SqrR[赍puQ6z^t?VXUoU(P5…fBw"[a7YVs~Gt2kF*4~'  DD -LmSI#A(PZqfd)o-oE窴O}Ni0'm#W"!ٳPf3J򤬛kBS']wHqrW1 @šF~ߑ:ob_, юnVnDw;gSo-1t^L\)W4+\ވk:'516u};ucTƋW7׳တ>V4 rُ׳ׁιOɤH]:/ b8Nst&ĖqY!hg,utM"x6WO|Ħ$".קKGUkԖK.4qaO6j<~vE"'Yю,z]jτ or<CHUfXt(K.z,-_sSFS)R>2$:8D:p͢/%K0(^clσQ[aw9\+X=/\3T{P^dG9/9~/x6*#^ȤY&fBRpp50mzbniJ.2=$*TzFtӀJ5!u]|knf-TB}JFv0X˘C腔^FSw_c%SpR{GKXsHkJHk=bUj`]K MGPT¦FRe?w]\0v$Bz/{CkԺ_6EP`>H6#DAihWOۢ-#YA_W-wILjG;q9D,)"g oINX}'2+iLxP sB: dyf1]R׀:]iN6JmѻbKI`z-jpRGM$"^8/t*JyT@oBr&}bt">*y>{ЂxՊ `.0WdX*:1݄*eJBwVWruT~RRqё;6Buz DC*~>-3$BO3[6(Moǩl '.b`Zn3tg{&dBb}9 v & {,a6ɤ>Ѡ4#{W2V%ܨпM&M+5 liU7(4hQFO`f79 K N|28Q+r U t%uTC@ǡg0!p H _tۏ.?h-7EqZq*[p)0fՠ/heg9^!umu|t "sMIoxZ$ؠÖ5I`"1{.h[thC7BS,(+P4l0Z#ngO?D=% O5pʈN5j{Z[^*QF| ^?oY b;]R͠׌  B`<ؿ}a-{li'-srZ8`~- ԽW735kuZ򇨏4 J@'H Ki29˙ ^bp G -_M#_]tӕ/0!+~R@3&k58M[';N(Ř)=(@J(Ov{L8 #K;yl:7#Y&$nNhjB*Se3s|2+"R\#ܳ;9Z;2] ~&Gkŭk$~;{r2W%Y¸$XLA$}tmɷB1hzF.8L%~-%V0N$pS Gk:l%'+EzvW2-JZhE^5 (gO˴~҈tCp )OnyH+/g&}!Q H-^Q +_7{A6C`}1{5LYwYt=|dA1H6~0 /(Aq FzmH,9i92+oP|- ]ɽz, 2Kq$~;1m fOOE~oQB=}KJG]!;~InbʙfNUr.p3h7FagM0~bQRWXí_+]É>C|A@Wn`!*)`J{`\C+&hSv5[;o~+ W @XNt' F <7c W1yIV-oIӼ+6$#G;+~=FL޾!NWVhDWR崈1v%} B:o Z2fV0*1pt2mIF_ ?Y>)dGW9qܮfk0dsxFy[3TI RVj٨iaɐ,<`*ޙS[>kfS$#X6Sk?[4 TQb~Op>|e=[j$JFE !\ T4zh}(m ||Dm3$>Pe49,*\D<' AT{%bR⿆4BŔmZ.YE JG α4k˯kEAuċd&dl!{ȈpTId+_0*btc/6sDS(d1b<*w6 t![W03s·No _,ڞ–,$tCPp\COlZKWokq;C:UI:Ą$˓okĞoг`g@tIwQcf(@(a[`8Uwd &ZkU%z>K>'(4w1 LoaIƕG+rn.W0罝Et{c%p1" ;CW/h#Fjv1\ /C4mT+K`{y(:9qn<+p'=)i[xY2wzjdqz qA#h)d83hѷH=e:.7'#rYW_?UcŖ_p>ڐ5llsdb $S;~t煍e`Mf SÔ'l-lH.ht<盾(:vv0E|X"7^Tؽ "L:Yǂ-p,8V_saaOxR99Lh6%E8_.:'/ݱʁuUjd'Z2jy,ǂ,@iT\ ɆlUGMS,1h0P `7N-;B]akC9jIj)/Z/GnMj?zن82L m%ǽև#Ƨw$7>6| xfY" ~O8>a@=]3t B!3,~)֠tQ y~F3?J~[z'/zk ۻXͬi&o ߅nk/*@r8eUxM^#C"̋^3;EzWdSvkоjq]l9SE.D_:AʌH gfCL3jVoW#j%⸇DOnF1c&l?7KMp@E"O{P\4;Z'AԟmewWhZ霎uģ?o6vMoދhrܶ:ܥstͽ9 kV]W)C&غ0Jܦu_S𔝀.3P"WbԶYYib׵K} 5MwJ^֑Z8.zzk(V(m|06Ru{ؒ,sc^IBֱ: R?wO͐JD騇AƈD绠<5 5{xNx6%Xէ~ĺuf5F-UDw]ZR,LZOúFpq ϛK`d L 5xi,6@uyZt,j{YbBOSӝj0(<}qr$ ez,vbN<]ZAnP@aLJ)<@mDV~m?I?|b ~eȞlšJ.Hjg|MZ8Ph #ַܰh\`a *)'2PҼ~6^Tc)=KD]TX}6E@gWr-$_ʉyJ Q锞bj5ˣؔha@9V.B*?uI8%k ^IScu%, I6})UXlz)K\WVV 7MSynW`5}?=`A|jON'bV@2޻K[0dͳ(*KF HWDxT.BO^qRoҍv73ݔr{F)n SjH JX'fM & @2QFlXw[_\P0Y-\:4nfdϕ6(Vڷ7K s<"w?y@Yj7rl+'Zǯn3I6Ћ čx}lgÁMLqOat9? n>P*?Յ$y7+hlܠp( ଡ଼[> g)(L%]ā}5oRq^dPZ n7ߎ q|6j;:huW> ^SNdbAN~ȲGxے Q(U$p`7d|;((H T9RA5a'M6+tk!ѶO>$v UPJ>2E{gVʏv\rrק.WҦ]ukpkǦzB^ץ#kU>&KJE)YDbPx&t7zٜQvT^\#8Mm.9/痽 q 5G~:)BsPaV,8@m6^] Eύ{A4SbF͇+)0D Wn&c8AJ5y<"M>/oqnŬVtԲ4k BCxU33f:BO\8bVB~| 5-.eO,99$K+1nzC.mu"u}Jokҳ Ky4d>I< -+[Rɸwo x6xT r#ul_39w籠w=tO{ &{v俱l)GHm7ِ*9a|ݝMea49>ToRj/ &]69|KW 7g[[L2P]kHd ץ&ǞG^eLim)yd^Em 4 ҏ&5i X͎(#y}"ӰV8Vi6 g"IwvsI7|m<0u plBig4:{XhN9-'ib|k_uO3rfO{'[ S: щ$.[~<.I3%Dc#%'s_}/ Me0)NMg^R7ĄȡNrdCKn -aK`n$UGԍV°;L^$H{['6)/bjC"8mf4"T>DggP!$/ɯ+cK4ڔ0 Vj3y9$G }rEsmؼG,HS\/ߥ&K`VW6d]@"-@QWi8V0gGӑT?뼳O,]N\l8%̧i+rL4_t_eFNjsTL$lBfݔk f~uw5 'Ь8>:_Aϱ"ϱ~*hH ~;5F_@}C §%=mF*Xsk{,z{%'c.j(%$l'r.7j-'>xrʧq&Nj L}MWHDN$j~A.՟d|`C2?0(*-r{y3Jdl ܉N }f[ 󃴞Di\Ńg5#O pl`ל`=A6b`ks#;';Ij\q-&$i2) E@iSڗ?`N41E8ci& "HluR0VVaBwos~n)~8_5p Ó ?x$1zCX+.]̈#xJЄǕQŌꃀڇP]$ZpjzI4ȒcD .;zwɇG&ѵJyp$E"Jΐ[ȋ->Fԕ|NФ e%eٮ:9klx+  #[j6 K`r hX >s#{Kdq.zT~!;<s~CƫIQq_ M4VOk1@?|/'e偣J;D_[Y45qtCK~+T|^N38'GF$=NKa~Ăm)5ȃmTn*}GA.n!TZ $ؼ?!p洇̈RuiN,՗W.Dc^4`:샦wXQ@րrBDi{s=P/."1ЀhR qBˆm/^~(1ZLDt𦔋G,FHUY\ZCR(/JcnfFԧo~[u}ͷH,k# :lt".\]lN*eْP*Kdl%)<-FqiFLJBݳ?mj(;OL"A+?}Nnj(Gq KvTSM]bvv2]>DSM 2z~ 4M?- 5,28 OT"%ҸK"6 ؿo1{2p4-TĶ])~-/',NʝzaAAr12J;n58SP 7 * LE_<(mw8 kFGI sܴso~$ivyZmZU~\W}363 V$88zwԡp2> :<Y앀i ,^*ʫj ç@شz*:8-i x廴}]kӯX&`:lLلgtAF&!y{pJlzV4un[*9S$|O \Uo 2@FL qtZ}K+bOY-6*{V3YM(Zs11+[$ <+S:OŤ@WUCp3BCh;s斏|bwc6 -OFôt˹Va4GWk6l< 8frc1G=н'r SRU7o7JJާ6g~AS 4sz\CFjH9'd )̷O .d>vΉw(Drak-; bamm ?`Ӓ>EP];D{de#Q_/]4AY--*Jηzc> )]R.?ܕAZ4 -_Yv}-C~|14.C*W[<K, m]=‌ky]>)}+xoy\}q5%jz_O@03>S"l؝~\.:> ɬ,έ⇐J/ ;>.#b)/|(!.H5 hGs\/mBӉh:K bͷ,X<#;jw dBrl!Z[ sqq)+Yޭ~7;y>\6EwB^.6fzݼR,䚿 ':! XgQ}}*I)70SVZ6x '>`׾f_I`qo8 Ota 9l;ʓd׌JsX9]ZA7"6>wN>|Л1,`i j3$/Ġr=CT߸&12R[Kȸ|O&GҿJwIJOE4–1cd9ĬtUPPRe{-|@z.R;f%@-7KĘanqJ{ICH4a6%A%r%$qu8J}4_8n2wjMShA|ַu,4A9Exmͭ^ەB5hJux0dX?Dzg22FJ=G *C:Zg⣓Y@=$aVHȳqV[KKH஫ #},F%gvO5iWE%Ū@Y.%Oq2x񤲝@ f`GQ1+RS~ ea8Y@y8=Z׉M_YByРyl ޺dďQK;?(UL+;8XVF59b$DW$G%=LTSlZ"F>׼Kh89ыyIfUdLA>>_[oVD=W ~D."`߾"EmֱOu+vQqcR3|0_WȕVWeZ"lRl4<$$UtkknU,TOkE>58 E{hF9/ZV)x0%g\5b[WIɉl2?5Rd`e8 V](1hֿ:mH10j30P{X Hu?_N2$e^+z1`k1X)M()Dv9뙈Z/QHa*YI^ x-}.Lȧ@~~;.q%|uke+f)6$h3( 0L<#[zTN`]k Ѭ}LwL11f]Wp\3}Dia5a}V@8~6pE尓EvH=P&1#LkCL".R*/.dZ"}!Ŵ㴨Ԧ`}IH >¬cZfRGSs07 BgCUػJp휨%YȞ\ZyQ]$ `3ܧHB-$jטa<{,ᚈ{ %JXnW5ڎ0 r$#tyrٵʡ:70Uyg;p>?~Z7`}9~$4z}0)|b(Ty֍=UX٦ W>KDŊFMp \ª+Ō؀2o6PX9~&^v[nZMypcX@Jab[:?!$ Q4~vZ΁Nsc2[}[MS&%)7 3w 5;뺔XJ2^4jaݡmP:ZmEWW%GƺiW%(['IA鄚 ^V@~ Q!,Y *[WJ b i-4=`a&t 5M `}G/I9QJi7hcid˻jD`9V}'OWC1@hs1X"R[ß vEsU:RReT.{zr>/d\u˳D*$6\#>44\gO|Lֲc.H?[{PΠ5VF8pm \zP֩U~D:D -LǤ3_kYrвTUJ .tenTm0w% '{^_}O1NM2U :kpKyʓm['*41( e5?"nY>}\A:eDDH6Snw.diW梟rl#6H}%ERni#XNfK6u5AȫCqHL71 SH!;)he*$3TڦO;Ey=<4W3(yԣ3b{13璱ӱAz{vH6J%I}V sh#+ӞYн<} F%T~ъGȫ墭RH"r&f?#So%j/&?_=TcNТAD`D%|ք@\q=3ԉ}[=3!k `o7I/X=¤=WvkYZn$+(Uǃ_w(s>ZpȨ(,[ӁM쫅-! %ƷwVT" 6F-^3Uy=XS}հm3[F1^9e0T꠾SSz/K& O* H1lgm8bCCwB$5"UØ΁4 (c@`j\վ͈rY<κ|T{oc7/~xAhO?fJD/;͙F^bԎd) {rp`NoᰤnfG)DYaXzdw`m!qWfdQljp:Ɯ!O-۽DKJ97@@%8F6ww*vUokinNPT҇ZƤr/Q!]E+oq!p:Θ= ?A6r&mۼ7"rswog3F!r1;ѱ]5/.U>P\ÂБ&2m5;$&O?>tNΔTAkq/T;Y~hU6pC;wDy[UuAu7cϫ߶%jj ^_A 36z$? _&t{W1*vSIei1tt6X<d Tf\3i{O|<|MY޳)*V\末nPmx{tk0s#|DOh6OV. Vzz+2k#s |!'tDX VB'E&le~+f8٫ٔahBrěJ8 L`Ociy1wUJ)_6ڀGpjF92bƪR_r@0~귛%'F)W3-#BYt6X u>526!YW$70"Hg HuZ\>kpMkϩRϨZdߖX.wyEE"&n~##mQZ!jo~4ս:q0+ʏ~d{YU)4\Wh>D]_,Z|#͝QQ[Ẹ8y8,R}or0ȬrH$U[e St+x(=_DeWG|NI6ś Eu=lAvrшG7 D ܚg\@/G䱭d2~/g~6/*Ƚ oٔ He!'8Qױy Sߺ /|zg5?P?$mRߍ-iL![)(N;̀{(ʶųwR(MXXPt.ۭj ܇Rq0Ծqe!zxsUas&5GS\b<Q.P.Sai`~ps7Xū6}R&.^i'LtꩾxtTn9917=<^ctBmwcY$vuΧ2Y` -yNaDql;N0SA=N60bw2 .Ox|DP=7(/S[_z^dv0+HD}RNĀ;^?x&l 01,&}5K`Twh5}}!wY[{APC6C: j}RX4dV?,kr"Px!4t:B<\ZT`e$~u|*;v-BFC.(JSӦ*ZYc]b!7: ,xThE-hz~{ʷ 'ѿc҉?UJ=# '+u옗pqO0#{(țI }3GldO#ʽhWjQ%}@⒗+W$AN,-da^Ǟ-Pϥg),<|BjbQיȵ_}jc= ?n4Kwp:jD78%yiTۨ+)V*Nݫ*"Rb#AqUc;fge#EwtӇ4Pr}fx=H6r !.H"nTg3` =Rb$Tu̱r\79- ߃yhnGjug1Z&/P A ]a_}O&} z{^n [5 < Qj(B(uf@С_ q@`㦽-:YJA(r59cYŽ5ANjOIL JK'pk֣=FGa^T )R%y=,6j9L!4d6ɧai-P"WlF [AnsN`p]97h:ݡRàY>tbgPXk_߃[>p3xx+j??ZaA7cw@38tK53NS )Rг?Jy' ߴ3 n)L!h"5MJH >ɇh&xd8_&Q%pi?Qzh'kGG]nYՠ_lc*d`aXW/Dx)պ&r:J`M^^\)L߇M"aU`; @ ߙDv#cUh=,z3G|4ߪ gߔ Z28S؋$3i$-B+(~ۢPh%sUbU)yf<B4|JèϠ0vŠ6_LNVjuƝ2"y050?( tsѦdĀGo)T6_'`gyrll0-,u>uPpSp-TezΜH87%%SrDas\pWKKuJH(QQ,iz,?1H\laX9|UWFr}::u%3 fmeE`h`>[4>л-} aS/L<7ۢsgHsrX]js<*\(=…AR)>x=oVEIq۞ߛwД۳աG_ RyŐlg: unfk;zx`¥<1CTvK\P13\5T* +H_4#6(w2Tm?y}j Keَۖ뱊撎>"[ƫe/Hz7.:+T (2g CM]VĠ:A0`?MqV{2Z \;$(M= u3 6sW5}/~5^r~u(D"rJ *SIzRN#}%p-foэwm wf }eO}咭Mw`kz+?=5da&fQk_T[z-u@'OQwX2:l|6dU| p"YʀnVo έM>0 I .TK1#?my+DwDȨ(RnvㄹrvQRO"[Ĝ <+VXr f4 ݧS;U;)j|S~ 4UR*uRp ZdM+1 .̃~ߢ UA2uQ~5ϝ8[˕ɸ4&xj+*FP_4^>8Eߺ'ȳ/cPKxltӣ>ܴ43 lw %FCAZ@ Yo}?"q Mtd=J'|C?Rw) f ~awBBgACKĎ>l"w+'r~%$>6\^XوThLsσ6s7&|0ҽζܺ$̚{KmD)ZYPԤ QThPL3'IvG|V;7&[%އ>+izY[?ɾ䛵7p78>iIUڽ9x Q_L_J`aֶ bp4u n,^OhlOL6adatrzJL5,<+\I>;>3(2*§z l«2LtgKg:C$'2FeP\0MWGfoQ 1V *gS7[[3a(tqbw;yb~e] S&G.V1,gUԁ-l/I[AA.pjp]LAFn+;W+Zp7|: <}@\sGɲ:\ܺ"M@l9y``K~ ^zqn>Z|F^iEchWa8uҦIV3ZmilR)N8DQ38:d`9/%z{RY6Oc<zhg@l35TFܝD0S) Y3^LQpa'J cuZ)`'xFa$R4c# V4iė&A$+rùk!jQ5WIKFDxjھ/WOķ)ëB9 /ƪ ?Wo/M*p[rƮKb*wkz & ~օ'׉`u"=L̎W 3 95v&dpX&Rl s:beh: "W5.tKKjJ[Q{H\CD>-DēN5wz@2-F.-g#.(nC͜Z7*$=}=wyuVS}8C $DЙAK0xbĂ,rK! 日3 >b,9===o` @$WRQ !̦_)鰜]UKӫ$M`^O|fk莰IPFS`قx=5 \҅A|)mb& "$jHMVQ#$|^$qhfR}M]8MP6Br ^iٳJkR[z`Yu8졷k2=njǒpCYݠoj ^XFvrCH*st,APlSB ZD-{3% ?;+ة\G#1cf0=aՍsW|B-,XD*yǽ{!9ydOkY!ڳ<줎Co5cXr:Cf$`R+*(T=6G(P B)>/ew&W5G$qƛt韤LZiur eʝCL$)u˭v/‡qOjI?Cr(qI:)f^HpXʤ5SáiON 5,FB[ N݉YBh Cs_./b; c<&2vS;Y@ -̓>+t#\?Aỹ W?mr#$N/.3IDBgTNzrPu P!S^[L[fpae$\p)l"WSAYbԷO3ƶu5i&>M'~g wQbڌuK^p @֢uWYa9޹)$ w|15/IP)OXe`kf`66)ZTMFQ⟧rLJ'W\. 76t"F}@fcORF̽*2  :44A*'`M 6BsT>$7`kԓ jA-7+#T3)MӋJI]ʆR_ "M)ߒa 4K8 ?z"9徏ӼJS[I}rxqM?T&8ʧ z uLW3g3y!gU E7EY 0+Y hWd 5 ؓua6727 jx (k;-MH&+}c=iEb=D$|<\gfs}*AS)w(Pn<Ҿq4 /H} 5]ufWԺ]{I'pnc%Ӓ>"7 }ω'$M ̬TE&"B*̭ X;@vÓ;\04͜A`f6bitA'l#j#* .pyyY{ >uyzޑ"7E346 ja~]#:'\L] 0(!]3] Y-xm\!8wg=ٻ7\/cP*Qɬ/Ā c3B1S z+0dOYEtõW#HEfZVoF6&e3Ȑ& q5ՇPxr_s,|rYbo{"Nkv2\Ps.h½̮Q$b5^ Qa?˸RQO#]dT'HnvU&C`2h,E"ss2fk|Ln3'D[0)"dyO^ LA8nKg:r(kjP-h_]g8DC ivo{u!yr[_n CsH }`uK$UGOgh%_x'ޜ24:Lؤ;Ӝ`lycME#k?KOUnv0æ1z?ᐻc:Ϻb`4*mIt"}!؝Tdހy_|2$}_ Z-XI=;MpN+wѮ7rIҤ։ }=)3cҵiJqL":]*R\䂈N@Mbyjk/9ȪbTAR-4ˀGń x|h]JG\Y6Xˇ%' y (I^#`G id}ļ%bzyz7&өQ ~BI/ƭu32k0g\T -&s*Vu\!m>#9yefgidr)ɂm|J7 wB383Vҥb6C|;d_B I?-X)6H`d[x%/<?8Z!NdNɰ CwH8#L$pN(7^v5` 1ښr`FS OxNK(n3s$u3iӜ[s|C˨nз4O? JS:e&4.O lq{Sr̯~g7u Ϳ3jOi4Y9il<5㢕b6 x)OwGT-b",yɭQ,V)U >V,P.p Ǔn۲{A.l741{̞z)9[65)xt7+ynXaSWn0ڵDmzGv.>b*25cÎgacDسA$[;lE"51YԘo1/=S1Ae~r*KBaJ׻4ow+`5Y TY'׿zW[6@)šXnlSE*oԫ@8\у4@~>E] ۜ(s `w9ꯅ'.%@" eo )!DIb5itXd062 ƻ'UeXk;w :GmJy7 0QenY@ɣoKxlx s% !Zh*w7#*:^X5r1o:<т\?^|?VdNiOO ;Ks<(Twݵο⿗R=2XPGщZ/+*q\Šż)LzPږTLJRM- a $ ߛ>RIq-j }/8ד>KB [~D?bs.?Z lH5'"X!HcL~gg pxQ*'iK{`!:|v|U{\Os镦[j Mb.TF |1aHrMpb_9ơ(G`|NeOqPS,E}l74,#ɸB,\k,:-b,yJ:G*:%S0\ QOU/w jba&Yɚi4bhVO&?ym+ lXBZkc/%xp}9n?57N4[a-EޫYʛWB E!4\3.2e󫜡p5s{?.kP #C27$0S_ g'73e1.e`˽U=Y e>|)#s'D]N ױPն3OH s۶=z$^#IȀhڣoXNV5#܎lpk4YYk 6Ɋ(k?"tgc&uh &;lX=?A!ubN+J֌"eVyI)nV O=&xҌc(;2ג<^CH> lZaٹ7ip c{ PUb}rO%F5e(b>nJ֍[e mO"g$6TIEqSHe f1Oǜl\@'Zȫ=Qo}d0ҿbY'WCsfe͢_Ohwdij>īrкtmK[p1no edTE25G홐>;31ykC_s8N7À !-Xw5 mUh KB/Wm6g>SnxD4P6>q ڏ ʡ/e"QkSW+p[ 2Vw3_Gao=i ;k|Jxٳ^c` i,&(ū}v Vaa5gP~gptqy;'lgBB̀c}+8@{ޓILE%GjNt%~A["B3)dVPŤ\jhMDD/e;d/nqX+r**.mZU"^;jAp#J4pef kR)QhG'[aRe f -"kSԖX 7z6IR @wMXc)sdˤLJTwC0XzKcu [Lwԭd0/{/bٸI_4qlixě/dաKħ|Sn 1cyAiA \u7EQPvqiD-%}X-9cCzmZh[イ͵u/s=?/n(X*Eٓ9$"޵w E-Ox`mInjSO1dfA#4݀@k<DXAr#pQR=fN`< .U]9m~d" Kwe]݃jfpb /c`(8sEv`B ꣠$K²}w\=rqJq >riOTM/KE,qmyr8}wQ2|[,S)ɪ) tZu}`Yqcλ+~7%aNN+ 粀o2Ue򛜬.&JJ̘[&L v>FKLğGe *Ewh]6Id4½4irˮ0 TWoW&0(mRZg\T7 FL]o)f[Cc&\Pp)lXe(pgr=M,3** Gj}]v>2f8:ˏCfi*0ny%IsYWLj\ȞNLj.LRߋZI2'/ F8BPzefcI;F֪:q$h4#h^}!.S9~ LR F2#lճpaÌ4!;ńn^] A mTcڪ"\Dz٣n`fm S# 'w809ɬ D%|Ϻ FC~^xT~V1eoub>IܫdB%x_t֑N^!3މʠo‹gAJ5A;2zRf^Z*xeQOU۳cuޑ0SM]0(6n!ł">$A ., ޟfU \ӝIZʉ=Y+-bB}Țɴ9Ue&pڀ!4s^h;6zF3II!2b!zZL"ɂz ŭO *{NF1Q}6jZ]DaYT o;>oD"MڒŮG##׬Wd#QE$'&3#.PuE~G,Nc=j׹+M),M"|uFxDNZ*zh;^~]R߃bL8?YgjS¶fJKq6{RDėH햡Jp娹5MOlEZϬ:_l[+Kc|ӯMmћ]* 3 _ɉJ_~cM+6f_jӢ@'qVeh]p돐̋dE ߲ => 33Y}U)NHat/ad䋳Г+IY݅FBɜG^a Ng腸 l-H_:i=z7 B6/-UF2)肄Ai/vS p+zjx-AЎ$1l˹Wv{h-OeƖMk YИm/fupãAȐ:d(ν\mΪȇ8^?'nLZPk ;]_QxhC@ b[i?LLwhDK~MqN9c M`+? j2uZok]`Y¤yzw*Lk큃m9Jg7&Zঊ zf,dœuE>+rFڒDpj:5=}:U`pTØP=(bTg@r䡣Ԫfg_.~G~<^}ZPuτ0#yG[U3hh'O*nA6SF1q>`J -,P9p%~a\p$Q([~A<0'W,3N&w;7@ 7 ޡa꓅9@+#ro J$/m.~1at~dGAզAqŭ4p#YFK<hiP* GcX׳xe1T|1|F<7%a#Sk7 &#lSbLMD `E')>F6T}HvT׏eJcË+YkuP ST)hDw ؅S8WCN `U`t3 v:0 t )zQ%\uPQ=e:D r7q: 6)NہikRi#cfVɻSI1\}rR )7HL"j h>/NQKe08\PoXDH>z j+ bd3[?8jP 0i-!Ljh ??I_#ĶwV@=hZ3o |"Բr#Z_ EsM03o@P5Kp}ch^eSY|Ǡt.VwpÙ>L1j,&It_Z).+ XzSsdG.9p{fE$1?o&_Iv\)n{,g +[A7U'J]g qڣ=;ܾ LmmZ` ]6C]3Rdqʈl>8qcb34GblmwMB6_EmA0g磥Vy:Ѯ61ϧ oSȚf%vy llKWa,"!Z3"H9,b'0#t㎹3al &4W6F9\0ؓڜ2ƷkL!KpmN@y=X?XMVU 4ր Yjwt>O&F{ u 2(߸u Lx^P”Wg;PJNUBy0wTNnu+3)IGrh~~<v [~LȠugbS`k]!y* $w=bD_P/0LxD3*0e,B}`"n\@mӎ|'C*#«Q:lʺggN|baڴ]<%*VTդBQ>Pl3tO1|~AŸ{bx؊wp[nWJd !%Hf%%M43C+y璦, ıRf!gRuukn3<æ5f%:pJ JL_k+2ܡ^2ƄzmD~w{ulL:.a;#+ hdovyLhzIl*)>Mezb`g)X]hS'Pf~KJA%Pm8Pޔ$ΉD䉅#g܅f0DO8VMpwjc(Gb4}s[:cD Iu74py#GΔ{X˨TEշd3$heD"MYC~X.c8<Ph-$Yv鋡O+DtVU8"QOW=iY~j"03,F8HLZj "TNc]9R072y> ̬GI# K=ral-|,+X\r&\M;/6ґlalNTy^)@9م|*02*sT)rNpIFGAi'{nE-78~μ@>L31imh0x[SLIU< ķTFos3ήF08a8)zh]:𬗫8sr\NL$yԄN18}*JѶPs|RI¨Uu79ziJ(:>H}c,3:!Sv_(&^?g5\qr7A6%1_ f7/P9pRQ$j (w`hCw @/G.ѶnԵT2c>̚GxbpF<$b Ww--WWa;rk#j͑hz륕iPMzezc>ſX;l.WIP߈/˴RzriaScZYr92/@և.n^MxƨPMPC`OKjEto {#$՛wΫbNUR< hP>|#;mu76YQLG;̎h< WCI<RO}+D$+k|%ܸ?0j<Θ[pE6!%v5X .FnLbLfhջ$| m<Bکkضq =ej%ׯ\R]^iut2(H콸bLXuu-F{To.O#m㌜ yO^z;axi OA٠x`^yH4W>§ҥ`R'KF$y)?5$isnEim7cI5awŭvq$~xZLc^k:Ts*|As3`%9*Pvi vϹ U9?^sdMDzSg?Zq8qt%آ!aۃ&0id;7e@ARA!/'}Pk9KA ͿZ1A*p>mC5n] -{e.j (_}9VFŸ|Bt¹ԻM^aϙ=%ܗsy0y0W_KѷwR@BAX^"mptPsaޝ"ՑLm`;euN7vGrT _@ɰQkLń4̜9vŕ>n]/\SvAIֻѱL?ɝU>UiZ.\Υ(ͼա,طOΆƗ 뭦z]V̰C^xh%취#hɭDԆ[ ]㷢:y=c|7<$0sw`UUu9(ݩ:Xk*TC.k1)R+ ㅘAc=e9\Ac3*IΤ*D@q{LuFsQR;>DvfUkrǚIrJI2a(P ocHnv?ٹRv.ζнIc` jR_D}ĄO܎Iȡ.).&AM^ 3Yѡ2 !k)R)+ {awK%xar>V%xȅa<(1PahCWF{ϙBj.c1#ZU\P:;`mf)ӭz ?|fow{N餣kΞXE"@bK#d?\YMo5A$jJdm@%"%%%$Hv `%JAtJxPnWI_&zI#wiioͯG\iW+䣼k5oFjeVgYovݏeyA_i[TZ EM t2`.]=V":%}(+B4ļBwF^q#sVp/7w,PȪoYf&yOY]Gly_l'hra<+I?yUp69lV׏ oy Ŏ.*8%-9m ŇwϳbY_Ï4P$υ}C`{=$]nS T՛tqCԉOԉΌ`?[V =G]~G4(-;bIDEkxCw~O\M}׵=ok3[1_ RYc>YpFۃ0ªW\pk/ABv$;*q#"u1*ϭj5XJ/6@Ѭ֞$I1P30=Oܱ#9ǖ-+PV~Ӗq--L-* ~ ?m;D'4 #`m^_Yf}^DףDЈy=vڸc:-~ HR0Qap~b ylU"$lq 9pLF5$Т่}Se0%99L_B l@g6iu2_k|@_HNPUBnzNquϿtyCp\B5m+De0vpD&&YʃQ\0xmF-JLw99aƨQIT^m#BKW hspiȳo6jKvlxQp֘*R# J]NcG6/2/k+f 6PDR1lAm%҉JO1T?հBJ:,yL&-%_Wra H$2_p'ݠX)dĄjFֻ4~EU3;{ /L-d RY3u.VrVJ<ԭ  ц1Qpq>`|)qxL+H\9Ŏ4RgIɡS<@-53fD^U c5b|m>384<]GwU' Yz=F;jtY4>,9ɒg6}i;jp؅^*Wy!*sEMX'QM:Pg},[T+`VRJX\at[; E>.U~SygcH 3-CneXF^@vDal$13$$Y6O+Rғdur+y3lج89v)+vݧ%WNߧy>mM ^\ bx8MԻLʛ*Gg+R e0s56ԇHëQQT M]^U5L9}%6m;#x]j9t&djB2rђǁ}Ԭ J#Dڙ>l |%V+[yMҶy&vX6쵱:r#}s+8lQ |3z&$gKA"Hkfs?␐rվsse򼋋Yf7ϱ2=@V"kBTbJK(TS! g p=y6c++cϟj e2saZj5b|(*/RrT{%ɨ ժ&/ \lSMET}s^ZUiU)V1F0i{_ { s+ڲσP[VNލAG fpO,㸍gIlKa9ҰLy&)8c1h&(9VZ_F(+-L&S쭰hi MdcSt]Y U \+h ,j< fTn`2yBO " ).O;g2~0bh+}""G4Zd1X˷3& N ?"U6қ  OC ~M]Lܸ"6{5Wz WcO@|Eý͑ q߬=9^Z+8AIux@ムD5&vO2H*B.Ք-w-a ULBQO۸Fs#I`eksWh>i./HEPvO8 g ĸkbWĉ0MӒl oS;UoSzQiE# >u[;0[u hG6^@Tm 1?_7.Px_-CkNeWN2f5tm^qK?}.f셷ݓQt~#T*^>p.HBɬic'd;ott"#!á7ocŶvuռJoNolvlO(]7WЎD*/~"yk* YߚQK.?N{EP֐tɨ2%BCyEsLi ="Z؎v5 @.l9;|_8N-2ЍNڍ@7ޅ(4@ew?ĤOL/a-=M +K?g ̲f `k& s=<{':f!GU\ހ\̃#KR1+;bidLz ca_uh;V.APT IN3,C83&xt-.1V{o9<̢ 78XzBrg%ʰv2I%Z `uĚo:&70iF `(F1ѿ񅚷3]&A {`sdZ;{X%PF䘵;8>;׿A¬K ,%w`AWv?6*6+p*r8 Ah[АbMYQ)/R7>qd $@=>'sNȖĹf5gPF@R8L 4Jccp(bAY6!qH.)Ls!UV( RCkxPE aJ1uHinSJP1م"Шo5މ}+\Uq~]Rg}A+MF \D;0L}ruBDP(4ZcFSyd !,X=W3Q_{*p;0IhX,d_yұ&%+ y]9bfF7䘋caU/㨭mq($U`H =Vsn0yNY@ʟjFfة٫V̄h.RgdF.,GqJ O)fvyGu݋\b9{KvveۙOR&I5dW3E)o$r>dfS:Áսڳ+7!/Sd(aX\^wl= 6l%ҡq;?b!Y|6ڌa<8r[av:#nHyB!I{EVQm1OMs/4W;'2SP, ʝD&Q#UcELi^rz:#6uSX?Ϯvz9 B7gGnz m;yAj+G͙'0C1Lj=I=:b?[P_sj6ؤp ^(u (l#]JG{pM-68휛ӏX50]떈!Hz, -(vd*eb1Ŀg5~*ùWz?シ7';2Xl~"?D~{卮U| ɦ$ N%a(nMi>?Iɽx@umR4'6nJ Ohr1Eu6nO 7G%;^/Jr YpmR=DɸH9 YZ