samba-4.19.8+git.435.78ced6cf30d-150600.3.21.1<>,Ŵhp9|-*J58Jl5P#R_yyb`U҄SXDƢ<3࠼E*[ Trlнxݧѩ=DE@"Mw{~fu>'=HH2ڨF!wP$ C&'"`a|Z!"b'2BgQf\j#[,t,hA磴#gUuJS5r*P? ZPCNsDAa>R]p?]`d# 1 c .? Us(1~~ |~ x~ p~ 6~ 7|~9t~;~>y>~@@CD_(`8a(9e(:yZ(=>?@BFG~H~I~XlYZ[\@~]8~^#b%}c&&d&e&f&l&u&~v(9wI~xKx~yMpz\\\\\\\\\]] ]]]\Csamba4.19.8+git.435.78ced6cf30d150600.3.21.1A 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.hibs-power9-21HiSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Networking/Sambahttps://www.samba.org/linuxppc64le 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 fi /usr/sbin/sysusers2shadow samba.conf <<"EOF" || [ -f /.buildenv ] g ntadmin 71 - EOF if 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!!{7i                 (   H (         (   0    0  0    ( p0 x RwaizD 5N  L LwcO/ JJ A큤큤AAAAAA큤AAAAAAAAAAAAhhhhhhhhhhDhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhסhנhנhסhנhסhסhסhסhסhסhסhסhסhסhסhסhסhסhעhעhעhעhעhעhסhעhעhעhעhעhעhעhעhעhעhעhעhעhעhעhעhעhעhעhעhhhhhhhhhhhhhhh08bd52e5b6d5482e2d5586000ddb890ca320ae32eb14254c23eec6714cd4d69eb4d13e3eb75df5d1ab808d3b04d12e9b811a32747a3d37b82a5788241140b053539974f34af2c2e54b78c8f5dee3acad0397f21fcebb289d3ddeb2302e265b97aee90adc8da807a083ced2c9fbbf464aac9088fce0b78074797ef6f10160a2d8dede0c1dee668b80fb4e1e6454389dbba43a8a2fb9397b93768895d9fde9cc3b6581de8f58bfa5d55dc28d86535a079a9f3baad96583dbc0cf2f4f5a9a16dceda35f78607445a95770b1d025fafa2d954377620bbd06e143326a1875f79360082b2bbc1a58bdb81e1832df61fe92edabd541c1b438b4a80af1c669e9f1427e13672dd673b52bb37e338b5647617ef0ef0e6a53d5e1bcf62df27a50119ee64656ab481fff0db3ddb6354a895581c175590cac3fdbc25700e099e22592f79d7bdfe88b5c6983d438230b5cca4ebdcd26d33ed30e96e7e1be3a25ae5bb2824288929c4949216dc1bc9a84dfdf7d7ccbefad3ee8f547d5ce3be536693163c1c6d406279725a62868fd6a7a04504b04cdcfea5660d031699b04313f99c7ca42f9ff0fdf5429b3fc6a72fc94cb4823ee51ee26893ea38645ce885d59045427e4628a6150d358ddeac1f6d6c29dfc3fb89a87717e4d30914f876a48f192bb865202d6d36483043871601393bec711825749b60eb129d1b298462b2810952001da9c9db15864a8c66d59ef7453fc738e438de6a7bacf385169e0c77bb15b38ff0585c591677c5ad699e4cdb65195ea55073aea24eda73bfca0e8a44091908aa2c2d45a57f956b964dd62b578fc2c4424863c6ffd2b16be813e86744cdcc039ecbac2734a40d4a9e05437b59837fa18ae7170905677e34791b7289a25969350357c3319363ead4df095db796e13a69a9c3d1c246c3b563dec4de97c53393364593c8245044e065fa1ffac6b4b3bf81e387ce238d5b5c2d07d1dc42a112abdb29f973ca63c5a696c33fd658e83fb60f1756b499e568b41f7ac06edcb176149a2aef4218fdb56871db729f8477fc534aa6cffb58eb542e6916d5d9b515d317655b95d14d7bdb1df2bbfb6e4d19afcb621caba8a086fe74051ff176d91f2e72744bf630a500c997c3b289079fa5e4bac92f22afd2c293b1a9ad73d43aafd44ec69ebed77c3cae40d0ff568d81bb1c2f6292a2bdb4d9b1a31fdc52a6732e36a0d45de1613ea5c986218a2161e2ec810692a2921e8be61454b0102b7b7f1651e1e9efde4e64d87e7f2b08fdda8ac7404e88711d795b93c731e9125566fbee01cf1e7269f8acd8bcd5a26dd47deef16e4babdc343c9c1fa155682a3b604d5dee9618dc99cd4ee4da51e1468961e0f5631ea3d20bed36d6b86a95ed011e5a35fafaeae5cf1d4ead510fdf20cfaf3a5524bbe81f155931ed998b89675009aad5a8dbf37e3ba0e98e74274d227c03241353aca1836ff8084f5b9275ba5ac452256cf5a542db8b72d7fd71b50bed2b00fcdcaa699d10eeaa943ea512a1d269f5f1322f03f0cdf952d8dd1c0ca9bacff61c551eabe8b5b67f05f26cb77ac8701adb1ecc380b9ddb131aaef65bc20dbdd469f08cebb214c158c58b98e91dc1bfec763783e3bab57dd76bc981db4d406e05fbf2a946d7ece5dfd6d5ae794bb9cc11faf578f79b03b1f7d968ac3bb3ad6945c9312a9d4b14df115618141056db00ee7a7eae4aa4a86d165706ba618014ba3d3ddfa88dac720db1adde5feaab8558ea0486326aa211ee5c42e12e6913c14327698120be01774c247e581d38129ba71c9e2721d6e0d76bcdc48a46f6db970107554fda58497ae25d7b77c5f703978db28b261b856d1b4cfd504587adeed9b064c542c1f31f1c21f8d31054e2ad4131e2ae89bd175f32eb1eaf3c23e099182b6d0399e576f71690283a1457139d0a8534c292d51d60109d252e7f31571e44e432373ae30f62270d18dff21f6905a30aed392b571669459badd60d76f9063b051a202c8f162371a7ad043993c429011a640114a6885b961daeb2b130e10f8a7c4d14c67143f2bb36e1bfeaa7a5366028446ec6e9ab96975ae94951db9719c5b06fcb0d05d5b20111cd5a95eafc39b075dc8b6cf40382820c32b537dcf0c0af811e777f21bd9bee398f0de7f0fd517ec3821563e3319867c334d26522fb9ceb2c6562635430048e5b2ed7db8dd94ad4509fff936c6a69162b0121a17dbb17caa43aff060ee9698ac3e3c13fd650888e6ef4fb6cd4794fa28e2581bd072d8c738e44361508571c57416167b0dfc74f0e080fbff3599955ba8e63557f7ea6acc9d3cccc9df4b91d98252a16d29492e36b6c3660d9f9783cb5d6cf5b050f1ae18355106d538ced629f0f4bcce7bf9d76fcff1483a94674d4d07607b4957f07c6befedf5b3b0ae40bc50eb2726c67fc30fb9f34313c06ddd3044f7b6474dc6b53fde8cc83023a41612a43b7b7ba4b0edf38d88fe4c0daf3e35a23d869f18a585f8145e93886908e19d1ee3323d96dad95b71fe867d133255f685665c71d72eacb6ed0ab3e823ef307c46ba3557abbc15ffa0505697db51bbc1825d1da2f6993c12ec9d0530a1ac7566d96ee74aed899090f4e8504b7f4ee309379acb54606a4ed128b730d125299927d3b3322b288b4e7a3849dddcc74a264752105aed11fe767980227c454c63a83a4cdd35bceb93a0f35de19a1f09f5df91ce81b1f250b140c9a0d99aa68382a4ac274b55911ad023cee54b30fbd8d746001ec8149594fc7c50ac7b040469fcbc8a2c905e4568e91e704e14a12a8e4cac7dae549c82062a9d811f01a1d7157f44d9a77475849434bcb1c15fe534258ef4d97807bf9b4ccd8d8d22cd682510a9afb66a9f1a1495bdcb27d2bcb5377f496516f6505179a5a7603302e8a3dc931f6b7b6e52e8ff9baaf27939f45512ac4ef89bb7a2b38ac16c1a484c360d95a9e968b902237e684484915d6d80ceb204b18816292feca678e9e2a1f6fc4ace356d5dc83305efe13d8b7c870d7057c423d239449ac1d1cc7c183e833c77880dfe33e90f816217d783da106974c11065a00c519fac277f0196913d4bf865ad809f60049d62add415137f8e39ec3dbf1116dee6f11ff895187ce163faf15f04e4d806d7f5aeaa2cf54e4177eef9c63cb46f449b5b29e704e46ae45f2d4ca55003920f0d32daee660d996b8bc5b2262a1bfd7b16fbaf9db3036a7213d2f552f8bab300256ef91208a3af57136c198b90822df1842878687264373a79ea81e4f84fde5eea2831bb0a80e0e54fd5928ffe675c6b2da12a6ae832893bcf2179983a750679cd237c44f103d79c2c5f0299deff171a9d9d8b9e6f4df311bd7ff03f3f6c9c2b067797ef4e54c601702deeb5e6d59d98a0b76c5966263832e72c6f5673e491e79432901f2fa83bb738799608a327d3b58f424a3d8771e79eeaf256c18509a054f58822404858279546679d7a7c17ed30b209cf22e8920b7db6ecbbe216adb68225d26c7b96645319e71a3441a08816462463ea6df12abd2b4013dc916bf9e1b5d47549a5d5f1f3f01208c474f24ea7e3115ca0c09d60a3cc7a48f1bbe162aa8899a0920443d5b332d375400f39bc7518e8733c6d7b11d94e5b2569fd680b139a462be7b28c935564538fa5bfbed951030c569a84b16b54b11060410afb7f961430d4ae3a28cb5944c831a85208a227cb2479507f80742bc939264f4fb6d19af8766924778cae3cada058ab0f52e84bcd1486a435526db12294e580d125dd690c6326d649d33906ff7b524478ef16b70b1e63bc6a861652e1ce82761e68cf916b8970ed67eb69dd1a9816bbcd516c1aab6f32193db3c78c682ce7147e693ef02ea9c134ec2855571428dd8a6dc66bccb3b52b8aab9b7b56720fbb1c455188aec0786f9859be233937e994bd1934a79952c19c9b4ff6cac81674b74c94beab6bc414d7ab9d8ea1266879fc01fd9df948d7167935288a43bc12c871741ea376fe34528e8eb7372e4445a9c7ff88a56f960d34552f70d325522acce5d2b7586f13e2d1008e33244f6ebe0e4f524cdc35cf280dc09050f41bb2e427612507a89bada66e970ed4cff1089ff6d70b0d36d5814b5d45c079bcf95fc379a2608e3c234b9b05c7dfbfb2dd2ff9d925b19003655c093cb456b8557c169d144e64f08960e8e8ead056eeb30027b2131d06b88257cdf80b678eddecd6e4ca203b2125e77a0fce9fbaf3eac7f9f38c7aa7aefbc28c0c58865f7eb93cc42fce548dfc4232f9ce8db32bba8450bd8f6fc77ae8e19c257ef77bfc25d595a6dab9ff74b04908ec1a75e2cb265ba834d35609263ff3730a32867930bd495a7ad3e263a527ea1c618ee4292208900598badedf0f12f86563520ae4e58ae93b3fffe1116b60e7c035f88c9f9c93236db40ca86de42d597b62e011b5f052c37b568e20c92f41db6067c8b7cef65c43185b407576d38c79f0e7e3f5ca62193734c9f173682ba8bc738554f56207a28f3aee4a160009edb89cd2299e2e82a0866bfbc31ed2b27621e79bbef0987f5e948b0b8db5a6da6009c407add7db0fc8f67cf45b020476810b19030cfe7addac243727cde70c052f986d159664d07a84ee1202aa7e5e5c4a49b25c565fc6907c16b477b9585e5f70e6fef0942e7c0ded1431a0dc655cbfa55d4c2251a117fe160f85a373ffbd063ddb70232b8fd1525b796169serviceservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootntadminntadminntadminntadminntadminntadminntadminntadminrootrootuserssamba-4.19.8+git.435.78ced6cf30d-150600.3.21.1.src.rpmconfig(samba)group(ntadmin)group(ntadmin)sambasamba(ppc-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/grepconfig(samba)coreutilsdiffutilsfillupgreplibCHARSET3-samba4.so()(64bit)libCHARSET3-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libREG-FULL-samba4.so()(64bit)libREG-FULL-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libRPC-SERVER-LOOP-samba4.so()(64bit)libRPC-SERVER-LOOP-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcli-cldap-samba4.so()(64bit)libcli-cldap-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcli-nbt-samba4.so()(64bit)libcli-nbt-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcli-spoolss-samba4.so()(64bit)libcli-spoolss-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcmdline-contexts-samba4.so()(64bit)libcmdline-contexts-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcups.so.2()(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdbwrap-samba4.so()(64bit)libdbwrap-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libdcerpc-binding.so.0()(64bit)libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit)libdcerpc-samba-samba4.so()(64bit)libdcerpc-samba-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libdcerpc-server-core.so.0()(64bit)libdcerpc-server-core.so.0(DCERPC_SERVER_CORE_0.0.1)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(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.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libiov-buf-samba4.so()(64bit)libiov-buf-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libldap_r-2.4.so.2()(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libmessages-dgm-samba4.so()(64bit)libmessages-dgm-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libmsghdr-samba4.so()(64bit)libmsghdr-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(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.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libndr-standard.so.0()(64bit)libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit)libndr.so.3()(64bit)libndr.so.3(NDR_0.0.1)(64bit)libndr.so.3(NDR_0.2.0)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libprinting-migrate-samba4.so()(64bit)libprinting-migrate-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsamba-cluster-support-samba4.so()(64bit)libsamba-cluster-support-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(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.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsamba-errors.so.1()(64bit)libsamba-errors.so.1(SAMBA_ERRORS_1.0.0)(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.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(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.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsmbconf.so.0()(64bit)libsmbconf.so.0(SMBCONF_0.0.1)(64bit)libsmbd-base-samba4.so()(64bit)libsmbd-base-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.2)(64bit)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.15.0)(64bit)libtevent.so.0(TEVENT_0.9.13)(64bit)libtevent.so.0(TEVENT_0.9.16)(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)libtime-basic-samba4.so()(64bit)libtime-basic-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)liburing.so.1()(64bit)liburing.so.1(LIBURING_0.1)(64bit)liburing.so.1(LIBURING_0.4)(64bit)libutil-reg-samba4.so()(64bit)libutil-reg-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libxattr-tdb-samba4.so()(64bit)libxattr-tdb-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-clientsamba-dcerpcsystem-user-nobodysysuser-shadowsysuser-shadow4.19.8+git.435.78ced6cf30d-150600.3.21.13.0.4-14.6.0-14.0-15.2-14.19.8+git.435.78ced6cf30d4.19.8+git.435.78ced6cf30d3.24.14.3hҋhm@g`@gRgR@gMgp@fٝ@fxfteԔ@ee5@ede6`@e-%e'e%anopower@suse.comscabrero@suse.denopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comddiss@suse.comscabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comdmulder@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comscabrero@suse.dedmulder@suse.comscabrero@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- CVE-2025-9640: fix vfs_streams_xattr uninitialized memory write; (bsc#1251279);(bso#15885). - CVE-2025-10230: fix command Injection in WINS Server Hook Script; (bsc#1251280);(bso#15903).- Windows security hardening locks out schannel'ed netlogon dc calls like netr_DsRGetDCName; (bsc#1246431); (bso#15876).- Fix Samba printers reporting invalid sid during print jobs; (bsc#1234210); (bso#15792).- Fix crossing automounter mount points; (bsc#1215212); (bsc#1236803);- Update shipped /etc/samba/smb.conf to point to smb.conf man page;(bsc#1233880).- Update to 4.19.9 * libldb: performance issue with indexes (ldb 2.8.2 is already released); (bso#15590). * DH reconnect error handling can lead to stale sharemode entries; (bso#15624). * Incorrect FSCTL_QUERY_ALLOCATED_RANGES response when truncated; (bso#15699). * irpc_destructor may crash during shutdown; (bso#15280). * Compound SMB2 requests don't return NT_STATUS_NETWORK_SESSION_EXPIRED for all requests, confuses MacOSX clients; (bso#15696). * Crash when readlinkat fails; (bso#15700).- Adjust spec to split out rpcd_* binaries into a separate sub package; (bsc#1231414).- Incorrect FSCTL_QUERY_ALLOCATED_RANGES response when truncated; (bso#15699); (bsc#1229684). - Update to 4.19.8 * Invalid client warning about command line passwords; (bso#15671); * Version string is truncated in manpages; (bso#15672); * --version-* options are still not ergonomic, and they reject tilde characters; (bso#15673); * cmdline_burn does not always burn secrets; (bso#15674); * Samba doesn't parse SDDL found in defaultSecurityDescriptor in AD_DS_Classes_Windows_Server_v1903.ldf; (bso#15685); * We have added new options --vendor-name and --vendor-patch- revision arguments to ./configure to allow distributions and packagers to put their name in the Samba version string so that when debugging Samba the source of the binary is obvious; (bso#15654); * When claims enabled with heimdal kerberos, unable to log on to a Windows computer when user account need to change their own password; (bso#15655); * Fix clock skew error message and memory cache clock skew recovery; (bso#15676); * CTDB RADOS mutex helper misses namespace support; (bso#15665); * The images don't build after the git security release and CentOS 8 Stream is EOL; (bso#15660); * Fix unnecessary delays in CTDB while processing requests under high load; (bso#15678); * Dynamic DNS updates with the internal DNS are not working; (bso#13019); * s4:nbt_server: does not provide unexpected handling, so winbindd can't use nmb requests instead cldap; (bso#15620); * Panic in vfs_offload_token_db_fetch_fsp(); (bso#15664); * "client use kerberos" and --use-kerberos is ignored for the machine account; (bso#15666); * Regression DFS not working with widelinks = true; (bso#15435); * ntlm_auth make logs more consistent with length check; (bso#15677);- Fix a crash when joining offline and 'kerberos method' includes keytab; (bsc#1228732); - Fix reading the password from STDIN or environment vars if it was already given in the command line; (bsc#1228732);- Update to 4.19.7 * ldb qsort might r/w out of bounds with an intransitive compare function (ldb 2.8.1 is already released); (bso#15569). * Many qsort() comparison functions are non-transitive, which can lead to out-of-bounds access in some circumstances (ldb 2.8.1 is already released); (bso#15625). * Need to change gitlab-ci.yml tags in all branches to avoid CI bill; (bso#15638). * netr_LogonSamLogonEx returns NR_STATUS_ACCESS_DENIED with SysvolReady=0; (bso#14981). * Anonymous smb3 signing/encryption should be allowed (similar to Windows Server 2022); (bso#15412). * Panic in dreplsrv_op_pull_source_apply_changes_trigger; (bso#15573). * winbindd, net ads join and other things don't work on an ipv6 only host; (bso#15642). * Smbcacls incorrectly propagates inheritance with Inherit-Only flag; (bso#15636). * http library doesn't support 'chunked transfer encoding'; (bso#15611). - Update to 4.19.6 * fd_handle_destructor() panics within an smbd_smb2_close() if vfs_stat_fsp() fails in fd_close(); (bso#15527). * samba-gpupdate: Correctly implement site support; (bso#15588). * libgpo: Segfault in python bindings; (bso#15599). * Packet marshalling push support missing for CTDB_CONTROL_TCP_CLIENT_DISCONNECTED and CTDB_CONTROL_TCP_CLIENT_PASSED; (bso#15580).- Update to 4.19.5 * Windows 2016 fails to restore previous version of a file from a shadow_copy2 snapshot; (bso#13688). * Symlinks on AIX are broken in 4.19 (and a few version before that); (bso#15549). * Fake directory create times has no effect; (bso#12421). * ctime mixed up with mtime by smbd; (bso#15550). * samba-gpupdate --rsop fails if machine is not in a site; (bso#15548). * gpupdate: The root cert import when NDES is not available is broken; (bso#15557). * samba-gpupdate should print a useful message if cepces-submit can't be found; (bso#15552). * samba-gpupdate logging doesn't work; (bso#15558). * smbpasswd reset permissions only if not 0600; (bso#15555).- Remove -x from bash shebang update-apparmor-samba-profile; (bsc#1218431).- Update to 4.19.4 * net changesecretpw cannot set the machine account password if secrets.tdb is empty; (bso#13577). * For generating doc, take, if defined, env XML_CATALOG_FILES; (bso#15540). * Trivial C typo in nsswitch/winbind_nss_netbsd.c; (bso#15541). * vfs_linux_xfs is incorrectly named; (bso#15542). * systemd stumbled over copyright-message at smbd startup; (bso#15377). * Following intermediate abolute share-local symlinks is broken; (bso#15505). * ctdb RELEASE_IP causes a crash in release_ip if a connection to a non-public address disconnects first; (bso#15523). * shadow_copy2 broken when current fileset's directories are removed; (bso#15544). * smbd does not detect ctdb public ipv6 addresses for multichannel exclusion; (bso#15534). * 'force user = localunixuser' doesn't work if 'allow trusted domains = no' is set; (bso#15469). * smbget debug logging doesn't work; (bso#15525). * smget: username in the smburl and interactive password entry doesn't work; (bso#15532). * smbget auth function doesn't set values for password prompt correctly; (bso#15538). * Unable to copy and write files from clients to Ceph cluster via SMB Linux gateway with Ceph VFS module; (bso#15440). * Multichannel refresh network information; (bso#15547).- Update to 4.19.3 * sid_strings test broken by unix epoch > 1700000000; (bso#15520). * smbd crashes if asked to return full information on close of a stream handle with delete on close disposition set; (bso#15487). * smbd: fix close order of base_fsp and stream_fsp in smb_fname_fsp_destructor(); (bso#15521). * Improve logging for failover scenarios; (bso#15499). * Files without "read attributes" NFS4 ACL permission are not listed in directories; (bso#15093). * CVE-2018-14628 [SECURITY] Deleted Object tombstones visible in AD LDAP to normal users; (bso#13595). * Kerberos TGS-REQ with User2User does not work for normal accounts; (bso#15492). * vfs_gpfs stat calls fail due to file system permissions; (bso#15507). * Samba doesn't build with Python 3.12; (bso#15513).- packaging: samba-tool domain provision requires python3-Markdown; (bsc#1216519).- Update to 4.19.2 * Use-after-free in aio_del_req_from_fsp during smbd shutdown after failed IPC FSCTL_PIPE_TRANSCEIVE; (bso#15423). * clidfs.c do_connect() missing a "return" after a cli_shutdown() call; (bso#15426). * macOS mdfind returns only 50 results; (bso#15463). * GETREALFILENAME_CACHE can modify incoming new filename with previous cache entry value; (bso#15481). * libnss_winbind causes memory corruption since samba-4.18, impacts sendmail, zabbix, potentially more; (bso#15464). * ctdbd: setproctitle not initialized messages flooding logs; (bso#15479). * CVE-2023-5568 Heap buffer overflow with freshness tokens in the Heimdal KDC in Samba 4.19; (bso#15491). * The heimdal KDC doesn't detect s4u2self correctly when fast is in use; (bso#15477).- use systemd-logind rather than utmp for y2038 safety; (bsc#1216159).- 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-42670: samba: The procedure number is out of range when starting Active Directory Users and Computers; (bsc#1215906); (bso#15473). - CVE-2023-3961: samba: Unsanitized client pipe name passed to local_np_connect(); (bsc#1215907); (bso#15422). - 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).- Update to 4.19.0 * File doesn't show when user doesn't have permission if aio_pthread is loaded; (bso#15453). * ctdb_killtcp fails to work with --enable-pcap and libpcap ≥ 1.9.1; (bso#15451). * Logging to stdout/stderr with DEBUG_SYSLOG_FORMAT_ALWAYS can log to syslog; (bso#15460). * ‘samba-tool domain level raise’ fails unless given a URL; (bso#15458). * reply_sesssetup_and_X() can dereference uninitialized tmp pointer; (bso#15420). * missing return in reply_exit_done(); (bso#15430). * TREE_CONNECT without SETUP causes smbd to use uninitialized pointer; (bso#15432). * Avoid infinite loop in initial user sync with Azure AD Connect when synchronising a large Samba AD domain; (bso#15401). * Samba replication logs show (null) DN; (bso#15407). * 2-3min delays at reconnect with smb2_validate_sequence_number: bad message_id 2; (bso#15346). * DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed; (bso#15446). * CID 1539212 causes real issue when output contains only newlines; (bso#15438). * KDC encodes INT64 claims incorrectly; (bso#15452). * mdssvc: Do an early talloc_free() in _mdssvc_open(); (bso#15449). * Windows client join fails if a second container CN=System exists somewhere; (bso#9959). * regression DFS not working with widelinks = true; (bso#15435). * Heimdal fails to build on 32-bit FreeBSD; (bso#15443). * samba-tool ntacl get segfault if aio_pthread appended; (bso#15441). - Update to 4.18.6 * reply_sesssetup_and_X() can dereference uninitialized tmp pointer; (bso#15420); * Missing return in reply_exit_done(); (bso#15430); * post-exec password redaction for samba-tool is more reliable for fully random passwords as it no longer uses regular expressions containing the password value itself; (bso#15289); * Windows client join fails if a second container CN=System exists somewhere; (bso#9959); * Spotlight sometimes returns no results on latest macOS; (bso#15342); * Renaming results in NT_STATUS_SHARING_VIOLATION if previously attempted to remove the destination; (bso#15417); * Spotlight results return wrong date in result list; (bso#15427); * "net offlinejoin provision" does not work as non-root user; (bso#15414); * rpcserver no longer accepts double backslash in dfs pathname; (bso#15400); * cm_prepare_connection() calls close(fd) for the second time; (bso#15433); * 2-3min delays at reconnect with smb2_validate_sequence_number: bad message_id 2; (bso#15346); * samba-tool ntacl get segfault if aio_pthread appended; (bso#15441); * DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed; (bso#15446); * Python tarfile extraction needs change to avoid a warning (CVE-2007-4559 mitigation); (bso#15390); * Regression DFS not working with widelinks = true; (bso#15435); * mdssvc: Do an early talloc_free() in _mdssvc_open(); (bso#15449); - Update to 4.18.5 * 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-3347: Samba doesn't require SMB2+ signing if `server signing = mandatory` is set; (bso#15397); (bsc#1213170). * secure channel faulty since Windows 10/11 update 07/2023; (bso#15418); (bsc#1213384). - Update to 4.18.4 * Backport --pidl-developer fixes; (bso#15404). * Named crashes on DLZ zone update; (bso#14030). * smbcacls and smbcquotas do not check // before the server; (bso#2312). * cli_list loops 100% CPU against pre-lanman2 servers; (bso#15382). * smbclient leaks fds with showacls; (bso#15391). * smbd returns NOT_FOUND when creating files on a r/o filesystem; (bso#15402). * NSS_WRAPPER_HOSTNAME doesn't match NSS_WRAPPER_HOSTS entry and causes test timeouts; (bso#15355). * net ads lookup (with unspecified realm) fails; (bso#15384). * Register Samba processes with GPFS; (bso#15381). * Python tarfile extraction needs change to avoid a warning (CVE-2007-4559 mitigation); (bso#15390). * The winbind child segfaults when listing users with `winbind scan trusted domains = yes`; (bso#15398). * Remove comments about deprecated 'write cache size'; (bso#15383). * smbget memory leak if failed to download files recursively; (bso#15403). - Update to 4.18.3 * Symlinks to files can have random DOS mode information in a directory listing; (bso#15375). * vfs_fruit might cause a failing open for delete; (bso#15378). * winbind recurses into itself via rpcd_lsad; (bso#15361). * wbinfo -u fails on ad dc with >1000 users; (bso#15366). * DS ACEs might be inherited to unrelated object classes; (bso#15338). * a lot of messages: get_static_share_mode_data: get_static_share_mode_data_fn failed: NT_STATUS_NOT_FOUND; (bso#15362). * aes256 smb3 encryption algorithms are not allowed in smb3_sid_parse(); (bso#15374). * Setting veto files = /.*/ break listing directories; (bso#15360). * "samba-tool domain provision" does not run interactive mode if no arguments are given; (bso#15363). * dsgetdcname: assumes local system uses IPv4; (bso#15325). - Update to 4.18.2 * Log flood: smbd_calculate_access_mask_fsp: Access denied: message level should be lower; (bso#15302). * Floating point exception (FPE) via cli_pull_send at source3/libsmb/clireadwrite.c; (bso#15306). * test_tstream_more_tcp_user_timeout_spin fails intermittently on Rackspace GitLab runners; (bso#15328). * Reduce flapping of ridalloc test; (bso#15329). * large_ldap test is unreliable; (bso#15351). * New filename parser doesn't check veto files smb.conf parameter; (bso#15143). * mdssvc may crash when initializing; (bso#15354). * large directory optimization broken for non-lcomp path elements; (bso#15313). * streams_depot fails to create streams; (bso#15357). * shadow_copy2 and streams_depot don't play well together; (bso#15358). * Flapping tests in samba_tool_drs_show_repl.py; (bso#15316). * winbindd idmap child contacts the domain controller without a need; (bso#15317). * idmap_autorid may fail to map sids of trusted domains for the first time; (bso#15318). * idmap_hash doesn't use ID_TYPE_BOTH for reverse mappings; (bso#15319). * net ads search -P doesn't work against servers in other domains; (bso#15323). * Temporary smbXsrv_tcon_global.tdb can't be parsed; (bso#15353). * Tests use depricated and removed methods like assertRegexpMatches; (bso#15343). - Update to 4.18.1 * CVE-2023-0225: AD DC "dnsHostname" attribute can be deleted by unprivileged authenticated users. (bso#15276);(bsc#1209483). * CVE-2023-0614: Access controlled AD LDAP attributes can be discovered (bso#15270); (bsc#1209485). * CVE-2023-0922: Samba AD DC admin tool samba-tool sends passwords in cleartext(bso#15315);(bsc#1209481). * ldb wildcard matching makes excessive allocations; (bso#15331). * large_ldap test is inefficient; (bso#15332). - Update to 4.18.0 * SMB server performance improvements * More succinct samba-tool error messages * Color output with samba-tool --color The NO_COLOR environment variable will disable colour output * New samba-tool dsacl subcommand for deleting ACEs * New wbinfo option --change-secret-at * Net option to change the NT ACL default location * Azure AD / Office365 synchronization improvements- Fix DFS not working with widelinks enabled; (bsc#1213607); (bso#15435);- Move libcluster-samba4.so from samba-libs to samba-client-libs; (bsc#1213940);- net ads lookup with unspecified realm fails; (bso#15384); (bsc#1213826);- 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-3347: Samba doesn't require SMB2+ signing if `server signing = mandatory` is set; (bso#15397); (bsc#1213170).- Update to 4.17.9 * Backport --pidl-developer fixes; (bso#15404). * smbd_scavenger crashes when service smbd is stopped; (bso#15275). * vfs_fruit might cause a failing open for delete; (bso#15378). * named crashes on DLZ zone update; (bso#14030). * winbind recurses into itself via rpcd_lsad; (bso#15361). * cli_list loops 100% CPU against pre-lanman2 servers; (bso#15382). * smbclient leaks fds with showacls; (bso#15391). * aes256 smb3 encryption algorithms are not allowed in smb3_sid_parse(); (bso#15374). * winbindd gets stuck on NT_STATUS_RPC_SEC_PKG_ERROR; (bso#15413). * smbget memory leak if failed to download files recursively; (bso#15403).- Update to 4.17.8 * log flood: smbd_calculate_access_mask_fsp: Access denied: message level should be lower; (bso#15302). * Floating point exception (FPE) via cli_pull_send at source3/libsmb/clireadwrite.c; (bso#15306). * test_tstream_more_tcp_user_timeout_spin fails intermittently on Rackspace GitLab runners; (bso#15328). * Reduce flapping of ridalloc test; (bso#15329). * large_ldap test is unreliable; (bso#15351). * New filename parser doesn't check veto files smb.conf parameter; (bso#15143). * mdssvc may crash when initializing; (bso#15354). * Large directory optimization broken for non-lcomp path elements; (bso#15313). * streams_depot fails to create streams; (bso#15357). * shadow_copy2 and streams_depot don't play well together; (bso#15358). * wbinfo -u fails on ad dc with >1000 users; (bso#15366). * winbindd idmap child contacts the domain controller without a need; (bso#15317). * idmap_autorid may fail to map sids of trusted domains for the first time; (bso#15318). * idmap_hash doesn't use ID_TYPE_BOTH for reverse mappings; (bso#15319). * net ads search -P doesn't work against servers in other domains; (bso#15323). * DS ACEs might be inherited to unrelated object classes; (bso#15338). * Temporary smbXsrv_tcon_global.tdb can't be parsed; (bso#15353). * Setting veto files = /.*/ break listing directories; (bso#15360); (bsc#1212375). * CVE-2020-25720 [SECURITY] Create Child permission should not allow full write to all attributes (additional changes); (bso#14810). * dsgetdcname: assumes local system uses IPv4; (bso#15325).- Update to 4.17.7 * 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). * large_ldap test is inefficient; (bso#15332). * CVE-2020-25720 [SECURITY] Create Child permission should not allow full write to all attributes (additional changes); (bso#14810). - Update to 4.17.6 * streams_xattr is creating unexpected locks on folders; (bso#15314). * Use of the Azure AD Connect cloud sync tool is now supported for password hash synchronisation, allowing Samba AD Domains to synchronise passwords with this popular cloud environment; (bso#10635). * Spotlight doesn't work with latest macOS Ventura; (bso#15299). * New samba-dcerpc architecture does not scale gracefully; (bso#15310). * vfs_ceph incorrectly uses fsp_get_io_fd() instead of fsp_get_pathref_fd() in close and fstat; (bso#15307). * With clustering enabled samba-bgqd can core dump due to use after free; (bso#15293). * fd_load() function implicitly closes the fd where it should not; (bso#15311). - Update to 4.17.5 * smbc_getxattr() return value is incorrect; (bso#14808). * Compound SMB2 FLUSH+CLOSE requests from MacOSX are not handled correctly; (bso#15172). * synthetic_pathref AFP_AfpInfo failed errors; (bso#15210). * samba-tool gpo listall fails IPv6 only - finddcs() fails to find DC when there is only an AAAA record for the DC in DNS; (bso#15226). * smbd crashes if an FSCTL request is done on a stream handle; (bso#15236). * DFS links don't work anymore on Mac clients since 4.17; (bso#15277). * vfs_virusfilter segfault on access, directory edgecase (accessing NULL value); (bso#15283). * CVE-2022-38023 [SECURITY] Samba should refuse RC4 (aka md5) based SChannel on NETLOGON (additional changes); (bso#15240). * %U for include directive doesn't work for share listing (netshareenum); (bso#15243). * Shares missing from netshareenum response in samba 4.17.4; (bso#15266). * ctdb: use-after-free in run_proc; (bso#15269). * irpc_destructor may crash during shutdown; (bso#15280). * auth3_generate_session_info_pac leaks wbcAuthUserInfo; (bso#15286). * smbclient segfaults with use after free on an optimized build; (bso#15268). * smbstatus leaking files in msg.sock and msg.lock; (bso#15282). * Leak in wbcCtxPingDc2; (bso#15164). * Access based share enum does not work in Samba 4.16+; (bso#15265). * Crash during share enumeration; (bso#15267). * rep_listxattr on FreeBSD does not properly check for reads off end of returned buffer; (bso#15271). * Avoid relying on C89 features in a few places; (bso#15281).- Make (32bit) samba-libs conflict with old samba-ad-dc-libs package to satisfy installcheck.- Make samba-libs conflict with old samba-ad-dc-libs package to satisfy installcheck.- Remove non functioning ifup/ifdown samba-winbindd scripts; (bsc#1207414).- libdsdb-module-samba4 should be packaged as part of samba-libs and not samba-ad-dc-libs. Additionally no need for it to be removed conditionally.- Clean up logic for PAM migration settings in spec file.- Change with_dc default to 0 (for non TW builds), ADDC feature is deprecated and will no longer be included in >= SLE15-SP5; (jsc#PED-1122).- Update to 4.17.4 * CVE-2022-44640 Upstream Heimdal free of user-controlled pointer in FAST; (bsc#14929); * CVE-2021-20251 Bad password count not incremented atomically; (bsc#14611); * CVE-2022-42898 krb5_pac_parse() buffer parsing vulnerability; (bsc#15203); * CVE-2022-37966 rc4-hmac Kerberos session keys issued to modern servers; (bso#15237); * CVE-2022-37967 Kerberos constrained delegation ticket forgery possible against Samba AD DC; (bso#15231); * CVE-2022-38023 RC4/HMAC-MD5 NetLogon Secure Channel is weak and should be avoided; (bso#15240); * pam_winbind uses time_t and pointers assuming they are of the same size; (bso#15224); * Heimdal session key selection in AS-REQ examines wrong entry; (bso#15219); * filter-subunit is inefficient with large numbers of knownfails; (bso#15258); * smbd allows setting FILE_ATTRIBUTE_TEMPORARY on directories; (bso#15252); * The KDC logic arround msDs-supportedEncryptionTypes differs from Windows; (bso#13135); * libnet: change_password() doesn't work with dcerpc_samr_ChangePasswordUser4(); (bso#15206); * Heimdal session key selection in AS-REQ examines wrong entry; (bso#15219); * Memory leak in snprintf replacement functions; (bso#15230); * RODC doesn't reset badPwdCount reliable via an RWDC (CVE-2021-20251 regression); (bso#15253); * Prevent EBADF errors with vfs_glusterfs; (bso#15198); * %U for include directive doesn't work for share listing (netshareenum); (bso#15243); * Stack smashing in net offlinejoin requestodj; (bso#15257); * Windows 11 22H2 and Samba-AD 4.15 Kerberos login issue; (bso#15197); * Heimdal session key selection in AS-REQ examines wrong entry; (bso#15219); - Remove deprecated if-{down,up} scripts; (bsc#1206444); - 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- Introduce without-smb1-server spec flag; (bsc#1205104); - Update to 4.17.3 * CVE-2022-42898: Samba buffer overflow vulnerabilities on 32-bit systems; (bsc#1205126); (bso#15203); - Replace obsolete python-gpgme with python-gpg * Upstream replaced it in v4.9.5 -- bso#13728 - Update to 4.17.2 * CVE-2022-3592 [SECURITY] samba: Wide links protection broken; (bso#15207); (bsc#1204499). * CVE-2022-3437 [SECURITY] samba: Buffer overflow in Heimdal unwrap_des3();(bso#15134); (bsc#1204254). - Update to 4.17.1 * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). * smbXsrv_connection_shutdown_send result leaked; (bso#15174). * Flush on a named stream never completes; (bso#15182). * Permission denied calling SMBC_getatr when file not exists; (bso#15195). * Samba 4.5 sometimes cannot be upgraded to Samba 4.6 or later over DRS: WERROR_DS_DRA_MISSING_PARENT due to faulty GET_ANC; (bso#15189). * pytest: add file removal helpers for TestCaseInTempDir; (bso#15191). * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). * Samba 4.5 sometimes cannot be upgraded to Samba 4.6 or later over DRS: WERROR_DS_DRA_MISSING_PARENT due to faulty GET_ANC; (bso#15189). * Flush on a named stream never completes; (bso#15182). * vfs_gpfs silently garbles timestamps > year 2106; (bso#15151). * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). * multi-channel socket passing may hit a race if one of the involved processes already existed; (bso#15200). * memory leak on temporary of struct imessaging_post_state and struct tevent_immediate on struct imessaging_context (in rpcd_spoolss and maybe others); (bso#15201). * Since popt1.19 various use after free errors using result of poptGetArg are now exposed; (bso#15205); (boo#1204279). * Remove special case for O_CREAT in SMB_VFS_OPENAT from vfs_glusterfs; (bso#15192). * GETPWSID in memory cache grows indefinetly with each NTLM auth; (bso#15169). * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). - Install a systemd drop-in file for named service to allow read/write access to the DLZ directory; (bsc#1201689); - Fix use after free errors resulting from using return of poptGetArg exposed since popt-1.19; (boo#1204279); (bso#15205). - s3: smbd: Fix memory leak in smbd_server_connection_terminate_done(); (bso#15174). - Disable SMB1 for tumbleweed builds. - Update to 4.17.0 * 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). * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * assert failed: !is_named_stream(smb_fname)") at ../../lib/util/fault.c:197; (bso#15161). * Cross-node multi-channel reconnects result in SMB2 Negotiate returning NT_STATUS_NOT_SUPPORTED; (bso#15159). * winbind at info level debug can coredump when processing wb_lookupusergroups; (bso#15160). * Make use of glfs_*at() API calls in vfs_glusterfs; (bso#15157). * Possible use after free of connection_struct when iterating smbd_server_connection->connections; (bso#15128). * `net usershare add` fails with flag works with --long but fails with -l; (bso#15145). * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * Performance regression on contended path based operations; (bso#15125). * Missing READ_LEASE break could cause data corruption; (bso#15148). * libsamba-errors uses a wrong version number; (bso#15141). * SMB1 negotiation can fail to handle connection errors; (bso#15152). * New filename parser doesn't check veto files smb.conf parameter; (bso#15143). * 4.17.rc1 still uses symlink-race prone unix_convert(); (bso#15144). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). * Manpage for smbstatus json is missing; (bso#15147). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). * Performance regression on contended path based operations; (bso#15125). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). * Fix issues found by coverity in smbstatus json code; (bso#15140). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). - Migration to /usr/etc: Saving user changed configuration files in /etc and restoring them while an RPM update. - Update to 4.16.4 * CVE-2022-2031: Samba AD users can bypass certain restrictions associated with changing passwords; (bsc#1201495); (bso#15047); * CVE-2022-32744: Samba AD users can forge password change requests for any user; (bsc#1201493); (bso#15074); * CVE-2022-32745: Samba AD users can crash the server process with an LDAP add or modify request; (bsc#1201492); (bso#15008); * CVE-2022-32746: Samba AD users can induce a use-after-free in the server process with an LDAP add or modify request; (bsc#1201490); (bso#15009); * CVE-2022-32742: Server memory information leak via SMB1; (bsc#1201496); (bso#15085); - Update to 4.16.3 * Using vfs_streams_xattr and deleting a file causes a panic; (bso#15099); * Add support for bind 9.18; (bso#14986); * logging dsdb audit to specific files does not work; (bso#15076); * Problem when winbind renews Kerberos; (bso#14979); (bsc#1196224); * Samba with new lorikeet-heimdal fails to build on gcc 12.1 in developer mode; (bso#15095); * Crash in streams_xattr because fsp->base_fsp->fsp_name is NULL; (bso#15105); * Crash in rpcd_classic - NULL pointer deference in mangle_is_mangled(); (bso#15118); * smbclient commands del & deltree fail with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556); * Fix check for chown when processing NFSv4 ACL; (bso#15120); * The pcap background queue process should not be stopped; (bso#15082); * testparm: Fix typo in idmap rangesize check; (bso#15097); * net ads info returns LDAP server and LDAP server name as null; (bso#15106); * ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link; (bso#15108); * CTDB child process logging does not work as expected; (bso#15090); - Update spec file to fix the optional Heimdal DC build - Fix external trusts with MIT Kerberos 1.20 - Add missing samba-client requirement to samba-winbind package; (bsc#1198255); - Move pdb backends from package samba-libs to package samba-client-libs and remove samba-libs requirement from samba-winbind; (bsc#1200964); (bsc#1198255); - Add sysuser-shadow requirement for packages using systemd-sysusers - Use the canonical realm name to refresh the Kerberos tickets; (bsc#1196224); (bso#14979); - Moved logrotate files from user specific directory /etc/logrotate.d to vendor specific directory /usr/etc/logrotate.d. - Update to 4.16.2 * Use pathref fd instead of io fd in vfs_default_durable_cookie; (bso#15042); * vfs_gpfs with vfs_shadowcopy2 fail to restore file if original file had been deleted; (bso#15069); * Reintroduce netgroups support; (bso#15087); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); * Update from 4.15 to 4.16 breaks discovery of [homes] on standalone server from Win and IOS; (bso#15062); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * smbclient -E doesn't work as advertised; (bso#15075); * The samba background daemon doesn't refresh the printcap cache on startup; (bso#15081); * Out-by-4 error in smbd read reply max_send clamp; (bso#14443); - Fix samba4.blackbox.net_ads_dns_async test with bind9 >= 9.17.7 - Support building with MIT Kerberos 1.20 - Bronze bit and S4U support with MIT Kerberos 1.20 for Samba AD DC; (CVE-2020-17049); - Resource Based Constrained Delegation (RBCD) for Samba AD DC - Support building with gcc 12.1 - Use requires_eq macro to require the libldb2 version available at samba-dsdb-modules build time; (bsc#1199362); - Update to 4.16.1 * 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); * Need to describe --builtin-libraries= better (compare with - -bundled-libraries); (bso#8731); * 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); * KVNO off by 100000; (bso#14951); * Uninitialized litemask in variable in vfs_gpfs module; (bso#15027); * vfs_gpfs recalls=no option prevents listing files; (bso#15055); * smbd doesn't handle UPNs for looking up names; (bso#15054); - Update update-apparmor-samba-profile script, replace non-printable delimiter with more human readable separator as sed can accept separators that can appear in the input data. - Fix update-apparmor-samba-profile script, sed doesn't like multibyte separators; (bsc#1198309). - Update to 4.16.0 * New samba-dcerpcd binary to provide DCERPC in the member server setup * Certificate Auto Enrollment * Ability to add ports to dns forwarder addresses in internal DNS backend * No longer using Linux mandatory locks for sharemodes * SMB1 protocol has been deprecated, particularly older dialects * SMB1 protocol SMBCopy command removed * SMB1 server-side wildcard expansion removed - Add python3-dnspython to samba-ad-dc recommens; (bsc#1187101); - Use systemd-sysusers to create system users; (bsc#1182847);- 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-gplv3ibs-power9-21 1760090136  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.19.8+git.435.78ced6cf30d-150600.3.21.14.19.8+git.435.78ced6cf30d-150600.3.21.14.19.8+git.435.78ced6cf30d-150600.3.21.14.19.8+git.435.78ced6cf30d4.19.8+git.435.78ced6cf30d sambasambasmbpasswdsmbusersslp.reg.dsamba.regsmbstatusnmb.servicesmb.servicesamba.confsambaauthunix.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.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_expand_msdfs.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/lib/sysusers.d//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:41070/SUSE_SLE-15-SP6_Update/5add5f7dce01a5b57b4b9abf50b932e5-samba.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linux  !"#$%&'()*+,-./00123334343344344543443433344443334464343433434344778ASCII textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4a122d61d4e7c2504ba0c3a4c894d8a469ee2be6, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8d02e6b6622a037a6ed12f4ed81d3d5d1a182bb6, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=3696b7e61f4a32e4ef21acbacfddfdf9a752da55, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=85de373faec775db7c9ec26b7cde2d5692d25b33, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=44c3d6bd8534484b047d85b3862c6dd61691747d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e05cced7f6e3d1721a900c0cfd1b3806ecfea305, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=6038986f6351a757201e94265a14ea4f9a9ac14a, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=de2f3e980054dc3ea8246f3c32923f09691f6fe6, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=093324f9d4d1287b6c6ec781506ddeb8091a06f1, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9694819f7d7375472692d394ba1b36082e5b9b1c, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9c87008fb50633f32570f190e85d23f72496683e, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e5b1ca5df4de9a43ad1cf6d357d950491283967b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ab4a745c7b3655d6c6616089cb93dc9ee90eb0e2, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=aabd654ded6418c860e7b4b44af494da602beca0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1418d5733b162bd6a8d7013ad63634a45bdd7ed5, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea5a6b50f98337a287700f1d7e94dabdce432217, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0910f26c140f07a27b10903f030813792963b909, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1de4ab21b7ad150358d2f9ee83cbb9398b843d9b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=95d987e73652ace188ea84b827b68587710e1207, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=73a45156828b419d198fc49c745cd54067126389, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4be54eb4348836ad9726688b84890b3ead97de62, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2b518326e385563ec2dfbf9c55eb3dc8a87727af, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=dea5462743fac58c0156b3e34384c50d9de59aa7, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=54474111f717970580f1dd92a00e63cf72e33478, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=69f9b5d1782611f76f2210b525eb3391ac9e4023, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3ede5fb73c00fcc09a8a6b8035d86c354c9c81a4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=20f8e57b14558b1b088fe56f8a42a6a16a6ce389, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ea274cef6cbdeedc1bfb23d16fd25649c1d4680b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=bde790bbb56d664363dddf9b176e2cdd547535aa, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8bb513e615a5799c40504a2d65010bdcbdee3d88, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=239d32a49a23ff87e89e6bbbee7a94c168906718, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=007875f565762a2cd36dc1d8d8d1bcc408e075f5, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=dd60b65422e45d4f62e33b7412166da986268333, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0d2820aa4b1708c1a619ff4b759444875f1673b5, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a2c83162d2f7185344ec9df3dd4d8421cd89d8db, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e9bb9f95073c1f3be4a56bdfd73ce796a5db1e05, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b2165311088a2410a3e5e4490822e98a5e78f682, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=43f34ff2f3af4cb83af106cdd5c1981ccdc22332, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=479f468f1624a8b251f41fec9c0787de89b59627, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b97bc29d916af5f7d7f3664b7bea6af1fc6073bd, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1d9b03be44540fe20f205b539307172cee85b879, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=63e6eb4ddee467840b4cb79bd57f5cbe938b87ac, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b2c6e4501690dcb270473ebb572681a4d51cc35a, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9160291e9af42a76a0015b11bc9fac8ebfff82c6, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1d910027d0d9a50bb162a1d96ce99e5abb1ed029, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=1645dad94edcae8aabd82a5cd677f1607a9b9c64, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=2cd608a45b839f6f680697bcd141aa675bae3428, for GNU/Linux 4.3.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, ASCII text executable()91DRXbp|%37GS[n}*8@W(T    # #  >9RcRzR]R%RRURQRiRkR,RYRgRoRmRRRR_R[R'RwR$RlR&RjRfRTRnR\RhR+RbRRZR^RXRvRxRPRPRgRR[RmReRRwRqRfRRZRlRdRpRvRR>RURQRuR]R.RRqR9R!RRRkRDReRYRJRyR_RR[R4R2R'RcRRRiRSRRRRRwRORNRmRRgR0RoRLRRMRtRbR&RjRRRlR1RdRfRRhRRR\RCR/RTRnRKRZRRXR^RIR3R RRpR-RRR=R8RRQRcRR RyRkRYR_RRiR[RFR4RR'RRRwR9RmRRRRRgRNReRlR=R&RjRTRMRhRZRtRbR\RrRdR RfRR^RER8RRRXR3RRvRxRPR~RR#RRaR]RsRURWRQRuR}RqRRiRkRYR_R[R4R'RmRRRRwRRoRgRRRRR R&RnRjR`RlRTRhRXR^RZRtRrR|RfR\RVRR"RpR3RRvRPR~RR*Rg@CPoT@systemdcronlogrotatesystemdsystemd-sysvcompatutf-865721f10b3ce225577174ba0ad2b206f07a5b01233cbb6c0409449daad4a765c?7zXZ !t/]"k%˿m2_`d-h)5Gwa'][, - ]mS\.I9qg_tXJ'L!*琣WQ @}1}PPZ HZ!\m:j$дיxZ6pv ޟ̉/Q9Т;@kB>ƻr@ `7r|ȅtͼ@?'+tw.1 p|EǓe}_ebK{${ֿ>މccU? `ڵi+ .X|cjљBɵ$ cb5ń\T;O|;ٱU:oix@Rک̧bBOipPe+n'rNHsHQ<;['9E;Pl"3GYDƤm746Bt8v, )yh65r/v~6=U])Uѹ ŋPJH;ɸ˴_RKvޝD#@:#j S*@] gEBT#4A ϹDVW 3\fըq-<=U{򆜘Vlj<`.ShY8"He_jQ>lXUg UO;dɑ o᎕يre->PeszGvr"ch2NNK0Hv|I8`|) m/ `.}zDBԖ7uV[eyr6p&$Y NFq27|XZ5PT—2 [hwFgfkuYXή2M`Ja]hu109(ׄZ8CI:n4T$$ ԧ𾤂cг[I]Aaq߱2&o,ՓA7.WCd4okV'~1*OF1;1IFt8M`Y3ZlZF_lѺGM0</9zX i՞']NeeO t-N_1a+ $IOOY7.=Ug+O > mI h`)$@\\ t#BK,zv(G!'qyȃaT LTff%.3e],DS|Ydgݾ+&w+gqrK 'c/A@KnJBZ;/Y̪?F127ؽӐ:xPH"܃*O 93w@] If>\eTi8J(Nǻ{jV4o7훸ux-\)ji3NE9t4Z/@p"yVۤ#\yב/kF^+ qDts3 x1FYqۡ % ` uZtM0poABҪd;l!!^k4'r|e P+=soF"%xxzVpH/ x HOIUqu[ŠMܽ:!>o&35p -d~.]tZn8C~7F:ng kx Y&xp-h#1d뺁y kT3z+t8^8s1E;(~okO,JfݔAzZau+u5/I"jQ .O~nI;;sY|a@ P]?x[vuhQJ $G {fS%k+ϣ:;nP#DD}| rN * xz3ؚ\ Qxx'3] wi@z]+ ׇ& S\%,j8z얟桫ᖮc:TS_q(` ~P4k|GG[H /j ISKl-(.w"td.׮nw1X|]rɄgHAF1ZcoexXL/J6c|C3$g\ZyNK,gƓH4y -f#epi|6AeJ&Ǟ/(<&a;:W{:bLLbܗy)X\Qh(4B[So;+4T!3`-^Ǖ(X^PT7"Caٰ"U88 gΉy#u7)wcUzzչǻlp=?BN;j$%ǘy{zy:ShK`n i̞ظjra/]ST-?YAM5o?xFҔ` (nwn̽99[X0QdN}i+B% Bm>U.҅Cc-wةuKp4`ec]w ڳ_0TRQM7x#aܪY3ôa{Irm:D[!{ŗ/5SSP"eF+cU6t_n6ScA?# Ѫ6|EK? o%dkPV ϟF͋A_Y?`I{Xw3zwD^𒟷v`| ϻ MOdCS8m=>nOHۀG _ҴWIs&-wI)WFSjV!yDžM7rqdbnGfL˵eԑm`9X|#wS*<\Qq6 ' mW p\7`u NEn W'aluafC:53v9"jғb- Sd PG(x$맹b ceVDF&^X6r{췛+w"??Y*#-D$偧q6(㗄'qt#v ;t i6ٿ в7|ƚ; Ys^^'[_6_eUf&a:F T=u%u4\e\L8jTS}޸'4iώntik3n_.HsKT}䭳ΆIGj(BO7rJ$>-a|_psҮWHl[inz-phi\~J[Xj}V\*݀l++*lêק' 5 _P0fl<7NWaz2' r^xnR 4@)"*V8j @}(HkjD|I;1;D\c'\wgb_+iQY2*J&i:Ppa~Ӳ'y6ҪGh̦8[41{حJ~ŧ:!w29 [kʾ~tU@6Ph k Xg#sz< ;5SSʤ F!!Nrs)ki,@T#4RQ C(**E.79gKRʔ>3vc՟͍Ǧ[e(`#ژ3 %4ё`*.E&V«\|\=5"e$L#JlC{Gw-Ts`3gG*mߙnemv%>kϨ@6nsiH8|__ 5c(>cP l,co[HѓdgJHP Ozw'cd,غ5F L{z闶itU삺~碓{e jB4!Lp H^ Ml<򒘟#J .ZM"K;L8myak$`-^n/j2k;$MJFw;wX,֍LGc@(:\# ОdJñ_C^EWo, +.$+ϓӰ߃ti"O}64&1_J0ﺫ3/HJ3?{t%܂er#$},]f,,ge';Kγ ,ej+D5gY ~2o+ͽ)oCO llGzi4sN*myD<=ZN_ E_KGt9 y/Q?m;ޤJj&ҩ3xme^"Lt9b`}C1׹ K $O,9p10C'WRHS2ϢmOJ\z<$$l?jqL^#ZWt ~kO51EkDU.㈫5EIk8 vu{;VkN0:\z<.?$o(sR1h3ŬSDj4Y¤ۘrӘ "^(RZ1%ž*ioYA'xoV}KWJu!hek_mN.pIZ:Tk 7s#w9#xU{=%N%+D*Vl8 >v}&EVnni+^g-kM1/$ƖNӟ$3B4/L7%xTg{%Pg?/2w^\7݆2 Vv'cq.)4PinP ܕ3v2_E3b&LZjaȧ*Nr{=,A?4׉s0x»1\G xvzʼpw``VsޭȩculZ eKgF[T.Ф7L;._yDWks5NjK?%SkZT9y>BCCZh.tX)$]ʼnb'4_̢uyQ#P;PoS_$,@Da)C߲4zg!^:zEQP]`I H7TҵFFDE>L3c`xQVڧ`'s!Z!7|}B#1ȯDkE ?BEW2zC?Sp!6WO[3\8O;r G`z*h_<Ѩ}EXŠI9.A6JG岅k5Nvy3}{j)c=pza! ]Pv 42g I+ZBc-lRuڿ(wi}qtX7򝿦PP*s0scs' . -ӓEr F#s\0%Mh9Ngnj"P.3]nʫ&\%ĥRg4-&+\R]`f?5VBe24Y[4-햼QrΚ<f(Jȸ Q= 3=ܪv2v߻>љKet?+"ķŧk%]C%) q1V>Sۺ2I;ԅMc(32d#wZ{QF1Mв:lް$rVJ:[p]#w+~ DIei񁼪ؔAy[VAQ~]}!bQ[܇6 14BдB #1-H̿l='{$BcIY^T].!6UbRRh %q;,φUeNy3 &m[x S 1D_9 =s@S_px,C#|p*Qm!\:kxy>4NbJ|U#u]qv֘Il3f Yrp®L1TX6Qfup}l`dܕyz= +`-Iz"Lvڐ0wCٳ3\Y {_"&eG@!udӺm ܞסւad8B._%WlTjl)+d~=$UL˜ oxEeA NAaN~&ȃu:"Y]RwJx l~0\\\ITEU4CC = R-3,'30BnKēU|&< {ҩ_y|d|X;d[Vcj{-'骅cMK˯AW hٸS+if,Y1+5GHg e5o>}#p5#vSQm_}MԂB|y*_Ҵ=wab~ķOei SM|Z=g&5> $!Pgm`^xK98LL[BzDnJh`h)Ql_a) ֗0U`_yWs1I5XYO~C,9Gw8p [#WRr7ڙց`d@dUDH@ JH )P)xxdnO!K t/օ)OAԙnڣ7ש M{MajJطੂS1e(OP+6Jx%s`i||k 1bYSv3$,3 R0_W?ᅀ %2$CfV"/5OvNw ZXi:E TE~y\dl0ow'=cD8vح`j,y᠞vsci/e'vUǬ{Ǜ BȂUgJn }CNuLZ IOwYŌ8`"nN7#Ht_nc>ؾa ߊ_u$".D:v.ޗ k gI4"?%Z>븀a?s&";zO!-n pHmϸ ߿phMx?}VӃȀ݄,w}l EᕩϞʋJϠ ddi*m[8z Ͼ "zLlm"\,ΟU۾${@yVIrتYkO3)W{} m)v~[.CacCl7TOaϯ3J-_)mB(&T_Do Mv) G_hsG؇nRN'17lءc:YZc?jǺ|e9* /((֡f9,ZIP,O3i2-TY:IϏU;Db1h|ˮoLme]r h#ÓA]B>y7b}pMK+pJ!k:Q<{Õo~ШHp)jQR)rG:󲍝 q#r|p66ƫi'% "'3LA~5$6AM:T55oŮL_ ȝ1B ,7wK祥w|Yi4绌Ht8f!D~xX@ w94l7z8^ԜtV]\A"]A);1ۍˮ&& ]TbWT u ngf3jp9zZڠq\N~Q8!S&se5V6OƔ-N8۬_NZxfYhtz@ )yFgBip"= \gDX09_TLB_om_C0Z? T=!{6"& PWTwe,ݐ16[~q3_yg*:<~O99+8! ~0D!aVXr`I0uEsrИ ĢZJљd^c!#Pt NO&2j0sr UމqO\R>3h awۿC*'YKH~ P F%ϱ/kl\@D&ێ_ ܿf: _09NSeNt7RcZ+\=,PʼnJ;Q?j*]tZi7Ԭg^]G7ZaZ .WU4Z n(-\f->$I7FL7|S+G3{9쑋8ħ@~b7=5+"}7d `ӛ%tW Aw 'igJ6z$g'6D=?p}ח$5dT?U MC$Vi7xD_A!R '63B9_Jc7\88Iܾt"n(~d4LDg3/.>-E}PT:l{@59:#HLthRQod$? +H8Vl!n)@ug OT@u 9K3^tYm)l]H̙w۴>>1L{O N=/t F\go;O]o=~2vڋ4|ĔDO7ZzG4f5~1&=DYrd~I/F]tE@86ƈ>G{LE7 a`t'ƕL/h2EV;, Ca?}3k'm([| R'=@!SS!uwu /&%P.%V0 5ݼf$Eᦼ(  vK;J5I$0APL !>M,B:@=_c&&.8Hs?l_щuzvEzZ ]~鑞_Pf!/fNVӾBwa9jJ< ǵgi!E*l%Qhcs~ yEȿ z.ΜZr#rRz*-tN1tFBHsHbY G7`ĎjhF=A^o;;h[(:j1P& tx3;`tX:d8գJ. g{_N)2#34` e g9=@<* gN.M>4m$۴7*Y9k˞ӱ<(G0-K+\ ࡞ ny{sDc?X>:hi]#NuRN Ɖ} ]_OѮ)cT(S*əCbmT"7㢃x#B 5X#Cß Ŧ L^СTtجvrH5J2{ezSX}2q:a]) OzHeezN# Cͫӱ5 tmtw+2`crr^_R>j0E]I.|fbbr[=i*u$`- ]N=eN:P$BbqݾgM{o ZB,җsis @vI*sI+~5B7RI?`4ReҊX/bI#OB]X|@r5nokJKRp+2^ww;tc20*%{#^c@b굒%$m NQ~CN|#)r Q5-6 B%0~b*D,I>0 NZCJs̏!$OL\WNL\bSII5DKUUN\ ;Ҧ#$m݌t.(`d~*-}"HZ}Y dd3f[Ff֗Kc-ڨ :E]o%N N mMI/yɓ(hC~[rZm连f̞Hv _{\}F>8K>^_Uor.r-{R1,> 70x+m6*_X ðw n!>oJ.6qI~QnOUayoX0#{p 1M=% -*;*0G4f #qg1bTVްH" \HTBT2ݏ߭u~38L:f5T~S3r a._ ^>Cߕr|z?c^.[(K>);57܀C?):ɧ^!@Ą5un-q 3ș wB I ] b| ,l{ʀ&w>'WKO|.OqË* K =ȩ[JT>,+@v&⭉`9|boj̾w${!WN%]VEvn] {S 9r1~u'O!R`x{έ>^?r:U4a~8v3ld@<"! iyi> ASQkf^gy8{ʭ-RTHTŀ1|9DE'0+E`ec&*G3 pY0C<4YHxH7E!+6JrSF歺)o1QL?BOTLܨފ 5S2U2cYѮOM/qϨ4_,2Vv]$J|-]R`H]"j4O\M\?I[Nş&b47CR_'xݎKEٺ&խ(A|۶֘p\n]q]V(ZM0P$N]GDJ zh-=q7Jb[ΒO-gic \QnB$a:aI+tp"}5w$24KCX ,ԐDatݿҕ:J8RaYxzS6iE~;Cz;XlG'zn(=e䆮J{渼1r>H;ZBXz4n krGAKF^˅cln5JE^(Χ3W9Z Ϟֹ,psm&CR ]-a('LB"#--h%P9r6÷oE@pȇМ9$.|~6& T JHt?!-Mb'Ds?L ZTh@:oqU\+ ɖZmn\a)9k:۸0RXFdkPNi}lBb=F4ru;:s^FJY㖸"K[ꉨ1ݧ3y':xC޿)3}{U@}zyҟ͘zI4ǚSk⸚!!w͖U>}82:C")-(3Ԗl==< uvXCfI{*/B3hHG;SHU з ;zKޏUt[V@]~Pƨ%+J8?z~qD+wSfLCx9;Y8[AoJJ!Ig~+[MbߎEqawHw`/~Bi7 2EDf@<?uBAm3rٓn^Uw:DgMmy0ǦLDӲX5 u;/?![hXq6VM.@n_FwDpe}=k9H0nR?3+ǫ~CC m6Cёsܨ0$O}'_0Zb]ˏa'"JŖyCF} b^$ص8W%xq\3lc9˳ wZnnq'dwŒN uvF4,iVyPcd%CˑЁ" k ȤB(@وA2sf#0ʁKFxfu%ufg]bS%#`} s%̋~+Rq3iSܫ(򋥆S~b݋;kZgw^HtJS-S{R*\GA:9'WS)4@>Å{,ZAiߙ7F}>!I067k=w.u_R\TSc0TehJާgI vD7 "yyE] '5i8OrЦu^С>8IؘcVAq΍70 z=A.\C[~ĺ nr1' kAq# K|>l=S|]S|e~,-]B@θvh ztto= 嶍rT x# oSXlTQ9K֭`#`Z1N} ^ RnD*% > :m\iI\.Y.y39Q=@ UrzjAhbj&*[]z؟SݔKG? 2-}Dh轕$672s7V|+e%?w ӾU`Lk)q_BkG5.4Rr83(m@,ʇ14.?sdϞJ+h3ەߔc.YY!rNZ7qWC8 ôDiŽ5e兀TgQEZYa2,h<dztC'Eh&<9ء&-W\6$xr/!"T\j0Fų@1ZM/ޟ{ o1/r;EfuɤYǣj-VȽF"W j0z-Ƀ}/Dr[J=DCB#휙V.r̎yzSaS>j64t̢a~*#^^zp` #ۀٴ6 O:4C-͖Jwjj{SZ%Bixmʁ"U^S㢁kו˯#6ckķ76 gX!us|ҥF(,6 ζ ,vJ9*cN:H*m″jzӹG(aK]2PAykt8L;cѰbV,, /U{6}A>[p 97GĹo&#+\u=Ma/N v{ "XaKl{G { 8X)&2hpĕg#gUw\qd{~ (sz৘){ej-=%S/H-\y!hh*f* ,s=bK ty<"B0 HB&e`\EN#^^lh58mG1ZbC&b yq3'64~'+`LJk }Z&-6eieU#]8{ tpM+|cg00|RvGd P'3dPU2Z$3 ԸrgA9>rzK۴쿯N6bv_I˔(ECrը*w7K"+%tW.ѶHrvA-zoxsPJG89!w`߱WҪ6ŌDk]&~Ǯj'X)` Z6;FtTc+la!F8‘===&؜*uB>Op>AxU2Yd9:?o;/%BM<_~VFmc]jmwyMص sܖj'N{X)t ɒu6E6暈K^U92D"Iy5#(.0â<4G6CbA  /|TݼCŒ׃O]`ĪW,U F8(REzhl~5/enS߼qnnp=zQ4ZLiD\ '.RݰQGNN)a)1n j vBAqq!~unMW)ȝ>uz>X 2fJd왍QUtiZDZ,gzNTB<{%ƽ3GQu«^3},le4ӻ 8ݟ9 W }J"Tֳ-7 ?C{ 'û)՚=- mƯ(员}ztذKBEO #]eپ.Z;R@I~bb >?xuFƯ4dSݟڎŴRr1R $Z' ;lk%nZ#WΉ OP6yZE޿GD-‎xCxO5zIZj#Ӯbb` Fs%#k# f%g>`*){c.vYw8["i;]AɯnUrp&hH>ldu$ܑb.ÞJ**rЌ)[LYFR ЁQ+QNM5fbp{\S`ZO)(nla`#B-qd%T VH1K-uC]J rk#"ґo +f /Bi5|+a*] c .U<>U@WEwEpN!^Ͻ-xИz_3(T1C){<;G#YM&E@L1@_|˽`g JRe܍x"[nm'$H7GX,*Ed&YI -rӶvwGs]%'ПGJ0`1YYfI |V =ō9s,(Q3C)QoDYeɉ`!Z/?i`pwEqq>ͰvcxuXBn =WEosFݿTa.KdT'|M6|GgxIS":FXU᳸oZc}8§2/Y/N:^42u"QC) {1^7Xޢ6{(Y=0"s. ,svҌK$S1ߣN^K7J{._xO"_a~gUzJ0%⻙GeYM M^~FbDEezY[6 4lGj59͈7!UQ44 ;"y1(gnZgdЯEFRX!x#Sp宿m޼Va*[P`I 鸈Srf<.bTȜ$&I$߈MUT \ϻeE鷏.uy +!,$C *zIy` k)`:pDĹ=P/quA-$jhd~%U2q d~'vKmdynI;ҩg' )alE& -d[rW+rROhWӡpEEfT_cslٕ.ulMjA3¬B'ߢ ʞ,+Ai֬uխJ Ob0y?BtN 8 ^40D Ti{((alNBoRN@C~ɉϓ5kEe.vr5^׆ܐ@~tte+י540UL,rDO1; Vq ]W3>ʇS\<+(A.Ϟ‡3=pnr[ q ,Vœd_foO}Ezfl' _Y~R8mJ%;}=x1Xŷ6~9?ǩ_%T ^~VȋYYO*{9^t7h[׀N4;dPR[ˇOLZI4̅ҋJ!<6Cp`lSbw(X5Gf7P*j =RniAgϋAx 'XvM$?Y-gǓ4]esC:kc0{u mx:K=Ł>~̾[N Io>D tiv&zAR饞ܗ鶢_,fDI!&NV ;c`*e!wD2KC. l䊬7'p2ܬLr4?? CVV3<w r|9S-|" Da g= Of8}S.|d-onRNZi5zgK`ejO*8]#,"7 pX<v Ƴcԥm{K9m,0nB8a~\h6l*7)d(rM!Ǝ4NTr?;2'{JZD+sCA^K֊%%"v q2yPݖiFJ yhUjy -俕d@:D^n1eox+^s./?Dy' S J-o<[@7kVE2 qop8DcbE4TY`!p|NP(e-[\R28Ϣt7 9zN _4[0#.982< NeaʫIԖ8$vjjnbCe/bu %r/es!,.z^@IN_fL)Rle A7gRN=gЗ8-k}g KX,!*\GcDN3P\&[V~#qL06(ג/ %Ƕ(HShn~t14T;}0&Xg2Kd ҸBWB!U;#lb [u%D „X,c( qFœ:1Lk)~Vm.%ڒ,q=dP 0CMMD z _MW3eI ·dF)Z9$H Q"g3n# :/qv79aTT_=˽a6G#{QA K V%1 $:k?xz5/z5Ī " t7[v`Ӛ̆<ʩO_FjIZ;%6%CP b[C0,cjC7q1wH_:$AiOSK:ӧ0WSF)m}$[qx8{ui r&cRXu`;bًz"SS'%ѧLka f=]->"5LFё!=e6݋xͻFzp![:έeU(b8C:SKIH`\Ҷ]?l'O50~0BV|C1qWJ BK$jd^ u-h!32o4:aĀ2A(^ 9<==Nϰ4%7'+H^jvl-NՖlCqcp)Mu% NNT~5|TMm̔%ω~jWa(j}UJ5y}5lBMu ~|ß(5.ʈ187X߼[-ONbb!ik+#J41A.;VU͜55Y{VTix1qh( 3:aYFeW R) ƗfX'lYTtCQ0fvz}@z|>cGrX?~Fzr qbȗ 8IO[~ǀw/s^:-WuH/ SC~S ,[)y ΢,1YKI#Wb?uYA'ÁYuZLCDl¸3H*nZ'4 1/ ht 42YW>YW(ȸ})dȄ9 9GPCl>3/]S}Ba/ewg<.x#6E4Eouzo%Vs/ ~^["'BzH@Ķ-3ez>!V}YC߿a_\×jQ;S(L9w[x;">{iOv%C^꿼 [OJ"MNx,j OE:<ם_]ՙhat>7*c†NY f:ifFJDb8'Z8^[ &@n#RP EP !?XH+a} mHSkd?(Vo @rYg~e(L̷a:SiR OT 5$}X\Un~ :Ƅ$qY^d6Ս2'|Bc iEyX寪%9ʷ-fZ@*X/{GaPmD:roT7A2Q[ZBQc' [etNiE9P6¤y?ѬdR1vBѭ\J Ð~:YD׃J卮"ӜߺL&0%Q쯡F&PCDR&ONf lZxXZ"c/7) 4zi{tKL$cF:[8-EL&0{( 8'q[9m5Jݜ lb&Bm!JINt>l{l^tfl+'dP,xģk1e['(rթ呏DCX+4sQRR>ZaF>lYQzsBtv$%OXsX\1)Ƶ(z l2]p`$pa'96Y 'Qf0wS=G4OM:ӄXOL-!wҍՆߍ۩b9Rd^uДt܋xҽX_:,,7we.4Dʆt_͘'Ԏ Z,OJ_h"jx9!ſOokrQ Gބa7l@`QJx\$=@;$v!\=|gW9+ -;{+Ƨ>䳾7& (dTH&ަFE8"ռ fn,u K&۴cC[csw2Iu9@~͌=P7P8IߔBZgmҾca5TVrRQӭP[xWF5fZs:?"v ~2 _6@V6w# yRz,t2IzO4$/%;LԆ x$ρ\ȎBPg,dfV,~JCBHkx}! -j vLj~p_t}DF(58O9s=ɝ5|iGe[!%*Y-v8T$ˎ$+vuU'l#(mߛqO|aC9i繁wm c? '8L ]ʎ<wK@%Ngݡ^]}GϨơ-o5>˳+<ɹ{駨0cy nvV2QK`9QaBOΙ#RoohI9Ͼd柙^1>ۺGZ^sB r@D!Ftpk5I+0k8ni~mjeo51VTŇ6tjb%*$D2N~RicjeqTqqޚKD?K3?KI1!z_N2 +k-xY"F$i. lsʇHq 0\{2GjznTYwbG HYc] Oa&hX!pAu8!JݍT[eY]sxyCDVwv;%]x9y+ 1 r4h: S5"ąEAVsgxrt[ْʑfV?~ ˹S[NsC=e`hi#@\ +=X޽iWGؽ5]G2fhJ82$!I<,or[P|rtT%Nle=lrH|7?|\#,kOR#K)3gڼ| _D=+Oli`0PNe#Q=:Хsك{Ty_(q=AňUCMHֽ/>irW ?8@!~B$S?:tǀ^ɓJ9c}U.R{ ޳7f$1%󸭢][ .!_[*(G\~,GlC>{uℚ;!u;{ls Y9 S_Mw oX[ vϷoLrWuh(*8rLxLd.% _U%L#6rnQPfO0X,wLP@>chU"oM]b3+ǟ6 kj|+(-Y;Kb;d1c "+h#s6|eίuD־IV/|<&*AKcAc DUΔ mː ktQ"AC #zU]UK!0D ၤju^1a40ܒ|dʎ(cy K=TUնsi{5[ffFE (T_Gյ~O/H$MWVd$ k@ݡ^4'=i}Otm\+ZӗA3O*<j MmB'rm~F77ܕlE̩ؾ7FH: %ԷQy)؍Cn7l',eT⯹N,+rnɌߊ "pRYiWd"7Y}ۗo%Y+ZT@WK0g/UշnO$o6q|`{Rnx-уV_9avgv$x:mf]WdKh(hmA3udLutԻ4"ޚ!m%koaI8,rXffZRK4b[8;@ Io'5 u4 Xm~r_@|SF3*b뺆%=QKq=k}Z[~Ck#(0:`Uꀚ^ӓDEdb"tzZl1|w5.Dw7Sͤyᣦ_g;hMM6+dRe-|E#;*wOo KE-;93FBe[)Ly\Eۓ̲ f0sZvS.Uj,M<'ÊeE[šȜ8:ۑk}#C04P]'5Mmѥ\5DokTau6fA퉬뀀s4_.p戶;ߓ=2cs$ٔQ2[+wW.o0~J G"Ro ms xbV]".Qt_T$y0t |^}bK2 0[[LkRЏ!X鵷-WwsըQRήPHY(2p>=ȸm!RVBȑve.8朚!OMtlfW%S.XxuԶA$Hki'Q'`wW@ u8Q]`DӫT IǑytP`!cj-15s.FU&[f/jb& 8DP G;'\@](s(hjw7|5<`!a)Q! ކC&Tb+:Neu.!)/ ݸ䋇| l]Cdxz3JB A~hcEcJ"u';Qg9-ˏcKD ,Rާ(<_5I UZ|a>e.B @.k ,~OpK?ȼn;e)@wRΥ4Nhpv06uKGṷ_{cF#oeUXJ:S\^DnAK: a+k8J̘ÜWI-2˵Yv6sA3t %6,3xrG2:40 jBbM6 "j3WqoCR# I}ї4.)STwR7He"/;lʗݰw)pov轆d=oA.85+D V]hi؜9oQq\V |G`ӊb ~>:5WEaX箌 +{;S8Mij]zx|߼y50Dƅ0nLj,8^0LVj-.vV7/L92p= i{nmv㸣,C4w|#jȟͫ8z\ѭ (Kfow*TM'nSWGR[[AUKPEKy8L{tјibwv5!fkĆ&#,ZO^K;Sހ"h$!.Lrp:gl7sT.ضݤ,ޖysʲ [WCWݯ-߾_= fGF%;U,%~]& ĎTc$xVyp$Z&6Lqzv4=_(:U ɻC5&QG0qh[s),eW8d* ufHflD| jܥM?50%)7u!߿J6|%X{ElP!9f *j1W'Vmu\HlSX˜_iVqBů\pZtUxw`s$W ]r; 7?#_@* \c)*OI4)oD6'LXҢ]wVHWki1ȒԁT\ z6ωč%* {;jF^Pp<ﭼ5eb|x/r:EuGkaʬ}}ȪؔF,MCbo^(cH]5εf< ᫿^㶲6HS&ڒͬ1 ,nqsi{pՈ/e'+}/'0^6!)INtMdT嵜;^ҹMfk MmAڲ2Fc"^\Nk}@/4 bɝ 84 <͏GH2]@Ko9AUGZr& `-X-qCH2[4~q y#r9J42R _N?t7m& 341c7`Ou6B^?h.2)_`wDr%Ǎ`lys6`a+j*n=""p, ,NwrlA(k@ǥSM PNP9woЖΚX^Ô5JUa7]|II$UDNq^hg0נ6fdn}YАE 븶]6E;]5Js7c!y!W.QA)b֭Q S+|F٩UN+_^u/RNlow-uyi^2bx]cDE~>*nz C I٪+Z"6 cn`P-fVCңp%H*>%$poGCVuu'T3*59^ Kh#}QW"N&C!q݈i+7qf_q:|G6I* 996,;BE3ʆ[$Wȣ)K2IۅڝAɿTe$C@τ$*$*i=CSoS  ˗ܧbe9Dw@Hݹv3tߝ#y]ŚN>Ēte,A:ty(Xס],r"tsIVpR¥!~8Sl``ɂ2$Qi4m @ QZJfG٤ jۈy8SaDJX|p!?#D-&5sz%lV#8D O5:!~Nj5 /l fހL u|v)%҄A(MlY.pI=Pz 'z;$_9k1hLHsm@bp;6V`wf {ldRy} XzQ)+azSKpqr#`SYw;[EkOd'0btg{{w|~H}|H2|3!=Ʋ4 c[/ò21\ߓr Ε8UoZ;yGx.!>.|/CQl.ߔP?B 7D8.{m|;=A e!dAwҴkwwN99ÕW[-vY/)98O[KF-owrȨxPP,O5>Bݴ??*4n9I=3ϒn".+\Z>xu3CKW,/bͦT >'TXXW9R/|.'74SPւ9E>;˫FA%?^˯5@^XUk/PTLE K# Loɐ1ҔT%1ڗ VS}ݐ2&t7=QZb'1b^%WZeZC ֙ xEG+4BrCi<48z|hb N',cZzeJBֽjaɠK#VDBԯ6K#H1gC_ԾE"d%;bϖF FA,9sw\VNMhp1zθ&Að;YqA@4Q.S *pDXKY/^JSnRt6K>_muv~9adC6 E0WсBN׵{euك^܂{WUOUWIzx M3oi<gBѪ$.xr[KTbVG0΢.s(ӾODH lp^-1~yçzRM"t:"`i| A@$MHgWC1T|n7F1H+W細9"X kz|IgR2ּrXYxiZi$m(0[ ?9|}/.ҼYcFIM`0/ehC脟fǷrHIo>;i73'րz>na ai9W>kzK2 $U@ X24P W) 5%q \ݭ=nȕp8p,W>⍻݅7B5\ʼ!-GB:TmBӠ])i_.7:Gl9 Tc2dCdžDg꟡htl\Ћ܂|@}q MG ct4j諳o_u17["4!|<_v,_`8wz"Yz^&Ln'E1[Y.am@4'gjߩkXPft}c>5H͝!ϒ l8D:0`Ty;"41 h>ҵz'KE{Qi+: * Mc~N-oOrb ;di2ΫbȐ$.=U\Nl@[E"REo ȗ_mJ#9v|q|~zqFqp)ZjC afOru#}-*.ü ;.deG椱MĖbi>v`E=\ug;+)OKWq0A朇&ѮO~g}oŴU1lu)0&~mf {)q7H[,vYrnnj{p2ȘHGHs7Y!@Xh '|t XeQusKjXU ̈́Wu[AQDP+_8 bSIΙI#]e4"$!(*W :*kO]60Tq2'YUmPZSC |+7 5/bX8-nS3o5G&D/Y*t7%vW`}SmG>ր`v0|nnN/ۍC_ ^2KA2z`&Y 'sYpF,!EIT˘bi_UHQ6Ю*]DH=<8SÉ}|))vr1AmlkQx92e%Q3T?BO(etB_`a`L}<4]/_(]|l99Im4qg 4N_6 vJyxzq|FHf 0xɍע{37# J=.s| f8_U.{VI˒9nRɷ,ΊtN?E5oݳiuTNe@Xwf3mgan;/cM#7Qjnmc#c"o *vMjz),[Xfo]R U` $̑>z%k]3:o G,BJ-<#S[>)Uw$,mH>QOw+;!4 ax!U那Wn9^+˙oܞ_o% m3i+~3ٝU#%WˮWp4hdqXӚ7B<@ jZqi4_ .嵦=ZP{K Gf_uBo@[ac?=Sm֭]ѩ_o='ۧ'L4y=0Q&/s2|]L-Hsռ.SKPsծT:Bc(<5>[03>7BvLL^=VYxic(4X(7q~$%SҼ&cU2AY]Gl5s~=?΂=eqHv>hFƶI+ lxj{hY&r4kWKgePN;=zزYO܃ߋ3܌~?v6BI|lx;T1vj`0QK]5zyH /8P+(BP>-WcX/ȵ|6Tם q# _%oNO`}=BxP9D0u9h-.|Y@t$iףFjXFMt+x!wҭeewo >9ߎDH'>ml4yp}PD#Og[i֍DX ^a{d> ˺:IkZ1{wio2qߍEUݖD23P0z#su*TDJ&2e f 5 o~.M?j&Oz-:`e8AAIߺbXI-شD#wҘ)X)E&H[9Z뚕kVE7jQWC\ƕߩ͔:@'Vlqx*K|FA5a#\zW_59! f,S[cǨ7JԨђ+0H,ϠLզ]L׍ºgpOұvb7ӾGp#*\5ickq_@M2F&5mpYl29̣. o,)Ej⴩c\[k惷AQc4h fR]-ܢ!l큌3|{)}`rꊱ_f 7Wְ]F: ^5 jv4D{3Dw8g?nŌZEj+r*Do@FK% r}:D{"ND9ّ@"4]?KFRe&nw6LS&J@ޙ?=4ɉah @}fMr>3F4vsEiu m_h6d"xG֐[Y{IMǰ?FUD`[hO2p:$11%q~;|ݎOB @ndlٿX[@3'i!' >ѐ:|ldfTK|?3TCz9y]VrA@5tN)O8a櫙gPP$g2^&ssV.k)0)*ja<]xF]"gj|#F(A[ 8Jl~8$)$98IXW# TLQ|CS(M&-m{.MՍTxҊl{]WDe-ko?ȁ{RC}ůwA?R'ts{_V*uO}K*Gki5VAԩ~^ }mZ;I,iU:?h-c&%SZ)rAo}ecx~/9ѪswsDI`(Uk' UsXzkC˼c(L2R 0 +>GZdS14)'XauRgsWC_ȁoKD%)TxmbYڅty}9W_4k^Yw=M(hVA.f4t< 51MV0 zI[ZD^M-,s[Y(Txdaf*xY4,?(1Cl.dZzk"aOMx>.rI{oBn?4!Xv s)C)kI1Z<ѧ}ZQ {p{)iPet#_(3XMF 8Yւ=4o7T; `lgF >;*_]9@]K} o3$٭eB<Eh;ckq=ӸR0e>7!weӔ̴puy)T[;Fn= 疅HQG]V^Q|ԁJRY$Rĭ1b1*e`+XkQ~V-0caaX()ԞR0c䶨*B =ThjH`]*#L-OӱZsB̜p`j[Abd'r6\LLܝ2f kO'nyMԹ(_:\WkH |6;` gIa8m;3:h ^|"Mp|@V|E3LzCM:ecHTZ6\7M% ?NU=J[-T-(ŠmsAtM4^uːǺ])SuQPaMXxfUpͼkIUf`Qj4IqYqdUiU9z*ʹQ~OrR"gTخSk引S!De'$4 93bDY*5`u GF'MD3̑X*UA ৴xchbiiV@ϻa2֦?3.}r2 $pv y\ Nϐ5$ W_=b򐍜ЦVЅp%DC\\[{nR0u ͯhAЫkJm$;*ߏ [ҵ>4?hb(y(lp o ɫƺ=1KL)T~Z-$A\_xgk.3.: b_~ybgf%2+Љ'dQE~:z"O]ZvX+7(~̅uxl%&kROVF0`Ъ q; !/EP"p6dpΤQSܠV؞iîrޕM2bM&b_fE0mvC{W|wQiCB;tD:ەr$_˱ELa#qEp $;ab'\lz6dHj NK5(Pv0^ j^Gۭ(I݂>;M V=@40[7@0]LOzub|u)eA@9s?<8<1띌m q'Z׍[EFi2HHD 6\_hyYj휏&X?6o:ꘊgE8esƌ~5. 4 9pu*$ к?:2!fKym Q'uqE]exhgl"ӆ;ոC!)Ut6wY0FI𭃤D?mcWߘTf4 +)l*ŮE<,v>_!I vi U!ߞ{9k>z3Ὥ{!0e|ypAK+M_Hg1;͟f*Ց@h1>,T/}5z=Y&8ϣ7^wC@.lbݱ.NhlH3' ]ܼ^"Çfi,kl! ?ÌW²ڭMXE#ָS}&2,Y.Z2H]c4QvߍA)-9f5jMGͰ II{%< Nv&M+ҵY8t|($){7/c==;NJ?xk/{Ѷ1R@v+eQUH6"$} |;9z? 0 }J|  U.0•a:2!ܕG8}:^+:av d; v3 pDd:G%}5SjD@S o>99yoDbwHTl,2>>|/y9jx)lGP'^䈣ik%boC,!eʰ%[Bk![]ANH&tpYj>YfJ vOdKo@5PMA'Kմ1~Vx/p*co> ti*fXF4N[UC5?wLo%Y GM+0^QO[ei Ϡ '$taDXE]_UWàF$B  ZnT[l=G!rt2(2)|Y}B* S6ؼ HgAXN!ΤN2f̦RkePbMm1!% H!uwb&Lh`c^"/qpkɹ^y?~B],͞rʸ'"I?iw2T!NB:,A)ݧ\k F ]Q]y|'cQkZy`'O,mNLpbZuRs7\gJbьRw^_U} d)%cvbdNSb ѧPdyR# 4;ƋnOe<+){ܝ2׿a'S~zMV/R' wd[Fp&E64^&;Gm0텗Gҿ(BB`>Nt $%9,PZ6'~Iex5RSlv%q,=BǗgIe`6ΗXGw,7_fl!sᄵ|^%"Zy2Bv/9zWaa=o?M%̟LYO;jBBL.s!ErUQGu0\p|3e`$J(L~mmURCꅔpH~F.$10aBzwN˰VGus=™e-:;! LF)74o JTGm2p,(MI٫䮴*eV6J.7(6Ӌ.0c' R?~9RHGV0\F&/ɣ26}XToUMMR̿1=uwƧΒw[)(_n6S+em34:GE iAZj2雡.bOui78]WK-e*DY2W#3züF#ڼha!V|3BG𢻶^y0ƱG!j'Pg7t{71izxዦA1ːR)?|{^J; ?'"-)73peRPN-j6)$G@Eʄ$ 9t~&%gonɠMq1az*1<}a"M`6G+!ٮw_O, L;BL ثHNbRRE{9APzD osAw(?3#*<[3,X .,-9 Ch}TTwF*=g Z󝫣_Ԕ^BzTȭ唊L'8 d7c yԫWy1P=78(uk"H j]lO(8<5fsdk0=p08N `2H '5 DlbDCG{ -|2OUT\k36zEo矙J(( 6EFTl*$S_.$!9@iQHap$r)q⁏Pi5˱ ;r!sUn,f-I<F|>z§x>w 4`xfniCHcj}'Q6^Tȝ {Ss;  <᳜ot|Y!R捐 kC}*M:A8*,/y9bQM:mԒ1ߍL cF7[DdU20p##}Md8;P~jFaSlN//;o6}/:9(B{q;=_-qԶ6̺P|Duq=,#X37wb.E16P8An=CH?4+Cߟr>Zj/-eĄÆ%UUڮkcn<2WӨ0`8o@?Mlc+4}]̾JنL6!V3K ^ch5 m!=sCei,Zfh ۾4EOocґLL*_I|+hзUG| C]R9@CQ Xp/BDN,Y3V%w-[;IP Ӿwxȋ\Џ!w X/%ŭ&SF߀e<-Stϥb V{^#kd|;FRۨﺮI&ڑkNg[ؾ/J;ӂ5?n6-X.W&nTsɮV>+Y< ?$Z dXYeH?+HPv%B : ]fD_!7) |fQw `+#.@Tؼ'HiT,k@8rRG^ 6˄^Nd$.2vaV6׺?u2ϡi"g뚔l4ӚHhr' =,ZU[XhCaw-oKqm"?%(UY)wPaFf_+&K0)uukzxVL( [:q2u.WtaV9[zE~U^;-M*As.lt:ƅYz9Jl{W*u"zIm DYᅔ>ΊHo*& hFYBf@KUk 5*1z*Ia>?x4 9'4Q%L S`GߓrlJa "xТx(q{@^M3=x'aNu ( *=R>Ϭ)p(LDq#~' ˹Hof}:E}u/m +4.h:JA x#'w'ahYS@!qH`?۰/j1A,K5I)$yV|@ԥ]承G Xpk21cJ0Qn0c_TL硭hzW4Kw- E4|cn2#8KE))*@Owǀt_aiE)Ҿ%uY&xxnv]U2^DW- ~zM5r rF|b2g>5Aoa-"axI[!rJ PîS]#._C0˽_0] d㣐Av~߻Nbjvoi?IM{RzBWϙ)WN,uH]ђMgN-u έC4fGhP &d6ttmEX#/4dM ٹ)b}B83o" ][\Cj ӜCv0tPLkg" O@שv;Žvݲ +I)R9<$3;"L-:$׬{cិ*Raf< u+rE/ {>F~1ټ A]6CH%@uamIu?gtmCnH7(97 E=Vlq.7 #xS ZvNou–v* /\yu1}M]`p@=(K}W9BKM9*m8Dž1{`5k5=% q N "NHdK1% ULI9ڨ396iiLJb G#h(bu8|Cç9#hT𡘢N HǠL+/_,ٌp묢0h@-ؽIswpT ^9w3\<{pk&ChIe}'TgwɠB9 yԣqA@Vȇ@U$ʹ`BB %O^l;4cTP,%џY^C \Q+xldd%ߙ.#091D2%p¨9(H;SyR%mnxs"ۿNu9 AJja JZ%(}5:XCaS1pIv!sʤSBٗm6OF;~INa',<jcor rXw4n\1mr:QٕzrPC!Hk2Q:U 0?# _0|\_}e!.Æl0U>`ޢL)nmɸ`Jx}+eRtg hN׻fUA'H?]a? k0>aR.o{Oۀixh']Cc!$U骶_L[zoZh4}#5ֺQ54/# P}=6Qo=&G iq7]Re:F\L%pKwĴh%)#PMZsCN"PaƛWy"25t3A.xƝ6ΣvR}\_)*濢H7X;%p)74R ݶ~n}\mk:I}KNTsM~yA!mIp& 7x񬔓`NAv Եm6 ny7;R}zz&p"yt|qCIDǘJ9gP49h&n?bʹ꯾b~H 氦⛿H+= $kǽ+LіN8Tf,mjT/_N!{gR'ؔZȧ 1g߰ڿ+x5 >{ޑɻ8

