samba-4.15.13+git.710.7032820fcd-150400.3.34.2<>,dep9|p!A;EƵ(淪N:2ofdzͥdW0#VtYE;@X̌br"v~GqG#݅ kmw&&.cz/t4f.3Ϯb7<M,h$$]Z®[(&{"m9P]NM:4=V(Bߔۮ8GL?d# 1 c *; Qo\~T~ P~ L~ D~ 6~ 7P~9H~;~>M>~@|@B](]8^9b<:tG=>?@BFG~H~I~XlYxZ[\4~],~^bScd|eflu~v;w~x~yx@zxԈԌԛԠԨԮCsamba4.15.13+git.710.7032820fcd150400.3.34.2A SMB/CIFS File, Print, and Authentication ServerSamba is a suite of programs that allows SMB/CIFS clients to use the Unix file space, printers, and authentication subsystem. The package named samba contains all programs that are needed to act as a server. The binaries expect the configuration file to be found in /etc/samba/smb.conf For a more detailed description of Samba, check the samba-doc package or the Samba.org Web page at https://www.Samba.org/ Please check https://en.openSUSE.org/Samba for general information on Samba as part of SUSE Linux Enterprise or openSUSE products, links to binary packages of the most current Samba version, and a bug reporting how to.eh04-armsrv1?S?SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Networking/Sambahttps://www.samba.org/linuxaarch64getent group ntadmin >/dev/null || groupadd -g 71 -o -r ntadmin if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in nmb.service smb.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fiif testparm -s 2>&1 | grep "server schannel =" | grep -E "Auto|No" then echo "CVE-2020-1472(ZeroLogon):" echo "Please configure 'server schannel = yes'" echo "See https://bugzilla.samba.org/show_bug.cgi?id=14497" fi # bsc#1088574; bsc#1071090; bsc#1065551 if [ -f /usr/lib/systemd/system/smb.service ] && \ grep -qE '^ExecStart=.*smbd.*foreground.*no-process-group' /usr/lib/systemd/system/smb.service && \ [ -f /etc/sysconfig/samba ] && \ grep -q -- '-D' /etc/sysconfig/samba then echo using foreground execution for samba systemd units echo overwriting samba sysconfig to remove daemon related flags... sed -i 's/-D *//g' /etc/sysconfig/samba sed -i 's/-F *//g' /etc/sysconfig/samba fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in nmb.service smb.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create samba.conf || : PNAME=samba SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable nmb.service smb.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop nmb.service smb.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in nmb.service smb.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart nmb.service smb.service ) || : fi fi!!{7ph                                            p ` |sMs\f>Y G D`J- JJ wA큤큤AAAAAA큤AAAAAAAAAAAAeeeeeeeeeeeeee7ee7eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee7e7e7e7e7e7e7e7e7e7e708bd52e5b6d5482e2d5586000ddb890ca320ae32eb14254c23eec6714cd4d69eb4d13e3eb75df5d1ab808d3b04d12e9b811a32747a3d37b82a5788241140b053539974f34af2c2e54b78c8f5dee3acad0397f21fcebb289d3ddeb2302e265b97aee90adc8da807a083ced2c9fbbf464aac9088fce0b78074797ef6f10160a2d8d7ad83d315133615595887d772bef41562113cefbab48f3f307874e7885590786581de8f58bfa5d55dc28d86535a079a9f3baad96583dbc0cf2f4f5a9a16dceda35f78607445a95770b1d025fafa2d954377620bbd06e143326a1875f793600828a91e795cbca19d881f1ccda8a91769b0b64e17da3265790de3843a485d994857c8765afe98637c8a7499679e00dc06765dd0c013632ca79fbdb19be07b5c8218e02483309392974076fa614707cafb7a74b376cb6f2735ed72cebd2ccc7bde0bc0ac9fdc96b506854af3acd1bc55b58752ecf44bb73a9a39e9687685f5eb2831dc856d4ec5670d56364e33fa45631b35adc277b4d32fb6078a78a660ba2a52a7d1a3fd1cc3812f4c035cc14194ded3b159fdfe6df0a3e5d711aa7df6ca4bdd0cff96e99a1ae4fe09eebb073e50cfb4b3529d94c4b019856520452693f5de4a20e5ec03f48ee261b919dc52af12bb9fa7ed6471cb2b972bd52f978160bbdf4d85b411f6952ec1e0f01e68a0f570940658160d17ad63a4af72fd0ec16107ca449a344b7f57b12b0a402e4654375f3296a722dd1e996d253a77ec4f5ac0e06e85752f4f73adf726c624c16766e7b967c9c60934095a347dac7515c798679d0e62a8c5c7d6b7411955231b3f22ac18f5c9fdd49d5825d1aede4ef9da1c0e95fb29ac758f8451b7e6bfd69a324afc9990ce12017422241b4cc044afd54e0c84518827f277972198ff2aa31368f3960eae6b2207c9f0560c0494add6985b3fbb3daba1cd09d2876e58682b036861ff07e2692bc756d7d2fb0949ed08222c49b6405326d6d1d886b2db27be1e08100b842f4550133203cc56ef08c21861228e99a375a9a008fca3afb6766963852721c5b2f9e8c7251cc5f8e6b120fba25230ee3690b8f388b353ae9816f9402de2338c50750a54d4c1f30cac9bbc10e7073152c1367a6303f29e672605d6a3619ccb02315ea773c7ada75f6be12407d6061d1286d899f4873514ea0a9bcd993a3806d5bae1db4aa98cca9deb2f5fedbb4f9df5f05a0576f108f7c267be5dd7889f3729937a2e5c5fe7536d339d80e446c02ea6e7f222e93220c745190163e630f1f11f4134af4a4244d797fdbc2fa2e902b611c14839045b560aaef51ac3538179a04af9120cf4a265da689dfa21ad3ba507723df51d8ece255f48627e15045eba192682732e8121e9d4d236816581b3684637c25a802720c499b6e195f7e46a2d5b4168d989bed7a60e1bbf35510690dca921138a87dd1c5f59e8335f41d41b90d1dabab94c317104c4c41b05d956432ffe4758126c38572606f7a9d3fbab50d23848573332241576559735aefa13ec081eae6de0e92fdd29f69b9f0ecc8c7a86b9ab90763bfcba0c03364defe636211adb045358f1dbad3673667d98246ee7fc488f8b15948009b2e5e5c34de3f8f96487285378b9c08dfce813f1ed1bc4feeaabae9d4e0659de2ff3d745354362918cb3d2740a98a2d40d149a575cd86ddc5d23adc69ddf1379697733843420605560609559ca4365ec0814afa0d599d804d98e9ca33c51673e19a3eeacc32b8c6beecfb6924e23949a743788b17c66b33599d57e7ffdb42d700ed3bae948989dcc9312e41ae30e2750b12ccdf4197c8eac2b5e25859abfb27dfb1d9786e64cabbe8496e45abc065301fb805975cda4b9703750f7b83c4efba5240a7cf80022bd7e76d2c751801f62f92dfdf528be3839c5f7e05d0c92482b4eb649de7b22ff02b5ec885cf338ec4389f6460d0b3a2d4102c5bd0f81188520bbab62d0776855eebb73c2731a10b29314899d319ed9fbb48b17575037debe8bf9af90be0dbc0a7e8ef49fd539013be27bcaea02f159239c01adbad61adead55836abe28242e90f1d0e63f58d43bf1b6ab8d1c15e2fbe7f394b942a777deb85d90cd64826ad1cfa30bc8049605ebf0a05295cfca0dafc6a05d904f3d261a7f3e42486e8b8df59e481b0eaca263061cd2e868ebc2667b7bdad89b4330ba71daddb0ad9c078b6ba27bda9077ab76899d418d851ea36748b9e1a8b1aa11a91c87e0ce97d4577491795594ac1437bbecc8c0e9486942885bcaff1815da514ea3d34b74b778f2fdccb7d77169c2907bf3413b7e18a8e6c4fc21c5d62b91cc36dcecc36562c0da87ca95d3d355e6f641d8de82d19fbc7e47f14e3ea61995c010995e12131c5b9abdfd7b99dd73618dcc672416c1107bacad66b6026c913566070438df716036968677f60d46da8b7496376a158daf26c48981885da6086e4d8581f3d0110e0a89b352cc1a64535ce8d7cf4dc6b53fde8cc83023a41612a43b7b7ba4b0edf38d88fe4c0daf3e35a23d869f6390c886a8ba888db3b42ee2136620154cad3253ff694f094dd8c1e27ae2b5cb919b3315a916c9ebfb01a51102a926681bbeb5b13cc756bd5ffe3c49dac5a3f8929e08ffea5b8f77ff88462c57dee8fd8bdc4c787d85196fc2326ef1ee8f3498fe3bf0c6ab1f001e6d9bae77a2f7df82dd8fbf2cc4637999bfc28aa2d2f27a974c2db78b631acf3ae042bcb572a832947c6760b7b19e8e36a5f7a2a900f7d868d5f0a34ea9971569566cc54b9956a9209920b556eeb09c190fb2ccc1a32193fde1863e11c3fdc75752199701c7f3279ce87e93e5b02914c15acb0f608186e956dd7ce0d5152d6da9c28ef6a45c4d8a20e16aa2f8a65c272d49fc217cc2cef0fbd957d10396736ed90668b8afc4603da5ac53f2ab4ec1cda976c084bb2f170a5ed164d0d981c6c37028a4704f93b7680a5590a88ea28053650691c547d2ab0fc63575aaa285b25039f6b5296fd99e1eddfc88ce56cbf434cd97f35d22bd3f77686b0852accd1624c3b7f24cd928048738d87ea6af4f7524afd4ee46ea252723519a722fe9ebd671f6befb7923497c3760e003bf5a39fbb346748924044528cb0c78386ed73fa833080a33ab740a037d1068c43543a5c8328363e57a17d34ba2ebb60ddc85c9fdbf46af2a5edc19c6783e89bd28835b0515fb553a7e366fee0aeb4e2e5bd8b6da901e3d52460e9d958d35679333418d2450c69ed28b04b41a98dc89cd951f3b236dae5d56f4a3f6cfd3c258db6cf66be0cf5f15ef1298e04751dccaf901ce13b7376de072cf15af90d5394c695852bf46a57656b224be29e89b4d112ac5056f29ac8fc0ddbe45632c0d77be823ba316162705af788653b741b9608c2fddc7be789e70059af9611ccfec310e386903bbbdff4e4f4178a5be2a2753f155fd0dda716bb77d6a2ad95ed2ad27ac9bf4fc4ffbf3495b9ba9b63777cb61ae91bde51c09dc703103977cd6f41ef77e6a6b8d31fa4a03c0a2e0b26cfc58517d93773bc70b31b5eb57924f23e012b4f901277de5ab1f375ffdf4e01df38a6cda24368b77e8b92f33706c6f188dad7539d218fa21854afa32800d9efef9d2dabfa867dc19b67ea839f237250e8530d215e6e364002ab16a4f23d978709a8cbc4765587a6fba291916a1651a3e74b2226e4a1c58fc015163b0db959cfd297dbc02d5c2ea8da8c4b14d816075d9d3a59f65833c25334d76513606799b633d2d15de491979a6d6b245ebd7d74192466f62c6b0d26c0cd61c20f99d70cc08bd4848bd64d0576d35738d0ee1bb062c57e8f14a7481820a341de6696073b10528d94b310ee8bdfd4ae156892075a12fb694306f03d387f00264ef8a1b20d23949e0595e85ad1d8dfcd9e90bc09ad8b79e7ff0b18baed683588599aa9d04d52af1b60ece29cbe4d08dceee0361d30c2037a8d6b5167a12a053440ea45f330eb53e3f52549af5920c456787862b697680972efdf2f5021304e3070334707a14ba6d8615b9c5d9df42b8b2336401ff9f18d1ad8fbb1a0d6ab6d2c3a3113f3cdca541dddd3b09d1099743de627dbeab481b137668a67a911fbdd0c04caadbf596b7e8edea22582e25c5e6b46e7661b3c11db7d2375521f48e537a8f0c1bbbc8bf7009b0e7363c4e25833ec74952c638541d88d67e28c9ad46195e1447006134c59e1b4b8e5146f7ee1d6b9e814235082a0c382e4d789ef7b75e72d441b951101fe4fba1f03efe933cac9e3942f30ce10870936cd9ac2dbe693312d7b7dcd223819b8841847bbf48c04015a99e9172cea26f440cb20ede953eb8050f0d58f85b8672f78d1e54fb4dc51b96cfb3d5f52205f770120edc003d19172466e08b8c5022e3f0ec1bb452e0cde0f5d100ca50a7840c0130c99d90497b85944a19379c6704cc96bd9b6b7b084e2ef32c282c2fbb7d942b6638a1767f2ea4286a4a9575c8a9c58ca2c9aeda311c6b0b184247f845596ea86ce68a338250b0f0d0f4a9e97fa4957652a88b7781ffed3db85d4cca98faafc7a6b7f9a329a0964f4ff959f16c5553c8dcbd5b020476810b19030cfe7addac243727cde70c052f986d159664d07a84ee1202aa7e5e5c4a49b25c565fc6907c16b477b9585e5f70e6fef0942e7c0ded1431a0d6dfcfbca9521a1d1826b140f6728dc8c570ac55c09cbff2e523001fb0ffa8fbserviceservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootntadminntadminntadminntadminntadminntadminntadminntadminrootrootuserssamba-4.15.13+git.710.7032820fcd-150400.3.34.2.src.rpmconfig(samba)sambasamba(aarch-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/getent/usr/bin/grep/usr/sbin/groupaddconfig(samba)coreutilsdiffutilsfillupgrepld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libCHARSET3-samba4.so()(64bit)libCHARSET3-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libMESSAGING-samba4.so()(64bit)libMESSAGING-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libauth4-samba4.so()(64bit)libauth4-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcli-cldap-samba4.so()(64bit)libcli-cldap-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libcli-nbt-samba4.so()(64bit)libcli-nbt-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libcmdline-contexts-samba4.so()(64bit)libcmdline-contexts-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libcommon-auth-samba4.so()(64bit)libcommon-auth-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdbwrap-samba4.so()(64bit)libdbwrap-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libdcerpc-binding.so.0()(64bit)libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit)libdcerpc-server-core.so.0()(64bit)libdcerpc-server-core.so.0(DCERPC_SERVER_CORE_0.0.1)(64bit)libevents-samba4.so()(64bit)libevents-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libgensec-samba4.so()(64bit)libgensec-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libgnutls.so.30(GNUTLS_3_6_3)(64bit)libgse-samba4.so()(64bit)libgse-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libiov-buf-samba4.so()(64bit)libiov-buf-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libmessages-dgm-samba4.so()(64bit)libmessages-dgm-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libmsghdr-samba4.so()(64bit)libmsghdr-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libndr-nbt.so.0()(64bit)libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit)libndr-samba-samba4.so()(64bit)libndr-samba-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libndr.so.2()(64bit)libndr.so.2(NDR_0.0.1)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libposix-eadb-samba4.so()(64bit)libposix-eadb-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-cluster-support-samba4.so()(64bit)libsamba-cluster-support-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-credentials.so.1()(64bit)libsamba-credentials.so.1(SAMBA_CREDENTIALS_1.0.0)(64bit)libsamba-debug-samba4.so()(64bit)libsamba-debug-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-errors.so.1()(64bit)libsamba-errors.so.1(SAMBA_ERRORS_1)(64bit)libsamba-hostconfig.so.0()(64bit)libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit)libsamba-passdb.so.0()(64bit)libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit)libsamba-security-samba4.so()(64bit)libsamba-security-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libsamba-util.so.0()(64bit)libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit)libsamba3-util-samba4.so()(64bit)libsamba3-util-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libserver-id-db-samba4.so()(64bit)libserver-id-db-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libsmbconf.so.0()(64bit)libsmbconf.so.0(SMBCONF_0.0.1)(64bit)libsmbd-base-samba4.so()(64bit)libsmbd-base-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb-wrap-samba4.so()(64bit)libtdb-wrap-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.2)(64bit)libtdb.so.1(TDB_1.2.5)(64bit)libtevent-util.so.0()(64bit)libtevent-util.so.0(TEVENT_UTIL_0.0.1)(64bit)libtevent.so.0()(64bit)libtevent.so.0(TEVENT_0.9.13)(64bit)libtevent.so.0(TEVENT_0.9.16)(64bit)libtevent.so.0(TEVENT_0.9.21)(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)liburing.so.1()(64bit)liburing.so.1(LIBURING_0.1)(64bit)liburing.so.1(LIBURING_0.4)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)libxattr-tdb-samba4.so()(64bit)libxattr-tdb-samba4.so(SAMBA_4.15.13_GIT.710.7032820FCD150400.3.34.2_SUSE_OS15.0_AARCH64)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-clientsystem-user-nobody4.15.13+git.710.7032820fcd-150400.3.34.23.0.4-14.6.0-14.0-15.2-14.15.13+git.710.7032820fcd4.14.3e[J@e@d.@d-@d@dJc@cS@ccR@cctc5cM@b@b@b@ba@bascabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comscabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comddiss@suse.comnopower@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.dedimstar@opensuse.orgscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comscabrero@suse.deddiss@suse.comddiss@suse.comddiss@suse.comscabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.dedmulder@suse.comscabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comdmulder@suse.comscabrero@suse.denopower@suse.comddiss@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comddiss@suse.comddiss@suse.comnopower@suse.comnopower@suse.comddiss@suse.comnopower@suse.comdmulder@suse.comdmulder@suse.comddiss@suse.comscabrero@suse.dedmulder@suse.comddiss@suse.comnopower@suse.comjengelh@inai.dedmulder@suse.comscabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comdmulder@suse.comdmulder@suse.comjmcdonough@suse.comdmulder@suse.comscabrero@suse.dedmulder@suse.comscabrero@suse.dedmulder@suse.comdmulder@suse.comvcizek@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.dejmcdonough@suse.comscabrero@suse.deaaptel@suse.comjengelh@inai.dedimstar@opensuse.orgdmulder@suse.comjmcdonough@suse.comdavid.mulder@suse.comjmcdonough@suse.comaaptel@suse.comdmulder@suse.comscabrero@suse.comscabrero@suse.comkukuk@suse.dedavid.mulder@suse.comscabrero@suse.comrbrown@suse.comdmulder@suse.comscabrero@suse.comdimstar@opensuse.orgscabrero@suse.comaaptel@suse.comnopower@suse.comnopower@suse.comaaptel@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comddiss@suse.comnopower@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comdmulder@suse.comnopower@suse.comjmcdonough@suse.comaaptel@suse.comkukuk@suse.comkukuk@suse.denopower@suse.comaaptel@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comddiss@suse.comjmcdonough@suse.comddiss@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comtchvatal@suse.comlmuelle@suse.comnopower@suse.comcrrodriguez@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnoel.power@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.commpluskal@suse.comlmuelle@suse.comnopower@suse.deddiss@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.denopower@suse.delmuelle@suse.comnopower@suse.deddiss@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- Add "net offlinejoin composeodj" command; (bsc#1214076);- CVE-2023-4091: samba: Client can truncate file with read-only permissions; (bsc#1215904); (bso#15439). - CVE-2023-42669: samba: rpcecho, enabled and running in AD DC, allows blocking sleep on request; (bso#1215905); (bso#15474). - CVE-2023-4154: samba: dirsync allows SYSTEM access with only "GUID_DRS_GET_CHANGES" right, not "GUID_DRS_GET_ALL_CHANGES; (bsc#1215908); (bso#15424).- Move libcluster-samba4.so from samba-libs to samba-client-libs; (bsc#1213940);- secure channel faulty since Windows 10/11 update 07/2023; (bso#15418); (bsc#1213384).- CVE-2022-2127: lm_resp_len not checked properly in winbindd_pam_auth_crap_send; (bso#15072); (bsc#1213174). - CVE-2023-34966: Samba Spotlight mdssvc RPC Request Infinite Loop Denial-of-Service Vulnerability; (bso#15340); (bsc#1213173). - CVE-2023-34967: Samba Spotlight mdssvc RPC Request Type Confusion Denial-of-Service Vulnerability; (bso#15341); (bsc#1213172). - CVE-2023-34968: Spotlight server-side Share Path Disclosure; (bso#15388); (bsc#1213171).- CVE-2023-0922: Samba AD DC admin tool samba-tool sends passwords in cleartext; (bso#15315); (bsc#1209481). - CVE-2023-0225: Samba AD DC "dnsHostname" attribute can be deleted by unprivileged authenticated users; (bso#15276); (bsc#1209483). - CVE-2023-0614: samba: Access controlled AD LDAP attributes can be discovered; (bso#15270); (bsc#1209485).- Prevent use after free of messaging_ctdb_fde_ev structs; (bso#15293); (bsc#1207416).- CVE-2022-38023 Additional patches for the PDC role's netlogon server; (bso#15240); (bsc#1206504);- CVE-2021-20251: samba: Bad password count not incremented atomically; (bso#14611); (bsc#1206546).- Update to 4.15.13 * CVE-2022-37966 rc4-hmac Kerberos session keys issued to modern servers; (bso#15237); (bsc#1205385); * CVE-2022-37967 Kerberos constrained delegation ticket forgery possible against Samba AD DC; (bso#15231); (bsc#1205386); * CVE-2022-38023 RC4/HMAC-MD5 NetLogon Secure Channel is weak and should be avoided; (bso#15240); (bsc#1206504); * filter-subunit is inefficient with large numbers of knownfails; (bso#15258); * The KDC logic arround msDs-supportedEncryptionTypes differs from Windows; (bso#13135); * Windows 11 22H2 and Samba-AD 4.15 Kerberos login issue; (bso#15197); - Adjust the systemd drop-in file for named service; (bsc#1201689); * Paths are additive so do not repeat paths from named.service * Prefix the samba DLZ directory with "-" to ignore this path if it does not exists- Install a systemd drop-in file for named service to allow read/write access to the DLZ directory; (bsc#1201689);- Update to 4.15.12 * CVE-2022-42898: samba: heimdal: Samba buffer overflow vulnerabilities on 32-bit systems; (bso#15203); (bsc#1205126). - Update to 4.15.11 * Allow rebuild of Centos 8 images after move to vault for Samba 4.15; (bso#15193). * CVE-2022-3437: samba: Buffer overflow in Heimdal unwrap_des3(); (bso#15134); (bsc#1204254)- Update to 4.15.10 * Possible use after free of connection_struct when iterating smbd_server_connection->connections; (bso#15128); (bsc#1200102). * smbXsrv_connection_shutdown_send result leaked; (bso#15174). * Spotlight RPC service returns wrong response when Spotlight is disabled on a share; (bso#15086). * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * Missing SMB2-GETINFO access checks from MS-SMB2 3.3.5.20.1; (bso#15153). * assert failed: !is_named_stream(smb_fname)") at ../../lib/util/fault.c:197; (bso#15161). * Missing READ_LEASE break could cause data corruption; (bso#15148). * rpcclient can crash using setuserinfo(2); (bso#15124). * Samba fails to build with glibc 2.36 caused by including in libreplace; (bso#15132). * SMB1 negotiation can fail to handle connection errors; (bso#15152). * samba-tool domain join segfault when joining a samba ad domain; (bso#15078). - Update to 4.15.9 * CVE-2022-32742:SMB1 code does not correct verify SMB1write, SMB1write_and_close, SMB1write_and_unlock lengths; (bso#15085); (bsc#1201496). * CVE-2022-32746: samba: Use-after-free occurring in database audit logging; (bso#15009); (bso#15096); (bsc#1201490). * CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); * CVE-2022-32745: samba: ldb: AD users can crash the server process with an LDAP add or modify request; (bso#15008); (bso#15096); (bsc#1201492). * CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); * CVE-2022-32744: samba, ldb: AD users can forge password change requests for any user; (bso#15074); (bso#15047); (bsc#1201493).- CVE-2022-1615: Do not ignore errors in random number generation; (bso#15103); (bsc#1202976); - CVE-2022-32743: Implement validated dnsHostName write rights; (bso#14833); (bsc#1202803);- Fix Use after free when iterating smbd_server_connection->connections after tree disconnect failure; (bso#15128); (bsc#1200102).- CVE-2022-32746: samba: Use-after-free occurring in database audit logging; (bso#15009); (bso#15096); (bsc#1201490). - CVE-2022-32745: samba: ldb: AD users can crash the server process with an LDAP add or modify request; (bso#15008); (bso#15096); (bsc#1201492). - CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); - CVE-2022-32742:SMB1 code does not correct verify SMB1write, SMB1write_and_close, SMB1write_and_unlock lengths; (bso#15085); (bsc#1201496). - CVE-2022-32744: samba, ldb: AD users can forge password change requests for any user; (bso#15074); (bso#15047); (bsc#1201493).- Update to 4.15.8 * Use pathref fd instead of io fd in vfs_default_durable_cookie; (bso#15042); * Setting fruit:resource = stream in vfs_fruit causes a panic; (bso#15099); * Add support for bind 9.18; (bso#14986); * logging dsdb audit to specific files does not work; (bso#15076); * vfs_gpfs with vfs_shadowcopy2 fail to restore file if original file had been deleted; (bso#15069); * netgroups support removed; (bso#15087); (bsc#1199247); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); (bsc#1199734); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * smbclient commands del & deltree fail with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556); * vfs_gpfs recalls=no option prevents listing files; (bso#15055); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * Compile error in source3/utils/regedit_hexedit.c; (bso#15091); * ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link; (bso#15108); * smbd doesn't handle UPNs for looking up names; (bso#15054); * Out-by-4 error in smbd read reply max_send clamp; (bso#14443); - Move pdb backends from package samba-libs to package samba-client-libs and remove samba-libs requirement from samba-winbind; (bsc#1200964); (bsc#1198255); - Use the canonical realm name to refresh the Kerberos tickets; (bsc#1196224); (bso#14979);- Fix smbclient commands del & deltree failing with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556).- Revert NIS support removal; (bsc#1199247);- Use requires_eq macro to require the libldb2 version available at samba-dsdb-modules build time; (bsc#1199362);- Add missing samba-client requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.7 * Share and server swapped in smbget password prompt; (bso#14831); * Durable handles won't reconnect if the leased file is written to; (bso#15022); * rmdir silently fails if directory contains unreadable files and hide unreadable is yes; (bso#15023); * SMB2_CLOSE_FLAGS_FULL_INFORMATION fails to return information on renamed file handle; (bso#15038); * vfs_shadow_copy2 breaks "smbd async dosmode" sync fallback; (bso#14957); * shadow_copy2 fails listing snapshotted dirs with shadow:fixinodes; (bso#15035); * PAM Kerberos authentication incorrectly fails with a clock skew error; (bso#15046); * username map - samba erroneously applies unix group memberships to user account entries; (bso#15041); * NT_STATUS_ACCESS_DENIED translates into EPERM instead of EACCES in SMBC_server_internal; (bso#14983); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Crash of winbind on RODC; (bso#14641); * uncached logon on RODC always fails once; (bso#14865); * KVNO off by 100000; (bso#14951); * LDAP simple binds should honour "old password allowed period"; (bso#15001); * wbinfo -a doesn't work reliable with upn names; (bso#15003); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Uninitialized litemask in variable in vfs_gpfs module; (bso#15027); * Regression: create krb5 conf = yes doesn't work with a single KDC; (bso#15016);- Add provides to samba-client-libs package to fix upgrades from previous versions; (bsc#1197995);- Add missing samba-libs requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.6 * Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND; (bso#14169); * Samba does not response STATUS_INVALID_PARAMETER when opening 2 objects with same lease key; (bso#14737); * NT error code is not set when overwriting a file during rename in libsmbclient; (bso#14938); * Fix ldap simple bind with TLS auditing; (bso#14996); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); * Problem when winbind renews Kerberos; (bso#14979); (bsc#1196224); * pam_winbind will not allow gdm login if password about to expire; (bso#8691); * virusfilter_vfs_openat: Not scanned: Directory or special file; (bso#14971); * DFS fix for AIX broken; (bso#13631); * Solaris and AIX acl modules: wrong function arguments; (bso#14974); * Function aixacl_sys_acl_get_file not declared / coredump; (bso#7239); * Regression: Samba 4.15.2 on macOS segfaults intermittently during strcpy in tdbsam_getsampwnam; (bso#14900); * Fix a use-after-free in SMB1 server; (bso#14989); * smb2_signing_decrypt_pdu() may not decrypt with gnutls_aead_cipher_decrypt() from gnutls before 3.5.2; (bso#14968); * Changing the machine password against an RODC likely destroys the domain join; (bso#14984); * authsam_make_user_info_dc() steals memory from its struct ldb_message *msg argument; (bso#14993); * Use Heimdal 8.0 (pre) rather than an earlier snapshot; (bso#14995); * Samba autorid fails to map AD users if id rangesize fits in the id range only once; (bso#14967);- Fix mismatched version of libldb2; (bsc#1196788). - Drop obsolete SuSEfirewall2 service files.- Drop obsolete Samba fsrvp v0->v1 state upgrade functionality; (bsc#1080338).- Fix ntlm authentications with "winbind use default domain = yes"; (bso#13126); (bsc#1173429); (bsc#1196308).- Fix samba-ad-dc status warning notification message by disabling systemd notifications in bgqd; (bsc#1195896); (bso#14947).- libldb version mismatch in Samba dsdb component; (bsc#1118508);- Update to 4.15.5 * CVE-2021-44141: UNIX extensions in SMB1 disclose whether the outside target of a symlink exists; (bso#14911); (bsc#1193690). * CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module; (bso#14914); (bsc#1194859). * CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks; bso#14950); (bsc#1195048).- CVE-2021-44141: Information leak via symlinks of existance of files or directories outside of the exported share; (bso#14911); (bsc#1193690); - CVE-2021-44142: Out-of-bounds heap read/write vulnerability in VFS module vfs_fruit allows code execution; (bso#14914); (bsc#1194859); - CVE-2022-0336: Samba AD users with permission to write to an account can impersonate arbitrary services; (bso#14950); (bsc#1195048);- Update to 4.15.4 * Duplicate SMB file_ids leading to Windows client cache poisoning; (bso#14928); * Failed to parse NTLMv2_RESPONSE length 95 - Buffer Size Error - NT_STATUS_BUFFER_TOO_SMALL; (bso#14932); * kill_tcp_connections does not work; (bso#14934); * Can't connect to Windows shares not requiring authentication using KDE/Gnome; (bso#14935); * smbclient -L doesn't set "client max protocol" to NT1 before calling the "Reconnecting with SMB1 for workgroup listing" path; (bso#14939); * Cross device copy of the crossrename module always fails; (bso#14940); * symlinkat function from VFS cap module always fails with an error; (bso#14941); * Fix possible fsp pointer deference; (bso#14942); * Missing pop_sec_ctx() in error path inside close_directory(); (bso#14944); * "smbd --build-options" no longer works without an smb.conf file; (bso#14945);- Use pkgconfig(krb5) as dependency for the -devel package: allow OBS to pick the right flavor of krb5-devel (full vs mini). - Do not require the 'krb5' symbol by samba-client-libs: this package has an automatic dependency due to linkage on libgssapi_krb5.so.2. Automatic deps are always better. - Do not require the 'krb5' symbol from samba-libs: samba-libs requires samba-client-libs, which in turn requires krb5 libraries. Samba-libs itself has no need for krb5 (but get it indirectly anyway).- Reorganize libs packages. Split samba-libs into samba-client-libs, samba-libs, samba-winbind-libs and samba-ad-dc-libs, merging samba public libraries depending on internal samba libraries into these packages as there were dependency problems everytime one of these public libraries changed its version (bsc#1192684). The devel packages are merged into samba-devel. - Rename package samba-core-devel to samba-devel - Add python-rpm-macros to build requirements - Update the symlink create by samba-dsdb-modules to private samba ldb modules following libldb2 changes from /usr/lib64/ldb/samba to /usr/lib64/ldb2/modules/ldb/samba- Update to 4.15.3 * Recursive directory delete with veto files is broken in 4.15.0; (bso#14878); * A directory containing dangling symlinks cannot be deleted by SMB2 alone when they are the only entry in the directory; (bso#14879); * SIGSEGV in rmdir_internals/synthetic_pathref - dirfsp is used uninitialized in rmdir_internals(); (bso#14892); * MaxQueryDuration not honoured in Samba AD DC LDAP; (bso#14694); * The CVE-2020-25717 username map [script] advice has undesired side effects for the local nt token; (bso#14901); (bsc#1192849); * User with multiple spaces (eg FredNurk) become un-deletable; (bso#14902); * Avoid storing NTTIME_THAW (-2) as value on disk; (bso#14127); * smbXsrv_client_global record validation leads to crash if existing record points at non-existing process; (bso#14882); * Crash in vfs_fruit asking for fsp_get_io_fd() for an XATTR call; (bso#14890); * Samba process doesn't log to logfile; (bso#14897); * set_ea_dos_attribute() fallback calling get_file_handle_for_metadata() triggers locking.tdb assert; (bso#14907); * Kerberos authentication on standalone server in MIT realm broken; (bso#14922); * Segmentation fault when joining the domain; (bso#14923); * Support for ROLE_IPA_DC is incomplete; (bso#14903); * rpcclient cannot connect to ncacn_ip_tcp services anymore; (bso#14767); * winexe crashes since 4.15.0 after popt parsing; (bso#14893); * net ads status -P broken in a clustered environment; (bso#14908); * Memory leak if ioctl(FSCTL_VALIDATE_NEGOTIATE_INFO) fails before smbd_smb2_ioctl_send; (bso#14788); * winbindd doesn't start when "allow trusted domains" is off; (bso#14899); * smbclient login without password using '-N' fails with NT_STATUS_INVALID_PARAMETER on Samba AD DC; (bso#14883); * A schannel client incorrectly detects a downgrade connecting to an AES only server; (bso#14912); * Possible null pointer dereference in winbind; (bso#14921); * Fix -k legacy option for client tools like smbclient, rpcclient, net, etc.; (bso#14846); * Add Debian 11 CI bootstrap support; (bso#14872); * Crash in recycle_unlink_internal(); (bso#14888);- Fix dependency problem upgrading from libndr0 to libndr2 and from libsamba-credentials0 to libsamba-credentials1; (bsc#1192684);- Fix regression introduced by CVE-2020-25717 patches, winbindd does not start when 'allow trusted domains' is off; (bso#14899); - Update to 4.15.2 * CVE-2016-2124: SMB1 client connections can be downgraded to plaintext authentication; (bso#12444); (bsc#1014440); * CVE-2020-25717: A user on the domain can become root on domain members; (bso#14556); (bsc#1192284); * CVE-2020-25718: Samba AD DC did not correctly sandbox Kerberos tickets issued by an RODC; (bso#14558); (bsc#1192246); * CVE-2020-25719: Samba AD DC did not always rely on the SID and PAC in Kerberos tickets; (bso#14561); (bsc#1192247); * CVE-2020-25721: Kerberos acceptors need easy access to stable AD identifiers (eg objectSid); (bso#14557); (bsc#1192505); * CVE-2020-25722: Samba AD DC did not do suffienct access and conformance checking of data stored; (bso#14564); (bsc#1192283); * CVE-2021-3738: Use after free in Samba AD DC RPC server; (bso#14468); (bsc#1192215); * CVE-2021-23192: Subsequent DCE/RPC fragment injection vulnerability; (bso#14875); (bsc#1192214); - Update to 4.15.1 * vfs_shadow_copy2: core dump in make_relative_path; (bso#14682); * Log clutter from filename_convert_internal; (bso#14685); * MacOSX compilation fixes; (bso#14862); * rodc_rwdc test flaps; (bso#14868); * Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal; (bso#14642); * Python ldb.msg_diff() memory handling failure; (bso#14836); * "in" operator on ldb.Message is case sensitive; (bso#14845); * Release LDB 2.4.1 for Samba 4.15.1; (bso#14848); * samldb_krbtgtnumber_available() looks for incorrect string; (bso#14854); * Fix Samba support for UF_NO_AUTH_DATA_REQUIRED; (bso#14871); * Allow special chars like "@" in samAccountName when generating the salt; (bso#14874); * Correctly ignore comments in CTDB public addresses file; (bso#14826); * Fix transit path validation; (bso#12998); * Fix that child winbindd logs to log.winbindd instead of log.wb-; (bso#14852); * SMB3 cancel requests should only include the MID together with AsyncID when AES-128-GMAC is used; (bso#14855); * Prepare to operate with MIT krb5 >= 1.20; (bso#14870); * Heimdal prefers RC4 over AES for machine accounts; (bso#14864);- Enable samba-tool without ad dc.- Adjust spec to use pam macros; (bsc#1191046).- Adjust spec for size * allow some Recommends instead Requires to be configured for cifs-utils, samba-libs-python3 & samba-gpupdate; (bsc#1182847). * remove fam, undocumented and unneeded.- Add missing build dependency on bison when building with the embedded Heimdal Kerberos- Update to 4.15.0 * Removed SMB development dialects SMB2_22, SMB2_24 and SMB3_10 * VFS layer modernized. * Add the ability to set allow/deny lists for zone transfer clients in Bind DLZ plugin * Server multi-channel support no longer experimental * Improved command line user experience, unifying the options in different commands * Winbindd no longer scans trusted domains on startup and will use enterprise principals by default. * The net utility is now able to support the offline domain join feature * New options for 'samba-tool dns zoneoptions' for aging control and to mark old records as static or dynamic * DNS tombstones are now deleted as appropriate and use a consistent timestamp format * The 'samba-tool dns update' command validates and rejects now malformed IPv4 and IPv6 addresses * The 'samba-tool domain backup' command correctly takes out locks against concurrent modification during backup when using the LMDB backend * TruACL support has been removed * NIS support has been removed- Fix 'net rpc' authentication when using the machine account; (bsc#1189017); (bso#14796);- Fix dependency problem upgrading from libndr0 to libndr1; (bsc#1189875); - Fix dependency problem upgrading from libsmbldap0 to libsmbldap2; (bsc#1189875); - Fix wrong kvno exported to keytab after net ads changetrustpw due to replication delay; (bsc#1188727); - Add Certificate Auto Enrollment Policy; (jsc#SLE-18456). - Update to 4.13.10 * s3: smbd: Ensure POSIX default ACL is mapped into returned Windows ACL for directory handles; (bso#14708); * Take a copy to make sure we don't reference free'd memory; (bso#14721); * s3: lib: Fix talloc heirarcy error in parent_smb_fname(); (bso#14722); * s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in change_file_owner_to_parent() error path; (bso#14736); * samba-tool: Give better error information when the 'domain backup restore' fails with a duplicate SID; (bso#14575); * smbd: Correctly initialize close timestamp fields; (bso#14714); * Spotlight RPC service doesn't work with vfs_glusterfs; (bso#14740); * ctdb: Fix a crash in run_proc_signal_handler(); (bso#14475); * gensec_krb5: Restore ipv6 support for kpasswd; (bso#14750); * smbXsrv_{open,session,tcon}: Protect smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records; (bso#14752); * samba-tool domain backup offline doesn't work against bind DLZ backend; (bso#14027); * netcmd: Use next_free_rid() function to calculate a SID for restoring a backup; (bso#14669); - Update to 4.13.9 * s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success; (bso#14696); * Add documentation for dsdb_group_audit and dsdb_group_json_audit to "log level", synchronise "log level" in smb.conf with the code; (bso#14689); * Fix smbd panic when two clients open same file; (bso#14672); * Fix memory leak in the RPC server; (bso#14675); * s3: smbd: Fix deferred renames; (bso#14679); * s3-iremotewinspool: Set the per-request memory context; (bso#14675); * rpc_server3: Fix a memleak for internal pipes; (bso#14675); * third_party: Update socket_wrapper to version 1.3.2; (bso#11899); * third_party: Update socket_wrapper to version 1.3.3; (bso#14639); * idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid conflict; (bso#14663); * Fix the build on OmniOS; (bso#14288); - Update to 4.13.8 * CVE-2021-20254: Fix buffer overrun in sids_to_unixids(); (bso#14571 - Update to 4.13.7 * Release with dependency on ldb version 2.2.1.- CVE-2021-20254 Buffer overrun in sids_to_unixids(); (bnc#14571); (bsc#1184677).- Fix offline domain backup not possible using lmdb version >= 0.9.26; (bso#14676); - Require libldb >= 2.2.1; (bsc#1183572); (bsc#1183574); - Update to 4.13.6 * CVE-2020-27840: samba: Unauthenticated remote heap corruption via bad DNs; (bso#14595); (bsc#1183572). * CVE-2021-20277: samba: out of bounds read in ldb_handler_fold; (bso#14655); (bsc#1183574). - Update to 4.13.5 * s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up failure; (bso#14634); * s3: libsmb: Add missing cli_tdis() in error path if encryption setup failed on temp proxy connection; (bso#13992); * smbd: In conn_force_tdis_done() when forcing a connection closed force a full reload of services; (bso#14604); * dbcheck: Check Deleted Objects and reduce noise in reports about expired tombstones (bso#14593); * s3: Fix fcntl waf configure check; (bso#14503); * s3/auth: Implement "winbind:ignore domains"; (bso#14602); * smbd: Use fsp->conn->session_info for the initial delete-on-close token; (bso#14617); * s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path; (bso#14648); * classicupgrade: Treat old never expires value right; (bso#14624); * g_lock: Fix uninitalized variable reads; (bso#14636); * s3:pysmbd: Fix fd leak in py_smbd_create_file(); (bso#13898); * lib:util: Avoid free'ing our own pointer; (bso#14625); * HEIMDAL: krb5_storage_free(NULL) should work; (bso#12505);- Spec file fixes around systemd and requires; (bsc#1182830); - Align systemd service unit files with upstream provided ones.- Update to 4.13.4 * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * lib: Avoid declaring zero-length VLAs in various messaging functions; (bso#14605); * Do not create an empty DB when accessing a sam.ldb; (bso#14579); * vfs_fruit may close wrong backend fd; (bso#14596); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * vfs_virusfilter: Allocate separate memory for config char*; (bso#14606); * vfs_fruit may close wrong backend fd; (bso#14596); * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * The cache directory for the user gencache should be created recursively; (bso#14601); * Be more flexible with repository names in CentOS 8 test environments; (bso#14594);- Uninstalling samba-client: Failed to disable unit, cifs.service does not exists; (bsc#1180388);- Update to 4.13.3 + libcli: smb2: Never print length if smb2_signing_key_valid() fails for crypto blob; (bso#14210); + s3: modules: gluster. Fix the error I made in preventing talloc leaks from a function; (bso#14486); + s3: smbd: Don't overwrite contents of fsp->aio_requests[0] with NULL via TALLOC_FREE(); (bso#14515); + s3: spoolss: Make parameters in call to user_ok_token() match all other uses; (bso#14568); + s3: smbd: Quiet log messages from usershares for an unknown share; (bso#14590); + samba process does not honor max log size; (bso#14248); + vfs_zfsacl: Add missing inherited flag on hidden "magic" everyone@ ACE; (bso#14587); + s3-libads: Pass timeout to open_socket_out in ms; (bso#13124); + s3-vfs_glusterfs: Always disable write-behind translator; (bso#14486); + smbclient: Fix recursive mget; (bso#14517); + clitar: Use do_list()'s recursion in clitar.c; (bso#14581); + manpages/vfs_glusterfs: Mention silent skipping of write-behind translator; (bso#14486); + vfs_shadow_copy2: Preserve all open flags assuming ROFS; (bso#14573); + interface: Fix if_index is not parsed correctly; (bso#14514);- Update to 4.13.2 + s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return; (bso#14486); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471); + smb.conf.5: Add clarification how configuration changes reflected by Samba; (bso#14538); + daemons: Report status to systemd even when running in foreground; (bso#14552); + DNS Resolver: Support both dnspython before and after 2.0.0; (bso#14553); + s3-vfs_glusterfs: Refuse connection when write-behind xlator is present; (bso#14486); + provision: Add support for BIND 9.16.x; (bso#14487); + ctdb-common: Avoid aliasing errors during code optimization; (bso#14537); + libndr: Avoid assigning duplicate versions to symbols; (bso#14541); + docs: Fix default value of spoolss:architecture; (bso#14522); + winbind: Fix a memleak; (bso#14388); + s4:dsdb:acl_read: Implement "List Object" mode feature; (bso#14531); + docs-xml/manpages: Add warning about write-behind translator for vfs_glusterfs; (bso#14486); + nsswitch/nsstest.c: Avoid nss function conflicts with glibc nss.h. + vfs_shadow_copy2: Avoid closing snapsdir twice; (bso#14530); + third_party: Update resolv_wrapper to version 1.1.7; (bso#14547); + examples:auth: Do not install example plugin; (bso#14550); + ctdb-recoverd: Drop unnecessary and broken code; (bso#14513); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471);- Adjust smbcacls '--propagate-inheritance' feature to align with upstream; (bsc#1178469).- Update to samba 4.13.1 + CVE-2020-14383: An authenticated user can crash the DCE/RPC DNS with easily crafted records; (bsc#1177613); (bso#14472); + CVE-2020-14323: Unprivileged user can crash winbind; (bsc#1173994); (bso#14436); + CVE-2020-14318: Missing handle permissions check in SMB1/2/3 ChangeNotify; (bsc#1173902); (bso#14434); - Adjust systemd tmpfiles.d configuration, use /run/samba instead of /var/run/samba; (bsc#1177355);- Fix vfs_ceph query_directory regression; (bso#14519) - Drop liburing-devel for SLE15-SP2; (bsc#1177245)- Register CTDB recovery lock holder with ceph-mgr - Add liburing-devel dependency- Update to samba 4.13.0 + Require Python 3.6 + Move wide links functionality into VFS module + Deprecate NT4-like 'classic' Samba domain controllers + Deprecate SMBv1 only protocol options + Remove deprecated "ldap ssl ads" option + Unify asynchronous DCE-RPC server; (jsc#SES-645) + Replay multichannel lease break requests; (bso#11897); (jsc#SES-655) + Drop internal byteorder.h header from util-devel package + Remove final code for the AD DC LDAP backend + Add AD DC Group Policy Scripts + Only use gnutls_aead_cipher_encryptv2() for GnuTLS > 3.6.14; (bso#14399) + Fix %U substitutions if it contains a domain name; (bso#14467) + Fix krb5.conf creation for 'net ads join'; (bso#14479) + Fix build problem if libbsd-dev is not installed; (bso#14482) + Toggle vfs_snapper using "--with-shared-modules"; (bso#14437) + Fix idmap_ad RFC4511 response handling; (bso#14465) + Fix panic in get_lease_type(); (bso#14428)- Update to samba 4.11.13 + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Protect netr_ServerPasswordSet2 against unencrypted passwords; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Support "server require schannel:WORKSTATION$ = no" about unsecure configurations; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s4 torture rpc: repeated bytes in client challenge; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): libcli/auth: Reject weak client challenges in netlogon_creds_server_init() "server require schannel:WORKSTATION$ = no"; (bsc#1176579); (bso#14497); - Update to samba 4.11.12 + s3: libsmb: Fix SMB2 client rename bug to a Windows server; (bso#14403); + dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7; (bso#14424); + dbcheck: Allow a dangling forward link outside our known NCs; (bso#14450); + lib/debug: Set the correct default backend loglevel to MAX_DEBUG_LEVEL; (bso#14426); + s3:smbd: PANIC: assert failed in get_lease_type(); (bso#14428); + lib/util: do not install "test_util_paths"; (bso#14370); + lib:util: Fix smbclient -l basename dir; (bso#14345); + s3:smbd: PANIC: assert failed in get_lease_type(); (bso#14428); + util: Allow symlinks in directory_create_or_exist; (bso#14166); + docs: Fix documentation for require_membership_of of pam_winbind; (bso#14358); + s3:winbind:idmap_ad: Make failure to get attrnames for schema mode fatal; (bso#14425);- Add obsoletes to libsmbldap2 package to fix upgrades from previous versions; (bsc#1172810);- Fix net command unable to negotiate SMB2; (bsc#1174120);- Update to samba 4.11.11 + CVE-2020-10730: NULL de-reference in AD DC LDAP server when ASQ and VLV combined; (bso#14364); (bsc#1173159] + CVE-2020-10745: invalid DNS or NBT queries containing dots use several seconds of CPU each; (bso#14378); (bsc#1173160). + CVE-2020-10760: Use-after-free in AD DC Global Catalog LDAP server with paged_result or VLV; (bso#14402); (bsc#1173161) + CVE-2020-14303: Endless loop from empty UDP packet sent to AD DC nbt_server; (bso#14417); (bsc#1173359). - Update to samba 4.11.10 + Fix segfault when using SMBC_opendir_ctx() routine for share folder that contains incorrect symbols in any file name; (bso#14374). + vfs_shadow_copy2 doesn't fail case looking in snapdirseverywhere mode; (bso#14350) + ldb_ldap: Fix off-by-one increment in lldb_add_msg_attr; (bso#14413). + Malicous SMB1 server can crash libsmbclient; (bso#14366) + winbindd: Fix a use-after-free when winbind clients exit; (bso#14382) + ldb: Bump version to 2.0.11, LMDB databases can grow without bounds. (bso#14330) - Update to samba 4.11.9 + nmblib: Avoid undefined behaviour in handle_name_ptrs(); (bso#14242). + 'samba-tool group' commands do not handle group names with special chars correctly; (bso#14296). + smbd: avoid calling vfs_file_id_from_sbuf() if statinfo is not valid; (bso#14237). + Missing check for DMAPI offline status in async DOS attributes; (bso#14293). + smbd: Ignore set NTACL requests which contain S-1-5-88 NFS ACEs; (bso#14307). + vfs_recycle: Prevent flooding the log if we're called on non-existant paths; (bso#14316) + smbd mistakenly updates a file's write-time on close; (bso#14320). + RPC handles cannot be differentiated in source3 RPC server; (bso#14359). + librpc: Fix IDL for svcctl_ChangeServiceConfigW; (bso#14313). + nsswitch: Fix use-after-free causing segfault in _pam_delete_cred; (bso#14327). + Fix fruit:time machine max size on arm; (bso#13622) + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294). + ctdb: Fix a memleak; (bso#14348). + libsmb: Don't try to find posix stat info in SMBC_getatr(). + ctdb-tcp: Move free of inbound queue to TCP restart; (bso#14295); (bsc#1162680). + s3/librpc/crypto: Fix double free with unresolved credential cache; (bso#14344); (bsc#1169095) + s3:libads: Fix ads_get_upn(); (bso#14336). + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294) + Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680). + ctdb-recoverd: Avoid dereferencing NULL rec->nodemap; (bso#14324) - Update to samba 4.11.8 + CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ; (bso#14331); (bsc#1169850); + CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC; (bso#14334); (bsc#1169851); - Update to samba 4.11.7 + s3: lib: nmblib. Clean up and harden nmb packet processing; (bso#14239). + s3: VFS: full_audit. Use system session_info if called from a temporary share definition; (bso#14283) + dsdb: Correctly handle memory in objectclass_attrs; (bso#14258). + ldb: version 2.0.9, Samba 4.11 and later give incorrect results for SCOPE_ONE searches; (bso#14270) + auth: Fix CIDs 1458418 and 1458420 Null pointer dereferences; (bso#14247). + smbd: Handle EINTR from open(2) properly; (bso#14285) + winbind member (source3) fails local SAM auth with empty domain name; (bso#14247) + winbindd: Handling missing idmap in getgrgid(); (bso#14265). + lib:util: Log mkdir error on correct debug levels; (bso#14253). + wafsamba: Do not use 'rU' as the 'U' is deprecated in Python 3.9; (bso#14266). + ctdb-tcp: Make error handling for outbound connection consistent; (bso#14274). - Update to samba 4.11.6 + pygpo: Use correct method flags; (bso#14209). + vfs_ceph_snapshots: Fix root relative path handling; (bso#14216); (bsc#1141320). + Avoiding bad call flags with python 3.8, using METH_NOARGS instead of zero; (bso#14209). + source4/utils/oLschema2ldif: Include stdint.h before cmocka.h; (bso#14218). + docs-xml/winbindnssinfo: Clarify interaction with idmap_ad etc; (bso#14122). + smbd: Fix the build with clang; (bso#14251). + upgradedns: Ensure lmdb lock files linked; (bso#14199). + s3: VFS: glusterfs: Reset nlinks for symlink entries during readdir; (bso#14182). + smbc_stat() doesn't return the correct st_mode and also the uid/gid is not filled (SMBv1) file; (bso#14101). + librpc: Fix string length checking in ndr_pull_charset_to_null(); (bso#14219). + ctdb-scripts: Strip square brackets when gathering connection info; (bso#14227).- Add libnetapi-devel to baselibs conf, for wine usage; (bsc#1172307);- Installing: samba - samba-ad-dc.service does not exist and unit not found; (bsc#1171437);- Fix samba_winbind package is installing python3-base without python3 package; (bsc#1169521);- Require libldb2 >= 2.0.10 after security release.- CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC; (bso#14334); (bsc#1169851); - CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ; (bso#14331); (bsc#1169850);- Fix smbclient crash with double free (with unresolved krb5 credential cache); (bso#14344); (bsc#1169095).- Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680).- CTDB doesn't retry outgoing connections on bind (and some other) failures; (bso#14274); (bsc#1162680).- Revert: Allow idmap_rid to have primary group other than "Domain Users"; (bsc#1087931).- Fix nmbstatus not reporting detailed information about workgroups; (bsc#1159464); - Fix querying all names registered within broadcast area; (bso#8927);- Update to samab 4.11.5 + CVE-2019-14902: Replication of ACLs down subtree on AD Directory is not automatic; (bso#12497); (bsc#1160850). + CVE-2019-19344: Fix server crash with dns zone scavenging = yes; (bso#14050); (bsc#1160852). + CVE-2019-14907: server-side crash after charset conversion failure (eg during NTLMSSP processing); (bso#14208); (bsc#1160888). - Update to samba 4.11.4 + Ensure SMB1 cli_qpathinfo2() doesn't return an inode number; (bso#14161). + Ensure we don't call cli_RNetShareEnum() on an SMB1 connection; (bso#14174). + NT_STATUS_ACCESS_DENIED becomes EINVAL when using SMB2 in SMBC_opendir_ctx; (bso#14176). + SMB2 - Ensure we use the correct session_id if encrypting an interim response; (bso#14189). + Prevent smbd crash after invalid SMB1 negprot; (bso#14205). + printing: Fix %J substition; (bso#13745). + Remove now unneeded call to cmdline_messaging_context(); (bso#13925). + Fix incomplete conversion of former parametric options; (bso#14069). + Fix sync dosmode fallback in async dosmode codepath; (bso#14070). + vfs_fruit returns capped resource fork length; (bso#14171). + libnet_join: Add SPNs for additional-dns-hostnames entries; (bso#14116). + smbd: Increase a debug level; (bso#14211). + Prevent azure ad connect from reporting discovery errors reference-value-not-ldap-conformant; (bso#14153). + krb5_plugin: Fix developer build with newer heimdal system library; (bso#14179). + replace: Only link libnsl and libsocket if required; (bso#14168); + ctdb: Incoming queue can be orphaned causing communication; breakdown; (bso#14175). + ldb: Release ldb 2.0.8. Cross-compile will not take cross-answers or cross-execute; (bso#13846). + heimdal-build: Avoid hard-coded /usr/include/heimdal in asn1_compile-generated code; (bso#13856).- Fix Ceph snapshot root relative path handling; (bso#14216); (bsc#1141320).- Update to samba 4.11.3 + CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). + CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). - CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- Update to samba 4.11.2 + CVE-2019-10218: Client code can return filenames containing path separators; (bsc#1144902); (bso#14071). + CVE-2019-14833: Samba AD DC check password script does not receive the full password; (bso#12438). + CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040). - Fixes from 4.11.1 + Overlinking libreplace against librt and pthread against every binary or library causes issues; (bso#14140); + kpasswd fails when built with MIT Kerberos; (bso#14155); + Fix spnego fallback from kerberos to ntlmssp in smbd server; (bso#14106); + Stale file handle error when using mkstemp on a share; (bso#14137); + non-AES schannel broken; (bso#14134); + Joining Active Directory should not use SAMR to set the password; (bso#13884); + smbclient can blunder into the SMB1 specific cli_RNetShareEnum() call on an SMB2 connection; (bso#14152); + Deleted records can be resurrected during recovery; (bso#14147); + getpwnam and getpwuid need to return data for ID_TYPE_BOTH group; (bso#14141); + winbind does not list forest trusts with additional trust attributes; (bso#14130); + fault report points to outdated documentation; (bso#14139); + pam_winbind with krb5_auth or wbinfo -K doesn't work for users of trusted domains/forests; (bso#14124); + classicupgrade results in uncaught exception - a bytes-like object is required, not 'str'; (bso#14136); + pod2man is not longer required, stop checking at build time; (bso#14131); + Exit code of ctdb nodestatus should not be influenced by deleted nodes; (bso#14129); + username/password authentication doesn't work with CUPS and smbspool; (bso#14128); + smbc_readdirplus() is incompatible with smbc_telldir() and smbc_lseekdir(); (bso#14094);- CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040); (bsc#1154598); - CVE-2019-10218: Client code can return filenames containing path separators; (bso#14071); (bsc#1144902);- CVE-2019-14833: samba: Accent with "check script password" Samba AD DC check password script does not receive the full password; (bso#12438); (bsc#1154289).- Update to samba 4.11.0 + For details on all items see WHATSNEW.txt in samba-doc package + Python2 runtime support removed; python 3.4 or later required + Security improvements: - SMB1 disabled by default - lanman and plaintext authentication deprecated - winbind: PAM_AUTH and NTLM_AUTH events logged - GnuTLS 3.2 required; system FIPS mode setting honored + CephFS Snapshot integration, exposed as previous file versions + ctdb changes: - onnode -o option removed - ctdbd logs when using more than 90% of a CPU thread - CTDB_MONITOR_SWAP_USAGE variable removed + AD Domain controller improvements: - Upgrade AD databse format - BIND9_FLATFILE deprecated - default process model chagned to prefork - bind9 dns operation duration logging - Default schema updated to 2012_R2; function level is unchanged - many performance improvements + Configuration webserver support removed- Fix broken username/password authentication with CUPS and smbspool; (bsc#1152143); (bso#14128).- Fix auth problems when printing via smbspool backend with kerberos; (bnc#1148539); (bso#13832).- Update to samba 4.10.8 + CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267);- Fix build on newer systems by modifying samba.spec to use consistent non-relative paths for pammodules in configure line and specification of pam_winbind.so library to package.- Update to samba 4.10.7 + Unable to create or rename file/directory inside shares configured with vfs_glusterfs_fuse module; (bso#14010). + build: Allow build when '--disable-gnutls' is set; (bso#13844) + samba-tool: Add 'import samba.drs_utils' to fsmo.py; (bso#13973). + Fix 'Error 32 determining PSOs in system' message on old DB with FL upgrade; (bso#14008). + s4/libnet: Fix joining a Windows pre-2008R2 DC; (bso#14021) + join: Use a specific attribute order for the DsAddEntry nTDSDSA object; (bso#14046). + vfs_catia: Pass stat info to synthetic_smb_fname(); (bso#14015). + lookup_name: Allow own domain lookup when flags == 0; (bso#14091). + s4 librpc rpc pyrpc: Ensure tevent_context deleted last; (bso#13932). + DEBUGC and DEBUGADDC doesn't print into a class specific log file; (bso#13915). + Request to keep deprecated option "server schannel", VMWare Quickprep requires "auto"; (bso#13949). + dbcheck: Fallback to the default tombstoneLifetime of 180 days; (bso#13967). + dnsProperty fails to decode values from older Windows versions; (bso#13969). + samba-tool: Use only one LDAP modify for dns partition fsmo role transfer; (bso#13973). + third_party: Update waf to version 2.0.17; (bso#13960). + netcmd: Allow 'drs replicate --local' to create partitions; (bso#14051). + ctdb-config: Depend on /etc/ctdb/nodes file; (bso#14017).- CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267).- Prepare for use future use of kernel keyrings, modify /etc/pam.d/samba to include pam_keyinit.so; (bsc#1144059).- Update samba-winbind script to work with systemd; (bsc#1132739); - Drop samba dhcpcd hook scripts - Update to samba 4.10.6 + s3: winbind: Fix crash when invoking winbind idmap scripts; (bso#13956). + smbd does not correctly parse arguments passed to dfree and quota scripts; (bso#13964). + samba-tool dns: use bytes for inet_ntop; (bso#13965). + samba-tool domain provision: Fix --interactive module in python3; (bso#13828). + ldb_kv: Skip @ records early in a search full scan; (bso#13893). + docs: Improve documentation of "lanman auth" and "ntlm auth" connection; (bso#13981). + python/ntacls: Use correct "state directory" smb.conf option instead of "state dir"; (bso#14002). + registry: Add a missing include; (bso#13840). + Fix SMB guest authentication; (bso#13944). + AppleDouble conversion breaks Resourceforks; (bso#13958). + vfs_fruit makes direct use of syscalls like mmap() and pread(); (bso#13968). + s3:mdssvc: Fix flex compilation error; (bso#13987). + s3/vfs_glusterfs[_fuse]: Avoid using NAME_MAX directly; (bso#13872). + dsdb:samdb: schemainfo update with relax control; (bso#13799). + s3:util: Move static file_pload() function to lib/util; (bso#13964). + smbd: Fix a panic; (bso#13957). + ldap server: Generate correct referral schemes; (bso#12478). + s4 dsdb/repl_meta_data: fix use after free in dsdb_audit_add_ldb_value; (bso#13941). + s4 dsdb: Fix use after free in samldb_rename_search_base_callback; (bso#13942). + dsdb/repl: we need to replicate the whole schema before we can apply it; (bso#12204). + ldb: Release ldb 1.5.5; (bso#12478). + Schema replication fails if link crosses chunk boundary backwards; (bso#13713). + 'samba-tool domain schemaupgrade' uses relax control and skips the schemaInfo update provision; (bso#13799). + dsdb_audit: avoid printing "... remote host [Unknown] SID [(NULL SID)] ..."; (bso#13916). + python/ntacls: We only need security.SEC_STD_READ_CONTROL in order to get the ACL; (bso#13917). + s3:loadparm: Ensure to truncate FS Volume Label at multibyte boundary; (bso#13947). + Using Kerberos credentials to print using spoolss doesn't work; (bso#13939). + wafsamba: Use native waf timer; (bso#13998). + ctdb-scripts: Fix tcp_tw_recycle existence check; (bso#13984).- Update to samba-4.10.5 (including updates for 4.10.4, 4.10.3) + CVE-2019-12435 rpc/dns: Avoid NULL deference if zone not found in DnssrvOperation2; (bso#13922); (bsc#1137815). + CVE-2019-12436 dsdb/paged_results: Ignore successful results without messages; (bso#13951); (bsc#1137816). - Update to samba-4.10.4 + s3: SMB1: Don't allow recvfile on stream fsp's; (bso#13938). + py/provision: Fix for Python 2.6; (bso#13882). + netcmd: Fix 'passwordsettings --max-pwd-age' command; (bso#13873). + s3-libnet_join: 'net ads join' to child domain fails when using "-U admin@forestroot"; (bso#13861). + vfs_ceph: Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245). + vfs_ceph: Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). + ctdb-common: Avoid race between fd and signal events; (bso#13895). + ctdb-common: Fix memory leak in run_proc; (bso#13943). + lib: Initialize getline() arguments; (bso#13892). + winbind: Fix overlapping id ranges; (bco#13903). + lib util debug: Increase format buffer to 4KiB; (bso#13902). + nsswitch pam_winbind: Fix Asan use after free; (bso#13927). + s4 lib socket: Ensure address string owned by parent struct; (bso#13929). + s3 rpc_client: Fix Asan stack use after scope; (bso#13936). + s3:smbd: Handle IO_REPARSE_TAG_DFS in SMB_FIND_FILE_FULL_DIRECTORY_INFO; (bso#10097). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#10344). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#12845). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#13698). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#13796). + dbcheck: Fix the err_empty_attribute() check; (bso#13843). + vfs_snapper: Drop unneeded fstat handler; (bso#13858). + vfs_default: Fix vfswrap_offload_write_send() NT_STATUS_INVALID_VIEW_SIZE check; (bso#13862). + smb2_server: Grant all 8192 credits to clients; (bso#13863). + smbd: Implement SMB_FILE_NORMALIZED_NAME_INFORMATION handling; (bso#13919). + s3/vfs_glusterfs: Dynamically determine NAME_MAX; (bso#13872). + s3: modules: ceph: Use current working directory instead of share path; (bso#13918); (bsc#1134452). + winbind: Use domain name from lsa query for sid_to_name cache entry; (bso#13831). + memcache: Increase size of default memcache to 512k; (bso#13865). + docs: Update smbclient manpage for "--max-protocol"; (bso#13857). + s3:utils: If share is NULL in smbcacls, don't print it; (bso#13937). + s3:smbspool: Fix regression printing with Kerberos credentials; (bso#13939). + ctdb-scripts: CTDB restarts failed NFS RPC services by hand, which is incompatible with systemd; (bso#13860). + ctdb-daemon: Revert "We can not assume that just because we could complete a TCP handshake"; (bso#13888). + ctdb-daemon: Never use 0 as a client ID; (bso#13930). + ctdb-common: Fix memory leak; (bso#13943). + s3:debug: Enable logging for early startup failures; (bso#13904) - Update to samba-4.10.3 + CVE-2018-16860: Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum; (bso#13685); (bsc#1134024).- CVE-2019-12435: zone operations can crash rpc server; (bso#13922); (bsc#1137815).- Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). - Add ceph_snapshots VFS module; (jsc#SES-183).- Fix vfs_ceph realpath; (bso#13918); (bsc#1134452).- Update to samba-4.10.2: + CVE-2019-3870 (World writable files in Samba AD DC private/ dir); (bso#13834). + CVE-2019-3880 (Save registry file outside share as unprivileged user); (bso#13851). + py/kcc_utils: py2.6 compatibility; (bso#13837). + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869). + regfio: Improve handling of malformed registry hive files; (bso#13840). + ctdb-version: Simplify version string usage; (bso#13789). + lib: Make fd_load work for non-regular files; (bso#13859). + dbcheck: in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816). + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818). + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854). + acl_read: Fix regression for empty lists; (bso#13836). + s4:dlz make b9_has_soa check dc=@ node; (bso#13841). + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832). + s4:librpc: Fix installation of Samba; (bso#13847). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853). * ctdb-build: Drop creation of .distversion in tarball; (bso#13789). * ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838). - Update to samba-4.10.1: + py/kcc_utils: py2.6 compatibility; (bso#13837); + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869); + regfio: Improve handling of malformed registry hive files; (bso#13840); + ctdb-version: Simplify version string usage; (bso#13789); + lib: Make fd_load work for non-regular files; (bso#13859); + dbcheck in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816); + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818); + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854); + acl_read: Fix regression for empty lists; (bso#13836); + s4:dlz make b9_has_soa check dc=@ node; (bso#13841); + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832); + s4:librpc: Fix installation of Samba; (bso#13847); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853); + ctdb-build: Drop creation of .distversion in tarball; (bso#13789); + ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838); - Update to samba-4.10.0: + s4-server: Open and close a transaction on sam.ldb at startup; (bso#13760); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s4/scripting/bin: Open unicode files with utf8 encoding and write + unicode string. + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + Fix idmap cache pollution with S-1-22- IDs on winbind hickup; (bso#13813); + passdb: Update ABI to 0.27.2. + lib/winbind_util: Add winbind_xid_to_sid for --without-winbind; (bso#13813); + lib:util: Move debug message for mkdir failing to log level 1; (bso#13823);- MacOS credit accounting breaks with async SESSION SETUP; (bsc#1125601); (bso#13796). - Mac OS X SMB2 implmenetation sees Input/output error or Resource temporarily unavailable and drops connection; (bso#13698)- Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245).- CVE-2019-3880: Save registry file outside share as unprivileged user; (bso#13851); (bsc#1131060 ).- CVE-2019-3870 pysmbd: missing restoration of original umask after umask(0); (bso#13834); (bsc#1130703);- Update to samba-4.9.5 + audit_logging: Remove debug log header and JSON Authentication: prefix; (bso#13714); + Fix upgrade from 4.7 (or earlier) to 4.9; (bso#13760); + s3: lib: nmbname: Ensure we limit the NetBIOS name correctly; (bso# CID: 1433607; (bso#11495); + smbd: uid: Don't crash if 'force group' is added to an existing share connection; (bso#13690); + s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code; (bso#13770); + s3: SMB1 POSIX mkdir does case insensitive name lookup; (bso#13803); + s3:utils/smbget fix recursive download with empty source directories; (bso#13199); + samba-tool drs showrepl: Do not crash if no dnsHostName found; (bso#13716); + s3:libsmb: cli_smb2_list() can sometimes fail initially on a connection; (bso#13736); + join: Throw CommandError instead of Exception for simple errors; (bso#13747); + ldb: Avoid inefficient one-level searches; (bso#13762); + s3: libsmb: use smb2cli_conn_max_trans_size() in cli_smb2_list(); (bso#13736); + tldap: Avoid use after free errors; (bso#13776); + Fix idmap xid2sid cache churn; (bso#13802); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s3-smbd: Avoid assuming fsp is always intact after close_file call; (bso#13720); + s3-vfs-fruit: Add close call; (bso#13725); + s3-smbd: Use fruit:model string for mDNS registration; (bso#13746); + s3-vfs: add glusterfs_fuse vfs module; (bso#13774); + printing: Check lp_load_printers() prior to pcap cache update; (bso#13766); + vfs_ceph: vfs_ceph strict_allocate_ftruncate calls (local FS) ftruncate and fallocate; (bso#13807); + lib/audit_logging: Actually create talloc; (bso#13737); + netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpg; (bso#13728); + dns: Changing onelevel search for wildcard to subtree; (bso#13738); + samba-tool: Don't print backtrace on simple DNS errors; (bso#13721); + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + ctdb: Print locks latency in machinereadable stats; (bso#13742); + messages_dgm: Messaging gets stuck when pids are recycled; (bso#13786); + audit_logging: auth_json_audit required auth_json; (bso#13715); + man pages: Document prefork process model; (bso#13765); + CVE-2019-3824 ldb: Release ldb 1.4.6; (bso#13773); + s3:auth: ignore create_builtin_guests() failing without a valid idmap configuration; (bso#13697); + s3:auth_winbind: Ignore a missing winbindd as NT4 PDC/BDC without trusts; (bso#13722); + s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not available; (bso#13723); + s4:server: Add support for 'smbcontrol samba shutdown' and 'smbcontrol debug/debuglevel'; (bso#13752); + Python: Ensure ldb.Dn can doesn't rencoded str with py2; (bso#13616); + vfs_glusterfs: Adapt to changes in libgfapi signatures; (bso#13330); + s3-vfs: Use ENOATTR in errno comparison for getxattr; (bso#13774); + notifyd: Fix SIGBUS on sparc; (bso#13704); + waf: Check for libnscd; (bso#13787); + s3:vfs: Correctly check if OFD locks should be enabled or not; (bso#13770); + lib/util: Count a trailing line that doesn't end in a newline; (bso#13717); + Recovery lock bug fixes; (bso#13800); + s3: net: Do not set NET_FLAGS_ANONYMOUS with -k; (bso#13726); + s3:libsmb: Honor disable_netbios option in smbsock_connect_send; (bso#13727); + vfs_fileid: Fix get_connectpath_ino; (bso#13741); + vfs_fileid: Fix fsname_norootdir algorithm; (bso#13744);- Fix vfs_ceph ftruncate and fallocate handling; (bso#13807); (bsc#1127153).- Fix update-apparmor-samba-profile script after apparmor switched to using named profiles. The change is backwards compatible; (bsc#1126377);- LoadParm().load_default() fails with "Unable to load default file"; (bsc#1089758);- Abide by load_printers smb.conf parameter; (bso#13766); (bsc#1124223);- Update to samba-4.9.4 + libcli/smb: Don't overwrite status code; (bso#9175). + wbinfo --group-info 'NT AUTHORITY\System' does not work; (bso#12164). + Session setup reauth fails to sign response; (bso#13661). + vfs_fruit: Validation of writes on AFP_AfpInfo stream; (bso#13677). + vfs_shadow_copy2: Nicely deal with attempts to open previous version for writing; (bso#13688). + Restoring previous version of stream with vfs_shadow_copy2 fails with NT_STATUS_OBJECT_NAME_INVALID fsp->base_fsp->fsp_name; (bso#13455). + CVE-2018-16853: Fix S4U2Self crash with MIT KDC build; (bso#13571). + s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs; (bso#13708) + PEP8: fix E231: missing whitespace after ','. + winbindd: Fix crash when taking profiles;(bso#13629) + CVE-2018-14629 dns: Fix CNAME loop prevention using counter regression; (bso#13600) + 'samba-tool user syscpasswords' fails on a domain with many DCs; (bso#13686). + CVE-2018-16853: Do not segfault if client is not set; (bso#13571). + lib:util: Fix DEBUGCLASS pointer initializiation; (bso#13679) + ctdb-daemon: Exit with error if a database directory does not exist; (bso#13696). + s3:libads: Add net ads leave keep-account option; (bso#13498).- Drop more %if..%endif guards which are idempotent. - Drop requires on ldconfig which are already auto-discovered. - Do not ignore errors from useradd/groupadd.- Remove python2 build dependency from samba-libs; (bsc#1116900);- Update update-apparmor-samba-profile script to ignore the shares's paths containing substitution variables in any place, not only at the beginning of the path.- Update to samba-4.9.3 + CVE-2018-14629: Unprivileged adding of CNAME record causing loop in AD Internal DNS server; (bso#13600); (bsc#1116319); + CVE-2018-16841: Double-free in Samba AD DC KDC with PKINIT; (bso#13628); (bsc#1116320); + CVE-2018-16851: NULL pointer de-reference in Samba AD DC LDAP server; (bso#13674); (bsc#1116322); + CVE-2018-16852: NULL pointer de-reference in Samba AD DC DNS servers; (bso#13669); (bsc#1116321); + CVE-2018-16853: Samba AD DC S4U2Self crash in experimental MIT Kerberos configuration (unsupported); (bso#13678); (bsc#1116324); + CVE-2018-16857: Bad password count in AD DC not always effective; window; (bso#13683); (bsc#1116323);- Update to samba-4.9.2 + dsdb: Add comments explaining the limitations of our current backlink behaviour; (bso#13418); + Fix problems running domain backups (handling SMBv2, sites); (bso#13621); + testparm: Fix crashes with PANIC: Messaging not initialized on SLES 12 SP3; (bso#13465); + Make vfs_fruit able to cleanup AppleDouble files; (bso#13642); + File saving issues with vfs_fruit on samba >= 4.8.5; (bso#13646); + Enabling vfs_fruit looses FinderInfo; (bso#13649); + Cancelling of SMB2 aio reads and writes returns wrong error NT_STATUS_INTERNAL_ERROR; (bso#13667); + Fix CTDB recovery record resurrection from inactive nodes and simplify vacuuming; (bso#13641); + examples: Fix the smb2mount build; (bso#13465); + libtevent: Fix build due to missing open_memstream on Illiumos; (bso#13629); + winbindd_cache: Fix timeout calculation for sid<->name cache; (bso#13662); + dsdb encrypted_secrets: Allow "ldb:// and "mdb://" in file path; (bso#13653); + Extended DN SID component missing for member after switching group membership; (bso#13418); + Return STATUS_SESSION_EXPIRED error encrypted, if the request was encrypted; (bso#13624); + python: Allow forced signing via smb.SMB(); (bso#13621); + lib:socket: If returning early, set ifaces; (bso#13665); + ldb: Bump ldb version to 1.4.3, Python: Ensure ldb.Dn can accept utf8 encoded unicode; (bso#13616); + smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attribute; (bso#13673); + waf: Add -fstack-clash-protection; (bso#13601); + winbind: Fix segfault if an invalid passdb backend is configured; (bso#13668); + Fix bugs in CTDB event handling; (bso#13659); + Misbehaving nodes are sometimes not banned; (bso#13670);- lib:socket: If returning early, set ifaces; (bso#13665); (bsc#1111373);- winbind requires latest version of libtevent-util0 to start- Backport latest gpo code from master + Read policy from local gpt cache + Offline policy application + Make group policy extensible via register/unregister gpext + gpext's run via a process_group_policy method- Enable profiling data collection- Change samba-kdc package name to samba-ad-dc - Move samba-ad-dc.service to the samba-ad-dc package- Update to samba-4.9.1 + s3: nmbd: Stop nmbd network announce storm; (bso#13620); + s3-rpcclient: Use spoolss_init_spoolss_UserLevel1 in winspool cmds; (bso#13597); + CTDB recovery lock has some race conditions; (bso#13617); + s3-rpc_client: Advertise Windows 7 client info; (bso#13597); + ctdb-doc: Remove PIDFILE option from ctdbd_wrapper man page; (bso#13610);- Tumbleweed doesn't define the sle_version macro, so we must include a check for suse_version also. Otherwise python3 is disabled on Tumbleweed.- Update to samba-4.9.0 + samba_dnsupdate: Honor 'dns zone scavenging' option, only update if needed; (bso#13605); + wafsamba: Fix 'make -j'; (bso#13606);- Update to samba-4.9.0rc5 + s3: VFS: vfs_full_audit: Ensure smb_fname_str_do_log() only returns absolute pathnames; (bso#13565); + s3: util: Do not take over stderr when there is no log file; (bso#13578); + Durable Reconnect fails because cookie.allow_reconnect is not set; (bso#13549); + krb5-samba: Interdomain trust uses different salt principal; (bso#13539); + vfs_fruit: Don't unlink the main file; (bso#13441); + smbd: Fix a memleak in async search ask sharemode; (bso#13602); + Fix Samba GPO issue when Trust is enabled; (bso#11517); + samba-tool: Add "virtualKerberosSalt" attribute to 'user getpassword/syncpasswords'; (bso#13539); + Fix CTDB configuration issues; (bso#13589); + ctdbd logs an error until it can successfully connect to eventd; (bso#13592);- Update to samba-4.9.0rc4 + s3: smbd: Ensure get_real_filename() copes with empty pathnames; (bso#13585); + samba domain backup online/rename commands force user to specify password on CLI; (bso#13566); + wafsamba/samba_abi: Always hide ABI symbols which must be local; (bso#13579); + Fix a panic if fruit_access_check detects a locking conflict; (bso#13584); + Fix memory and resource leaks; (bso#13567); + python: Fix print in dns_invalid.py; (bso#13580); + Aliasing issue causes incorrect IPv6 checksum; (bso#13588); + Fix CTDB configuration issues; (bso#13589); + s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_read_recv(); (bso#13568);- Add missing zlib-devel dependency which was previously pulled in by libopenssl-devel- Update to samba-4.9.0rc3+git.22.3fff23ae36e + CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from malicious servers; (bso#13453); + CVE-2018-1140: ldbsearch '(distinguishedName=abc)' and DNS query with escapes crashes, ldb: Release LDB 1.3.5 for CVE-2018-1140; (bso#13374); + CVE-2018-10918: cracknames: Fix DoS (NULL pointer de-ref) when not servicePrincipalName is set on a user; (bso#13552); + CVE-2018-10919: acl_read: Fix unauthorized attribute access via searches; (bso#13434); + ctdb_mutex_ceph_rados_helper: Set SIGINT signal handler; (bso#13540); + CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled via "ntlm auth"; (bso#13360); + s3-tldap: do not install test_tldap; (bso#13529); + ctdb_mutex_ceph_rados_helper: Fix deadlock via lock renewals; (bso#13540); + CVE-2018-1140 Add NULL check for ldb_dn_get_casefold() in ltdb_index_dn_attr(); (bso#13374); + ctdb-eventd: Fix CID 1438155; (bso#13554); + Fix CIDs 1438243, (Unchecked return value) 1438244 (Unsigned compared against 0), 1438245 (Dereference before null check) and 1438246 (Unchecked return value); (bso#13553); + ctdb: Fix a cut&paste error; (bso#13554); + systemd: Only start smb when network interfaces are up; (bso#13559); + Fix quotas don't work with SMB2; (bso#13553); + s3/smbd: Ensure quota code is only called when quota support detected; (bso#13563); + s3/libsmb: Explicitly set delete_on_close token for rmdir; (bso#13204); + s3:waf: Install eventlogadm to /usr/sbin; (bso#13561); + Shorten description in vfs_linux_xfs_sgid manual; (bso#13562);- Update to samba-4.9.0rc2+git.21.a1069afb007 + s3: smbd: Using "sendfile = yes" with SMB2 can cause CPU spin; (bso#13537); + s3: smbd: Fix path check in smbd_smb2_create_durable_lease_check(); (bso#13535); + samba-tool trust: Support discovery via netr_GetDcName; (bso#13538); + s4-dsdb: Only build dsdb Python modules for AD DC; (bso#13542); + Fix portability issues on freebsd; (bso#13520); + DNS wildcard search does not handle multiple labels correctly; (bso#13536); + samba-tool domain trust: Fix trust compatibility to Windows Server 1709 and FreeIPA; (bso#13308); + Fix portability issues on freebsd; (bso#13520); + ctdb-protocol: Fix CTDB compilation issues; (bso#13545); + ctdb-docs: Replace obsolete reference to CTDB_DEBUG_HUNG_SCRIPT option; (bso#13546); + ctdb-doc: Provide an example script for migrating old configuration; (bso#13550); + ctdb-event: Implement event tool "script list" command; (bso#13551);- Update to samba-4.8.4+git.37.a7a861d7982; + CVE-2018-1139: Weak authentication protocol allowed; (bsc#1095048); (bsc#13360); + CVE-2018-1140: Denial of Service Attack on DNS and LDAP server; (bsc#1095056); (bso#13466); (bso#13374); + CVE-2018-10858: Insufficient input validation on client directory listing in libsmbclient; (bsc#1103411); (bso#13453); + CVE-2018-10918: Denial of Service Attack on AD DC DRSUAPI server; (bsc#1103414); (bso#13552); + CVE-2018-10919: Confidential attribute disclosure from the AD LDAP server; (bsc#1095057); (bso#13434); + s3:winbind: winbind normalize names' doesn't work for users; (bso#12851); + winbind: Fix UPN handling in canonicalize_username(); (bso#13369); + s3: smbd: Fix SMB2-FLUSH against directories; (bso#13428); + samdb: Fix building Samba with gcc 8.1; (bso#13437); + s3:utils: Do not segfault on error in DoDNSUpdate(); (bso#13440); + smbd: Flush dfree memcache on service reload; (bso#13446); + ldb: Save a copy of the index result before calling the + lib/util: No Backtrace given by Samba's AD DC by default; (bso#13454). + s3: smbd: printing: Re-implement delete-on-close semantics for print files missing since 3.5.x; (bso#13457). + python: Fix talloc frame use in make_simple_acl(); (bso#13474). + krb5_wrap: Fix keep_old_entries logic for older Kerberos libraries;(bso#13478). + krb5_plugin: Add winbind localauth plugin for MIT Kerberos; (bso#13480).- Add missing package descriptions; (bsc#1093864); - Fix dependency issue between samba-python and samba-kdc; (bsc#1062876); - Call update-apparmor-samba-profile when running samba-ad-dc; (bsc#1092099);- Update to 4.8.2 + After update to 4.8.0 DC failed with "Failed to find our own NTDS Settings objectGUID" (bso#13335). + fix incorrect reporting of stream dos attributes on a directory (bso#13380). + vfs_ceph: add asynchronous fsync; fake synchronous call (bso#13412). + vfs_ceph: add fake async pwrite/pread send/recv hooks; (bso#13425) + vfs_ceph: Fix memory leak; (bso#13424). + libsmbclient: Fix hard-coded connection error return of ETIMEDOUT; (bso#13419). + s4-lsa: Fix use-after-free in LSA server; (bso#13420). + winbindd: Do re-connect if the RPC call fails in the passdb case; (bso#13430). + cleanupd: Sends MSG_SMB_UNLOCK twice to interested peers; (bso#13416). + cleanupd: Use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shutdown; (bso#13414). + ctdb-client: Remove ununsed functions from old client code; (bso#13411). + printing: Return the same error code as windows does on upload failures; (bso#13395). + nsswitch: Fix memory leak in winbind_open_pipe_sock() when the privileged pipe is not accessable; (bso#13400). + s4:lsa_lookup: remove TALLOC_FREE(state) after all dcesrv_lsa_Lookup{Names,Sids}_base_map() calls; (bso#13420). + rpc_server: Fix NetSessEnum with stale sessions; (bso#13407). + s3:smbspool: Fix cmdline argument handling; (bso#13417).- Move libdfs-server-ad-samba4.so library from kdc to libs package, as it is required by some client libs; (bsc#1074135); - Update to 4.8.1; (bsc#1091179); + s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here; (bso#13244); + s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(); (bso#13270); + Round-tripping ACL get/set through vfs_fruit will increase the number of ACE entries without limit; (bso#13319); + s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues; (bso#13347); + s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete access; (bso#13358); + s3: smbd: Fix memory leak in vfswrap_getwd(); (bso#13372); + s3: smbd: Unix extensions attempts to change wrong field in fchown call; (bso#13375); + ms_schema/samba-tool visualize: Fix python2.6 incompatibility; (bso#13337); + Fix invocation of gnutls_aead_cipher_encrypt(); (bso#13352); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + winbindd: Recover loss of netlogon secure channel in case the peer DC is rebooted; (bso#13332); + s3:smbd: Don't use the directory cache for SMB2/3; (bso#13363); + ctdb-client: Fix bugs in client code; (bso#13356); + ctdb-scripts: Drop "net serverid wipe" from 50.samba event script; (bso#13359); + s3: lib: messages: Don't use the result of sec_init() before calling sec_init(); (bso#13368); + libads: Fix the build '--without-ads'; (bso#13273); + winbind: Keep "force_reauth" in invalidate_cm_connection, add 'smbcontrol disconnect-dc'; (bso#13332); + vfs_virusfilter: Fix CIDs 1428738-1428740; (bso#13343); + dsdb: Fix CID 1034966 Uninitialized scalar variable; (bso#13367); + rpc_server: Fix core dump in dfsgetinfo; (bso#13370); + smbclient: Fix notify; (bso#13382); + Fix smbd panic if the client-supplied channel sequence number wraps; (bso#13215); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + lib/util: Remove unused '#include ' from tests/tfork.c; (bso#13342); + Fix build errors with cc from developerstudio 12.5 on Solaris; (bso#13343); + Fix the picky-developer build on FreeBSD 11; (bso#13344); + s3:modules: Fix the build of vfs_aixacl2.c; (bso#13345); + s3:smbd: map nterror on smb2_flush errorpath; (bso#13338); + lib:replace: Fix linking when libtirpc-devel overwrites system headers; (bso#13341); + winbindd: 'wbinfo --name-to-sid' returns misleading result on invalid query; (bso#13312); + s3:passdb: Do not return OK if we don't have pinfo set up; (bso#13376); + Allow AESNI to be used on all processor supporting AESNI; (bso#13302);- Use new foreground execution flags for systemd samba daemons; (bsc#1088574); (bsc#1071090); (bsc#1065551); + Add %post scriptlet to clear old sysconfig flags - Update vendor-files to commit 880b3e7. + Set samba sysconfig template variables to "" + Add required daemon flags directly to systemd unit- Specfile cleanup + Remove %if..%endif guards which don't affect the build + Remove redundant %clean section + Replace old $RPM_* shell vars with macros- BuildRequire pkgconfig(systemd) and pkgconfig(libsystemd) in place of systemd and systemd-devel: Allow OBS to optimize the workload by allowing the usage of the 'build-optimized' systemd packages.- Enable building samba with python3, and create a samba-python3 package.- Update to 4.8 + New GUID Index mode in sam.ldb for the AD DC + GPO support for samba KDC + Time machine support with vfs_fruit + Encrypted secrets + AD Replication visualization + Improved trust support - ability to not scan global trust list - AD external trusts have limited support - verbose trusted domain listing + VirusFilter VFS module + NT4-style replication removed + vfs_aio_linux removed- Disable samba-pidl package, due to the removal of dependency perl-Parse-Yapp; (bsc#1085150);- Update to 4.7.6; + CVE-2018-1050: DOS vulnerability when SPOOLSS is run externally; (bso#11343); (bsc#1081741); + CVE-2018-1057: Authenticated users can change other users' password; (bso#13272); (bsc#1081024).- Disable python until full python3 port is done; (bsc#1082139); + Remove contents of package samba-python + Remove contents of package libsamba-policy0 + Remove contents of package libsamba-policy-devel + Remove library libsamba-python-samba4.so from samba-libs package + Remove library libsamba-net-samba4.so from samba-libs package + Remove smbtorture binary and manpage from samba-test- samba fails to build with glibc2.27; (bsc#1081042);- Update to 4.7.5; (bsc#1080545); + smbd tries to release not leased oplock during oplock II downgrade; (bso#13193); + Fix copying file with empty FinderInfo from Windows client to Samba share with fruit; (bso#13181); + build: Deal with recent glibc sunrpc header removal; (bso#10976); + Make Samba work with tirpc and libnsl2; (bso#13238); + vfs_ceph: Add fs_capabilities hook to avoid local statvfs; (bso#13208); (bsc#1075206); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + ctdb-recovery-helper: Deregister message handler in error paths; (bso#13188); + samba: Only use async signal-safe functions in signal handler; (bso#13240); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + repl_meta_data: Fix linked attribute corruption on databases with unsorted links on expunge. dbcheck: Add functionality to fix the corrupt database; (bso#13228); + Fix smbd panic when chdir returns error during exit; (bso#13189); + Make Samba work with tirpc and libnsl2; (bso#13238); + Fix POSIX ACL support on HPUX and possibly other big-endian OSs; (bso#13176);- Update to 4.7.4; (bsc#1080545); + s3: smbclient: Implement 'volume' command over SMB2; (bso#13140); + s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv(); (bso#13171); + s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse point symlink on Windows from smbclient; (bso#13172); + Build man page for vfs_zfsacl.8 with Samba; (bso#12934); + repl_meta_data: Allow delete of an object with dangling backlinks; (bso#13095); + s4:samba: Fix default to be running samba as a deamon; (bso#13129); + Performance regression in DNS server with introduction of DNS wildcard, ldb: Release 1.2.3; (bso#13191); + vfs_zfsacl: Fix compilation error; (bso#6133); + "smb encrypt" setting changes are not fully applied until full smbd restart; (bso#13051); + winbindd: Fix idmap_rid dependency on trusted domain list; (bso#13052); + vfs_fruit: Proper VFS-stackable conversion of FinderInfo; (bso#13155); + winbindd: Dependency on trusted-domain list in winbindd in critical auth codepath; (bso#13173); + repl_meta_data: Fix removing of backlink on deleted objects; (bso#13120); + ctdb: sock_daemon leaks memory; (bso#13153); + TCP tickles not getting synchronised on CTDB restart; (bso#13154); + winbindd: winbind parent and child share a ctdb connection; (bso#13150); + pthreadpool: Fix deadlock; (bso#13170); + pthreadpool: Fix starvation after fork; (bso#13179); + messaging: Always register the unique id; (bso#13180); + s4/smbd: set the process group; (bso#13129); + Fix broken linked attribute handling; (bso#13095); + The KDC on an RWDC doesn't send error replies in some situations; (bso#13132); + libnet_join: Fix 'net rpc oldjoin'; (bso#13149); + g_lock conflict detection broken when processing stale entries; (bso#13195); + s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessions; (bso#13197); + s3:libads: net ads keytab list fails with "Key table name malformed"; (bso#13166); (bsc#1067700); + Fix crash in pthreadpool thread after failure from pthread_create; (bso#13170); + s4:samba: Allow samba daemon to run in foreground; (bso#13129); (bsc#1065551); + third_party: Link the aesni-intel library with "-z noexecstack"; (bso#13174); + vfs_glusterfs: include glusterfs/api/glfs.h without relying on "-I" options; (bso#13125);- Re-enable usage of libnsl (did got lost with glibc change) - Use TI-RPC (sunrpc is deprecated and will be removed soon from glibc)- smbc_opendir should not return EEXIST with invalid login credentials; (bnc#1065868).- Update to 4.7.3; (bsc#1069666); + Non-smbd processes using kernel oplocks can hang smbd; (bso#13121); + python: use communicate to fix Popen deadlock; (bso#13127); + smbd on disk file corruption bug under heavy threaded load; (bso#13130); + tevent: version 0.9.34; (bso#13130); + s3: smbd: Fix delete-on-close after smb2_find; (bso#13118); + CVE-2017-14746: s3: smbd: Fix SMB1 use-after-free crash bug; (bsc#1060427);(bso#13041); + CVE-2017-15275: s3: smbd: Chain code can return uninitialized memory when talloc buffer is grown; (bsc#1063008); (bso#13077); - Build with AD DC support only in openSUSE.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- samba-tool requires samba-python; (bnc#1067771).- Run all daemons in the foreground and let systemd handle it; (bsc#1065551). - Update to 4.7.1; + Fix exporting subdirs with shadow_copy2; (bso#13091); + Currently if getwd() fails after a chdir(), we panic; (bso#13027); + Ensure default SMB_VFS_GETWD() call can't return a partially completed struct smb_filename; (bso#13068); + sys_getwd() can leak memory or possibly return the wrong errno on older systems; (bso#13069); + smbclient doesn't correctly canonicalize all local names before use; (bso#13093); + Fix broken linked attribute handling; (bso#13095); + Missing LDAP query escapes in DNS rpc server; (bso#12994); + Link to -lbsd when building replace.c by hand; (bso#13087); + Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem; (bso#6133); + Map SYNCHRONIZE acl permission statically in zfs_acl vfs module; (bso#7909); + Samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xattr module; (bso#7933); + Missing assignment in sl_pack_float; (bso#12991); + Wrong Samba access checks when changing DOS attributes; (bso#12995); + samba_runcmd_send() leaves zombie processes on timeout; (bso#13062); + groupmap cleanup should not delete BUILTIN mappings; (bso#13065); + Enabling vfs_fruit results in loss of Finder tags and other xattrs; (bso#13076); + man pages: Properly ident lists; (bso#9613); + smb.conf.5: Sort parameters alphabetically; (bso#13081); + Fix GUID string format on GetPrinter info; (bso#12993); + Remote serverid check doesn't check for the unique id; (bso#13042); + CTDB starts consuming memory if there are dead nodes in the cluster; (bso#13056); + ctdb-common: Ignore event scripts with multiple '.'s; (bso#13070); + libgpo doesn't sort the GPOs in the correct order; (bso#13046); + Remote serverid check doesn't check for the unique id; (bso#13042); + vfs_catia: Fix a potential memleak; (bso#13090); + Fix file change notification for renames; (bso#12903); + Samba DNS server does not honour wildcards; (bso#12952); + Can't change password in samba from a Windows client if Samba runs on IPv6 only interface; (bso#13079); + vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR; (bso#13086); + Apple client can't cope with SMB2 async replies when creating symlinks; (bso#13047); + s4:rpc_server:backupkey: Move variable into scope; (bso#12959); + Fix ntstatus_gen.h generation on 32bit; (bso#13099); + Fix a double free in vfs_gluster_getwd(); (bso#13100); + Fix resouce leaks and pointer issues; (bso#13101); + vfs_solarisacl: Fix build for samba 4.7 and up; (bso#13049);- Add samba-kdc to baselibs.conf. - Do not wrap samba-kdc's package definition into if/endif: the package won't be generated simply based on the fact that there is no files section for the package. Allows the source validator to ensure samba-kdc is a built package.- Update to 4.7.0; + Whole DB read locks: Improved LDAP and replication consistency; (bso#12858). + Samba AD with MIT Kerberos + Dynamic RPC port range: Default range changed from "1024-1300" to "49152-65535". + Authentication and Authorization audit support: New auth_audit debug class. + Multi-process LDAP Server: The LDAP server in the AD DC now honours the process model used for the rest of the 'samba' process. + Improved Read-Only Domain Controller (RODC) Support; (bso#12977). + Additional password hashes stored in supplementalCredentials. + Improvements to DNS during Active Directory domain join. + Significant AD performance and replication improvements. + Query record for open file or directory. + Removal of lpcfg_register_defaults_hook(). + Change of loadable module interface. + SHA256 LDAPS Certificates: The self-signed certificate generated for use on LDAPS will now be generated with a SHA256 self-signature, not a SHA1 self-signature. + CTDB no longer allows mixed minor versions in a cluster. + CTDB now ignores hints from Samba about TDB flags when attaching to databases. + New configuration variable CTDB_NFS_CHECKS_DIR. + The CTDB_SERVICE_AUTOSTARTSTOP configuration has been removed. + The CTDB_SCRIPT_DEBUGLEVEL configuration variable has been removed. + The example NFS Ganesha call-out has been improved. + A new "replicated" database type is available.- CVE-2017-12163: Prevent client short SMB1 write from writing server memory to file; (bso#13020); (bsc#1058624).- CVE-2017-12150: Some code path don't enforce smb signing, when they should; (bso#12997); (bsc#1058622).- CVE-2017-12151: Keep required encryption across SMB3 dfs redirects; (bso#12996); (bsc#1058565).- Clean specfile assuming SUSE-only system and product >=SLE11 + %{ul_version}, %{rhel_version}, %{mandriva_version}, %{centos_version} are always undefined + %{_vendor} is "suse" and %{suse_version} is at least 1100- Update to 4.6.7; (bsc#1054017) + Joining a Huawai storage fails: empty CLDAP ping answer; (bso#11392). + smbcacls can fail against a directory on Windows using SMB2.; (bso#12937). + vfs_ceph provides inconsistent directory listings; (bso#12911). + Misused talloc context can cause a user to crash their smbd by chaining SMB1 commands.; (bso#12836). + Use-after free can crash libsmbclient code.; (bso#12927). + Server exit with active AIO can crash.; (bso#12925). + Ensure notifyd doesn't return from smbd_notifyd_init; (bso#12910). + fd leak to ctdb sub-processes leads to SELinux AVC denial in audit logs; (bso#12898). + vfs_fruit shouldn't send MS NFS ACEs to Windows clients; (bso#12897). + smbspool_krb5_wrapper does not tell CUPS that it requires negotiate for authentication; (bso#12886). + finder sidebar showing question mark instead of icon when using ip to connect with vfs_fruit; (bso#12840). + Winbind stops obtaining the 'unixHomeDirectory' & 'loginShell' attributes from AD.; (bso#12720). + KCC run at selftest startup can fail spuriously due to a race; (bso#12869). + winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change; (bso#12782). + rpc_pipe_client memory leaks due to long term memory context passed to rpc_pipe_open_interface(); (bso#12890). + CVE-2017-2619 breaks accessing previous versions of directories with snapshots in subdirectories of the share; (bso#12885). + dns_name_equal doing OOB read; (bso#12813). + replica_sync tests flap; (bso#12753). + Selftest should not call 'net cache flush' and wipe important winbind entries; (bso#12868). + Old Samba versions don't support using recent ldb versions (>=1.1.30); (bso#12859). + pam_winbind fails with kerberos method = secrets and keytab; (bso#10490). + race starting winbindd against posixacl test; (bso#12843). + Crash in the reentrant smbd_smb2_create_send() if the something fails in the subsequent try; (bso#12832). + spnego.c passes the wrong argument order to gensec_update_ev() for the FALLBACK case; (bso#12788). + Clients with SMB3 support can't connect with "server max protocol = SMB2_02"; (bso#12772). + A log message of samb-tool user syncpasswords reverses string arguments in a debug message "Call Popen[...".; (bso#12768). + The smb tarmode tests kills the share dir contents; (bso#12867). + Fix for a bug in MacOS X Sierra NTLMv2 processing; (bso#12862). + CVE-2017-2619 regression with non-wide symlinks to directories; (bso#12860). + manpage/index.html lists links not in alphabetical order; (bso#12854). + smbcacls got error NT_STATUS_NETWORK_NAME_DELETED; (bso#12831). + If a record is locked in a database, then recovery does not complete; (bso#12857). + debug_locks.sh script does not log any information; (bso#12856). + SIGSEGV in cm_connect_lsa_tcp dereferencing conn->lsa_tcp_pipe->transport after error; (bso#12852). + smbclient can't parse DOMAIN+username if a different winbind separator is used; (bso#12849). + Related requests with SessionSetup fail with INTERNAL_ERROR; (bso#12845). + Related requests with TreeConnect fail with NETWORK_NAME_DELETED; (bso#12844). + cli->server_os not filled correctly; (bso#12779). + REGRESSION: smbclient doesn't print the session setup anymore; (bso#12824). + smblcient doesn't handle STATUS_NOT_SUPPORTED gracefully for FSCTL_VALIDATE_NEGOTIATE_INFO; (bso#12808). + CTDB NFS call-out failures do not cause event failures; (bso#12837). + net command fails due to incorrectly return code; (bso#12828). + Fix building Samba with GCC 7.1; (bso#12827).- Fix duplicate CTDB_LOGGING params when downgraded and upgraded again; (bsc#1048339).- fix cephwrap_chdir(); (bsc#1048790). - Update to 4.6.6 + CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation; (bsc#1048278).- Fix ctdb logs to /var/log/log.ctdb instead of /var/log/ctdb; (bsc#1048339).- Fix inconsistent ctdb socket path; (bsc#1048352). - Fix non-admin cephx authentication; (bsc#1048387).- Update to 4.6.5; (bsc#1040157) + Specifying CTDB_LOGGING=syslog:nonblocking causes ctdbd to crash at startup; (bso#12814). + vfs_expand_msdfs tries to open the remote address as a file path; (bso#12687). + PANIC (pid 1096): assert failed: lease_type_is_exclusive(e_lease_type); (bso#12798). + With clustering get update_num_read_oplocks failed and PANIC: num_share_modes == 1 assertion failure; (bso#11844). + contend_level2_oplocks_begin_default oplock optimisation doesn't carry over to leases; (bso#12766). + `ctdb nodestatus` incorrectly displays status for all nodes with wrong exit code; (bso#12802). + CTDB can spin hard on revoking readonly delegations if a node becomes disconnected; (bso#12697). + Printing a share mode entry with leases can crash in the ndr code; (bso#12793). + Fix flakey unit tests for eventd; (bso#12792). + CTDB daemon crashes if built with clang; (bso#12770). + smbcacls fails if no password is specified; (bso#12765). + idmap_rfc2307: Lookup of more than two SIDs fails; (bso#12757). + samba-tool user syncpasswords doesn't trigger the script when a user gets removed; (bso#12767). + systemd: fix detection of libsystemd; (bso#12764). + Notify subsystem only maps first inotify mask to Windows notify filter; (bso#12760). + Allow passing trusted domain password as plain-text to PASSDB layer; (bso#12751). + Can't case-rename files with vfs_fruit; (bso#12749). + wrong sid->uid mapping for SIDs residing in sIDHistory; (bso#12702). + vfs_acl_common should force "create mask = 0777", not 0666; (bso#12562). + Ordering of notify responses broken; (bso#12756).- s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1; (bso#11822); (bsc#1042419).- Revert explicit winbind %{version}-%{release} dependency. + The ABI has stabilized since (bsc#936909), so remove to fix cross-media dependencies; (bsc#1037899).- Fix CVE-2017-7494 remote code execution from a writable share; (bso#12780); (bsc#1038231).- Update to 4.6.3; (bsc#1036011) + s3:vfs:shadow_copy2: vfs_shadow_copy2 fails to list snapshots from shares with GlusterFS backend; (bso#12743). + Fix for Solaris C compiler; (bso#12559). + s3: locking: Update oplock optimization for the leases era; (bso#12628). + Make the Solaris C compiler happy; (bso#12693). + s3: libgpo: Allow skipping GPO objects that don't have the expected LDAP attributes; (bso#12695). + Fix buffer overflow caused by wrong use of getgroups; (bso#12747). + lib: debug: Avoid negative array access; (bso#12746). + cleanupdb: Fix a memory read error; (bso#12748). + streams_xattr and kernel oplocks results in NT_STATUS_NETWORK_BUSY; (bso#7537). + winbindd: idmap_autorid allocates ids for unknown SIDs from other backends; (bso#11961). + vfs_fruit: Resource fork open request with flags=O_CREAT|O_RDONLY; (bso#12565). + manpages/vfs_fruit: Document global options; (bso#12615). + lib/pthreadpool: Fix a memory leak; (bso#12624). + Lookup-domain for well-known SIDs on a DC; (bso#12727). + winbindd: Fix error handling in rpc_lookup_sids(); (bso#12728). + winbindd: Trigger possible passdb_dsdb initialisation; (bso#12729). + credentials_krb5: use gss_acquire_cred for client-side GSSAPI use case; (bso#12611). + lib/crypto: Implement samba.crypto Python module for RC4; (bso#12690). + ctdb-readonly: Avoid a tight loop waiting for revoke to complete; (bso#12697). + ctdb_event monitor command crashes if event is not specified; (bso#12723). + ctdb-docs: Fix documentation of "-n" option to 'ctdb tool'; (bso#12733). + smbd: Fix smb1 findfirst with DFS; (bso#12558). + smbd: Do an early exit on negprot failure; (bso#12610). + winbindd: Fix substitution for 'template homedir'; (bso#12699). + s4:kdc: Disable principal based autodetected referral detection; (bso#12554). + idmap_autorid: Allocate new domain range if the callers knows the sid is valid; (bso#12613). + LINKFLAGS_PYEMBED should not contain -L/some/path; (bso#12724). + PAM auth with WBFLAG_PAM_GET_PWD_POLICY returns wrong policy for trusted domain; (bso#12725). + rpcclient: Allow -U'OTHERDOMAIN\user' again; (bso#12731). + winbindd: Fix password policy for pam authentication; (bso#12725). + s3:gse: Correctly handle external trusts with MIT; (bso#12554). + auth/credentials: Always set the realm if we set the principal from the ccache; (bso#12611). + replace: Include sysmacros.h; (bso#12686). + s3:vfs_expand_msdfs: Do not open the remote address as a file; (bso#12687). + s3:libsmb: Only print error message if kerberos use is forced; (bso#12704). + winbindd: Child process crashes when kerberos-authenticating a user with wrong password; (bso#12708). + vfs_fruit: Office document opens as read-only on macOS due to CNID semantics; (bso#12715). + vfs_acl_xattr: Fix failure to get ACL on Linux if memory is fragmented; (bso#12737).- Generate and update vendor-files tarball from Git + SuSEfirewall2 service samba-client only setup IPv4 rule; (bsc#1034416).- Generate source tarball directly from Git using OBS tar_scm + use version string derived from parent Git tag and commit hash - remove obsolete vendor-files/tools/package-data version ID + explicitly generate ctdb manpages, needed without "make dist"- Update to 4.6.2 + remove bso#12721 patches now upstream- Enable samba-ceph build for openSUSE and SLE12SP3+; (fate#321622). + x86-64 and aarch64- Enable librados CTDB lock helper for samba-ceph package; (fate#321622).- Build and install the html man pages (bsc#1021907).- Fix CVE-2017-2619 regression with "follow symlinks = no"; (bso#12721).- Update to 4.6.1 + symlink race permits opening files outside share directory; CVE-2017-2619; (bso#12496); (bsc#1027147) + testparm checks for valid idmap parameters + add new krb client encryption types + support for printer driver upload from windows 10 + inherit owner = 'unix only' for improved quota support + improved CTDB event support + new primary group support for idmap_ad + idmap_hash deprecated + mvxattr added to recursively rename extended attributes- Remove chkconfig requirements for systemd systems- Don't call insserv if systemd is used- Fix check if we need to require insserv- async_req: make async_connect_send() "reentrant"; (bso#12105); (bsc#1024416).- Force usage of ncurses6-config thru NCURSES_CONFIG env var; (bsc#1023847).- add missing patch for libnss_wins segfault; (bsc#995730).- Fix vfs_ceph builds against recent Ceph versions; (bsc#1021933).- Document "winbind: ignore domains" parameter; (bsc#1019416).- Add base Samba dependency to samba-ceph package.- Update to 4.5.3 + Heap-based Buffer Overflow Remote Code Execution Vulnerability; CVE-2016-2123; (bso#12409); (bsc#1014437). + Don't send delegated credentials to all servers; CVE-2016-2125; (bso#12445); (bsc#1014441). + denial of service due to a client triggered crash in the winbindd parent process; CVE-2016-2126; (bso#12446); (bsc#1014442). - 4.5.1 and 4.5.2 updates + various streams vfs fixes + various printing fixes + ntlm_auth: do not map explicitly empty domain + various stability fixes in smbd + match file compression ReFS behavior- Add missing ldb module directory; (bnc#1012092).- s3/client: obey 'disable netbios' smb.conf param, don't connect via NBT port; (bsc#1009085); (bso#12418).- Include vfstest in samba-test; (bsc#1001203).- s3/winbindd: using default domain with user@domain.com format fails; (bsc#997833).- Fix segfault in libnss_wins; (bso#12277); (bso#12269); (bsc#995730).- Update to 4.5.0 + NTLM1 Authentication disabled by default + SMB2.1 leases enabled by default + Support for OFD locks + ctdb tool rewritten + Added shadow copy snapshot prefix parameter- Fix illegal memory access after memory has been deleted; (bso#11836); (bsc#975299).- Prevent core, make sure response->extra_data.data is always cleared out; (bsc#993692).- Don't package man pages for VFS modules that aren't built; (boo#993707).- Fix population of ctdb sysconfig after source merge; (bsc#981566).- Enable vfs_ceph builds for Factory (x86-64) + Package as samba-ceph to avoid Ceph dependency in base package.- Update to 4.4.5 + Prevent client-side SMB2 signing downgrade; CVE-2016-2119; (bso#11860); (bsc#986869).- Remove obsolete syslog.target; (bsc#983938).- Honor smb.conf socket options in winbind; (bsc#975131).- Don't use htons() with IP_PROTO_RAW; (bso#11705); (bsc#969522).- Update to 4.4.4 + SMB3 multichannel: Add implementation of missing channel sequence number verification; (bso#11809). + smbd:close: Only remove kernel share modes if they had been taken at open; (bso#11919). + notifyd: Prevent NULL deref segfault in notifyd_peer_destructor; (bso#11930). + s3:rpcclient: Make '--pw-nt-hash' option work; (bso#10796). + Fix case sensitivity issues over SMB2 or above; (bso#11438). + s3:smbd: Fix anonymous authentication if signing is mandatory. (bso#11910) + Fix NTLM Authentication issue with squid; (bso#11914). + pdb: Fix segfault in pdb_ldap for missing gecos; (bso#11530). + Fix memory leak in share mode locking; (bso#11934).- Update to 4.4.3 + Various post-badlock regressions; (bso#11841); (bso#11850); (bso#11858); (bso#11870); (bso#11872). + Only allow idmap_hash for default idmap config (bso#11786). + smbd: Avoid large reads beyond EOF; (bso#11878). + vfs_acl_common: Avoid setting POSIX ACLs if "ignore system acls" is set; (bso#11806). + libads: Record session expiry for spnego sasl binds; (bso#11852).- Fix NTLMSSP regressions caused by previous CVE fixes; (bso#11849); (bsc#975962); (bsc#979268), (bsc#977669).- Revert shared library packaging to comply with SLPP- Update to 4.4.2 + A man-in-the-middle can downgrade NTLMSSP authentication; CVE-2016-2110; (bso#11688); (bsc#973031). + Domain controller netlogon member computer can be spoofed; CVE-2016-2111; (bso#11749); (bsc#973032). + LDAP conenctions vulnerable to downgrade and MITM attack; CVE-2016-2112; (bso#11644); (bsc#973033). + TLS certificate validation missing; CVE-2016-2113; (bso#11752); (bsc#973034). + Named pipe IPC vulnerable to MITM attacks; CVE-2016-2115; (bso#11756); (bsc#973036). + "Badlock" DCERPC impersonation of authenticated account possible; CVE-2016-2118; (bso#11804); (bsc#971965). + DCERPC server and client vulnerable to DOS and MITM attacks; CVE-2015-5370; (bso#11344); (bsc#936862).- Fix samba.tests.messaging test and prevent potential tdb corruption by removing obsolete now invalid tdb_close call; (bsc#974629).- Obsolete libsmbclient from libsmbclient0 while not providing it; (bsc#972197).- Update to 4.4.0. + Read of uninitialized memory DNS TXT handling; (bso#11128); (bso#11686); CVE-2016-0771. + Getting and setting Windows ACLs on symlinks can change permissions on link target; (bso#11648); CVE-2015-7560. + Sockets with htons(IPPROTO_RAW); (bso#11705); CVE-2015-8543. + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem with no ACL support; (bso#10489). + docs: Add example for domain logins to smbspool man page; (bso#11643). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + docs: Add smbspool_krb5_wrapper manpage; (bso#11690). + winbindd: Return trust parameters when listing trusts; (bso#11691). + ctdb: Do not provide a useless pkgconfig file for ctdb; (bso#11696). + Crypto.Cipher.ARC4 is not available on some platforms, fallback to M2Crypto.RC4.RC4 then; (bso#11699). + s3:utils/smbget: Set default blocksize; (bso#11700). + Streamline 'smbget' options with the rest of the Samba utils; (bso#11700). + s3:clispnego: Fix confusing warning in spnego_gen_krb5_wrap(); (bso#11702). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + s3:vfs:glusterfs: Fix build after quota changes; (bso#11715). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + lib:socket: Fix CID 1350010: Integer OVERFLOW_BEFORE_WIDEN; (bso#11723). + smbd: Fix CID 1351215 Improper use of negative value; (bso#11724). + smbd: Fix CID 1351216 Dereference null return value; (bso#11725). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + docs: Add manpage for cifsdd; (bso#11730). + param: Fix str_list_v3 to accept ; again; (bso#11732). + lib/socket: Fix improper use of default interface speed; (bso#11734). + lib:socket: Fix CID 1350009: Fix illegal memory accesses (BUFFER_SIZE_WARNING); (bso#11735). + libcli: Fix debug message, print sid string for new_ace trustee; (bso#11738). + Fix installation path of Samba helper binaries; (bso#11739). + Fix memory leak in loadparm; (bso#11740). + tevent: version 0.9.28: Fix memory leak when old signal action restored; (bso#11742). + smbd: Ignore SVHDX create context; (bso#11753). + Fix net join; (bso#11755). + s3:libads: setup the msDS-SupportedEncryptionTypes attribute on ldap_add; (bso#11755). + passdb: Add linefeed to debug message; (bso#11763). + s3:utils/smbget: Fix option parsing; (bso#11767). + libnet: Make Kerberos domain join site-aware; (bso#11769). + Reset TCP Connections during IP failover; (bso#11770). + ldb: Version 1.1.26; (bso#11772). + s3:smbd: Add negprot remote arch detection for OSX; (bso#11773). + vfs_glusterfs: Fix use after free in AIO callback; (bso#11774). + mkdir can return ACCESS_DENIED incorrectly on create race; (bso#11780). + "trustdom_list_done: Got invalid trustdom response" message should be avoided; (bso#11782). + Mismatch between local and remote attribute ids lets replication fail with custom schema; (bso#11783). + Quota is not supported on Solaris 10; (bso#11788). + Talloc: Version 2.1.6; (bso#11789). + smbd: Enable multi-channel if 'server multi channel support = yes' in the config; (bso#11796). + build: Fix build when '--without-quota' specified; (bso#11798). + lib/socket/interfaces: Fix some uninitialied bytes; (bso#11802). + Access based share enum: handle permission set in configuration files; (bso#8093). + See also WHATSNEW.txt from the samba-doc package.- Update to 4.3.6. + Getting and setting Windows ACLs on symlinks can change permissions on link target; CVE-2015-7560; (bso#11648); (bsc#968222). + Fix Out-of-bounds read in internal DNS server; CVE-2016-0771; (bso#11128); (bso#11686); (bsc#968223).- Upgrade on-disk FSRVP server state to new version; (bsc#924519).- Only obsolete but do not provide gplv2/3 package names; (bsc#968973).- Relocate existing lock files to /var/lib/samba/lock; (bsc#968963).- Obsolete no longer existing samba-32bit package; (bsc#967625).- Update to 4.3.5. + s3:utils/smbget: Fix recursive download; (bso#6482). + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystemi with no ACL support; (bso#10489). + s3:smbd/oplock: Obey kernel oplock setting when releasing oplocks; (bso#11400). + vfs_shadow_copy2: Fix case where snapshots are outside the share; (bso#11580). + smbclient: Query disk usage relative to current directory; (bso#11662). + winbindd: Handle expired sessions correctly; (bso#11670). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + smbcacls: Fix uninitialized variable; (bso#11682). + s3:smbd: Ignore initial allocation size for directory creation; (bso#11684). + s3-client: Add a KRB5 wrapper for smbspool; (bso#11690). + s3-parm: Clean up defaults when removing global parameters; (bso#11693). + Use M2Crypto.RC4.RC4 on platforms without Crypto.Cipher.ARC4; (bso#11699). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + ctdb: Remove error messages after kernel security update; CVE-2015-8543; (bso#11705). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + param: Fix str_list_v3 to accept ";" again; (bso#11732).- Shift samba-client sysconfig data into samba and samba-winbind; (bsc#947361).- Simplify shared library packaging; (bsc#966956).- Enable clustering (CTDB) support; (bsc#966271).- s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703); (bsc#964023).- Add quotes around path of update-apparmor-samba-profile; (bnc#962177).- Remove autoconf build-time requirement.- Update to 4.3.4. + vfs_fruit: Enable POSIX directory rename semantics; (bso#11065). + Crash: Bad talloc magic value - access after free; (bso#11394). + Copying files with vfs_fruit fails when using vfs_streams_xattr without stream prefix and type suffix; (bso#11466). + samba-tool: Fix uncaught exception if no fSMORoleOwner attribute is given; (bso#11613). + Fix a typo in the smb.conf manpage, explanation of idmap config; (bso#11619). + Correctly initialize the list head when keeping a list of primary followed by DFS connections; (bso#11624). + Reduce the memory footprint of empty string options; (bso#11625). + lib/async_req: Do not install async_connect_send_test; (bso#11639). + Fix typos in man vfs_gpfs; (bso#11641). + Make "hide dot files" option work with "store dos attributes = yes"; (bso#11645). + Fix a corner case of the symlink verification; (bso#11647); (bnc#960249). + Do not disable "store dos attributes" on-the-fly; (bso#11649). + Update lastLogon and lastLogonTimestamp; (bso#11659).- Prevent access denied if the share path is "/"; (bso#11647); (bnc#960249).- Update to 4.3.3. + Malicious request can cause Samba LDAP server to hang, spinning using CPU; CVE-2015-3223; (bso#11325); (bnc#958581). + Remote read memory exploit in LDB; CVE-2015-5330; (bso#11599); (bnc#958586). + Insufficient symlink verification (file access outside the share); CVE-2015-5252; (bso#11395); (bnc#958582). + No man in the middle protection when forcing smb encryption on the client side; CVE-2015-5296; (bso#11536); (bnc#958584). + Currently the snapshot browsing is not secure thru windows previous version (shadow_copy2); CVE-2015-5299; (bso#11529); (bnc#958583). + Fix Microsoft MS15-096 to prevent machine accounts from being changed into user accounts; CVE-2015-8467; (bso#11552); (bnc#958585).- Update to 4.3.2. + vfs_gpfs: Re-enable share modes; (bso#11243). + dcerpc.idl: Accept invalid dcerpc_bind_nak pdus; (bso#11327). + s3-smbd: Fix old DOS client doing wildcard delete - gives an attribute type of zero; (bso#11452). + Add libreplace dependency to texpect, fixes a linking error on Solaris; (bso#11511). + s4: Fix linking of 'smbtorture' on Solaris; (bso#11512). + s4:lib/messaging: Use correct path for names.tdb; (bso#11562). + Fix segfault of 'net ads (join|leave) -S INVALID' with nss_wins; (bso#11563). + async_req: Fix non-blocking connect(); (bso#11564). + auth: gensec: Fix a memory leak; (bso#11565). + lib: util: Make non-critical message a warning; (bso#11566). + Fix winbindd crashes with samlogon for trusted domain user; (bso#11569); (bnc#949022). + smbd: Send SMB2 oplock breaks unencrypted; (bso#11570). + ctdb: Open the RO tracking db with perms 0600 instead of 0000; (bso#11577). + s3:smb2_server: Make the logic of SMB2_CANCEL DLIST_REMOVE() clearer; (bso#11581). + s3-smbd: Fix use after issue in smbd_smb2_request_dispatch(); (bso#11581). + manpage: Correct small typo error; (bso#11584). + s3: smbd: If EAs are turned off on a share don't allow an SMB2 create containing them; (bso#11589). + Backport some valgrind fixes from upstream master; (bso#11597). + auth: Consistent handling of well-known alias as primary gid; (bso#11608). + winbind: Fix crash on invalid idmap configs; (bso#11612). + s3: smbd: have_file_open_below() fails to enumerate open files below an open directory handle; (bso#11615). + Changing log level of two entries to DBG_NOTICE; (bso#9912).- Ensure samlogon fallback requests are rerouted after kerberos failure; (bnc#953382); (bnc#953972).- Ensure to link with --as-needed flag by removing SUSE_ASNEEDED=0. - Always use the default optimization even on pre-9.2 systems.- Remove redundant configure options while adding with-relro.- Relocate the lockdir to the /var/lib/samba/lock directory.- Cleanup and enhance the pidl sub package.- Require renamed python-ldb-devel and python-talloc-devel at build-time. - Requires python-ldb and python-talloc from the python subpackage.- Update to 4.3.1. + s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Windows; (bso#10252). + nss_winbind: Fix hang on Solaris on big groups; (bso#10365). + smbd: Fix file name buflen and padding in notify repsonse; (bso#10634). + kerberos: Make sure we only use prompter type when available; winbind: Fix 100% loop; (bso#11038). + source3/lib/msghdr.c: Fix compiling error on Solaris; (bso#11053). + s3:ctdbd_conn: make sure we destroy tevent_fd before closing the socket; (bso#11316). + s3: smbd: Fix mkdir race condition; (bso#11486). + pam_winbind: Fix a segfault if initialization fails; (bso#11502). + s3: dfs: Fix a crash when the dfs targets are disabled; (bso#11509). + s4:lib/messaging: Use 'msg.lock' and 'msg.sock' for messaging related subdirs; (bso#11515). + s3: smbd: Fix opening/creating :stream files on the root share directory; (bso#11522). + lib/param: Fix hiding of FLAG_SYNONYM values; (bso#11526). + net: Fix a crash with 'net ads keytab create'; (bso#11528). + s3: smbd: Fix a crash in unix_convert(); (bso#11535). + s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bso#11522); (bso#11535). + vfs_fruit: Return value of ad_pack in vfs_fruit.c; (bso#11543). + vfs_commit: set the fd on open before calling SMB_VFS_FSTAT; (bso#11547). + s3:locking: Initialize lease pointer in share_mode_traverse_fn(); (bso#11549). + s3:smbstatus: Add stream name to share_entry_forall(); (bso#11550). + s3:lib: Validate domain name in lookup_wellknown_name(); (bso#11555). + s3: lsa: lookup_name() logic for unqualified (no DOMAIN component) names is incorrect; (bso#11555).- Fix 100% CPU in winbindd when logging in with "user must change password on next logon"; (bso#11038).- Relocate the tmpfiles.d directory to the client package; (bnc#947552).- Do not provide libpdb0 from libsamba-passdb0 but add it to baselibs.conf instead; (bnc#942716).- Package /var/lib/samba/private/sock with 0700 permissions; (bnc#946051).- Package /var/lib/samba/msg with 0755 permissions; (bso#11515); (bnc#945502).- Require to install libfam0-gamin from samba-libs on post-12.1 and pre-13.15 systems; (bnc#945013).- Update to 4.3.0. + Samba "map to guest = Bad uid" doesn't work; (bso#9862). + revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes; (bso#10493). + No objectClass found in replPropertyMetaData on ordinary objects (non-deleted); (bso#10973). + Stream names with colon don't work with fruit:encoding = native; (bso#11278). + NetApp joined to a Samba/ADDC cannot resolve SIDs; (bso#11291). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + "force group" with local group not working; (bso#11320). + strsep is not available on Solaris; (bso#11359). + smbtorture does not build when configured --with-system-mitkrb5; (bso#11411). + Build with GPFS support is broken; (bso#11421). + Build broken with --disable-python; (bso#11424). + net share allowedusers crashes; (bso#11426). + nmbd incorrectly matches netbios names as own name; (bso#11427). + Python bindings don't check integer types; (bso#11429). + Python bindings don't check array sizes; (bso#11430). + CTDB's eventscript error handling is broken; (bso#11431). + Fix crash in nested ctdb banning; (bso#11432). + Cannot build ctdbpmda; (bso#11434). + samba-tool uncaught exception error; (bso#11436). + Crash in notify_remove caused by change notify = no; (bso#11444). + Poor SMB3 encryption performance with AES-GCM; (bso#11451). + Poor SMB3 encryption performance with AES-GCM (part1); (bso#11451). + fix recursion problem in rep_strtoll in lib/replace/replace.c; (bso#11455). + --bundled-libraries=!ldb,!pyldb,!pyldb-util doesn't disable ldb build and install; (bso#11458). + xid2sid gives inconsistent results; (bso#11464). + ctdb: Fix the build on FreeBSD 10.1; (bso#11465). + Handling of 0 byte resource fork stream; (bso#11467). + AD samr GetGroupsForUser fails for users with "()" in their name; (bso#11488).- Configure with --bundled-libraries=NONE; (bso#11458).- Adapt net-kdc-lookup patch for post-3.3 Samba versions; (bnc#295284).- Remove libiniparser-devel build-time requirement.- Update to 4.2.3. + s4:lib/tls: Fix build with gnutls 3.4; (bso#8780). + s4.2/fsmo.py: Fixed fsmo transfer exception; (bso#10924). + winbindd: Sync secrets.ldb into secrets.tdb on startup; (bso#10991). + Logon via MS Remote Desktop hangs; (bso#11061). + s3: lib: util: Ensure we read a hex number as %x, not %u; (bso#11068). + tevent: Add a note to tevent_add_fd(); (bso#11141). + s3:param/loadparm: Fix 'testparm --show-all-parameters'; (bso#11170). + s3-unix_msg: Remove socket file after closing socket fd; (bso#11217). + smbd: Fix a use-after-free; (bso#11218); (bnc#919309). + s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of interfaces; (bso#11245). + s3:smb2: Add padding to last command in compound requests; (bso#11277). + Add IPv6 support to ADS client side LDAP connects; (bso#11281). + Add IPv6 support for determining FQDN during ADS join; (bso#11282). + s3: IPv6 enabled DNS connections for ADS client; (bso#11283). + Fix invalid write in ctdb_lock_context_destructor; (bso#11293). + Excessive cli_resolve_path() usage can slow down transmission; (bso#11295). + vfs_fruit: Add option "veto_appledouble"; (bso#11305). + tstream: Make socketpair nonblocking; (bso#11312). + idmap_rfc2307: Fix wbinfo '--gid-to-sid' query; (bso#11313). + Group creation: Add msSFU30Name only when --nis-domain was given; (bso#11315). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’ undeclared"; (bso#11319). + smbd/trans2: Add a useful diagnostic for files with bad encoding; (bso#11323). + Change sharesec output back to previous format; (bso#11324). + Robust mutex support broken in 1.3.5; (bso#11326). + Kerberos auth info3 should contain resource group ids available from pac_logon; winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC; (bso#11328); (bnc#912457). + s3:smb2_setinfo: Fix memory leak in the defer_rename case; (bso#11329). + tevent: Fix CID 1035381 Unchecked return value; (bso#11330). + tdb: Fix CID 1034842 and 1034841 Resource leaks; (bso#11331). + s3: smbd: Use separate flag to track become_root()/unbecome_root() state; (bso#11339). + s3: smbd: Codenomicon crash in do_smb_load_module(); (bso#11342). + pidl: Make the compilation of PIDL producing the same results if the content hasn't change; (bso#11356). + winbindd: Disconnect child process if request is cancelled at main process; (bso#11358). + vfs_fruit: Check offset and length for AFP_AfpInfo read requests; (bso#11363). + docs: Overhaul the description of "smb encrypt" to include SMB3 encryption; (bso#11366). + s3:auth_domain: Fix talloc problem in connect_to_domain_password_server(); (bso#11367). + ncacn_http: Fix GNUism; (bso#11371).- Disable rpath usage; (bnc#902421).- Make the winbind package depend on the matching libwbclient version and vice versa; (bnc#936909).- Backport changes to use resource group sids obtained from pac logon_info; (bso#11328); (bnc#912457).- Order winbind.service Before and Want nss-user-lookup target.- Remove fam-devel build-time dependency for post-6 RHEL systems.- Update to 4.2.2. + s3:smbXsrv: refactor duplicate code into smbXsrv_session_clear_and_logoff(); (bso#11182). + gencache: don't fail gencache_stabilize if there were records to delete; (bso#11260). + s3: libsmbclient: After getting attribute server, ensure main srv pointer is still valid; (bso#11186). + s4: rpc: Refactor dcesrv_alter() function into setup and send steps; (bso#11236). + s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Create"; (bso#11240). + Mangled names do not work with acl_xattr; (bso#11249). + nmbd rewrites browse.dat when not required; (bso#11254). + vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuff; (bso#11213). + s3:smbd: Add missing tevent_req_nterror; (bso#11224). + vfs: kernel_flock and named streams; (bso#11243). + vfs_gpfs: Error code path doesn't call END_PROFILE; (bso#11244). + s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are used; (bso#11284). + ctdb: check for talloc_asprintf() failure; (bso#11201). + spoolss: purge the printer name cache on name change; (bso#11210); (bnc#901813). + CTDB statd-callout does not scale; (bso#11204). + vfs_fruit: also map characters below 0x20; (bso#11221). + ctdb: Coverity fix for CID 1291643; (bso#11201). + Multiplexed RPC connections are not handled by DCERPC server; (bso#11225). + Fix terminate connection behavior for asynchronous endpoint with PUSH notification flavors; (bso#11226). + ctdb-scripts: Fix bashism in ctdbd_wrapper script; (bso#11007). + ctdb: Fix CIDs 1125615, 1125634, 1125613, 1288201 and 1125553; (bso#11201). + SMB2 should cancel pending NOTIFY calls with DELETE_PENDING if the directory is deleted; (bso#11257). + s3:winbindd: make sure we remove pending io requests before closing client sockets; (bso#11141); (bnc#931854). + Fix panic triggered by smbd_smb2_request_notify_done() -> smbXsrv_session_find_channel() in smbd; (bso#11182). + 'sharesec' output no longer matches input format; (bso#11237). + waf: Fix systemd detection; (bso#11200). + CTDB: Fix portability issues; (bso#11202). + CTDB: Fix some IPv6-related issues; (bso#11203). + CTDB statd-callout does not scale; (bso#11204). + 'net ads dns gethostbyname' crashes with an error in TALLOC_FREE if you enter invalid values; (bso#11234). + libads: record service ticket endtime for sealed ldap connections; (bso#11267). + lib/util: Include DEBUG macro in internal header files before samba_util.h; (bso#11033).- Avoid a crash inside the tevent epoll backend; (bso#11141); (bnc#931854).- Remove the independently built libraries ldb, talloc, tdn, and tevent and the post-10.3 renamed libsmbclient from baselibs.conf.- Drop redundant doc attribute from man pages.- Update to 4.2.1. + s3:winbind:grent: Don't stop group enumeration when a group has no gid; (bso#8905). + Initialize dwFlags field of DNS_RPC_NODE structure; (bso#9791). + s3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers that don't send the 2 unused fields; (bso#10016). + build:wafadmin: Fix use of spaces instead of tabs; (bso#10476). + waf: Fix the build on openbsd; (bso#10476). + s3: client: "client use spnego principal = yes" code checks wrong name; (bso#10888). + spoolss: Retrieve published printer GUID if not in registry; (bso#11018). + s3: lib: libsmbclient: If reusing a server struct, check every cli->timout miliseconds if it's still valid before use; (bso#11079). + vfs_fruit: Enhance handling of malformed AppleDouble files; (bso#11125). + backupkey: Explicitly link to gnutls and gcrypt; (bso#11135). + replace: Remove superfluous check for gcrypt header; (bso#11135). + Backport subunit changes; (bso#11137). + libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with implementation; (bso#11140). + s3-winbind: Fix cached user group lookup of trusted domains; (bso#11143). + talloc: Version 2.1.2; (bso#11144). + Update libwbclient version to 0.12; (bso#11149). + brlock: Use 0 instead of empty initializer list; (bso#11153). + s4:auth/gensec_gssapi: Let gensec_gssapi_update() return NT_STATUS_LOGON_FAILURE for unknown errors; (bso#11164). + docs/idmap_rid: Remove deprecated base_rid from example; (bso#11169); (bnc#913304). + s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails in the SMB1 case; (bso#11173). + backupkey: Use ndr_pull_struct_blob_all(); (bso#11174). + Fix lots of winbindd zombie processes on Solaris platform; (bso#11175). + s3: libsmbclient: Add missing talloc stackframe; (bso#11177). + s4-process_model: Do not close random fds while forking; (bso#11180). + s3-passdb: Fix 'force user' with winbind default domain; (bso#11185).- Prevent samba package updates from disabling samba kerberos printing.- Add sparse file support for samba; (fate#318424).- Purge printer name cache on spoolss SetPrinter change; (bso#11210); (bnc#901813).- Correctly retain errno from Btrfs snapshot ioctls; (bnc#923374).- Simplify libxslt build requirement and README.SUSE install. - Remove no longer required cleanup steps while populating the build root.- Remove deprecated base_rid example from idmap_rid manpage; (bso#11169); (bnc#913304).- Update to 4.2.0. + smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT; (bso#1115). + pam_winbind: fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Make 'profiles' work again; (bso#9629). + s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"; (bso#9702). + Make validate_ldb of String(Generalized-Time) accept millisecond format ".000Z"; (bso#9810). + Use -R linker flag on Solaris, not -rpath; (bso#10112). + vfs: Add glusterfs manpage; (bso#10240). + Make 'smbclient' use cached creds; (bso#10279). + pdb: Fix build issues with shared modules; (bso#10355). + s4-dns: Add support for BIND 9.10; (bso#10620). + idmap: Return the correct id type to *id_to_sid methods; (bso#10720). + printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD; (bso#10808). + Don't build vfs_snapper on FreeBSD; (bso#10834). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3: smb2cli: query info return length check was reversed; (bso#10848). + s3: lib, s3: modules: Fix compilation on Solaris; (bso#10849). + lib: uid_wrapper: Fix setgroups and syscall detection on a system without native uid_wrapper library; (bso#10851). + winbind3: Fix pwent variable substitution; (bso#10852). + Improve samba-regedit; (bso#10859). + registry: Don't leave dangling transactions; (bso#10860). + Fix build of socket_wrapper on systems without SO_PROTOCOL; (bso#10861). + build: Do not install 'texpect' binary anymore; (bso#10862). + Fix testparm to show hidden share defaults; (bso#10864). + libcli/smb: Fix smb2cli_validate_negotiate_info with min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02; (bso#10866). + Integrate CTDB into top-level Samba build; (bso#10892). + samba-tool group add: Add option '--nis-domain' and '--gid'; (bso#10895). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + Fix smbclient loops doing a directory listing against Mac OS X 10 server with a non-wildcard path; (bso#10904). + Fix print job enumeration; (bso#10905); (bnc#898031). + samba-tool: Create NIS enabled users and unixHomeDirectory attribute; (bso#10909). + Add support for SMB2 leases; (bso#10911). + btrfs: Don't leak opened directory handle; (bso#10918). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: fix keytab array NULL termination; (bso#10933). + s3:passdb: fix logic in pdb_set_pw_history(); (bso#10940). + Cleanup add_string_to_array and usage; (bso#10942). + dbwrap_ctdb: Pass on mutex flags to tdb_open; (bso#10942). + Fix RootDSE search with extended dn control; (bso#10949). + Fix 'samba-tool dns serverinfo ' for IPv6; (bso#10952). + libcli/smb: only force signing of smb2 session setups when binding a new session; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + socket_wrapper: Add missing prototype check for eventfd; (bso#10965). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + vfs_streams_xattr: Check stream type; (bso#10971). + s3: smbd: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + vfs_fruit: Add support for AAPL; (bso#10983). + Fix spoolss IDL response marshalling when returning error without clearing info; (bso#10984). + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279). + Fix IPv6 support in CTDB; (bso#10996). + ctdb-daemon: Use correct tdb flags when enabling robust mutex support; (bso#11000). + vfs_streams_xattr: Add missing call to SMB_VFS_NEXT_CONNECT; (bso#11005). + s3-util: Fix authentication with long hostnames; (bso#11008). + ctdb-build: Fix build without xsltproc; (bso#11014). + packaging: Include CTDB man pages in the tarball; (bso#11014). + pdb_get_trusteddom_pw() fails with non valid UTF16 random passwords; (bso#11016). + Make Sharepoint search show user documents; (bso#11022). + nss_wrapper: check for nss.h; (bso#11026). + Enable mutexes in gencache_notrans.tdb; (bso#11032). + tdb_wrap: Make mutexes easier to use; (bso#11032). + lib/util: Avoid collision which alread defined consumer DEBUG macro; (bso#11033). + winbind: Retry after SESSION_EXPIRED error in ping-dc; (bso#11034). + s3-libads: Fix a possible segfault in kerberos_fetch_pac(); (bso#11037). + vfs_fruit: Fix base_fsp name conversion; (bso#11039). + vfs_fruit: mmap under FreeBSD needs PROT_READ; (bso#11040). + Fix authentication using Kerberos (not AD); (bso#11044). + net: Fix sam addgroupmem; (bso#11051). + vfs_snapper: Correctly handles multi-byte DBus strings; (bso#11055); (bnc#913238). + cli_connect_nb_send: Don't segfault on host == NULL; (bso#11058). + utils: Fix 'net time' segfault; (bso#11058). + libsmb: Provide authinfo domain for encrypted session referrals; (bso#11059). + s3-pam_smbpass: Fix memory leak in pam_sm_authenticate(); (bso#11066). + vfs_glusterfs: Add comments to the pipe(2) code; (bso#11069). + vfs/glusterfs: Change xattr key to match gluster key; (bso#11069). + vfs_glusterfs: Implement AIO support; (bso#11069). + s3-vfs: Fix developer build of vfs_ceph module; (bso#11070). + s3: netlogon: Ensure we don't call talloc_free on an uninitialized pointer; (bso#11077); CVE-2015-0240; (bnc#917376). + vfs: Add a brief vfs_ceph manpage; (bso#11088). + s3: smbclient: Allinfo leaves the file handle open; (bso#11094). + Fix Win8.1 Credentials Manager issue after KB2992611 on Samba domain; (bso#11097). + debug: Set close-on-exec for the main log file FD; (bso#11100). + s3: smbd: leases - losen paranoia check. Stat opens can grant leases; (bso#11102). + s3: smbd: SMB2 close. If a file has delete on close, store the return info before deleting; (bso#11104). + doc:man:vfs_glusterfs: improve the configuration section; (bso#11117). + snprintf: Try to support %j; (bso#11119). + ctdb-io: Do not use sys_write to write to client sockets; (bso#11124). + doc-xml: Add 'sharesec' reference to 'access based share enum'; (bso#11127).- Update to 4.2.0rc5. + Ensure we don't call talloc_free on an uninitialized pointer; CVE-2015-0240; (bso#11077); (bnc#917376).- Fix usage of freed memory on server exit; (bso#11218); (bnc#919309).- Fix tdb_store_flag_to_ntdb() gcc5 build failure.- Fix vfs_snapper DBus string handling; (bso#11055); (bnc#913238).- Update to 4.1.16. + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279).- Adjust baselibs.conf due to libpdb0 package rename to libsamba-passdb0.- Fix libsmbclient DFS referral handling. + Reuse connections derived from DFS referrals; (bso#10123); (fate#316512). + Set domain/workgroup based on authentication callback value; (bso#11059).- Update to 4.2.0rc4. - Add libsamba-debug, libsocket-blocking, libsamba-cluster-support, and libhttp to the libs package; (boo#913547). - Rename libpdb packages to libsamba-passdb. - Drop libsmbsharemodes packages.- Enable avahi support on post-12.2 systems.- Update to 4.1.15. + pam_winbind: Fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Fix profiles tool; (bso#9629). + s3-lib: Do not require a password with --use-ccache; (bso#10279). + s4:dsdb/rootdse: Expand extended dn values with the AS_SYSTEM control; (bso#10949). + s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addresses; (bso#10952). + s3:smb2_server: Allow reauthentication without signing; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + s3: smbd/modules: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack' attribute 'supported_extensions'; (bso#11006). + idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo; (bso#11006). + winbind: Retry LogonControl RPC in ping-dc after session expiration; (bso#11034).- yast2-samba-client should be able to specify osName and osVer on AD domain join; (bnc#873922).- Lookup FSRVP share snums at runtime rather than storing them persistently; (bnc#908627).- Specify soft dependency for network-online.target in Winbind systemd service file; (bnc#889175).- Fix spoolss error response marshalling; (bso#10984).- Update to 4.1.14. + pidl/wscript: Remove --with-perl-* options; revert buildtools/wafadmin/ Tools/perl.py back to upstream state; (bso#10472). + s4-dns: Add support for BIND 9.10; (bso#10620). + nmbd fails to accept "--piddir" option; (bso#10711). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + S3: source3/smbd/process.c::srv_send_smb() returns true on the error path; (bso#10880). + vfs_glusterfs: Remove "integer fd" code and store the glfs pointers; (bso#10889). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + s3: libsmbclient-smb2. MacOSX 10 SMB2 server doesn't set STATUS_NO_MORE_FILES when handed a non-wildcard path; (bso#10904). + spoolss: Fix jobid in level 3 EnumJobs response; (bso#10905). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: Fix keytab array NULL termination; (bso#10933). + Cleanup add_string_to_array and usage; (bso#10942).- Remove and cleanup shares and registry state associated with externally deleted snaphots exposed as shadow copies; (bnc#876312).- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Fix leak when closing file descriptor returned from dirfd; (bso#10918).- Fix spoolss EnumJobs and GetJob responses; (bso#10905); (bnc#898031). + Fix handling of bad EnumJobs levels; (bso#10898).- Remove dependency on gpg-offline as signature checking is implemented in the source validator.- Update to 4.1.13. + s3-libnet: Add libnet_join_get_machine_spns(); (bso#9984). + s3-libnet: Make sure we do not overwrite precreated SPNs; (bso#9984). + s3-libads: Add all machine account principals to the keytab; (bso#9985). + s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be NULL. Ensure this is safe with modern AD-DCs; (bso#10717). + Fix unstrcpy; (bso#10735). + pthreadpool: Slightly serialize jobs; (bso#10779). + s3: smbd: streams - Ensure share mode validation ignores internal opens (op_mid == 0); (bso#10797). + s3: smbd:open_file: Open logic fix; Use a more natural check; (bso#10809). + vfs_media_harmony: Fix a crash bug; (bso#10813). + docs: Mention incompatibility between kernel oplocks and streams_xattr; (bso#10814). + nmbd: Send waiting status to systemd; (bso#10816). + libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL; (bso#10817). + nsswitch: Skip groups we were not able to map; (bso#10824). + s3-winbindd: Use correct realm for trusted domains in idmap child; (bso#10826). + s3: nmbd: Ensure the main nmbd process doesn't create zombies; (bso#10830). + s3: lib: Signal handling - ensure smbrun and change password code save and restore existing SIGCHLD handlers; (bso#10831). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call; (bso#10838). + s3: smb2cli: Query info return length check was reversed; (bso#10848). + registry: Don't leave dangling transactions; (bso#10860).- Update to 4.2.0rc2./bin/sh/bin/sh/bin/sh/bin/shsamba-32bitsamba-gplv3h04-armsrv1 1703082665  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.15.13+git.710.7032820fcd-150400.3.34.24.15.13+git.710.7032820fcd-150400.3.34.24.15.13+git.710.7032820fcd-150400.3.34.24.15.13+git.710.7032820fcd4.15.13+git.710.7032820fcd  sambasambasmbpasswdsmbusersslp.reg.dsamba.regsmbstatusnmb.servicesmb.servicesambaauthsamba4.sounix.soconfigldbrpcsamba-bgqdvfsacl_tdb.soacl_xattr.soaio_fork.soaio_pthread.soaudit.sobtrfs.socacheprime.socap.socatia.socommit.socrossrename.sodefault_quota.sodirsort.soexpand_msdfs.soextd_audit.sofake_perms.sofileid.sofruit.sofull_audit.soglusterfs_fuse.sogpfs.soio_uring.solinux_xfs_sgid.somedia_harmony.sooffline.soposix_eadb.sopreopen.soreadahead.soreadonly.sorecycle.soshadow_copy.soshadow_copy2.soshell_snap.sosnapper.sostreams_depot.sostreams_xattr.sosyncops.sotime_audit.sounityed_media.sovirusfilter.sowidelinks.soworm.soxattr_tdb.sonmbdrcnmbrcsmbsmbdsysconfig.sambasmbstatus.1.gzsmbpasswd.5.gznmbd.8.gzsamba-bgqd.8.gzsmbd.8.gzvfs_acl_tdb.8.gzvfs_acl_xattr.8.gzvfs_aio_fork.8.gzvfs_aio_pthread.8.gzvfs_audit.8.gzvfs_btrfs.8.gzvfs_cacheprime.8.gzvfs_cap.8.gzvfs_catia.8.gzvfs_commit.8.gzvfs_crossrename.8.gzvfs_default_quota.8.gzvfs_dirsort.8.gzvfs_extd_audit.8.gzvfs_fake_perms.8.gzvfs_fileid.8.gzvfs_fruit.8.gzvfs_full_audit.8.gzvfs_glusterfs_fuse.8.gzvfs_io_uring.8.gzvfs_linux_xfs_sgid.8.gzvfs_media_harmony.8.gzvfs_offline.8.gzvfs_preopen.8.gzvfs_readahead.8.gzvfs_readonly.8.gzvfs_recycle.8.gzvfs_shadow_copy.8.gzvfs_shadow_copy2.8.gzvfs_shell_snap.8.gzvfs_snapper.8.gzvfs_streams_depot.8.gzvfs_streams_xattr.8.gzvfs_syncops.8.gzvfs_time_audit.8.gzvfs_unityed_media.8.gzvfs_virusfilter.8.gzvfs_widelinks.8.gzvfs_worm.8.gzvfs_xattr_tdb.8.gznmb.xmlsmb.xmlsambaupdate-apparmor-samba-profiledriversIA64W32ALPHAW32MIPSW32PPCW32X86WIN40x64msg.locknetlogonprofiles/etc/logrotate.d//etc/pam.d//etc/samba//etc//etc/slp.reg.d//usr/bin//usr/lib/systemd/system//usr/lib64//usr/lib64/samba//usr/lib64/samba/auth//usr/lib64/samba/vfs//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/omc/svcinfo.d//usr/share//usr/share/samba//var/lib/samba//var/lib/samba/drivers//var/lib/samba/lock/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:31907/SUSE_SLE-15-SP4_Update/625f171e9af34d04e78337ab8ddad37d-samba.SUSE_SLE-15-SP4_Updatedrpmxz5aarch64-suse-linux  !"#$%&'()*+,-./01223455565665665667656665566666555668656565565656699:ASCII textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7212778b4ac8a8d3592444897669ca2b6e2c783d, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bc0ef7ced2dbb370b130b5f933f9420cd4010631, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c795bdbcda66d77334307980190908e09a502813, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=dd62c02b0a7c08350503d53587938f91b2fc8107, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bf778c96c1b88fb42358ca98a881ee42c247eaa1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c28ddfdea0ce027245117aacb293f6aecff35d34, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2e172c8019a330691fc19a909c4e38737578c37a, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b99213547efa1696a486cddb0e1a68bf32c265c5, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e470274ffce27af0e4578c2bfc8e13899334a456, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c119ceaa64f539a3632d51779185b0be86515260, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9fe0f5a387f52f3b2fc60e0dbdd01ef0b07d9c58, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e45575897ee693f8831f684eb373e920b088adc9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b12170f83dad1c0fabdb2ee8f396b20c72440706, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2a20de718ddac058e1f2ad24660d12554e96b1e8, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=62938036ef94b18e6afcc75f30c5f326a36d7b28, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6dd79b5414221e58072bdb90ec1baeff45a37383, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=63a795dadd05d606545a16f0c1cf67f5fa9347b1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=64fe2ee2915d24160119f1547a781700b3742593, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=72069131654cf86ad9ce9aa1829405806f554de3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=eaef12cf3c8da19d0c13eca27ba08e3e133a5374, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=817a42e837161eab4bc587705c4647014ca13f4b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6e4f96b14112b229b90f435d07385a871563ab76, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b6ac5842d079058c8663b27d03ea5887bad92263, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=db9b4eff6e1016e3e5a5134143c0d592817f391f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d198d6c2e07aaec38a34f203553918a9c4a716a5, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ec2dc1caf8da1f121b8de089286e739ef459a9de, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d6d7b2913af07b524f60bb46c95d2650d9205b5e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0c0c98fe6442bdc3bcf9f65b90dc134b4c14bf2c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f0a5eee244f3a79a9e7e05edfed4bd05111f9ca9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bb040c222354158e05099f59daa8c35f1e886d55, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8a4adf8f195fc8be31ace2e32ac57a6c09a28677, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=effa3557b6ee99c3432ed500ad31f12a76327187, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d7b3f245fc8fe059f40a922a4840a2cd6d4f17ae, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ebed99b42502042d1d26a96536111a1d1052075b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=160e4287441adecab0ffb5a11a2e9342d6b780e2, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=38ddaec8995beeb54b0d77688595a5ce1098c188, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d10ea8b31544128cbf6fe5bfc65e7ae986619943, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2e524308eb75352bf46b1afba1751ecdb704f2d8, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=79d0382caf5550c78508832ec20a0499010f0915, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=326c8ec78b86239ff34aa50b29574658c565f5a0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e8fe9f6cd791e5ad91a67bb8f90bdd45fb91ed2d, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1bbac650f9a5c420f25255de2a1e156465f60590, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=164051cbf63ab564cabad9e1c9e01cc74f821ace, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4bca689b0fd50292477ac689029e8301ad445391, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4213f9b87512ec07ca3ed89141a91d8fab96c359, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4a390629596f427ed9360d28ac698836ac2a046f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=716bb9374ec5c555f0db5d01b2060e8ff675822e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6f3ec374ddc84c079bb422e69300941104c1b1ef, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=945fde9e2bc30899bded291e2ee46162fe26f07b, for GNU/Linux 3.7.0, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)Algol 68 source, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)XML 1.0 document, ASCII textBourne-Again shell script, ISO-8859 text executable(FV|-CU]i{;M_c%@Pfz?(&   '+  >;RxRReRgRWRIRcROR*RSRaR"RiRkRRYRRsRUR$R!RhR#RdR`RNRjRVRbR)RfRRTRXRRRrRvRHRR RR&RRRaRRWRSRR4RURiRsR0RYRR3RRRRRVRXR`RTR%R/RhRrRR RaRiRmRRRUR_RsR`RRTR^RhRlRrRRORReR2RWRIRkRMRqRRaRsRSRiRYRRRUR$RpR#RdRhR`RVRNRjRRRXR1RTRR|RrRLRHRR RR*RiRaRMRmRRRURcRsRkRjR`RTR)RhRRbRlRLRrRR RORMRmRRURiRsRkRNRjRTRhRlRLRrRRORiR2R{RMRRRURARRkRsRqRaRNR`RjR1RTRpRhRzR@RLR|RrRR RcR?R2RMRRURiRsRRkRjR1RTR>RhRbRLR|RrRRaRiRMRRsRkRjR`RhRLRrRROR2R{RMRmRRRWRRURiRRsRkRNRjRVRTRhRzR1RlRLR|RrRR RqRRURcRkRiRjRTRpRhRbRRaRMRRURsRkRjR`RTRLRrRROR2RMRWR{RRRRURiRsRaRkRNRjR`RVRTRhRzR1RLR|RrRR RMR{RaRRRURcRkRsRiRRjR`RTRhRzRbRLR|RrRR RaRMRWRRRURsRiRkRjR`RVRTRhRLRrRR RMRRkRiRjRhRLRRaRRURRsRkRjR`RTRrRR RMRkRaRiRRUR_RsRRjR`RTRhR^RLRrRR RaRiRMRRURsRkRjR`RTRhRLRrRRRkRjRRORMRaRiRRURRsRkRNRjR`RTRhRLRrRR RcRmRRGRMR{RRORURR2RWRaR7R6RiRRsR]RkRFRNRjR`RVRTR\RhRzRbR1RRlRLR|RrR5RR ReROR2RMR{RcRRiRaRR]RRURsRkRNRjR`RTR\RhRzRbR1RdRLR|RrRR RORMRRRURkRsRNRjRTRLRrRR RERORmR{RGR[RRaRYRRMR2RWRcR]R7R6RkRiRRURsRFRNRjR`RVRTR\RDRhRzRXRbRZR1RlR5RLR|RrRR R;RiR2RMR{RaRRRRqRR}RRURsRkR`RjR1RTRpRhRzR:RRLR|RrRR RaRMRmRRWRRURsRkRjR`RVRTRlRLRrRR RaRMRRRUR_RsRiRkRjR`RTRhR^RLRrRR RRkRjRRuRMRmRWRRRURwRKRaRiRsRkRYRtR`RjRJRVRTRXRhRlRLRrRvRR RaRMRRRURqRsRiRkRRjR`RTRpRhRLR|RrRR RORiRRURcRkRNRjRTRhRbRRiRRkRsRRjRhRrRR RORMRmRRaRiRWRRURcRsRkRNRjR`RVRTRhRbRlRLRrRR RORaRMRRRURsRkRNRjR`RTRLRrRR ROR2RMR{RyRWRRaRRURiRsRkRRNR`RjRVR1RTRhRzRLR|RrRvRR RMRaRiRkRRRURsRjR`RTRhRLRrRR RMRWRRURRsRaRkR(RjR`RVRTRLRrR'RR R2RMRWRRURcRiRsRaRRkRjR`RVRTRhRbR1RLRrRR R{RMRiRRURR2RaRWR7R6RRsRkRjR`RVRTRhRzR1RLR|RrR5RR RiRaRRMRRURsRkRjR`RTRhRLRrRR RORMR{RaRRRURRsRiRkRNRjR`RTRhRzRLR|RrRR RMRcRRRUR_RiRsRaRkRjR`RTRhR^RbRLRrRR ROR2RMRoRmRRRUR_RsRRcRaRiRkRNR`RjR1RnRTRhR^RbRlRLR|RrRR RiR2RRURsRkRjRTRhR1RrRRaRkRRiRjR`RhRR2RMR{RiRaRmRRRRURsRRkR`RjRRzR1RTRhRlRLR|RrRR RoRReRWRIRcR_RMRRRORwR]R=RR2RSRYRqRRCRRsRUR$RiRRR9RaRGRhR,i$tGo{Fj _G&x@Cmq m(a71fF֊ԡKvXvCp ŨE |cqS9_;H6\ZT 9s5* `,Djd󯢮toώ/1rGyAl{^]2U 3dY}|N릑uVwЙ2{:9bPOC u௃hA+vAuJ;[sGjvXT8_y?쩾lw08(q N _ɴ5GX)Hq ¨q֞(/#ɢ,;0C}v] ݃ ^@"6G.-cj5^S7k]Zg'WDA;r_MEmMA59L֯6{ cR]\Ŭ7s$*tl7{P<?( P󓦌8Թ uƔ#u/Tzf2!s!,/9װ X6zΜAOy۬rR {/OjXڒ>dO/ D g@ܖ~ߣK22pn;uo:ӅJ9e}JQ%tiғP[/Yœ5è2x2 y:h 3 +'#T*YJz&?\-yi <7U BIBٞҁ,M@"a:Q̛ N'=*8]G_X]`*y&CY9X8'G%=$[j`r8.@ л6%Hn+|1փz45K-8^asZ}3 ;ηO Fbqi ~Ԗ_U 5p3(o ag8O1nq'qx52*YZ(O89kh}x]^L&q1s,KdY XJY?k}X/vX[;$5|`^KJDXK~csx3e{}ئY -& 7]k4FZn2t L'{q9NɣxhTWUy-PBJ1qŅs9LH1\*2j VQ^' !GgtAQIva4[ ~mKꣳ56=]+-pK3eTBC#$J?N ܥoqd|T~ez(_ƞұ}R QwnS[<] E2 rrpCfDj<]Mx#,yv f;f#8Uw-.W6L}Nq#4f!5%]5+>~<ů^f+Sl2-7 YAdwTdu^#k _{qH9 VH-}C+Yk(,n">tmL ej+†NO{eJj% jy!n9RqKbabfe6:$x OQ,]K^Nz?53=ID4_P.3 Oe =$ E-5ˠO]%<虩IJG־sFAJ>y(k5,XI 9$,4~zATY\%WÎVaշ,3 w=Ƕ~Qx;m+b-wٚGYaQ@tV2N]_T{Q7rctkyHc4jJ}cyTn:G3?g̍ri! &XA2J?-b.lHcW{ZMة?Q;?hqs 'P nsj Z)vkĵ囜b܌ﶥѫ&В|@T-jm2j*P4/Z/*9b{&]pI_E+w-tZ4KO%*pI^s8OHښRV{k%:߂/o.7ѹn#K e3J6Vx\O[AotZpa@=$IW6e8nFn4{TAh-xEw^hpG{cVpr㢛jԤ';E3++6 mX˜m38ùMZ *\5l7\A1)Z'dDIx/$ʋ*^-tH5.ZGp, qWڣmaOL όDCa<yi$>o50O!g)4FADoJAMn$+ڒ=E,6RYf{?HaL\(;I:AS '~QڽBpI@fR.ՙ[j {2O'c_%MϢ"XWUo'o ]<SqBǫہ`H;ǖR/<*nq=/J;7E,]o^@wp-Fl'IjmԴhMP.VP^-eD^; @b<"̤"s}\X)?=\_\<_:[jзXFnBSaBN[,6/K߰n% }Gѵyҗs[^1ܶԣ5A/!Oddb G.>{+a 8B y 1SMoh#{`UY~ޚ6I ÚdAד1O2dU ?7۠om{}#..>db ;jH!ڑ%QeNҰqnoqYo"C8:RȦcrtp18Klh^?./%&c~XqX,hv1Ypszܮe ކoXVJvɦ8[oN-`B؂<܂Il7SF_۬qj a4{5f3O᲋EZ>f:L<#G\MeXNܢg"|4v?9$!Uo!(q*6%ˌCvdPu2@M!;<:cQbv\S"(uv1,b3{r3ɮg/o׏۟?sYcػ2٤!NE,ft"@V}dlܬPl3QE}Y0*TѪFz O-U B9 SsHT$$b}堋dcHb`3S9&J +bqQ "G|عSyA?Ë٘z yAe_tQ~VђnNi "k?(-d8#"tLK8zn5} GO (Yo#3/ MF>AF_L٪\k\gӠ5JTl%+ <&KM,-k5`ͮ-aFvwb/шvB7r¹M^PquS h9*uE>h3my!M6^{$ؕ9 -~ߏNeG_f4"|&KZbMVGrpS!'c~4 SpGt^+: a;}/L)8mހL1>Rq Ï}H2-7zpaK7ԠE%oS7Q/G8KVF.elI7isQJx)#`o4% ՠ_ׅEZa4fq__ӛ tKC^E@RqP2|pJOQMQ Y &؃8 i45t0o L!XAhpb6uN zm٪ɳb?W  84+v@leI &0cB"G3p[*X2z:Z{Y=heP+$,ǫ)|K#3+ٵȎd4YX 7Nkvr)|jt`HiH'je`Oc2q6 ߰=!'s #0(}Aa([=OmMI@0']DtV v~U=(66OwҚ\1$ u{WlܻD$9]?RGC<ׁ5wb E>`$ħ`ax ^Su_%,@qYUKv@`O j'ugοu%s!teIgoYB?٧5,CљG2-tО΢WKsqyf*S#@v;AoΒv|5u"SzӟtvSoT1VIq8Pp\{r02B1D)"V2\J!ƟΰЮΰ{*nlp+DrOecԿ5[_v픂Bȧ@)8I9_;EztRdJ/$%T`Ǒqs{R $y(VJ:+Kdǹ9b=F6n_x8 xn ާD a)Oy!a`i|t~KuXs]pgՌm^icRC'`%Vq^KI(C`UFOr↝!uTxx7^.m8C%ב$k"gDpdT]>G\Չ 7|2Dpo#Ynnl)'MC\VǬM} 759Z0o u7Αk C< 7+,RtABؼ8vU~+Ll>c X֓ꌏh'FwY ǰ+͑_#bjcEFWy6 4|=xŻ<svQQfv ("q_uo7@8Jwy3'*smaC.dA鼵-3vA16Ǯ1bJ sMyLUC]Xl.D(89BՆ lKv 0T[qwX۩c/ s\_J/FiD dc<Ugs)8_+i倆CJgĤNVT9|ǟLo'7j ]6~KIp$6bgwt,LOIsjMᲴC]+Ebmiq s[#_ݮ oeS72z$\YUeڍzhm-W9f{+/$ wt 䚛qe|jZ'LE(9X:KW\s~* \l K,w߇|qN(=.Fjo,j >Knq^f}7ϲs z`PI6HtZ#~ Ƙ5Pv_ aCYOF >F$PExībI8b'gH"K44a0TEraP"ϧ?\.!qh6wE <"ݦ%;)̾sٜ 9lFx'DT0,='[u_3žpeBS=k o?猸7{nt'Sa@Ңm79[b)?z`7nem}lǯ!L{>%v׋A0^E78_tHG \rI:XSY;:* n:B g1:u*48+ t\żhxP ,uGr8M.*HXQYJ]G")\,Q d*>{7e )yd.b" S9?.)f湕JRKˀuE+F7g_l|f4,οꏵ<. R޷–RcWEtU ?ӗF"iQ>%=EL.Q%`hDf܂6h"ɂst'/j|bE,R#x%CĉFfKo2K떿e,j*ǔ }hgw|%Jl/#GB M/>SDӂkpm$ ;yN:)ʵ{SZ? Z ihRAS*{vՓAg({wFPj*3q\'ArϰP@[Sicb6j:ry4 )Zd:ܕbq4} "!;}:> Jd/q%[Apv;&j/BŦ@ JY)M˚/&SUx5fҨvK=/QsKK8;b{ a6h$n!q9(Һgp|k.7uzﭔxxOD3eC4,=#ly-ڃ3 pF4Cde"eޕQ4ntxE(|ʯf>ac١ xI7$ H>ڋOm)-6p||T&!3&L%0ZAP ?xyvÑН <&u54[BmkK9j'#|]3P7#ci Pъ{ Hr<_Y2pUs~T!'C2Zq8sK^P U7ΖP,)T\ZG:`I^|o7۵Ş!!u ΫBӊ4l,Kjc"F0oAAt5(Í>".jcxhBX_Y类rA%+S5#K4>SR0ߴs;?&qncZhhhޕ<~vQ (i bID;^[ 5?~FA2q<gT>jwV>@&hX̂'S֩pf Lct4桵7j~}ƑKX.=roN*3!*$ťn&%)YYFFV͒vYQxtoxX[F"9XxD`LzD ]TcX?pGCkTR%Tkc್C:,;åcg ~JzjčW/fsdgUy!iz27PƼ]$[p1Ij $7+Hʠ1Uq:3zQz%!Ii/fpWjCiK44yjfϏ6.dX4a`75yy(ؖm7֒V!qJ<R-?"K1ȒD؎,/pn F׎ᰈ[u jfC@.paWxڞ䱬=U4:#+4 (3a{\wڜ5Z<"7ND+fsYsR;;ΗNpC3dͿO WH$x'amOEUW޳zɓYf nIPʶACJny&>t.̕j\H"4B'H 97s^ǴhD峖 VyDDdMhn"v t"ʼ>} x`퉐Rl" nMDq}O)(! |#ׄۡpL*W&PJ6b|#b02Ў 2) k1H6dZ*li9JI Hchʝ4mB峷wF5,wVoZ*F5L$vMs?2sI)wG! W=.fV_½PM귳T ʤ 'Jnڊ&}B2k[ sMQ=VJHՁʳ+4я݂|#V, sٜZh29;Vl֒F;'4?AIHCe&g{,h]QС/HcvWnp>t9K[Ft'ihCqMf Wcl`Ep +Q׉SczE{X2| ͚qF=HKeՖBF'?k["M (CD*\S ꛜ{b\ Q,;vjYct4 ;a^ 'fpMu( gǞFuL+{h^}4Hm[3ȕx@lhgUs۴p 7%СPK5'6ʞl@o|axʿ+ f幓 3UOjeT];?_3 HdTPwLҫ0 ÛqňϚyH̏b_i<@k=TjcyRW-5@U(ޡ.|L/t^՞F(N*LB׆H!:F$x^iVmJJ414scuVh[YUS-$oi0ܩ˙\ nwkozPY.v/Isx̏-mߙE͔T0j< [nMnE|ǣ3N`Q*PҚT79)flR ӱtoE, #e:9z#]AW >m镾o-Ɏ(p_"XxDGlI~Y0!ޮCb=˶o!})F!\~"ۖDžćfORyԈdgG$F5xs67XyTfV#YiU S^ RDb-L%5L|{w*5D,T$DŽhȩY͒n0~`lt-s'85\5a+o^;dxݲq%Hg4k^9`ad!F_SBفFyol"{ gsh ^u~'v{sBN0R,v7_Dzyb݋ؿj>ޕ2v;:д0M ÒeH^cE4ߚ`E>dH"k g)sj.K$ДN j'|bߤy%I7wN׏S  /coz[ %wW=K:<^?¸bw[9p_}rՖE 싖8ӓx!1Դk9B`7~d %.Ch ,bW脙:}6`d` < ;>9!N.#&ۖoJoY(9TL' wa:-,:+ӓۣ3gDy>]r (pnkoɶG]\5& ^4>znf ӞBꆚ3 Sh+mEJns%(>1kyO̙:^AH;b^㮢3{!lpgUx; 6q0҄>,Y5 )0ܮWbx<"WèTKQ@/? 4k0}j3z_(5JΒ|)otB`-/+&zM:w.+Lq@cf5u,=M>Qo@JP2UIO[L-D(u_f^tQƟnzc+47-bY>i|n8'P}Yߣ$p֜2IK !ٯ(H4clfbD9Dt` nkl V' 8^-l׶ L҉o<4344]vZLr.fT׽(@`t3>/V9L}*eq:pUX;"Ŋ?B/2[:.n g+zƼݡrI?&^)r,wr__~6t! #K_u _ﴀpPCY}vhKLN68zv,]$)l3qU=ۭs2:-Ct){+\vڂHqbhxdIasm*đtﯭfX-VגoUIP I\(4U(MNr@lR~>++ĆP;]q.4$Cg{KN%+";GT҉fSId-H4r l^Wל ᪅Ge6Uy}1lbIb܆B5Ց%!ӷԎ+`28IL*3~^ӑQmPg8hl3Zu\O,Q=ס^m"ʏ][r½ 2V`PL6A '6x盖M+B4?n;L#q7B kH lEkJ*s䦍]J_Ix?"?:VҞ%m`cNfH::y~ ONG(|zp.DD'WG3iAw:Ț++IA3}ZQtʠ5ǥH6#d/\ 847RP٦ zL?OVvMM&m:*Wc{Qe5lKOQYXR gCYM(|qU~ uo%X~ǿ3kX. 8'(:HY2ƞΤk7<=yyЈ]phǽiv $ql0܂65'eXLH3fhZgq$0kI#19nmqg?q-$^wƏ a\?~&3ޡS&Jd  OT8}va}yg2WQl\ՙ s3aH2ږpoXG{;TͨkV"h/S'0L1t&^^Z"U4typ`ZуUqdl;j5Zu(.UWD0tS K9Q/yr\7:H# OA* th{wv,$FL姍xUWR̡cz>vpvv@,vґr;jzg^Iˑ VnܙClTޤ=):]K`nwASj6t8Ga 6z,Gw˕b6nņp[CՓQd>|.y5VZ:)LBqʓٚ)BpGLqq)ʞ}Wv?+M5tZ3<f.γj.qBOr,,]:* Osk,Ws |L}W|WD:wøA ۆvz=l]iMr 럤& V^Ee&d^r~/I+W4"}^NJp0&1⏔yb!JE\ʋ#&J7NY$7Sl: u#/B%s4͞@R6TU{QnRS9)Bp*DN8D %⟘+C_;UiJj; @B_6,M[)Z)玪#`awd;uZrf̛_AD] 7^A_(i{툵%45So:Ȃ8`9xɹmLJ%N]?jG}x"񝽝#&_.;aEE]Hx=u{Nx yv-; dsݖ<)7G~n jD>ֲgDmQJb*<^S;VbF^6 Ù >[M1cTbM-6P l1gZ-^kQ . ޤar)H&pN[Y4O0G"HcnܝZg0|3A>Y`"*0c>($݅'WX5k 12?6)tg]WQы AW\RN,{ps&,S@IFcn8WtujR.f9 Jd¡@IE>Mz]P<U/G5 ER)lpY%D{J\'fC;<Ϳَ[ˡ|BtHGpC!m'U93Nݢti?-L,*&SiO1HB7l?\4SO k@\@xO8@KVPnyѯY[ÝIh}?= m&>m}@UX1 4[v'Bȑ7A.Fa8H~ N"MJ;D?;{  a個> )3 4"&%ٿ[g4CKs"I-ic?!@Vj 0-F}nn-k ^׹/@tpx)^p+@gtwR\tf\rAp(4TbU> n7KJO{I =8.eJ9*M9Z(jh2wIra4U-P?lBщZ+Z~&<{Δt r=j1bz1,3cތkg"jyߵ}T~K,'2w,K u ?1e.PY;Y[//cR4(¸P{xTX ژ$_1l3\[K c\k7|,зۜ^H;v|2IiΚ9># @VXǵr+]uI%^k0?E0ʩaC.2M(ޕ._v :tA8dADI`XU"6V_~1xDӋx*aeT}S7~rdQ&r }“<5\h~`]>-~ؿ:Iw-\_:*;Ϫ'jfԄꟲԯ8|—3r99<*bug`%Ckm47shдe~;y(V$%>N@꧜H8_醋7U@`{P\-#DU18q !C<M 7 +5j [z>VM Q*uDez{:`]utޠ@̣(<ɻm7 j/94[4LZC-{7[rPS(c8_wA4_4f+„4 GSZl^4E3bCq?6kan(c+J 2EcY3huIba~IhxAe~;e&5<e;hHgN)u.֭]+ `s IZc!]#0yN5E/ T$V#Pq{&]!dN6 ߝ*6{]W7)EӽEV'ycLh@qL٧#2{EhìFi`¦1IL zfN!Fx=_Z >:b!J9"q7z~keiٔQ|VxO+V&jܯbU֌jͲg)C%Ăv} í2%|o$ɜL/Ze- G1zպkۘrtj i?FY Y#Eq Y<#?+kxm e"@]'"~Wiި gQQ&q=J PNj8PY>8McQ.[;&Wm\._Iz6IWQ\GSXJvîb"v@Ïc'kM7o1u󗷁5zO)FS+8<#yA'sz4X?fH+ I67e)5cX%Ӵ] Z]u$zO)ŪƷX"d\8嵷@m?Q>)Bm<_cnS n>D w^bNqҋuY:J:l1תF8 JksL]m]3܀q ;{'5> 4Aw݋QወyӜEB+HLfxȮ@$' 9Oz}YCLܭܨrn|`A;6ڪwRs {p>s:τNgd ӥ+ ^8]V;)Om^_%gGn/aP'4nIᒎ3׽d̀Yp+y&ɲ!21diު~-R <5Ɔ!$ԪdkEtGKo&9LaN4i&NuT@ 5-:p];TX- ԐyU/T#HGK1UgMAB1,؝+Z+CKƽE}A!c̀d(?q^D8",8JY$Zy/wtX䠭Oc@n5vB@F('zlXJJF}Tv,\5eKQTᮛ6n'"@Odyrmd|R*դK.M%g7imbyrpLot0;Z-6K;oZI)4L\&>ϯ $e*.UK+m3ڔ..$|<0zIJ߱h꘯|re/-gcVΚ4w0bCǰ!D=zP*2Kóȍqfm$5(z<6(d{Ff>w"RWAƸv-G.xn!ySKs2rb/|Gx5_qEnIx\[-r^otTp)f6Om>Ucbֹs~cߧ(:HG*:@Y;[[5HW|e $?R'YrTz\_0zk>HQOAbBha4X+3"+l:U1[j#'-s; MV#H"Jc5d\NP% =:jH2tk0/NΖ"9@C@y@5)HG$tD[4fpx&x+>6.Φoe i>zG0|hF%XݡѶܧ+@";w5 XN_YjI2ժ/U`q-kKuHY?1-Ȍ׸ɸ`m!&~ ˒ 6%4p60UD/ez=}XN|y5J{Ѭ.ClǟܣLrO2zEVCb&ދċ:\,ssKYF1 lhbhӥnEF#nk'(:pKO8XtzS>g9 {B" G\$eRJPogEvOOZ2D*5xf?gs8N ^M.U%1٦p],ڶDX-IiYpvJ HO&ZL ^ҫ>{r,?q] !N0'Z α7T5J݅&a `cs4PV#O r6h3b>В)]%Rs|)E¿lC:39@[Ļ‹Z/`5j/iXGg>4n$ICeF{p4)ܝ x s s=\k*y,¢t{d{7p~}KTwik3PO?PI)@`S S5<&;Ou |W|@Xz;x'~%h{=_V($jȹ? mV}ckխQ>ńg:@Ĉ騀D?Ae(82"hmw0ȣaSKzakwy=T)ub@)1|qK+S)a˃yY%=x j+J^wLě"\s\Zֱ6dgGvn9:Bߏ]}Ky4>}` )Tyqή R[u)3: ƢWv` YAT]H0L_ #`DNln3SDkW{zA%O"d8O3IN`r{> ze0,HMt)Fo5Nސӝ?t943};>z(BL zb]Nk .P#Eݒ?7\ن#%Gfepˣ+ܦ̒i0awB(#;Wgd pIk)!*ȶX#]=aZêrPsg~;a܏/Aaz_^2j8i]O~6.:ߐѧ' F kS-ZRzX l8e2;)#ȁFÎ#F!,@izAz;m~buAYx#^S:@f;3|b'- 0ZZ3*4n]tgi WGL<I㈚,z) +D6+o1eǢU~0{06*| XJݯ/]~cn^,L ::N[C4/XD<^aKû&jKl> 7D(&DV|@Wp.*C=p>v6`B#is]M:YL10jOln^dw>-Pň|Wך.K]O'͞ݻ ◿ʉnSLct#'!]K VG@[KO5CZ2ݰ+ ҅厝Gg>`!5(W e8[1xˢhm@K[Tm]S0bYf5= cR?Qx~wyO8piR^#r$8E߻nv<|ڣ |LNb6NjM)ߐ AU BFS&WZW@Y)2ѮڵG5hk6uT?pA֯W)b4H2yJHc,Ptxtz%DuX89 !{Nx..X_1?.C$+Hުi,>.cdvR L@06Ͱwsa뫁Bw J|*iz#*)nPR[6 }&f7eVh 5Ӝ5r,ƣvG~~_jG DK \o$JtB>X6z7)uE@EM]YkYDױU"М4 'ĸ:ҽ3CS瓭.0ӐFL~3XIh UօG2Xb{BNiNo}¼J'`ڝLHEkx=:TD9@(a06/jNbd i$Gb<өboe,4Hf ?&'y=يR9)2@&,$sO*6ê`pS+r E1?Jec4çڢT~`ˠ F=JUTP25X HU:tF;ĤǪˌ"BΆwKΨi$ nvt@Fv7f5\H8IKZ ;SR(70Fd^2ρ7^;MtkmIj>> :1*HD9Zvtx>}(.{vD;+ #e sn/(Z jƴdg2)"4v7$G>t< 2R̝ ='T\_E}]ck BOʔ[W.fOPI6s9.OY('ap *I84*-’%EV`ct0Q N%|%#EU*5T|Sg}  GFE^&*XvXk%w `I,?,5;ąoĄ(dkk0GrCY{Xo9Ko 9 㫯'O6Gceb1/!GVSOr+'4a)tz6 :Kg4"S ;I@^p@0peX C,3;TAB!F{+)zRŷz _VL6 iGo]Uf!뭟Ci{/WiLQT\(Th܎OAgPLgfn[Rޭ9Wٔ8^-|m8UQUNuRR-4Gi-knǧpx/{i3UMCw j:VMdNnܜ!u۷ީWG#c[:U;qmJ{\a.QzĤWOx)z`55ZdZB5tBd3t j0qe 1Iw=| ?&|KtJ9މ tGbhkX ωF)2W6u,htᗔH}:RcM 3rǕr0 Jl 6o* 'ǗO!5!){"^KiTᢜ3B_Щ5FO0#NsiJr hέQfQH)YgCc<'~Dɰ4E6u,x L3N`[R$fy1]?׳PP; sxrUgx[=4Ɲ$_Hlc+&ޗEr()dHeS)I#*4h۹o/h>F6;ߒmpR_LRw.9|Kox1d+J/rqMX6ڞ-w[n(=HP$ ]* g0\= ̶ W7 EUXD㷩9=R91&t?F+6k=>ygiiUvx xQLͳ2cOp7{Igi4RKjщӜG)_$)+Q$[9iSdF8&9:D)T&KE5 !D \u`N跱s~2نtݙyB"3$A'V:W Yݭ+E`|q;+]ܬv|/dW[:Qpl9$[mwWzb> j~OM+s0Zmb-9ZoGz/4*S&ss+lj REb,b2p1_ϲJP}!_ HuQ$L?@|R^Q|?\JUbo:l 3@.6>BUG;HusK͍RᚚN}|ɤ-vKz#P\~:շ69Z1AL 5x%`Rixʳ0` ?teC[ b% Pi.ŵBVs,ΊhѡT2i$ŻT~t%p*Q|6tMCd0}^O3Qy]JA1iHn3tj*j~>2g 7WN58g3߱[ςCjT!$UTqYBښ7ԉd"NZ_S7K\lIi<KOS<c13q_[<3R?⬜ا(Ӭɝ;Zqvi{)P+\Ǫ^iamrFR[a0|H12 06Ov{=I(!Vg`4:h;@5|Ѡ!E7%yͮDu}-~*Ƕ}ڋpۼ@}Kaww(f}*VJBL':[ kB:ԆI{Aj -;ozڣYn][w^Jsf#x}2БbjYXa:dTF.Q4s MDp&=|lp O_&;0ul]e 7Q f%r!^MϑOx=mb$m^.CCmBS+:p#hr2M :LP_G[.5VPUqH~O&(Q=l<32-Tu=h.l켲̒BЗ^OA΄҇;0e1>LK%>(y]?!u+ҠjH`(skymޮ"RDJc!_͇y%+;U̧@n9=$dej?'Cr\P bǘE`<{ZȐ`G{nUcu =h==]x*!4 _Gq,Zh\*ͅ䣓.{ )|E-9z{sN.$y/QM,ss~Z>A}=. QmRx-/ѫ^$ds%Tue"KLoz*Rv( {JUkЬ>?iE bAdfr Tq٠+;T`>Z(18Fe6iJ]GnDՈ$8%Gx ;3B8`lI/eQ /?SREٞ6&9d,<rVNke6gaVVAű7j6 װ䉁[^5G>b\0'ΈWD@-(sBvlxO0!!%%aʌC.zTH6Ƅ4t KL&T'F$9b2-|BɓvB?usAz#%hi``#cw;j?P 4\vQ$0%Vv(xv<7ޝs^A3bߌ5"QU5LT1[chp0U>0'cI/%U&K5y v'{=x՜|K0/x'Li~ȋ.4K1~ s1IWJ!% 3X kno/\tv=uc,/{݄{%!Tf1 ͭeG{47\ލϊ̇[\6l:BJz>7LJLd_G-1Ң/ir(:oIQ LxuT|8Z6HEu^+p"~v{59 CFm`-ghN!uBX?߲݈r*nkIa!uq6nߑX9@Q:W F2cKrkry5N+GLaQ],p *!6#E&M ['Kzqn:uS4Mvz>fPmg+c*c?(N4?`K^ZD"!cɉDȳ\WFyKpTfE,3]햺An H%4E_2ZȜq1$^VLcŊ\a-d(tJ.CTf#cW@J OQtiA|,rf?O/YXF?Dg`N tu1vǬS6`yR؅{̯G|D_M=Hd (JCfwrpOyªqdI@?In?SQn ^ 2wi$demۆyUTHipu\A]1G`$;ڱc(,iOl`^ ŕ|l"wn4ujwvw m硁8NP4x&к]m/!J&|ՓLl$Lr`a ٴJDiBu!~ImB%I?!n-}CBwXI%UA䋘5OJA$P: [!5W #xKeF䔉;nD(߶taܪL9ZdkA"%NUZ,N;r=RW ȨUt٧Q*u,;vvOgSZ;bk/y|Kݢg6 2 Vy%<&\`k&%d-\_\mp>8 @L=/xe0g}^BѐG+9]m3vUbx{dHa'\{ܷQ 8 Kjudb9 *rIb$_?G'rgZՅuD-FĔױEȾ S[9FibTJlhք qsYՇ6x m}bPِ%؃Y*i^O|f5Fn|k8G3]jKݳ0t- PdJn^W2/X}8LQ-A"wգq>z& ߇y-%pcKcUwt<ٛw^ "1M/pn0ʎ>P|^e}WLr>d<\[}W%N2ѹ9E;߱odoq݌9CU]?ZϤ8^X'lc*}މp 74;>^uq |ҤGsTL3*Rg:B^ɛlO[a&ǚnN*y=,m9j .44FwT{QͿmTI;Tt ]z=K/S[jz+H1U)Abȁ}-BJL^wq:%2{ 65<\#%FKb&"Nh wڠkA}DߔUT-`–1[|1OSh'MF;؀i36&7VK Vsb=[FG%EbU ^ejK BC[Gkw "cKmkR}t)~#Sr˄([ƌ?&㇆3y\~ʿ|,wiT[|nB,]mI-YtMg 4f&h1[e)H S뤰!-+G&wXϡ2FI#CO 7z"psيlAAĄEk>Ez31#t{.COƩyru6,l4E|}2dv? }=E;*'526@訊'˴]{@׻I@=KZ3QF}WB7Sxqe\-}_Dl4mS1ES%u{˅@0 Ee=Gco*[0z}l\b;`V68CwacKU!Zc_2rcVYZ:A8' U/̩+X1Ae9> !.TOj>@uD݀dOl:)R9״켇GġI@ P:Jm jn۹%jc!F` Fܧ0+DmIF&T6)aC0jx$5Iq3eg1&ާ7Q0F]f Br GB4ڑzҙVG&t g1D'嘻R۩FU,r$L%+~ݴ- vlSjFu)eeF<b^I5S~2ZN;n&zEMyGs?W9Vw~ͤr0 U$)]!O5!sl2pr _!sԴF| H"rG5\z-;l&ԍ+1S_`{]Vp}tQ$AQoXn=x3/,`R(5k#_^fŋ?WC3np|Ƃ$@Vj"D;[40%J;*)hd)aE#NЩi~vo hqorQ@9^]AMr;B 9 %KYlq6=I A:-l$조ñ5iIOQ}d F܊2fPU2>I܆Bûy`}eDd˙/4y7.L<0cW.MPboQICnTE)o2A.F"Q]7Hid: 8 7Q'wo$$o}_!c)AY^n]m] J0:+J |5-3vA//N51L+v 81tk5h~@=k3cpzM+_syA#;Vx bi wKu"c:p"j޿doj: 9.|>v .E~*{R*zBx4J}{Mt>UUo F |-@] Q= 1 !7_47l{h*N :EH#;`F\5ћ50{_e6"Us@wTwRڀTxa )ƖN e FC8>DYT1#K9R}|OoXr{t0i{5G~#2iBwcl^)C_8bTckPgyc}V?q탐<MZ# 2ȿELǤqgbxr"Hjt(o`5D<UD Y~D=^)цykI c')>^axO_3fbghx`;+E}|~0!RDu1\z\J_® 1HJ&ِPDCxF*'s偰G}¢_8Nnzx/Uiy렛T>p^mUvǴ̽!oU-hX̖JP;9;ל]%Tdn_ĤzhKelzAㆱdsgWd2xRԨ,H <xRי-(^ 8{γuqPBԚqzm"3 "6'ݼ'&EGWmwAI/&IRiw2,@{Qײ˞nsm D2Eܗ mtn 2 ̂׭|,3G?'l_;$-"N:$i @Cp/lvƱe.2uJQ; rW`h>8е"^ ,̥q7cZZ*Y̸~<6| @Sq,h['·o8OW>w (yN?+=b7ķhma -mK&wьriӛd#oq65vQ08I$x={3yȐVe d"tsoU?IT'-tP/*aJؖ0F5~ '+)y3yrCIqB[ Lb)Oxkz-n=j<5qGMFcDzWO0< h` xZ{(ds/a<|8]Gpߚ=ުb1Pgu(@6`Ȭ"d=NT֙b1U֨sϰ>EzP <$P"TPl^T(.)mPG d9+JQg0#,{w ׫'H,ug X_sOVsk04}*q~3VD4;Č=]A^=Kw1E,f.vgcb01t4zD`z.Zq%rP 2ƒx؍#g94m]5q #izЈ#J`HYAg+]^ڴ=mpdmtwU \e?Nz*44 4Ya1P*3h?߬K4G:q&.[[z2b~yyR<̭]&WZZ3| Z$Kqhj ֶ1dgʷ (@ 48mp*6P;7[.j~޴9IBx[It=䉵*@<ڭ =#Cm;&]+1K:  s1 + L35ꭠ"{8Sb=u9GP/c9.+x\}+NG_=|| }mDɈ|ۮ8]AjK}8|X)nӰkG- bdjZ^ά|+bNըi,grG֛!a M%o;q^+`pQzSS-7uaDh#~ܩkRW9]taPA鎙wupDy@oyBt7.':;n22; sr>5ͣ Qm_22Z{PVI+2c{EC x"C PWj&$]r*ZoZdx.<Y_ɂ- sN>fxT@W̔͂!>NRSeL󚺱Y +TajݘIHAvu-@)DMo-lRuAd9h9XP{v` 'x\ 'WыE箽`Q$-׀1֯*ЪϿ63K8{w8쿗,'[Tѫ&,D6f2 nx1sO^廼 iLgF%. -)FLJ(9_3Y'I~Kw:KCwױ9~-&DZфJ2+Qaa+BfulMzîȍ`0V(qXU'-!L%Y6ݑ9cDW-m$9njjNDѵ<1\h'e)XVLvgL=9n+ nI^dlBRxxE^!8s z,锦Vne S Tp-[ډRbw* #\KQG[Y9^4c(R([K~RBo$ 'bII2[?ɿV;3mdsK(ʍFw-u*Rۥ|btИuQh ?(AJwڼ} 6DL^H~mQN'Eo;ZWZTǷ  /\:>$qsE{ւ fB j"!1x1 EnZ u4CNøHT,7X\M Xg#ᰆf?:A@^썋{\D.78 MXNnw)E`M̀idOB 5zG&[ň4S;}1cYD4޷gMA.7WKPntG*eP*ftDhqo%*0rb+}W\IÜ!$NT˄Dշ8<\ɲX7 ؏q S:l'PMr/1(%ED rɍn¾\8nCصL듹MQ144`pCZD; ¿_Khě/,}ċ&N<~YQ!ƿRͰeӆ>gڽuؗh3T&_[ɕR0? bu|oNt9TVSd`x1} tD3d>~TRk%sctq~1Ol @V\.Ǹl/B;ž ;1Ehmҡ< ʫBqv(T:lb@"3gqIuFBn^U/:i(3 4P^W%;0H+V# AP1wZF1uNGcH15BB`ZP1 gv[:ENJuy] H2mHOYbnpj&gߤc2h~RfúֲL^ EPY{ )>qK[% O`U.|+@ lm66wӱoı0.npeА17П b^Cǿ_6r fbQ-uz)7D-Bppvgdɡ8o8 0"oR΂ B0KDڭ:%=[-2qRxGzY i_rʮ8=O;RRNmo;pCĕan`=jVQ)oOEbXa}ݻ_/=qGpو3 '> xF:y'R`יp;fp˜0`Hr/V3 m=yro>H 8M]5Ǚ of@|~M3azx,%<^o,f:[ŇRE* .vQZt 0T WUn*ؿ0LO*Xl䉿*#JA3p9{yu#Һ.Tja(%FSyBlxn}+rni}Ahdnob-fF@?4P_#yM{SpN%n3]Fz?^٭mvL+q^S(bO[FnQC$yfb eǜz S$*TP]DX82,k:3N_[-'Re]Jђ)I)]PKf,2p ΫK /}5p3}⮬s7 `N&]~\Q(.b(54-\D"dz-QWoG=q0c:=tF+/83GXM.yUBz0B_1œbh ؀B"^D#xkF16&ݖ%C$֮ 3ёH~fobOnLFK$1G6 mqGox %٘IR3߃~MvrR<ᖉD:#0W5{>!m_^LeKQ"ӑc_)CU6-A! = 4?[]^ 䕶ux"v!G꒑Svec) @%Oׅ.̖":!pR/3 a˺˽H"ұ($$k@1KҠKLйٌ2$a%\X%jYnZ:bk] r=WCkw)'aY]?Ń֍5 RBҍ1)FuXl=h鳌K0wRv} h4*w #1`YFW2jPR*2:ο#<k7$kiiTB5velajY] By $#i-p%lD~.i ޏSsQV,W yVn*ɺl}X n{{If|O&lEZ]˓ڼl‚񤜃! 5 p7[:ֹVl%A{ SX % K!Hѹrl M^Lo0ai|'1^{c`Oïa_HBEHBoCzQ! )6';j0ux(9h:Z0{0Q4"IsɄ QS=[M}( l(1 cuaTX)V Nx2,E92rN, +.Z$&J_jZL|VVT.AV]琸nlWI -`_*. pyX] >"'@z΅܏'۷HZ}s# 'e=Vс:: k3 4(˘ĺw<ˤI Ñ|Ba@mGK/ j!E;:eлL6B< /<7 A"zHc VGDnVYUmU{|=V;?A6 !VW퇓S-28Y\0Âm=GS13wlW", >V{.'afl1GƁj Fz;:t_i|,ʱWZH_XWODns1\EjBO"͛J9eqMYNN xv͊pc *a8&=k֜2rmrս.Z,zAȴj$& o|灆~ɕ.*ǸJyʧ%fBZ%E^"geMa0;j*xz7 j#iGܤz1D\%3wY# eJ8ߢSu-1k+| AFSc$n@`/jDCqʅǡ f2|ݏ 7S>ls5y`!4frG70R AcMh~Ftz뗝Nú0ѕSpD vk {)\c#͐`Wz BNKˤ$B l_OK!E;.Zu f"t5%É )zD:ҁH k&kdԁ}"}[n >E:PNY2%3å%IFzn7Y(S%"xמ~s c}+c\|f[9{i6t7]Y8 j= gZ'HEo҈W׺-Ś%MG'Oǟr=;/7{6-[>6mw%_ F:=pEI*ɺ4UZۡ:*PfG2R`D:(xV/d/U`| j dwYѤ&wL_L\9krg^(jX¸2}1^E[P$؞uoMyy1lٓ[=>Db~鎈R'?T3Trc7xcy-1`$a8 +_}i"-נcxYd;;E3%L|ر3LODXƑĢ2gx9C?blуrd.@mJ\ X_+ch3AC hɌ7[7,Q{a!F>L!4z)PaK8}@G t(hʎ|kJGtp3@F d(W-w((q>B~F@GMYѺ&G4o$#$ڂ<0DS=QpHوu?p2VuWb 61t Q ǫux.4EȒ. "7RNr>*2ՀƳ?ӥazi򎫗ܽf:;m`O-XmAUfy[¼YZFJ?d !'HZ#\dcH&V8/4JFkP]T)9gql@,x?/DZ`F][N̟5Ҧ6NݗL=Zc d CR3GcC(Z"W uBZ%2K8g"诐=2ۜT)Iz=㰴5řT>/q%%C=8!?^yI^)〈FpݿW& ksWocH}qBBMCcdVs#a z40V1g eޚ6IBJ# mS,?1jY_ H=8L>O ~VpHPwPW1f2ʱ9'br;69Q}8,G ŮY&Ǔ `M- ])Mkj(gINOISITcŤ_dԼ'_,.YMkRsw8R`eV,lp V&Zkd[Z ⣉`Ԩ.C]Ng2ApS(rHxnc5܂#YgM y4|[Kr\V)'|%1B5OE a-ߠMH I0ޗA3<1̗iܙwbNl@l95GoCΐtD*;gF? b“=yASs= 54vJD ۦ+thEtpD 7-Љ05Ky>#\ 7,S+= 4uyS'3(az-<.[ N$FCj{GA}R&nRf A0?l awzU46<?O~r\l5e<0_A)a&+q:1ռqLyx{4*&A7I\>z_\_NkEV#knJېFB"$Ro2 A HӅ(bmu Bα\F%AБi ]#m rZ\EB .D<@͗f>񰎰YuYhFgaXorSe,κ5f%h߁Ruw@{?L{n &eѪlcrvgx]e6 ; U4]ΛݴmA],%P0 \r+_CG?FX?Hz޿f:qPH ]uY/¯Agk0me1 VUOKOM;,zEi'' u֧ >C<ѳ2mt]lK>.Mt_y7^sB; (۳ŝosh{ms0hdE܆a1.,K5 @,gI/ OIG804::C \jḪ1hb2.j0X{1=o95C5lʓm[ fzl9eqX KIGJ@) \6-NL"-]=H7BpwQ&yroP Hn\,<BY60Eo jN67%oGqsZ :àȧd447(f.r"ňGt?k~՘ Mg=ZH28g!pVoƾ-K'ƯKի}Q2>w$D&[(.x 豓>?o1NQsh~{8yr,Ŀ©7A䋄+)B5R30l3# k.L5᧽]W[{73{.^\m ħۯ+`ї#m @ESjj J$#tbC{L-|R]/`_T2=X:ذ|ޝ0+:E1v{ @w:sMuCHV<RZi:2+b1[$-z:bs2rU CW~np?<*s8j~יFelrkjcʳ$0|;6C+lq{ 4;A{cĠsrKAg8}1=kqRx\x%uF"#~_1%譲`pLD,><ǃ(w$ot`:Z쿷@y&+3f3/}r[Ag SІ)L'e ŇSjmh\P`h3 ?Zy!ZǙ,=I鱪0>ԯX]҂ ++f.ٹCInP{/gqVyrZnu9n; A'ɻ=.QّU?aјb"3FJŨ`*8F)/C If;n[lq[64 44˅NأR(=qfD; ;[;=vcHٽcxK3@{tź~14E[F4 Qu9 j膽_z(ifdm+hN$ܒ3 MjАq.Fk< 7#z$`ɅR65)d/\W~]6NMHwt$sUNr~3̣TI m U5@M ;oȝ%8ZyR|Bnм;[PۗwUH1<9S_b= oV& L=pƕp19烯3DX`Xep]3/ ˀ󭂒cY2Yi{ 4[?-.=gyPwZ8 ֬zm^)NIsr>Q.-"m3.4kW3ڄR#u_ՙp+ig=2n7ՊtYhzP7N2 iN#^lM"KX Q#p;EEv|09tM7|+MFMͅL[LA貸c;F_;EJ@,~@k=0a\NЬ{VbbH*@e͙|-TRܺId-)"٢'aY -9vEP:.htޑ/If %*D쫱1[ĎDv;af^FEU۵`G< _M}٧*ni7S;ˑSG *^`_QU2oljsznoʱ# ՀƢX{P-)Gз=xjE gnXBZSuU֢GL>КCQ ,.%i%̖uRtJW*L]^,d?"I]l=ȯ 4̈́ +40R@|^]*#MO(NNjQ!L)j-6/alVl=*qX;U3$(xF>uB+ҷL2Uy d |cQ2J=U_)}.2b?YLFkJXBN[ .SSEwK5 YpT`M.vv"sXiT(`vFLGZln _f(.4k Y+W)߉SYG(ˬc`gBtduOymd9%<߀yz7 E]@mgǵ===ŷʆ9;بs OX U/:%wLk&sE'|VZ^`m^NH]éT`4/]6\I|њc*Pu>lwnX|{㽨TGvp7f){7yM#_h/ÿPN1x\ҷRls ­l< Y ]ſy1 4,`Qw"h- TB[K4y8],;KuXYV$E{w/yVABҺ{@txvX(c/%PeoSMd0zviI i)PoR_8GCzouBRC[ Dk ArLf~„Znɞ#u5<ݨ7J:y$ғ p.~' 0Q?){`koRؑ Cy 8 `AR ‘|8 L¬9 ٶ6]ti3푿N Ke ͏чzİ`j;:5Q8m^̉%GxGu?wE\uk"x5~5sr60Me7^ CJ&7%XKIT8.7t ѝabLaejzV+'Yh{ EIe?vbu4gFm`Ӑjw5ֲXܔ!H6J{b%Tb#PX"G:j`ń\=G hy28WHux^,K,.G] Bx)-w>@b$Nu Ř?;AE<? j`6#sW$x ('QZ]~oέ 9UUEC1]Mt6a^hK}sF?NENhlMK!frT=g Dy\k|7,[)T<lҸ)1a: HO95ݖqr-0ca)tTN^D;bـA7r-- Ѩ!KT\i05ȉK ;~"Fk~XGz8U;_ɷ:* 0q׍PY"֞pN' N7Q#bۙW(La[g_3zP{*a])׬QrHyyi{X ]5JŮFU;顧d#Xl1-O]ewL4hj3/`C$`*Э%L\ Ƌ|b^?zvJ'9x\X%;CX Gh4C͌n*# n4%u~4roSUT%h"/}\ٍ@e q'Ə`*ODJҝhn3{A1u{i2آINvAasΓ+G=ab,TKQ4Bٞ?"Xwݦq6M[@/afya2-*~6dx)MFJIAD/h??īb'rRڝY-{-־dWDCT,&oN4CsnJOW^9~ ۤ'~fx-qI.I1-K|w\зYHc4Ea3,wnBEnrE@o ەzZyrpo"XzCq:޳i0WFf)qdc* c`重5_Ud͞plw#?ZiytPSUD/d¨nř+4ϥ4M:upI\6Jĝ$>8>L _>gg5 cJzo-;%Z7ʬSbĮ.8#6lg=>.QiAq]"-\Sw1VFWLqP"_ 7Y!&vCw@FUَf:%9Zlp]:4eu 7-L#::g*P*N/xHg7@${m !NkLȊ(Wpt4ʇ8'1i a"yˤHaFE 9`yO@o!ܤ|q=ݣ$+;к.*M3$e7X1޻?i)Ov ua.J.#ge_D|5=ݙߓH*ގHUu6cUj&-UNǢHSCEobb'rr2̫P.npYM0IBߡ|;m Ϲ"tzz)fw(izpڤ8RYƑߛ^o+G1Rӹtɗ<;et@,Zkz%CKI#&9DhҪ!(;λEвXت{q) )1Xk3V oy_U ` Z#ϰeAI&jwz3>V/+绺YsTq>yGgB kHI?*lccKUI#-T",NH f!mw]\v64NgGS͟ʂK\5QA|uzf-_?P30CR##Œ ,FTI+]^T͌oVޜ@;+f242:agbϧgޏDɲoOM^YbdY ei+-~3I\)̘hn'ނGO pcjf{1)qujk#(ۑ'fp:M8}Z faS2?@GR Zd1Vm>ՒE5`X /r1A`@2eǾh% "B̑nC5ڦ ^&Z!g(ýL: -%w:>("SX9Y@R/ k&e-!ʣؤP,fЋZLES t?gV_&pt#Q,ZWߺ'Y{g"β֯h{]fbiM/46iGFeҀ,(eHܗO΢@e < )"~gJholRhM~;f2c D uhiM O‹:̻u}x="$uс5ri5 ~o@r<-aٕ , &$Fʩ74I疫X?.#UK50s ?mN*oT慄 /uucك GKYD ̵blqGE2PdAxG%`uJm)`ӟ%S|" 423RDKw3Eʥ%F 5r6pG|zN^VDo2Ϥ#a3sBu\ndMJ2Z7Svm?QLo~DlK~@8J}X}f(6 p2諟?({(#?8)4 5?.X=j|\yp}Tu $pіe8:f} 螛Dubfn&_KFMF0׿cqpgH8g Vf!i5mZ qSxoy۷2T3d[;ZkGI>wbԱ 4,^[8̢V@FYO.D) z'ٜkvgaFrj9OܡL<~A!TdzN7Y'q&޳K6p@|r7D0%+vc u=7nl )=aNgӽiePB㤃-?@LX'JaTuZ'hhHQ׋k y%lOkA}ׄ XՠwDG(B!_V*reat2P/*c(0e$&.&ݬn<^3!9bo߸^GMAk:.C,1%:&eظ?5Fd{᧯ٰiA^ǽqM=etN#͕ڡh|d [Ɂ!B4o0McUn+Kcq@}Sr=.oN1YCF^fD'@_>_H i 0.\OEjZZmeXꞪK.iY 6y?HrxEN {=ZRK-G/kDC ip>e8*گ&RgcI.6!|VW!06AVٌlp1ǮtU*P_u&ZBڎk<1{-TqN.jd|7E@62+`/j8 kWYA{qEum\O1oоyv}dmU~rbvBd%{.t$RQVqW_DP7dHY`Ab؟rL-ĤJ_]FGIS"}w#ピƟ@0vV\-Kҫ.A o7zvN}qOLM66 S` |%4 A]{$`Ѻ9I 4IlZżR!T< Jn0JzYTv p=-f3]H܀ѱ0"ô~|b/UqTQZ(KUQFU'f:Tܠn`}dNj-asu%8zgDEIH5@ Ekn&bq|PU߯Pn_"YBM i]Ίi ]8q42Ǒ0H(oE΢& 8b-.-o*[ZM#K̙=XVZ%wf&8d 2[b8% ;Ul>jmVcJAD^.ħg=@46"UDz4 {AOc֋oOJ ~rHpH(~ 4z> vӦ,19q!#1l.*3HͽƝʣdQym">:5E nfqޡUAH*Q:@qN70&qK-Hno=5jWfI%?Q]ow`;69ؕdaZ33˷KF1 +W1XU}ӥKsIAs\?~>gX 3F%d&Td֟y{O*_X"EyU9т9Gt|i2~;kNFHWN/|S5]G"q%Dp%9|U7*]^]TR}A8| _={0dpE_8Ly{ EHQZ,Zg;g]L<n@w[u"y+3j+5kGҾM4ւ^)n=e8 _AD!^TׯZӱ%]mxwGxC{4q"Gڌ8|`^+O6E  <ؚ3ozM(| Xo=l6.8`&M҉5ZEDbA #`;!YQYjI?gIMtL A|I&H\ tJxSGZQ 0&VZUڗV1<˷Ђ-Ш ]{%} H p$ rypqcCߌԤ] Ud=ޒ H3_10X|vrd$gX2E>l0 {CH韇Hk]>RP`wsF^8^+XԔ!║0b-Z&ѢC |Lh"BP@ܲsAqxb'd~csBq뜥ET' ])J6}0xjhFz/ln1O,[*v7:\Y;H(N␘ ]hCol}2o>D!\`ep6{v*z#omGSc w{O1@[*.ap=7?lm3|xBFt2"wiT`.Dw1az`{U/FVNb㝍O9gD4qV7R]U ]${c+HsHވlXP6,ORMiͰ )Ԉz3$pg Cˇk9J;.dɁn@]4vi$k$WVo9>6S/fW;0(ZzR*>@: I 3H2~ ơf,mg@|.wے whxªcu-:|9١\ɜa])P4퍫:W>.=JyI2[rbpR 86f ʇ*GBpN ==Ҿ[5#y$_-HoEDYpL uJ0Zr:'r H]; -.gj"wl߻ŻC­guH sĀy¢ߧp |n?J[:j7ܔ(Yk͆=U H *P!K-祼Dȷw1iwè2>[_t̙?FJ=ߝ Fq^{;B |Vk(ja )$,Oeaf`" ͢ڑ4"YnEs>5 _~{ctQD=qF ҡa/^(IH!BOXe8\EYidXyP2RxmQAӏ1HL[F]hxp(p$j@('AFɍ<]aG |Sl\;l%wOnz b|%6sJQ% w6*mקtq]2fl2~w1&.;^ bNC$hx/\օ恉󒫔Z#m,'.β?K4d[3"@$f^>%<"rwS:#~ uˊL:>'y߸0p]i=B"b[n斸WPE-$_Gg׵XA.+XYFا3t>!@l5|Kd5p.$<2O.[]՛4` tfmUn󯟾)l mgq= &i] znM؇OH"ﭠvFrpכ4\ !JFOut^04oYsy9U!ʒuT)vlzAxA&xsm.lMK r֟||77uW=%Tes+ ڷ"eHcТ(O>w+Z?і2+%e"ۑ}d v#@x_wyh}>8/M];߫rЄ<xVI;Z|&;.NLA OSPk^co:ʯ2O}ײS«w ͨ<݉>@?-l;JE֬aR +Dv0e_I6.:} /{ !3@4%Hcq``yɷ&*IE1!U،˖nR*/,C@b@8-$")v%1YPnWo9,?sS/]IBPC*GZ7=y5;ǒDNl$uz]i!oo R#66#b?XӝaM(Zk8L?v6(d uV?Obh~5/Yf6=|߿82L?nTKw>bMzT5Z>5O\x~'lX^5uKϴBt,gs":S KXMqbO'Qv%ަn2 P-ثݧ`_9Y9L-5cmK;yCv^a<>MaL[)`ߪS߆BDu0VY|>b["ŚML,`0jhB&fXzrֺHAԩ)6ffߞYvDCPud%O-C YZ 7h27<-_p(T%&$Q9nگ3 CAD3:)q *{Y '$ sbAj># &Ⱦ`]< Ucq X82 t%+0eҽgc4n4뒤~ǘl7tDN~j%ԻQ2Ps5eg4_ *B}OTOݧ |E4j6&İ(>nGb}U_~"}Yg6>q*6Q1ŭT)#a͸&%MwUSǪơ\X5x{'_X+K|S:'GsuM2kqcŠ-"3\.G%5.O)qav0j8qQ K Vc/Y8f6EQHE d9dK||ڍ'lKvHCa̦wcN lܫr%P3?P$_Mm.8D{eW ځ1;$+};]8-}Vn';oq8sC+r>i:z#vCIە 8tGKdM9Ƿ]ٴtZ Bm/c-Hh֟>9QH@n2DW} `A= 7 l-ު|ySpKP NT0T܎" 9޹˒&x)YO X4~6$R4V@cr!ы)4X0%IRw:8~ŒN7 Qcl2(j:P! )-t>\%%.I_-!q#'v}bjX2Z>%ޠMDΎ9:”Qww{5K E/+/ Wcέ@: `KWj;bP3ŞÒ-^]rù: U@vq;A0oeʬ9yZJDbS0g)-D+ )PR+֏|FNBF{Fw:+gD+mͿiJ0GA%@waあPvo,4b8CVj-v^|'Rt #zI`͕+m2 ag,o)YV*#+;eq  W1{e?R:&8=BTBE3q=/CW51Ң֋ȿd0c@(=FHʥEݩmiX-f++k#ji$vөGaRP|yZXk=MzlQtbp3JJc\KDT[~?wtnvQK Qzrocß̈['jg- IX/Pq%1<^>iANVv^7mDf-FGqZ]G0GfPE@$jG\i,[˯_>STu;;I'9D)DXOwڛq%l  ]]ah`P_n'}oXN)lێN\& j0MQ*|ϳCvo04<\w&1vxWI*ŔHy4=~F~G7 MEKӀmR^bw?Q Ћy 2*NRU:β0}2ZW~o,L /ߗS*(MU7靽b0>Wr@} m4| ăRasi҉}5{tzB t>w,) 'szr-Ja{FbXph"OrJ0ޞeJ$yk !Du|!pOϴxo?@RU]OlhPDOF29x9N:c3KwO:5ӘSHSDΝ: FB?+L LXÈcD"0eXV+:,5$զqLŝ;j菧*#u*ri @p0|o̓\D!Bu#u҈<6ht etK.}C8ٛ)i-T,|UL#Ὂe1h7psſK75t6;مe8E E5(ϳզ-U b-u 90]@ÉIz:,@ik$? %zǸ۾9N%0fe"$$ir 1 Рj긱!)瞔s[q-p D~ zE-ɿʎƢK%@QS<]8KP<м}vf,~!kc~e#B.SvS9žۢ!GU;ƴxă',CD睳ٓIK๚TʔFKkf_{6 /:y^]f !ơe-Dڌx\9{yW#=LJ!(.V4}TLxZl_AQ"S?=`G-00=ĒzbeARϑ65Gx s/#]CmL8`(`p6>q(̝ۃ߳a_kYA= 6`D Gxl^ >sbD;w*!巙ɡ6{ Q$~`F^\޽XXVVbh 'LK丙?2D{)ѿZٰ'Ho%y>(xtdL|Ia4-̰>+aO)/X+RvQYW1&}f?K" P_^::beFUYB^ik?/ hN<̰Z }_ ?b -X>mL5g>K X eS=$R3.0A?I3Lxl`%\ǙUK˚m;k"]m1 ƽYКܢ7Ayze\*)bj$L"3W(Pz828k#$~Xc/{b34Gl~rqxˎ4ԽQc`2_4V 6@9 0aGFbȹ-FOOo*(!8Lw#`&%^$>ko0׻v?3;m?*U3j?!1}>ƭx' |]l=å3Be m4,)X.a߿>|!ؤ\#0PIm07IE"a.Gts#$]"!r&,:'ŧq`բ5YĊe>t@o^@G VojDq^Tu2OI;sd Y[rbW-2- f0K#TfE N4lJNLs<ItSMjz՝b~4[ ̗U΄Ovȑj 1OOW~1έ6G\~wU(OS?>}њB;*TYfy(Aib / 󊿫3+n{7qfHȧS)*Lw8ڃ[XYGw> &#UϞvKAD!3o|3}ϓt ]J"c$Dw=% ʜx1e\wK-4O5N5%p&>EĴ? {fdxجʚ KBhIǙeË Pw)a0 "~nnP=!࠻85'U _t{Lۧ_#7䚜$ޜCeF'?I9jI!BgگMNZۏ]f#8H.H}z5Ks5(rx? f<{:Lgv}@™ݝ]NPZpjt-?2a1zԳ/зatw0/ޱO{`PzM@x.,tH >Ni#m*ed,ȃ 7-.CDI%1# '{RҽݭEEq:5w*hPYeOSz2g竔}rk=,a_ɶi rC"FL/ꢂ#B7ۚG$4E3gK%6%QB諩nE!\wM:MH f'[} R@v SIV!W4?jM9(zu-$w;+ddc|(()?HnHn/òuWm`)26\X]j~4h+h/#Q5.+5-!,5r1%@@e. #؜v%jxBTp]{J: _t菣 R`A\]V:UZ1/4yZOn{KWsiLDGœ Cuw Y7Y\ NC wjIJ)ipENVjr-Iݮnp7sMIOw]dfRlb5QUƉ]na{M]Ъm>wg#_GkӮ^:}ǨGؖ.e,|YU}Zhս "u>azOTW5 CgX. #έ:֓4i@X_RF%b{cą.D{!c*Qxhå`/)PfJ*lzˮGj"DhݦYzy_Aa; ]l=ծ^yil78Oy;JkϾX/~Ql5vzWSP] l\kt̎ *AnKl)/ϦչY?,jB e~9jxѴhox( N8Nٌ(Fd.Ҟ7/ebȩ r/9!/ ڼY,V$3Z)߆5Ð{$r5BP4\ljlnꃱ/d&~۬(Tlٙ 8u?dZp~c0ѧ33Fa"{p9>n̆ctIוKDjP_6ץ$P`\4aĜUeeW;csNm)hs _sD 3(aꚋMqcN:]9sX[B5C1-͸wa{0=;DR3Yƀ!3; 4RZr}l=_N߷f2KS猂q0>4[{bg'l.C@:*p{;sv#!}}Y UfMCtrѱ +cѝQy lCw"أ7hv8o~7)rYT ʼ;Q[ψg7 ; X@^v_a'"O()뭒n&"梺qГ ƮjrLc[#)ىW{gꞵD94r h?aJYk6&~#fߪq*JDlXyR\tz28*]t2֏ ѲNޔ_" &\`FC5䖙yuLw>i6٬R;/RH#sxPkƝj ~0 4]"|)<wU%+*nD/Xomq`V%H|Px;~CE?bPDn▰/'UuzI;$}0kqwڗ黹&[9BB6ԲuW)K8KKzN'Uōr+l.hY}E5C;tɃߨs[ll3'3Ժ?a({pabحSrDזΙz0*Lm1 6U0XdO_ȢniLWVs j gISUI9R*@GayFR9:MO2ȥ{+OTŒ^u j57Msϟ}jO#{̡12%H_\B#%`'-q(2PdzU- _R <-Ї9DCMrJöZMAh9:w19AYdv ^X9ޛ7 #@:W&f(tvve^1mKH.y{ Q8, ʎR7G\'U$ݱ*R!Oh=`||_Z4w?ʣpјܯY*v]!;NR hU@j-y&.Ys/P!gVvTz821`< Pv C&};.®-60 UIL8"F :R"Ze Y'%yq%|ð5ZA֟q.N][2Apu]|fҗQHcV# ~drrb (mEgw y%x\92|YT4C\q jr8B=F[B_Y8.:&ɠ! <#U S߿>^~$ F;Kޡ<tjZī|$|FfK dt  Fhx,5lǮfYlxNAPr5گV 88(1';JkYo  e=وNhs[;ڇtM]zY-EP\+Kxj`H a"\UY\j)hW闻RX9:C[3cę`xnb񩌵5:u2Յ2 G#0`3nŚbdt[,bwll2W7zbMJ΢|Y78K^[4fY$. nIg5#2JJU P w2(XHvY" ś`-9/~&|.{r#e sBbY_IO}"w;)[ ,Vn=X t:Rt V2bo镏rwf;`rU -zW\*9p9FB!V9I~ Aʶ/*"u*vŒ i|1u 6 <9]a~hZ uaffw@\?{7C*On"R@!rpw= W 0$E&5-Nwv!fR^9(k~7#]}}6 ݅mC+#JwAG=cV-`jfO4TRT*\Yf\!rMYIj&5ʅ߱ktRW"e-"54oBKɮJ\&S=XU2rC Hr8 q_$oHk-P-iKЂemW*ip." :ߥ;wVCIw*Qtp4X6v0OJ`w v2GUrvvٲyea? l%WÂiHXύ}j%jԠD㏓!0[5Ag`YiMxľ f<[pSc^(+]pWg(SFq*0/Y{uiIM /pIǠIU+E7 A'ix)~.8OH9& YE#co0&Sxlek4 U10Ro;+EI~5O1HIPNk PNoħ0F)>ki-0N0H+n8:1Qg1Tf=E;Cڰ@3bð2-:7YoAiq葬(kQhEټ'0I׌?-/P3Ih>Hil wۏ}ם+p%ڀ&#ϽOnJa_$a paCIi>LJ R6@f`*܀^a![BP=`G a:M APr?b<,\ta]QV0 EV*)/GPK`Z>lj#K~V+) T?/YЛs0)%4j4?CHW@WMZ+Uڜ2HlF hG{iN R KkdF\2 uYHONM $Ȫ'̆s R5wrjnQM\@5jkItxovq;qyN*!OC0%RݬUHrFƲ57x*"ZċU#C7HKjB{ RR.tٱځ u hRGz~kl> ZFb"Rbے~gn2yzd6!<;CPu@G8swO <+,Y\yXol$+ՖQs;kI=FޠL)-b q'ɷrՇ$F 1yV{>fAzr_”*~Hr{܏脰Ax Doa";bc4u3/,RHVMyIjI lhԨ\o0Ao555jP(s| #?XEa+fyos6Չ,Y 15W ޚZ_>XqWR9EnDMD4" w?BWѢޏDq51z*?WN[SvOWZM=Lg Т৪/Kyq ˜+rHv~`mQoe5q:iջz* $C :H6h(jAM8{;n=P=."-GpiMepԐM.G1wѨU_^:g%ڵ)i5 KQҞJb)H]оnçg{?ϷtqP^myGZ^'4={uxM,;iʲW" &]"\Ry*#[y*|8&ȵ4#,2aŚL"W_˰AJ>ȳy2K1%tнVK|I 8׺EAWÈFGvGnbBp+(z-pK Ⱦ-+h 6!^8 Eg9W/򬉩}D F6wiQkTty_G  Y>7zѥ0s7 xI6՞B.nkpo!8.7G=CBwV􌤾#W5PVoGϽ;|u"m|h6ư]`ؑ%o_l _XucT+DD}":4!C{Ju]lQս ‡8('É!E Cj> Oj@UgqB~y, MAT)t̓ 6ȥ'*;HFHƍ Va )/V1| J{#DTb-#6_%y7.g;RH>y+ b|Ϣv][f:Jǀ!d尿Tѓb\(J\yڴXDů4*:+!*g8Z$(oΏշ6/X6\|) s}N1i,yxqfn!j"7푻O J.Wf&@ѽzNM5PO 3I,asx|Ll1A-Iky#bl܂44ƥe@ZK!Fd3I, Sd$"Kbfs&hhbݞ OS7$ii/\rΔ)7L?KV5C գf5jmi:9m6=֜QRQ%ӻl?;r&MuRd-C*n8OwI4gղxp@ GO2!~4HG\| ,$i>3$,qV ;dik|_55* H? #q ujiUЩқEbJ ʔ{B#Ccl sjvp9{Òùo!(7 :N=]A36WJE}vӖe4t^9Uj Ykz%eQxɱbR7bFC;˧ OY4Or%BL7t_biٔP y&;prR<ȣ-16A TuVq,1zQ7^æ8X˰iڳz<-*$6#:Vq g;-[jѐZ^ؒUYR>@v+/CIW :W~ 5g0khlCWtFrLqSZ"+acls.x&JWgV?ޤqaobU)6RnDI*?| qu\pŅ6 f!#'/]rB / k^-F!jc²"@3H[Rj|W_pB7l X97ЇsT0txZ`:G7zO Q\aGs .Z1A_FiQ>٫:*rclh:T5~ n[t %俸Tp E5 eNL򘉫䪇Y;!93N}.qp5#y~vM^|P\}!F50ȏMPj7k2H8/0q(K( ԙS ^ڜo[vɴzPF1vY8jٚ(b@<O+ClKXd=KB~Te%"V޿5̮d`+Xv aya`k|/K˾>p`Qd"b ks-;L#v9EUTfh@IQgX@1B_XљUtk|+pIdPԬaĕ+.^x~dbEщK&lxmcKiD|1> tkӒspQA3Ѭ1j(ʴ(J,> ~ '(.jXÏo+Fޯ6y }+PТHu*NU CͶ{ ܫ\AcU0w`4)LM \Y6.~`Y\=Jއ)&7Z41|(??>L*UdBUGC 9Z$5GC2]' 6,gቅ]3..3)a̟^ՠgq0dPf'Wd|YU/dXKc 7 " MudW;mY}ŐLC , s&vr~mŶ@2ϬAԂaǎ{N1$x- f31Z+H\9Q :cĈʶcS% $mgJ](Pk.Jpl&IPy"ino84k5xI-vVa&~?/mG7dK#Qizl>Vĩo>a8kӗ⧛(mXi,9#<ǦwUxɅ| s8q>Aٖ?eҀM8%E{7Ɂzcʔ2H )FN efS4&G{V ŖjV"UOb#TkC*aI7a4.C5v8A(JS@Eߨ:x!e⻱‘Lث9e `Q@Q 3j ,90 [9|./A&NA1A`GG[lW$ӆ(~SFve̻5Ab;bx1NZ stb1\mE4ەҔtDsMcf5y=-#M6o|w4h{ jJ^?g\PbB؝e Aw5﫶Cuš$/E[Qp,ljlRGH5x /j,Shļ罃Z .5U?&FC~]$jb㎍fBQ/=鿛$%ڵ8Kݬ1Ht!πp9'>id[y O K?AC JJ&f$kƻ7$F[vw^ bҲN*aגN6[/?. P{ t<ƀ $=Oږ8÷SdbLW\!NgcRsKnd' AS]6>8-vW94pv V B\78)BN+y>d28 8EاBe[({~&㫎Gxf3Frl[.p#|ic"teb-r(1Ywtp U6k82ݫ,l +ee<v|ãKGƃ"FEcZYBACEskCt*M,<dr+~t هohɭd=94*r} /툧n:V|OW52,+5NT(JnV渓\AuQ%\$(8߭:|،Z جKZۣ.Aa „h~#@z-ꁱfvdx&vD)2tɚO)m(ҦG۬H,$q){aB{x7A,LօIF,46%gJ}:[o4W$|l[Բ\PH{9g!#ZQ& 'lz *ݦX?Z* Yz̫G;w+0`G17uQ` +Nѭ}+3b Q{q|=9h`%#oVzXRd& QrڗXé_Mk@սxIcFZqr, u8 πܣ: Ex21 s6NMZy(\?j3IWG6adC@fqkrQU1ky Ykbw 4908@MdUW~ VV#3S͐TwC\rH`!tY:G*+@w?e-xl~`1?͟Ac'e᧓cBkX>{#< sN;}@oD&\+}YE,fWtkǕֻk NΟ6ES5-p8B!#pEdf:. Kvdذ WGG̙LRJMXjͨ!2Hn#/r<1:B /3R_#{zb:ҴP RDzt=O;65FV@5jGB[-^+HI20wT 3qOl3[io!!^7 ,M.DH JP.#̥۽]KGhjx"I5tlj0f t4P$ycJF!^/xM\yVO)(v$Zm,\rao R座BVGP{#g2|RY1N\1̢RB0J-M`ݽhC۰!vwwtZƎӜI$7c#= afu}gֱ)t`]Rj嵸>Sf6.׽Ed7i*xH\C4zw*_J~R=;Onyd]?ObȉHoKrz;~">$W+h^; vs2zi@?a|.]+YzGo‹!Upv8bQvbh8 "ʖ8ԃPhgEض?-%m+=P,Z '9j'8o&HcnƗA)v71Lzzr]` Twje%f.;nRBܳ[M-L FbBJ6ﱅ"R.+ݠ&;1Q( +eaI vjjʦpx8IyL'Ta'VxC(z\28KUmm_u s<xFu4'"K%1׼dPЕ1Q$у/Übݔ]I><z!sNbpeΣ0ò݊aI#ea 즪foP 8*⯻V2p(6GщGsݍUpHfG_MѭتU~HR鴗/~ة(%"dȸ1r] ⳾*nؚ[rRDZ{lG W[1r* xx_k{}h>76NY;ntYZ9& (DTѧ OA6\ )k`iM}{Bew)]5eJHt-km0h<>l@1fpS% ӃQ7v`Ҟ`j QZIĔ~..b^+N}S`{N3&(m3:՚3[}vkFTҼOg{A>cyQU{w'=1;'iXV$ZR|՝7t_f#t2}G2MHs 8_f47^,dcV"ie0FRrh{zAfu_a%W?WK⽢ \`]i|[9P Z` ߜ1Ʊnh]yȋ F #p5v_$86Ovq9zQJ QVX ]/TSst\$TEω5g݅Җ7s2:oT/i"8QUA\3F,vjw%5 ߥyiIy{[ @U|J+6[4;傌2FB.:T0Uf*5ET*&rf"'^ݰeV` Yb=;Qkc6>GZg>χ F@&hm ۫tqMCZżoF3I|W8oj'PboWUq\Lx@6a_,A~ Aq$6󪁐˘5n˛G 8bj ̆0Lu[e"9+W]%@0}[E  `R̽K9)x`sP+)J=mg)/eg~[cڛZ.*i)tD.ٞ2ݞWTKeݪ\s%G%j;;a'b+z4Q.lÌoLU3Ǚo(/x erP^P9=Q(~4)˽h=a0'&mB""iUdw`wZ@ǵ|Ɵ99Ne(nR+e?r P'T9=UI^S~ښ"^|Y:Vt)Yشx % |z(C.kW~*-gLx !?F rfށ7_|e{ٜE?R(?!&xa]:psgz ۭF^vX9SD"m%MldToЖDv_G7kT,6>?6!aN +em ULOvji[dFφBŷV{eau$ԃ. 8*\ikϙ&)559噠so#6\2`G]]#Bon5]I](<+|Lͺ3{Y7)W%.ΣAobu.~]ʺͶh峴wuU879(`/O5MZZru^Y,ר%ic.w]?ۺT{ 軚yaVj@$TAN]&23QοC%cA[h|. E=HzRzRg^{o4 Kf@5䯻bLB[{u5l8F#t6a+Z 8Je'KE'=k} 㙅|71'vWb6D[P똶zuӌ0gx ( }.a r8b#uN_m\9m/M_sZQz؝"(V }7ଌf e1[7dڋaIYWmy}SE XfVij n] N`vͲTqXm]ڥ&a t>|lCyP@#O [~kJf7՗6?'6,F}H` &EA*p73QVqKLLtfıˠEVWާ$qV8j.b=j!Zr@T^wQRmq:]OJWvQvg>UG|Q TYHP'x 2i$tI6vT=,Wo~Ox%XT>Z#3RT>{Jܩv#^qWL)_jxFѮux("rO N,&xyE=YAό&bIWH ᜴KCz⸶WLNrk;g ~^08US1Hr19@AeU>oa-=G2jl׃]` Tr~9i&-j;HX^F͓d*c:kr~tN5l绹__hӅ#g9fkÝ~t;)kh^솚ȠTbjdf$q|ϑfa'\UOsX/I/))K?,/ai%Da<~x-aK2 dz%nj?gA3(,˛:Bp +n3IΥiǴ>&)<kGW $r6_p/<|]ͽ,VF9߯0R Ӊ 88A%LN'8џg䶸' "]V4~<<5EETY$ȇuPjү- h,$5;7qI|^zАT'߱-gGPU!>{tqp>n DSU CykFs|vK!ovo|eqMBcże"Iͳ"\DN8簨MrC_Y쇈fI@FoQւۿV=[[]@5f'Sͮ&1?6հӰ |ꬌ?\_Rkxppk0,o-\X=T{<ʪB+K:pn9MɹL?5MЪpmAV}:g.BGd-!uhy]BOe勞qECC)[pդsV)Zk ٖ OlMCnno=;S uD-)$^lYwnkm EPZ=r?a9_SneFśEiͿ#C{G{YmP:zm9rJŝ(}}{S(? (O.C 5p|}/^SCC&M=0 Ju+8H`rC5зW fʔ򴊴ӑ3qB?3*v h Σ^s Vԭ&˹!$XCo\jPʼnh _~40TNꒋq]36YQ,(qxqO1)B1NB*0IwCaDzs>A*0)9?eˤ'"em "4TE%8ѰLo`bt-:KB IٟIA*q?@ZwKV 7A&bGx#Ge,rwqhQe~L<Ld; JI k ޘ~0'XThcIR}mm0t8f搌ߪ,)@ojSpM駹-OZ=z=͝+$"? ?2@G-sM!pAgՇp\V}ba1ĨQWwnԗbjCoȚD"]r:} niCqhԀb"THyH"1qɗ_A{榼"ƓTKgN|~Dy6ڑ%9yRV.Wp:<\ΧxXT@ I䕸hғlkyLsDb->so>cM^}b{#GU L4նTXqYx+l]f:z,뉿IN^|\T5Tप1vڇMH͹FjfEo9{YR'/xJʢ]N焆 b/;HCGAEDN,\ jWL7KɋR8Րbs2iM$0 ?QF+OjZꗈvh{1fP. @8j_zRʤc}܉J5ks/VOC<5{ȮlIn,0^ޱb0 2kѡhV^^s--eanUO&,I.zMf?ًK*7(p-1%,p%/mu*4-yG,} c?KÉy:|~gS7W8F?|sЅϕ-qBgg^{Qh>h1J ezN.ICܻiéG7jgs1#d=ADV*m-W 1Cr`O Z*ćq!_I<S^ASGnBvh1"&ϣC68N0dHfo3cV7GߜjV (ڮ!vHmu:+7_z}"M/ (Vq;P9=b|S@C,^S߬b e 07{#Sh0y0mmZn+t;;sv!炜kO`zϏyYowPo8ck/ a-Tth'`v!#UOٻJMP.ܘI{O/D\ՀUD_}JLiALʘ^T)Zh;+ĖiɌ"2Xf{kXl, N|\]`g>Ew]?*_37"3@ͺ.Ifxy䧴屨cNUY tәQl/F[2/!C[)h=ݼfm)!}8pUOpzrl\|x?3Z~m)G o[XվuW?ǝvĈ`͖ ;5Fm˃ GP%T-@:IJ%8xtdiOAvδ .Sʚ18{H'BpZ@P/CX{@ܩQv׹@ {R|?fSU5ns)hFg]08څlis2e=/9%9 orQT0\7zAne_pTj}R3ˮ ~KCO M~NI-r"NqMXhh !1pj G\i{ <տC7W|]+TFxs qU: B`uW)+1ZFcC"cZMv<'[ f7Y7-r5_>fap.@"cڼAҮ5 cwG-#OULJջ蓿Jz7ކ>HS҂6/X%lz &Kh]M).s7۱9QLN9UDo%QS5߻8{gfL@_yr,WPdQ:B@\GAہO/хȝM|EKod)پ;ƪ[XlFɤnKMIhr/x`Ck6R]F^P$9;mzwbיv+wm~͜e,D9_u@[na詂p/W&W͘.$u Jhz}+cW6iM ),W9c("92,]Do`N9y<rۄD4+bhڒs.L,DP$2de`W@<i?"P`5 ~YBl [흖; gʎ?P`v8g08w"Nk*R02 M/H`؏YQ Hq׊.@7$!@dZNAp-#UQuF!0d?ϽqVlP( 2+峬S +֣`1B;rO,u?WĤaѠ,U: Ɉ(Ha@Yν3ƼWJ߷MvJq=[\"lForciD}kVCl-RR\l6Z1jPES(!h'_Zt pݼI$ <ʏoqSyY00j|&ןT Byj~T_4_ԍoඟKdpU&lTOh Po%NA&_)PaN3fܽ?Fso2Ń'A "wBA|8&z W:Ѹp IZH^7\%PZȻzk`S4*q!pؔ2p_ :d\) x1z|bԤ@]ss$34n)o3 uBe ELTeКy\H.K[}ǒgϕl3ۘ!ilr 6!f4 lf>:Dr)SINHM9Lbx,m3iBX&Ėvu.M>IR0 6ޘ+e+j8Lx_~[Za~aVb/-#Fn4BtZ{R\ ]*Y+@V[[@a#T ekXK]簆U-c$3x-hLet^4` >!o]dL#Hku9?N$`_pz4;h]w;'㓇W@N=Oz?rA8r$XJ-R'0:KAz ݋d0N]חx1ʱ @Pg>RqRgn e)ư vE\ziNfRNL*~[F:恉0z&5[X|r ,FC*$c/]ǡg:B` $4)jK6&,._لwv;hqK9W;)Hop5F7,%[z|J;[$'Ar!)MzW `U[֙M11q qoGUCm7;]3l"5n4 YdGθ`̖Kutݝ6iɔ$130{%[*!w2:6ΐ1hJ]s,ի3$}ra{daxS48J"9'$R}wd<υN"W.T 0o+be7TI@Huls. ^6.:Qrr%<_D?x띝y_+ UL[~϶'J9N L& Tq#8rR#-ݢsr2==Z ڌ؊*WRel|o taIFf0¤$RmS9׸SMAH&-?osv!!j!d)PETVTY\ '50kGtnq߳Vayf$ۘny^\ҷ9ꛢIr9\\,K4M3wp:Fyx$^HS%ԙOfke ̪:jDK0]pi |_IH4'> JC{vi?}0s98%l)ʙ9_4"_a|}3ӓf𭏩P*}B_x_a;װ/ \p_X}noʡNa2 ~ȅD5D[ne`<1ic"W+ qO)gR2Dԯ8QDm֫BKF:w׈ GZ=ّk $|#|  )i||ݞN;A@RxdL ? Y ؾi ,5~%_yP_bᑻ0nC8 G/L5l?C#DuӀe'p}-ƎPS:d }ifK\ pibJ  5d/|jYe!ǔBcPL ّE=|Q!۵:0JmhηCz |@zP=N.(Ha٤ ~+A}yjDʥ/ 3Zã\c<>,IEuXr; YRo_Q,ٜ2ϙp\Etc ̀nPJ.B}"Y#c8ː{]GlIqmv4۫ԯ7j:MhW5X̅z\}KC~RZ *PxyӎvYs~YIn:5~0()xlrd= B$qX,WSKYŤ>q. dXyrס#^V`w ?T qMQ5,S0POOía8ޖ,rZzZϴ *JyT{iwM;- BEFTeCD<<)IinJG+HZ4R+n+*n3PwT툾ïWNtxI%MxXE=?PF{#g.ޭ \\;P6K&cky:$;$ `,m G7lb85}aORx5,KՅVͱN>%6:NKs̥KnZwE$0(hc+~1Eg* F<<>' #VEG;#Xԑ5!o"S,ƤOxa|M E CϤ+#urb@jɫN:B3*VBHo+^m6Zz8 +::2_ek׿EAJtBlDfHIBm&}*kz lPy-+G?ԪVi긅Fr|]f ~jn~do/WBݍHqEkɊ씎/WuR6; ]*BfxwlUXyI>2hxqN74䲝wtAq(헳P'-ˠOrl{4vdϙR{i Ѧ̒8ƥMǘKƢO/ԥ~Ж|[quy ! QԢ݃lio6wHZ^GR@պh0-$t:#gXxXo,2M=#sMgN oRy3 ct g*k'RaSO]`+.ql, Jֿ:@5"XUS%.;£٨`&T. SEH}˫EcT0սjсx`#(wWy\}lAFj]Qj`6_3iΛRSdYjf- ֪xHݞ*y/ şd5H*#@ߐDԧʏ̈́ZmKi6^`͡i)!q*4kNe_bͶզ=]W q!=TU&K,Zekɥk6̺;׫H6Q#Qe Px??a %@hDoWx/@ʶgj8! KԠy6\4Pว{?NnL8T,.[h4%}*+P<՞Y_G ]CX k>CȾ#V:# 8״󧁚!L͒ . HZ͊Bwg&n[Ò}wq7Q~u p`@U퐔0e|H d=GlD,( {|!эX6'`n1Kx8釀`1ĿiaT"Iڨއ|1kق.t3/%kS꾢-Gj1Zlw |Z(|ܘ3\ԭSuG*ΰ$5g֩OwHߪ[z= ZGabIi,̗ {Ȅ'&R&/jbs? jh}#hG t#G[}2Emw_PUu7$rc'M{ yYuA7\ uFU/;BH¥)ƨWF2rMl4m_y)gx&Zi Tpwk9Lvl_|;,-̪>Ǚraڑ?^`SxB. 7/p$ft!=%ln@DV(z *+y /7qj ”idyŤIf奱PEr0 j> ,AJ"M c*6cp%TT )١cXg?h¼ڏ􂤇L W3qϴ+=ZUq 3 d&,d.9,X_!ϴhhz}M_bzGvwn<%nLu`bM#b *ƱV!hE7,d/ +zVj. 99Aɶk2枺Joip3 %kqIdOzy=);FJл0©|;${iظVJ[ y!C{,1.#Lm*\;`N`j˵|wn۱DZdx `(|Ob7wR`LB=6u d,Mk(~,(OJ8sRՈS\?8i, $ V5zq3r8"CzUÄM.mz{WMȿGHtL!f|^K_$"A\W5 ȣpGϣQRgQTiqS,SDF> vf]A?6q(Kߥ՞7ɲתO Xa} WoA6xQU{@p70Zqh,Z;FB>(mlBկ25 !3O7m{oN$bu8l}B1<\*mT(﵀ a"nG }}ٍe,v !.ؒ@+~Bt]ŗ߅I#3Su瀻+XO-_!Ug1Ij]d5,MhԵ2_&IFvVJ&Rˮɨ.*'16~'eԋp9`Xܟ-~b}`%QӶب/nG#CS/2~HIøcGL݌:7E& ޽^ږŞ_$|h$suP8awSfiJ8y7v O؃y匐q{U㌘QCwjo g`>F`Àn܉`e%OG'$$lmhc JgE67YDQDU; yQ$Q&Lcmq3+4Ő(R>uft"}XFxS8.38$OT~ /̀5CnM1M:Iw kD϶^*?`;[_0>JKY܌6@X6uhmis ,|E(fQSk !q"GZz=Fl_$-himzNh`rI YlMXR[=MD=*~Ө6 ua{Lh ;q$q3~Q@Jv2n>Cp,M~ޛOsB꜅;{7<>E@pm#%$ ?ҹV `l׻;{ڨl$E^* |`_ u9q R Z1ȝr~`.0@LN3ov.mOD ,ݜQOs+x>I:#"^[]ZVcB8eg|1%odh4WIπE{m{" [ h(G=AwVrb=Gn,[}2 OOBicrIKq(-13u u/{L耸+LYB7IQ^%7N2xKLõY;cFE`#pIl j]|}Jq*r#dOLhT![#!_(vw N$6Zu zSͱ:|dBj,iD`Z~tD-!:'1I;m\_:X xۼhVXJ:yXg rJEsS $7 ErF#`,-d?7~GH)m eM/վC0^{E3z=Ye]^ojcb 6MtQ6/n[޽.L DZuyvn+l q8}&,Ÿ@rm=@r|pLm| Q 瞩͈rxSaH$r e!x`;iFeÐ.c{P ֔ kWF)ə,wMl}ߝ8ѭV26<ڽ~VGgO8Z9^98(sꩁ~JY$eTruBM6QZ*̲?[;+C$6ja_ek'-Aw@ moK>bNsYeX}dQ\lSRm TVM"C@ѠItN=FsPM|˂yȎ9}ˡ5t- ٘Q|4R\R |}04*U1`{E* bx[K+jEcAٗE~ sL)e6m7]])黀ch?H*8߇\e N 4*zQiĭgnУp7G;/̛%T fbc8UӶ"YBՃ\&s B+<Pdi q~?1#mqF({4 =BUci(NPIO3ng5І8t+7| b ҽfmןE"2s{-:3*:kp?WD2௓(Z;j"w!+!tvȗjv|y>ht֌ ' bU]V&6BKrٺ K:KpF %XiQc:=N3hh@(%ěK *3 G TO%2`'qꙬx 1Oa4H4h"[ |>6k Q5$g"xn`ol>&'#=-\tsh3Pk\Q=[KoY? Xo9FiɊ.%.kAc$sb3Jc"S F4my r<%ҕ+"[GN/>.ׂcȈ J?Z@zP>JFTT\ 2pq.GŗG_!Ӣ%dayZ0!<цqI@܇R5UfߒW[ \0lȣݔ1s~1wnXo!!B\mL)%9X*|9O!a80.rQ}[рrX 9ze5)ɭE`ڸbjq`}MWuIhfZZsRyCƶS4i/[DV XH0gdoMV_lr1t#:3MPN^lFj`(dBGd9ΫT؄ndi"S2vӎT!1iB4Lbс˩vDsԐZ* l[X.3ڦP[fߤ6N{,k}#h,ewKܺE #^*\sp3n.jӢ4, dX_M`+C[WĈo=B;t1: BoQR$b -bf## ]L|Pvр^u0TL!צC=Ԏ0$cDLxwK_6o|>*w }v17P91b.Ӏ|[x-Li:Q4 ?|hǬtq5x>R&<۶qL#r^HW?O Eyg]qre_sp71< ?9>bD18a0+J+9 :%nbHu7v-)o\graU}Qzt=uՎaܡ5G:j{źQn~2>ܹDq8FQ1ZD-i𫋉˶, vB[f5C/j/fMSE5mRg[]4r4Tm VHi?4X70YJ^d<w^8/Ocs5]DpI285=-M 3 xSѭFCWE e3T55wSVF>M9#+ItLv4 B>VUG*,0 yǩ8n߶9ZqQ_u'Ops5zl!1S;YAGX`]uV\^xRJmxLxJ,2%c.&O07ƦbIQ*+f*}j#yϹ0ۡ!=Iy7v.1+LK^gmy}u eh=威xNVh ]Z/d,OmcY i[*; QD 'dH &|g*Gv?\%nW @r'z,V8ɌT:`m ]H0K'KQw] hTZ!.z쯦&,.~#rY'p~]Yac'F=;Boo"yPAe S7ZWCt-f&劑wuNa ;wCPfqa3왯;OjQ Қ4`_Tlva2g7:TsNl-|>: co#ޯPNC55i/01*4G_j []mY2ۉ Wcx)0Q"B88Q$MWPBW8k.,ޜ@;#%G+Q̷ uXO*.ƪ{Wzppܢ[ mG[B򔵧  9)U,o`Vߙ磼0vJk5C ûF!wYӜqn1e}15`-Z"a _oӰ 0u\ӳ4g h/a3f 6z@8wAW kºvx=򴷠ya;Y@CZU^ *rn$kkPtn"4Ack=vcw]ن/C;esܗ1W(ܤN!!h> $~Rc[Tޝ bZ;^pOK669lO_LMfj.Ve"R$5̺hnaNB 坑GRVc* єkHb)dkBXT@r9Og FVq)3hgX_k#&f5ίZ=5kx|kӋ)R<^F"sf7xݦW>̰53XX#uZ=vJl?r/+!Q~R?\_eN1ꡘ P~"ZzW.QkB$|]0 !,ʼ#8]|Hup6M_D$ Ъ( [U(e0I\7%FrcI74WHT)S _I3eξjh@gz"^U?=6B5#e!(nɇ޴zQSTpwm| <R!sa|޻ Do4؏=4kNnxJBӋxQ=Xmݻ+ z@[o[Wf$7mQ{/NÉw[m_tn}'pɯE g#moװ ڸgeǤ/sii>:җLTfg;* bb ;Z`ȔO(h GG@*VDχ֞ +Á;Tĺ)YZ Umn/ H ?զz]}Ŕ81OjD˕͉(iW{ xU3Oјj|Hޟ$=x`5b]$-%;ajyt{-^{q{U'Uk"{)ˊnRrs4T&lz}5JAR]?OLIg"د7>1@Y2 NAեq\6ny| $P 5C2+U3U6[+;V?;{p~93S TUZ m/=򎸌MY犯4Ƨʖ +RbB,YM?0*EZ_]d0:Y;SF"M|c7Ŀy&q*ee-kȲ|I[ts9B6BbW[ 8rlpRų 1=+ b/l\0!Mou'R!!S{'aA8.u3L!?͖z~c+0qƆO8IGrΊ[\:Ѱ^ƺkF|Jb-%UlDXBFi[D4/ڙCm ]Vl>E})-5GJaq6 Ɯ!@P}6}U3nX;G#l/'ƣJlGXB#̫︧hֈINl28m?V7B9/{|4Pm,]8@KxDQGOy]>!,>Bih8%b]UB[~؏$1~7x~_̳9JL )`1!dT"9=?@)SeW&PϵFɡyqKAY07*Gh:iG93'h77%7_YޒB^݈w;k{e޴Y^Ko 4Nlz8m{x2*w+|N299V޷r4n= <(Nlh1GR{q6L:l93πIy}RSa+#:'CdYg$+J${: Ytht&Lr3z`;dB]8VlC_fPFebn׌ |J[_W6{b#v3ݥi.}f{mO;s['h9z)j˛(H^gO|r)OOsJr=dnđBMYv-R?-Ьm'f8H/ [55eyfPk]S{x%c: ]$IrR~n>ܦO{_!Xy$0ώ&G< Ou;y Xv/[N߼'B+ .XzUG¶ E:I 1gd4#V{E~8h嘆=ו&w1 w -+2/߈%)sG ~l|mL UUy7vhRglUb]eۓZ3',Y<]Z7~X\‘Ybf.,ӪؘOi*bDh@,r ]q+jY9MwbԥѮ'_g\g(3`?ol9lAz(Džɂ:N|:7z:+Q)53@0wtU|n,d1~nOz cNjMV[d|Q0r ;x9zJ$K J bK:D'oM>I,/W8ty 2[Bl; I+;P-،j3xd:}@0E6MB)݀0/`-hfC"VJj~bacmQd7VN]Y,{yʨ6A'bPn_Y,3h]xk {}&oh+\n6h!Xջ,I4>׫xi[#w6B_-N-AwqJ9j+گ)r }2-J1:حX6OF78e<,'$ p{g V(bMM>},HW t@O\/OQrjjnlŎ.Uwo‡o[>S`mcgc۾EshOe6j tj r:7g&>Yo/~fznj<CtsD&W;*M1GUu 8=ߘW{Ԗd}q r>dV!cRn~5#^S3@kE 8 `OyWF@CgKS `D4aCil[JICfDukصʕ\X.ٌ&ìf}Z'ѡF'CXK,4 X:\@,&kפ'oCl&w^Լo`jAR9Awio u^;dĺԕfZ #yBr?Η"`96&xVc3`n|ɬfô% W`S)vQIhI RګʾX@0s>ZOB04%OֱzKΏ7OJ~Õ/Hn6>.x"ɳMyFpUU;&;e4L?j!_A &S',[pݕz$K}y[O !\.qlaA.25յDK5䰌'),e_9hB1QfP EPn* E\]S YfCVí0俆6*ҕ& J̚g Z"Otu2nE| и4o[y,;2E ey/1qͶ[׈xV|C}8dpRJJm<#Ð-^e9F7Tvؒ**rґ?U8%"0lI;d-os` Z=6K[G> t8cᛏivXK1H4N?V3aP| &48 %^n!q+<疻XW{Xuk>,xrQ‰W}Bd֨)mP(#2+l>`Q:5] Kg7\:ʮ<8Kǝ6fkExX0%@k gҵZW< _rn 1Z7fXw`-PȷT$'b&fa{O/[\Bw5zb1n;$}7V^K5L#C^P^ċ c𐓤ý(MDް--aiZ3ĵM9r;S$lawdBj.|W1zw;~4 Z}.xA&eG*~=\4 H,DlHhii5d{WnhPT52nt?eq;TnIGLz~N2E֏r zp\8$!9E A|e92b ;*U*<(V%3[T W2iDI*~$IS`ɢqhtegM u`Pq|ma*ǂ()|1HW&D*~$` m^$Hu\%x>WIC9Y.ZôNT4]⎞S:oRcAX&F|-]!9Zi/;D1EdNk,6g'NmS6 Շ̢Cw0DMAN\hHTXMh$Qؖ\Ny-nJ_Kbu+\3.x{xcЗTgpbj_ c?uB}o͇yB1\QFRvBAI}{+W*zEo|d*T9֐a]ۓن  v;i]b^`r,R$g[A ` @p 4B#J(xqp { , Evt4TXzS dլkIB:q: @PP`藊ɥ<_AKw/X:m T 3NΈwt˽*.mm|\D'^w}&(=_p_ - uZv#.JHJK I+2* IY[+!cjNts͆JF_U^/6B[ !Nym_b)'gd+s%)XE*sn+f`9t\ȕ:˒Ӣ]Z <塠l + L6M=K@KOԫC429\E3Fu܅,8౯L]HXXEtS[n[!nuc]B$ 1AfA oWYH 9էIVY度hfnU]R6<Ӿ3pbT1ǤhWR'YZ $ +?ew[3@9#UwTE퀬l2YpvAg=~,iOA(.l_e ǖʹ+}Of06 ǶAJkFS}>YM mww)0-. "Z=MNW%2g~^jxn((p'nH@@8^<\TWiyl E+mw<'W;z0)x;/VB4_6*nD0q((bu-f q];47v-YoDd]g4sґP<5*=䧛E; jѦ!6U:o.uio݆IܑBxx#H4eK)MSfW1I.zVJؤԔw켁1vUO`P6N,,F){׮7 -JL=_Aث Ep"[ +FD L#GZ?!*PQIWO| {Cu(ikT忠 Ң5zl4}0Ps[@a/ǐ=Τ1W\ivJϚwHhͲ(Xc hεk(Tc g5lӈiw]ze< `p1 ͊+ sNWە 7NARw(U]BHLniq 3c`w󌵞Z˿Vt\B{;m5Cqכm;ᴔeP 00w T׸cQsb39ɶt{y_: \,K UH0\DŽ;[,w!1%1(?1)1J{Ncn[Tɷ)l4!ae2NtJf-]Š /<<)doOlah!^xNpIi.zO6WV1?ɚV |`Cm(K!V}l[Kz3H&j8ےuO~~ޒo`ݟ)3FYgR8jV¯Lv ~mI]Np#<;%j5a=S3D$D}˘bG1I6WYΙ4CW8ƫg4yi3#QoL/,mm ~u[)wnk̠FUDIV_ffɾf~>YDT!廥 ED3z0aG{ j۞h-62t)|ˡAq>]|~"+WfDJ^g'aRV[Eڗ_2P = FCs|_ tXYt~q<+U72_ex#Ӏ:#6rڊ1jv Xk-7sY؏Wdw;rhA]) DK87 qK2qf'ޣ^p(u < "2%o'}Cڱ3$-!:ϥaG礘gQ)PوQ e>WSSI kqv: Jڐ =BFcrd.,Wߛ:Ib k"kKkv3(!>'QGvi|ΑG"Sxp{Ȉ1w-b ݄-nw-C`9_]ΊJ3jA9jeopPD:ɶPAOr lد*PfxeTKb1);G t6ݛXVЕKR;uiһYqmPe# rܠ %xܾ( LB Z&H8/la:#.ynyLr)4YMu^H:ҴJ?(i}8kgx,4xF,ig_0TFcϗ,X旌f:|$}KMrIkW@5}mm3͍Y%x;8 S?VIMajeOf'(FyO"s|13{t`)(l" -dҼ̐Wd O}vϘ= ^GˬF 3z͑_•b%vL%WL42X.wV <~> G)xsX\$ 4"uHݸ`w/6 V7ۑԶFܰ"kXtC ^bv )Ŏ՟# Y<p(WU$"w_~ɥl7>厂€k³3]B`WnSS5`f RV)m<=nx1470,4=\B _-퇻$%۷ZR٩!5_leϥ91+9C΅)vT_\pIp))$lm`9DMe؋(d8/( u+#/ q( ϲ}:Gҫk.^˩KqAV ,o,~,*p_:N#I2Dw}(TgRC Gx\n]w{d 66Bk-H1; izZâF?\5}Y69jyYd/=]rfhs6v;]cd ޝJ8cVrw=9Rj45E d'?< #5#,W7$uaWfD@~1aN}~jRϫD:ZȚ^ֆ\S|?\:nWZ2"G|qu7Pa+%056= =s.\]@ ( s fP\o{VmYRȬR?COnrsxN$ˆ湺6qĞIMsjdcFը6mWv D.^ꩀ`*IZ6@\W:Mځjsw״~sg,t)Lp%# vfv ABo`ϣJ87N(Pu% P8ǷZŹ`$Z5R+4~ XH rZd`\?=;drE77>?>־^pd("0+6rzw=t|mrHǣv4Rnֽ"~mӕwZק2 (@\ZޮZMͰ#Kҁ/az"СƧ<P4(.iÏ_KI3^e Nh=^TF԰w%51،#4<`c8 h,7pR f.+Cʺ?k8JI%w-[ wYDSq2 fH!9, M|[lEl2FknDYlfX8Ά4K<c;D=JD @pO/H,2E]~}&al2, ]/ uy^^ QX"wme8Fc)O~I?æ@UYŠyEӈ z~N(+7acMcZN8RcHf.,xw uԕwW΅ΌVUsvΔۥiK aZW__a| ۣbeUAt@ZPތ0l-u@؈6WL񧭅A;_~+ڱ(beJܷA-ʡ nb᣺f'}M#NVuىKzJ2)l+hKNNBw'b8("2lpO[Zp.ţR0?`KIqBvDI(U7v*J2;E&t?_s0K1"qotTA`Ԍi>Β7,Ů-VeḛW~:*=)¨G< AUA}3ՃENHr-q&9sgYn&FgE~p *j(4ʊXQO%()&!׮1$$BSρUY} ^(*@&nK /V|Ci`XTM S3ƞfJFwazh 4Cvqs!t7 ʠ*{$%<<,B~jd qeNI(f6^jڌ}$u S7;ܑ}J!'6l cHvƣiz'~.<-+OTK]u*7uy%v(BvA km98'Ė;1Qنyt?'Pˡ@-=6!#t2sfd#+yosrW0K'Hk$ų8Z4ɍ(ZSfjwmgh,_Haevu^ SNM!,ֽ9<\\', Vrh8tۼ*g3J0?0o47;#١ԂRn@,,i<Ϲs@'yx'S͏ij6|VӘ^;:^Y8D&AeP^QaA eupimcZhT e0dmtD_BbKD秹4E0bXr0\߾aj|oh4T,[]p >i0;.,]˟GP*"|%z|JuǮL*;MeJ>jDS QQԵ>E_Re=7>BhΑשDJWENZLwH:n@}mmg0%q(U 9'xBʬQjZ~OTD8vMi{R$E 6?OxsgF:- Z_#KBFiGÀײ ې~26v ۸ ޴ Qgا4BaxcY/I JmK!HN*jɧoBvKLx`&dvɧBʈ#eFǼS|ssXOsG)m#Fn66CL- Ld[6R6Vcf)KRO|* ɰنX޺q=[3p{qUw`֗P5E3BQMI&6 ̺٬ 4{2e4 [qȻ~W^s2A3!+Q{QAw%kv\r=DŽ_xN: Za|#rWa7sKpEk*E?ړ0k.BL7_fN1@χUkcv%#K` &h2\q-e 㱀ˮ[HRʆa#E*DT{bsͲ%m㤸z:DrcLĕ*ްIvnWJơyf}˸EUsfC,|j5ZX5sv|t$%BNnI)4 Xw]hK}=PE#d廙 3:[A;"+:OAҬ8X.iAk̡zEE7+ s_ 8)(zd7ʑ/VYCO^¯Ə >^5=[8P�Xdȃd_ش[+}$qӰ5iǍ &Q&j0؂>[KnRht2"b ܱU6]¨z![^ Х߁ws w<`:qeq&[ǓE&2,qS) ^T$M(+\xkG%ASH+GxT`ٖw";YDxs[A %%TP-aPB6+Mno9>Ag?ɇiZEk "D Q)[K5g}nV |Pgߛ7|cйe0oPɺx=0|25dƧi= r`^Dnh0\ΫSdyXhS&_UUdBX2 ^]7H$8a{bn+Py{DZlkb)Yp]>V-r9˩*0oj&׽nmZ"J=odqoZ"JJMBK+?%lTEMj2a.ϝ@2쥕OŒ4au}v.=ɕI]wŎB<#by?B)E+[?D{| ~8'ϺBɻ_t3ߪ w yVc;:sPgθ9dVrI*\aQU&lЖ@|?A{`>.wȣ!߾t׭ҏXxB<4\J^2tCɴ]lV %)T5~T7ؾ6C`s%5ɧO j!5@Jҏ,r±X B\T bl>TDD"Ta߈yHNj@Wӏ9/|PHySȟsLaqlYDtKqٍGkCM$ybwߤ~qWY;%\d=z0;.}<%hK[+ݒL/`/q ݀Vn ao\z Gk?PTz:vQ`O?!Jb0~ =c46Lc9G=lp+\>c&h$H%%310ઐOmg9+HtT -5Aǣwn 1jBmviH1úCŠݷC ˻Å'䁬ߊN<÷!]VY+,O=Uʟ *<,RkC"~QRb衵yecEW zL[v%wٵeEݑF79|q*5>O'1_ lRv (Ou%;_]MM.E4Iv> &ZǭgWEKAqYM}DU1-Q}x$Fp ᴷs$uFXLQU:d!u W-IGrl:;>6_6gYϲl_3 nKC򻉿~XnP*2:[2<-($_cPゟvȩ EYv[@H/ţm*+:MCRw(t{}lʒwB`vbH1ַBPx8o9O4\ph.xbp//)!eY꼞cX8T&Ͼ_l+݊^`ЋQ:Ő%^f(͵}>ÿ$l-dVYh +76qY*X.vg ۨpfcy~!IӅ*ڷ":`P (g&`8XW馄hUpA#]qŒZnW$ ͼlȼ\Y@ۣY$R cQu&2nvJǸs; Vg,I%5?PƸ$cs=ԝCGDLlu w@Τ>^e o5Oɭ3wZV,xF_ryI'@3ܥ n1fEwYrj+F˽B¨҉WdF;XLx(we$ב(wPÉJw;0CJ8ஹe e(Maw>I0aY׺%옶wE}.4@(:]N[ :~, Z/Ҝl4ӂo5'[.0o93ݴ?joYibbn[w$4 -NeDEQn|xd"I5Tܟ'a$pT2Ee_g 4:{80vGbj% KLΕ}G07H4JdQՊQBM/=~!oOS܊4u^ @²4j!ɒ%wM6(6VEh$3wM@h X% (sal~BlTR{JU{D"O]߅. .Nz/vhAM]67. J+5P *#E(=~>(D~Pyg*MR ErW4a4;]|*w܅my{=Yjؾ_" NCEJ߶Ck}!U5x[eO[vUm{^x Tڧ!TKlOMoaӒ84Vڕ~'XePKZAsNecf\@eERk~aHN0uȩk7wK? ŭ?`){VSjKyO댔Oo[9c \E&rg|ŕ[>'UQZuDz?Lnh9\yb(,VYdGsGUv\WAZvѭux=nk~A9#\r'Cýk _f($shdƋY V<6F ^0fE\Qlý iSհBkR"ϱqAҴRwv>*>(aӲc;J?h]ڍqj EE߇Cz,a `O*Y*2 /}nQܞtP0xx 4뢀Nů V5.43< 'P/p̵Q$^1e Rʹ#~jh'mP]ۣI҃c y9X|2To ITq,?bsa V]4[=!`Q*%=FH䟊mGEDZS6NJY|F_va¢:׆qtd;Yc a2ylrQѢ]h'zƾc|7xjf2YvhPD&% i&_*(;IG+v!.O;f Ors C0}@~&׫{+nldy0G4PIb"9b#X+DK=i;!^8XMSʫ١}Xl;e9T-X&ojZ=OӬ:+%RrI5v v50,^ (x-T2X6h_iL2}/N2YuCVZ_e b