samba-4.17.12+git.462.df636292e62-150500.3.23.7<>,笉f p9|i}fYcB7 si y/}Lٚ8֐`wVRsfndHAh<0+dX!ɤu*p$Yt.kFzR3SdŦ󯂢w1CaٚwRAtIhA̓~e/1%֒}j9>ArүŃH7&اY]Wacbֽz!ȍo` Fo1a'<"@:5|m6d̉w}d{!mX.n|9>R>?>d$ 2 d .? Us(1    9 :8AADDHGh(i8i9nD:=X>`?h@pBxFGHIXlYZ[\@]\^xbcd@eEfHlJu`v|Aw!x$y&4z>,><>@>H>L>P>_>d>l>>>>>Csamba4.17.12+git.462.df636292e62150500.3.23.7A 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.f ibs-power9-11ÎSUSE 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!!{7ih`x `  `     (          8   X 8  (       8   @  (  H  @ 0   8 xX-  !xPv_hwA 6O J HwcM- JJ A큤큤AAAAAA큤AAAAAAAAAAAAf f f f f f f f f ef $f !f !f f !f f $f #f #f #f #f #f #f $f $f $f #f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f $f f f $f f 6f 5f 3f 6f 4f 5f 7f 7f 7f 7f 8f 8f 8f 8f 8f 8f 8f 8f 8f 8f 9f 9f 9f 9f 9f 9f 7f 9f 9f 9f 9f 9f 9f :f :f :f :f :f :f :f :f :f :f ;f :f ;f ;f f f f f f f f f f f f f f f 08bd52e5b6d5482e2d5586000ddb890ca320ae32eb14254c23eec6714cd4d69eb4d13e3eb75df5d1ab808d3b04d12e9b811a32747a3d37b82a5788241140b053539974f34af2c2e54b78c8f5dee3acad0397f21fcebb289d3ddeb2302e265b97aee90adc8da807a083ced2c9fbbf464aac9088fce0b78074797ef6f10160a2d831f9a4b44ac19d85c2643abb4aad63cad22c3596c394b6889fdaa46613cce7086581de8f58bfa5d55dc28d86535a079a9f3baad96583dbc0cf2f4f5a9a16dceda35f78607445a95770b1d025fafa2d954377620bbd06e143326a1875f79360082b2bbc1a58bdb81e1832df61fe92edabd541c1b438b4a80af1c669e9f1427e137853836818dd7acc1d3fd366971fed20d44b59a83b6b4c3c59d6f87c81249333a3cc37eaace409470983fa2af390c3b4f6cf45dbc40847624637d3da377a85611987367cee93f0654276ae614f22d260ead0c7fe98fa9c615ba4e14bf67a01f1675635173a2e438143ff2ed3f80b4228a409f2a6c7605a315fc3d6d51bf9d7a0eeae12a16817e494da8ee8189035c072ab57a13fcf7afe3d4c758775ff9481c14f9f07f82df7cf24cdac1174c7cbe6ef5410d6e2b8a98313f64a08767ac8aec9130db96f54ba6dcf33e166bcbb53bd06fb9daedce8e8bc5b120063de055b336132769cec2c4e2e280eb5c5ecfeac07d405dc548b5383fb9c1085db872f39f2b8bc53c303656181dfe43713fb8d99458020b79a6bd63f687ba7a536afa3138c3e4d192871158a9bf4d156942725c6f71b10cf798ea08c62c590e832b1ee8122acd66a79872e7d4832e71a7e648b9ebd7c3caa0b3c5c58c3e8d14a7ba5fe113f4f4b1ffc41f88f6d2c79802e827ee5fe6bef07c1878bd1aad00026d3f757eab5d516504892f9c61e3b12584f54e0b712ab33e31a75f8fddd92a2863d45d3a32058fa377570c2f900cb52ab4fa410aa39e290b87ea9ad105c273686be89e8923ed75ae4ad5be3a8284d56dab93fdd4db0f37ad691adf0f006af69f3e81862f4089eee7476e2d1a29e41c414f89abdcdc09a05b64ce495529100a85885c058198ad7fe5c178164458c991e0bb065b293a4cc37c4c5f6a5d36752a99969c96d3c68fe9eece829faef0318d679413bcbf81d46656789d6e37ecb69e63f9a18f3681d9b4c2a37e2f6c55584b2014b454c53af54a9861d20153f80efe0abe39108cae40aaaecf3d704bad7675684b2bf087f465b347a8cf7e59543c83b8070e43b7591048fe7049cf1758e477df4a9176cf082de033cd62a71998fb8601dbddda5bad65fc3ab88ddfef8d27d5539637ed929f84231dc74cc67287c6f8ecb8f181f7b0ec7315d8b4a8eb2ea7656adcdcb045d54c051d9498915f736ff4af04fce84101f0bb95f7eacee1daab116c93d13ae6ec95f3ea0a49f23a824f963a87407449cbcb3e8d9ed588b6ba19e88c046cc61669cce9f9348a60cd69d4425e17640940174ada592cee6fa72be1dce417100345fef74bbe51a40943d646af6635c2d653eb5c4cc5fb22ab7ef0acfc72cf12c24d78e95484b6fb440e9c04e7c97f0da12d642a97c3c3afb34c9b2d9e6d0d28aabd4c4219110e6c371434f06b0e233eb8463a370a1a7eff8e87a7c986abc74aade3b65dfd98c61bf8d838f1451cd4e09c7446e42ff13e95a3991c98f6e9711c91c9701ced7eab08d326afc28c372af935976aa6130ff3741a1bf87991a25909a9d150c8e19022683df6dcc9a8955abfa9b1f43072a041c4b2f080d8462f6105fb657a1d5f9f0abf3b2fbfe8413706606cc58ec13b2cfa5f9a3b67e3da9196f69ef568e0e310c78a64eef8d3fec19b0e04d8d0753a60d2d861c6cbec74c77b310c3a0d7932a83f837047be5c744a365efca4064c238b62edec7e433dde5dd38bca6ea8f0381d63b57a671e79e1695e2a81aca1095e3754aaa77ad122da757666fcaf9ded3b714b86205db30cde7a58f960a73b70130fcc525d31e2f6c2a3d21fe6e8f4504f5dc67c9405386e88228a9a2fc543768b443668835e2f994ee30d2dabfab660a5a43f46176fb4baec51e6580b9c8b38e3acdc190ecf388943932c7adaa1893a56583c620b212106f66fc3b0466569443734cc039c07cf88a521f1b35a08b7831c548d90cd7e4275ea7d470ad6091f572e83446c18d7bf97f9017bcf9f9280580d252241206a0ac2cf169013b07690ea34924837b6cd79b5aa25fde24801bdb612a96ea38964d2cb5f584cbc1c04e8e6f97c6c313a9b81e68f76e06ca0502ad0d87c7728312927697e5318f242453bad01f8bc03b05c166b00285c0121b94ef0c01e9eb63887a09f9bab695b5b9f09ffab16fe500052516b42effdc6468564d91f94d217431fa947d4d3a717d3f6aca819c6511967aac9ee567dcf2fced09696989a1292238376da57e50bea5715cd1f041caa37f87b6635c72dd48a20a09f5a1fc2dd7a6df0abedac50a2fef1227b03020ccec0e1dad3b19bc295b8dbc717a2f55ef8bcad424084c848a2de9238b764dc1ad988a481ec0ef9b2f34fb36b30642aa121cbd001cd037db5ccd238c5a36c7baa02206c900540b5bf2c8ed89c0a1bf7eb08cc81020923744f5d2d45ebde1f09fa081cd634165e3a7fd73e55057ed586273ea725c0b9969c587c115db70ba9a1770e8e1170c18eefe20586678103c0c753dde1fa071c96c7d1af2c046fa1453c3f9dac1ae40a202e5c38c5129b43807a78b24e9037edd6df05409316f3e05d509f02cd110f4fe7d1c0b997f59508553a3f2c08d7632412aa449010d0e4468bb4dc6b53fde8cc83023a41612a43b7b7ba4b0edf38d88fe4c0daf3e35a23d869f25a37dda1268ae03a534b0855123169955392a77c6a6094e380b30e5e7a216edeaa7d213756ae524ed1edec927efc715a31599ba9d3f2271ef822906420cffaa1b4f831979cacb9cb88aacd2ab12fefcf4e2022b64b61285e9e717df4c9c06b7643eec6a7c392d50f85b3324e6e5fd3ef0a32940a8734254e9d107ae484fe45a66c38cdc7faf037e34ca94b811e8b9f398515d45267dfeeb7b9cb6f9573066e5ce5cae42071197408920ca285b0932c3b3618b8e6ca27f24a8c605f07f797daf16d8a4f72c0004c91f805d97f8bc67777ae19e322c0993447c6e8c21ea7ff5d5ad28d920239399acb5c49b25f85c141ef5547a6bc83ad3b206037d2786d81a78bfd2573632ab54dadd1be038922cbe27d9cb87d4ddb24a680960ecb6c9030131320adfe681f50c3c1418f980b1de93ab39e7d66423ff0f42fe506ebfe3ebd5e8ef971551e9ced0e2e3c773f065749292fb729c9e0090f1af13f729c82ae73cdbacd09cc7a80c22c495bf420b51186e7f6ba470337e6f9441f008c0e92a7d3ddcffd802eee4353202d29d8400df40e3af946e51d4d1f683a545021ec8b08493afaae5293e098c068c3c0c93578fae86ef54cf4e160a19e38ee2fa92bb3f815de2e3769ec33bb5e781dc4105eae90d0deeed8f85f672f257f4750cb3b0c62fbc1935da5bce17be74bd8b923e355e02d7f0ec387c38cd6e4abd6b45ac0f0d09fb5c6f38d7c08b36ed20d9fcd8aae6cb007ac06aee9ae9a095a557fd74a338f1e1c6ce5a4c68a5d2f4bb764d2323409037e4ed486003d6928f58f461225e5689dbefa4b1848f637177d074fa34d564ffd1611e63916423bd45be3415c1305c009319dcabb52e7b7dca15d974f907238ba034cda19a258811e7a627a9313cedf5d13081358acfe2007af4c2d38f0c5cc3a0dd63a1ad55e450a7c3925edb2bacec0266d48064fc755ee88743b8466cff84b103e5b7a7e961429721828271466ee2df55923f5e2e51fc3f76a87600b7567a8108dfcf23fcbd5013250f482693a477a761ddb4599331102df79b1ba8b65533921d27d652e0f40b225ef688c6b71acab3d77683f59a123429406e224c3da86604703e80fc5e21bb9c9e80b8e0b605d17fcd2656eb04c6fd13b985d858fb71ff46bb149cd6847776c87d0d351cc461e0e9872342ec6f46e5c0e994c1a88b32f81aa15dc7ca70c55aed40cdd10711e2e25d3a6c5754f67feb774165f6061c7d18c6657253221221e23d5291805e666713036d13fdc3c3d5cccae2d3213e5721932d05a789a24897d19d51f12230685d2d941da9c7febc5c2b939ddc600da54bb1b6b506b9db846dc43076e3539cc334c8004b799ce053824cb56aaa645706bc13598dddf1f7ab690946540943b85a781a9366f8db88e2ca37a0d1f651c88a726559e70bd8af344d9e46331c1ea64140020984690d344b4d689dfd36db8ea2521dc0938e9fa89d94a18f279961c5655725d9a393f60648fc2c2a2dd3dfab0d202acbb78028c5852b4db2d7cee36345ee6343a553126be3621bc48f6d66c881d3334a02204f6d01a29d903fff045cafbeec27362861c3e9fcbe0d6c38fd99878ffeeea4339e2204b0c6e8cfa2765f143d7060899a6a39f2d4184d46889944def5c3ca111145957700599c8cdab3ad7c536c9a68c4f3ee335cd92d7f59a700c72f3482f1b1a3c89480c56a5ae9185990af1907d63594a78f79ad5afa6bac6dbc4a79537a401045aadc7be5060bee01850ad8d211e48c002aca1a49089427dc5e14f646de5fd17b0097cb52f6e013e61198c472f747c15790ae246a8026f14883341f2d9dc662458b310c27983224cce434d286a78833480e780fec4775560deff7e4070e7279941f2291de3a5a8aeda3f26e8e6eecfc19c1003bd01b88109dab25a73cf93ada91b333d5520f9273a4e8e53bb77d63369c4c5fad74454d15a32054e6b7c979b6bf904bce1361e9a776101be46cb5e53e1c47177314cf4ac05ff93a4e29af6b6a9dfb20c42c13ae31dfa3ff65649db987b0ec682ae80b32915110bc203b09a0e41daab1bfc02012ec8e080ebbe62218cc341c8ca0822c0492e20f6e39cf7c3a2c2db93df1ce6d3ce51e6395a639935b020476810b19030cfe7addac243727cde70c052f986d159664d07a84ee1202aa7e5e5c4a49b25c565fc6907c16b477b9585e5f70e6fef0942e7c0ded1431a0dc655cbfa55d4c2251a117fe160f85a373ffbd063ddb70232b8fd1525b796169serviceservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootntadminntadminntadminntadminntadminntadminntadminntadminrootrootuserssamba-4.17.12+git.462.df636292e62-150500.3.23.7.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.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libREG-FULL-samba4.so()(64bit)libREG-FULL-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libRPC-SERVER-LOOP-samba4.so()(64bit)libRPC-SERVER-LOOP-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libRPC-WORKER-samba4.so()(64bit)libRPC-WORKER-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcli-cldap-samba4.so()(64bit)libcli-cldap-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcli-nbt-samba4.so()(64bit)libcli-nbt-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcli-spoolss-samba4.so()(64bit)libcli-spoolss-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcmdline-contexts-samba4.so()(64bit)libcmdline-contexts-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libcommon-auth-samba4.so()(64bit)libcommon-auth-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_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.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_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.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_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.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libgnutls.so.30(GNUTLS_3_6_13)(64bit)libgnutls.so.30(GNUTLS_3_6_3)(64bit)libgse-samba4.so()(64bit)libgse-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libiov-buf-samba4.so()(64bit)libiov-buf-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libldap_r-2.4.so.2()(64bit)liblibcli-lsa3-samba4.so()(64bit)liblibcli-lsa3-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)liblibcli-netlogon3-samba4.so()(64bit)liblibcli-netlogon3-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libmessages-dgm-samba4.so()(64bit)libmessages-dgm-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libmsghdr-samba4.so()(64bit)libmsghdr-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_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.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_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.0.3)(64bit)libndr.so.3(NDR_0.0.7)(64bit)libndr.so.3(NDR_0.2.0)(64bit)libndr.so.3(NDR_1.0.0)(64bit)libndr.so.3(NDR_1.0.2)(64bit)libndr.so.3(NDR_2.0.0)(64bit)libnetapi.so.1()(64bit)libnetapi.so.1(NETAPI_1.0.0)(64bit)libnpa-tstream-samba4.so()(64bit)libnpa-tstream-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libprinting-migrate-samba4.so()(64bit)libprinting-migrate-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsamba-cluster-support-samba4.so()(64bit)libsamba-cluster-support-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_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.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_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-passdb.so.0(SAMBA_PASSDB_0.27.1)(64bit)libsamba-security-samba4.so()(64bit)libsamba-security-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_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.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsamdb.so.0()(64bit)libsamdb.so.0(SAMDB_0.0.1)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_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.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb-wrap-samba4.so()(64bit)libtdb-wrap-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.2)(64bit)libtdb.so.1(TDB_1.2.5)(64bit)libtevent-util.so.0()(64bit)libtevent-util.so.0(TEVENT_UTIL_0.0.1)(64bit)libtevent.so.0()(64bit)libtevent.so.0(TEVENT_0.9.12)(64bit)libtevent.so.0(TEVENT_0.9.13)(64bit)libtevent.so.0(TEVENT_0.9.16)(64bit)libtevent.so.0(TEVENT_0.9.21)(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)libtime-basic-samba4.so()(64bit)libtime-basic-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_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.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)libwbclient.so.0()(64bit)libwbclient.so.0(WBCLIENT_0.9)(64bit)libxattr-tdb-samba4.so()(64bit)libxattr-tdb-samba4.so(SAMBA_4.17.12_GIT.462.DF636292E62150500.3.23.7SUSE_OS15.0_PPC64LE_SAMBA4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-clientsystem-user-nobodysysuser-shadowsysuser-shadow4.17.12+git.462.df636292e62-150500.3.23.73.0.4-14.6.0-14.0-15.2-14.17.12+git.462.df636292e623.24.14.3ee@ez@e[J@e6`@eSd@d.@dd-@d@dd@d6@d@d @cvcvc@c@c @c@cctc5cM@b@b@b@ba@banopower@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.denopower@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- fd_handle_destructor() panics within an smbd_smb2_close() if vfs_stat_fsp() fails in fd_close(); (bso#15527); (bsc#1219937).- Remove -x from bash shebang update-apparmor-samba-profile; (bsc#1218431).- Add new idmap_nss option 'use_upn' for those NSS modules able to handle UPNs or DOMAIN/user name format; (bsc#1215369); - Avoid unnecessary locking in idmap parent setup; (bsc#1215369);- Add "net offlinejoin composeodj" command; (bsc#1214076);- Update to samba 4.17.12 * Weird filename can cause assert to fail in openat_pathref_fsp_nosymlink(); (bso#15419); * 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); * Improve GetNChanges to address some (but not all "Azure AD Connect") syncronisation tool looping during the initial user sync phase; (bso#15401); * Samba replication logs show (null) DN; (bso#15407); * 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); * macOS mdfind returns only 50 results; (bso#15463); * 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); * File doesn't show when user doesn't have permission if aio_pthread is loaded; (bso#15453); * net ads lookup (with unspecified realm) fails; (bso#15384); (bsc#1213826); * Regression DFS not working with widelinks = true; (bso#15435); (bsc#1213607); * ctdb_killtcp fails to work with --enable-pcap and libpcap 1.9.1; (bso#15451); * 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); - Fix crossing automounter mount points; (bsc#1215212);- 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).- 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-11 1712055937  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.17.12+git.462.df636292e62-150500.3.23.74.17.12+git.462.df636292e62-150500.3.23.74.17.12+git.462.df636292e62-150500.3.23.74.17.12+git.462.df636292e624.17.12+git.462.df636292e62 sambasambasmbpasswdsmbusersslp.reg.dsamba.regsmbstatusnmb.servicesmb.servicesamba.confsambaauthunix.soconfigldbrpcrpcd_classicrpcd_epmapperrpcd_fsrvprpcd_lsadrpcd_mdssvcrpcd_spoolssrpcd_winregsamba-bgqdsamba-dcerpcdvfsacl_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.gzsamba-dcerpcd.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:33120/SUSE_SLE-15-SP5_Update/9fb38d651a0568fadf222f60409c3f15-samba.SUSE_SLE-15-SP5_Updatedrpmxz5ppc64le-suse-linux   !"#$%&'()*+,-./01234567889:;;;<;;<;;<<;<<=<;<<;<;;;<<<<;;;<<><;<;<;;<;<;<<??@ASCII textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=8692c3695ae1359fff92ec9ea91cdf9cdb170900, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=35ab648e721875e1ec714a0337cba800239c07ff, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=09f483893d2318f81933a9465e6c241f5a5684f0, for GNU/Linux 3.10.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]=e047bb0e04090780b212f6ed092f39249d0d9d2a, for GNU/Linux 3.10.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]=7029ffd770c937ba35718d74421fb8c8a132fc18, for GNU/Linux 3.10.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]=2aed0004eaabe5b780469620bb18168fb3a26abe, for GNU/Linux 3.10.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]=91c1ab71ff35748af824608c1de95b326c9cfadb, for GNU/Linux 3.10.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]=532e222f0184745ac1fbff1fe99b8d092f6c3088, for GNU/Linux 3.10.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]=05ef325598211d7cd1bd6a01a9cf95b8588fd8ed, for GNU/Linux 3.10.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]=c496f214555ab2ed3b3d626efb82b8973cb6c88b, for GNU/Linux 3.10.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]=fa3dc129f1279d9d2c70526ae100628635f6ae32, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=bdd40ea50c95d72411dcc79393e6f92eda1ceedd, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=714c576bfbca8da1efe5bc8d19a3aa18265debd0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=180f890b944f7f15fffae719bc276e8c247cf77b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=66788907a61cb7acbcae27939fa5a72f87377990, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=860482a0f7375f927c53945f100c9f9f7884e730, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3b530fc87effedb6c29017b8336b1078b543eaca, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=365486fb980b3f90920ed01a7aa6c8b5feedb440, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=bf222e9a12cf0077a53f22597790caf2b831c02d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=59ed9b04743250c1cb0af0502d598c8315d2d784, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b12b233e89c2ce531772bded745f1dcffbdfff79, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=cecc6ecd5ce77979027a112a0e67f9a585cc6f20, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c3bbe5d0c231b0d2b605a25151f724a41e093c3f, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c4e49ec86bdf5345b30a2e4dcada87f0e7b25f86, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=e3313a370233d700e4f567231b522d82723dc5ae, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ac711a67e9afffd584e1ae556ec1b2f25a2180ed, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b5c9aa19a369fa01966a732997af8aecbf34bcfe, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1a799dfdd5415bbbac1d0f61653cff5c22df6e80, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=63146258c59a3e1affd983e50964a92c79e644b9, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=6fac8b50c7af164da956610762a0494cae782bd5, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c09aa7b0131616a0f7f5833df71006632a25da75, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=aa9a8b77efa76d64e05ccef8f52ab7843bcfa2c2, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=cf3fe4a58baca3bbe6c142531391b365dd8a9f84, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4fac9f2b8b80dc2e31cb083abb5591feaba4a10e, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c70b7d0429533e1624f0da3b31a2ac604de83b7e, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad03d1fd21285449272c200f28a8291382a5d5e3, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fdec55a36265eb753e31525c9f1ccde3e4a21e3e, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1997444402169b7cba3986a6a329a02a45a54566, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3d72e92f93d58377f50f59248589a5e9e684452e, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=50fc6caa79a9c08d7cddaff6f66a8c8d3aecc1f7, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=5b67ad5e1729726043c4787b08adb8ce6e1817ca, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=7d2f92f60c489a6322a6d2ed4c36f81e7b17f5c9, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=d9f3d049060ddf0c4254dd79e9bda590df84c9ed, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1e0830711e2b396a9d462866047d38a906cd318d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=06df2e59c137313fa7b316969620ba1cd722bc9d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3f95e635fcafb3e7a3e9d32470363c6233434af4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=6b6f18d157806d2e6a45da4d30f179a49d192582, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1544868a84fb6d2e556b2f67b14ab5256bf71d72, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=39c6728a2048a38b6370ab7a6c6c6c7e1c3e7471, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fa5f0a8a244a837247d2af8faa8b9377835a473d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2a44f4aaceb49321f5ae551e831c77ac86b17b72, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=7bcfe2b7d29a071958a9461f4e627049b47a239d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=666d6c62b2ab344e4c8f071b3510ba14f1ddf016, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f4d09170cc6b8c5b7407efd349d980f13551ace9, for GNU/Linux 3.10.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]=450a393b1e2d15226408afdd1b3128a4850cf956, for GNU/Linux 3.10.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$%5Gv? ":N^fp1AQUgs{,>Zjr$m)1K/Q%SL   %$ <7RRRnR-RlR`RRfR$RjRyRRR&RpR{RRR#RR%R~RxReRRmRzR,RRkRoRiRRR_RPRRyRRRRRwRlRxRRkRvRRRRRjRR RRRDRRlRR\RJRR@RRRRRdR;RfRR R8R9R7RRR/RRbR3RRnRR-R"R5RPRNR1R{RRRWRYRURTRwRRuRRRpRrRyRRRSR,RRtRMR~RRaRR2RvRxRoR!RRR RzRRqRmR R0ReRRRQRRiR4RkRRRR.RRRRRCRIR[R?R:ROR>RRcRRR)R6RRfRnRRRlRyRRdRWRYRURTRwRR3RRNRR/RRRRRxRSR2RReRMRkRRvRmRR.RRRRRcRR5RRfRRnR{RRuRRdR/RlRWRTR3RRRRRR-RRPRNRyRSRRxRReRmRR2RRMR4RkR,RtRRRzR.RRORRcRRRRfRRRRwRR\RRdRRlRR/R@RWRTRRR8R9R7RR3RuR1RRnR"RR5RNR{RRRRRpRrRyRSRmRR2RxReRtR~RR!RoRkRRRMRR.RR4RRvRzRqR[R?RRQRRR0RRRcR6RRR5RRRnRuRR-RfRRlRdR/RWRTRRNRyR3RRRRRRRRxRRSR2RReRMR,RtRRR4RkRRmR.RRRRcRRRjRRpRRRDRRnRdR/RRlRJRRPRRR;RfRR RRRRRuRbR3RR5R1R{RRRWRTRwRRyRRRSRRtR~RaRR2RvRxRRRzRRmR0ReRRQRRiRoR4RkRRRR.RRRCRIRR:ROR>RRcRRR)RRfRRlRnR/RWRTR3R{RdRRuRRRRRRRRyRSRR RxReRmR2RRRzRkRtR.RQRRRcRRRRR`RDRRnRdR/RRJRRPRR;RfR RjRRRR&RpRRuRbR3RRR5RlR1R{RRRWRTRwRRyRRRSRRtR%R~RaRR2RvRxRRzRRRmRIR0ReRRQRRiRoR4RkRRRR.RRRCR:ROR>RRRR)RcR_RRR"RBRNR`RR^R}RdR5RR@RR(RfRjRRuRR&RpRR/RRRRRnRlRsRrR{RwRVRYRURZRXRTRRRyRSR.RtR~R%RRRvRRxR]R'RzR?RqRmReRRRiR!RoR4RkRRMRAR|RRRRcR_RRRRyRdR{RRRRlR-RRxRRkR,RRzRRRRcRRRdRRyRRRRRRlRfRxRReRkRRRRRcRRRRR5RRdRRRRRyRHRlRfReRxRR4RkRRRRGRRcRRRFR{RdR5RRRRRlRRR4RkRERRzRRcRRRyRRdRRRRxRRRRcRRRnRRdR5RRRRRRRlRfRReRmR4RkRRRRRcRRRRR{RRlRRRkRRRzRRyRdRRRlRRxRRkRRcRRfRdRR5RRRRRyRlRRnRxRReRmR4RkRRRRcRRRdRRyRR{RRlRRRRxRRkRRRzRRcRRRyRdRRRRlRRnRxRRmRkRRRcRRdRRRRRRcRRyRRRRlRxRRkRRRdRyRRRRwRRlRxRRkRRvRRcRRyRRdRRRRlRxRRkRRRcRRRRRRdRRyRRRRlRfRxRReRkRRRcRRRfRdRRTR5RR{RR9R7RRRlRyRuRRRnRSRxRReRmR4RkRtRRRzRRRRcR6RRRRfRdRR5RuRRRyRRR{RlRRxRReR4RkRtRRRzR~RRcRRRdRRRRRlRfRReRkRRRcRRRTRdRR5RrRyRNRR{RRRRlRRuRfRnRSReRRxRmRkRtRMRRRzRqR4RRRcRRR=RRdRR5RyRRRRRRRRRlRxRR4RkRRRRQ?ÊrGb(3CJR@17c h})F8^SϷT1hy9]`yBf0c\愁OaPG665{B;G Ey~= 35w(7=S]P^e۴%؆ v|/Q'3m$'#JE$^)0}♩D5/K20uo[ ͞Dz A>*w Yo`k-^udϜ̐oDCrٽ;{Shzz[['IJ MNh b(S0+ᘸE&.05Gvrݍ*:#9\\s][āD`1IH 2'GSۂr{ 75H%!=b-*GSTzv| &W4 d閹.+˹ C5||޵z~ӷsCh9ۼ>e~Hs#&⏢.Ւ #gz:pN)'Cb;`{vh/Lo[?d'}%JObq"[(rr4Ƃ\ԯLn0P8bqtsr}|myيW +7jtn0{Rh.I8 }K~>njvb*KE&5yT0>F)RimI UU(=%%1Kб\`gC%rIڛZ1A !͢c<{6;7f$ (n` E$I.՛Q2K0ǢQ̙"DȄ-#xށX4Ov*YZ|א\؛9 `4:9~xk@ZG,l /my]ydvW3zV!ݟ~/3ڒwXsr)aaiJi 3|ʯZB^q!(tܧ̍ZaCq_m9U`'-n;siXux]>xN=~+y,J)I G- ZPl R!=xbAΆ b2^+oJM[u +򮰻78o^َ(Tƒ2̓.# `-|Kn1M/ Q/%K5/=T7!Nz{.Rj;a L ]<ݘ?Uyht8s/ka/[~e% 3s(܉H$ Vcf L+]Yn־I;R=ՠ\De,1)O/n<9_=k3qԚXl.@M*i]d~lִ^9C h5Lۿ>hӎ<1? b gQyBbEGP mזm #e:aif(vUBpn*10&bLt`Ր_՚B5r<׌Gwh^\-]FG'O>q& ߦ`6# Vd1. 5Y(r$"զ/(wLy Mdss8]r,1n7s "񡈽i^adZ&"{j<;uͤzb q0-!Y;76@7x0UAr)S]' UuRpTaݑuT<@6\hO*R:oσSl~^Lo [g$`]1ilJ H4 88eHN5826px*:PnuFOʋ}\%NK{nKͫh؉/*zN]PEfWj[P*,n0QkpB] oB9BUS]qܞ[6Oʽ/;x+q>/OW`UݽD5viwv`qqM ] wv(u[ECs6)'ƧS3 N|W[N_'q#,UE,{#U"CD* LpjϜ \z0ҢlZrm~0rvy?Mo%&Fv*ฤ5p~6Z1}(:%Q?ht3҄E@^DaE< OnFL1]XU >bͰuy^<գsj >pՇ^~Iqdf mW:+q=HpG .ɡ L?ե`9,Z AC4F[a8)ĝ~3O;AؖUR0"$ݪMQ/Q17aC@]bqNom1 hネLĪUZX.8N79B|<5'zYU4g3jD#3O7 F{“0;nk݊&`sj[7Zeߙ 2& ِV^Hi 82c˘@&cAbFICGb3 L>&gCPcZqKYäڷ pdxFeJf,D0E['k`9ܣ@\]OWehǔʼnk[{DlI>o0RJLkL)`(K"zM$y1__)LTQM;&*<U@n֔Wo$y~X#1Q7DU]jaB)^Lia+n<vGw4Yx\Л̏R0mW1ReJ擱ƻudu?WG :,wb8J3!8pM[91JENQ6bÈN0S=ʆڿTLJ'#!Td{iaA!vЧAG]B !bt/džB<3{]N, dbOgDIX79Q18M2ˮޡm=V#t0L"eq)tr J *Xv䕶?fYg;V#'e$4TWlfK,?Q>5&ш6,k1qcceuRoؠk-#xX0m]QWF-tPGܫ~+ "o>CdX9CFj_#=M8ί}-q5%_ņLތR$tE^\)8= zSAnhZ&TKZ1z"U mS< 򶹷$zHV jL1@LJn߃IJzhs1l4TިgR>\䋪wNp M*o?E/i4&+V ~HĬ@ҫԟ 㰢C:h@$JOӲiGNS5sf svD{X/CQ%}%. Z2p6RQ~ed8y.Qs{ DaMտ`E(ϛ_m>ydUqdw*(?bxGp.)Q7B yË?R{GFFԕ腂]P0|8>gp6HZ5|kYg~ Qu7vZy^G& UEg#:kwVk"a貕C6;}-m)UW5-wƖdz8`M_]%40A{mͥυ@Ng4r)3Wvzƀ@YiK`Y}^Р p4 bO,Hk1'L_YȭWZfL#,Y;ϸj,Z] =YVtDLd gkԙǶxvVɀ0I{S  qEd-( ;x./.A3t(,ϠJ1ݩSSbRl0L"pc}&w%8[߀ `2%`C]5|C=EfcIi]PbՉWSbhX@149dܣt:?x ms]i 7֘po+g`oz߶GOZa=cTSvrp{Cٚӓ,z^is}~&8>RqbX}!C'DVLQO<%>?fR(ӞODO`iϻg4;@"`S!9ބ:E^P;NqA4 雵ƒ1ѢB:[ ӥ,@9!nz4S6E`gvy^X)̉Y5W IpzeF2 -z*7ĉ7tt?H<§Y#GۜT@,/R$|8Q{*>HQEl$:Vǜ1p43l h+K`E.ն^, )@̆ţi- WdGƃϗ}?JǂWil&&:ڥO+O퉬hPEp30e4U.|$0y NW $.*kP(] Ayz'sD#BI<^;̹fv6>`~XooB5?{olI{Hqk?^y9 |*['c` ՄK*91x|W˽v{}'&*">q Y\ݶӈ8exT|l&PBpJ#{ZJz]7P͙=ؙWo6UǢnHlndeɎ2< gbm#Sɽ 'JG Ր b0ظ)xQuЂvR~=.߱=GkYW՛L ]!)eOz!(@C00m49_)j.SU޵CЊeE@!%.53hpH9= ƏhlKkb%Q59ϿVɉG|7+D 9L± k$N'A+V}ucE)|F ſVOftOs_H˓$eCB=x$=C!ΠQil"r  $&æ#Ih;v6?w*8UV4%7:[;(GwY &/[u 8G87CO"ZZ+cK\.>Vj0d#jjq9ab.8vJ'0'F)dI`qd4m5\1-k9gm2믫/ -\Z)}(#T C{ɣvyp4.* -mtlT+d^_[JaZoJޞ1$娕sc*z<潫92P n{kYl[2K&kllgb}A:E;tp'xxoܿfWc4tT&!QZNlqxOخHAhiˋXjrfOl(h_GT`N?,d>hc9aΫ޹3Q1Ȥb+!x3E:6+T"wΚ7}K(VL9'^ )דYSX@fVE(P]wstH^,ۖJZ>"+'a( LG%jC[s&^YUA}",mb S.AlpolO y,w(/C,fOɖbkD-}`򴝵RVtEPXMA,a_Ư3ᬹ` 9$P]&_A!5S4E) q`#2( ^cS4)SXXoV=͹6r}6:a?АHMVY>#ڔBjy$4.0rujy|eJd)vkr%B~Gps`9[RHп1q$;R@qϩDY[Th#9⯳vhȘ 8뷞sS_+hİCVb޽}'g 9,&fUnQhN%[--'Bu6]n ,ԝX5U4 QB8,>(B8/=1[vT%.$.sS`7ak&Z]'yHV9;gT1OLN6MdUC%YF'o*vL@i!9닐l6ޯUk²hy 8>aLk7# &&ÉQ@VLߞ"Q3< =gD3-CaGꋺr8 nVɆ8If/zS %'@q+Oq2GYCUnU ZB7VaCZ){4Q{)L_->!7\7%؍DS>tgshjg?o.GcD%^E2~0"$YK-MF:0'Є䥰nd Ø"g6 m.vkDxYG\2\XfN -{<ʡDNX!ؤ`]RvJ~n/5y]` aؚ0fl|Fc'e5by\7^P32f ^;d<2qS߽HǨzur4lEpYA*n~n$yCdxȣβ< t%Hq +PG%4t`Vh1rڵ\3'g+@U8& WP>Oyd~=qqSWF>90άW#!dx4ҮA֨4d0>"%ys$:ܘ/nGɔtMT ?m`x"5j|p*ew=u6җ6@UEMͲK)^"\h"öK_4Ek*"A#lzNG\<üi3궧%]NaD!WAiio)@N6h¯6v=T3fhhltQ ;r0+(7Wu&rQOdzMj>/A*gߒ|Ŝ d*dNP&}M|{Oc`ZqʥƳ .XM!7iBPْ@؀` ț ! QG AY#L&Vq`v@TwHwO]7{s=h)0?{vL#. wrfR>^S kg7ewl!04xi >>kFgV兀#ԇ7> `4<9ˆQ!'գfձ` mGePC6U7a=-0Rzc+-WP]κxMIl-}$tKIUiQ}V&\U:s(/b(w  Ě|ڞ"'w&j#@P5r? G[i~)69_pֵ&sL $B/Dwzk3I;>Hs^hZ^vȸWxZwwnѓ )ܫ͠<8IJJsFF" y9 O! 5cv<;8uinߨoQOXG>˯1ߐ,"c:z5ekNxd"Yg^;`0쬽xMf HyϋcZw<jYK1>s)]>?9f+-+%.ƣG"5`Ct,& _1)!ƭ+v+"a:`'w {'h)s|6"#EPۢ?LE| ]@Kph.GPyV#Vy8FB1oČFPx>lJR@Ex Ec,W(̵{z2TSYGS Bg^1H9/@Ct~,i5TxrZ ]!ҔwVk<} n )(Ѥf]Re C!vG-պ(&5%Yg2]F,#[֊b|V:J834.C8d.Ӡ@dʹ} ??%K|\ AתV#Z[1o|СlqQ<*u>n v?zhiLK2҇}vzJYJr!f,6mߞ1gi[挿dy\c=ofl<߮qզrVS'%P"2J aS,dT>OŹpWMRf0z5R_+&:s~ @=Ԣ.:>WEmޙw_Űzz9@[eIxݯ}@=q=ÓQī,|Mx5=\g6 "I,2{z@2{_ 8TmIH@$&9\Z' sXp (T3WD]Ku0DzGI#^Jr9TGe, ?NsPrfNj8 3ו^]m?D=EԼ*RX5

E|ӫgy`DV-ˊ39kWo+K UnȘ>iCS D8Mp_tm;H+K<0 #xKי"l'OgQirS?<3[%)B{g)]ª*+#t eȑ8P4{r$ qmOdU<$-Z6^bU8a2tVKOv89n2EȦ>9= )jh}`qܨE]) ɤjW?FM3?3( .F?[iqdM_02$ReYHELA>'2Nu|%Ɲ[[C2P~i2v',cPh C = @Ě}''Ss9},k_,c #z6uU/涎Bmʃ `MicV2)Em:,؎dA5qJx?He3]daGrLC AoGE1h~t|vj1iSYEf&'&vz(ӗs6*f^4 -^? /󊥂WrCS#{Fk UIv0BV[=F68Z-\ӻpɃ~ k9M9[~D-VܐꟀ~YU>fWWh%gW8%ނpO Aݍ~wٓ(!Jr`uj`]M>m?S>2^j Bmٶ)M"xMeն;)Z^,"MCV l3=aQ|,L] ÿ-7pfv.3=J~V^kZfAA#|P">b{`=eX7mX^p 7}($',y侾wv{^9Nk!FFܝ: A~VR=K#ʻThZgG`e,FKLc/`-|&e fbfu&6 C%v G; Y] wItvmAFO {©Cv'bm~υ4ۨ|$>ގ)2e kAWT=ًڨn ePN>„Lh/輗lm [k ؼ{0$iS܁_:`J$NQ]j܌c=cp^nN@cblGd8e#}u裆X&Os,Zv\L5/V؀~qxTuN~QW;it1a2 0OW[ߴ)e nBRxٞ\AHpwqMa2Z"BK|nW A(A%"ͪ˛:+IhO XRnKu_KyGw" 'b)c:QN*ޠblff!Y]pYLL\O^% k ͯ˂56t).ә9 *#.?8,!W7\aVҽRx8^^. ɒݏ Ӭ _ƶt*0_S4SĐnҤn"Nȃ6}n.lw^^d+z֤ܐY|Q" eN}Pr {oCPD ql~bE=hhwk#Qsİ$h#]3lǽc_ASbr`=Dnx9i9IPz6fJd>~tz(Q}-Z)I,+!(mٸ̖]p‡]eF{Cte86;AiM `+I4KR6x, ~ 4|؁KGQ^C1I84G_r DHm~ R=2/s;;*Yj5'7D/eDRcz@aǛ0||NomcfW@hi|hC4`ԦF_͙FP.}U+aHAy&yr?Of+lΉ14]̻a)]„cyfeM2>Ü*/C~jM n#݋#G6vZ|m{6U'뎄틜r{ P7uyP7*Pƌ="=z֚2pBٳ$\76n'̚sT+T-0|3&ٵ g7/BsbԛA>=Hex<5(EA!9baX?O{0r͖!~VS+<;!N\&)`PԨ"q%]0GtRQ8dJ~g#˧"?Jچ%osgu|=$rfןzu 2aMTAKٜDCGC}}ܿs240mĬCɑ:>4IL֐ (\4*̮q wkEJKOQg16kQ&m)P!EܴLhrG'̡^ iģVGPރ-%a"1 \0#YM'iYIC{ԂcH̎Ef1*ӉބVD ,PNϑd[ ۍC*/–: iD~$ͮe! C텲MDhK)J`v+ Tֶ5c߶i&NQzc0 _yQk5 4y13t" GPmigݩVP~ QR;7xh%#FY.%BYB_mT5flcir l.1]: ;NlA{  7λM;4| ;Cw 8M<R/GM+Pзщq}!i\v9Pn_,_ 4nx!{Hj7iv:rQE>gXfPdF fz:i7owA Yw%2}܃qV䞹. h_`:hY5%X̭6}ZiM*aeV_쭨`f ?UNs&×6y~wƩχR-} eQ80sIogZ(^n1:O5k JSSr?[k|vq]Yžd/veze~>o[ԿׄQ7>ݩA+y3UbB) <@_І2 "0qNzDVu VyB9w߱vHn "LL[aGI[1r@u[yMUy] <he聉܅YR|}8%%ǐB5(7:O(SԦOզ /1 P?ē”VGS2%c`Ƥ@X9Z0qFnDZ62M.UO&r@J 5&Wx,++V)aIBot5kB0qqkX ܐ Sʎp7(p XguFAJLP^[`j/rㄛ\j|bZ _Ex3i ]:Kp|n+l ]u2w.#RiDl Z< ]6qI$:ԝ2T]ƝQpp0PCv[ʀ0,=fs|cLeM[Vpʣw P3`xG,{\ZU9CзНC i6HuqšnܾnVƖ$ʄŊgNÈP[6!3MpN7GѸQ@34UJ}@L- 3Gv嶷D]Ņ7U#ēz5 YZI(k|S]/03 #$:ݘ< j6%5)NA; ]2" ?<}{ntMy{G`;G2Jpqs/[,a?({I8= :엧 ׁ6HqzxZuvMp{3{'Rx0AX (,t76P]Aq%I=&cĿȞ<kҏhkCA0tӽE5q,ְ2G57|'έW\h0E@P|Wu{Zp\pqJ 5ǺSF U J G{ElEPh}(%ɔngaoQ(V8x A hz!%O(WS7Т5a)Ŏe* kKj?# ~ ܴngIx|aN 2za2mBh#v@]L?W1xCkGH5yKTAA!%>@O`; NG-(A!4iLjP $ ̼cp(?= p۫D Q7Vgq,P&gLPehqb@"Z"-׃?& `F2d>)6ҷq0{l.p)U5X DG .ePpt4Wz8lC|bf,)|yU\۵&74S&68vv*MOѩgP̮ߴNɹ3!R=t+suii\` 0}ra 6P2g 8$V،氇!~:v"=< #렟&n"ԁSFzVAtIΗQʎWq=>3BH2_-Q P|X1 SCVG=w:I@s(eKTMj]hY^TK.!?S}'$ޥtDְw 76ifdê(w.3X&DLmv^Ec` IT1'[C=(o2_UbY Lpwgxyegb~ԩfL=r\rH (-;D\TE}&oj&/ DSۓ 74q5V-ʎWw*K<=/AJ;,ȋ;9 9*Ge)u>tM&V*Obu4W苧.2ţϋ 0$ʋ1&iCݤg⚂20[gcI dcMQWKn#a8ĭdTe."Ø`ycS^㧋ސ\XFrK,M SjIW?T#Īc_5:.-wOh$>&U [G3GjՕQAxB7|ig'u# Q?xt1UQP Ɗ]sDF>dF<[67[̨fs©d_Ŵ II*W E^^v1!*0P* (@I^r`E[-.k\y3́yd:M%)sdS1Z} l#uSGS16Pa"ٔ&TfZ5mj$j+MI5o1pZ~|Ei!k 7/.{ACv~Vx`xM1+,]MAc KYO?V\Ztr/ǏgI~(~6}wMYD/".& -1G3VAUZD9)וԬ/lpT%4t. A1B!d??S mGx{2[ V2'wC| QT!owk2S߷lԛyR}==(4UlqO`KPlf;r85]Rht\zG1`Y7"]3[$ ki}a*#`\ OUֈ;-iy<5;2Lݜ.IXOG OlpUCMLaO5~Gk"h*ukFS/ ƷטS".cT8&>8w5_gd>xЛ) QoۡMvIq f3R-w?D(*ׇ䈥1RӫBe=X11{cۍ(э\&KkQ K%쨏;rUR_ǽU=yg$ci !4]ۢcRcُufm bU7Ey9Ocz4@>٢E ƼLAEh_6=T G<+twPa;iI;cov ٠raz!O:nQM9C֔Uw8/ּ> zi]4mdnv 2xǏ b׳X-DVy?[4Z1fBI|L?p S.2˝|:gFnG28>p|NDGMq(q<1y_ޔkHì0iE\Jah˺IA:ESKgRYfj~wwz]5A,|U',?M#|mn5q;{MtSU9QW\w֩&D86A͵`ƩMR|zy1)9;>WQTѹ~+( ko`&4Hi0R-nN/17JRfa|3ʺ4W#B@/NAޣ]SSi`Y MU|q"UF\4up>i{HŴXvʳG#MXH-uF;ТT6WCHX_B^)!kk{;}͚VBRG.g17 dƛOQ%FiOQ"=%vx4TT܉)ua!iZpDTQ 46 Lg`yLXތR'2^HF߮z!4e~],y]T ~ANH<'rT "/e*.R4֩@B8핔kr̓6Ux$' 6{\[+*: h$waW֕ߨr%kbd(ǁY|R-c\n LP[w# !M`{`4T.P!?Ǡ=+a!J|F)`)t $ stnZQs4Aowo SĢ"-a;R cWR..q:YsMx(ŧK6niGjjJUfhukJi3ݣYo.K{}H,Q'KS?$&Kh|;Ț =n/=ccrT{ξ̍ 8>8]:08+h_V͉od$4"AEs8GM9F:ا1.͙R*qR>&= !bI p`m]C@Б1.M"IT!3WˀpWcIDG _S11$Z~BgaL((` ٽST1E|SBj xaoN+標MU_ɇL5:V8ͦtd Q2wQ+e8~d-m^ġiaeO܋*AvvK[!â4Ė={:8Tgӑ(;g\OB+"vhkE֊;^tUs ٝwp[O\NA3k7f%Ʌ%9H*7yDsL'k1mpߨKBHP(&uA` HtjU/\5tE`εԑ,c#|:- IGƎprCt} ڐ.UƠRZhK ԥ?/Ҏq~{$򰡔bZ먻.Fà]JKV;q@:z%O9rbuAc]ĤM}pAެ=Nmʇf R|[zIݔ0#x-fC=iN"e߷ʑ1έ85T\vqqGB*xoo]/{p-C;&$::Psx^;h8RNyߩ5ƞg!a(ӆڟq൩ly,@rKNkkj?7Pҩ`(-`*a FHkz%] U'Oͤr\4a@$W.;x-#w'IT?Q_ֶ||X"Vg6;lSxAp{O<7WH\ .9>㹓;~i(9C:+Rx;f#H2a6Y0.*b: 1ߋ]pobEWIo:KYܔkט/_XO/^?6Rɫ#؎}hנ#AʑX]%lg&SKhT^o1 W 贡gԁژՕ'$; 8m?9Lb&V`Nr@9sissiAutGkl*%8V@LKk<KXf_ܞ9ln(`u\6DfPʿ²W<@?nYXNdPD`h7Q'V,XudG|jꔭ/X9'VbFe.[̦%Qjj\ F[~{ ?T\+ɚo[7UdbL̥f.ǧGC*Mo٠Ja:~ .MGLEqJH|Jw&VEdɚ!0W?%*k<2żCtPE_O&"X;ĽYmAo?a}dZ)mBDK>s)| Oݿq>tKVp|lO, -,XOxIdAPDݩn8cvw%@x4V̹w@eG_8ZD狫O6Si_[6QVSwr 8^nx IHteû*pR!Ç;Յdc$3g:C'ҵ94|9/ʦ/]*hҀwngoS:U5e?sM3nv ˪ eգ汃$;1B.p2!AK$ DyZ{3~oDex=5 bul=^VX+inkY'A`'P4O4M hiiא&M cJې ^p6wnZY~c j\GtHrYѣOj x]aL+KԐaF=-nlED{/S(Ť6lCc~ L7N}K^;9Y-5嫼_N 5ϝY>Qy)K>6S)݈F#f'!rVbn&l# _ە .*>K0 HKN9uq*]2S9 6g h'i=E4g'rRvzd_@QK%1XvH;nB۱_}c {h1-U!hx`&*VǑhn?gb:|*'oN&,=LG~r,!C}+dY7?J$$]&"\ŌȲ[΅l55:WƠ6!цwZW'_N?mOs߻&GiM_bV[pMd]z@0fDON@)< lf,{7#%}$vfޯn!:Hh5 O:qgE/)KQQd3q[4*O_:nnM*0MZuU6b-$zr~}CKs\t*M>iȞ|h&>!rZ81es.jwWɿ@W u^ iĔKzuط}I/0OMhPD,'[UU;ni fx5'g$YP%GxJR]H|6h%6_/kGE|]y#@5V'tr *Ɔ{pW8B~@BIfnoi&c5KW ̜]yS; mj4 YaB+uqVׯn/q@ ]0(V&rU{&zC E5{쾅Z/%$If*BjfR tC`QOLd'"O:r|)Ke#zݞ-'TD/}YҨqgbfpI 2fibtb!b}@=*]^,fp3msx~yXL 4N*|\n _Vu`֏ ~\\|wt#OD4Ń9%, Zd@3{B$ǟUp9L⚶ ",-U|/ʱCg>;wy>Q΃i5P3be~}k-R_*0έgL3XJfџAZ=%dNXؤ}h$¥J7lUL&\+ Zfff?@!㞕5l6i/Q@n"$J\DI{+9su u9 0k37$kO߬YE !|lrZ Yme) $M9T&9k37VGj x0 [Q]Ar^cPGmClMc SSjwס2PM.GΙxgN&M..\L dbqndkxx`SRUφSd99T(^̽r邋MRaY8[>,=2\ɭ9jAQZ8ܶfb*}}5{vk eGɨ\ev5xe$CV 4cPAQܠ)F>4fQ  __?-}w#v` O@hu.[fUyN:jY'p$<֓}`T)xInh$m<Ԟm 6@a@ {B +zNZ2 Bqy*|@UT (rP#`*##(W8u2@q‹m^Ŀ" =3Z8uEi6pYjh((ybɩȡPGAh#ױnlH|MH[4A |ޠ:ow7*6Ex:uW$mD$'nfl۠ҞBP vܞ igzBY1L,*УbbD]3O2Qvb/C=rcOX!&rN~~_#䯸d()\Y䆉a֕LDZ?n^>*iЍtX002(+A t M[r5˓uEol1 ꍟ((򣂍'tǑSDz(d19T}Ǒ,3=ћVzQlCf!2:^:oJ>vK(Q#Y7cº4RDv87}/ke*,Bx!{ÞPI*3 S3>i5&9$L R| u E(|C wGCFHG!Z0k<2m赓<^?]gR|QB"VPj~wNEDTu [3gڦ+Ԃ>r%(YhUרrU͢0\I '.'4H:AHvhLds?o ^qN_cS@#n>&*aߌ[z-&6W"1?ʖͦ}u>!gE0'FY6\c+5@!F H0nd/l33{[o&hjv8/:c庸K+lDv1f m[@-֚oɹd{=dO=}w6< 7E) .Vَ3Dnʸ-J.U;6Dron8 }*iDqΆvT.WtP-'cEcq ]?i|i 5%6`X"5KDqMw=7149JII5*MZmt'OG3+CZ͋{RDRYv zx_¿p@?<%Haμ5 gKq >FFA^6ņpNl`$SadYt{ﰲz7%S%:\4z@z:ܡ$ 8kD&2D y2mɹ7F\~I۫=VS7)z~sջjJZfz[.]N]An_޸ AYM-ϯjYeo=֣ c$<(2f'7_~rn\GS;ʴ=nKߡ`0g̦-Rrʍ,0>q7O *F;+鐲JtWEօ&܄ڐ#Rt]g,o,E yV?w]db`^뜂g>744rLc]XIN$~N"uy Y7Dž  #*qI%qGWo7|Mk9;D!^wY Չ],)A~cu9$)Ͼ>й7P~{Äb 8m tƢ/8ie~Vska)_+Tt A:Xl+zc GC5/UVnCk1 8i ܀4ctbEZԛ9!)S&y^J)cpŭ7m)W:F6_nЮ/v$}fߠL4EM nsE-C8CzkSIT۹]dm &(8OU7PSZ|o+G"1!mR/:(r=GeҾV Ѥ(vOUcR:\,."wN[@C9 &)JFwIiU顕D9>p}O^* Mטj8 ]U>`A$q38ˡ.A67ˉטB;F9O6Y*4siLo$@3loH Sf< ,zHqsCcW`,I aQSo9Oof& 1a>a^_,t/x= iҝ')<0%&ͪqRչL59Ӻ.:-f1.`13܃I.HE7Sgz}gI#>` s‡fQ"GGZOI*z"W~z40`~v>8JXK셻 imղoJU_}Mt] E+g}bW ݐajfLhIgDfk<']kL_hƗR{zO'8qs:?A('~Ur+W~,8#W!}ݧ{?ӓ0N~ybz>e%zo @GG؊镸A H;0ƅhy#Eom d>KiЖ7ǔ z>Erj^:_O4%/XeZģ2_.R@r"kBu\4ah+%oaıbZDD{Kt8d: o]pAẃ g➱bxz*2E9fXgHҠb^Y zldF`dF/!&ʹhJ o mj>8An Ēl[, &kUdσ4VhQieyrAofQ~K^_4QCcŕIkx&^A(X NK'h}JUDVx 9?o F I` n ǢzJh=#?9`QB-! jOirEU7a/'} |PP|?EBx7aN`hnwܬo"^Z^),]NV}HG u _;DhǶXƗ?.2ش;uxP|}pK?uUi05B=Yϯ7{8 :fnt <3DT)8[ 5 7ƛJ^p ĩ=VBK^Tx/p[̀P}?t`\A!]wP[E}-QYuSobjHx4π 2M=,~ms%RO{|cvoEM5g:g{Mj|#Vel1і^ O}!60L[ HPO[mԦP,X+H^*nࡼHĤ (֡vbV/op֯tqR{}yCb8^)}3gYV8IM< !O 1 +ޝs@7}O,fOs߹!oJߕ.fd(6ŭ={HneR`9@7shJ5FZGO>a]Sa͜"\pNDEQ(4fY´M#g<ۖOVcBgX 2Ln.z6oPF8?[ u]^-Ő3DQAbcsJk ys<Z?GY[} YoеfV$sA+fW^Y'WJyqe(Ao>}&ᝣtST_b"݋e\`v7AV:!d0yB]i ﲞ02L^@U2h"}G2wvQ HǤ O.U7 #~ƗxT?SS! ?o':M{7{S]~wMVB]!F8 ܔ厦lE 10UqrTr+@}wNҘӎv[}g7L13VB[S(1M :HŜ/?83N0QLH;MZ*){b?@{1W5.#tɗaU}5?x\'Nok︹S y%f!xYft҂sȮjGO"2Yը6j0Y,{[mE SMPG4=H5\.a@5'&L降w]XZ EX>68aU|rE >M&DJ4<[}P4#U"Q"nxHY2˲A' ʌԾIH.v1eg>j~"'/ $۠-)Ks4̽>\dޯρz?vRC1MCcȯ^)^#bnIȖgמ'ڶ@/+MXE([e(?bghQZ@S2#a6 (|-4fP-sAzE`O~G@K킼oI<)3b.{ZRbޫkd~`9Q)=4fo(F/k VJ3[?L 9N%mS-T"r"HI&;I@:{^fJ8&oaIMVd0|82goxKM-SO.s+A*jX}}J23ϰ%g;F=AJݙJL3;<3D_֍téN}:Xd/o҃h ?_E\H@;\B}44E~~g/ILxT#>_!#GB؜kO>V4koBNw/Byuk y\ŌmY`N}zjjL xzE()<@!(xm2B*crpCgܾ.kwy&{Th@  Zր'O4R@mBp>{t^Ġ vqkm#֜gLqf9󝇳#1vD_˓Dv Ba~]G^\O.nC2fL3JWFKaҀXp1Ft(37e(o<Źn 0:vC][T0qRJ+3t VRr1atsZ] 䒬BB)l"ʴ(%g&ٌjG'%Z_{҃~DSիrE7QH0j#IЬJ9tn򿗤B}p] Yaɵlre3*t5]&6|적sp{~ڴº|Kv~~VztS]ql<$֊$QIUݮb/W;rڛi^(EP&\= t0%z[<9`vvo;V# EO&AXX2n2)z(n2kz|G0ުĂUv=xc3~xN} SoO]fNU]GqoF5*$ljQ5.jN1}qHssڬS'Vh>}yFt,Lmw=J/yRB ɞ 4ƊH6T?BCSsC_柁`1Gcv/yZWdc5}_3lЋ6 ܛ5͢%tګQўN=ՅN:e>3\1盡iA]Y/bHT~jc^2{wV&ZDc<1򟑚Cf+ tͽV[bb Wݚ  j;7Ĭ3{oCv J}cs7̉.a Qnze;|CLV p? Y44R@zK!x)e8LwCP슚=R'[ +P≊7~:w1x;i;-KyGr$8}5FPY K*IA}~4’^I cU SFWw9(F*\CKnt@/QuaQG`^^@  \'l-#tfdI_̭*<# D;x.ㇰ6 Bw@e)ߟS"҃ Q>ķ%VmH#9p?tnW',~g#&|X2%wÆ0LP "zו|4BFItU2zV"y"hC:Vf-E?N%yC6c6S7{ "UH#ܽ 1vlqBA“*Q}T yt,R8窝(/0!5 Y E߷ &*4I-j&|Ib\4/89%wdf?Ԁp,鿽aM]H!MOX5u4SW7ڐW۞p`{"y0ᢳ)!/Fuqhc([9~$bP m砎% BaR> S:>Qa{EiWVڐYl[~ %| 2C=4 h>D;gg@tu  srvMoZQ+g`>VⷼBҥ8ψwِZ;KYtO̲d,&dBQXߙ(R>+>-k`<'dOeYX,!i^~_YI/BF2>% SkZ:9oQ\ O,2(dHcԅo!sRģyǶ`((/Wܘ (FbFton)&I_V?Ja {OVoݞB8P>|FjUY+(Hk\Qv].& .o[j1uc @}_IW?#t ::l8uAθni)򣢥OՔ&j3KEep|#-[Hc^DMޘ~XWXNW ti:&!J =͖:=TX}G)M2X'R; >U9p!!)h6z-?4MǬʗlܛ , mndXE&s `*r~\m|W$ WϥL6:= a;KZ,:F4~a7k PB c%z 0iN$}d<z\3440BՂ\'> vlGE7{yG[M\d蚗H% NRRdB|aB$HDd}'FM9k pѴBfy Iw?tbK#z׭1\_`F +9n4'cDgmWY Ww{CF>k$82O J %+K6Z!|nHykʲktn)[>6!4:Njv.JB-/. 3˙g5e" vV\mW]= Hxp1޶•`\[)۰ycO_3㜣Mt#QԒ$X{L.$e!fZ΃ED̖{C !;0'Udw$"/eu250w x́R6q?;1iPv)rd| AuAWOerh*~eՎĵReayg`ΙڏJ; V苰Hnl>+j$pG 8E%zck3Է c/0& ²` kBF{7+-e%bV} rm({lU:q񲸔^Ъmwܙ ب|| buC<#P1]dBW+\nSHQ}mΔd5Del5-YE\`1lB 9 dv8Ѧةi|-n@Ogsf Ymp9LqC!+:Y'dq1<.Me ^KHD1tNm:&D~gY(Znx$A4_Nw;p%>- te0D[">g?'m1$X= {_|:)2;*&wFz"7*FeL#weS겺)`AM b.[Qg! #waƬq:!A˗|Wj mΎKd_#ً&y7+! +zxơUT@`xZlF<` ͮ}~6t$$Qjt:15v E^nϊ"U 5ڐO841gUx-=R.sQc#z x$9F/Х3=iFl-Ѱp8w͞Y`3L!`Gծw" 4׏ZYReتHzp6R (RC1{j+2mњij|ʃNWdW^ow"abʴxۆY=7zdwHSL$OGL{4ݚIXtV ـ'D*Dc h`:W/ t[Ğ.I@C!fvfP]b\2eo!h| !!0npEh3f< lc/iEyc8gtXUxcU뀾*6` @*"i=%p 08)<q&{(m<+٫UᛥKnEYϒ_VDem* Nu5Ly4Mtq{>P]]XhgOץ|ǽ귙wgːz!uOAze<*r p{ֆ׌Y#p 퍮lw!ݯ.f;{@2GYx/`O~,Z~ ^U:>r<2 eN]/ʾo3ip5JvصuK/[2Bf&u|,` X- PIoPOYvB{7iЩ Z#^);%]}ݍoGv&ZuCi0v]Z UG&wl](e$ PeZʙ0XYn4b(>,~l:4z{i5&Foxd4a`^UT[ ?pT~҆ŋ;+sUQ ѡ?6=}J*=SJA߬~ͭ)d(%eiULj {ȽZnx6/-'O\%'7kZGgJc:) K\t5ނФ6뵚D*sZ$6Bye>s.E|!d8dǎV]}ͳΟ)hG#:PiǾZ80Lzim>@#fSHk`;*&A&4nR8˿A?4Rptqj9íh'/z0- 9 >s/K{fh֤R(fU&V9^b  @f`:K$%G7m 1O{,vt:#}޵cF3 0JD tJ^b=b pâ}1f>Bk|t=w%'n|] RjSBWģߗgk6iG@CdĴq0D.>^2A00YqT+$ӿpeS -[n+PrzD팚p̲^D:7#4NuXb[9{[fћ 0ݓ1RR&*ߥ,"rx#, Uڃ2)Ȃ\viu>*DNxmѰia"@M"-Y :$d)R,G ehT$Ydvf:>]﯃,,8V:uD@eO2RCDYQSP|[Qo]g.F,xhhh6d"G7Dʁ^(Z2,Hd`3|00/[hK1wfFj^͊1/Guu$2F$0yR\8L[Vc&qאyuHNτ{EAH6j8, c8YZ"Qry0Q؅bS 5*!~, "!fRX2Kdd^o49DGzHa.M \ѽѱ v.Eˠ,|[XdJ lRAc:d0"=ש͠\lQ2!ZY+f ×JӥNG 6(+'YB0Di0]T(-^}h3~uq@Y_nPoV XTHC?skn7}D„~|`a43?M M:!-j64.VkY ^Xf᧓{bHp|OYA?YB% a$LU>p+LA8R:LτEtqb-nqa\ 4;kޖ <7FwZh9*Ox:KuLƫa19L۩2~dz|}eζOT1>ʳ]R +cCpB,]M߲P_(֑_#B&P( FwѵV *p6\3:olSg@ REͅ/VչȌ##;f"*pܧsiB2݂\0 8+ 8JS clH@^N>cQyv|ѱ(П@{[2oz N@v7E͍oVu5=w'dhDI&Goo.B6a>*"E1lnp(mQWk5P/orpvo_b)zI{͐ _R 7uE(8M;/v5qewC{d( lˣ" s\J">N|s$Vlo8t4s/\qo#Yo6u39g{J`b{1 l/'ȣ\a&GLY4_. dz91q/hgQ4i9pG_/B9['>v?׭ 1!{oia*%FqH&ϊ!(8r#bT:]XC*`6-R4țwYyD_cΔ+m tX38_%=ѷ:Jj =eWaY5vVY)(*GFZߔJ(^fF`I8K9~:}z+Ce/o~8|o^MAۂS7aDGqM}L#3iZPјVU )EIW*/w&CIjִLgqeq/q9[A,UOGpJB˜=/n\p97N^RƨilkHݙ#S aNߕF1,ub |s}ڢ츂T8'6S + L'{ pSHs !Ve8d܉淉C.3IX[ 5Ř\tjoY߬)$.g%J', HP,}|_А윍U]>A|8aPg0Qj8WbM3^ڶlObyNqt GKՍ𯈢`ğf/]L=c/ w|҅&Κ}RK0rPm|}`Pnpޱw&ɿ2H9>B؋ּFbN !^7,LL6LDqLUJ v^]˜I9hĊI2 ^,wα&Ԥ`?NIVLώTAiYȰF8/\_hcǐ&kHA%\YL@ZܵcQ{? S| hmN#Oӊ蘥lϼ")MWjh=Ksb%us|hz A*!D.|s;ȹVyd^0Vi9+$ \y㟞Jg*JYJ͍S+?h ߙ`+ 3;[$FѐX+ 5ūS"٬# }!UoY^R!fDǞNnxsprMz12)+tM{j`ɘ $4.{Qj.'Mylq HԖd,"J?kK`8\%dRZr0s qcaӓ+}$]RrSuqZ-rU#LX, u:mIg]sK>Pv&٪>a\m']Y !tf9yXÖL1a?鬼R =cj X[zWGM {>O1y~kB,er0INBRu%oc~:֦-'?i>>iE%_5@V5I)ɬɩBʃ8hwCwStW"*Y䌰bx}2w4Z{q(jLrp;zT8>Ӫ);ȜkR&ŕQˊ~z -aT%#$Ig+Ol7;1L JfB#_g9/IMRiXqߠUD,eN7bR&ژ.B6oR\(vC+c ]ûjx 5'=N"48 &TMҬ&PmZWM%0U45="ꕄ:8䖟3hrCIzrq YV<"Hpqz$&WP=5H9 stӽtZǵpԼb )ךEÍGЭO!vwaH=È#UxuqUz=L N2l"mʑZOn Ym|H.)J0XpydMjd .#_fb7 w Gtpĝux@.\4 t%>cpLsg=o$fS'D:Z.w~=c@M-&FȔkĚ.&s MN<.1̈́ʃ:}c]D]x̟<כjK4\2KaCykR%B J!pӪޯ4(ץ§2[E>JjYOgz8@e#^G5ICƬ]<>_I7n@"V}Vv?i,2MķG:K˜kr_ k8 ;7U}Kٟh*!R&NxO Zxԭ$I + B6 -]g5/n:! k] $´(v3fk}^M-E  mOGxl^&E4KՍq=Hy\V~٭ |':VZh$h}NF*;jگ85Y]A8I:`L0ItdF=YA/20 ,^ ˟K3~"K 6c E(z~i|:\:E/:gdBI[PUIw^%FӜ:l8jyi,]؉J8CGA7/-/vv%Ʉ0r|'tT,\ɂK;ذFDD2|_B9;SlEqQkheӲTt)i(OY"CAoէ({HJeFfL lEkJ*7S— N2sYVI0.)4~3YU??8xq%m6ØJ[SLrI9}$=Ÿo߄g;JX8`| $IN^ JSrePR3DC-\Oj]qwΆ1XdgqG:&?/By9a;a7` ħ)V bZm{]Cy'ᚅTEN7cGTQ$K-bjh[N6~MTtc'Rup_는QOLWlkN &*:$2/ݾ1NG+0bqb{AO!tw&~ZI|( N[o;z3O;@4BPHՄ{"#HPSaAw0o \G!geuD@,4fWm\/tCux|C1FR( x -<E@e^90HjR,tSU)[x!A1| ft/^|z폕,`pKڍTS~sD7h&\b8i8?>_N.ӜxL& < a.v0*Ep魠YJ?iLw=LKxDL?3@ѭnm SVCL 푏e |l銤qmIe- ؗb~tgla ȗfWɺk`\eꬾWrm◄,+<#is@F[b#g\5/Qs4 T7Ԭ٩F6%Q@sg5sy S6xʐ>:xJIZ)C&5ig+3`: $ /:B.LW<,PdF&$$E咎Jl&m}8wuVy665r04wsvWlr :yLsd,b=d sk2/#!L>isl (Ō964&R08v1"wSd,ĕ'y({.U9>Ȧ'N dt#p^h\{s?4Myou W0m"2"F\Ў.Gm=R[mѱ.1.URn-ؼK4i-W|D2S֫#;$ L^Y"sC8 17l 6BRƵVhPțN g:>]ɮ^4_+Ho-VHpQU8##$lB"܏YD%xkI opBԧә,I g ~U};TX2pz/ޗ5pn.H0 or᪛W{LܐBh7X_,q6 weg+㳝,( DOq,Xd4Mz֔̔`Vz˨|x1lяבdaź1Y`c%f*Wϻ'M" $_`}kz"˜V x;C}^^*YoaMp:ỲbAȒX \\t0Tf R\-_ Yn gS?i?EolDi}B~(RQ C,%ҕL78 3\ ONZ6ea2Jd$,D\=^鐄O݆0:!Vө]y3E{ `Bw64&Zz]  -ЊKJiWjAZsrrw_ D3LPa&LZMܿ> rɪhhY+`persm ig4 3m[fcD/G0HGDލr="b?<{@Й}юư"ߌL6(fv sG&:dޫ&X#\kzn Y>SP6AXq$䘔ތDJPQ^ B>aXx5}xHv['WB%ǣxIű7+VACb/ I N7hcʚƘOߚߢA'n^02_?n)1nz׾פ1yi"< A Θv.P Xfu0lxq^8U HĢ\ܰ|nT85 ӱI J_ࠚzc 0>!z4;p3N-m[g2C|? A @>:Z0*nNfI~'M>cޟ/|: l= <-a@Y{j\a]CW-;LYn d+}Q b)+<1*YRPb톅Ոo} LSEb^Q j  __}H[J?I7ƒeNd}ҀL2p`jtoI,x K>E@gxWᛵ8Yss$O3>>tz@Jum֚6 z+ yhJ܁nl5jL )_oM7jıR%otH\FiJGU>r'P*W'7|k7WبgnP^л rAVnyyQ_qQK_07A ̐-@9~ڊ [^se| MؖF4s}:Nd'!n,gz_]?9}ąx"u*"ߒWzمJC(AY nd(djPX`%Jcec/?M旎9ܕH ?p~e,+!YrEJ9*"˄>"p_y6+ ɉރd M,p[RN%=w&P}dw1B]V Ă@rq&هuzur"PJZP2po60m~b[QY"9dre]| J%⨗Z[xqqGS\8U_ lnfo8쬱w\Oc;zFw}pe\a'4J(^ ^J%kތ9˽ɞ~'Av҇7NZՊoKsDIIC'NY =Jsmmڨci~'HShآj6SEO926#L+ ^< U خc?KB [ ZՋ­ey,JB+a ^lh [G2iugN5C:|vW& B0؃Bۑr-Z (Ukm(8H{#hDA|:X >]QI?=$W:ԜM=%bYu*x&ao(Լ7d˴0`+^j@] ճ~63~xXgl~=>㼉Z -C=@I?'.ftk"eN1E+o/km ɼI S bDھE=]^ie8t4_#aVh;3RnS u{rTJ9{,Z.,)؍ɀڄb[o^KC! o/;- ioMӪռm,gl]xub,3Ncx.Ƣg{bbuΩU 7ؔ]"П]֨ݺ@*=ldRbxzo c+;JILF a\f_ݥ}Պ.(*:3EX|?ӯ N 0%/.f9ua2zΒJ-$+#І@9X%t &߶7X [%[ԝg+ܛWSx|W*OB.F.Di4m_Ib38Ψɚl o;&2⦁A(88Ljv6KQzApEyɛu)Ji7u^p첟YZpmg,d3 iZpn!Jۥ+$mU[> F.pnVVKqE|]H,Zk q5 wXD­\|!v0r, /kd8 Q $Dd­qiHJbs>bNu89q29̷DeѰ#fKͧzןbm0=`bT}6KMq&?<(m~;} ۆ~VĴo\Ӫ!y*9=Öa<0'Os_&j b3%rLIIbp^)r 5Pn!06ANz( IBwhi_m WRwdĆ~1<:ărΔ|A^;)sgeSOWJB ~u2~AZ"'#Xqti;%{X"] 6m/,g6+N6^\eTY1igN[D{ ;ߑ1MsØ<{ӗi&@rEgo9 ȡNU/LAB}~ 9^iVr33E +uiY5~Y9h , c(Y[N[5Syϩ5 @n,CA^GY` Fﴣ3%~2P-1{dYbr2]J[JƆmH{R&vC RZRAs@v˕{2qCT&>mrtbߴF|pmg`3%Wj 9UHJI3zp{Z`3 r6s~)˓>lRG9:@9>: 6a&לK7ILo:yx%KbP*6ѫ+yu$9XXiB_[[bh`BS^02߈E|'0a?S{&qZetYoNft]I߶k,4*SNUZODk͍l}[n]̌1mlQ/f&ς8K1 5??;O-hQ?ȋ9-͋U+͚ :Qafֶ,8ZW{:tULkJiyW^ }73'[ѽ/]*ET;Ѓ*ejM8n }FxxoAyŰ.^1h4[UC:Rҝdjr.QE Jbbʤ㔵PFҼ\ȇd;p)n -ylJݧ|N[agVin?C]|C$>ۙb8ŝ֪//4k낮b.Jɕ w}h4줆  =J!gq*Hw *2yZ$"{QT|%*Pp(Gm AtlWțu -^6bM!^.6U wlڪFu|o/t|vٸ Lr`3 $ߓ[(?o GSOgNVo ԻQQnM,%t7SJB<߳B*nI 9oI)t&74ˀGXd-^γ4ajiidM3Cb85$PHi.@FO] ܐEMz=ư!~ Y[4'eJF Чei2s5JRZ42}wK|~=8GwJyCWدG0cA*kߵ◖$FKBv:0x}JAp)LPwHQv\Q`+1@ jPv/}`)_o˜>Ͻᱠ^-S H176-D@.%#?P4P$_)W:AŏGsJN?9PGEdtq9eD+<G__٭@8H瑿y+||wq!Fm5/D$'} O@GNXƊ@ܺxd?!kmW =n, `$ FGDP^1߄*ZnهYbLq%iaJ>wQuکZ"yRT^!oB6 ϭA CmK;8k&lD)kp:QH jݑ4<,pktIoPouaǽ 8k5(᫵SU^-*]v\e^BKe`WbwŲ-ʘTBI~xáENd0joZו$Yocy7{Fg*lVpvg:G=d .f`nLx.oP\)5[o)b/+/MT4/HY>a.t3GH}+z3~:_]Xɦ7Ə , gݲ^=Z칢l.47%R_4+%.AhVhBFP+A=YuHMMDHRG3M8D>V]02D(ZbI fTqDʙO?f8u zk#1DLN\P YN@$rSOQLZUlPͣ5/RiR_:^}d8 Inm@ZO- 9,᧥ MAa, 6Շ?1xէ~`ƦowpCL}=ͧdMkK&(%U{ki$=)ik,s ys"} \ BXJM sJfݚ2|u:$_iti>aSW=8 2|SIׅB\AFo]A=.jzc, GGe)+,p=]-!_/`kTf8B&Fl柘*9y0 1@5Ziؔ`~vEP1I)gM9 C > ĄOY|-܊ZXݤP0OU4N]+:nuq!q}TT *u w}i背a[{g+]#@Ѣ9VRZ\"8D /7={熃L 8&}٧\Nr̫׫ӋJ} *Vk]2Ov.úl2Cqge? :~I? Rvz ۝oFēC~!!_N:.otzb3Ԝ'硟4\l![u7ryᨛ`OAVv)y0I߬$8:gҙd b~ ' /-W+5[Ǝ)7wqovP!m;HLr ^#(A q'[ 1_v!&}u+Ɇ/hrW_/#u|>軌{ 69خӳ.L 5vLhK%]~,hd? 60~ҵ=;9憯rOL--,в $ |lf\G`cLrM]gJ?ïaNM9Nlf;L2)A#+ 1G Pua}\Xmk#(&;jJ.͎~澣bVkRR\ sQ*fE+W a·,{5nY.pT^>P~A3W4CГ.W9O+TR vFO)DQdbFȅ c&6 |)氕 -Uǰ6XpmpYҧV H?(V>#$Ņv z_WF_݊Ÿl(sm&33ms Ax' W]+8Uz\xjʮ:FsI4Ĩՠ:=p-At7N>28kVh٭h4}W^jcU6Fq$M{o3%O!*70NDiFo8p vCsj[oYKq2$d)CW&FYABM=Ԧd)1&!0D&$ -'W':Z',wls95*ӵk,ÛtI9`fc H؏0!Il>vb 3ON)f".P5 % T9(^0d`nH(C"K:%C8`o:o &ЎkVq:iN[&C ޒL,!\7fY9q&œ*=Jy(RVڙ v:X~[-fpoS q=d"nm b `#L{xē'Iq>L gvfu|ޛߩ]zSvR)XI$pKS0j(w9^?ʭ>?2^3L@0N*<~lwBq6f j4x c (S_@@ -v xԣ_X7vfP({BLI& <v.E6Zi)\6ӂqN GN?6FQ)˂h:?wҩWgrbnH}Z "Sv>EUcO|7Ɛߕ:X {()obrj\/Qb6ԗJoYeny'+yY5~#z&$:fG!}t9?JqrE(?{^?>^??e @JHJmO{6Af`S^F+ yϹqŘZ/s " @䏤 3')|{mo~l#ijf"z?^Bʑc0` sܧ9: ²-nTR !) #1L^5 ̚ eKyV )33-1єtŔDG?6|{sC 96"P3 Q@h̅I*&!_ ;QpPXX"vX6x)NjQ,MW6ݫEƍeREȃ3*VPno7Eޠ>f%{L{2T4<&J0U VVEsvNG Fe(fIl33ޑl!Rr!R(d(} ǭe `\$"ie"dQNX֚/U^-d~A٬ )TI %3%!a"6dAaCbCm$m$& t|^FhD̊]Uw&| +S'g2 6^aD S0qxa^71&,~ωl>q]j 9;/c`y1WшZ74A Q@ƐOl`~=>w?Fuo`6qVhB;cd%%0 P] iEKR>J*d?ݮ oFRr*B"(_!6a0 Qi8W꾾sY]Ymfn 7`66ÈRV"Л>ι Tˠ"m46W*BJT1;4U^68 }VwO>T~4GF,GF/th7LS20A?9⻽|1i;dMg6ezGd8'AQМiPd[}:;K|]1q#d1%!YefRLX,?ny)5t:~x;Lmtn#@J!Ţ=CI$Hc@"p4)D$rt()yֵtN( ڿG!ócxs̶"S  Q8]߁> ) 7%GQM^yG?,ܓ#=k˃[ e_h8/-c,%~=jk^hK90^/ɌJL'GP@T'TJofѤﲼ3d0&;7XJ|5Y^]S)be?h o{: }x(}+R8g XcߏId<-*l: qZsfe+گjf"+21}Y B@w({IxOr+8D`bpAs薗L% U0$ҡ@1H"%<fq JD<qZЮQDl."ιg4r*ʃY؞͟5`؊@p%ʉW18 P@|x3 nx953V] / 2  !"ȰX #LκPץ54mY*G벪,hB a`Ȱ(EEfZTT6ȌyJD(Cqy{ZvɫrHYQ&Y&!s=W A); 8N7L *("~rm&kJ {]\ǒlܲ96 _cwwbr .iwꇳkh2eWMZ>fg*ā Y"; RB524OMQ#u[\0 uv2ۅVjs+nL[vF&|{NKK${mRRլعE,Yы, d~Ck՛Nr$]6db$(*+]X}+ BeúHƖ[!sb+̉*`%F@܎z\l4Fn8l_fi>P<馺[t$.y =9$و`>Zغał ZXV @91yhjVrV] b:?RH1^\E}Waď6iwo;cً< dǗzKP$Vvc53-. =EL=vm^#a=dFً֬rЉ/ : Lb2ъrS>˫xg{ )L'zFW,^xI$,+Rwu|5 eA zvr!?,qO*|'Pŭ)BJʡ3:ZQ =dM!W<ȞB "hYy;m@a =P:D"R;-*iCY)^qy_cSfinIO1N32qCAdCǐMJ"k{Z= #ױ:bjgY2] 뼍@I ؈0IYDG4HdT9˳,O`+1\n֙xǀ3, 鶬^@g3sN3r!3/&},J]XpD5ЧIQNG,e9Yʓ_\cdrjȈͦ 390-IOsl)wbh&*dpZ=[pdj_m(Ϯ?Zb|ήgt343f02L\"wcY1bhu02A#)0^y[@Ъ1f~}j8Da|V`cg)DJBW҄!IsBE#EX֙Y,I 7³M6`";IȑI[U{QamEWj6Fsw1 0g&SXJbޥW ŹO{> -CX6Y]Mmq T6ͼlj^dd rb@8L@Iv' bp*=fB15gD Wo3+=!"bF7GD@Ss 8J*<*˂c\D܋{K[͍罏u?,+Gğ !Ä'Y A_լɆX 8R50Jqh1Ǔ/Ax}*8W5fҿu8) 9jieddUV%H>W8OB {'e K1 {]y}?נ$s>1 ,/}&,#ndA4sP)7]ccceVd\̫N dː?VlU}3Ag5aᎽYuJ`.[pyWe{c0i kr`:TKZKV_o9YiB!2RA*D}-cμ]Lֽf,0,dnѫ_vYf. ?eI`O&I&P0m'^-H}RC䘠Qdyd ~wl*$HaF=ΖCdm9\L1eH"@) AfّDggTHOS6@2FE7UZo>,f|Ͽ{Q9̐܍ZM{jԜ}ag :+# R*wuH Iu!X Jfm,lNOR1vWwvuX‡&N|GeJe%t%a;P@¸\X88fUOKt: O29B.* E!#7_$絑|s^Yl1 `R(DZǬ=,e9,)ws3su2i6if 3Xlœ..α78$0<4"++-ācRx7&7 d5ǒA?='}Pxn j7G[X$<y Q4j$b_Bkc7ؾR+ mCŃi*)1ii29M"Et7o.f'IC~cf$(A'Ԧ 0$D=Y00J@I474aQKa:;~I񲣂ZYFϫLR:Ȧi4Q;y(;JL쉲,3Ji6$!!265TkV촴Gu[Rx<_G|bޖK=} zG# 'ȦnXWĔ?z[ /Bw7ػ^ߓ1ֱh'/q?\|OFKA6֕yv,oޅnɴ@: ^Ӂ7G{dR7vHa:xkl{ ᘾk^=fcnlVУyrW%W:)qCH揾߼\9;ڿI]J-۸ngb7Tse-VI7 Oy j>YbsϮ7ᜢ0o1X<{Y0@ k'G^KhRpj#e+ fyJY+`>?#@00NA 8&Q ~4eM )/F k 4V9*!d0(@(1*M߽'~&ǹZ(]q=pO8B ~b/?J 6~7,?<3lv56w=4mxؼaV:gM}*Ep_!/ҋ?-zCPgO` ;֫eMoA* Xrd +RwHDfUI ,P",%uIf`3TC"\espҘ9"`? UujdØ0(-O|Li]*Ċ" DPD7(28ϧ^J ozo4ݕNP,w)H q΂`/ONG ୪Xm9~}5GR ,:Ns팯y- $0_2lCȷ"RYy~Me%li7y B(=ªJ763[̓]lle>\oRUEJ? &78k %%+&^Fm[]Z DJ@ %liӳ`p&f:z^emG>N!z¼6 OgK[1 wY]$ҁH6B_m};1w'ZYM#b0nf]!4:0fzF,hÒGDnff6lSQ0hE$B &ߥ*}8tl5ֺʲ_:pWs)Yc7+87]BE鸪(> Ң=c2(iǛeCSp?65(@䳬z)lSB PX3a1`y0]4w>tѶevZfדN$7+ڦ/1楌W<\j~9cڝtK.`NYkA OkMpZl]^)\ G߭U<NHj=,W F"H*WVjTRfY'唲>囸WH[cW!DFιqrBb>7ݸN " AHrՈ.$$to݀0$H sp~]IICo5F7C,N 3A)L igŌ EͩJ,L׋8̓IdLP\[`, QV8n`c ċ4ؑDIU0D/~ǻUDpJSж-Ad$CMНrKzwш3DI&TT㗫ry'񮏠fq~ (uѦCLS[]( i*DNJɞXsLHkX͆w}u[қ.Ʈ\ ]`|TpO!*:1  mlDSxg⌬7نچ>eS#p%7-uK`PgHp;vEݮ c??>R}n v^'&-vh8_j+#i5rѿG+au]GNStnr_< ou@8t\J^'c'7KtW7j~G{:fz?>=؁ ͡lYNTB}BI9I{VC$e>}ѓhBV*vC8מfɧL R&8$ C z@'fXh eY$ĩ 1$Y\  P@BIi$'ub`&0# Gh><'|x6[wFo[m#8ﰱl| (H[ ϑ$ fE<=6׵Uj,|3w?f;bea ,Tˣq/2gq$ U[7 p{OrD3C4n.B(&E0ɸTxU&*3c@%obi@z֐)L+ D۾RJ8%bwSM!z.ˡxMnZ/9,!(q*in:~1pxP2)ߟ7P9s(9;K"wg6ۭf\uQX6nSh ߁C6~7km>ֲgT OSnqn[R ZMϓ}O#WccDaNH4IP+A5=V3c׵}Xd h kv*hڷXɫO{  4Rt{G"EJ6> 8yp~+M1ꅙk7/uۈzN@+32 cxQ6U`ÛFѓ@ޣ^ ya'ӗQg螊g 8qc]Qmq:SLģ'*rRUy=o>iԘUNkI ?O6f6m @3Ke,V9DDV5~Kʥz/l$|LYbpZ~s@ GW=y iU e,^qC> ܟc q\ƧjiiⓋ^cxb,R(e.,m!m_+xUW>?O&E]a99%|:AC -D%PS0-w]㍤oEDٽXΖ"#ڼ?Ob^,]mG,5k'O;4bqH6 'i r{4 ?wmxgGv% g<*=.nS>|or0 vzv.v ؀U @jCH/\_mbNyHiviWK$;,B`d!Y%@q! (MY$( $BH 7a48r b@$~F|++L9fX2Op!  |6@eE$'` ?h`{Āy!2Hd@`C"mw\qnG|7w;;5`t/H\{#t[6ՀWkushJ^Ŗ߯v(VԡC{p FaWlx7.LWbjl$qn1=kV]1۩uݞ:#`hh}EGvrg I\J᳖G˾k6ģx|-R%Re--۰#{ﰻ/ٳ-Ht,{FwӁpLڡ†B{kjO8ۂ ֖tuaPq>*1:n Պ o҅>]D+ȂY^ }Gǐ@v '.ߞH%)tTafW`xϩdеYJ#g "AO jjRf];m;E.UgA {z f 1'([~Y1?`Fy[N+2 אP:;'^Z|߃5nM;ݤ@R`o._g)t;R^Wv>a=އl~ ]_q'SV}΀ * b{ 1 M!N7G%6`$X$J_j9I;],soʰٚ{nDC oB09(!#Sx?_d ӛɚHz3/з›G.;pҐ֣jE@i5jS;Pfx@UEoi{^<% Y)8_Ma:O)Bw(hr{ֶG4ߎ=]mݏ{dMc?LzPo"P'˳hHMc$(r f\9/EM4dX#2D_*`.j\<.ۖ.H# " "00N"Y0+yT\vs0n+}"KiZe? ؎<@"@։ȱ$r j.-'j{? dɳ#4eJ?MH[= $YC(GQf$,'/$&$B&$*QxH^B08x\fƭh8#9Νۼ85gٳ;?ukYJ -ɞ_cwUOFft9~ݝ.S)t|pQ1;R/RC#k鲊/-]_úiYx2T {*xyk.sv}$@]wnz=_G~ŭn{~sɰQw7z† q9S"$uv;˻;|}?ύ:QiHe-98'RCDsu\fxJ]h4w3ٍo>W~#cB2?[Ur`!.].DEpe#%X8ssm̰$AQ̈6×f&GKSC&aۛzEz'e,aDI+C]_nA[Tlf2B =:yn;PK}$O~f_/ ,P;`E) ܲJRC6% H1h H,I^! =DHBl >܌$! $܀!Ɖ 2ȳ>ƇkeehlhĚ,Q(CKXaL@x btAEiS#|=> p*@ԗ܊@Fq)EƂ._7+DC"w(m,Lln;C&@H$SZ}f?w;,?躿Bȋ=G'q>W\P!=J8f)ݑrtԧ-ة (UoPq9k9Ë:]~߬p=F~ 23Iz ~vUmvM4¡]Cv?Nl)M[] 7˃Effv';T+n$9I*R"vczHF\e%oLk9*=)O :|eY>,!-:a/ﰣKbLD`r t" ߬BHJ*3 0ބ^f:u}km|0\Rmg캪bK'a[M[1hQ 7sڭW/[ 0>R6O4^!6oH}@2h(<`,Efvh|x *i63́c'9ԧwtr<  e8E{}SK|hBf Wv<}(9"f 6?,2ʊ- JŸc]ǯ0(S BDzڏLsG3]ȕzJB$hJXg@eU?z_w[5ABM<\Ң?<ƟwftJDNS/ⵒE09Ât+R=#Y#%LWJnA+6^/f{l~TUIfuz1\{Xe f"\$7z7'Ofu0C7ڬ(}g>7/w0 DS.F+D@vPf7+3FυsQ+4Wp.*Ӣf+OiQ{?r6-X3"FiX^Eg~,]Cc|XxJbE<@+$G2Z9,{_ {OtLH 8W=ySK#+Swi oGf?| ΰ@ DJRCJ`hw͒Om7^wG`{ڑ-KH tOCQ!HMW$n$#B@iE=d1ל^R}F^Q"#"aDi"E &uL Ro1[=Ly|Iz:omb:zv>w [X˚$W.=H/VE]B򬼅VB4@KPb ]=ıdF$MMˬV;>Kj8K]PĦ*1_տ;RNJ4%5dsh? t'_Ke|%Cto 5mCq#= > i9SwbHt~_aQO3{<"'rD3t*ηcja!]r/NOdb m%<̫P:Mi)0} $ t"'2c묒~k̸H+2 @ȯCϿ=l{a_XM'qvs fIt6ܙH $dQv,6 6hu+sl?,}c&3XZ:P q!HB_!D#D)HRK?WS!F-RXƐ/JӦEn]P ރpk(;滺H2Yq*Av)4II1Nuf፭e_/S?>X)ci>wG=M TL!cz8MmIԮtRB Ȍ֏(DܘGb@Z %|V$6I qB@Dd@Y;앀H;@:$)ؼ3M,}Tw8{Lus B@ ; 6*{q7?7˷ҋQë$\u?{߸^cQvI i6M,HmDCTH8Mg< qʭUa b P[[[됫񧥪y&y@H}]{Fȫdj"(7!çrK4R} < ~3a/y2O[B&:I4A~X,?}= eh=gKh' 2+H1 Ta(Hw}Ψ唵}~؂@${6p076w䀎{Ն3Aކ3pkn em#_hr죀o+Z}t)E'A Kt4L/ZI$I!y, XC`QפQASOgԳ'W..= qd0Úl8)!H @}b 'IF["R$+ 9Tnm-Rz0]-K.nE_P:2"f)R g*Iʉ ,)H (5Xi5fw}|Vu⵰]wrZ5@>ĄGI3ӯԥm48OD039gS 9z>Dzpva9I(AB,""~KR30ҐJ$PBjq""%HPDj'C* ՟QKuY !N_MdE%YR1|nk;r57GM'sEt_Nѓx zGm ܅=W]#mQ᷿yyybuHѹ6ͥPcnnmiCCQyȿU[ #sW? ;pNS=R,[oS,>X|/;2 Ze"U7%Yۏ(~m4cu`] b3a1J[-C|( X,_OF?A1CȲc. DfV5!B*#P-)%Yx)X+Js fn"%z);k?%E( _mg-~:`sؐD$wlA8sv3<Ďyٛ܋"t\$;]-[f&}?B3#iM 9~8QEh7]nhi/Gue[_xz+WNO.kw[m ^#}f=.viNu|;wٺ`:vT0ܰ_q.-C$å vQl̩c:r8Xn͋{-P!MqnyPiM@qz޻LC1>nI?McK!T=IHa$!CPHIhBH$OrL!@Y" ml!OBe, f @fI߅ia|B0i!xbVO/fqq oGiyK[zcVp"4 ӱ#pb׮nz77i1tc#N̵r٢$kpuzMZ{0+", BhIk& (0ۆIC, $P2( ?ư=O/S/ˋ>ن7zA5͡=d!{\+?s2p ?}h :g׆"s36eg+# qũUD s7(E z_}?.cfkcfKO1,G&W9~*,䄺| QԕUnZTXdB(HqRĀ{.զyhT2'^3vm,C&%3=+2t/n $!4`M$!8z*7 כRȅ=)Bx7t/K*x bl$ѩ ; ͪ)J\Nu*Y_Z!i{oQ*h4Lдh'mTz;Nŋ1@_@y ҈H@vW0!~$WV`@Wڼ5aS$^)aȥ+pj9(%4:ds6OSJddDAr VMtkj?Waialo6hIc<{{$:oW`VKh h@ OH ! ,!?= ! 0X@v96F!gH 046s_G~t"&h{f}.JeԸy= ~j*" ?jb÷>~Kx/tl/=a-+6b֮FS*E8blPY*P]rzlHlidC8IXV,r2>_hlVF3(1X'8"^eƷEVV$/[뙓< s<_nRkܬ1yݝh)>>N_ȆAsZxceh)n2RrJdR]?DщY߶Zy[!1 *i*`[7$Pg;877w e4DZ\+V~]=GXh1\h`A)mɇ]w9h3Ybl4~lj5x~జ8ג@=N,`@"@`!0@PI'@_P > $7΍2RtAΧ&m̵ڍcP1)?H4̠B9[7$IeS R`!6b z&BJ $$$!8dBH`B) H)!B` )"o`؄8CcY?~el6wqykf>{2=ƅnTOgaݺ XrҀ>Ǣ6?d?ZfcbHZI@b7lK)}Y jcp_[Nv 0 lVc)$CBǾBHGh&KhHH\4Dz֘_-ۡRYgS=!eog 1c2=LMt9A./;hw T'ަ[(]Ln!($@R *R16澸C(a#bߣB|$2?$~|$HHOdpd2T*#t0}٠Z-NJ&Kq| B' \;i#%bn)BD~‰ )BܰfdO#9R3$EfTn薺v(&)8Y+%]K V.iZH& $3Tȓ*j8#S&ٜ I#VGEKr u9e;brO "2DN&cJ(KX)9R 2ap2Μmo9T:z)uRjƠ\{Kɚ֜Z4%Fo':9oaa D#uĬ)_Ժ[yWc2G"kSٸ ,Z4u#p1 c}0Dִs<_u&xYmSޯe\d\, %҉ nC@=4 YZGi{_0~f#׵ U3ҵ#T6`[l,nB'oNN2w(ܨg,4mQ L2O6xX*.7!R?JȢs7Y;VGBYM]:bZ"~wDr'yD2}F_{*6Db ]$H M˦Hk߫wȨq{/@I7ս:WJ P:>\h~K*7~gXTowkU .*@F7T6宾;=+a2}UkOKfMaۑlta ʨ@!8{Q>@\,$! K4u/-rknL@L+WPFJ$DS}S#5> 4#_z^i\Z𤎸&\l,x)UBE7~mmXb҇o4`V 1[lLw|"ZVihUq-,|}%_B.e{O#a7q%c?̆%^_/^'qw~eWqH-w-$XwYob֌ {HMLm)s{BFbL$١wŰ!gr<d<%B>Pnʝ" oPu;EPv6Z!KlHv fͬj-j`3XwldrW#qTPo=RYW쫚.϶Ń[A۾UAta tN5hw ìR{dozx['75lp'ܹAs"?,x^DXuɨn?fbZ 찳Q-<醦@<ݫ׵jQ_ǒ zuؚPr\.$Ա.%x:|Ţ4*1ٙUw7RtZ Z=23ZBl)uvr_5eUުG;~+ѧ<;~$k5&dGQ^nJвz?ki~5hQ3~_Z.TA4mv8؃bS,rV4o Y~q?+gKDHϲV!M$0-$CI]À} #: ]կh4Is((yMrwGf`4-KM{>?NƄx) K/+fZT ARr 5hvw:/%4EIN;Or&-Qˣ5Һ_j|+8wrF[G'# 2 ~TJp@{jrj62 Q /?=3Qt 8H/LBwnzz4C,CFZu;7U=7}OiCyuBXHT3ow4~䚿ܳE7bJdSu}~fet]'q&/"6 s2_WhcV}#rRp|v:fBXM;7"< 5MƘ|!Wr 2ַg<$N`3$YaZ5$^[V&!(,O& *sy=~w`Td-m-r"VZm ܴ IJӴPuէ?K~9H8`f;§/b[;,H3X1nVsr'9-J" z\e4o,pjp@@ONLtHK!{]% EI-Fƒ=dڬ/c~('"*Rų*=@)Y֎SUV 02_-ٜf}{ŋq1`1;p.=O~_(T){q!ݎsyw<0OB (P1 P3a~dJ[l/ y,$mBQeR)0pV* S kd|Nl fgLG$xRU Djr\aዛzZy6_Ǣ={Ɪ Y^cIRY$%fQ.C$*IA ȝS SffOc2c+l(6|KHВmn?.;o4\SdF~ XLb}sKϭKMfP%6-3 I& )d<.2"lÞh -n04LT15[)[3x6QIcͫcǪZ `b F`z|'Ep"0|Y ! |F 4}dslڄSSUD0G]4vJhArMȂ>Jd<У;&\]+Vh4/h~ؼ45=cHU2ȅdJRZ`5Gi0J-S?W*_L!%-0R~֑IL]^b[2 / KGyYi%\\FESa&&W{iy8pgj_A,YX Wiy =RKC&>gBs"G ~4m=8=!u60yy yzQ>RRbP}۳5 TP{|h3> R"P"<'6/&b)ҁ(BB:[ ճOG$v笂a^jF QQ -\0D`m0LIK JH"e fRh3љ#;خo%m,`w"yCGyn3 4{yIJl_Nf6r[AlÌ4b*cVe+xdY6luOy&= 6O Q10 lLna;$V[ (IxE%}~[ŗ*~ ?8^@Rs&nge2Cez}r$T!9^`k636quxw dWop2/ {ll #A9Fvp"{œ$QO_\> U߭!dD!BTTQ7*sLZ 9I$kSaH"25a[?R?t<nJA, ˏUipтf#$!d:5EDO#ف=3%mk!9V,ˉ[$&S 0]B-P p/'`!YrrTWrdT5$19εוL\F|7^ @f88 O>@s ß  hdhךgs}--VJ͆mxx)[R rR2@rB%c^ڝ.LnU]dKOu:w؀ہ8IZ젇@B4TozwnՄ P67<׎5pL׏+&2D#)W͎/էg#(j`%dMV1 !^sU="L`2a~Pk%'Æ5LLH< dE'vEwUޟ*al'fѵȄż7f8}Q߭@ JElf+-U+KU*O9 ?ϟfv- h皱M;ˁu^*†?Kܣy~69>Vj =fb[HHR Hsoe\dپ;6 þ)h\@7VB-[dnFph&Tȱڸ7RଳQ[0#&X]m\V̱6YdIV`MQy]Esڭ>J14Kp kGH Nag #ڬ9._: 4 qGV]Pehzpy>i]ZcMw<-: MTNUAs̪2:!)Ka1`C.炟MV}+0/#F#klV + "Xlv3ɢoFfH0|n$e~mܶcs4 ]!Zqo?@&tfiwD؞.5&7ZĊl2U{+Zj @ea,Y߻/NFq 5"Bh gcɈ2ֻɒ(Zz /C0h(ЏGKp#jCa\)6[z-1 k<2둝. 13$S80&֒ EbT!|yf #-$BAHB[O 0B>n@BBH`DR]Forgt{+8kj}<`2$d=k.OA"1M<EXI3 H$XHdg"` Ȉ@D1(h.4Ÿ :0x]z50l~;o a mȵ$O1t{yh/zPRG95+H5mcYHcLG{("[)QMИĊC xs}s_^h@K1+Qǰ&cc>7A`d%(dAhe91lYĥ۾6m;vù=wl xoLu ژYM6ĄX4(BI!$ =IH`X*^d+ᕸ=k 6ҜYT7I+M$6X$7kiOS; $:x+jUzdآ R?0LCfYJ$0hWpnx \e4<WQT V/dže w&^-"]!-_-GჅP?=.A,hdUfKlS&)+MO2`E\9rj(x;U._Ϝp!~Z' @=KhHeA! ޚm #`P=K 1" =K۷lGYy|ӷ k!=%vl&FFwu Lڱ ٴ|B;D8p0Jt~e~O`˰7NשZ aevHCHZb+hUHbRa܄iwSٰZMG!Hwb/\ ;V–G1}? m\ArNox׉@d2ې0 >TK|ǞBs5ոkD$e l&7n O'[XR\]_ XwE2aC M3d#h@f(h|儁0~Kk!$?}^wHz04EUڰSkE|vY Px|eX҂~0_H@>4@>ԒIOp@lX<ԒV/UYF-cɞNm'dٍ!!ccMm|W[f  olFq{WjoܸF*LN*&%*U #U ^U#:v?r-3e-:ޤў ;Ӱ΃"a)Ě_Gi/;}c&``l^6w))b 'O!rn{=*0eK,[Bw a̿CiJq~ /t2]$#9/wh@\i,L_3Pb8]c+u4f~, jhI(pJHB }n@HҴ$b1HmX✱/S~En K~{3B5d/u/yސ/hYNXU8ZA,8ٖ*㡐 aiKCO=O.@f ZZa IC6Vd$'_gC E␀hDc?nsˌC C!*VS2La__mE v`p:xKX<w6.ָjvW~/A| կ5ɯf@ƙʉ'{_h@_sk{ѲۄZVp\7 DUV:FKAJ(!`$u܏4]>'ZZ$B&H><*1$!ⵟ|˯ k^f ;Wc4ca-eF0!XI߼Y!ք@ wD$O=OȧJOJ Hg7ow{vع:ֆ&6q0mDƛm4\ ԍK%ޅEPD\,5dBa0Hc*-~?g븉0!lC<iPpMEVmb u ~>}+¶ kc_ ZV+)!b19'|H92f#4B:=1~v{0_rxژJ ƀM:@>BswW>"v~]9߾SWP[vZôy! lCV(9~#B w m7$[i @T`O!uzhZXaqjDI i_| MZF R$nC}*h{JV@|de"b7igYeYt 48 l.:$&Nur:f@Y( bRa'4q=y Z`IzџǩbbpxT -L_ϭԯt3~xsLQ "h(8R=_NWLL[C4K>eVObk Lbb(ps ! mɶQn#v/lˌ};أ7m0C]ń$ 3Lhp CcUN&iMKj4O"lk2oбf!̉AyQf02vMFf, DTЏ@S!(DO{kPE%I $it ؼ̘Kkf<.q W٢I&XAdH D $Qd0^pŤ%$4bau%MRq $$DlpUc3U﵃1zMLFxA i0ZFEBe`j(Y5Cn&cZSΏݸ"ݭ=2c" KquSH@Lsڡ !Б%{ I:a[w/L(rqzI"Mf_l쾪*'Ij& C=-pq='*!:>b<޼48ግu;KT@RcS -JKkj}O3DΔ +m r{r#ykdFnS m6G8Qv q'R&ͩNboX߰UƸv~p쟳A%tjS5T W6MI 2Bf a"-OB Ơ <@Dp _krUi/j Z5΃霳r6FMbZڅL[dT,m%`W9@!*9]0E1u;]L&fnU/vM6pC%""Rl!L$Uj%&($n.~g}qp V|m膲2KG^] Q`1c%0Z5C?p["8pi+-y%[$8 juxȭWKZ@cwl%b,-Ju _4ʡ8'&\w]i2A4{< |BM0T~,zQ\! {2;s}l6jnf忯h]vlqgK7E  ٶ^ӳnQZMw-Ȗ:V3>RowX7 "tfYKLXߕ7V|qB`@m %~D9,#k*!%hén7Wo]8ø V'`]QN(,+F3uFZ}xMA (Q~Ja*_q1֣igU|Ƨԭ0b LՑ 2[i6!_~e=s[&]/#BfkMRQKm^(IA0v @l-S*'z׏zٷ h (aV~jhB2"r]9d;)c 79zxXn`(`i MhP.mT!l-eC. oD}?4hOO|!Su #~,NU/{b@6p,`P~9{8w_Olj9hٝv-,u:Wq!;::KP(P +zۡf<Uݕ}yJKmz\͖WJM }ɽt_c$:a5YJd]5]x`gոο^.F6w}3U}qvrĩcCVo]?ӛS L5tl cF(`Ef`tyJRD8>FaYWذ3`Ŭg ۃiTi胳26ps_%^T؉{Ns͆J<)?GtXwT,VJbÏ`YgyI JqR19 tes!W@M ꚭO3c;=4ZqMi/)x;uz#)~N"XW?2_8Rjzec`A׾ ^?1|[~5 KYJ3Aᝉkz4bXw#n%x)n9EU_oFzT jIB<҂$gݭ%'\W~+M1!+]>q $V;4òH׳OWF440ARp(՗v3$:Y‰ӱWQΟ7s:L}G_nY>~J82x)dH,]B{|v weJVa ZAЋl9 M:6+_%$60%-lJ)VrJ:+$*.IGz@R!$~oj$deYS~K?!cARifdF* F~;)k`qgX7R%ٓ#-(p19=C7ĝ8lFܑd<)_ % eyI)9CR`d^|PKSW2XVزmf>Fh Bkiu^ㇰg SvgІb7yQjO-kSSAuj$!L3p{ J2t iו6e]kp[{kǖ7!`{zi1 0_˰$->A r{ {HώSCĜ?yyө,^T/i8 $#wdd yC82( r6o=dۀw,PR -&2 a E t0}h8ۛM5Iw 0RT)\J 'ķƭ72YLP°;}`gi`|CfVnEO,ۜVe}|hcYP3RSOu=8U0%66ՒH$cIg <*ugvgT\ٗ9 [!dRK?}d_LnB=CA+ IbD/{/(m|u/)^ C0Q%{O"O-H Ʃ!ݷ'|c;/y<β\j#LDS(1Dk}TE}h7=L@G_+ Hr"Ge:'$?q S@I& M4GKNZ3z;>9}dbY jpBI($QGĎG@Ph׏R>vPQzSy~"DX~+쩻^ yInJ"]pe$U~<t4d]ڍ|\nO;FwW3ͼep`]Z:Yp8|cHM@j}L@"z*{'j^j|Zוl ,INId1Őya#siO ǵP3wۻHipqJ$ }_PwodޙAP=v %AkK)56nJ2w቉LK1!G3G X դAD9-w^! _r#E& #eLo/Q$N)5fRtXo;9xM ?a 0,bW,E~l#_/Ž-\ݞCҥ6\s" `.SBDBHKPR.قڈc9&?J>EPQ~ ^񡃈Gq.-¨_y2bBMJIEn ʿ?[VߞH@Rk9EW3w&h[~^>Ij'qGgH-QGuTF5j3LĚ>ۿ_s+͏IגE($=RrL1Ѩi$H8؁!Svn t's)$_J衔 T0+=3ڢ^\GS{y Cd~fD`_3络?U1f1o\9r+p'Cf)Ĕ}߻|,+-n:9.Wi+ wױXl sGOq ~eG׈Ըd٪+c>ǛgzM?Ok,_H ^vA! {%Y ޘ`Oߌ"*1l3פ|~Xh[~E)>2-m*<T =O[\B}~G-gqA& [̍ht $i$N Т>{\?%N*.:2ML!!ؽ*gngPҏ!} =g{z~Nv}G0"M&P6)E(V(ZXeFEjJ(Z5dRPD*+k(j,Rh,YU%kZ=Li"m!Z()Z"፵TlJA6QFR*mqHZ"֫F:TO@9¬3Ud"ɑwDY̪ ~hBc*j"%q0OČ W-^-_D|`^5Y{!rմog50eQ>lA|5#Ti/O1d_hR7gmK~8YBI]vҪ4R7HX}XB`$( #P/~fiհ+*~e]$<81Ԋ7(^ T)\P6-r5U!CtT{[i*W]BƈR3BXê఍ݨ;U郟  ^3?2"5z1ԩvL`fCyuw}Wǿ/tF HҷyMtZ O㇍ĸxг9 d4A 2%7449EvwسDT1:9z;dd̽z1{Wuq7s,^=+3,O]{$ _{n5^ڭӘ9\f5TʼnqQExRC>`kglu"j֏uX ԓ^A|'$6k>1VDT(@ ȹܸ*8j;u4?FX8N~'^BcڢQlƿϥ!^\Yv,Yu*k!@l{dOW8 R6{XQnc!EO<9oŐ& bhXt{ YiDPb-xD`zAЪtOdRpcg賆V3TzIԸq,]ziF7V=L}MEcud! KnMXn,i3= n`(|[hP@yfY^BIZ #~/ά`+ن"3?CGZ9sgX#'HVmMmr`eCt UdZa+_*ol{GMNTP\j 4J 2媳׃p?)zeW )I2v,1)oBbpqP.tTX]nUd\/R@&Vo=;˜:YLR%nCTKG,Fr^VH nyD%>RZTeFѶ@nr 1pi4z9蝯vZΐT"yXk NՔtvY۫C \ur BAizla,nt.7nµ3R O1B~V?KE*9>ve N(;֡^uNBk@L]YA JdO#晢q*_u煅=} q4[ cN+WL]:6x{G׈EPb38)3$D s,#ehbD|lP*]&Qd:/]b >ۤF8"N̲xMGkmٺn!mZfmL;5~KCL'9tDلsY80W( ^FM>ӻt^ogd)/!LjgxZD,&Z@!u  z  L'mT'^[y)kΈIIG-zUb} []^&f<*{n*7nF-Iӣv[EKnrୱD`r) woFS &jX tvC7aX(a4Y(DI䫷D-Ksc>ĵʵ>suwXӷ kLxu)lІFnn溁1Lbr.V v[wSݳ2h4bٻm `  /*;(.,86YD0**r$wK6bH`3fcUi~=BL`y SfR~BU{VQ{]K7 \ĵ,C]h`O UË}khchIZ?:-WBݐh S ,hC!1yN1bª0B&I7͇"ŗ OC2Q&`p/H90t\^&d|g-ױVV?O4 v8FuڪJOTvE4"4r|*`7wRh Ȉ7 uqɼ1-^E9>Fµ>H8C_%B{ 0)A 3#i?KFmT@S;G?#=ף:cT`(eAwyT,G0$< _9 "Ṯu-H+ZbLre"ut'FPc# 脼UY $:YP2tӆildeo|=  ԑ3JZA%f9jgahߣqf IPGp+5:$u2t`Xhd\XoD O&~Gh٧/~*% 2}+s31nne.89#>aݿ qֵӔݑhu =`ҔUIabʪ?*uz0 s~ו2. ӘCL 6G>'a}d=wi~ӻDWޚԭ9׶v$8s3F'kbmwըxY1Vd`u) ɵ>nY;Ww(F_'8ዥ[@>ǹx-f5|b$n#E(>pOE e= 繚ƭ̵۬cQ1xu}UD0*dD+9}X{27w[@!O~it<{mⶵ!::I[f(q-kEWh`E0O R^jWk%@,z,qp :/4 HJ|jG &? 6Zk vrxWDk;L, %"aIe {w$_uBU?Z)?]az6eqH}QyrDd{NjQ{)o]m[0׊oI7 +]4_+:*(n>-Y.|3Zl|$`C}%B li0q\_E-l^6z fHKB-'W&!x0G{ xD+K%$G]<|3N&~*L'`o5$~ƄV>IΖ@Z05a;}״Ǐ}\W0Ͻh4j=u~Wwvzo܋Ee2nLŕL9AF~w=aٓS/;\#kYm.\Ia@XS@t/w`0|Z^_giI|'Nd_|_}J羹yhl;1_H^KAN@1 .Щ8D@z{:/uA| ,v)Rl}$y <pH$W +#-8oq?9k~kEk Jri Ϗ܏.%P>Mˆf'e\%:mi'Wů)Y~8 wD s?k=T_Hvmm7{q];^RG ZP5N@? 0xƝ`:´{ܿj0FӅ d[ ᠚fC@ϩS1?%g٤^@Ew4YeY!ɔ/oSdtGD*${Aڟ{yO| "*bŐaZ!ƤI?Pq4AaJsb V`[XR+W:NGs_r'ʧuRj<_ks4/S ^~F<[ɰ},(7( !qLa J 4 e,V\dI4ʵρ:kabn]%+vfߑ 'u"1X1$ȣ>>3 (nlUH':H8-Ag4ϵg|oVKyϊt/|t۸{(Sz3t%t{Ԧ\~ hzȯB-Gv1`(j ){ )$q, >#BYP$Id0 86^--, bƄr>/J! |)I В8I)94ء+y?TF0~YDON!zX n"Cv I~Sc]3i27_jcXa1pt/l|\ba"m 9NtvzWp gx3[(}oASRS 1+^ v1)+Đ' r0 ,G`-< (HRoј1]ECB3ҥrDƠGD8~B7OK5$Iyx |=n2+1^TS ?KY{{'e-B6x=͍$gȓ.3Ԛh?ldR[[Qc+Izu$NPr/'{8vAo 3et<=PVWq>gXOfowmz'~)?c>x~:/bniAVedl97?Ǟl0acȳ|O8kk.XjD [ :@DV8dyлFUrG#.UWUh:GxN:'Q+R [2^ߢ}&'図$ eOߵ]Sp4PtmP78lHn9浘aRfiJco遑\CQiW VvU02G"! B]&ruIt,jJ'Zo\ bF*x8k4y+ڏ_FP1}S)m|MdښS~愶CDTFHg}R0VH1~0ZF?G%TX] #.SM!8L\nw%<Ud>vpoS1pJ"&mZ9W4C*p yDB" e);DQ5u6щ1is}>WGvWYĎA$ӱ@ЖeԱYYI'L6صO ࿢冭7/J CM0 HC(d޳G6AL+ %TB4Ugpf>H1n`]78[+A 52& l Cmhc>ĎlǟDڡ˵%rzMfHlM K8Ǭ69_=_)gRwY0 4o]`sguw<+X _14&iUCozõj_woU @lϳkLwVFP {!K`n8*AuU ls􉻅EtP2ykӰ^wR$#6ҹB[,;UX y0iz9)Qȝy˅^0%᪑o/[;V#/xKF阴 V] .ԯh6=bA^ (C%lljc^'PqƙS[fv ff\ݪnZgI] WlM B~8QHjZ/̀L> 5iDb1'/:k<0o2zn AY@H@|a1@ފ-eUx 8%+vRoo"Tz˴5 JPPRUolB zPD4kgL1[$D= r71mnNnjk>-~4s!/Y/s~z.0rBBc@g?`;xdƍNibx𬗩g1 K[&Fz&bTEv)qZߡq͚0jQ?ڴK+W~r=u{^amcfk|^G,9h-g7){Yj !`ABJ?FGSarekX'g*Lg]9<:BK 䤵EݚX:V\r\uz,R*+2.99]zc;EW! |{[PJ j4:Q[Wz+e `U04"L 7Aei@dO™^"=x9<(pn+*'zkf%sJ4S&Cn|8rS Ȣ;ӟS@(f]EAѥz|_FER^Q ڲ ZRTy˯fdAj/GOUe2 W ^X0vYQN]W?\`ИB9O'8ۄ1Oj?N{z06>1DY֑)WCϚ36왌~:LXC3Slۚc }Fr[M$!B| ˾ܰQN"aQ-H'* LlHwAbi/ݠ9c!r!]/BzBޫoEW<3KIR vPk[ÇM1:iNVVcnP W/osEXT<'`ue|k &h1Lz;"IR/ȅE" Mu.mT&m;+#kGwәtN}H֩+3R8X!H[ | ⤩|EP?pb^i: '?vPa10QDV.7Coiv&Փ(=LN$Ra&,͒rHW篇mmWBߙ!)# x)i7mO՚aϗZ\d<b-ؤ ٳIt`I?yc 0ٌ0b2 efw?7=}vMc}^U^TM3ڳա-nGtkA`Ӻ/*d:tj='M̍YA[8e("WAMƖhvLE2a >Ly]3nF"ԅE0JYy!BYLk75WWE݅ȩ̓oqYEq-EAD\/z Ȧy,l6! JYa<e_kdd!I",iPMAr 50J;'`}<7IU_a2s'S2,bx%2ѕ&QKN.RDȼi8u-~ol|緵ܫ0$09uv>72h0Oiy>N2Rsc+ÄMF\^i>I_ o-a2F" )y}2L/s-%`ʂ َ{k tB wEgG q(C 3W"COďdUG&g[UxԨDN@fV$F聀\ uY9b$Aqy_ZR/ߴȰVڒpPs{Δ__UWhK|܃&Z>¡(e,OpUO}opK3곟Xs VkKAA8Q ,u}CNP*I!#AE'2?w"8} H<2gq% P&οcv)P ч~ LC7S I,"2D1:y-Uk"Ϥl+~u/c˩Hf"p:$7 C>ߔb^N {&KG?>WdUX&Ttτ ]5.%R 3%(O3ZLp {UM1:yiN$P 2c F3~)](\Xub!]6'0ydxr@˨30SHޭzRc.eCvc;ܤig: DI|0q6F9d-Gмu"8Vw"b# _]ΓyVgpqL#<rJ-NJ&v4#ˮ!qb[=M|; 7U\tv|}T ^0 >"|( b9f"k.s=J'W%1=>s4_7p(jskmEt^{vK:pT_g?6lǛw@`p,칭g5hmO<:⁺f 1~N!d8p^(bC-0nPk+lq,wb?S-I sk{ͅCYSSjvoQKe>dY8>ƞ)ŌjcmP6Wẳ ml"ډ5'&6ހw:5Tu8 k،` i(bb;^v*H$ήs(ڀ@PTfw^s?]n痁0SOW!%6ٵ_}`ϥit2 W8:wчvqwP-WJor5:.'|kCWZvȕjރw\ C{h$BTx1֎웏IJGr=T t {V)jL*Wu{[)buDDWT[vRͻNC3@%nTHtC,X2K~9p2Qiε{n= c;6-giРJ*ײE` e_ɢkHa7^g8R/~/_q,X <&E5'Z>lazz$Y⠻Q(cԉo~tUxjz٦ߥZj~Ê9jb!$QR\+Eee/"T+Sw] _$e!;BI(>n[[q_oSvS7EAgٯ沐FI\lHA l }n[92kUA!R1UVëⴷ@辐#؜{xÑy.8m`ȕ{^{m;,AWp݆EQU}ly}o' 8^\؆Egs04A}5œF;~v? :aWK@,rdRRL½%3Z~UnHck{ Aku^gmbL$O} 㧖XGVIXIUlqcB%:S{O~4]Cmx1jS"@Cm&$BF0O6j[_/"JuV'a4<ӧ`Va4HV$Ra NH@u=i6=d-2FRI ^ϯ8Ts#x.i@f^A&%~]efvhezR6Q)96Hvlɀi.7HHI&m3 ''~dz-:힯 )?G.-HHo4dF&@ży{ em'>@kpcc{cy5F)44w*h`aI |~t+:Y#ٲL(T5P;6艛wҼ7;|L -jpJ$?QY#AWyBя+1%xCA. JiCJK56m{؊)D91X^Kvfo泌C檨7cbR:vD ܂W I*to sIK1cźЊ3.&k)h[vXgQ4i9k a.|Mce dR)H)Jwj|.z[{͋ z:o/7p\$BяF|} SMFN? P}X4?z4t BsNPF-Y+>|{RǓbg@NZgn/YB,0QO*F#8]êA j04X=abKJKZXT [lkD* hmYUAAhb (R(kKimT`hliZVpnpV&ڔEZ 0ֵܸDPS!D⪣ %Vj㭞'X30 {GuX~BtWv*T1# ,V]S˭*0[V8"?I j6i^]Wd2,VN Z NC8ԼO~f3~iD ]@iVE" ؂QҀkRwzBt%Y-]_AL֝ϾG}ZKh癅Jv}|̈[ђgL&W>mETm5Y#KAԙ[nI뙎;[|\g5OL0Jv{nqc~yuz1 {}؎;[]Q!;^o : "e/ }ia @4q" 5l=z[;ecl$&"?>jcSUIČ"ӛb( [9kc;l0Anɏ3 A$]ettbXyڡG:N\6UpBddyP@6_4E1{  -Zj0~5IǍ)~}iHAT̍Lf6Z+(:(~܃/> E >G4;N|e/|{C0\u DbYt@Jz1΢MR* 5  Ih!aZkQb=/z>>h#4&}>'U\K'atݏ{+9w#e LzӺ=U]$<*PdY!0oN6H@ZAڇ|_]IDG; ّg72ʦ}UD=69KIh낲 M&hUL0+OTRy,M(#B msI¡b/]/a4 m[SRnwv&8cmޏ x9oG\PA|+ii::zNsts%_r,P?NծqO\ޕW؂/-ehϩn{&o0Y"g L.,\i +Lj TŞl5w3YƻFy Q V2ǫns-۪f~|ʍۧU]CMc"檰c4A uOF6N[ᵀb+x_߻zsr8D!g+dIq7&-tp"qwBNX*S Ri(B!뽶P#aɵ$/4ЀrL cƍ}kf dY sIk ⥛0W]kqk d"͆<6)lF%? Y:Vi]@7v#/0?t,lґl#W\Us`W3㨬*Bڛ^TS. T Q}t9.1v%%}R VhA1||f^ڸ99=J[7r)>i@@@/E1kq`IcDa,}5 Ha\Ӻ$˶2 3+[md)Ʉ,@$8D^" 7g=VIV%B8-RG.RdjU)LYVqLTRyl~I E 5{?{?X((w7V>V-gGEмF: ?6?TJSA+rt>gþפi\.Kc䬫!F=N7fzrydPH!}5M_Ud3=TRڎV0xKvk\s2+kr,N4_sVdtFLuT Dݸ$"SHiR*Xg `$>CWsԞUI@Tv5uK'~7NdT)V0w^Ei zfA ܮWݰ#$;+ZCZ4[ڨ(vx`٭YR\ '_a21M+sC)9]aeI35WS B.V *ُg|Mh/?]BJE}alb-bcVnRy.@T4¦VlNWv782Te*DPkDtCW9~=97nuV2[%tU= N^=ufwdD&gPVYcѮθ, KlkLCH- bm2Iq]3K=_&#C eJ 񇄶R:k>kj?%dAl-&}sji2<>D bh*UjHYmvICwxaĸ5r,i؃^:L)%Se)!Od H%F*>ꏯKʅBAC %/;rd e Eǯp-g,rt1TE.?Wʱ%Xm΂22׃~4hLb g@<6v,A%ȱ} D 砙I !_"ӂ@pʬU#eI5yuc/{0^րj-ie  Oz7pa8\vs0aw>c}=.L8pU8}k֟Ew<#&J>GrOzFo&Kmhy NN)P.1 [ZC1\u:~۾ V:9@!4Xw9k|Ml.OpUQi 珶WyA(m|u܆ 9㱉UUJ&oB4'ANs$ݺ=1?O8W'"DA0hSbgNaP~oƄ{ِD ^y!Y# Bɺe y:hm9kt2G!^G6}QmM]PCy5ܲUU$qGQ&0J;^3\y!S\ WRޝ}x?F] /5hǣaK]KG;b^U7BJӨZΞn跳[ۅXZ-1_8URN{}"fza1A |ZjK(U y7HZtONAwGc#|vZO|+e @T<}]V*٫ M`g"ueX,޽[^۸)ݍ}.RZW 56g={#ð(Rn1t$4*4EMMr(DTUT[BbxB(`R`IGjRfd)X{<7w7V+Nv8w"h?r_nHPW V'1 ~NdVzYxd(pVtft0ÆtP{Ke?'f9@vlbRj6ljG"ne^>m`XjzIk:'+C^9:+>R2NCswV*ȱgVF&R.0c dVM"?}ǛWd8 .G7FtdXO, V}ڻAHQ潿~z8EBmn}-]北̫=eI 4put0*-f[g blȂKv ݑI m{\`FzQ`}ׅ^)X ˔9?}ycgX0B\?ڌ9<ĩd9W$h'T~5=>ӿeNUpy\:~q`6俫$qD~-t:%S"{vg9?LkDD!ӏwXt{_-_}*"1T=d.vj(FgɌsg9HPњm1n8zDϹVJ5bp/1Ec'΃L)c|}[_,YƁX۾o;֟Эkֱ iG!k2ʲJ̕.%|IOf/m]K\R eI ck 1"8fe7:۔7eN\v^<')/ iL۶ݨ{w{7W` WfndꠌXzXkUw#Wj+TũIQ͋$Brw? 6lI3!,8xxfO?wzrYk%=⬛㥟c-_.$m^N (/@ ]MnOpcliܩb}vK]Ո*nCl肘4)~,ٚ覿xٺߋ|>J}L!Y>a jU X6f]j[ SbqZ^YV鱶ӗU*mcx X8Oe>iOqY{ŽȬS(wS[I j")3>&PsM4Ô1PO=W.l:'v\尉c ;Fq̦3O/XIi!:/~F.$Od b-{_tVuyĩfBF;,2EFJ GYuW\ls!K=*1$Y)$NeiUkgײU'(^АߏʨQD 9M$?`,*V`v-Ύ`c>'x h," a:쪘_m8v{N&_cuOo R9܇U6eϤZ[2ܿJ/s8r`a⎎lum>N݉Y\u^|xzLhݜMB7Q,:c3c6nRelV]SAN'AIn5ҋn됽 BgH]EIAO|eN}XHlݵ̱h9O˹n\^n/XUw;=S@C&`/,HvKٰoƂ`G`p6o̊z2έ>;4AR]؏Y3G :*&^>H44Noׄ|)E3`"',&z}z.ldm%ıDqT7- ^@oaF†b>!cFu֩v8ҽsmLu hd϶!c/ j&xHi2zؒJa/pX5k1X['ԃ (o@5tNz"p<.,dn~rI2}|͠R 1Easp\rj3JJ;`le)irv( Q\@ד Be39;l@gNXR͗cվk2䝵wqܮ7c4e W|;%B4[ͩ;s ݖPAzUO %Q)$Le{ZH%Y0u!1?F*tו#Ԕ !A3eбQQwG2"Mܑq;Nw_,Vi|ԩh,-s %]sDy TJF&'VR ~sYEh'|.'= Jױ{5T`A}(-$as^v` z>wFm!ƛUW g {zEL$?Yq!af:(/7F+>[BZ m40~zBdMQGX+9BMi_bF3*ͫv%; /pF([ֲ΀%''^U8rּP1t/L! dn&Ё?%_q#:Jy%$;i&?Cxi eAc# @HZA}ĽN .pZ*;^հ4':ALL QrƂWB%O0^kjpV|)KEW02.qhj'Tkb89cd7LR y>Yif_G}R)[nqۗ kGgk6N;IfPZJ;}<' f(I٫:C3^迱Wk0g3?'4CkH$wL$m7I$eiGvJLnvť5a,Nvem", 滧sw5^^ݧ;lYDG{I1=,C,=xϢXFI|\w!fMx(nP7S☤zϥyyʑnqe:;斤`^RC,)rwzVr.6 %]6I㐉L}wbxwFRm0:'&hY3{+V>bui P5z+@"y#iJ?;0)o&9l+ԴO2+fF3%fPP4l#y: 7- REhwaM<fv[ŢW Vm !w]L~yΒ? ;/*r ӇZFR:>zm8l?ߕ3&lcci(AELNy,Mw8nwUV*cH\JQ)I,l9yzU+`x 6CQX *_sc"CC7[ѼK8(*`=$>@hY _ΟY)oS!ME`o#QbOKAl mA~duG#ZAbăc"?}obm#DU")gRa[򀇵?0QX%H$,#3>`rHB4r()HŢ}c.$mhHؗl+rTf5RW0x2{1H캆|*bqMJ/wf4X{U ]nEpƳ~5 9%-MmBM^X}7-8]lBÇDY@w\eUU Ha55&_ 7q xkpxMN5$n:YfU>p;NL$i,~$;<|pK5a$POE њڌǛ [82[*b뱞2^mx`wē0g#F_+^.$9 pX 4ŇCv̀9%|#K5 *DLjGn&ڸ,,Vi8Yᢒ=9aÔK$Gyu웳hˤAhz*z}e1K@<G~! ~*o˜3r7V,x{G`M=?BY̳DSK69ձ dԴ S qw7Ì'yghr1nGQZԛvxsD ݀5:?S`h @uFsօϓg]VYr)^ fyPr,9)_jop 4%B).[1Q.l>RVXEnOӼ&ԁĐh< ÝȿYS5mէ //  ]Ī]l?uk03ŮoH&).075 _˗"w$*]w:W;0hMr"$9dNL{WXd tf^] lSoP3@?iJ/ Uwl9;[-o_ry+"S:޹z*i }9-.x2jwT{~=Ł}u (/:GwV1yv<_ȮsMh 636)\Tgb}bMix?LDM/+h .)$>]}ҀC[C{ 7+Db|#:p .tҏ%JwiFwr*ÒIOO(T`0]*EB_ǁkڳ+ik)twZ+`QJVkS,"j9 aYWmKU^_Ԇ@<\| Lv[_efc螅WyE_6~ OўY3W{yUT Z΋Eרa=o C!*0p=J\.ɿZڒgUAQY4ƫoV6|A ˏ(Bg؛.@VTg0?hz_"{ºj]ER*͇B<rre1&u|v%rG3@4.GQ@a3^Hq:ӊjEz# iG]st(F-%m AQCE SNQ{(6 2\G`M,j{ps{*BɍC.U8Jʈm $> )S5Qˆ iGnLsIFTʀbVT ~_0 Q1@BT%\8D _G1XmFgz~|_g$.<)Φhf0jTb  n8/rͼ/ZV]b8"2j=#iWǬVX[cL'%8+~|fQy̭ٱLKG1D;mMesoHhĆ.**8ōImAZǏ |V*F}aoXX::m, rh(S$o%$P W4k Rˎc׈|RiI{RK;so|RɝLtvmJ0p.lo*OpW)b$ GBAaheܧ3菴ε0;msjd+Ww Pede&ί꣄.^Ͱ faچ Ғ=KO.YP{eП\LK}:mݠ,=(Ղa4>9";ytܠ3zXxZOj|6h)?DH%B L1PMh0j(YDw婚M~Y;V8[!:m(]'brf^?rAVÜ>vt:|ͺ{nd! û|1]s[1CwZSFE{H=i|{'4$dhp$슋ָ,:{1gau|2YQ)Yq44z2Պ mowsI4lgȼƽ*CH'~|@ݾNSirOr `g[pfV|Um\dwyBMpMؐO yJYV| 3A!s:/kNl'vgV+r<>!&t gV9M>6<3('$0@7KQ8X݀8z@~  dU9VĖҹ'Qu[ݚ,hJ^Uҽl~ v3i}/ `TY >kZoᴭ0}I}Ԣa㩘3}Gp.uV/I׉4?sv{xHYβ/-9~UMF@ OJql o>D5?a8b1:n&Pm[xÔs2*AV +y\a,,; )zb5$#a ^KԮ5Iw寚ѼIt&`Ή_Xt@Lah6Do8ȗ^~{YzmզB:~fC(3"o+_υ)M3&&zT-a?F7{2eu")O/3o #hZTZ3z=Ifqp6^۲{⾛B?[_nIo9tTݘ,&b x 5A)iqm5pL$pD! tRQrz53W *UÓrF4J ݮ\<,gsODK$F+#"hy{w mϝZ"RiYOCϫl '/KwR'nx=@h|lv4/k'}Ef-mzu[uŝ :nӖ_?L>Sh fԧZOz;wM}TeR=Q~[v*Dw7EjO\X^*[a6 0МHڪ}(vT\|(Cw]Cӽ*JMV~ٙ4*nBUTĔkգmI9˂-~q)#"KdQ-5Gl~C%2$gu^t< jI0JJ58ޯb,,ǝ^p4l~V̉lݩZKvآF4Ne)Kk3Ǐeo|iO> kJ"39ømzJj֗cu0hD: 5DW:\C//S-zQT5f!5BFf'd#h1n6΁n&L!#[?ܭ57B=.*wc'c^=6|~p9c{lop-hQu(0m@<"΋䲙*<j7;l}z}Tw!i\("€79%ݝS |^[HMAWg?q [㸻\9(7Kfe桠VF\f D `!l`9.TET)Tn]kYz{&m&,B8 *ba ]3ڢ}|-=v_KOL(N3Ĭ*j,IO?3\-6K7xKHuUsQ]!ȣ\y+)ibyࡆ4."f hdY_dk )fώ:y6ߡfqDND'Sg8i!š5de%Ki2-ixW?) N/z19 1u₎sޅstԵF` Ifz]g!ird:|X*\dC2tWs[C'("}!GL'Z> mma^#K6n:Ԝx~Z> S^ZԂe[>DhN<ՓGJL9;  i*q`p8i <:e D >q=N@AnsvCVأCЧ:9%xWD8xֳreZ1#F}DZjVO` Ŀw6hq@(^$s˝eӑNSu%"*|\$ˎtb0YV$"k`zBD\oD%/[ 9aN7omL:0|R͊Sa/%`^8= 7L<+#UpBδ jbۜ5F#wcq|Ti0@og՘.TD:ҭ`wN h|tm[.50N %s.!.1(?] sl4-^Í$e)KHH:_v V٣ %&/ŧʸ~Ψ93H5pi(?SpaڅW? # c8~$ŕhB*~w9Zg;mh}uYCP+{*ZL`q !xdYz+_z=8t hQפzǘٯ`aM;ʿs֥Qi2/8I/O]&n-ш~?đca6ƶз)<8RMyJĚ(HPkS>53""^ R}(U/fNomţzۋ*PhqtHzj+~yc8*G-x{w[N?ڶ˰,OܞH0ik/B9ix+31D<$"0EmȤ06#X4F*B5I Q6L!WVwRɽ$U0WOF6j%{״G'^HIvjػ". rڮױH;;8V]S);!X_(`uZ/@ ,ا'4NV ,m&#tc …|_`NZR-~B. }1SJA2|Ci{/I#~' _$Lq9mX0gm5R~/\m(.NHV' שHOϜXD텻 pq ^7#[]iaF|-|ѦX,4V# ocy00J*MƔAdAT+- bf%dRFV|]+惛5vj#e7FN3\1afk.:wQVwoȼ u0_?LEݰ"DuSS6λefgV j]zDT nwܽFW&ff434R\y8WNh [o|?q7.mSP9(Oϝq X }Dݪu{D?*]0ž47 <"d!hȸ1x8^b .ۨdؽw&zlqΪ(P4 kx?ľEge0X.zg=Zo셢sA/>9IGx%јQX|qbҒ0ƾc.;X)>dԑ:\2&xS2-iz҉!2Ӏ$6(ZmV 3awC[{!tCR{:!R0kf'r|Q]6@ɻij3s^R:|>jhe O>+7\5ixL~bn Ӑz[v͒<A DIOpף,k9Mn^3SH-3(tg]( iP_-ɿ-52`aeDV˅b{]s'*p XӼ>jǤ~:"Ud[:R<~[)؊}X~k9,YŒymd{v=LoAcά-KbMBܓ~2^֗"NuK2Șxg ;׈JpAuOa5= JmV dk6![ܺw0zI紙l|f=DT|ЫsJ ͘U#e!$ UCڝQnq8qރyL@aQtavQ,at;O[ye1.B|n8k@6n"";O#21C41,dBoWV%N!IPL[1J F짽r;uEh;g\#$3 28wUe!+DwElFȌ !1?,㠉}Ĺ\*7*=9hţ1!A) 6XR/?y$Pjd$CleBmf&G+$(ɵָ]aӌMåc!yLKkQ2vzjjtY]qUZ# "I87 h~ ;U$A $BOv֩*1> , r¨3&1 ]Ζ]$aA+?ۣ\z)GAgPw|9V(W_"=I 9Pj^M΄, !StɄӴ1}kG'~:&9'`t47ISyMʄ׭g@ I_.r \8 2feш"snF>BTײv~cPQ`(׷9?iSa/+HH Wl){qvNPqX+?wp[yxЧFQ`U-HA+f l*H?4Fs1'hx}FMx;Cԙ_~&o~0Nf nD XyOz,lLzq\7wUrNAŅ?9 r"z 0sxXpV; 4D֖M +@Epo~dقeR5Ό =ߏTu\šf ̞>]w,s gJMKAN%#>_H g#5jzFy } O/fƆ@vޢbyJ ?WGt3^zUlTJPec }1R gV3c Y'*طAt ȃd8ȋ;A֊%|yfc'>r6M\cd52)?VI ^(yrӪPjH~:8>̩XWoo:FL,&LwPU `=QPYi`ӓKOڳyebF  $ [s͢5 ;gyZN|v8ybN1dŨpg_g8Fk~&"1AzxzKϽ.9B{X](C/&d͙XC_3 r,DuEfoRTnǀsYՏa~iMNFPS0wHsf qƆGe(rYKs @+wp`sT!ˆ>Ijj٫hvtLe3 7o V 1П瘎J՜h7H+Ϫt]KxrkRx,D'BRPo.ɇ{k\d-]{ _1%2$\FY`sMS2rsh5ڧ։ӭ}ey:>WvDRlNR7qt h|3dfwt:YWO+8dz \IZLWeKϰ[aeN}؎FXNl =vDextr;"\JHr:~ h߸ج|kN |+ <ϒLQ&,IsgjKeL=zмސxaf-`A#e3;$k='"P#W5)O {{._f=z`01tZ04^tS:m%*#Qw$$InٵWvK$ւ9:p0M4z p;G^OֻQ݆;9N7ɳ՞$h-@X#3{ͶDҼKT A[ħ*#B |wϤMD5&!ɮNZ<n̄A:/x>C ʚhWsk7 -CӭvvN\:ʶbIBQAa>S&wPNfơWHf!kÊ~ػ%Y?\΀0 !5@S|qbzΰUy! qO7Jos= {{rheg}vXipTu̽PA# Cj XBGemO=ۜm+B ]pq_hM ^=te-D~}SAk CqL4g|,^*N$C.MϢL[Р̗p=Rew+ޏeW3X;AZ,J)r[%thǼH-|S6`V1ThS5TD㓻+JFP}#;!Nķi@:=(^I*?=,|ת?9 ѵ#R~Y^yRţyA7 N-QcۑÅvv}9 _r0QLw|-ϲ=\B+DhĦ]MTbzzaBKiD-шI>,\ ւ=kEU;0ىK<N"򁙱KL5HFFI"o[mx#u7[A$ڼ qwKOPȱT ^j@"7)˝uXz`uGz@@B hmJ $i OK'"sȆGvjIfYnjhr?͐⾗+%b6LZCMzqwM }œjtq/iO=o“ڽ1WSr`m ϗ[rxv2"hkV 3*k32@paAr&"LNK;1PрU{2\yc"H w3Ock/2oSwl;ܑ- `G|/5ߙZ7B\R! d-MO]$=4#Ig. OO &. -L4u\PB밡fh5d.SoHW:jQSS1oFBPVk<}߾k?wgLeE4f_zRH]&~*Yz-߷_"eҤH;/T59Y[*Mhh)+K e\aIbn4)]ԧiX#lZs66FsTj܃%saj'S\ƅ7E <ޅiaw4[Y=_}J.n*Nρ'Mg/وm܌q\{vmp$ouwrj7YcgUvnp7R9w 5`Fۚv,Qꡍ"="h'aOtBWts-,DNْuہ,QY`j߻gkgae //f8șNY&8 B:caK8h667PԾc S 0ت:4 O,Dfrx$"2F$vd(&n~؜hT.?ɢStT6 Q/91!ׁ1p%yt 2u&'Q #aD̚m>ЄE.$mNT2$PO;uxqx?VV+xl=kcM|Ҟmiij./2{A?!ԈT=]|`ESw(W .BPav_$HD0StI)Ƴ|a+;iF`5ppP7cVm4yli (G}a a˯Hsz3 } y,fbx+wim@(c 9;{n$Qn,X}; }IPiZRa=P%яn:AXNO`g`w5]M,dB j`&*l~TԆn#Uo7I!xr)˂sT_C`?8 ^R&B˫|QM \x`@Ѡ(S0T|%K;@H&ZQ'f絬. ?4%~1څOۗqvdilchcu5%uM z!\W|S1O.z+$˪'/4 ?ןA/c{ds%#R<6@E~Ѩxmjdo9edMI>f謡YtA!t,9g&b4wl Gu.HF,Lcm9 ~eGxN(nبʓs_% !{ §xT AU0?@{s[B֪@@n >jւ&%Ѭ KdȸGWO ן .|Lýe0:nPCIA| _b÷ŤiXt$.ru|˵Ǩ𔏼fIPI>G )q 36"1`1}PieKݜ<9 " j6I%o˩Xr.ng0+F$?Hb;TGmA )`mit]MW8jUj|UID:'C٦IFN2`Pc1Xfi*-Wb1*=$ )qX[v]_P~^iZ$@S1֎خ{X(;:b&?۱[!J8jC!-0V4K_"5@̸ա{&4n=(pC-m݉ 3T(/`-g1<%RGYbi}c MdwZzsnV)|ŻƫĄ,0o/`6Rq:F&WNf6॥F,z6VZ~5abP~-  f{"ú3 ߄s֚=f@Kt̼i̧  {ev9}9- ?q\Z gp4I^5i/4^ tV-47vHXkOHJCկn߭lDQ2Hz;8 .ʪЭ Ufq:W[ V"bNU.RXngI$ 38r\<8l}< qd1>c}܉:dg֔ 7%5Ƌ Bwl +vv gFEc >u:O0T"aI;[eE)ײe,r(Q67FpJ"/;;Z, ZJ{믵5dki(>6mցRpv1a(K # bq2|Qk'㚘"r0!& ]i'c!DA1dW.%H"etUI*P3!=B;n"K(߹nGPOD4DB&R2Ic ݰQuwl gBF*p!Vzzd®ʿv!KEfiu.Dl-aП\(_a-R٢^  0\9#˚)wQzZs}ߩ޾[x{E'ZqD|Kq[_.;G0V=MVI(7cM^Vl%/ x~Jub85ތ=N0k(Xi2)PWʦ Oga߷ p1Fe%ٺ5O6- }v60/6묱ǥl`,t!4s6?V,%f-UY5d\Y3.%9[=Ol"I:"f<@y게ʲxUD6Ns,F*>LTEZ3 {.מ[TGq;#o/jۿv2Lx}Y|1;Nsn͉a ϺF/ WoK4 'x0J*e> av䥏G$jL"]9xؘ;oC#5#B#'3Qw;|$Vzw灁 aX2~`lf 7Bdާ2\z>W{m FItA3x>S%(n }()(B2{[*M]Ce$#E>fz`sl$čGKE,scyqmɄUHZn rkݦWHT`TY~(I|wӇFԌ7g ^_kUi =A;x4ὖڋf^լ`ғ$%V0cڄBqqgc1/즂Q6"OKR͵XSMp;r C=z*\+,>`zL= ֍~l5N:;*"kaF.>RXH6pI@543׍ݤܪA++,.@V_zmDR.;h]Z27{yDb.;-<W(㼖w&IYOd@d+[wʳ-K.@K&Ǡ@s79v7m7s OGkD̟C|(ݥvmZ`z(};D=Ral$kj|,sqHY䦒5_ "]fJhoϥQav@P{3p>#i[$r-KK/EY?q:۶Ǻ˫rU<7!zɏ*۰؆ (DVy֬f\)v ksFюV#1VqgT|-b `d"#c8)#(RTִOE7&[km6Q=bj_kW,_lZcZW4O_l/=LAduEvnu_fanu;bVZjmXM ,_Ub!31(q@,ّ]0$%q+N8LiXS1ТʧL3Օi}o/Q'\| &2x166'ȿ^Npdh{ԭ6,#u[`ohL#Z8u-??RF9q@$@+YՎԕ0;-(5Zt`B ;2R"z*,prQ_c@jF!aH!XQh?UWwtpW–׊*B0x\eC`iH)K_$.E5SiMqX1ر c=uCN[% >BgS BeqGnܹ3/oEua0wO!A^w6 vod?"e5*%\.f6LwǴZ؞L$զa+d:3 竼JFٲqUv&!O49h>-oz@2q2L13.wxm3Q"K7*Ψ#~'m \UV?x[r~f_]@a-g#ie8bXbfd2Ip1n2iM=zk-BVY)p|0!!D# 6}o5F,(OYe, Hd\Q‰# G:ռPȫbCuQ$,TAxMf$`{:AHۨ;c[%3WX#yQ޽Z$Yֈ<4xz J <PX8|j|TEՄږ0`󽶒ǻe%~}xLg7L8:5K>$ 6MasZ-hױÆF"cHdQõ5Ԡ2^$}ɡ e}|Yo1V?(z߭%o?Ѕc<,ok1/%I-5ʂ+;1O)]=#m^PKO|.?ΞJ{K|rXl|)0-QBSH9%*dBԜXzx9БK e ~OwņQ)# A @H؋ߣ갶AMC<.+ ^k?ޒ-UTI޷FJKT瞤TN^Y2uKly _N\a"Yr-]2R_z9,¡n4kmlS<d4@yv4հ+Zlc1`n,G[퉠&7bȇl? D[aP̷RH1B%3E֍ 0]ͮu`*zc֮A4ԑɺM|oN=VbJE;"]&<1R6mSUW TYl6 ; RYetiJ;M:-*_GD=ejmj"qKo)i$eT5j}pR,*z3UV?n)x|{#Џ#$c)LLP,Zz 8KDV&zCȖ\HBGw*j=iU9(~6sKOv5.א5XD7捓PҒkGv0nZ]Rktrs, ߝBe>ƳU Uᡇ ȆX.E̐1B;)ydKM~\ψ%3/50#hIY*ƠZ; 3arpk@ >Vz S]^eu'wrGV]ͩ_-K-NY|&lk FjݸӡЯ_Fv]>QZ9U 0iˤxG75̕vSOü<,dQM%)sl]PłK)1~{SUALk(2״2ʰ% W\ +05/Q1rDyvN-ƫF_V 60'AN(`鸍b jN';4 gr#GqPL2OpZQ:O?pf6L@~kx 2HFMVO03d%|(vb>;YN at\.\Br"G _+3ίfT2x >LPD%-+CEjhnፑh p%T>L`gqUugA ]suC5(JQӽ [GY'G7Be|ݜM 8+TYWT?z6mjFs!4+Rx@A*$*jK] (](~A +'|$~۵)]B7ΦFK?o=:ȵtqkTc#O!GC35N6b7w-6Xb<j­`M:}8S!BY)bY%@ q6Ο4C8@MLc~CKt, Am&ZIPe1.sGEQ s#j#i>4ϩf_ 6d0z5} mDnpPDLs[ִctN6.*lFX|~4*ȹ%U"&6WrÝ3s~7 N yH80{t{\tf qs 4,N{|+xG::()EwOs~p/GPˬqÇc+; pi@)&%nxxQH3rsTn'+ƣT7%þ8SJ])H d-Wqיkm|oÔ?y@?4)55 EF#6vZ9 G%\)`_ `OyaCCuŽ(թ 75\^SCkd6uaJJ(!/dܤFZv_'9p!Z%złV3&;8>O礆A i"QFqƓT1xqtG'~\.xkZǺ|M6t>pf]\}7C=ۧ7␯T'SnN,U@zG^B61*GJ!Ӊ)n@; v;1rIj"Uє :*3ffL=I)vH}2Jr ٚz2n>=͡^>ax#^^'!{hT@ꬳV2fdxظ5 [=~Iu4qR4qd){rH)!݀|gzqC Mum }Iܘ*E?;ݲDo~ǔ0nye.Z"Ao5NDO`~Vp熣Ψ~|cr)f5ۨ5y(|`vj!dX: DQ d:w_N3'Ӣ^ȚEƀ̨[ `MB]"R݋Y6~dvٸB HxH)_6 Dz-F8 LOHN[=x`n T۫a8U-3Y ~㻲+|̀yq%[ 1y_\NOQAz1nFGTJ X/KxT|Y AbPs/ rZ&Y]T1t71&@ݹɎn)@{]dL;/yEtHq ȒrYO N1"KQӢ;nNTp=h /,sq?ZS3HW,Y1C D}:_o{o^7Jű`XXv4sUOp7Uqr%QL H!R ᧊\XZ~Jn:Pkb &u^KSs.p8Xc@DMY)ӫXjw=I42DBQ<b* `%pq i`phWeSD$ @dƴ)f '  Ҿ%pkK wi$mH5p ȖPMՌ`'rA[Li`!a_ξZ+(L9qcIes<AMmke6\"557D5R%+ ܣsHXmZuGw/4Q9v9KDtq D̗nTVV2e`B[ۆ[ AͨkhX+fӷkh7 +"U(y=H$jtn7i-;#fwx_+|V 6 @C"H(eL$,Y-V]J*1&WRWZ4%T WU)-k9Kz4 { #ŏzN8b0IV~l;(LlnWS LVSH]#MNA!ff\ 52ybftŊ9'rX,liJXa6.1'IXY"Tasg'R n5U}17dsWz J,Q7KADP|+Fq1d&D,ܬ0˜v?jވJW'RA&wgYyjbkdmL|`@}R \b]22@n%U!G",DrK#5icA=Ԍބ.cV֐irxHlueG?<2s`=zrL0j){hߓ>ٔQ(P#^Ixh9O'|˷0?:o6_PQR\۫:-{8;=M#R:өqH,nD̄kC{azfM8{Eu6׍[:(sMh m*l] Җ>9BҌo*]ˢ9ı &Z\G4C{׺/TǗ$oA,Rd=RJðlTf!_wyI`kB(r9)H[P, = FWmAH% ]i,VX=ѠLTB/h c9"TE{u ,~`cR{,;vŇq|Ĕ4>IP:*YD4@'@_W q@m9+GEf~s|w$|x{B]gqsQYK])$o|gLv<taOȎ]ɰ瑎ؤϲGt~ q`= &6*vh'N5ാ 9&\dIےiUMZ"ʑ~%E|FM"+2_"DGfc9Gp* oVL<΅SUsOVI&6qLI:`UY-E.QF!]g[v}oGg0g *IIi2)10BԾ}o= 9pkqRxL\zHQL%[cw=_T<~zUpE_^b˭!Kfk:>E^-Dz`Zc%3N 2tgN}:z?QFP;S/Dű^JlVEEǪ$BVdFrӕw9? x7YBt9u% ؠnP?ך} K}nr6(Pf'; zUL<_(.i՗(l6 Țػ l]Ҍ.:%V,aku ͟1Vhێh 2mQ7BwQVGⲎWǮB u0{SI_g z{,Z_opP= ?ջ[p-}ʧ#+ߤ֙WPB½=^r`}X :ݷ*h}I y2$vf {%DD^ .iO0O>SRPznhWHy)D)(;^&Z6s}wnbl9.h^L?E(7~+NFZO0~`|S Ҝ&K('DPG9dIi(]~0%pt컷9LZxPbQŽ' yU{Q)DXfE]@1a\}9~ a3Sp|i !)|lc@wNvbZQ'DZS#1gm`O7uf/|mp>`r[̻ rY]+.]EJ;}sC4N kCPE{TdR"o y&2/?S2KkDA?z7LBu`+MJ(Il@7 ɲ3ggb0ZV #ȴZ.qí䥟1d6P|F{&S"% L9JTG2+$yźN# -[m'n?|㽸j } 稕K=:3XЍE駝L_\@aU]17'pQ1S8<|Nxx[ b|Lr~A+}.\}H,nckDT=mW5ۘHh"6%]/WPl\]ÀuslzMgu^m_Y?:߹at2J7r>KDF2&O?pOtOxsWG hzz wCb"p궑C@-{FNzq3dx G$"!"-mzm5- 0CYDٜDžWésPv0/z'Jz "ZV .yfeO2[z2zH v8\(';:yZ8Oga^%O%ǖ98$O6HmQ NՓA_.RcIQ(''&~k:VYz5T>2s.ċ1$Ḏqo@|]$a!֡'?l6>}8L 8sV$i2ҢQWU UKUf4C7/Iǃ4)T䡀6 φloD _[#Jf)N>آ |/ZIe4]`UKL`sMT:7\*[eLB4 um>#.#6>CByN-s&҈Diy z?FG&^vM97i[?u Pȩ7YMe^0w09|hvc|Z ʇ[YquB#ӄx(757AM}O plAcTZ;K=3t߹G}uH~(eJ!@Ν,D i-yQ"~zbeeA}bk[陟ZGrJJ&pUUఄKdsM' ItsթP0zU$ˈ^%EQI?$7Z,` n@7?K7=6)y4"g@x,ߌG=뫲_H8,9g#HCk G5r"pbJL0J/v*:jZr#?Zx E SI5`=R4@eJJ?C" m{=>HBd/Oj%IY >{ ꢪՇh@} 'ņ^Z"H@[/!FG7w_cҬÈlցzI+x%8`E1m:"վTǡ­  -2,<}u^fj/vχBHX g+io%f݌%1 yK=֎[\#s5Jh|zvG0Laq(A^IOHv+(u1L:>n3,/`\t6rL $ޮyyh{ |ź쒍^z뀍*јN> ٫+KgOxNzA]K I0$>P,}XJ=;WUk) NF!ۘ??2Qwl$xCkȲnRv'A:oWv>JB ub, u9"wu͎t ,Gz')kI)Cɾ>K UöV<s-)NMu=vF%UvjW>LOeg|}=rU@K~[)6oLai8RK6n J,+J! 8NEHa <*gy[CG=MR` #S7/u;ʂI-W%!}ZnGi B=<ް.xhu1^~UhYyA[5K$m -M(1dP |~FsGm:Fsѩo?2)} ZC_BctГpfN0(@']e8e-au""t AJ%XcE?rM%%PW%U8̇&(L>x:OJaamt"tDfd9zEv\p5ܻ=DvC=?=KpQzUVf:XMnuq\uJϚف=򑬖ɘ "ʦ͹R|>x~@;~,X ẅ́ ;I fMV)zUb / G0F۔($;zYZN(ɽbT%S[4S̀;*R';]6m?^Ep)(#Q 6N G 7Ӝ5jr$Y@W?K3*a=-`zm P"v\ƀ|xK' YcCfa2wBVX0/K\fDظ[~G#xnv%FJ&┹y{@vSAWɑŗ lSo5&9/-# 0MgYE [t 8[\ɮ E7 2 Yf@+HЃ/R4R^&MOaJ>2>d֘G(8a[;aX1'E, _TګQ#S2H=|۔)E倝!"YDkU&v쏘%q8ZR mP4ٹDX~l&b@P^}JڊyIm`X;RlW^)Qu{7@YЙL:9o(D F oST Q1W:8#K_Aǭ_-01MhuPh\<VsB}31O^]يTszF(mlgk?Ї[xJԪXٛ %nZ,gΧ?:Ѝkuv͍ջZ.׶ͥE75VHkΉȯ;QF]&r3{7yNMUƋ[dϛsǼXQmtgxuCUx櫵K9 .YmdT$| ӡhjXlnO hw}$OfF?%F嗈wRJC( zo{9`xt~,ܽQo쵡 )_{'JuFg<!B_K<@ƭт;.?y;Jp4[f%J88\ݝaG$h8@?:tYa3 T4ΊۖY>{v. |i#;K/ 㻦 /Y>/l{l%ѨH}0{ZĿh;~u[P2QNՁ8Q$]QH4i_N=>ly[]ܒu'Λ$W9A>6_s`@$Ĉ8i ";:-KCϹ(ނf>@yeznat_nPZY,qUu< V/FfyYO@fIyX&KoL9HB9?KՈQ,J /#[>[fp. I&ھO'0) S駳̷}$4LBXCEۤ[שۘ@_ D&*YrZcHĞTW6fJ_HAsF>=d^6" W_]QO/MCɼ@QiQvi@dmO .@ X /qŲX}/8Dx;9u )l%:ٜj|ߊLҨ̨gWX[ 6Kjnf9JѳMy\3lIڃ@?;a@ &D?M rU_d=Qryp5BҦw AiOnB ^T-D:Ƨk^ 9RcH׌u)LJ~ՓVH:PC!D`S=by;i'$T@gRa/9]4QbL|>cA?`jfRc/>X7-#Bޣ0$@m#v0ͣ<β\&ԄiTRyxoDf'h8*VĎx6eŇV"7|ULB*!MGpJꔜ tٯ_tjQͥmz`,!D 3"0n^9rٯV*-nNy1l1c,"? 7,8y^tsr k7y4^IsI]! )"/"⧿Q= 45k= ڠv}h#4Iq 6@~wRO޶RS$IFQHpD=d hAPP,BҲm{~a,(!ʥ? 11N`t-;!;)7T}Lݳb^1WiVW+?/wEn(L".Mp0n);Q)agsb35fo5=[T-.qQJKգ{ɾjϊ2 D?PSbd{كw T`so޴b. 6:Ձ6A)?jTT|z,^u|RbArG0Y%EXయ_sêy.RR&8>8/dFs|piIX16^I[bޕH{9V)  aSdڃVv79F; ?!"u͓DԍE{rIWG#rSD#~{9m媱~'L~<=yN(-棕zymV sPI4Xp۪}Սl<ހH`(OBeiw'%,gLȀ<8L h=~kƵB;eJ(hYƾI(/stET1MlPUHoo"&عXm\]5ᮦ݉PZ"|2˦ZW 6{ 6v߷-^?I4nzf O7Y2f J 6τsGݤ-օG׆K]lyx8<;<N"˯7SOi̿hq@J^n8J*ǕkU{^HH֜ˏÓ ^+iILߐ]y<^Tl_JX^b.rCj>kJFwND*sղFZ%f!ER;Ωwe'II@՝MK_vg@.-zbbMf^zuX_`Sd;_SR]TZp 3Drd3Bzo 0\<10@/JKLl12:,"01ښb7Ds3fM mm39!i 8Atf? cZ%!:J̗KH㡷ܔ4քzzTf%cN۽` XQ[ɑsPDF=Q0]9yZSNk횦MYtk`ltz826\H>CMʠJĎ6q >"xT[*FUD$VV◃Ή,co!0Et]*,UdB4j!Vf$Bc$MsF]﷯W '8=|}b~ KoͳíE6e_Fi3xBl>آm`$ SHCұ{ πZ}g=6Vc+&%b_ b֏pZ)bB:uA0+9i-=ԈLl','”5%!TBR.*{|ADc&ϖs7"@?C˴:@|+{o|cO-O=x‡P|N@0cADx;UҹwVrCWE쐇OY ݷcjOeJq@Aǒ-q4K䁯x8,2фˬ~\ -oT?HĞ)hp^z+JzA舎򁞳1?"B.3_f~go²[}5;Aadcf Z߅kǽ:_E7U.r2rJ?"ߐ>M\%A}nv3OлS֥*^L_jP7V4yLE<({.ylY <\@2 H 9hh$wa/ KbP@lVu E;*Nٕ LnBiI_u`+#.4ߤS{mMR+2QD7N(\ H!nBaHyW{%'z9)tHep)nDDfyɘ80N\>n7bz/Xɐ `7kGb֖G #| .x>ȺiT 䯨^`qm\Ixu'&wᅠZ˒%RN4qZD͜H/}=a5rcJg A"+LHkB4M% 8jn8hL5*rb'ȟN9 wϋMw9҃p+@1C]tjPݔ}k!B7 -m)kR.97xPO\r{o%!"*)D[z(y8728a+n0%^˓`~T(- 4xֆM;R *{MFf-t_zIQ"4 i҆$k}%&ȩ Q\ XO % 2 :Qɵ,ݟ*MɢP? PiV˜pʀIHD{l[Al,#P$PD&e:)us+S3>ȩD~I)jIuhZ0ƶB!%S82z[6M| ˮry'!}& ]Ez ȬIXYBWpbi?2{=7OP%yZ;>X"6,eJ<>g⣔w3?djg]#40] ,UjRS\}dALhZn)f2&r-PMìKg 6*r`T6 JIኼ4 w6\.2σjE,C"SL4 ļ\ \ 3j w]¤V5E4^Z}y~ྸ{9!LSNZcfېš"@>Jg뻘_]0\^!3$<35-7yyvf_%}1|wj89](㴩cN\. *5HCs :N rZ4~]!C 1Nk,xiI a]p p۳4'KDgy`Vp=iTuD*uSR K1hWY!|f"3ʫ=o|c̞y6U 5mL$zJR ڐU#XEi%^ z4Ғ3I*6ũ:oģhӰVⵟoHbl:&'!X{AXu}ӅӴtY6S P bCkb+H@>qg'N/$LkFN|>#!#޴! Y͋sQ5 W+pf8׻\A D&8Mt MO~S)ȿ+6/yk6:@ J} ^  /%誵0bY2\ӓ(p;)J5giz: #bR*O7 q1f7I7#rRf~|9;+ NJ13ҾÆXQ6F>^u{I#92ǦOCx Se3e0nJ"#3=4z!,"dE;zY"uưm7yc՟BCBf~cآCŐO<gW# "wD) OwoLfUQ ˯KwE.#ŝ'q*&6~!߯~S\yD߃cӖ)1[E?qGSY s?BB*au?9<9b Ta(Y]v79R˚eNܾrO/tqڍlPX`A&R Lē  J<:7fl,%yp,#LI 琬fd$0BoA*(v#m'rfvAI;Fɴ*uI6ѲmaL )VbQM@D%4UC:Y4&KPAWV!/k_.{[8GY َo4DG\:dۘb f .Wk!(@PT{<0KAV;L MMup:C 'xQ=O W0?L=2e KJD/#L/L24 Xsh mS{m3rmD3,~]Db) AJBnI|;t |O/\/}dr{[${u+/,!hRf =LHqցҦQts\gY(LR{+_oR`S 7XUK@)e@q,}2>!Ql!oe~AoN&Kՙ<vNRD"֢d&@Ҽrh˗V}[tQSOp夊hȑKޞY? Ĥh-l>|MUFeCA>6?Q=N>Ams3ܲjpVWxK`]d)S/+ӦtTЛ; ۹nAҨ{0𘦦VOG|ۡ85$}xY_T0\ FWD{Qu(bEgY-OڠL/6 Xo|.G ,s',9WU2(`rqNoq,l;YnʢX"0kClW H|7~m&kTzoL}p5EHtBMgM R{g¸1NhWj_9HO=2kNk!zdQ {Je?C_q܌> R~csiK}锄*LnXuZ.X…ŭC҈_iesgÑS\e|-|wu8lM:+/ފDmϣ}peUKUtR:!KyQQm)3DSTaZo6(h`Dq9أutq;۟KDhZv:k1 ɴHuB&,H SV# ؜Pv ?N!,WS6G%z5[7rVE5x aXՃ=3-=3U* y9hT/aGkx8c{PGjWߖ~O hH]ꦃљѳ&6$A {w]W!PHꃰM4c.ZP_mUD< `5EtXi??qBXCu2 @f~3 F=36sHPpQ[+.D$*))*0ML\d FR"*D86qE4CޜulC,Md?N?q[ RAهv'`VG~{^q#f/NPPD$BExu8R繩ioM.`6'wI+KyW0Z6o4٪1C__F-;Sc>, 7O}=Nx1:$]^4)f#.Eob*kLوge_ H+<2zi52oL"u&& ؠ]뭥v Rz2 6EhMũƻ㩈 ilx,_` 5rCz~ATjZdPN OciV*s%3lL63}*XжvB */Ifʘ~+hIR8Wc3{rj YkY[\X`vCM3ۓ ~Z~쭇.Y@Ǡ: áQ@35E,'VJ|4)h.Bcj5cȂCg?g6E(u_<[荐=𺠲[lI2'^دډ"'ϛPEԋSܥ1@4jNA-ݪ5FќteLH) 4I-`ʍF늉F +m`Sҧ|kZ"ߤ.9ܢb_/]Z['\j)l [E/xaMKb̤9GnN]{rXp60ɯ~xoxZk-H'INEg WR 7iC3t]-HMח NȜհj~YsIꤾ,_wgj7.!r]͎̆9! 5O?a̾moH@bw&1ωKAŭ/A%4$|d4nq//4R2bED@U(S Q`8דNMc;y~Y\ .8l_{Ͱޓ$"gp'L4*_,m^5X#x)l0q7H4m#Yn t/Ț0 P6;f~2(C5B9t{݃?ڶ?#KS~~^(Q 7&ҤhH -|SI r`;t~`rD80pWmeQCw {1%BT# X?M]DIU:wO]s#$,m{v[ ;ֺ9_~oXTd֩ŬL|2H,%7u`J^%̮(.@ƱvZgJb1O!(}gx&xen5H2?KvL ԫ0c)l_˗^B-?.C$ ^Suv[۔O/aEoM29%̡`إvD瓟Qḟt SН|V@Xv[=Ktte"#WEWqq/b2{މb}M+/Ō9pʵ%^ ƒ:XWeǢ-Mv8e?Mj'_s07;9WZ+)04A?,9GW$!ѷz6?U lz:fHGY=23x؝avS*!cdoCW>1PV'd4Cyԡ//7"~a]F'w:|>}Ə }AJlSUӫ\%r_盰Cڂؔ\LJMGpntLZ_?'+BiFt\uU8,UD_aqqoFX2BC.'h u@}xvwYi,vdK[ XoT߈i*OṷDSrʲ0T]Q#'q涑Fx4cE1qkY3v/7TBWѷym_2cHfc=;+G [ +h̡-OC1n 1[t5n[CɬU;YCǃ&լJqmCh$zQ0gK+y# ̐q^$1[x$^ihhoXf2 :diHF;*o't&45vȄ6ޕfőIq_|VKhjy!cızٻEY=6NM7xO8dv^FZ[#0,'WF2iF<3y[Z#sHM9Y94ykd %'RzUOt˥ DJ`V*!֠h3rtRJ/a jXz Ȼ|DvyE~F\L B,v{Q]YZda|&3<5ۖwUM>z_]<`ikGQҨ!44=jEHj 6_ K.>Ǯ:y *p Pe4YCo<̉sdRLJ:"9 P)Q 6ue㎛_>O@$Լhn:7l Ȏ"/X%wAf/S \[Zkᅫn9gd2i B6`wС$ b1$P6"QF?BAG ,`b—\8e*l? qԬpv'4cv7),ɞ/?Fc@*RL-b|T DCw'Miߔcw ܧt4-/#&[\}uO8,lH3I-luree˼m1PX;ܙ IFeqMlvg]~MjIdˆ^t|M2ZVc$4 \]ЅŝN8x; %Y ,+b dʐ`U qV@!MQa?7M%BMꧻa؎Ϙmnz9Y>rE,>lqZbp03fNʉS0OWgTÚ7Nr4d^;*.Z`q(r/fB`(onvno/?Ր}9] U@US(P2^W Ws9 y Kz\QB_hv FD g4sj`$O f^-\S#A)RclC־hvUg.:t敺fy+v}F0MO=AԾN豈|H=Ά9x*#6ȅO*b`|&EQRj,~I(s+čqI pꌗ=ww0%$?~T瓄ˀ j"Kuf;vپ'T7.āYk! /\[:,Zz DH_fǓs钻_P&^ Pzr9Te`PbU?_.;dրИ K񚺀F+ׄs遭aⲕ456Q-` %Ҿ{aq,s?1re誒wC[v|5R|AOІ4 W*NZOߥI^@)VDKrEC@!aӖA{+ ^U k#(]߫ݰ S?acʼnI;'rbgUyM{L>c><{k"8w e@EJ >%:6gCwZs"@lS({gw).d- U@we+Lh`EcĤz~D,{`p ėԶ8Se>ԫw/ 2X> zY°p{ǐ"MfHl$W :M>?+*n|7BۖP(P#aD j͓+nG4rƑTcd{w&^AM&8_]N":n xkPdbjW~J|{#| jYɉE8UTːL.ko'`nJܘ@Z`+PBIc&Hw?ﷺ%B$`Ee[!_J378 Dޝ[Y_65u_QnBP]w ZlV+?>|S]`˕ޫT,s? \AG+$|6YMIGLq'彞R ٱ8j7oZ>"zk#Vub`jUSMSJ[(+qJyXAdʱQyʗXȻDN\?vjQ :SS wCDcC.{p,Cɚ1}[7\#s5|W%B!ǷS՛= N0f=yd?:g74t8A7n5N> YAB|۷ z0yYi"%y/oeo|8b<[zJt1C;.x+.Im}Y}8GMp_cZS,U|7A\DhnחDW=BvsY4<8aB^0MroTÕ(:{"GywéO-]g7mϩӬB|U2 f*dU =[Q˕Ǵ; Q: .Wfs]s1dS<}3{yPIWGYuFwλM͑'[8u=7)T}ҒMX3;Xŗ⻰SX$+2H=J%kyoz>0`Zr5d2NQ+fum<q8@I=,iy-ԗWRAHvPlS'y VV~3>0`z`G >rιQ%qvDAa|$˞_*ⶭ0^썛p.yh@Gi^531ҮQ¼UUv.ʦG75̱'kk-eV|0J- UDAqV>'`H( u7 G[no "GU2$d`IW ZH[RLb@z!Maq%kJ~WHTZ|tEO+ e'E<"m9z-\sj4_aMz.Wfl߇YniFvT1g+qZ~R*l$Inz7_8hHws!?9v"޾ fCA*"9̱@fΤ!mlyFxqenF 1"s :ZGHp9%EBüDO{!|'=II`;9x򐞍v9BLHRZ\H < @%AOɭUiFS{F~Lt%6f Z'P-XPrR<)|%b |VU$T(8'ׯjMhͺ.AN{2-W_/S: z+ 6 5 J=ucmu9S&$f/PB='7zN!{mȤ'jPgP /q>cj%BAI?xd˕Br!@Qk>y3ҍs&Sph1ڒ1~[O,AI@=:8+o D+q'u4qGx;[95ZEqzw7JQ\ҁջIY1?%#cRфS5*F~ʒ{V^ȋq:kK(>%+t(<\뤳NfjD="6$uo"R^Rqw:a9 CqR86i1?=!9\xOVe$u-v se%gQ KYl_L8 BJM<J\dZD2ݼm1*ˤ7j 2]}HΤo' _vO2T!-*;0TTG?!!3Pz&FcIې=X}r.azFPioiR;KH~5#$w>/CQo38‘]z.[?~Rk*XYc<$M9i^-08;Յ Sx_jx B*uy֊1c[{hLrNk m-`TaʉhʄK*I5M7!d9-VSn Ѵ]\ǵ,lyX;=ZeIE6dZ~xz1.Jo:#a|k6ePGkT‘X?\eb#o.NԠ9b(|oY9t_Z#W Ya5pA787sRN <O>=Z-6^N' (`ax77kiw&r$[-+c(ky.z_< gYYaB_m|OxC[uk$<㹵781xr‹B 03F(!Em{zvcMn|Gmpcb\+L``\ slooI]R}Tv+`dG~ Tt뚝Fi,KSv] HSOgdg,N1%xΥ8zC*Z搭04/.ohFV FlW<;lɘHaJ&R)Z{[DIn0;*!|5ȬA8Q) EORÅ!E|fyTl"& KD`OXZfU-h^q}TVWy8/V940'v'9q.e8N|mY޳SYg-A>\wYf6乯t'D(hJk)@5rm?-wU&q.AʎQƋÊl˴BF@YT!#?uDᆖ3/bB sT+zFtclDzc "#/#ɱw7sĒgԂj|ŋOl^Z'ڲ%-֓zn,'-øQZN֌-bۼX4E5ab]rӍCNl}oa>Gvo7$dL$?I7A@0K" (ه ~I 7pVX'I',xJ !c>홬B1wy;<[~%q`H5"94/O$YS?Sq,JM[M+"D7$ tҳWݹ{(wYocLQ4O̶vL7=B?1BV? OwIU6ו1Nʘ7"-\yQ7Da@Q)uq8u4-e;Xyꄄ| -WMGjNܔve80˺#Ri{KB刅 )^mluwA< $?'/l8c~j97M@c!V;m.mDH|;oֈ{maZaAڢǂ#lfKx9?nM-Ũ?c?2t2֛R=DJ[VFJ6 ! O6DfsfqC3›GS3CDZppQ-F-j&.F4pZ¶;΍2i,/5d`1#+UV}ɡPeICaa]:T@՗YjsF|eV%_mFCܓ&[ySH^4@-~yJDϱ]P>YڷI=GH╟Si^d(*ڨp~GhTly%;%7b&7)A,~ d򏲒/?T7#rz9a}uEX^CjTݢLY,>Ж%|@5Pбmj _Ca? =gUKLR8<:/v1MEMxOMՠC93~sY0s@DH˜5ͨSxO텆wFr[|f( V+s^}"U|;oԍ4BK_lsv% BPoॷmG(͒DY `-zIUB!'+з扝f'k4dݡCvst$Vjy~l"YrĀBkz۽ʀh:pڕ$K%rM! @Vv6UH8O zқ=A5qb ܟ qR o2*?G~ҏ9X0iiIiZW | EnH03A|Z'fio\W.+:D@sk`ZPFV :GY~5&>ک bi&n$[M3 D^J a>+W]H988/fnmτ+B$R̥Y:5CKRQᨌI;qdX9ߙK XߢQ1kӘ`\g _熊1aڶ:ޘL&2˲#Ch7kqa,6JWh!57/d$:ou߸)<8Z ) rr9W-P!+O$'? kV6o˽aS0`:viޢP5td5}Jv4F\ilV:Zأ4 .ǥ[UV~ % oTd_kz`JSɟHA(_MAiTK:F&mxkk~޴~`y{YH GkpiTw M{wP(s Pt`J&3"5K(T3%8nLqL,8Hy}|7w']8KGb.0$ro#>љ?$pBY ;J _K\g[[&dj~DDomN"y9,QWlJ2I1jI2nN#GO70oq 5g(Y_.Ŵe^ fm ګ!o1[6O9x߂5Fػ=khwd3r/ir2~Eq?LF,|u;xR{F`Vt=8`bW zIx{=D[m˄uliN_ ~9VoVVU5%X,wzry3xИ>ܾqt>͆NezonN)hz8C sš@ӆ.ANj)CЄ}ߜ#f ZHPXH^5ƃ;\tGJZQ) tDc)5>^B|O@AX?g]-`u)Wf/KB*Q'ĪKaSJ#T-m?Sq-ş-Dۚ-lf`v5R'*_غDY+=7$maf˾^Vz\޵+/wD?bkzwh2т +w>i@n,GnGs9cN>b6|nq޹%N{=ZRO=ٷ>)_Di^du]9iZFi˼ηnقx`RuG6\+`1sZf:rE<<9}#L]%}Z )`G(5$ÛM"`ղc)/e{8|ϒ*SπݻջUzZՂ\ӂpӏ:h6 Q:݂txGNW1zLI?qЭSY<iW E95Z/ ]/#5X\P۵B MnuLڇX(%ď_=2$jؐl6K顀k6m8,U~k_3YC>!NRqJ.3 s+: cCYl9n͗os~^|8U99ӗ&vw#Iu(X+oaL.nbFއ6/pyU]m1`5v>* +[hmW~FZ [Z:ͺYpa @`N_t'f(=}< !/ײ﬷9 OI4Uc"9/*`G9ڈHB!&ӎu䩥fi(ú}M%%BWSޙ6sfls"w@l@^Ѭwhy%`%)u9y3O͂'~b2/)ݜL~n<q]b}? k]I ][0UG6?aBo\xBmĜRjZ\#f6EfhUP ?nxh1 VU2R+6$-xaAeCCׯt 9뭖Bn5ވ̴E-TY2tdj`id4dx$\M_1Q{MËWſ2t3FlwB[yݻ)FAF}qa~.N;c&ьL=H$&ؘ6g+dܭԔswh(?86AM3xɠc z4Yi3JSetoz)=GUIIlr׌C4@Fpfe1{}^vq7xL,By,- G9*Mq؊J-*nbϒ =!Ύ>k >Mj[8շE]ךh*7V]43U{C\ DM( nBmY3fj2 rU{Ě&q_ aFJ8.ѱGE/X9}Jf$l[SEY-.1O*HT$# !G/Alp{NMj %#G6'_|"~𝽚!BXZ-I=dz1G#o];}x; >". @Zk\ 9XD^/rc"S=,HY,wPP Uq4/DTQUSOeP_4k˜F܋`kܜrˉڿz+0Bب`JHV%Dl}}^&sZv#P'H:a^Ϧ՘vVv7tx)m(>[ĭ 2_Vcש#ZF|O;~_フio,8'Xд@̮jt4:9]pN<RlJŬRb0.3o"x4B[Z:--(o %Eͩ50[jȅ#y<HAڄ" - %*vc]BpX 4tPkw, `C\ocxe5wp[뤮3Ugvzn;pEۮ0rJcY0U&Ҧ&F>6}Z/J2 yA/$ubXC _ 'Iw0x6=QVXY0ZaMD*eٓ2 aqq(j؃>idv|YJdkAB,@ '5i s&.O,֦+&i&㙉 FB+cRlQԻJ4>G@įt2+pt#v;冗~PP~Nղ(Y{^-U<9U :j "˕ҀU;4Y` Su5oC9#~H-FdDia6Rk}g נ6إ_W\ H[weEd}V|$ޓTjk}"-۱Ad:'jC=zVl ǔ=4%΅q]ЕMR=\w.w1 'b%@ i 0yyfx,_ޜP |0tknϾur.NWS$G-(q1CC$$ذb]kSfS0"pw>c8e[gG$9}[ /l",vyԻwin*w./y |}Y[{|A-⩈ ըI[XCMS&A2|*%l$8zD:|O)p@&׽CGTdA_OI+y-EU/%ԛ#ӒM2Mg}_[YJ܁GQ71\,H /ß#)ʷQHת ms^`a$l-uN3m{S YԌn-xHAm}h+֨tR_޸Pm  YӼ#$!̰8?x!kf^dHmJW2,״H@VYd26DS;H`+9ícJF٨*pVkm F{˕@umqL|SS^ | rګΩjm$ۭUCs#!vXLFdQUIt^0Y^q3HJ&!E(It ̈~v}aL-aSXNzWO$:b'7=+l$$~b@A-y^zcgصg`OXTE UXJg'A)邏 ]≅Jzф\`9 fJ檎ݛknG裒EyZCbf70iCSPV_gвl7զxi~MU]+2bz.{-6)\ST9Y;r%]gQ6V-A\ݹ8<5[{SX=Z ԥp'P@hGO{e]ίE>|*;_i!vqcE4~TMN?XjshW^rN~$PQt b~&W^I77i9b-97ˡ1{S ÔyjCkrݯ'#^yfI& }h9P KѮ⺡ە1b)AmdSeH;_7H &3bŤRދyG}.=QŁf\~t%^Am蓹Yhp+ @yMWےN3YnD\b*㹏]ߥx"->e 2LT0:i߿! tj}F) C\~yưFKbq; 2ҨW&nt ,7'@[=ʅ%\ѕ&) 0AOu%Whik`.^+F!!̽c q84GAaHc$ٚTEU{:a)FfғLYe`xL$u#t+tKG6릠}}ysGw]Hq4y3/iM@87tU׈'.5W1BBMauzif>Eث;%{ (pJ>+ 'SҮsnGc5z?N$e]HѰn$ ||lcQ3z|'!ǫ=~pBmMI:r#"O?5A.&froF ΋AT3Y=,t&ѿp>|<{`_G{l*!:7SYryްZޔ߰gx^GA0nb 9=aam& de܁S`ZU-Px2ElubHqk3֝gb-?hd9WJ0IbZ&v+umB^Ԩ{?ޛNj%sr 3G:"=8͎~Nry v[zk$m[sqkQ;/[%2H7M-HJ0BQW5NSUr=wseʼnm '߂ngu@.}5WCVIpi|Ky2\G0xXj neUeXv}Կ,nP#K]ǔ:oPEv1Sx,y t+VB69 7?gE9;דqDMpnI\$_c7%m^݉{2aFhL4 'XZ#7wiyFr$l/eBKuC\:djKPQ~O0`=\I&m_B';| %k|*Z~N%M4# XV1 kr p5}dGم–tfND׊-ʹj DdL(S[R׏gR(~YXoP&R%ҷ.5]I{vPjדrILUP$M%|ϔ 9EF{5elaVXʤxfZGXnfʋNi*Ʋj7&лFk'o`RYԆQK|iTt!6[[yWl0ba``υ\~6O++*zejӼfnHcii6?L|jjfgת#GydyFĄhպgOk*_*ws f׃H6гFÕ <'[0K1=j},ΧS&Qgoj_e)btv q A78>lGϓnn Z̲Cg] SMz;r\.g54*FٙgP]@؋_{MnnMi\IO`A+l0ZHĮ!rTqdD`kѳ*sV]K5NS^ui͆i%|!;2imӻcuaexhES0qL݉KeL8aB f~x 3Fk'cpNѩ辝7'78^BœP&/$1iʖ@x)atnrݭrWœǰkXnGR[FZFN ^"]MBpu[Di3b2u;s`DM6 RDiۣ6Yc<ǥ9Nj{ g]ӁkgZTXN2; E샀ӣTڼgձ2rf/M{bz"qH#VkP)|6֮P53c8`ޟ_&N_GQUArA^Ϋf3eMƥ AlUMBEcX6=ۀ/GRց , qm!r3@8]nNaӣ``b-TW<5@i-Rl7T2g5ޔ˸ELr' RT7dc]w>Ġq΁;g},Y ~&hS@{#/ǡiZ+`/Qgo8( Xt©mO$AI Q"§D.p.^x?H:죛CِK.Kg.L^tJ)M_=1T^`e:zRpWn5oV{9/3.#4?6~ !~R#1~?{N. f!qH&B.75xV\9}9pGue4 ?#-??%S:z]\H@42g).gA JM;]iEuZ fOv^@.7;cn֖3xϗg:BAf2F "™1BQO+ ;"@L`!l-IXK 7G8a{Fq:(!0C3GHYVwT7um gJ%`HSr"SWNzz$Scw32BhyW`p??ڙ]cumm~_x5Pl lS9MKŐ3p =KLM\1kYꬓE;Ŭ) j0EM*vאR1?4- '[ߍnxy'02KK5$? Ԯؐres-Ĝ58Ա[]LEk{_Ye'ϵ#WVP 븽˲ _,,=h)Ǎy @^LBڕT=h'5&C!U l${usVKg4<0Q09[w)ۧ 3]y\b؏ ߞJ5`|\O|2&jckw859{Tv, isnN4=QPFfCse"ž/1'%GJPy"ʫX`> Hmp *"$Z7"Ź/ K:>}?"<)Av^h-K~)W1L\VwCM!Rw|+.0}{v\6nMP ]īҢ-{Q󤆜#+YRɦ$Wz"wUd {NiIEoT=ӟ2~O/W%eYц{x+Gponp[[4zx*o5oVCzCyQs&u{%1+ȆD.[m3~ |]aÏ_?0: ZHG}xsVP+K~2@=zDӖ4h"2l&680®:y ٻtX3& "[Ptg]O햅?h&MeUZ{_H v"uq~iR=i .nkA2Hޯ[QEzur?؉=6,5/VPH+XL?bA^HKBUۦ&DE$:P_Un'aW{q\j㼽If)GY7nOxpdsX-]WD`m-ɮG=ߩ0r6=ּYa @Q^T TLzrױh GXWW7Apm p-Tvw=j41'<{{8 cK6z oiX0iSv| R[17i_3&LW|?95#ge@#9b?AzOYg9r`DTj"\7"W՝ Ҍ6F╎mWMiW륟<b+[XQ0=mBsK LLiV9:J(.F)r~'hٹJ}a 9V1?85옧D:Fc*g>2ޏHSvw' ZC2]6藣~{3Ry:5H!Ҹ߯Kuz5BKzlLy@<{22oJz|`i AxKSLU:s#وPM2XcVE+MѣQWXf e9h֮ӊ$b>mqPJxIuNq k{A#i9םYCJĩ9'Zcq;7i#u߼i~J12mKߺAc?/e \zFOD+2!3EGq 7 [*b` bM!܁z ;,&ܟU M7x3 RpsN\$)5GZ).lfg:䠧@Uz;F`z>H%Vj~ zB&"eU6O{ٹ|I8,K CGjiDM h ;B3?*`ɐWhƬϋ>GIl%~gTAG.T><)KɝO;gGbƄSQ' a(15#63 huVri*C Lȁ:$.A y qT gc/T,8-w= RH(|)=!: (.O9}6`by*?hHyUBX՗بLitFR}z%Gq]xA%NG\L+{H媤Gh!"Xڥi6^ҿ5-ْ 3=+dZyN@nVS;; [ 5*@Z |Yx->霞"Ḋpy/0cCl-tzW "T@ԑ$ m?*hPvům,C,cqʤ-v M8!ȇ' 2,TX'"ߧ ʊM `Rt@A'R(FV B% q44'ߺr,m|`Y-2j^ljY&0Hhh}OώwMǽBQP6T dir+tmY(4ygtB؁'7#Q4:1,X|`iԓBOdҐon֤(/+ӯP[4Kܢmj(E4ҲA^{㐊ޫ*6.KG L"&'8#`$i8yyI,ɉ$_67Yx/=n}*ϊy] 1t$LՃBe=I7ʼ+@5Ҙ(!opLw~][kpȚ$팤'c-%^nH d=I?fE MPl_4KyvM_@_KQb%fUUTV!6mpOϏ2Vl9]ͣ 7r0?]ۙxh,%4trWOCLYYMˋnӹ3ʳSkq]AЅջqe*z`Re-sfYK>fCIL  wC ˃veM9͹U3x CHe #D(-41y'gGUO .o548u`{^;*F>J0 r4ɴ:A֣?y^3-9^x/**`l)VYt3&sNu[GϲӈF}-{)nq!ϳGrw#bX?t?SQ!%[ Au)ԢF],y#4MC1NbD&z%Hڶ3Ŷ3 5H}t}ѷްG͢>6 Ug{lvh7of 댕mM]fF z xn[tڼLC::7$PGy$GfR4JtE E:d+ 0Ӡwd}3Q)k[t3B߷+!UI1x1ػRxw=X/1h.5s $SyF>pzbSYxN_6V& b We"^#:qF6[{-5 =AGcwY8J({&ubswA!AHS[!%c4{(ψvt6NkbK;.w3d f@Nh8$v {`r( c 27r/( ÕÔ1 B)XRB%=zU0Nm p,QUY]Uލ.g3&dڄ~4_~?s3%.S= D 싲rCfI;1]Zr/_yXB֟M E |"~Kc%cC&ס\f#{5v ScqR jށf0娗HD}MquKΪ:,#6vka̪Mf%>djM5y"' ͢OE?`nHokRr隠)b)hlNUs0tt\f{5uc ׳(_`Wa{@ .&k0h82f-&LhnBy8#FJ[r3ljz, rEZ 1+,U2Br>uh´_S &Pg^$|bbM˚^ޝm)69APwz$DΗi$I{w|SHC MqXg {̳j_~iF(FLzU G]&@u4L3. gkŃIh>[cjt'>\$SɂcS"O5ZuGm?K#<0}&&\%4=Y]IG3x17@QG#8S) +ޛtg%~䤲KܚON Qf54/ *[8a¡gL ^ka]bSU6(-M8w2S+cSka2C&HKV@(uV*n`mcl&Im|n,W? f׸¯p`,Ds.Uvx`F5vq1 @|$ctbYpo:+"R'h7*>B'MMR#Jt,Y ,) S^M;5S<wCV@qΗo༗ r"n  㪋8W MWsd~=Wa ^{@vjvi.=h%걝#۫Jz\V 5z0\= G196"(CbwOraρ& k}|0Ωً{*TP,:PO%@꿹 ? m57 D'@_2!Q)Sq9Ar):@%:%XVQTd+ADǡjEjՑOk;CQ{2OU…>dy&%:`\!|\|zzןAܲF:vĚp޻ _$T @ U Kk` 8GP>R@ xU>M?7AU.^9:f\& S|Й/Kwr[nҺ5oe=bOసҺfP7Z`l"g75_(8DzJl<Ј$ Lxgql"**˟4+~=%k-JΒ4ʚLx.s.TiXݙ,K"#GSeŵFFyAIe3LbOa tjRH-3C5?zqq@TWquBJ0?4 Ɵhܪ8w]T{JJ{q0"Ff=}OT ַUOg:, |WBl5޿*ay6|l j;0PZ:(rp Ն}ώ}ò#Ɯ jbW w{q4Xj*wHgCFq_ГVXCX ,]hɦJrqWz [<]V!?*>!:'svxTu|I@PBʴ9s@F`j!yyKqՕ#0a qqci^髒׬~ z{`-ybX+aL@mY촤j>CVa0a Gk;o釬t[.rr*9hXh遜M 0E{l6 31ԏkLbS*VG\v!X¼mJZ^"ՃJDʜXfLW5 Ҧg _O{g'Χkjl 6֏A0hMd\6it1oӿ7Mwz[4m˩ж,`BsTIOj:!^/Bo؏<ͨbyM'ng )#r\{N];X= DAqK 3F ;1#c,8~'$B}Zi?Mb|#l;`0Ir&hc9 Vǵ0La>KH0eYfCnyJ LCǿM-f#G:w>3^hI8vGn0swBmͲM[+oW Iɤjrs;.^BaG1BIgD:moF ԧ}< r]` yabesPܚ-,%\ @*JuW 01}3;y49Q%{oOz%& ]os@Ԗ0@}#(Y8vC%HwqT" 5taִ{;|coSp*s(bĀF =ВLm*^w;z%5`(MK"^9j͹$=j0`&B>MV[EU.ofճ:O}5uH ۰4YXF82|Y;ԩ$&~p0JR5n-XP,iUpMFƣ>o %ԯ:{SH[Ӆp1DnԦT43TRF<ĭD[`O].Nwbe3(4|T.8ku(H=ƃN1멕&8Cq 3 Q$8:qM|/8qkm65-8!,b.;a,`$Z1jjͼ?D#tXRsZJs^-@İ蝈F$'][ax=5ySa1TN &g@驂V x\RlWN0kWvanM<سo9'` x[Ly> e1d%0ak KgaGUgkGp7>s9I}r0''OG Z>3~7aMŗ&;I h,̕&^_]TEr͹=k '9;5T9F2 9 sd="P߿$DCeHQGT23Fb?+|W)3o鮸wX*K3ncf;6 Kv`uޏY^aV%5ɿg`eL"5HtLIsXcCfF/}OyQEbpOZ&ar9O܁+$yszJe 4?@u#ؙg&fp(6deu TP&<X7 T51{0y9la`Σ\_xHA쒡3#SknF٬OfJH2ܾб9v$ 䫚f= NBLoE*?1%ehAߜe"6ŗ%z)[B:< 5"TLA \OduN0ixIU*Izv;D~*B&|=:pRYF< kqiô>CA E3c*II2EلuW,_#G;qB hMzA'o~a"Vdۮr"(&&cG&#_B b@I|Ӕ %k*Hʑ)F%{QGJ3ttjć ZM;J4D5ܸvRÔvy=OҖJ)?n| aq V''b;~mSjr9dWLbҌLn+XLj  Gx{cB~lVg5줌\}sΛx sCέ2o:ҘY[V4go@ӯy> kE\.DgmJ'[7&!Gs҅9~7# QK/3d]N;;хMrh(Z3}΍¨(%wk-=hjeB?^gvoх ;Qc9s;AxR"/ zwI+O"j<2:}wU5иMkv-l$Y#6|`YIA?(?/I{Ϸ #Q 璸Iz/-!e)^p ta#DEceC;-<ƭ+LZi𗒙;.Y E RtUp*:'Hc1F[w a7SIFf^t 0WdO.zQ4EkGP*n@#C &)WiyEʫ?8Jr-J2D{;hcƒ+ZuOq>t>c&Ű9ƆOa]iJwU_Ď "l T.SptaXKxKl3kb탵nɛ+{M*ߙׇObԇڿ|TVֆ >\ZphxR\wY|{#vA*m-Yl)3~?";LsIjVP &A_8dB䣗_R)G4>>IEf扺O7ypfÒ 1!'pC#6Xf.o"$5fk P,'3 z Bt烡={ka]hi仢BIe*ηEܞy[T6VN?Gp*'%]L4L'W2e]Iz9f k'r5lB%K 5qwK*s~%&h@wMmuo'O9#;R q6`%,[ EΓ]Hܤ|O;ctRbr N )9\ AcQ !OXHdzXHk fܬAށ@ 'J-{#Hw6Z8\zEFDc4GG!A?t.'[Hb:6 :Cp֪]$c7cz4tr1 :55@mlF稗=l,3)ᔲRrPT(Nx ~X#R1}젺_Cy ~-r+뚆e2t3.]x`73퍞8L[wX=a1>GГ7L YCQxvF{z7LSHBhOB:~֌eX aVSt~mN[}$uza6Ƃbee핍 7 @t,X;6<ˁO1ĻEej*Ԯ/ٰv1 ^783 jgv$ޠPh҆4&&⒲d-jh P?%F gF r՝%94(,9lQԼKt 3Pr}+?Wl99źbfpߔ@e_cb[ZY, ŪJy/&㿆qɵ,)׌ˀr4\o{pp>o9+wbV _}{;;SYW1h57F˄e<50DYwP=_jb?;ϏW05nq4>@AR;yn٨X"n0cq h88:_Zvz H: =M>"fR% '&6Sh"(ͅv@ 2uj?4=$ &lÀ;& -PTKpsfIF]U24qԉ^ m6~ƍ>urGm jϗD1DMh;R{1gUT4N/⃵|;Hmv/sv]ǜ7R!䱗@]#[U=2+E D|t}!Qs SCg!O:/uJ91JKbQPқGN/|EWBz5 1&6_!%wijD)^]H6(,YƼJQtfQƢt;w]O}%G^pGѿ ߁]yыu85Z@MeV'hb.pKzJ.%:^@Dڥ3ATbU16RED矵3(>oܧN`DV#x5uS=5b~o6 ?7 oHn3 :<FAv=X( '8~n2)7p' {.GgS ٪$ǝ!>N}vZ_;`O5a+ZP(U6"`e6Ih/HXWt^)7/ }|i u;sEc$ :J_=շ ֧[Η/. ֪Xݧc̃5f) +Ph48gڰ/mgthaH;fL) SRz ݣ;_ecMVҏNTn8l,#rFv>4 [T=v0w/^sS y?=ȯtи̦Z2`c~! =&qp _)pK蛐 ^obI-$F ksW%!-Sve63jmJ}(֪ߜޚ42 \SP(ujYoy?k ,Bh jl@eFg=o%F?8iIӦqynMʯ_Ecewj@?^B\@X dXɋ?39u ֣ PE n t7dB e0V)mal.,Vz7Mذ&!OVۣTj;ʣߨ^@V~@uTlf *j19Br 6-sYsk5R ɊmVi6X(eK/=ԍR륏58Noi,#}ĞPw9AAX~:'xG?.*>/qs1Xg6$ot/vW%9[Oe /C1TԏpU utsQ|ƾ:CEdtXܪW'Ku2UDW>EpK醢w ;7*4m?AlmT >1v YaoD◝-jg^w*/I$e3CTsV^P{Nrs $5PIzI9SMG0psLnK^yh+{uJL)#D'}f<RCfvK9N`'Kɹ^QN|StzoЬ9$z81({'7+WCE3X=Vʺmäj5Ȧ0M+(."p-/\?L,+ΉA=Tj~hϒ`#MQTe%腞 O25eiӤ=sx*'mM A>:lߏ+?K>w,^`'}th)0tۉs*%XgjT`ǩa@Aӏ"ygu~WdqprKmgNZ/~%huw oy}9EgEW0_uFI'[zz-S!Wz Ih(ސ˯quN_PA>$@b!قCŦnl3OGr|'Gny]QI5Fv^`{l.H{N%L"V7p;B5@'H~j( UհP2+!4/BM'ΟZuSl2dliQ[`sSj͏gQ]QWfwW XmO-zG^|=Kl7q yrϑfa'rG7ϸ5EHQi0.g|lW|-hῃNtOps+[ni %U:Pݓ^ͱr\#e!uSk:+s')OkV¼2.|X$wv+,ZcqunF!0Hq/#V,4Nj>IVߔh\z2\,/usP M+4ѿ2 ˻)_EiI,4V< G7G+1pFA4kRl[P6+DIU;&&e3}iG[$ٝ8XZ>RW6Òej*J6y*~mR~6M7l=#Ihcg>F)x׈#~d0Tob@F yTU 6VRu0s:EY^'Qb>"E4|atVx<:I LP5LicȱòՉe$B]h2eU$5C%PIX)XOx/G"E8MNW)1}ݜM-zOaCb;&V*HUƁW4rI. pkݕ+K'ߗ3 g%/8:>}r( h>k5>2&|svLzf U6>oqG:?&%S)5܇4fUq6#8@UʍV>Յ e@>:pϮC1+713KYCU*,!K0VY\}D tQ#wAgn$ _O:J:?@UpBNr/`;[{3Π#Lm:7cVhi^{#El*q=p&P&U2GiihzХme4Fȯḱ|'&E.wÃ|{N z%eMhLKcQ)ߌ#8:a)LY@ʹϝ́p*j5Foh7MCzn 8,:\.dPT>5ݿTDKZ1đKe0ݼC+da[]]oC?E-W#7qT*C ("LeECT#msu7u1Xxol+7GL׮O8S-SֿFk"-g_-%ڡ/qFZ/V`#1lx`p&$-  4Il.=i_ZKK Q.k2_ႏP8(C6D>b. ;@ cd?ǴbmPN ]/Y4qIΎJ# B z^˟boQ1/M 4u觾 ((Ag6Z+$Ⱦ ?$U<5 tu/xԂ_\z/cׂRn[b'iTd2ț Ivݲ[%2=K[1SƁddVtИʤp:ܭx-i46F[o>'r-O@+]ĴL_3^ w% qa؛x#'%Ir5Wӳ17simq[uLOřcE#V3$]1.\p\C(;CAt #2eЈ.y1~GLlCcm|W$0$ƣ;fo$~deRGQ~Dfhh(6!Cm3ͣ'dPO7slGLU2zl͟0w٠c!FV;JJ:ĭ}Z'艔jrnrn(@_v9-EcDO3Eۮ>؅BШ >k'2 pFbz/ZVaPV;jL1 H5?G4/(;ںc!\*/{Fvp\edu :Q>ы;voܔeYD)?|8}WOK]kw )J%؂0@!C6ND%`J[YRʶ Xzk-֭ tt֨o,V_Xm?ZN= ozəR߆Gh'*+5g ߹"mH=ۘy![cq<1XoIyxM0s墹2TqFeӳq]S Ι1,Y!f.v"!|bۯ7kG(xrܯ\5+^22ќ[M]3B߳car1&Hx#(L0F*s1& s pH _'y'@7衘7QK4l[.V@\9][B2:yCiɨp8nP9=epO .zdS~RhQ{~l;cs>-H^驑%I|N@L:PY:id0kݵƌROLQPGʟcץ?Ne42A2cSq 8}>c)!F2y{/J ٺI| )RHߟ$R1!h(H8 ofsSQAc!V0'] H.)@ZKGbLsu39f}d/WHx +}Fc HyXd oKI1yZ33RƎ),EL;Lyu툕ݥmI)2^Hsc^!m3AUA˯f06 [I(jV63;DCfݍ>CHil+:EpEovt@"UvM@.Xڒ?+YUŘXy9qdn|n#n# ’c?>ޥAZ$Q Ɏl)fl'\i`Z6Q1/k'G 8_0ZgG:B$isI|`HZ31PʬS oNf-"_G;,/mHL?2pqc`=BH MH̋ZF; w G2ErZ@؂v\ 'cU&Nn~8[YEGR|^ ZRMMR>NE ^˝͹p7= z%q 7_y­dW+kp\m0xIs7;VN":%:h襲]89޸j8׼e?M3HTKL# ޑ W䬐W<L `"nBmY ڒ@qmXZXgBcԉ͏7vfmHñR{Ø5 {#{/,c;c=k$jk43_g+)e-x?Z_paB Y,x^a3Y2yYy)Ita!^Y!ZoS& =gfSx T[=Y׾jɲx@_!dQ`^~vXsH/~6xm}ؚ*2խд;K=h="#T,lukq.J 68=[.UZ mR׏I uEQ-/Ow6e؁t%$GJ*`bI_V 8ZD%%w41ux&! w*X^L64K5OI +"2;7]ƕ0,+aKv1Am6 gg%V;zy!EԠ5Pmt_ 1|ޔ]zZ>5vDJK?}n~t P5i,@PNg멧N3hw:ų/E Ӧ1!)X5b=4Rn?e&/z:hBQTx@b95|&lW ztu5U$LNJ1#I,3J?޴bDs{ThNvzE|@ja+O$ lw*>Ca&!u惞~pt{7}&NC /;W&/mn.?f9`l9w_pJ%9p 9zj14 y/E#?+<"hG=qs ڴV˕U$yre6z)ަ0C(k b3 mUg}iUh{YgH[tYmig6;%"GZ++؋ nw׸(ƀ#+zs ڞ_t0FN@0whq +<N@`8u (wZ.PK:gex}}yYx;m즞t,x=.J}&E1H' ex|b=${Y}C@uNc_=XxkU-?P3?O<6Hp:~7WpFWE(CHb*ȧիqEb]|yll݆oqKGAIM2 XTI %?slL "l:\zbU=lم=%Uf6BNbhƭ!$zaW7[/K*Loӊ:en.8(H?\D/k: o >gJ:@&?L}vW54<5!ۭe ćO.M*2aJUaŅ6ѪΩrJ MRra7@1~-a7>VCjlmuZr`ei R?E%VרKNrťOcwlTw } S&h,\qk]{Nd &sjf3ߕ.6DN`iwy5rޱtkI b̫ `$BX7ʘf&5& A,rPEeBGhP⒊*juTq qk+VTsơg2YBSAoDyKrkE!=jz:u#v)q) PݝXoO'joV9usKsZ!!Ԥv74 Ý칧!ʳSmYaQ_ :eNTl^Ym eX__`@ NJ;q 鹿ks~璉zrU$wWfy%zk%̡}q䫔a%(1'TGa@}=&1aI{] 8H'δTkZ H&D]E3Q(n~CA0 44J].2 *Lqꄒ` `Z3PM6]ޱV9I|qA}>Yj$rGñ66{ԇIWN`\8~3 =]<xV+@ɑaBmXma^9r\_Lg@048kwqs6=˸NٷSER\ ҥϨc-'oÂǘ$Y&`MZLXM=[EF E6l~ǝo6R!O f F+')!ZCI$$9 O/oJ<_*ozו5Q4^swLdύ&o*aٲgr^p#RݸN!ð;xI~);ɑ䂝W8UCVkL4.vZS CjtȪMȷ˷PiE!&ykeydq ҳ/D/cFz21[Bʎ>3trŗLǻңhkFf^|80}sQ냉M%eC2w̛\Y]-C#Jrణ RIBeIJ|#vjyQFvZ9#ϐ*ΐڃΑ7 bb7'+ӊ~˯K4<}޹p?+<>Ǩ%ZeYb㩕O5#K{Pp4UyEֲĻH57|/sTw)JM}~P)w-YƵdd1[z8h#ĊU8oNPM=+Wz6Cla␄t"\;m읏( eN>4; )q?[%nl-}Y>-]PڝQ̃[4goI>>\TyM]pT]dGqOJ *jX2_zŇE!\[$Ш1Qc <#dY޸*_,p\U#ΈY_q쎶iR\ O˞jݭJ~zέA6sc_q:>9v\~*t)ҸWbm$IC\p&3w?X1FahwVg[z4v `8+|Jyhu}l,9ĀS|Xa~쎘)S?(Թ%nS~9 ;R^I?hy5HźOn% )ODٹ$R kw}Bo!7 s`ޱD[]1i2,[~Hj5T#Duq<[*; :6+w-Y_V(/2ZJ.Bqط;q!㞱?q&<Lh]A7Q`u}ߺMvY ut)Cê|KV=2P{H.WL˯ syDm/Z!yG= u'!-"i}-):{pN F]oy}yUo<6IS\Z@p} 1E7Ceex,I^ (i GMaխG]m NiuЅ)jYXǪ*gWg{8OٟySk>LˆBB}85emXX+kg?~< | +TOYEJx!6AԱ23eM{8(eSٔ.($TAN#b)ձT AޣHMɪyT25sT~zuy b\nIq6 sZ]L^6ͺ,V';e)a˂Y1YyVJsH+aqo3g }QXyc\ϣbq't*W\8en"j*u~|K:nd-g10_,e-YqG&Qz|#Fy[V(v@ n׫`̒tvs+'_vӤ$0waˀ *5xb8;. %g@ s­`QЖ0bC[ un6[,[vC_h-O}peŽ5 {Ϣp`1 h.ퟘvVQY2[PR,s]ԆuݧKzʈ:ЎZL¦mڥ@x_PחƵA= i=6+1((̀k >~$N9O2.YV*Z㤜 uK`uJr_ޥjϱno=&/;yt*=`Nl j ۴ŋ+_Q{ r"t= )Nta-N&Lڊ{bQҚ3 K,tӇANU, _0d&z&Z;9ðfSI _=2dk`5$-RGHĐ}93}-$b2!FXYzdߴͿy(S9nLUbe1 <ntD7}&X\f:=N}ym %E'B)tߘ60<7{EI{?Ö$ V1dIZrCIR buR$Jxfi&k~dĊ^j,KKFozf`@׃'1L`N'5`Qڞ4cT:dlRřo|X'w LBnRf33ˮѼ"10A8{r_ ~//?V(t\.ctE]/;[:Ӈ0^ԙm6@Ü̆OΊ^g#%NNu~iNJݦ_ 9˫@BV]B:m+&QG/1^/p1"5׻ʼڨծ2H+^ }D36 _՜;a{AmoHx:l'"F5k)Qw ca|̅S֞K)fVF 7PDDƟ\/7l 160#"ܾj')[l ˸(b'8v140@ {ѳ,=kGlgVRvdB9AT@?}#.X`\bdn1:Q G*YUCy y U rDPwSp]}2e/ HM{kYa4#o5db+Zc3Ȼ`o*'9 ^=^/ƍgp٪,֘ O7cb79-Ybfzt{3"D̫=F,6frT{{ݨL94D>cr3\B^waɄh#jcCagp`IdcQH=&tLR<|8CuK5➿~M5 6!oo[B@6lX*;/ 0 [d} ~߫1bFʆuh.= Gn ޲~hI.,y_%e6/3/uxMT+`IGu %c?s]Hч.B0f- ['3$2K:1yQnsE5՞a5ɥNءi&TsLYMqGA5aF|?B/Rw" Zb[] ۲-- :VT&:q΍22nۖQ~@zDO,;:C?EC1+Zቍ]7V4N/yP6Yj~2>qI2A/Q|08]*\Eqޢ3:u UaÉ_:ê""jhb.e(||1ߗ5SAOωEJoXgɑ'&Um(<[6cGI-P\il'ћOًT.HclbxH=q%\ZVO.`t?}tX" mK$ egM0H:&fSpcoϡJ“* rME\"saq=p-<'a7a5+2hɒ!)\j* m)Y xbrtV yOtW\ه˼w n43bAЫufmXAB"u:9~yi⠵{;Lt1b$juQLK"$YFǛ.Ee+DNi/pH`!_EUl寣@ˣ'ZttTi(=͗UB+u-_zZ%!z@>4rD>|TlO3nZ%kD GZW8)[қI^=g:nOUpq_^v,+;Ԟn|݃uy(:NS!!%Gk -y'A3gY-Btt@Ŗd/DҴ-43Uc 2 ,ٜY$j1uBsX]׼_6Jw$WOЀB#4XvŠ"5,]ZDg%}H8b ShHzE[' 㨴0GU7Yk43 yArlPYFO/K3@Ͳ*4M#Նit^V}sR΄gW(GA1 b#]Ti!O](3O'@H]o9:/%_-Wc4dB|1dyLp;rPWz5[=礭|I^ūb/gV0l90CHѦn]܃6x-99;a^3I%6:)*V0h`GVZF0ލy'Zס?(ăJX^;]3º~]t`tpN|A[f%`1 L2pg(Syl!!1˄̩dtF=zx?6YL~KfJ3>) .2w-TlS#qδBS'3>Zm!J{\F"k6(&߈~F< CX%xsj(;=,=>s7jBf?hhQ ta9+K*xYK` pw&sug7Ȍ@*p~ tjG0CQ|]Otd h3k鏫}ktM$Oƙ}Uca5p NrWud[ic-^xI\l˖Ӧg58qf8gr!+d-6eԯZg} m=Ӵ*%v|7yWjVod*9,(ߜow&1weCP 8eoD2=Ǽû",6CoMc1Af}4ǝ+l̐GHήZ"r v9"…I ac ^iͺ%f[\@Q!c :Lkq 1EcZC- l63]Ds{7E1waVF;5TMj<*_AV @u{as޿7cy(ٌiZE&~i%Fsj ]8v5t ti ;%Wbz/;2)B]k,FʞN"H{15S }]PQPOb@#_l_ ւ\"K7/y6M"=9'!l!)C;vt޳ycx, ]@IpW뺿*%$WB8%2Wx0:@`Ou D:^n~w~: a^S`m㟒k N&T=;U\|BK; VBX"(:q; 6I}_ (m+R Vh 'Gb jTRMh,»ft&1h8p0O1…r9{0ͩB;Z:|:hgj_HS1?<^{֖%3@ ֔_ PsH8Z l݌M hԴqF KViYa< `Vt _`鄳v'noi[;(tH[-V ~S3( >. Sl{H= %Rq V#T3K_{@M0 `ˬdakU0/@Ê+%"3ބVQMȫ}Ep$%[3]Pl!AI·)έl[$0m2+Ӕ;.@P+Fqu\%FBNwHԖ|=6V1 $􀆽#C971I@#O>0t#P u*`H _Dw7[~Eý/:Jܧ#֬,)1 .LLAD^R) hGL?.%cvfzWT J!b'fis+zP+Ft%?jX77-_X 'Fcpaۺ& "w_N@ϪԤ0]_Piv?<#͚7 IH@hO>b>ߨG#<+Kon,wGTnQd<9m_ď#HCK- asP%/[u!gQGa #dMt{'"m`7&t5Vozฒɿ;d/.9I=ؗXp;<- ZLsQ53 ؃17]LHrj$??ohoGV+@݉m:HʹPOD-Qkni <0YJ/A/1 DT NywmדȐl؞FAKarmz#Pw8 et bF:0:#Ea\#63&KGDj'-<@M9Ʒ)gZf0a5M3@9yXVl}P./RzƗjvO&,]fMUc >b\WI{ vR5+D{)`5K2tkR3ғQ=Y(6u tlɆ&k&,@!ax4;؊/CwbU( H _Kܐs nYqx'5G0VꡥOxoޝNN!٨V =VF?*URə0[RoNlƽ[Y:N;?/@Cz#7cKd ~|"B%vBR+~F6\qkw:q)1Q9XNֶ&NOIydT21 ^^l$&%h1! }xR W~]bmR&r4[AwVN7YH2%!ǔ@ f>5|_g&j6|i3-4}bAн#_ŽGKU]UUg։HjWye ymO7#'Lun13Ķe{Le<pDHX߯9BYֿT[%8t Ld޳` dC:5ʗ_g3Ҡ &އ]>d+יrF Rd0a"vJ+o5Rp%5. L5SMkn vd#d6]I r輜)^|p8̀3Cv>k~306KQ`R7TpS~TF`!9[_6 ZU4zF$s5?h=i@7GtJ2jWB #_~ /$/u0Xz)lC\qdam!;U"ǚ7IQ[2E+YwTPVYdpX*)OOF}l~dLx$I.s]pK !ve7p&˹9"[@$bxZT'z= K4=g]" xHIY<-"?KE2$%b8va;~^`}GV0}+6wՑm ӖR  $FGoխ*Nۊ&, ƧFWސ(MZ<ۥNJa7v!vEvԏq䷻@-oqm p;NHUE\6IkI+YD-oJLSg @A >XWW^`EhE)bUhuq=f\)\s4ʐM6uRYEiHҷ[8wă_J~n&;9qcU ²,z ;q7^:,C{DE 밬?Q7dqSbkF،p :9GsnnT\CIM,KxbXcj:qB]m`OfD~ ԅI vO>s=PSù=pKNݐif.O?oQBEE[Uˡ C_ϐc筈ju &L8 wijvkrp3]֟9'd)*.h˳QaSȇ 5ۄjU?x`Ҙ"@Ò vS%PÐ`5W=wχVY,PCz1O@6/Qy~bnncZX іO]㋱-m%cA!wɆ|-@H2ܥtNlx^$4g8AZ t& [~;l]R>}9k ;?(?+9StE @Bjx%x[+lQ'N;Z!6t1muU^9]sΚ4FU6`#T7H #c# O9ATEY\~!Zs4|r4aR-='n{`~ JzX9hq]>5[8*s}T|JvvVNJ{"e-q|$Ƅ*$d֯G\NM]Z{8ڿfEYx`=s"k'}.ٰ׆WDHU\oQt!V%DԮ,YY $%IywȎE:;ل>|C4GĪ՛EUll!@]f*M'L} j]so*!v fR!T,(: yūy Ì&`J ly,+OFBղ7N6{zOji؞C•/$T~Wf>zpǧ\t@†NVg"oS p;ؿF 7De)oW|OX)R'M gKkU(͠q]@Du? PԲ9 fXA0(S];4G n:6vO*Nb\~ + QN/c -x w 7Sz c'q9vqmfFg {(W齇~vEeH= qK@ LTm 2}T1Z5S~gЛԋޅ1<>Ks2^] JYr (W)qQEFcag}FI~ MlOv˥.>dji# 7l 9Mܹ^6, LliVyr[;>^ēJZ¸;W _T4+8fdGR``/m9$Ps!=ވ\C( q/_[רM>?\Ip>7:I5hǻ@q#oYT vu2"@e`lu0.Eq:P d&}oPT֒$6_t /z9HT3Y[odʘO-hg}ޮew77`4"T țnvj\& ЖOIZxx0?f[:a TFOX3 'W)RK2Kmlc[J?r|roe!RƫA %j3b&/v<@qS"NfuJB7PP< ts*CMܕ~P5 \!-1V?rAhF:*\;6|ܦ,8s< -P-ץE) "bL+TQZJ"#:at{cSZSwc6 p n íbʄՓ_w%1/{\}KǷjPWSٍqZK?RU1u..%e=zN63Ӳvf𑂓k렲r~@zԫIqD *]HM6)@qctuhXDFB $nbyg"%|56H^N%~8Mı}zƏ3vwtW|2nj:|wruSr00ob?7޾X 09\j" T"iZऄ3Ԡ%w/`mY|j?1e9V=9< G r^e@&& j)tch ϒe0Dhr)4{]I3AʸP3(\'V&343фֻ9xNi8"Tt]+Ffu/"c+ޅsZI  n*#s.TX lpaqh;kWU4W|YIjrh)#=c:Hߍ[T-pW%n8nT!A>XS|K nءG0i_7bN6a#\)/Y6FLuE'xϙJL