4:AW*9e0&&f9 HPt,VC[׮0hMLM.p<0DGES:T]J+ue.QtU\%H?NjlIK(%./ .rp#xTAR}] }BLAwu?ʑ"p A>TJ3/QGis^6JVXm'd0NGr=_51Y,?gȤZIOp,ȣb!=NQmڸVpeLL˱i)PƻYop95YBH]NxXI]h E+vG{8GHlt 9g!jfMmb*?fj5Ȍ\.m_?0lǨ"$=j[H(Vm܊Y'la7j)=;!ZshO|y*%;crvK@(4SpA^yW%2}vc0K p޾Xlr "bȽ w ZA16uі)tOk#X$Yƚ6e;LY,lih)Q7R{4Ge]7e;Yܔ/D#X\߄}^1!$U/CQ2Cb&Hvܮ`  ?/URYk_ACḵ♋F|Ӧp_urfrʻ{o/}_9 Ոkʞk> @r䵸  6J_ǘRM7a@.ɭ#ڬMI9v@j&ɂpH).mr ̢^ ;$$9sKԬOc#b_o>cι 0삈뒦[wl@_Ѕ-zD~eᲤr22 ٦v]ׁlLLJ[.fitI 3!&[pA1 3<\CR% jL{7V|qdwc|[dQV: hay2 -ikՊV'#jB_mxIJr>R -N/io*oIkv`"7dG9r^2.۵xMnͺYfɂbн]Q($ }D'6嘪C{E ?tC^bA1oΓ:|gR1}HGuw9h^70 #Dt6)[$-a*Rt ?8^;4;LW2ۻ5[yءx읾W%t6U+)0{f4H! F 508hhO*ĔutX.Uq8f4 w`>yzϾmČ'v;߂IvzTj5@yaNUhփU˚^T #vF - e~{VJe}W甿IG"gk܆WdI!3 :dMfo pyC.N{ݗŭ3qC~?7]H<`CABӅvP='r[ 1G2%FpYgA~v9DReE rI@Q@`Q7C/kndp[ڋF+s[ Fo-Few=7ezËh̨HT#Ea@P,z*W6~ބh P ؋zk%X5?g0vQPIưS85.4k#ondo,9UhV71.ZP$& :}u{WcyU؛eҟ]z*1(o`ϲwJd팮=0}Dy~Ϥ/TpdP S8:!T{pEՃcV30{g;Xշ6ގׂԯ0w :ivy#wSCNVi;*gc"5?Ũ։8sns"f$d WZDxz l#fdZ Wf_Alg0bpd>뛣3|&&Roˌ?wH䀣Y?-oF]2BshXN냍8@:MX]yW\٧3| BC#l5nz-vKT"}0˹#XLq3ϝ' DWDe z_9Ȭoh+N 4lr@x*ʙ{mEg{޷Ne@frh O)Nm:`EI;G EۙUIiH|d?b}%]D(_0\=z "ٖ,MyO!F!eβ#$u+Qf9Q*&]";PŇ%"k=J:zΧgL;wbzvbl^G>1pW+Kؒl"@FcKjIj\n-.唍rzS]8> Pϑ1^9#cܿr7 klά@_3rSZ&2=?>9Y]1+lgN97)yl,Fȶh"i&̴~p)^ O@T5sE)`'ÓZD  S@(0Jehӫ91Zo({?Ip]~1.A6OnzeO-Vv.h#7E2fp#䭚u TsZ ShJW{͹vESt趈RUX%[1˿Nzn! #b'P[ btBnc_ ]kUgS浌ɠ2b?_҃@7$t@BP,匒i!zﻬ >Y$DyRuN3Lf'ژlǗ&u:D"pi^g[2Op~pO 06R [B8FLp7NLiwiJSt_Qrшa*\ c ھY3NʞViՎJKe >Y0~V[Vob&-!XXǷ?=@3BDh勵2IhTb)iъcXoFJfk$Ր$WRvŶ>jͪ}Lc0JD]$rNCH6 ,h%g(I`IE@4DIэ/ȰV PY۝'O4AfdgALC+FO)d488 ;GCnC7nA8% ~ݯ)7SgM JgU *G~ιqY[suYTc[蕎^B xA/at74!HJF|-@TqUe3Tc9DW/5Ƀ:崱"ZqW3g}U,Uu]"<`EO1RAV( \c;cY' 7Tj 4,x񝻘oHozekl%V9w2&7-l/c%]'7e5͓dcab=V^l>+Y!ϥW!`&%?Ђ5+Ssrrv6V%㫗P Ud9puoKy((1tJ<ۦ-ZK՛+5IS~ئK\Mʗ1Bw`4WDIjoCkV LR씭$ XSM :O 9yz XB`5G) Vλeނ|DpM]myNcy/ Kޤ(i1oul%|`ӟ;DDCFN:A+ *V(`mE<3dֶ88_i+‡ {29N8>Ó#3^0Op: ́P;܏\Yjk+jqR 5WbRL^\俰s ~ վ!)r 81I*:E y#D^FJ3C%ĺwݬynHWz`ou;r|yZKB˷\"ПR5r=ӤIU^YRv1Q#.Oit?;wCjtia@ OFeZC7y4EM%}S8 _qcdo&}_<ˬ(X>'I4od4WR#\!# ^&0 )K\@کԋuո VM*贾Cee5̊Hx{M#y=xAq`ߛV;cJL1KԒ;ܣ_!1 *{ϠRj\R`4ӀgWaUn6rT5vbuÏ3KN*K.i_5YΫa$|pf)k*"LbrDe- >9<.`;U^sAwhf+{^ڀ$VC.kGhSuѶ: ]\c‹b_>͉@i-vT̾{*2@'r?k(pvv\P>9Ԏ~L&J暺Xɠz52Y9 ;MKYLd0TGo 1*9Oq<0ɵ:!Նw 1*j+~QK"Y2 A|:O(.oBlj8;sd-}LT7)JN/:xtv4TC1W7,+ޅRg 7~t 4h~zLA0=~v¢, ~Fa"Vo0|^^-v/Q#1++AD4€K")װ3;hoT>88E_M-uPHTbȒկ ԓqɛ |u 5U`P+va<Õkp|q5܍. ^5O0H5ɗ˼"+~>jFHP+"0Rge7H܏r-;#ȓF2x4rEҬcMJ2F{לٷ_Fc؞$[OnKP֊ c%S/w876 Zmm)ivʹQkz=j+![ 3;d GnH;jG3ՑWFHc'؎+DS[@ SDCD _xW 6CFL*[j9&K8g{|GL)vÚ-ňp<`I9M"= J s MI<'&GbD/,9GNgHp΂UG*Wm0d`J-`CoVp hƇ]V.9,$6#$rXs48lpœ-#^{7 %o[d@*\jM 3. dmʶ'WVw❏Z(:I 21)ǮLj) !iA#a`7#Vxujm^K{րAG\`%o\OCgLJў.y$r;Fg1E\hCx=l?U)kT-Y^|dcfE|`P_q 0ڶ(9[}5xeNٶr6/ $bץ| WmmV^+(>%ĖF}Xlm9Sz9.Evs L}BٗT[sc{cZA<S$ ܄K;uzoV |M=""\,T\U(%ZcPuiCP4\~*Pila Ҝ{>#N% QXSjBHP` /` ؏'Bop)zALx Xc`z.|JFڑ1My_R oBbCxI)r+CluΌkK1_MV;ͫ*hMsʯ12MJ;ixz,Xjr[}ﳱ:αYo TF?q͖1lᣓ*Iv{7'.B(䗄oR@ TroHf"Uu1{*Jڸty ǝo~F1 7-^׬ES \&3@7ϒ5 S;и8%yMf4cicLdyeBXKQN6>p$x/n߱+TM986y`|lUN9`Wg%_.hULp j?]<ܡ"]ӂysGNEjyރ/j̗~$496!2 i^JXdž[AI4p"v=*$ȴ%i}W##mH&|$Q>gm9"|G/BAu SlҼ!VL0[|1hrnd|nK1`({.j]N)tP7rݗ;:uLFYEMZ6Ȍi uC=aUpp;#9W7KnUMkСfOiۅyPՙ퓷١z'iu]{w}hrP\T)S|pK9.UfRkgtP\h4}z1($]2t2y"Ogh*t1s{lI>1o]|OF^6/Nht|9bnZաh/ITx`")Z4o@ [ߎ ߰'㹏jYM{N@\Qvad3qH:q= 5?OuCcԱu_z)l5d͓Rڑ%&n4.F &^lU6o^Eo]%4;D3 sbf8E=]0U8Fe2fНfv$6҃ DmfWab.w`%kЀ kh~zk-Bi+;νnc²0R~f *;VTz!i m+š Vy/V(>(|4C75MgVMxXR MB LsEM̑PHzƈ:dT:B7k?))BtZ"^ LYGUF'qX8Q9)yH3ƅ*|H ),nhsD,/ + ZK覎d޽nRs]S.c!t,Ay35|z'_gߒ1Ju&v, R 61oUKmzx!?SVh%[#-yxcE%笷oĚ\*@Edar>s.c*.z3;{Fl ` (clzӎBW츨;I%>¤\g{r# }Q'G$DC_%7+/לI. ^@E~'ܡC6)Ë.91?%}FP~GӋ5=ZHzmZhS%6?pg r]b]7M g'0}Mԝ㷋6+P8NNW $`eRaJ zxkR҆$eYQ0XyCi KoolOz\2"]/w@}gLQ3{h.Pgq2 $Y9<i~Qu1cVŗ1b[Δr`aAg h) qm|>kbUrJ \grMDߢJ:hSǙx:4%& hUZLTQWe"LhqL荥꽈T_vNҜ ?,61A56$?Fr3޶B2ά8Zɻ$zrdCts= =,ʡV(Mץ[/Wd2`2Br@m}OcY_3Y K_#lOcJrK偰> O*<n~<%п7޴9uBČє9ѕ-N HVKiPZtGhկ €+Eg>[]!#_FX2xΑ:#(<@Kl8yiFy`}bjJ6C6)L Trq9X"G(tr' hK#8q͞%T3u0gZ`CL>)dE-b ֊Dq/D B9 [#)|jt43Ģݻy4Xn6ϵQZUd(蛨x/Ill6KCd}w[)4?lVqњH:GT_ØNl3$i`SECڙ& ^wMxv Jyעcs n7[$;]EsCSr!yU<  OGH\>foӜ/ać.PQZ~7+M0$bE _66%WM}t#{fm@ xh?ߐ1qQ"ԡO+@ )ԃDSۧPV5(* #8e B^JI>b<*E@cqN!UvySy/ϊ6amָ"@s9qrZG);붪R&7v]3OԞoF10 k*FTM̘^Uxn$Eيfx."jCl25+n,0358W5oej$$ > Ti2bNI78;=Ftq9E -ӓ1g xyG&v=N =+}l1U,pX$!a9)eB)h6d:%DuYK<0, :Ep[GE(+ۈz6Z»HHiĮ.MerՊo6{Я1*ta[a6"8Ҹ.@=/hXXW*Fb:1COŘY=;!u]N6&O(D$!r1WFqL( B)Lp)- Bsލ!V9<, G 䩏6G?rHR3&J-N1']PBoR w{F5kql40pՑ8w}žtyq\ԥmRY]zX ʵ*T-Y&31g}c0-cۂj7C"~wԞGjS$"tްG]ͻFQhk>3KaKY8$".Ci%^1$\bat|fvGc2bi'aڝQ=Z*X5-%Bg~}G7Gί_] % wЋ'K(L }~R8;=>nԩXGrG])Ъn>) Apa4ɴ Kt~9:pCg8 :+rzjDqlMPO%*;?nЎkL?K۽]x %0~*{d!fU,`"LoyX]ј1&TzU24$O.~CɸF_, rwM![v"'ԏ\ӊ&F!k.a/Ac/y|v `T^b-ȶ]ǚK$y>.N/7>ɜg8b BͰ Uis@Ctyb1]. cuw qTa p#N#Ayi\/[n]ވPs -:™ nr5TE"HЙ3q0t|S2)A[fT*"ZNKzlv/\c<~s2ӵIfypE7tD< >DPW:BDߗf +^gNƍl=4U708ا^9tGD]}')E<ԣQ;Mx&zߡ %]u_NW^Ґ4߇իqRȧI ;(bD!Elk׳;-vآղOV+AT9i(u0[qMٔ@\ Ct"_Q5mm, .|aV1Mp2*ap:DΤc|u67I;`H'K t-.;a:@؍% K~ՌXX c*2pEQ맚7d/&1*>TI.G}{Xb|-qt:@mǟ?z@=,Ϣ'r>lNsHӧbWyM7㕃JUad>+9emZ^_,a>0@EąPx-.=i'B 3F~č7,]D7T"- wL IɁ$-ƩTPѺB\^/x߿[hE(Z*qn \} #P9:4U-MYG;9^̿Q֓HѤF|ME>a^;M^p#&弛`|4>!3n6ԩE`;&Y?3 ~:l_ס |4S-DqUZȝݗF kas3kLF}e۠K#9M'??a3owjSCcΟM"O˹1WJ(IX)D~H84QAnW.{:Z4V9/jYVMjŖ~] ʿ'*^`xW$sA_vMh@=A -qY 1osGPwz03ZO0Y iVa`ezk({^hҾu!\OeCe -J 6]g/O/F~sdC\\ w՟Q VIձǘ,!ٻ+p;嗲b}qB= ;4BR}vbHU$2nlT# K!hH$q= Bpgs@i/RO WfV g2 #S lkRXJZ5>sRB -e7om9`?{RTOclЩ{Un-C<%Ldģ4{݅dS6r _jTO$w$kyܹ ;)C@ [}0uQׇ_Uj6+TO0zJuik̼!Clg8lV pPųLsjf"e uM5dj+nq3^)bO[Cpry{ኀ@֟p|[M/3s#.`mBߴ^sRt$3%<  rE8BqJs>ݰ_1v vTIR}D~ƋV-Vgt&+ a{ڌZJfhCG* *ܸ`oPEo%2FIa<vͱ#(`4^)V*b JpIK8AH͍XܰR1ߪHVryRw5_r W7amPH|2}j>ڙmk!\(!7TUvCVCr:Sڙ罃eDaqG:_Hlּ#-r'`)Ɩ3IJ 0:-Dt(GS FnW!O{'ʾ⚏^8qw,tA`71v"˩ Ӄ'E״}JM*c\F)L_ѱ3f̢S]2]it8 ǥhF;S Bu"e Bjԋ&3Ap+<[6tNvt|X7"FxCVKC_U:mk_'-$<,P'{,<)ܥxj6COVcSۆD=X!3o=ybTXI`yv [ެ.&fu%j9ܡ6'Kn؈K/lD*LԶ#\Vt;BcyG61tǺVi w܈fP)vY@.pA$/'̷?:3j 18/z~@smbB͋E{'Fg!N(i^1\}w>8& x/V 19kx8!Je F=U-~b@iu%yUKk;kQɚ˧r{( -I tkh(Xwk|kD?-ƵR 0=6y=g<ƴZH9^zҾF:*vC0?OFB2ˬVVy9ӳG D~ː*>Ho#(u\ jQe԰ľyu98VݳΛUHBd 뜷. (`$el 6蓽ƽj>\ ŽyUnl+?Gi鰲i=ۉ-=g::\*,sCyu]q)_P0 E|^vCRZ""\<9-7?nb,M;@Aca<^zBQrel9*ā=Yۮibк=\QmFI:r)ozZ{_s̸gM BOzY(l K\*k(?LR$UK:>Q^V_h@] *7|*l"<?.jE7 SnRMeCvv0jjSȀ0L__ N6#gAEI\+^7 Bc)IU5P'{xyIR}cI^hfbI6j//OZ,N2mn睈Nj8!Ql{6gq^#+r#0@Kn> ocݺӟ}ŶT4QȆbLVK+@szV;L^^mnִf[%܆ 1&HxXyq|S_A3gڷec-MtAx\>OI< X.Qo)95ԣv&vК\A=;ʀa <LxKY+ǵuO4qʮ1}j窍%{ Mɼ'~գƪkH}[$[Dמu|*"?ɵ&qz 6FlzV@Q?#E%\5g9pE5iE KIѸ]Gp(eeM/ 4,%3n%_ )(x7Z<(_zT Ѝ8-*fHʅG DXˀ-'CTgK(_UGq|)]؏vK5ؕ%Y;V7e#OIy,.S}(qHy:v2֤֚V@5Ҳ=OBlzA#(P [`¼s1v:+}gmhxi[mr<ΛB^=ta^ ? $pE=I+xZ݉1bȊ"WAQqWU; "sg1LRj z, mEK3ql RQ/2~Vň(Z= &'HtWI usgi|dޣYu0pqsjlt` rbr=kP(`±;益RA#bWasrZ1^DA[ K*gmib/Y>1>zY cVO 7Fj7Qne<^k Pmr.;M{}-0v) .ѠuȅM;,8AbӪ6V yX:tx)8w{s7_vV`ro:Ot`ɪ:}]ȱ̲Ƕ ÏUg*GϹb.FݞJDy%0e?f3mO,Я =ckfAױ2ޛ>\ ;xKSSQ Nϥ=׮T3;Ei3s`ٔy\..XIiWw4AYu'7ҪE]~ A=dءQgDi]nJΕ)Ȏ'ml+aWm}9cuy`CG|qPL"s>]-]o.IBVr$HonVӶ4}\rmD&=$|0L?ąChkx!|HGAW&~ AÅD1l׋-/pxVuyD0Ψ:ަX{[6-^3ӯȦՌ^SJѸҞB bk"1ɲ=N(8~D 2 HRXZ^jsGQ13+?+W#*xN;V#H?Z{*+Z.c~Ld:aK"؂>3Oohpp!QN :/j/vcʭN;OK~!_4~cix!:ּ/JC6V\α$Sj Wrm^B<6ȜZ:0Me+6uX+Fb7?2Ε@! =EJ) h5œ;/MkBUy쫨yk-qRCK5%>ɕ Pv#n~N$hr[rSn,)27vAԘJ?siVM=;GLJd1& c&V, *J>AHϱ`TLLnXxFA$ fß {Us}aFD&0? [ VVOQ 1U.30jOHsŧ̏K$9ATpD5:(HP2 #hkW:&Kκn4 |]e0jm:kB-Ю#4h4I'nv3G|UmY)j~7`~qv>Fr7jcB9)@2/m+ز71Ԛ_QnF]faE;=A:LK{{ B#&8DpnM-AS- W-0!Ԫ 3pa<2$ Y>WraFK *$)+oCڌD'3H@zuq46!L] _e6PE_Zse./bz{͎C48}>ۍ>|VE@_#L(a7nYSDe&:} I7?-iX]0Z${$<{ Ddܲ]QpY!4]upsH/is%8o7߹:bfJ|KIZ"^,XtbfOO9܍mο8)~}Z?.Үk&W"DCɫ@2cJlhܹT(.ޣo5"X,f!YgMrrg4WbuJo.W4pݶRbQ(!ON$'tfgsUેDkDS (+qDVs8 Q"gSHnMIKsCET0TA_ sGwřLM;}QE:7&{mr*#4[Q@ M9b61 8쒰m_~n.a0gy!4'a>=Ԙh Slߴy ?(RL(&h6uQ cv|=YH'A0x5Wm11-xP6%Ο.j6&)i3q3lSbgN"J[드(& f`^Ξ.9VDcgntXQoaGS0m #XA,#o}چGw(iJ !e aR3;VmЇ#y[NT c ,Am7͑Z w8zգR8hhmn~,1CZelNz0\E\zn<jX,>A~=p`.u9)u g)Tkn+RI3\v>\GL 9(5:0u)2Jh 3LsGӕ؃!{?lYL < d\SugJLa'BBZg$#*@ 5xYqDBe;l^̻4F2]XyB"hDBpdap4bJ-%TF5tDMm`;ס!= 3 =8phؙ90HJn_r6Iba2ԙPnD-;̊  +Ka SG*)jv~PZSήn+VLT XV>H}t #DN!:S\9@}D8Mp ʒ1XHY2D=-oq9]U53*~ ,s$TH_y~XhܤA>*{q&F.@|n⁋\6L6W@|RBМWr^4o<ded #+6`Fҡ<}5%&@KETz~Xcq{yS"޼2;8D?WõFlxAk)l TuC Ĭ˕B:.xE /W 8]?ɕ'aAlV"}'}Y {rE@Ne\سJNbh*ʎǧmB@i$q'F N'jWZ|6*~$$MB#3U8伭fdzEj4WI *$`Ug8Hl$Hq>8׼ |U̯ JDdx~@ߞONE#&ӃȮw?MfX_E>&J΅Nf@':W" XQ"-O9z;"vOEL_zfIA`-m% sU;r'[⯭`֓;~l>R-'d x`kX+iSj= W/Uav`[bU~ts;'b:' paXҚؑc'V}ӹd/70vx[ŰpUK[t rSf s9V`)l] '!oӺwR]'zle@LX=-e7j'|2KgnaMo~/Mw|ҥ Lorhg DQEg—L'śaf` NEdk]7{ 'Vb9iN_9-9Df8fn:F;3,pNOSB~8BzqRNe؅>}{][Roܨb+F׽Ye@#puG6!GCVﲢn'ѵG|^^¦5ƖH -XnAq 8G~r.JMhLy?XEȩCïV&Fdݑd7Lm_Ze[ YN38x׋ E{&mP'#joo(dY10\0ݞ>%*2%Ovx֍ Cξp~9@ 46Ёy ZA- 2L 9LyiJ@#:"nFZ"d,5᭢D"7Ԯ: g57ζ$؉ۥS"-k{p/ۺBEdV'm\/P2i~Lbzj$J~A112Eל%?nVl,Ow|$Wl` PR-qoGŸyJ_ $=%S]~!(Yd1^p` [vNEDm_*kg4j~ ߋ1csŮzp 3#d[i|UJőuFq= ܄vǯ"t%T܇+WO!.w^/ _C" h Ygjs*<5uڎ4%ELI(,iXKZNo[S5&*𖕦s~@Jræ6ĵH,j7'iIV qvWSj6 %{غg/Gʚz1KBs)QX\dcq}W[8!%z=w?^ ڪu :Cv茛W]gOl uuXX蠑1[Vף~G(쇋(ۧ*nr}O-ΝONZBӅ̀\Xo ǩf(O#Q F<^^Ĵaym-@ M0&EY5{q422p`T? ;*$;UH5t!@.3̇W%u-^mnNZR0]ϭsmSHv'^:>J5㘭yIt"}$M0DȘeR,5!lb'' -C1kCNԆSLū 3_Zxn. PQ$G$J<~d0H0)EtϤ:F4e ̓B ǂxajv<6Dm#{!p\^%n?f\YFkC6z97Djkuy@D"kSHЮ7JvK`nT|Nzmo@gat,\$g"K߭1OjF xHIw(ͤ+13jfBYMvǩr`p>p{@申8d:NZsm$fsnl  r:7?5$;{xOgsmTo-Y)Z#^})b|BzB4ib_y2xxU$hj77L35-Q4p]`\ 4y#sݠg2,0r.y=܋(rm TT[][c>f@[C"'"\X/1cC{}Pf=Y,逨M(~Rmp$mݐqS ;:n\b 9"[[qψCLغ 65YOAgJtC?;g@F6r0t^d[h88妧=SPS y]0Зwi"lGD#\E\D'J2,aE2i@'eF6‡ [0ALw>ED@fƄ-̢_KwЅZ7C*+EE}T_M}sn@/[jgY4B>ގS%b; lRȌ.% 9]!Whiξ AZ7%Gu=rfc(Hv(Wzu8~/n9 Ҋ9TO} .+iu24rnYQ@KQ/I^qw.~Cw6A }=tBy"L;e1+)>%1Xp+ت/@8dk3 TG|>džt+]zO}]ݬt6ϲNCZbSxTf )BJC==1iH/-:馠`)HI8:TezRn/7ej/~A$h;E /oBjN~8Tf8Rx]O?jEZMc/o~…r7׆!%ʉ:ev6sqݭzFBK5זͺ]]cCn+ ..GJxgܶtwtT^xU僬F͝(C@( , 1'éNA?kuXZevA, ]r'`lHқf3k!^$zz"sFiR{B΢ ^#%ڛX nuQX)4} Z׿L>fd,nn çu~:KPK @ߎX3C$-L cڹtzH\i/%zn_Z)hEsOa4wBdGezYgmX)^Pڑ|a&2: o] !N1P@$٘ڙ~Cɿ?)ϸV+"Ćb_+\깈6r0vcE eട2KF[>_Vin4vNn_ϺJ|^jfFVݕ{X/4$@&@ّA *Bx9Ln.PNTLsubpٲ>i;Ap EI 1е1F=*RVsA8彾ta%'">4H wJ]jFYW+0wEK3Dm8nrg( 2Z-1R2fiY~Mʹi~G͚>gD#-Ƭ$ MfD;>HJ6k4lyyfxSD(ʘ="$*-Bܛ,=NGA䵡ng^t>bemt[:R[l ;粙io"{U2ThVoǗb|g.SP1@gvD:hCQ(DkH8=lO3taL'EYk4rU.Nz9@EzmwGܕ"W7-S2r.vl{[52l rSgnDIWh&-Vgr:wt{KYdמoyTk %mQH]Ф]B`ſӱQĊ=E[]y m%]E8{Ąj[O& {KI%AAE44>%1&f A=J/W?}E9ni'!h p"to3! bg\tLR""$%2T]fՏ+1 8ouZ8V؛L,[ LJƈ2Iiс~Yr-< =*n2zX[)a1Xsu'U4mē Budr |1X:NBE? bIu j$"q,~)q" ;ǠnEOS&p^Ⱥntb\nyP$WTZ!TZc%Hl8^h*u<8|Baus"ۚlt_$R[Y*]y1 <ќ ,0y%#B8TVQU(0ɬml5 //C1qq!e!@ƛF. ΄]9q;T+ycOUq&(4Uy%SJle[t]ڥN;)_kXuo)Ų;dd b͘8X{-!DmZ3]d&蕠׬-[̀BRAxs.%O@Ύ#eO>v!w"Ds拒@ Cu~ $ɶ.Ēz} DVle ,!!(cbIc{ uOV:\Ssٔ7eȐq ]$09uwӽ>*R[MVIs mp$Oٷ=,d48;lˆC&6VR|?s5VEY՞]Tg%HxpXj,\`R>wR͉r]n f@i4Pav)7á:G*"-k2QlL~)wo@c$3gS?i^ȹn%!K۝vKUR`ss7^ob+53# cm6ztx("m;Pnߡu6Ao0-C$0b7Xr-/h)fAz4˗U k`7mdZJ.xXMR4E#;8Ѽ 2شr,E0fS>@?΍v 2?ԁGD G*޲ B@!`I%Sኽֵ +*Kqi*N5nX9=LuzPŚbHV!87&H\51Ψ tmYYg?(R?<6/-󞍁FRĖ> @v7RB TA7ŧ#Ykg8Z]EuC\Wݷ{vel㣙z|Js>hb+6Ni޿Vb*z ;zx6'UGkigqU''45jڼ.9lNn! EH6Pb1%bpe\Ok,-eȬk8bƯ1nvfEc-!ʴ0,Ð>Qnա iEԖ~&he$A=ɂ@Ƣ>*!gU $ĉyE8t݌[ꑋt9ĕN-jPBjھ'=)?7psZEE+޹4G@0[tTu<'?ßa?rrsE0$WEZ|yz~YsXՒ}Ý4g1jhVp+nQBBK.X$K8Wm֗TB#: ZD% E64GeCR@ bZuI"ߦ=adn-m#xQ _Cm'9y+f]< co ӢQ,mְ0C\kҊQ.@_HB$ɬ_,\)vX^Kv@bmK~EV}\LTqFX,Cpo&Fş7snh{c]P4BE.55\.N^;"9>frI-CZWuy]4^1ܯsiybq˳3i  C$-],:W(kA؇wAH LkZVhC2H>C<Jk4k6 \+QH4dczQkqF4qjk܅XڃUbz CޗPޖ'pH򉜺xd֣)&2UrȐ[#QR([[|>S^#n#.-z4u\',/үA B,M;VZxN;H2ͯ_dP$o=zڤ/\}8P觹NJG8{A痠&J ݩ#H(AiƖO'@r'z[*gNUNF\;mƤ5 $:=}4&dͭ.ױA[9FFe0E$z- ?v2}K ҉F2cw`4yGS<1u P/ِO71#+-=9*l_ZEO?Evk)f$k6 UyM-+#ynYQ5HYU+ˤh’*}^! I B? Q^- :G+wK|jS\ mQ<' oҋuMr({58?v#0_2UCfksmɜT/1̗Ɛ߳-L(|Zd((#1}2\a`pfU\PpXZM.G2+%NȘ(Pg[ꤌ7,xO!1Ȱ\ȃSz`%/ԭ#sʙ}MSst&;5FnVtx9eWa I,e/94u?JY9% *!񾱁Ϸ66Eew0û$W!#,ٵ?SMng]JvYOK7 ]mLɸIr \V¡;z/Pj@e-w|b)9[H[iqq 5Z`;!/I3Ϻ񕏈R>?vL1㟆!hN]:m;y1.LeI ALKe}؝h†O2t5ࠖ" aNr6}^yH9Zr5QR=g I؞OJo'=c1z{;ܓ5u;~κcT ,R]^AnR h@yP?ڻk # 'D_-B0LLbmBDs4;Ԗ^cr"ߢ[ N3.j%Wi@]ih. ff]IL"7dW>/lhaZrwGʏ0\CAڶmcOU6,0'zL/JtD:,eSQ|JPi:Em\NhbftBw=?g')B4#zB.w118w'('6^ l X FQ稹hqf֏o \wVZz(?x]U=Zf8QflЪ4x}BX.}/!@RQ_|fWi)иJgok&A/!T9S YKA^/]J\3zPdvV{z⇕sTTItw+5|۲ܱFPm_ӗ/ֳ!L |^vXg4z,&he=M @qCI_ShiJC!K8.B7H^P|_?oxV{T5BYŶ>jIn+["`ε:D+L}:P=&d[\;ڸH=2|7 :$7e$H ^e,Z,%R:A]3ܓ'Fciu/,لE ;-3afúz)!$J褫/J8 : 0 Tq麛=!drBsƞUI70?Ɗ]D"M'SadorH#L|ˏ`.ĩxwԹ# 0?}qdOv*Gt{^"> 2կ`p=g-YKJ vC-QR9๛`+%ٞ-aWgx5&A/@iT!=<6E'&LRcKNϢ.{֝B_QaV/vɬt`k-%ݚw ˙OE>*k wܱ>Դc*/ XYf%yKy l5hH6m*'1JOpY6ۗ7UE&?Ǵ; '~$= \gl0T -[e>~$|FZS]D" ܁ˋk{/Xum`U¯M;9]Tq?s4=ƓQ j@BIWYA^'s*q9hM/u|J j5|Z5:`i hKl?D(zQl^ mHڗw\b:pۼ09Dicع %;'}VLOyHJd)g5v r AOcnsDݰ [3Ԣ% xA|GMk^1p8|thM*TT77,=5ӓ:"ks(Td&]-*d}(9;rIf6So +S|whVFp9 n^N {.|ok}+L7rS9ɺ×lW\Ǫp^>S/X]J:,どwux^4 CY%o?2!9tz_gÀ"\S7.\S?ո y`u&b" CG7{30ByֹF:Kozaͪܺ}+ƗSGfPPeOy;NyABZ1LuBH{H˜ Srʄxgr%7ѯk v\GEYh]p?%i6B9ʾn @:ȖJA4 =xcSkQvB 6 ԁ8kRW/R]UI,8Y9ͦ4w Ӕ,}JR԰=) Y7MgAS^N~3SHwRo_9NDGOI@/UOYZ4ǜO* '_ ZT:2z7bӀV)OdwquR0Gl AC$oz+'Dw|=O)cSfPNl/Nz]>s ʡ}Y;[#7c!i[& VNf.A,يsIf/[*0g'Lu;, EBF}D:wFP=6آCCV%+LiSlLSuS^H|gH8%!qĤ{of0)UU0cɱQi}T0'˼/NlϿ\>7,g3WFh6ݗ Ztiћո9A\KAud5<Y9]t7:n<%#f0ƟQ,'Q9hj™b3·% PDv6%QoHMdEF[[3YgK_iQn#X mk QL4 \4 s˶"43)Vo`? z{n㋐%PKq<,®SvM~|HR S-,WgZgSbՌIi x;S9 Y+ڌ=|#|ɔ,foor$ *vPճm'}[ΑٖR:$yiڜC<Дi{R'9.%CtF25d%X)UWT$|[Un8->wIxd26H *_Q&&IE= S"ʚNZU8Pvo, ̀{>NS qcxKb.\&T g 787_4jfmb]|K\ooLoAU}t Nj%.Z ?Cg YA Xؚ)’`Ё8ӘZ90\] }݊Xz{pe"~mLrQU`dR9 TH[Il㦉rlЋE=dAĕ$4 ZZPU~;$m-i w$ݫ_R:KPE~s"ؾ鶤a|>pphePԡkb^ 1Ds\&bL)|shlQtDͿWVu6 (1:!xXkh- '~-^G7@-"*Kn )٠␲߭ж~_V] xl̰{NٰH0CzA`uzn}[N&?%ʰ;gp4YįmuMX>Z7DQz( 7[AZ s>E<{~I.O6iOƸI R"BD)^b}#26:7 քs z&nxv!MXABߙ|z 3G^|I˫Ʉ%0z# ޼ʞF)#MshfLr.7!Gaif1"s84WᶎZTޣew;9~rER+~\ŁZ@*koLr2r @2sŃ򛜼! 5#Klm /ig֙xAlbY3ٛf >)떘Q% VS<[,\6P !}!НfU_퍭;,'?<~JH1PXrk 5.>4-r]FZNl ho:1u=ܛȈD~GA]8qhC 2A}8fN`˶xQ\pTY7Lv LD63'0"aɃ)|oaa}!X >%Ym;gݸ|_P d'{xLɯ0ecmX*hgAe2zKK= );CSPm$ό#)9fz^f4 Y sֹJ?"+7g4]7pWk|6⦴Df9?Bp[o'#fözWZ3PBu!ɰH>x=E̠ݶÎTVKIĞpho\zS9A E۵ka`~[ mShh+0wy,>RTȮM'*rY* % VIsU6 y| e E{3%YDyh󙘁E`rV!,[=V 6]pKRExE[:Zz2;-i־&d^*DuU״$UÏtԈ>#\DV_NM;T!97:hݛt㞂–Šr\$ᕴXt6=PS"i O-O[_ Zp6B"g}]2 g82I3r ![xbvLf} [T(z4?@-N0m](Ju KFPIrV@(TUuw"}kE6d I@^ŝy.Wζ26YeK,lBnd,uB7I+R|)Wknɴ 80yvNbIӟk{_K${y0%jn eq(3A$\ZU^":bBmyiOS.s3dAt@D"UjAgC1<Ď*]qN<dBwc:g饏 QX_/ɹ,x󉊗-89_,ll65c5ESaʅT`CJCmjQٸ' xH>kn#$2寲+uKaZSou5˙7Jk.z A} gއHo,tWXgjrsٽu"ig9U!:"ZܰbY`E*ynt̺QAU5Gڴ$MN+opUrk]8"M p KN;n<,ɧx4Wn)v1LȖM=q<<%/~7(UX Q4ٷyl0ę@bz _s C ߩ҅"47~O)g|ix`nAoTr F}1T`zΜ۬gh]Y0=mQ %'!W (iCqup`ovFu8̥E(]}R.]]թk< :E噼HI*tؔf+Hs`/!"$)BEIb'\HlJ\z= PyUj3(Ra6?/gUkdm`-.isTFZԕ4]qwZjVcLV„~CPgY ]g 4 ٖOu(LGև]k~Hs4-G99Eo0?Ca }mA ͒ J3TObQLq9`\fֵ%%@d姐g$nh <9Ƴ6P%>a_`ޙТgF@Trm_\e-,ѷ'M:!]_d̴{4zА} =M(sJJo͆@enDy@34#|R -0ܭ۔k*c#IEO~I9>)0q5{0 N?PJEԪ;NYs9Fm(׼U`kx܌C=hށv5UDf蹀SQJ#s`֐W@oK4@u!ACCÈݚm+zToust. Q$,cu'P[A_ksF~3в_$PcΣknueҸdPQH"L4B/ X$(\)~R&˄WTUZm#TqK^{ >@ӺxշPſ0x~R&q(H#+0-V4.F׬~(ÙVjUf]6,Q D@ܖy-*Nn/> 0j+ѮڱRgڒT[pFǼMӼd54+طn-9BK* 8ṯu ݃jÉNa/k%rZj\5\Fph0 )JPUYiv8REi=yuo`yH+wzl!s&9N ~ah!d&4E0~;bK!GKM v0-+\u Uo2׏CBk\{E@d8\֘ 1ܳ<` bi 4c?xx6qT}%MpY |$W GX2uK:=,{DL?μauf猓Sq>C5wA ?Vm At(bq̋fFbTtĝ~tymAD0l:}3ańlh`A<٬Iѡ+M"BZ h;I2D [FOG5a90i\Vu$ lʛѾې]"~BCzn@̀oP#}|cqIlY%,/cX&f-6Tq8P$!E$Ht-K8ta{+gU nI$Qdީt,HkZ'ؕۙ>ؑ̅z(bhjC;7p뛻!_:[m g+:SǒC258|]-ɻԁ%n!r_=˰g *Ƞ.гVDEuuzD\+:_<@'(*瑠 CPIg<9"+zO4p-8*07xHh@~ а  Vxo6K$)Uo|ʽB!7;,U1$JhZSk1y3@bExumAm!Js2)evl -Sb74<ы>+bd0e:-!F#a uMoy'H~*=2II=eC7O0]|/lȇd̬D zbUhV~ߣ" (`C\nQ\h./0ƣa>hNUfK9u2ٞ,!^K&$ZhP'q î=bJr98No 2 ZtB4-a5M̔!oK.J qtu+"|Uqg>!޸JL\~kf5TKUҫSO%IVX/.SLx0-aR,IN0VD b8ꠗR1ά0 :~$.wKlcZ?Vtfz4MIf !y!T"kC_=ְZ\r9>5W<H9oAB8Hȥz׮a~-ϓ|w)c6fn uTds%1ن\2]՘$6 r!4k*[>Oᷟ9AK$mk_|K:YYMRψ)F27_yL3Ikg8X}sDh[g<+Һ[(Í}^r,6!yskP<2ߺ3_,}5;SvS~$C عhcy< kD qe[$̴2jݞM1'hkA*@E33MDH&|-o!fc㞖R\3ɯV;j$3J[F96& #xv3_.O*`tmeF<8$rs57&ٓig<,(Ri>ĪE&][ Ա[ QaT(rnEe?'-R1A_~un+.7¼rL5oߟPb9hCVg nF o"sprkQ{V{mem6Raux&XjL&UO$DW8MU: >NYVVRgm":9W#&tN>$Nh$-WF DBZ0K/r=>ȃTg֋b3kդ\kP=1g)bwzNؒ[wP˒6L}L.][]q;| |C'Qmx:A YhkWXo>窕#dpfnJ40KS_œ\)5J/Zc<="aN4=ʟ]G=[8hTkY`^Ng#m9E!E0 0Vz0?n j/[zJ%߶q'JF+tFQ /Bj^-Fd e*o lB-b$A&3k-jyDRJ6}@(QkN 侨QMsSK8Fޕ,p}6 - d|=݂C!jtQYtD &yӑKgo5'R!O$'>YI,:ǀ[F+ˑpmØy.qAx]Wr ϾNC-QCE pxOq,WvDl| 1v(vDv]wwx6fyp!v/KK1È_ *BP[M~ao5XRJ1UTˉ27!\'[%f?<&Nْ;}RVQj7Vw'>ghUT4' ֍qJ0E!%LLǃǞ ?gEzubVV ߦpa3+)N +\80orUo$Av,%+=} F.eVUƈr!ISDO ɟ-CUd(ժZ -7v8QMDYw㕲#j ݳ͌Tx%|5F+5ihC+G&qI>mɛ;3բm&YoX6RɅKNP=l6Ou)k"ttk067Ͷ13e)S"Zm`Vݹ~G8e!#zX BT@W<'d.g٭)_}鐧MunvFׯk(1Vnӓ/?AI1P4 8@p74m~ 0bs\gr6CmfH&TbU'Hh`ڠZ2ciHa@_uZ]rJ\Erfk>H.(ufo~X~Gl|w[ea{Qw"+~} .ٶS;/:?+s%Oֆ=I-IUY)"4(k_yeh4-*}&*Kx]Ig %d8. Jց$w7.9KLj IJoİ dwYS?`+HրÒ25l{xN*fk SmU78AН:rZӰ-W:r$,;֩@ӝi:?չisuwCr4Jr`&,Ch뤲6 gpN;ۻ$8ʇY@(h jYA3haˊׇ?Vjǚ6wu,o>T;~XdqL8C.▛.72?! #tjͽjYب77ZF(>=ō&%{-vF롟B70NL5YaZ3"FnUˁhAA$3pľ'V cZ^qVb8a,4m%˸[j=p!g ArbCd5aXGx[kJr, 9wg~6$7'=U\saNkyU?!ȅ د#mhT¿hC꽃QyfVhɵI[,fCM|4GDYM?O00"H[8L @!ŰBVPsʘۣY 6ZDpO TcǪTxԎ$]MMih\<Ο p`]QV@LAW Eߜlv/l1:`gSwtpS˘Oǣ|Jh"㓵3zV*#/?2.)=`yW>i8^5SY vGx4Uj1' vMX)-&{a3&OE*q Y/'JD9v~U[.BDǻ~GtLGTAL5I5*t0vr6}CbA:v98/>?o鴺c>'D3Tk̀fChۙD6 `S Ț%U{5_63Bk@iD0`g:B cQp ObƳ&lTsP;W8K-3SLWK0`~V{.Ki <  -r"؊kr6XYmB޽%0͏Y$N}>,SѸQvح>ieQ5j>Sg=hKp!_zkzN^~i868$b9q>{ +&DۛCA0RgRG?jkl~[",P>Mo-t-vڮ.C&ċLC-΅2]IJ"wĭ=Pm 7}AX|c4_GO?qjX;X6}mzBKi46٤X4ar̴I {$ {#^])A+.#~ ci5#fkV,ں憋"Gd@)1V69|'wyǁ;xܼh4K0Q90 |!^NBPlDuU+] xﱇ0Y{PYCTzr5~hQ_@t OqKzOc*mJf|\z4IkQW@=R'S`tߑNBQ'--v2%J0`8]Du$}>v| lbhvU=ofEW5޻ T81m07Udf>:ROWd0n#)zHك;ʺyKbY@1h*)HIPSL޷}~Y*#7M|6yz#)_b&LmuގbtGMgMj>}V!{RQJN5L.- 'ү?TӧpaC:>bՔMmU1ePN  2 p/t? |pXy~ ` NߜGxbyO6 4kA"ҹ䓈P^ u {˒BS0Y* op&![#dtg oG,!׾hړι`:kEL{G[U YoGzr0w=;8`p>QVfޜ|\_4 F T؊=ܥ IpqBn:edk;=`s\3^ҧpI~J&y.+L([VV&.ע!}g=XǙX-]% Cv6I%Ls@J0~=Zҟܧ3faܡH-yP5ȿ_ N= ez}z< g1 Z_) Naī4O0na~5NtAa n=H8P+c)0s ĐÚ;uGN{sl`0E & !,_̭yO&Y/ f&aY=ǣASw3. :s=\xM5e0ݴqQS 0ב }Z-4Y`*W]ڄ$&}=~}'`"/3ΔaODے%F%7&~4(19mHeh$ar!JjMLYZp>#< A Fڅ)'-*=~$"T&slw9mfEY2UHtn4ĉpNVe&..fjrP֭TZGO;Fä"MsivT0zZC1\O~/_1eT' xbStJ rűsTThm֫ ׬A1]0-1"x3~!0'kA4~l]$$Z: o p3%ko{d`դoAk-{dgaPbq_&'6ZDE0w#C^ %ڌ QV ]N8״>Ѵ.1_jnG~CX>Ä -؝U7yPu@%Nۣ`\nN)5ѷ.\ߟ<Vr=,SUuWI6]!|!^ ##p!Y2b.f"]ylgU6ZUL/Xg⽞S6Drx/b bYʊtt߾?nhT1u,=UZƸV@@rV%qOh:4|g`sFy*x1d?zL7@[TQ,s砭k1qwaDͫ%И~=gG[ 46'$V,>J;ZKl+n ˓(& K?(;(zfE8,KM R`>-s7yN7| Hpih&F^GX:a|QF0pt嬯wTnqc8!)\p 3zY_vrlC3-^>\h:bVe Or];r~$9xNal~5=RHiڵ?dþ U$Fr&SA -Lfg2\ E?j4,:-AmV-7`U@xU\CTu!] eTˮqdy}ۨ&-ɡj \F6g=\Rjhk P"(#d@:R1B1σ]&m6$Aq:l_cy3K'>#ոΒ3ve5.( \< ^7U9׻}}BߞAVr~}4g!l^GWVCU*s&]x㫻Ҁ@h4I4R!'bܚzN~[HW`x򽯍Aa/6W18p@eqhН"C5Ex(y3:o+ϩжM{Ҧ;qjT s27D8ps~,tv v Ƈܓ[@ṿf oTIF8m⍻xJ˸K>\X[gVĐnH! omucVp̺u]) Rkr5QSO(ոHS9t˧sWyf1\T mN$cm^@Yk_M\>2N{hv̸* &EG 88p?K!{҂]H;)QMs\2ݍI/ꗘO7zyrV38:p 0AT(X*D1D+?k&1+\9bR̜FxEƭxQ3mN ~$Wqbx,4mLN8_+8o?\wF'iṮ#ܛ[c>7u#O/ʴmXnҥb xÂrV6uiqqlPL:.׭!%* (S:)Ջ8˯bޡFxZxn _R {jkvduPcv@me+cYi^hŽ>_4Y c g*~u-^H?ȃV(i|T'3c?&&kߐjcHq|'URɂixDUV$/YMF`to\T~:w껹؊wtxu v3jmŢ9,.`{T#9spӵb!ƓE{&l҆1T.7t)b?kYr4ҍJf7M?L 0qC"Q[(>6|#^}{s`1|5 p[k8: D-ke~-r|> Y$"Wr8Fu:J:m<{*ۆ_F!jGN΋c/nOZ05')Ko”soUf !@o-_"sag+B"m;W ƹ8 ._[2^jKKf3z3Æ] ݍE$ 8 07慥(J䦱EOWš8#ʽ Y'I:8i:Ġsؙ{!bl2"ڶ.{ INC:V'sȏUXv|K5Z6n7GB&W/X-i=H;GQ!tE54K`. M)6b`G!IU>f{u9Alְ1[Su&I>؊;rZyyV}f#]_31^M @KY{)$uS5sA#OLzpHܛv):?V MO#FL18|8C䨡톿h3 ů2%\ׅLL3襢TB[f6w:GrR@;~0i?poȫH# ~0sw.#%udۇPTSUym(& `esk~HU]t"+-! R(%d8UY0٩4_+ yg%1ѡ[@_~s=G4lZ>qOW S(`l9 VurI%LjY|$ng"3j)>,Y`ӛ\Pث#~s~.m[{wUQ^r.*aG3#ItyU9H\v8"N݆TW$( ^śDE#}GgPaT-"XѳW9Wx>~k( !K- ѿ$Hh(NN<5ë,I\A3 ۷>t[5A˺Uur (LÒ<TZ|8&W֣駦1{0 x4uN2E0@q/Sk7!6(V$dS BgB'G)ZP/?hK5|f~'@eM~!-;xCuڏ, Bvz.ЪɠEvTU7|?ӕxԫ>7W9`R=VCi9҂ZCj{[cId3fcELPˀws` toXG;Eϰ]D>{05CDR-h{ZlȮ>׋y.C0,دP<.Տs/YGZ+na8QhGNzUɂEIT'=]4jN5R=^f~5 J(&>&+Q9[GS0ՍR,Vyzg/8%Hm]RG6,c0МvWrLo^~ {+ޅZ/uZ s5 rc Ba꧜S~Oŧ~;X5֞FJI+p&$bR';x} aPniDmۭGg QpdE% Dܑ\T9H+ i?C' F]{ joĵpCwrեG>sY>$8-EL8TiYC1\D[4LsHL>QIeUV!=_ʔW,C>Rkg36 X)Lʡ^  nA4N[Y8rܿ*ak1 K_do6aaZm/b+㋙K0nI:0xġNN8D?T l&Y{VT.I,hґ\’9M5V8y w]mݰ@Ǩ46]u/]7HQQP/?*KS5{QJnWLkk'*dH-0tn&Iz4/3?ˢxgUdK74fB$AO"I)n-o}cn;Va$S%T׭ 9W2F@-g@{JAl6<y|6X1x[8q{,'L82j'ڜM/,2ފܳԔJ ˅Piٳ~΀M Z1x|oy$A WHT )J2NLV"z1QD-] q'{!Wܼ^$s#s 'L5*_}3؈>׊.?-ǟ1 !782LL6yg!\ܟ+/Ak7kes:< 1=SH{_!'sCZ݄N5>F$R+Rr*0ϡf!{%@u^PWtQvn4aOԸu̇Fz2TډISX臓T X1:`kTr_"eƌ[GJoXc'¯) zmfI-jBgƳ3ٱaݣ9s U?Iyzق'nꭏ(Wt=qx7NA3m j=֋^ JP{}q?\0B@ Z|ҲcNwЋ8aݲGpnISK԰΅ ɇ"_йrUr]' UѫuuS'ZlΗ)mධ[0P{mphI>0~[/ N!:I5DzѬls3B/cOa> A#`*Xglzd6y7ϛ$-Ҫ4eہH~ )u"|l ER c4L762tJ'ouMn`Ԯd:oX8=hguiL#$s[N+XQjפB2V JPz Ի6QF_DB'Ktl/OW:zޠ] *o.i]Xmz { Hvı;}od 7ѷK-l)@q7bLV J_o|6|B.Gɔ̖H*JHg9GC-(`+ʎ8鎞w3wisҨiJM!8|IJ;a| 7jG3ԃ0-o!Č&&v@F]wNW,˼"w;9B/|0Q'&]4J.5d*Ub CQ#DaCm51- 2D* dѷ;7[R*V|Qj߄M\_fuT~ $zn趚RUb Cg~7x3z\bE(ZY 1^0pg)fD?3|ObkX;JC9R 졾b~e})#F}D1A7^mZ slb5TҾ-A(q"l=Z'kMlJFLlšyB 3a\db|OsmN }7O.VWO o"*صግDŪ&sW['9䲗|0xQBz^A#usFVP͂U z|A>x AUarNpDl534vsS!h5ls(qZ?zg֞^"rh^]s VvxL?Eb=zһ<~J) 舋CJ=нV?ߴ e:ڤA`S擨7ӯR/%QNJcg9Ԯ6*ђkڹ\Ho,>q]52R' 6vg"a©bw ?)h ߤWF8mRt9nVm$cҨ|}2e8+mj4+<0ST>drn*P(gϴ ٚds374(޾qisnET Z O[d[Zhq _*KsqTIY)p* wkXi᭖3jNR5oI)&gcZ#t=[=eoszԋNP&|v BU}"{Ob:k$YDD(lawBx=[nۇeJ%GIz` 8!'VV!B^ TCT*]m=}X[b GlIU&n;BtP *mn^CG4\FxFHbǡɁTm]PNuUbw=dRuˊoB;[ƼyR'AZŽzuQg@qI~NH ޽m8o'"݆>+A.owg&tNk9eWm&W1ZaV'"g5W.I:<v% ŋe*ぱ!ޒ"Gp+x?A OtVm=T=/f0!Lw+[.K Ӑ p:PSvt2ٮ|v;ngYBrf :9z 䱯X=  A4JiKvpWӿ)q`e.L agzC*h |@aA>aS 4aRum)Uk OAg?H l b 8㲪7̳@|j CfxTԐƩ-썈iqTma/ 3OQf.9u^HUnGAtZEHTb:,E[!H$O;k'k',ZAK:(pYn֬7^"wkT u>a4bə0HWMu-[/O*-'Rj t"/" gqJ <vc=LOWIu8ܠڱe[2HA(hX豯{,o&ܵq֪jk|=X "Ul:P@ϳq?3Qayw[I xW#Ӿye!^i ʔIMZɐ6%*(ulsM BUղ76 ( }Ž^5z"BjtR <O1&!B71i=&VzSs  1/e1 qm@ifҘl;V6Dxͩ=x+ *2vJxy3(yF )+ ?%U5ŤHC"LJxKr4KMI49baRRE ⷫ]g10sVd*rI#UοZHuMM=2&(:+Y$6SĖR8n9WT0OTT\QL(E7z 0 ~k ]JP> :nb|#3@.d"aV#LG4)׍g:msA,=*^ۑZ4<+RjVݼ3@@V /|ԡݒ6PP*%lk6IA) ݺ1-g8AtGšaNY1!jIWC#rWK0Ӂ"Ly{8}9 tՐcWB$G#>ډ@0@9^1[2h48i$,Wp;/@`n^̿c184UEAe="Ԡl1 >e Q> Hѩ)2F:~oT(s8N1f4X G)t3md~B훿fbv_Y2&N^{Ƶ$SSϗYY%$}4ԣt4s%, x}mX fr)ĀAaz0#Ir0 Eˢj3ĀOcgXMߤR\ʎL##ֳPg\]~ I3S*&, ?(9Y)(K<+8|3qY/lʭd!HXے~%l_'>3\Rս=$o@㷣zG64GzBk܂f=I-dR;;rAC@Gb(;pRvDKYBm {cӂT'k.j:lZp9)lQ?8n‡\GBj4KlQKˏ+xqEZC?&L~E̿,8Z;F%NX/A}G~pC?pA㠾!k*}>5xĆEPE U2!^pɑa5/Ehc#B=;BK1L˼>t3krE ,45cdX}>%*$ .-aGmi W^k?fk^$ZyqI~y Bk$yr8~,ō˙Gu $+X$/dw8wy} =r/?+9}~dۄh`X{,љS<}Xy>squ} \d+~O6kư[3ˮi ^&0@ T'puvhd夨$qm]5K|կCf䑦K`삱ŸOSfc4,I!ິ\a2`wA뙋a7SocZI 1A-MwƓAm2ᬫ2ȗt8$Q_"q~~m i*Ax>{.!dhvq3xHk" 䳟7L7%y%9/Vm~d|=| 64JAE@ 뺜[7m Nyvt%{'c\z;D&5L ̬~% {,Q Ø dh ͝3K~2fyR.pD;EȽY2.ǿ D 4̱i '*s _ezZ>p0 c9b#UFXyjxȁ HDpFWDߪ n F;t#OoGY'8j1z 'w:a21ឌZz+ មԢHsȬF=D%l~1HlCo@$DHa q]8-%rDe25oEI Yܜ6S$V"!9+@j]&122efI&0 x> I698B{G?܅"Qitk-\ xDHNA &|snG2kfϛasVw NGQ׶&}u*!0|3…%VJ8q"Bǁ+"WvCX^!i.= rV\M HUNMmAS^d6窀ݻO98{:IWӗ1 Vy 9${Sэ! gVTt{bͬ1s:ZqoVO)%a-sQQ t^8Q\XiQqxt#uKskH.R`@m.t{A]3Of@/_*Շf%uʃ30đф '[}_fZ5@w,T]'{S0Txf.YN+:hO-Pa=x1'"tz7h"j/a@رq`jo+pb[}WVVyKvXtVߴZ\ S[\W6!O5MǥL{i׀ۗM߽S6{NTt? É+h.*͌4 ,9AU,O}Z@qvʭHtڋvꓲXU"_*GP89z1) ~x߻ggR$x@pK\ 99Ka<"q#bfdZ~FoxNnnOciEuCk{t=$oo" G> [=E`l R|%UQ(CvjMN"rfޅ=;YeI>DPXi&tn%PAojW { d+ߵ&<7PodPSP:/9ŖWp̱ПP+:iZt7xl [bW>(:d~j !qat}2aɾrƟ,~6 ^"aXwd[;Ј# Oto:(=?5^[7Ǔ\ Bbb<n$#Y:3Zkh (c#ji?T88`e↺j1]I6rE&b ZVqz>'xwoIƉ ,x(x23" ^]H] h&6Uo97M߰j!W 1n֭X' Q'v^q%DC)~BL^Ofh򑠉J2X0ievy/%XsN)O 53")@pur78$[D%wmẸ&1OKڢ&L0} (3:6ou^}l*7#%FzN zǬϯV8:g ߷O2﫶k9ݗ0BvH]w>&ga9 %,!U pcn\_ʞ%iT>(we.zrOr~W ˾&|SwR*R?dV0xNene mr)AB#]#px(0pq+ l~/껫/>ԝ4ђd.?+=$ZC$g@vEЈWv26ĚGssqկ81. wLg Xb23QjBxҼPjͥ|2hq|P+H xa"¾!gE[SL9Y0>vEݝАIB^@7 8Pr ~g.ͥN]HwQr)@J;0J&CAΘpTbӄԥW{ r5Kx JeoWכ[~"kڪQ e:h=3=bvɂsdpBAN<#iLZtU NIM7֪x CA6 4C-gL ˄mgVvz{fw2;H!1VmMfo#w)AEMYѼpE7cvOUҟﮊç+Q(~D ~TGEWf|ݟd,6bsTkf]YmpśMBSU맾+Բ҈;ЁƻmI*%I;Y&NKCe ylb)Nd^)S.fCjgŻG@>F](ӌ:X,PnJl,ή- QS3@ S_  i%ye5@H;$jDa7շymEZk6G hΞ^9j Bm;Cil! $/ RZ7 3œl.*p@>Xp(zCUĵ< q!ls}T*bFok˘$4v^:DY{> \nPSTWJ Hwyd:a gl &eoI4"Pq5<".Ao~'Ǟze0x5sdf\;J_LXDw#`=3X-`d߰ ǂ\Wp*~\3#~r*SlV.-Fƚd#O¤΂c`5EGdӌk$r}I( ܼjX>G9iU-vP ֺA F)J3 4MeCۓ#x\ӷowpLCF1=w!P)<3{y- FjdP *mr`K,BkwpWS&ؒ}g'춂 [#/w|&tVdVk%K̖av#1湗&׎,u|ĝÞ竖S-JY6@il~ur@q9 giW@R @Q}O\+ En>NN[֜_dC 1M/~3h|~wٶ~O %><:ÓNjsW߼y~{`1~#GF.j_ha{VqP%j&sӞ8fYw2 +,Ng 1|T,KR%&~DYI~Vw5_7:Qm_\8$gWQij6U!ޕY$j(6#v3^ %ͧ8GAYAWO^"R0aW #t4yn𑈤E ٺrQYԬ /dR9h6c4b+{'R)&-6*s?IS+f" @삪踃.Q)nN)֛w#[ mUs%STxޱרNFkځT?j4ϹMmDpdZ?w-]LLrs_G+Qr>/ J~XeⳖGDΕ:or5q /VAcD7&I nH g#K`]f)PZ&q !}wXPU[WS] H`ԙt~gqg}EZ>t5jwh/LM{PtkZd%0%ؓs7Ȑ7lBY&S;vKl=Oe}~ԒX8SJ |'qoΖĐ\c[a%_Չe6‚:9<7Mw;q]G?j\vٟ |6g \FrOްڴ~ hzł mkR4Ao $dj2*D]sKŐMOJn'\㽱J)fvHFuSv%yL1jjHP~EF7VBόN&='oÊeD֦>|ƄZ{ݴd¤[V/Aצ~ܰTq!Ap'A @(Fl˨&a#Xӹ t)L^ɔ 1NcgMv&C+8ii @GCV{K3*AUR}tgq܌VVA?o.$с\KZuְ'IQU5J - lUn55)²6pR\O^ pH^/[p w80|Of-aj2JSX}a$w qb7kY2`9=cL1[\x*t;h2p asE]R &cz\;LߥAи@t&1n(r$Λ""C - 7XMW\gPKPwB&plD|#$ᅢ ,m2ʁVṊWsqHEL_7DKh|@%.v2uN¶ 9UVB3VEy 3(7l.'bKXEP{ŝ, iWby[p慞SӀD+!LX M ّl2}c4"ౣR7&b ïc6P-^qd+i?};5 Rl&&,;VC CXʞ--kY!M1tRA>Ñk$VCzZ(/6OG rP=uU]l~w?{HB8::@ # KYl99,Y6WY)3;6VnYpe. *K"B6&ՂhoB'?[$l_DG %R:>vu7[cy9')k{y0w )h!==L)ڻQ~U d;DE ~IHtYQX3N^Q(/=g{Q Y/BCe9ٰ9GȨI51ƛ,5^YҎCP m jWӣ1(e]Z70Bk^Lx-!bH3Ьc؍]κ r{L96Y_d%T8K"#B;; [Ipy)[{Q[e[ؠ'T<%] ٸʸV/b "*Bv bxwu~H&F:R<Ӄ/T9qq[}c)$C 2M2 ]bR^\hAϚ|rVi3\zhݺs I)^9A} b}wSWދ- GgN&WbHz;->^߫?6a4i5|PQlR\t; ÝU`4S?ODzgwX٢LK33_sK2̌zpҔ$Ltu7kv h^&Q: mjc. QH4PfawdiSXkl>+R`"cWԋJ,N(  / LAWظ#WaƉ͗b 9%1|@/ m//:[N#oh5,FnRπkSq+i T_-|ۆyxtpcO{wP3 d~bQ| #1v'9ڑ(˗@!rriy"juy)WѴaO ,Kӡb Hޚ:cޛqU<99X~o۾RҀ\ ^ЩYy`#nr^ݚBp}bժK,ki7fq :5p#7.F@j/!z8SRlYRs"4-xa6mJIJ}б)Zm)@N;^-/ؑ3oblYBWf ;bHtsYԨDߥ'O2%ri98V7>KI :ķ"GUz@k'$ "bc OP?`B'cKĠt:jdO✓B~GB$H FƮJsj@]'W xWIZzس$&Mֱ ݚH0莗/S}_udXW똟2hB-^N'عبw3KTPh'&ZQ b)Qlubm5*MSK5AygA)~ݱ1L[ǂMp>AlARMn3Q2-pOY2Y5iJ a$8H/ܹx6^\23V;3F@ZGz&]ٞ8m1.Kh"6bFϣ@+jt RpPm=>DV"{SISjVl3.!@#/4ŕ%4busP݉oʅ ;*IA{é#|‡qb~*ҷj~_HFGz'K,zS  $,I$'oC5ɑ/S4}.PI@D!/({$ZVakfcхVޫdOxP*CB,di ~vO\ޒ!GP?u֓ꢃeDP!Jꡎ'yKVr"ޝYarD-'PjKM_ Q8iOJj&z읭@Y܍$ySǛ$2C)WaCobۚĺ*tEl>ۙ*aU`] :b`w КJ?X4}Pke]DD3f2P[kvB*r2ytjn9-%O  r":XVO5 E ![ "5 w@bXlŖ%G5l.ᨷ{]HI0tTJNE@{+޺:ɩ ?QB52j]B5abn{؆u[!3Y28AalHsr1 m6'gtυ75(2z|xB. /hϹ:kY#fuox cS{ ԇW8P&>8k'bvSCXuESQF?)Y˿ܐ[`Lb&5ݥشU]']/R…fb|a\F J"nc-E -2>PW\[GCK렄[Aj3? .'2 (/LҲOuh Dm-V?aF9K="ֻ.IV}0|+"1M3 #=,;VQbdZaFS/OCa15]cEi l(xlrJ%Hʩ,|0wUCWQ ބ%ef(ATx(,Oi*M%;!\C'Jb:AtQ  ~G(LzsU!4Jrpr8ҘBdˬpF6-NYpɪ](=M̢-Cә›(44Ԁ#z:, rIq:x^@Gis$M :>|+Y0Ϥjٛ?3Tߊj7,*@a6dGw){jwx߮ĠvnkrbđVD}M պ cbGlvcvC^\_(ZLXV(`o"|dq9~}Bm<~2韬nu_XY{SW%XH/= xQ^qIBJ)[9Hu=Z=pߏMwK-SU\D/^?7g[i%Fsz~ǥbM]OfA#@W6&"3IU&W+2Mˆ& @F^A=IROzj8]GwC0FdU5cP,=kkvjA܈A~"ً"@:;,VW-g̊v=Z)H·Tm"t$pBjwP t]͎8K? <3HK 9_iA\Nk/1RM_awŲ .ulGؤ/g5Tgskj eiFlce\;aN};̏0Jk~K `pYf-rb`И!W狞)$FToDQ~"ْH$Y=:#<Y>(~.qM46D SDL<8Yoْv;\BL& G݆:D*^>@{XQK{*5Sh/;F!H9FП{ɳAgb#\"տVؖp(\9c#R`y}Ǖ\Πٴ?[Vru;fvȷP{7 OD4 <Ո[+>7?نP/D`&1Ʃ)L-8`#Sٖ "YU}|NDɑSU?桥8dy`AM7DkXιҷh?ut<؄t%al:c#Aq֌&ץb!1luQSuixbIL㮜F'HwL=~>ZXu2Å̡Jow*\>^!":C.8ZgҤQ(wMږo@) a:r閽 τR vb W,ڧv2]i֢~v`Ft bsźBt{auyoR9wL-y -IS=~+I4% э 7Mp`?SN;{H; i~vO[4  &OEJ>/hUw,nCcC+ª/0/L\x9iYH=B5J ek8~5Jt֤x޽eKV ө VnךV5@asu0-H1˧4T[cSQD)|ۅW \P;*X댣`(+~=KN.&4 NhQ E d8MW?Z]Z1ʂٝbe9Zȯ]jl,KY AH'g"!Hk$e^ )I'rmL[O?C{De &[ULl*^Y̞{fFޓ{[Uf` dzFDu*@;iXNgz;j.Ue;n6!b8u4 o-eWޥjDZ(M ?1C[{'3ݮz歰O䆽 r;kUm|aTOہ.wPMNiJ g@D̺R @>mf>h-s› юwxF:x+7,֚:iqIO1+yIϑn}j 6/eo U_x.?}Vr[EX4_k IJF'M=0vʫ.4> Oae :3]?H Z<\O%W$sznd!2ͅ]9vUD7bp̼H.K+F/cA0=<]1Ƕ?qL8gya 0M'͜5+8JA|wUH"YT=P'ڐT" /8ROoZ[N\AХ `i~PaY%pMTnPđڑ4v.`\kcE q@RXl|19#mqdMjj;+@(S3ۨXϖ4wsrUWɔ\so$&ޑXMu ' =lO=AME!! 7[ߤB8"tN]Dۼ~G;50#WHƁ5cpuk2{qv`R;s vLEcUO 9_LsG{,iͲp*49߶R,_’d <.gZ&N_./ +6 )@W' 2\?\j>_\|I`HV&]>+H2VZ;QIa.:]!'̟ьzb΅̝w¾x7UXyT? ),si QM1PJG}f2NAP2s;]I_ܺSnYMo>g1wegRDXNThQ]vBcCU!3Xf"sP4&Pk{$ jqR0ki^uyϭ[=2w- wt^FHUIQ$Q-k-}ؘ(Bm."I}ᒡ&B 2:m KNM(_xhn{(C e)>#΃1>審(߀iugs*9+L rS,2OP V-?n)^H /:)ESf{O%I6WnS})q-~/l:/v'і V K%O. 8܈m#1u*++zAHz"W4"#i\N?X(N]'Xd ^Xp#j(ItgQIL$1nwLg HꘚXT&tb'R)wџ`$ϽŶ$@@ڽ@zn9& O 6Tr\a:e/-[O6듯'凊UCGhm5KпjÚ SᙊJ̐}VE]3^]?G"uc!Ă"om_ø'G^ :j Mr3QUwg-bMnu \h 0`Rc&i:AnL] Q-1}G~pɾP(/APrh! 'ozzLՏq R# tf"<&QHG*`jٛ}WNX0W?UbFv:$}@Zп$3q,Py+${"\6 E<0 {}dԥ'ES$Ylzp @NU,ž0M̂-T A f1ʺl٤`ZN#Tsziʓ%;كG5e hX&oKS.< 9]@M'j?<4J9yk~_ʝcJxU Y"T-=[\ -VsvW=Kf~2@0ݧEu%fc5YNZeK,NOd‚E?FX7I*.E,3n^@]yz4=W=73'7+_l2:zs/mZϩMA`tAuz#0b{ "ի_lGˣs'BG(~#Dht<v;3HDj%Xϳ卛r n'y&H܊̡eltZJ tTLn /dR܃Ccګ81"3' &;WOI _*r;*NjOqu[t JVA43N@{7/K '=/PO8V5m YV`TaÙ]:Vs|d;ϼ(U%.Wck2mBӑW>Ugz_ !|vH~?2Px{8=(!fFZL!(zЧĻAZIаP II)WΩ@Itӈc& Z"mބf'm 3xU%QI"[Y!LE:>Rۧ~ I5 EM>5N;q'H7{P+dkڿ$t*Kᆎm0qL8Uk- ѢHQ?lSO`jb aJ^uqP#޸7\ 60 濕pRg2zcJXxZQ*ct7ӥ,cگ 4rEg!:ºsfwWݮ.E2kN%ݐ^[vҰ\\8Gz (S#צrU@#{T1O/ʂ>ฉ Fz0\)X2AuRJke:j/}:,L;ݬT <(!UF#i@vjڕIn yi6~)1h ̉E i&'u9&$k xҤ`SL-z;qn4Qe-'}'&C+"."Y,?PVy_]ն(qH,),6nqxJHKÙ8H/%)kp[;OK6ڧwGj^})Ȇl ĸ)ȭgBWMNsZo|Ez&GB\9B2ƯXis?M߶٠e:R~5ᎽM 5,t#ȟBf9٩E6H%q^,ˑD}6ԋFcZtV 'GE`"N8K^s2Y61\e}N X !ZzZeb?V94RWBO>tA=rad{J&DnUkbF}}NtΕ缒ˢֿ؊nthO9u(bF]hT<Fw'nZ"xϠr<c̛uSF_H/v<`t r5OʂceMyb@A7dbYp{ L>9c)lby(3=.Y[u"ky%J\TRL,gCFlI>z5!K3ަYY?4;/ePRaC(;emU4=7  p )AZUOu?ybKEL{BAf~2y=-&h+Y:`Լ@xwq-pMu8~$LFR&5$D+*t,RnĶ@ G,2#SJՀhyw G֚@W9c҅|298t͛}D<`hz F oٳu#IhIY%Ҫ`+Ր㇆?K4oT'/5]^HZUxKKfM]}|&ޫAY j݋0g1lUCD8YH?e?;RBN5n%ْ6|$r8~[;:)ns,LmYC0 Q |ؠ/P={a]/zz3{`x87 xK&EN5 @+{O9j~㾱}|:2oc<+b!&xVa\GB7kq!,'M괖nRPcOi VވQN51&enc}Ji39w2kU| SޟOZW#[5HE˕[FMc:z~ČE^c@F6s\O~ntS-سꖦ؈VD5=)E(LԖbO x N r;'k\Q;"6689f|(KāI/c-iMiIvn8oV%yBaԮ7NnRd3`/"#&7Gl?wKYpdكT5*enH?3>tSsyfoxD"ҜF#KhDd>:IUG9=R/b2%N ir}eޒouP6)k H=5JG߆!u:ٕ)E 2da^_I obۀn_\0{w6|CQK4G=|i,Fq*1Yp8zhysب_f9I/Gʹ"Swa<(gBBVkL%eXӡt?o}} dwqax@`4ϖQW E@V ԵJ0}_ $qk -^5acd?,^]og o+xm UUUM`& 0S^,JF=wjΒhzv~+k(zG>/JI=$NҦ$}pȾ;Ф,O X(@.pRT|t;8ª{-úZ LQDoչCĜ[78eטr.2f"GvJTd~Yg=:샓6R%/C$̱LQ!%Ĥ)JDst?ٜD̺wj(MI#Lc8a53?7n.e\G3,25N]$|l&/,ܞ|Usn&nZ L0t*a7Zw-h>8"RsXD{H `VSVv^E(wDA*CHK:Ě#! GVJL?߄ԲoV'4;qFƵ()T"oQ~`jnrMN)nUO5[sWHsOygr+R{J<)sZD=I|4j%E nY!~q$#=pN E셮z|Rsp]M(uM7EHP7H^,g؉ab٭ dx>.o1DVpj`MAD X +;SaoӌYg5}Cb~6SYsC/,qv,+!aRe!"ݒBC%%]U)\>k=zӎ0K~ "f.eke>yBՏ,~ $uє] I.S K h lc .4vp,SER[Jݵvl"y{[ ",_50u~1p Dh5 {% 4 9-FNyQ^lad^x#׿Y:XDbh}w qn 1_ڭg{v\'^qWaʮ(etFη=%ݜEB>(?0>Nr`u '׏7sˀj@^ :Jg-4f(rB:䓰G]*əИZnfW=7 4{V4} ^5ʎ;jkHSVkO|oM@&&yl36-мSs41TҙeJM '^ wxQet0PlGR< }=7s0/ sUVKڄl"y`B&`dgtҡ0,EL'8PU߯X-eh^?<7åvҊ"Y~8juvT8D qTX W VPd?k#;u/ 0 dw}VK(\|w`pk$I;WWɐ[^aMH|Z쇬 a==2}TծNe!Vl6պ:jBs"T4CCbai,nB)6=R(h)(iS~۴!NyTˀJx_YtW= xe(X,_ sEId1tN cqeհ$ǜ')svqDٮ=aPkHK*#23GnJc-u;=v{ǚ+îs4-2}ubmc?XxIv( Ք G6d.% bnP,cŲ]6ۙ&W R`S_5M^\ȥE'0ufQj2ؓ F[k]6,*;` H[fD>hQU*꺿̟zdAty>pLwEkJm]HKq9$D->"eahkT5wd|gBP1=oaNhDTpy1>Ě^jq#o?FQ0dIԳUϦAOBAPj ,{2*_gxgSn8ɋޫ 7Z̋-كq {ЍRSc|mгfw߳bKKI<q!h7<ڰ47:8r!hA#idqeٖ0,g4iTL̉Jg@K͌B|_U4wv] A="?F?f GeQ1ׁk-vqAC-rv5W% SUpg{ןID-hzyĸ+JOKΙg֫m[H ڂOukܥqJH#jT/ -u; r3ޅxZ\T,3D VpĔ,ːoѝmp='`}xyTTU WmX^qMUqfk"c\pꪧVh$ m.d__y&Pe"Ύsc 94j^}.MI$;y#B3g6sw8h}:^>lҘ im~# zt`e:Ec$Y<!b ԏݴ sgxѤAF63W.j؂fjXerX~# :9K+@HⓍi) 3&M~N'?PPq׏Af߳=?Fw*5"j%4]*`:V0h-bTN4PZm| P%Sx%K9Ap/hL@%Ѻ!*j,ߙ&jIIy('Uw P|&}a;l_oR#NvDS#ߌ^?4oݫ+qG4Ija%C3=1@|c$I[^/ o|`e}IPc$r-ڲD!?diUԺo{A@6LK}̘TΏ%AlÒ}*O KGCrJ.0ךzJv3_ #Ic;~ݰV]"-;E3NB"SPL6?%0:D ݶX 2zpGO&?zkrԫiXjSl+m6&2uB%'BA| ~ rշf| VVe 'v9zǁGsmU@|TS} ه{s_gy=1^7L_3e 6;Q9}pEOdy ڍJҥ޾վXCaA}%09bb603͉f0_%z[`#1(ı2w2roc]tFt.g^.Ȭ<;b}7­OW<$%y iy`&u2Ya=)(#;Gh \i D,+\*8*;dRbA{?#ׅ*+=Q66r&B Kw:GpL)Ot *~%e)g2v,89)v){cDϤ"vD/I:hEEh'DmУXV ABT.e4 V6_ (D ᢣ#vh}aY3A;ƹcP}Pf7$g8-UXd%A΁= onYXp3 A(UI.TaMjSfW"cӷn [1ȼ\@xE,0#0SI=V8HkN @~Ы'>_nAF"m*?oùweJOLŬ%T˪cwXj ]UL K lJ>o0NF{z$=JfÌ*|7^ p38Ɍ3D ΗlAj!j8(T1q6 hn&~皗w09)!-Lˆx{K>_&#dK"hMrQURRڱt"3M@Sע@Iv$PGֿr:^d;=+}'jqP=JE4x gD "jS%Q0Inr,"\S`_%@X6ThaƍP^T"x๩:aa*bQRF:]&>|,;ݠkRDW-Fˡ &Nf@Pg\q=Y*=j͜/s1ј,st * *Ʈ;x}|9ڐc $Ё7AϠHq&m{*Gq}'0ti}8t{+< "ƬΊj"E p0@PEU9Drz[,\JuBEn^"DP'H[g:f@x,.s\,9{쓂99r.!eHi5On:-0'uͽP Cmb0d7a3V(Lx@a GXi cIL%30gl+'4 7:$$98v+| "*r7Sc.$36h*"YC󴆷Q S|06{l)`Zj[$NNJ;uxfTL8O# ש@eQLߣ02k|m;BNCŇ&IY"hf?FщAm+5z%,p5Pll;`V@V)9"Ņ^'w[xӹDAX7iQ3AdQr6)Y+V $>lYlB:sMUWpӶ NŬ,ne*/)毐HqR?J 0fS  ]XusYYO叏bO]&-!GϽc6ࢦYXEg֥0]V,fgHn_wg'hzȣb]c³0+  =2,J4J Tԥ|nPX 2o7W 7XiEZH )Ҏa@"RHo,CX&rQRX瓪ƞ\&6) ֜RDvXCLj a:e`t}XKf[ e"\v߭?~vutֳtFwլ1c@bmԽ83*} RBc2UW\Rp|3G+W:8DTY2EArF Oiw4^,$~ ﺶ!^Rl0qZ9C!JȎS߈TDEB.aG,*4r#.&GNJ̭4TQcrWnlOp77s44,ޗ=s=X@xgb:D08p[ȃRoAP c|3S{wkI%Tͦ=