samba-4.19.8+git.435.78ced6cf30d-150600.3.21.1<>,mhp9|%AwXg6!ԫ{xu.;P_DVo@S\& 4 gǦKf;L BwS^N.C},/c}mˣH޷9?b;G vKn3gB/#-2f2A]qaNZR[p?[`d# 1 c *; Qo#,~x~ t~ p~ h~ 6~ 7t~9l~;~>q>~@@CX`(a8a(9fd(:z(=d>l?t@|BFG~H~I~X Y4Z[\~]~^$b&1c&d'Ze'_f'bl'du'x~v)p9wFX~xHP~yJHzZZZZZZZZZ[[ [[[\Csamba4.19.8+git.435.78ced6cf30d150600.3.21.1A SMB/CIFS File, Print, and Authentication ServerSamba is a suite of programs that allows SMB/CIFS clients to use the Unix file space, printers, and authentication subsystem. The package named samba contains all programs that are needed to act as a server. The binaries expect the configuration file to be found in /etc/samba/smb.conf For a more detailed description of Samba, check the samba-doc package or the Samba.org Web page at https://www.Samba.org/ Please check https://en.openSUSE.org/Samba for general information on Samba as part of SUSE Linux Enterprise or openSUSE products, links to binary packages of the most current Samba version, and a bug reporting how to.hh03-ch2a"*SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Networking/Sambahttps://www.samba.org/linuxx86_64 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!!{x7i(Π;(K(k(;0;pk(+(k(0;(+00+(;0;x([(x;0;p[(+00([(+([x[(;00+(x{00;((xlp;(([( P0 { Rw_jzB 6O K KycO/ JJ A큤큤AAAAAA큤AAAAAAAAAAAAhhhhhhhhhhDhhhhקhhקhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh׎h׎h׍h׎h׎h׏h׏h׏h׏h׏h׏h׏h׏h׏h׏h׏h׏h׏h׏h׏h׏h׏hאhאhאh׏hאhאhאhאhאhאhאhאhאhאhאhאhאhאhאhאhאhאhאhאhhhhhקhקhקhקhקhקhקhקhקhקhק08bd52e5b6d5482e2d5586000ddb890ca320ae32eb14254c23eec6714cd4d69eb4d13e3eb75df5d1ab808d3b04d12e9b811a32747a3d37b82a5788241140b053539974f34af2c2e54b78c8f5dee3acad0397f21fcebb289d3ddeb2302e265b97aee90adc8da807a083ced2c9fbbf464aac9088fce0b78074797ef6f10160a2d893d615e2790e429d2b94bcb00ed469d55ea631bd19b745788ea9b1bcf21d79be6581de8f58bfa5d55dc28d86535a079a9f3baad96583dbc0cf2f4f5a9a16dceda35f78607445a95770b1d025fafa2d954377620bbd06e143326a1875f79360082b2bbc1a58bdb81e1832df61fe92edabd541c1b438b4a80af1c669e9f1427e1343ee31f3b34f688f1763ccc27822597256f0ad57dc6fb80ffa40314f839f3e7033a8a19bbd15e8a0f6147e92b2ef81ec302930d7105b4ccfd8ddc3ba1b73965d145df9c9cec3152741a8bb561b2a989c59ebf85d3164381dd1add6cef4de2d1354a776d195bf4a34b2334aff6c6ee7c744433621309fc9d66cdc0d2e0a7bab4867128a752c6d491f0853a11a5e8f3d76f678d84982a27b0010acb3ea82e0593e4fc3696314ade8296c344055f40b4441bfadbb26479a3ca1e9fa8f9c1605f2684240bf3163cd3e0d0a44fc0568daa58c0875b717c1eb82fb8ea03bf65de1a4ff6af2c1919ef7198e1ec0b69d73a5df292de59a6a7ea16e5c52b4cfee9402c2c35f0b476833d85a05dec3a4ad7e4892c1f2bcdc6fd4c8326a91b4aaa221c8e694750d009791192c7402aad869701794f4d62bf25746e87c528f5824747678a8cb4bea5c81e1f5e3649dbaf6cbf17cb725baf72db5aa0d014d8c5933e7d9836631395aaab646fbe7b120f5f18572d0600b0bc95bc03e8b883ed991a55bb67d694ce2a91c3c688825b3adb84639cf209c0b40ad63018dbb3807d5d9ba4e6bb0790e98f328031f328f41be54e6871469756744a5c558032508ec8f089c49c8de17021049dc08fe1761f1975450c2406c249966320982f953a3523b3a8217a66387dd27b0328eae80609b5b62beb52f97da15838b30389e2a0326a9b536445d197fb8708aaded8c29ea33af0eb8a349b056551742d28f5577aa421c7bf4501284e681e1bbfad2cc17c66a545be05c6586058689e825cb07856c5e16a9be847d48cd2c69da4fcba67b71ef5cf759a69ad2f9684e37d7068f68392abd9cf616a48d4fd8f1ac9a5f0db2f7e71ff690938c474081ac53b52db4472f7bc3b600ebeda827c2b55ef5e6865402096c2ab0543e42f6d8a5541277813a1eae72657bc380550c82c6cd72cd982d03261f1524db4b5cf38ea8b671dad1b14a46164fca5c5bfd99ca2f766bb3ae3822ac05f8873a4b7098f42455f20183d86bd972bc1a2cc836ad1cf764ce72f26b9c460800ad3a9cd3523e19f3cdf2d9f142584f577e6ac95b37a551d952f0ad7fee918c10e2316863cf1727da610b3a764a9525e1f496a1a1149575e1b95ea5f09e94ad54dd38385bdbe55489ef3848b91ef4826e5057939ae1ad70bf2c0c27c8ccac3a3c7283bea31e4963faf8e94e7040bb71ba66562de74233bac51f5effc2c14a377305a1d23fa2c23f3cfcd37a07dfa3950e14504d2495a8ef54e10ce282f04609697bb6342157a92d4d52a79aeff2d97386c23ee2212e831752930eed524823ed7571a0c616c992237f1bc9bf18a6fcc5412d9530a7fb1b3c78c21f8508c3b9f656462eeb75b8650d409776cabc73e9fe2a38a0f5d0cc5380b6fe6ba9ada4654429fc5df2683e0aa318a1b74d2b47223cbfa4d1afa2ceea93e09833257a8b5d2051d8aa7708c97172490c529c5feb9e6c2ac059e1383212655398939cf90517d2f8384df0674b83e4eaa08564077b00f3fa845187c950a9943ecf089a360a073fcea0feb7da41593ac2bd657993e0357fe4677284e1a7f9f9dd698de399e7e46e38f8f2f6b91973275bb6a65d9d963aacfd260e9eab7169b76b733255a1f1ab4f717f6b995577e75bda2a3df4e670f6fe2db581a36b8243dc1f7c81b40f92b6d66e17c2193b46bcfd91e04a27aedb7fb8aac54bbf93d57f0bb1222d56eacd6cfe823cc9dc75cd6f7842dacf223fc91dbea7fa6bef6a064ab925d3194e8fe2738fefd7dd2af54fb68a12c13b2987b365388210dde63099b562f99ec09a8a9527f4a49ef65f5db4f39cdd4e9e963bb141b3728f499a9214c20974f2142eed56e8c7d4741a55119c751ceca13340d6c609367ff21ee39cafa23ef7ce585545fb5ef1b665eb1c294865c7d5a83da5b486c45c1c03f86456d94863a9f7be4e60a1b86b2ff5bd149134c7f560fed4a72d96b8a732d4c1da8a1816f0433d12b02ae71530a487876f418f304379885ba0a72204edb6364ff2a68b6c9baa9c287d02119a5fe6e02b5a4abe7bb553063c33e8f2452cb19a9313cc56d14dc6b53fde8cc83023a41612a43b7b7ba4b0edf38d88fe4c0daf3e35a23d869ff2551223fc05dc155dd6d260c5b2c7f94e8e60f11fdac9b827833b118259f479db9a6a411635cafd1340603520d2501235a26be0b36c63f4b992131b3205a3277246aa6d949acf754e3f72901625e3fe77abf229cd4c7e9c4669643101fbc5748e5bd3fec388c6450d246fbc2b4c5ec5c366cd9d24e379164b7d182c8804d8188c2256dbb1118a361a6925e26836240f252e1c491257f75e56f80a9e737cde9e14bbad10dd6c6d0e421cb77c3c02ee127574d8c5c92a4024871d150a6a3c9a61d0722f856177a6d3d1b7b90c77eb19149ca9618d32e67a34dd4132434cf221ea95c83154807fe0de4f42d57c2851eb2cf96186930a9f6899010719744d4579d289c5f7c926c4ce29303dafd41e8e0a3ccdaf6accb959d2353095a9c8ab6c020ce019c235cfde331b00cdda67ce8e9da878d554ca3037001fbdd9f58bae75fa2c7845c1f8c75982984d00e2001427a47a8ca52f5c3cab6e0df9f59d26afb7508c5aec3259f653a6b13d4c61a98e60a0f30482c8a175f0bf22f81b51f54133327004bfe1732b646085edb95a0252caef896dfe6ec9954e64339c8ee26fade1956c2e74e2848285c7e0fd84aabe14531a86cf6d6c6eedf7b2843da79e02061c9d5834ce2d4724b90ea86c33f8953735f1ae34b1b53c61bbca59c6e3f266a97ab914650776b1435eeb46b3c524f9628fa831b705d04493e779da03f363a61074b20adb0fc23bf4dda923cb27832ea7fa3fb22a749bc38f730436bff8182810f7ebfa74e917caca986427572a1b576c63ba4668ab8b7bdd2758c3cf58f31ea78dd40958e35e6cea0baa74a82e489f8d9e451782a130a216460379d697c274379045ba9a32ad3b1d7c5da7f9bed0b6448c1d7799aab6c615226224df3108abad2c9cec334ac2ad60a143a99d3f51b451dc52e9bec3ef53bf1f47180fac1845c80dd01e89ad536bad4f9429f745cbef9dfa328d0ce2d3a5bd19e0ff1145710f165c24c92710fbc3562b3d57cbd58bd222c0ee353b5d6960ea949e76cc7b5532962c764c7656ffae141d8c82f991d3f72d68fb24437db7179735874de0c31a8d26fa1f7895ca30b441b5d6e865cadbe4915eb44408a42ccb04a11df72deee70a2d3990fbdaade9aba435fff4ac0ba551435c0df2965bc41caa71de7a1e03e8dad7e31ff7c06cf906e56638010ff1a3674f7baaa86415fe85869fd1b9ad3755b8949387a09dd65e90b1e1c7407ff21d6c821ae8633d32fa663d66ba06126ccdf9e19c7b16a2beef3bcc992882c3cfcd09038600ea3a1c2e2298a74efabada46b676965cf162586e79bca24eff4e96fd89d637207a0c21d835b1e7738698ecce353a47f42744e81f9cf2e018c26f0888cb91802b3af1a06f257b06c2e3681b72f12fc4590a1dd844446aa0c76334574b9d62221fcf281a760c838597c60df537e1faed582377e12012af3729ffed3b458e2660d83f10d79392500dcf91d732a68bab7bd817013870006ad494473f0a5ca3a7c61e8b03107fe2f875505385839b93789c051e79233d3c6e98c51a8fd6951104f23a04ae71621ece9fbe7d99a094caed4c5b930919f3242ca4b4f204a594463fb57eb2036e5ec650216b7fa784660654d1e8c325a13f2cb38ce7030278072aa27eb0c8c53d968ea4a130fab7b9760f9997b75906d412f47c25b3bf9f5d9cf238cc3e1f3ecb13eeaaa546f2ff9fb6b6b0c468b2eac9d5b7279c4d65abbfe021715967a14e6dd3e564e7e17bf9ff3e13aa8ca9411cd12e2a95da85c6abce8b5840280dbc4267d13ba71c8780c6453ffd8811b9cd4c0ba51e66b38df5eae16450d5f4051b5f063b41f8838cde6eee1901b4ce902b2f2dbdae4228e4252fb786f4ec9b27e5ae4743fe0f344857679c963f518a3a53ffe1116b60e7c035f88c9f9c93236db40ca86de42d597b62e011b5f052c37b5630f0e26cc557dfbe24eef398170754829fa935b86f6d8c7b7cd24ab294e73222eb1f2d62c7b075da3b9f6bfd2234d1c985bd10f4ddcf74dc215a9d99e8cade8691950df9d67bc586f06f469157783562b93273eaee1e5f8257371a79089802b05b020476810b19030cfe7addac243727cde70c052f986d159664d07a84ee1202aa7e5e5c4a49b25c565fc6907c16b477b9585e5f70e6fef0942e7c0ded1431a0dc655cbfa55d4c2251a117fe160f85a373ffbd063ddb70232b8fd1525b796169serviceservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootntadminntadminntadminntadminntadminntadminntadminntadminrootrootuserssamba-4.19.8+git.435.78ced6cf30d-150600.3.21.1.src.rpmconfig(samba)group(ntadmin)group(ntadmin)sambasamba(x86-64)@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/grepconfig(samba)coreutilsdiffutilsfillupgreplibCHARSET3-samba4.so()(64bit)libCHARSET3-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libREG-FULL-samba4.so()(64bit)libREG-FULL-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libRPC-SERVER-LOOP-samba4.so()(64bit)libRPC-SERVER-LOOP-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcli-cldap-samba4.so()(64bit)libcli-cldap-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcli-nbt-samba4.so()(64bit)libcli-nbt-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcli-spoolss-samba4.so()(64bit)libcli-spoolss-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcmdline-contexts-samba4.so()(64bit)libcmdline-contexts-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libcups.so.2()(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdbwrap-samba4.so()(64bit)libdbwrap-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libdcerpc-binding.so.0()(64bit)libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit)libdcerpc-samba-samba4.so()(64bit)libdcerpc-samba-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libdcerpc-server-core.so.0()(64bit)libdcerpc-server-core.so.0(DCERPC_SERVER_CORE_0.0.1)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libgnutls.so.30(GNUTLS_3_6_3)(64bit)libgse-samba4.so()(64bit)libgse-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libiov-buf-samba4.so()(64bit)libiov-buf-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libldap_r-2.4.so.2()(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libmessages-dgm-samba4.so()(64bit)libmessages-dgm-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libmsghdr-samba4.so()(64bit)libmsghdr-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libndr-nbt.so.0()(64bit)libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit)libndr-samba-samba4.so()(64bit)libndr-samba-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libndr-standard.so.0()(64bit)libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit)libndr.so.3()(64bit)libndr.so.3(NDR_0.0.1)(64bit)libndr.so.3(NDR_0.2.0)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libprinting-migrate-samba4.so()(64bit)libprinting-migrate-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-cluster-support-samba4.so()(64bit)libsamba-cluster-support-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-credentials.so.1()(64bit)libsamba-credentials.so.1(SAMBA_CREDENTIALS_1.0.0)(64bit)libsamba-debug-samba4.so()(64bit)libsamba-debug-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-errors.so.1()(64bit)libsamba-errors.so.1(SAMBA_ERRORS_1.0.0)(64bit)libsamba-hostconfig.so.0()(64bit)libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit)libsamba-passdb.so.0()(64bit)libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit)libsamba-security-samba4.so()(64bit)libsamba-security-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-util.so.0()(64bit)libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit)libsamba3-util-samba4.so()(64bit)libsamba3-util-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsmbconf.so.0()(64bit)libsmbconf.so.0(SMBCONF_0.0.1)(64bit)libsmbd-base-samba4.so()(64bit)libsmbd-base-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.2)(64bit)libtdb.so.1(TDB_1.2.5)(64bit)libtevent-util.so.0()(64bit)libtevent-util.so.0(TEVENT_UTIL_0.0.1)(64bit)libtevent.so.0()(64bit)libtevent.so.0(TEVENT_0.15.0)(64bit)libtevent.so.0(TEVENT_0.9.13)(64bit)libtevent.so.0(TEVENT_0.9.16)(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)libtime-basic-samba4.so()(64bit)libtime-basic-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)liburing.so.1()(64bit)liburing.so.1(LIBURING_0.1)(64bit)liburing.so.1(LIBURING_0.4)(64bit)libutil-reg-samba4.so()(64bit)libutil-reg-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)libxattr-tdb-samba4.so()(64bit)libxattr-tdb-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_X86_64_SAMBA4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-clientsamba-dcerpcsystem-user-nobodysysuser-shadowsysuser-shadow4.19.8+git.435.78ced6cf30d-150600.3.21.13.0.4-14.6.0-14.0-15.2-14.19.8+git.435.78ced6cf30d4.19.8+git.435.78ced6cf30d3.24.14.3hҋhm@g`@gRgR@gMgp@fٝ@fxfteԔ@ee5@ede6`@e-%e'e%anopower@suse.comscabrero@suse.denopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comddiss@suse.comscabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comdmulder@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comscabrero@suse.dedmulder@suse.comscabrero@suse.denopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comddiss@suse.comnopower@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.dedimstar@opensuse.orgscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comscabrero@suse.deddiss@suse.comddiss@suse.comddiss@suse.comscabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.dedmulder@suse.comscabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comdmulder@suse.comscabrero@suse.denopower@suse.comddiss@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comddiss@suse.comddiss@suse.comnopower@suse.comnopower@suse.comddiss@suse.comnopower@suse.comdmulder@suse.comdmulder@suse.comddiss@suse.comscabrero@suse.dedmulder@suse.comddiss@suse.comnopower@suse.comjengelh@inai.dedmulder@suse.comscabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comdmulder@suse.comdmulder@suse.comjmcdonough@suse.comdmulder@suse.comscabrero@suse.dedmulder@suse.comscabrero@suse.dedmulder@suse.comdmulder@suse.comvcizek@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.dejmcdonough@suse.comscabrero@suse.deaaptel@suse.comjengelh@inai.dedimstar@opensuse.orgdmulder@suse.comjmcdonough@suse.comdavid.mulder@suse.comjmcdonough@suse.comaaptel@suse.comdmulder@suse.comscabrero@suse.comscabrero@suse.comkukuk@suse.dedavid.mulder@suse.comscabrero@suse.comrbrown@suse.comdmulder@suse.comscabrero@suse.comdimstar@opensuse.orgscabrero@suse.comaaptel@suse.comnopower@suse.comnopower@suse.comaaptel@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comddiss@suse.comnopower@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comdmulder@suse.comnopower@suse.comjmcdonough@suse.comaaptel@suse.comkukuk@suse.comkukuk@suse.denopower@suse.comaaptel@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comddiss@suse.comjmcdonough@suse.comddiss@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comtchvatal@suse.comlmuelle@suse.comnopower@suse.comcrrodriguez@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnoel.power@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.commpluskal@suse.comlmuelle@suse.comnopower@suse.deddiss@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.denopower@suse.delmuelle@suse.comnopower@suse.deddiss@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- CVE-2025-9640: fix vfs_streams_xattr uninitialized memory write; (bsc#1251279);(bso#15885). - CVE-2025-10230: fix command Injection in WINS Server Hook Script; (bsc#1251280);(bso#15903).- Windows security hardening locks out schannel'ed netlogon dc calls like netr_DsRGetDCName; (bsc#1246431); (bso#15876).- Fix Samba printers reporting invalid sid during print jobs; (bsc#1234210); (bso#15792).- Fix crossing automounter mount points; (bsc#1215212); (bsc#1236803);- Update shipped /etc/samba/smb.conf to point to smb.conf man page;(bsc#1233880).- Update to 4.19.9 * libldb: performance issue with indexes (ldb 2.8.2 is already released); (bso#15590). * DH reconnect error handling can lead to stale sharemode entries; (bso#15624). * Incorrect FSCTL_QUERY_ALLOCATED_RANGES response when truncated; (bso#15699). * irpc_destructor may crash during shutdown; (bso#15280). * Compound SMB2 requests don't return NT_STATUS_NETWORK_SESSION_EXPIRED for all requests, confuses MacOSX clients; (bso#15696). * Crash when readlinkat fails; (bso#15700).- Adjust spec to split out rpcd_* binaries into a separate sub package; (bsc#1231414).- Incorrect FSCTL_QUERY_ALLOCATED_RANGES response when truncated; (bso#15699); (bsc#1229684). - Update to 4.19.8 * Invalid client warning about command line passwords; (bso#15671); * Version string is truncated in manpages; (bso#15672); * --version-* options are still not ergonomic, and they reject tilde characters; (bso#15673); * cmdline_burn does not always burn secrets; (bso#15674); * Samba doesn't parse SDDL found in defaultSecurityDescriptor in AD_DS_Classes_Windows_Server_v1903.ldf; (bso#15685); * We have added new options --vendor-name and --vendor-patch- revision arguments to ./configure to allow distributions and packagers to put their name in the Samba version string so that when debugging Samba the source of the binary is obvious; (bso#15654); * When claims enabled with heimdal kerberos, unable to log on to a Windows computer when user account need to change their own password; (bso#15655); * Fix clock skew error message and memory cache clock skew recovery; (bso#15676); * CTDB RADOS mutex helper misses namespace support; (bso#15665); * The images don't build after the git security release and CentOS 8 Stream is EOL; (bso#15660); * Fix unnecessary delays in CTDB while processing requests under high load; (bso#15678); * Dynamic DNS updates with the internal DNS are not working; (bso#13019); * s4:nbt_server: does not provide unexpected handling, so winbindd can't use nmb requests instead cldap; (bso#15620); * Panic in vfs_offload_token_db_fetch_fsp(); (bso#15664); * "client use kerberos" and --use-kerberos is ignored for the machine account; (bso#15666); * Regression DFS not working with widelinks = true; (bso#15435); * ntlm_auth make logs more consistent with length check; (bso#15677);- Fix a crash when joining offline and 'kerberos method' includes keytab; (bsc#1228732); - Fix reading the password from STDIN or environment vars if it was already given in the command line; (bsc#1228732);- Update to 4.19.7 * ldb qsort might r/w out of bounds with an intransitive compare function (ldb 2.8.1 is already released); (bso#15569). * Many qsort() comparison functions are non-transitive, which can lead to out-of-bounds access in some circumstances (ldb 2.8.1 is already released); (bso#15625). * Need to change gitlab-ci.yml tags in all branches to avoid CI bill; (bso#15638). * netr_LogonSamLogonEx returns NR_STATUS_ACCESS_DENIED with SysvolReady=0; (bso#14981). * Anonymous smb3 signing/encryption should be allowed (similar to Windows Server 2022); (bso#15412). * Panic in dreplsrv_op_pull_source_apply_changes_trigger; (bso#15573). * winbindd, net ads join and other things don't work on an ipv6 only host; (bso#15642). * Smbcacls incorrectly propagates inheritance with Inherit-Only flag; (bso#15636). * http library doesn't support 'chunked transfer encoding'; (bso#15611). - Update to 4.19.6 * fd_handle_destructor() panics within an smbd_smb2_close() if vfs_stat_fsp() fails in fd_close(); (bso#15527). * samba-gpupdate: Correctly implement site support; (bso#15588). * libgpo: Segfault in python bindings; (bso#15599). * Packet marshalling push support missing for CTDB_CONTROL_TCP_CLIENT_DISCONNECTED and CTDB_CONTROL_TCP_CLIENT_PASSED; (bso#15580).- Update to 4.19.5 * Windows 2016 fails to restore previous version of a file from a shadow_copy2 snapshot; (bso#13688). * Symlinks on AIX are broken in 4.19 (and a few version before that); (bso#15549). * Fake directory create times has no effect; (bso#12421). * ctime mixed up with mtime by smbd; (bso#15550). * samba-gpupdate --rsop fails if machine is not in a site; (bso#15548). * gpupdate: The root cert import when NDES is not available is broken; (bso#15557). * samba-gpupdate should print a useful message if cepces-submit can't be found; (bso#15552). * samba-gpupdate logging doesn't work; (bso#15558). * smbpasswd reset permissions only if not 0600; (bso#15555).- Remove -x from bash shebang update-apparmor-samba-profile; (bsc#1218431).- Update to 4.19.4 * net changesecretpw cannot set the machine account password if secrets.tdb is empty; (bso#13577). * For generating doc, take, if defined, env XML_CATALOG_FILES; (bso#15540). * Trivial C typo in nsswitch/winbind_nss_netbsd.c; (bso#15541). * vfs_linux_xfs is incorrectly named; (bso#15542). * systemd stumbled over copyright-message at smbd startup; (bso#15377). * Following intermediate abolute share-local symlinks is broken; (bso#15505). * ctdb RELEASE_IP causes a crash in release_ip if a connection to a non-public address disconnects first; (bso#15523). * shadow_copy2 broken when current fileset's directories are removed; (bso#15544). * smbd does not detect ctdb public ipv6 addresses for multichannel exclusion; (bso#15534). * 'force user = localunixuser' doesn't work if 'allow trusted domains = no' is set; (bso#15469). * smbget debug logging doesn't work; (bso#15525). * smget: username in the smburl and interactive password entry doesn't work; (bso#15532). * smbget auth function doesn't set values for password prompt correctly; (bso#15538). * Unable to copy and write files from clients to Ceph cluster via SMB Linux gateway with Ceph VFS module; (bso#15440). * Multichannel refresh network information; (bso#15547).- Update to 4.19.3 * sid_strings test broken by unix epoch > 1700000000; (bso#15520). * smbd crashes if asked to return full information on close of a stream handle with delete on close disposition set; (bso#15487). * smbd: fix close order of base_fsp and stream_fsp in smb_fname_fsp_destructor(); (bso#15521). * Improve logging for failover scenarios; (bso#15499). * Files without "read attributes" NFS4 ACL permission are not listed in directories; (bso#15093). * CVE-2018-14628 [SECURITY] Deleted Object tombstones visible in AD LDAP to normal users; (bso#13595). * Kerberos TGS-REQ with User2User does not work for normal accounts; (bso#15492). * vfs_gpfs stat calls fail due to file system permissions; (bso#15507). * Samba doesn't build with Python 3.12; (bso#15513).- packaging: samba-tool domain provision requires python3-Markdown; (bsc#1216519).- Update to 4.19.2 * Use-after-free in aio_del_req_from_fsp during smbd shutdown after failed IPC FSCTL_PIPE_TRANSCEIVE; (bso#15423). * clidfs.c do_connect() missing a "return" after a cli_shutdown() call; (bso#15426). * macOS mdfind returns only 50 results; (bso#15463). * GETREALFILENAME_CACHE can modify incoming new filename with previous cache entry value; (bso#15481). * libnss_winbind causes memory corruption since samba-4.18, impacts sendmail, zabbix, potentially more; (bso#15464). * ctdbd: setproctitle not initialized messages flooding logs; (bso#15479). * CVE-2023-5568 Heap buffer overflow with freshness tokens in the Heimdal KDC in Samba 4.19; (bso#15491). * The heimdal KDC doesn't detect s4u2self correctly when fast is in use; (bso#15477).- use systemd-logind rather than utmp for y2038 safety; (bsc#1216159).- CVE-2023-4091: samba: Client can truncate file with read-only permissions; (bsc#1215904); (bso#15439). - CVE-2023-42669: samba: rpcecho, enabled and running in AD DC, allows blocking sleep on request; (bso#1215905); (bso#15474). - CVE-2023-42670: samba: The procedure number is out of range when starting Active Directory Users and Computers; (bsc#1215906); (bso#15473). - CVE-2023-3961: samba: Unsanitized client pipe name passed to local_np_connect(); (bsc#1215907); (bso#15422). - CVE-2023-4154: samba: dirsync allows SYSTEM access with only "GUID_DRS_GET_CHANGES" right, not "GUID_DRS_GET_ALL_CHANGES; (bsc#1215908); (bso#15424).- Update to 4.19.0 * File doesn't show when user doesn't have permission if aio_pthread is loaded; (bso#15453). * ctdb_killtcp fails to work with --enable-pcap and libpcap ≥ 1.9.1; (bso#15451). * Logging to stdout/stderr with DEBUG_SYSLOG_FORMAT_ALWAYS can log to syslog; (bso#15460). * ‘samba-tool domain level raise’ fails unless given a URL; (bso#15458). * reply_sesssetup_and_X() can dereference uninitialized tmp pointer; (bso#15420). * missing return in reply_exit_done(); (bso#15430). * TREE_CONNECT without SETUP causes smbd to use uninitialized pointer; (bso#15432). * Avoid infinite loop in initial user sync with Azure AD Connect when synchronising a large Samba AD domain; (bso#15401). * Samba replication logs show (null) DN; (bso#15407). * 2-3min delays at reconnect with smb2_validate_sequence_number: bad message_id 2; (bso#15346). * DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed; (bso#15446). * CID 1539212 causes real issue when output contains only newlines; (bso#15438). * KDC encodes INT64 claims incorrectly; (bso#15452). * mdssvc: Do an early talloc_free() in _mdssvc_open(); (bso#15449). * Windows client join fails if a second container CN=System exists somewhere; (bso#9959). * regression DFS not working with widelinks = true; (bso#15435). * Heimdal fails to build on 32-bit FreeBSD; (bso#15443). * samba-tool ntacl get segfault if aio_pthread appended; (bso#15441). - Update to 4.18.6 * reply_sesssetup_and_X() can dereference uninitialized tmp pointer; (bso#15420); * Missing return in reply_exit_done(); (bso#15430); * post-exec password redaction for samba-tool is more reliable for fully random passwords as it no longer uses regular expressions containing the password value itself; (bso#15289); * Windows client join fails if a second container CN=System exists somewhere; (bso#9959); * Spotlight sometimes returns no results on latest macOS; (bso#15342); * Renaming results in NT_STATUS_SHARING_VIOLATION if previously attempted to remove the destination; (bso#15417); * Spotlight results return wrong date in result list; (bso#15427); * "net offlinejoin provision" does not work as non-root user; (bso#15414); * rpcserver no longer accepts double backslash in dfs pathname; (bso#15400); * cm_prepare_connection() calls close(fd) for the second time; (bso#15433); * 2-3min delays at reconnect with smb2_validate_sequence_number: bad message_id 2; (bso#15346); * samba-tool ntacl get segfault if aio_pthread appended; (bso#15441); * DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed; (bso#15446); * Python tarfile extraction needs change to avoid a warning (CVE-2007-4559 mitigation); (bso#15390); * Regression DFS not working with widelinks = true; (bso#15435); * mdssvc: Do an early talloc_free() in _mdssvc_open(); (bso#15449); - Update to 4.18.5 * CVE-2022-2127: lm_resp_len not checked properly in winbindd_pam_auth_crap_send; (bso#15072); (bsc#1213174). * CVE-2023-34966: Samba Spotlight mdssvc RPC Request Infinite Loop Denial-of-Service Vulnerability; (bso#15340); (bsc#1213173). * CVE-2023-34967: Samba Spotlight mdssvc RPC Request Type Confusion Denial-of-Service Vulnerability; (bso#15341); (bsc#1213172). * CVE-2023-34968: Spotlight server-side Share Path Disclosure; (bso#15388); (bsc#1213171). * CVE-2023-3347: Samba doesn't require SMB2+ signing if `server signing = mandatory` is set; (bso#15397); (bsc#1213170). * secure channel faulty since Windows 10/11 update 07/2023; (bso#15418); (bsc#1213384). - Update to 4.18.4 * Backport --pidl-developer fixes; (bso#15404). * Named crashes on DLZ zone update; (bso#14030). * smbcacls and smbcquotas do not check // before the server; (bso#2312). * cli_list loops 100% CPU against pre-lanman2 servers; (bso#15382). * smbclient leaks fds with showacls; (bso#15391). * smbd returns NOT_FOUND when creating files on a r/o filesystem; (bso#15402). * NSS_WRAPPER_HOSTNAME doesn't match NSS_WRAPPER_HOSTS entry and causes test timeouts; (bso#15355). * net ads lookup (with unspecified realm) fails; (bso#15384). * Register Samba processes with GPFS; (bso#15381). * Python tarfile extraction needs change to avoid a warning (CVE-2007-4559 mitigation); (bso#15390). * The winbind child segfaults when listing users with `winbind scan trusted domains = yes`; (bso#15398). * Remove comments about deprecated 'write cache size'; (bso#15383). * smbget memory leak if failed to download files recursively; (bso#15403). - Update to 4.18.3 * Symlinks to files can have random DOS mode information in a directory listing; (bso#15375). * vfs_fruit might cause a failing open for delete; (bso#15378). * winbind recurses into itself via rpcd_lsad; (bso#15361). * wbinfo -u fails on ad dc with >1000 users; (bso#15366). * DS ACEs might be inherited to unrelated object classes; (bso#15338). * a lot of messages: get_static_share_mode_data: get_static_share_mode_data_fn failed: NT_STATUS_NOT_FOUND; (bso#15362). * aes256 smb3 encryption algorithms are not allowed in smb3_sid_parse(); (bso#15374). * Setting veto files = /.*/ break listing directories; (bso#15360). * "samba-tool domain provision" does not run interactive mode if no arguments are given; (bso#15363). * dsgetdcname: assumes local system uses IPv4; (bso#15325). - Update to 4.18.2 * Log flood: smbd_calculate_access_mask_fsp: Access denied: message level should be lower; (bso#15302). * Floating point exception (FPE) via cli_pull_send at source3/libsmb/clireadwrite.c; (bso#15306). * test_tstream_more_tcp_user_timeout_spin fails intermittently on Rackspace GitLab runners; (bso#15328). * Reduce flapping of ridalloc test; (bso#15329). * large_ldap test is unreliable; (bso#15351). * New filename parser doesn't check veto files smb.conf parameter; (bso#15143). * mdssvc may crash when initializing; (bso#15354). * large directory optimization broken for non-lcomp path elements; (bso#15313). * streams_depot fails to create streams; (bso#15357). * shadow_copy2 and streams_depot don't play well together; (bso#15358). * Flapping tests in samba_tool_drs_show_repl.py; (bso#15316). * winbindd idmap child contacts the domain controller without a need; (bso#15317). * idmap_autorid may fail to map sids of trusted domains for the first time; (bso#15318). * idmap_hash doesn't use ID_TYPE_BOTH for reverse mappings; (bso#15319). * net ads search -P doesn't work against servers in other domains; (bso#15323). * Temporary smbXsrv_tcon_global.tdb can't be parsed; (bso#15353). * Tests use depricated and removed methods like assertRegexpMatches; (bso#15343). - Update to 4.18.1 * CVE-2023-0225: AD DC "dnsHostname" attribute can be deleted by unprivileged authenticated users. (bso#15276);(bsc#1209483). * CVE-2023-0614: Access controlled AD LDAP attributes can be discovered (bso#15270); (bsc#1209485). * CVE-2023-0922: Samba AD DC admin tool samba-tool sends passwords in cleartext(bso#15315);(bsc#1209481). * ldb wildcard matching makes excessive allocations; (bso#15331). * large_ldap test is inefficient; (bso#15332). - Update to 4.18.0 * SMB server performance improvements * More succinct samba-tool error messages * Color output with samba-tool --color The NO_COLOR environment variable will disable colour output * New samba-tool dsacl subcommand for deleting ACEs * New wbinfo option --change-secret-at * Net option to change the NT ACL default location * Azure AD / Office365 synchronization improvements- Fix DFS not working with widelinks enabled; (bsc#1213607); (bso#15435);- Move libcluster-samba4.so from samba-libs to samba-client-libs; (bsc#1213940);- net ads lookup with unspecified realm fails; (bso#15384); (bsc#1213826);- secure channel faulty since Windows 10/11 update 07/2023; (bso#15418); (bsc#1213384).- CVE-2022-2127: lm_resp_len not checked properly in winbindd_pam_auth_crap_send; (bso#15072); (bsc#1213174). - CVE-2023-34966: Samba Spotlight mdssvc RPC Request Infinite Loop Denial-of-Service Vulnerability; (bso#15340); (bsc#1213173). - CVE-2023-34967: Samba Spotlight mdssvc RPC Request Type Confusion Denial-of-Service Vulnerability; (bso#15341); (bsc#1213172). - CVE-2023-34968: Spotlight server-side Share Path Disclosure; (bso#15388); (bsc#1213171). - CVE-2023-3347: Samba doesn't require SMB2+ signing if `server signing = mandatory` is set; (bso#15397); (bsc#1213170).- Update to 4.17.9 * Backport --pidl-developer fixes; (bso#15404). * smbd_scavenger crashes when service smbd is stopped; (bso#15275). * vfs_fruit might cause a failing open for delete; (bso#15378). * named crashes on DLZ zone update; (bso#14030). * winbind recurses into itself via rpcd_lsad; (bso#15361). * cli_list loops 100% CPU against pre-lanman2 servers; (bso#15382). * smbclient leaks fds with showacls; (bso#15391). * aes256 smb3 encryption algorithms are not allowed in smb3_sid_parse(); (bso#15374). * winbindd gets stuck on NT_STATUS_RPC_SEC_PKG_ERROR; (bso#15413). * smbget memory leak if failed to download files recursively; (bso#15403).- Update to 4.17.8 * log flood: smbd_calculate_access_mask_fsp: Access denied: message level should be lower; (bso#15302). * Floating point exception (FPE) via cli_pull_send at source3/libsmb/clireadwrite.c; (bso#15306). * test_tstream_more_tcp_user_timeout_spin fails intermittently on Rackspace GitLab runners; (bso#15328). * Reduce flapping of ridalloc test; (bso#15329). * large_ldap test is unreliable; (bso#15351). * New filename parser doesn't check veto files smb.conf parameter; (bso#15143). * mdssvc may crash when initializing; (bso#15354). * Large directory optimization broken for non-lcomp path elements; (bso#15313). * streams_depot fails to create streams; (bso#15357). * shadow_copy2 and streams_depot don't play well together; (bso#15358). * wbinfo -u fails on ad dc with >1000 users; (bso#15366). * winbindd idmap child contacts the domain controller without a need; (bso#15317). * idmap_autorid may fail to map sids of trusted domains for the first time; (bso#15318). * idmap_hash doesn't use ID_TYPE_BOTH for reverse mappings; (bso#15319). * net ads search -P doesn't work against servers in other domains; (bso#15323). * DS ACEs might be inherited to unrelated object classes; (bso#15338). * Temporary smbXsrv_tcon_global.tdb can't be parsed; (bso#15353). * Setting veto files = /.*/ break listing directories; (bso#15360); (bsc#1212375). * CVE-2020-25720 [SECURITY] Create Child permission should not allow full write to all attributes (additional changes); (bso#14810). * dsgetdcname: assumes local system uses IPv4; (bso#15325).- Update to 4.17.7 * CVE-2023-0922: Samba AD DC admin tool samba-tool sends passwords in cleartext; (bso#15315); (bsc#1209481). * CVE-2023-0225: Samba AD DC "dnsHostname" attribute can be deleted by unprivileged authenticated users; (bso#15276); (bsc#1209483). * CVE-2023-0614: samba: Access controlled AD LDAP attributes can be discovered; (bso#15270); (bsc#1209485). * large_ldap test is inefficient; (bso#15332). * CVE-2020-25720 [SECURITY] Create Child permission should not allow full write to all attributes (additional changes); (bso#14810). - Update to 4.17.6 * streams_xattr is creating unexpected locks on folders; (bso#15314). * Use of the Azure AD Connect cloud sync tool is now supported for password hash synchronisation, allowing Samba AD Domains to synchronise passwords with this popular cloud environment; (bso#10635). * Spotlight doesn't work with latest macOS Ventura; (bso#15299). * New samba-dcerpc architecture does not scale gracefully; (bso#15310). * vfs_ceph incorrectly uses fsp_get_io_fd() instead of fsp_get_pathref_fd() in close and fstat; (bso#15307). * With clustering enabled samba-bgqd can core dump due to use after free; (bso#15293). * fd_load() function implicitly closes the fd where it should not; (bso#15311). - Update to 4.17.5 * smbc_getxattr() return value is incorrect; (bso#14808). * Compound SMB2 FLUSH+CLOSE requests from MacOSX are not handled correctly; (bso#15172). * synthetic_pathref AFP_AfpInfo failed errors; (bso#15210). * samba-tool gpo listall fails IPv6 only - finddcs() fails to find DC when there is only an AAAA record for the DC in DNS; (bso#15226). * smbd crashes if an FSCTL request is done on a stream handle; (bso#15236). * DFS links don't work anymore on Mac clients since 4.17; (bso#15277). * vfs_virusfilter segfault on access, directory edgecase (accessing NULL value); (bso#15283). * CVE-2022-38023 [SECURITY] Samba should refuse RC4 (aka md5) based SChannel on NETLOGON (additional changes); (bso#15240). * %U for include directive doesn't work for share listing (netshareenum); (bso#15243). * Shares missing from netshareenum response in samba 4.17.4; (bso#15266). * ctdb: use-after-free in run_proc; (bso#15269). * irpc_destructor may crash during shutdown; (bso#15280). * auth3_generate_session_info_pac leaks wbcAuthUserInfo; (bso#15286). * smbclient segfaults with use after free on an optimized build; (bso#15268). * smbstatus leaking files in msg.sock and msg.lock; (bso#15282). * Leak in wbcCtxPingDc2; (bso#15164). * Access based share enum does not work in Samba 4.16+; (bso#15265). * Crash during share enumeration; (bso#15267). * rep_listxattr on FreeBSD does not properly check for reads off end of returned buffer; (bso#15271). * Avoid relying on C89 features in a few places; (bso#15281).- Make (32bit) samba-libs conflict with old samba-ad-dc-libs package to satisfy installcheck.- Make samba-libs conflict with old samba-ad-dc-libs package to satisfy installcheck.- Remove non functioning ifup/ifdown samba-winbindd scripts; (bsc#1207414).- libdsdb-module-samba4 should be packaged as part of samba-libs and not samba-ad-dc-libs. Additionally no need for it to be removed conditionally.- Clean up logic for PAM migration settings in spec file.- Change with_dc default to 0 (for non TW builds), ADDC feature is deprecated and will no longer be included in >= SLE15-SP5; (jsc#PED-1122).- Update to 4.17.4 * CVE-2022-44640 Upstream Heimdal free of user-controlled pointer in FAST; (bsc#14929); * CVE-2021-20251 Bad password count not incremented atomically; (bsc#14611); * CVE-2022-42898 krb5_pac_parse() buffer parsing vulnerability; (bsc#15203); * CVE-2022-37966 rc4-hmac Kerberos session keys issued to modern servers; (bso#15237); * CVE-2022-37967 Kerberos constrained delegation ticket forgery possible against Samba AD DC; (bso#15231); * CVE-2022-38023 RC4/HMAC-MD5 NetLogon Secure Channel is weak and should be avoided; (bso#15240); * pam_winbind uses time_t and pointers assuming they are of the same size; (bso#15224); * Heimdal session key selection in AS-REQ examines wrong entry; (bso#15219); * filter-subunit is inefficient with large numbers of knownfails; (bso#15258); * smbd allows setting FILE_ATTRIBUTE_TEMPORARY on directories; (bso#15252); * The KDC logic arround msDs-supportedEncryptionTypes differs from Windows; (bso#13135); * libnet: change_password() doesn't work with dcerpc_samr_ChangePasswordUser4(); (bso#15206); * Heimdal session key selection in AS-REQ examines wrong entry; (bso#15219); * Memory leak in snprintf replacement functions; (bso#15230); * RODC doesn't reset badPwdCount reliable via an RWDC (CVE-2021-20251 regression); (bso#15253); * Prevent EBADF errors with vfs_glusterfs; (bso#15198); * %U for include directive doesn't work for share listing (netshareenum); (bso#15243); * Stack smashing in net offlinejoin requestodj; (bso#15257); * Windows 11 22H2 and Samba-AD 4.15 Kerberos login issue; (bso#15197); * Heimdal session key selection in AS-REQ examines wrong entry; (bso#15219); - Remove deprecated if-{down,up} scripts; (bsc#1206444); - Adjust the systemd drop-in file for named service; (bsc#1201689); * Paths are additive so do not repeat paths from named.service * Prefix the samba DLZ directory with "-" to ignore this path if it does not exists- Introduce without-smb1-server spec flag; (bsc#1205104); - Update to 4.17.3 * CVE-2022-42898: Samba buffer overflow vulnerabilities on 32-bit systems; (bsc#1205126); (bso#15203); - Replace obsolete python-gpgme with python-gpg * Upstream replaced it in v4.9.5 -- bso#13728 - Update to 4.17.2 * CVE-2022-3592 [SECURITY] samba: Wide links protection broken; (bso#15207); (bsc#1204499). * CVE-2022-3437 [SECURITY] samba: Buffer overflow in Heimdal unwrap_des3();(bso#15134); (bsc#1204254). - Update to 4.17.1 * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). * smbXsrv_connection_shutdown_send result leaked; (bso#15174). * Flush on a named stream never completes; (bso#15182). * Permission denied calling SMBC_getatr when file not exists; (bso#15195). * Samba 4.5 sometimes cannot be upgraded to Samba 4.6 or later over DRS: WERROR_DS_DRA_MISSING_PARENT due to faulty GET_ANC; (bso#15189). * pytest: add file removal helpers for TestCaseInTempDir; (bso#15191). * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). * Samba 4.5 sometimes cannot be upgraded to Samba 4.6 or later over DRS: WERROR_DS_DRA_MISSING_PARENT due to faulty GET_ANC; (bso#15189). * Flush on a named stream never completes; (bso#15182). * vfs_gpfs silently garbles timestamps > year 2106; (bso#15151). * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). * multi-channel socket passing may hit a race if one of the involved processes already existed; (bso#15200). * memory leak on temporary of struct imessaging_post_state and struct tevent_immediate on struct imessaging_context (in rpcd_spoolss and maybe others); (bso#15201). * Since popt1.19 various use after free errors using result of poptGetArg are now exposed; (bso#15205); (boo#1204279). * Remove special case for O_CREAT in SMB_VFS_OPENAT from vfs_glusterfs; (bso#15192). * GETPWSID in memory cache grows indefinetly with each NTLM auth; (bso#15169). * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). - Install a systemd drop-in file for named service to allow read/write access to the DLZ directory; (bsc#1201689); - Fix use after free errors resulting from using return of poptGetArg exposed since popt-1.19; (boo#1204279); (bso#15205). - s3: smbd: Fix memory leak in smbd_server_connection_terminate_done(); (bso#15174). - Disable SMB1 for tumbleweed builds. - Update to 4.17.0 * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * Missing SMB2-GETINFO access checks from MS-SMB2 3.3.5.20.1; (bso#15153). * assert failed: !is_named_stream(smb_fname)") at ../../lib/util/fault.c:197; (bso#15161). * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * assert failed: !is_named_stream(smb_fname)") at ../../lib/util/fault.c:197; (bso#15161). * Cross-node multi-channel reconnects result in SMB2 Negotiate returning NT_STATUS_NOT_SUPPORTED; (bso#15159). * winbind at info level debug can coredump when processing wb_lookupusergroups; (bso#15160). * Make use of glfs_*at() API calls in vfs_glusterfs; (bso#15157). * Possible use after free of connection_struct when iterating smbd_server_connection->connections; (bso#15128). * `net usershare add` fails with flag works with --long but fails with -l; (bso#15145). * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * Performance regression on contended path based operations; (bso#15125). * Missing READ_LEASE break could cause data corruption; (bso#15148). * libsamba-errors uses a wrong version number; (bso#15141). * SMB1 negotiation can fail to handle connection errors; (bso#15152). * New filename parser doesn't check veto files smb.conf parameter; (bso#15143). * 4.17.rc1 still uses symlink-race prone unix_convert(); (bso#15144). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). * Manpage for smbstatus json is missing; (bso#15147). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). * Performance regression on contended path based operations; (bso#15125). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). * Fix issues found by coverity in smbstatus json code; (bso#15140). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). - Migration to /usr/etc: Saving user changed configuration files in /etc and restoring them while an RPM update. - Update to 4.16.4 * CVE-2022-2031: Samba AD users can bypass certain restrictions associated with changing passwords; (bsc#1201495); (bso#15047); * CVE-2022-32744: Samba AD users can forge password change requests for any user; (bsc#1201493); (bso#15074); * CVE-2022-32745: Samba AD users can crash the server process with an LDAP add or modify request; (bsc#1201492); (bso#15008); * CVE-2022-32746: Samba AD users can induce a use-after-free in the server process with an LDAP add or modify request; (bsc#1201490); (bso#15009); * CVE-2022-32742: Server memory information leak via SMB1; (bsc#1201496); (bso#15085); - Update to 4.16.3 * Using vfs_streams_xattr and deleting a file causes a panic; (bso#15099); * Add support for bind 9.18; (bso#14986); * logging dsdb audit to specific files does not work; (bso#15076); * Problem when winbind renews Kerberos; (bso#14979); (bsc#1196224); * Samba with new lorikeet-heimdal fails to build on gcc 12.1 in developer mode; (bso#15095); * Crash in streams_xattr because fsp->base_fsp->fsp_name is NULL; (bso#15105); * Crash in rpcd_classic - NULL pointer deference in mangle_is_mangled(); (bso#15118); * smbclient commands del & deltree fail with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556); * Fix check for chown when processing NFSv4 ACL; (bso#15120); * The pcap background queue process should not be stopped; (bso#15082); * testparm: Fix typo in idmap rangesize check; (bso#15097); * net ads info returns LDAP server and LDAP server name as null; (bso#15106); * ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link; (bso#15108); * CTDB child process logging does not work as expected; (bso#15090); - Update spec file to fix the optional Heimdal DC build - Fix external trusts with MIT Kerberos 1.20 - Add missing samba-client requirement to samba-winbind package; (bsc#1198255); - Move pdb backends from package samba-libs to package samba-client-libs and remove samba-libs requirement from samba-winbind; (bsc#1200964); (bsc#1198255); - Add sysuser-shadow requirement for packages using systemd-sysusers - Use the canonical realm name to refresh the Kerberos tickets; (bsc#1196224); (bso#14979); - Moved logrotate files from user specific directory /etc/logrotate.d to vendor specific directory /usr/etc/logrotate.d. - Update to 4.16.2 * Use pathref fd instead of io fd in vfs_default_durable_cookie; (bso#15042); * vfs_gpfs with vfs_shadowcopy2 fail to restore file if original file had been deleted; (bso#15069); * Reintroduce netgroups support; (bso#15087); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); * Update from 4.15 to 4.16 breaks discovery of [homes] on standalone server from Win and IOS; (bso#15062); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * smbclient -E doesn't work as advertised; (bso#15075); * The samba background daemon doesn't refresh the printcap cache on startup; (bso#15081); * Out-by-4 error in smbd read reply max_send clamp; (bso#14443); - Fix samba4.blackbox.net_ads_dns_async test with bind9 >= 9.17.7 - Support building with MIT Kerberos 1.20 - Bronze bit and S4U support with MIT Kerberos 1.20 for Samba AD DC; (CVE-2020-17049); - Resource Based Constrained Delegation (RBCD) for Samba AD DC - Support building with gcc 12.1 - Use requires_eq macro to require the libldb2 version available at samba-dsdb-modules build time; (bsc#1199362); - Update to 4.16.1 * Share and server swapped in smbget password prompt; (bso#14831); * Durable handles won't reconnect if the leased file is written to; (bso#15022); * rmdir silently fails if directory contains unreadable files and hide unreadable is yes; (bso#15023); * SMB2_CLOSE_FLAGS_FULL_INFORMATION fails to return information on renamed file handle; (bso#15038); * Need to describe --builtin-libraries= better (compare with - -bundled-libraries); (bso#8731); * vfs_shadow_copy2 breaks "smbd async dosmode" sync fallback; (bso#14957); * shadow_copy2 fails listing snapshotted dirs with shadow:fixinodes; (bso#15035); * PAM Kerberos authentication incorrectly fails with a clock skew error; (bso#15046); * Username map - samba erroneously applies unix group memberships to user account entries; (bso#15041); * KVNO off by 100000; (bso#14951); * Uninitialized litemask in variable in vfs_gpfs module; (bso#15027); * vfs_gpfs recalls=no option prevents listing files; (bso#15055); * smbd doesn't handle UPNs for looking up names; (bso#15054); - Update update-apparmor-samba-profile script, replace non-printable delimiter with more human readable separator as sed can accept separators that can appear in the input data. - Fix update-apparmor-samba-profile script, sed doesn't like multibyte separators; (bsc#1198309). - Update to 4.16.0 * New samba-dcerpcd binary to provide DCERPC in the member server setup * Certificate Auto Enrollment * Ability to add ports to dns forwarder addresses in internal DNS backend * No longer using Linux mandatory locks for sharemodes * SMB1 protocol has been deprecated, particularly older dialects * SMB1 protocol SMBCopy command removed * SMB1 server-side wildcard expansion removed - Add python3-dnspython to samba-ad-dc recommens; (bsc#1187101); - Use systemd-sysusers to create system users; (bsc#1182847);- Install a systemd drop-in file for named service to allow read/write access to the DLZ directory; (bsc#1201689);- Update to 4.15.12 * CVE-2022-42898: samba: heimdal: Samba buffer overflow vulnerabilities on 32-bit systems; (bso#15203); (bsc#1205126). - Update to 4.15.11 * Allow rebuild of Centos 8 images after move to vault for Samba 4.15; (bso#15193). * CVE-2022-3437: samba: Buffer overflow in Heimdal unwrap_des3(); (bso#15134); (bsc#1204254)- Update to 4.15.10 * Possible use after free of connection_struct when iterating smbd_server_connection->connections; (bso#15128); (bsc#1200102). * smbXsrv_connection_shutdown_send result leaked; (bso#15174). * Spotlight RPC service returns wrong response when Spotlight is disabled on a share; (bso#15086). * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * Missing SMB2-GETINFO access checks from MS-SMB2 3.3.5.20.1; (bso#15153). * assert failed: !is_named_stream(smb_fname)") at ../../lib/util/fault.c:197; (bso#15161). * Missing READ_LEASE break could cause data corruption; (bso#15148). * rpcclient can crash using setuserinfo(2); (bso#15124). * Samba fails to build with glibc 2.36 caused by including in libreplace; (bso#15132). * SMB1 negotiation can fail to handle connection errors; (bso#15152). * samba-tool domain join segfault when joining a samba ad domain; (bso#15078). - Update to 4.15.9 * CVE-2022-32742:SMB1 code does not correct verify SMB1write, SMB1write_and_close, SMB1write_and_unlock lengths; (bso#15085); (bsc#1201496). * CVE-2022-32746: samba: Use-after-free occurring in database audit logging; (bso#15009); (bso#15096); (bsc#1201490). * CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); * CVE-2022-32745: samba: ldb: AD users can crash the server process with an LDAP add or modify request; (bso#15008); (bso#15096); (bsc#1201492). * CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); * CVE-2022-32744: samba, ldb: AD users can forge password change requests for any user; (bso#15074); (bso#15047); (bsc#1201493).- CVE-2022-1615: Do not ignore errors in random number generation; (bso#15103); (bsc#1202976); - CVE-2022-32743: Implement validated dnsHostName write rights; (bso#14833); (bsc#1202803);- Fix Use after free when iterating smbd_server_connection->connections after tree disconnect failure; (bso#15128); (bsc#1200102).- CVE-2022-32746: samba: Use-after-free occurring in database audit logging; (bso#15009); (bso#15096); (bsc#1201490). - CVE-2022-32745: samba: ldb: AD users can crash the server process with an LDAP add or modify request; (bso#15008); (bso#15096); (bsc#1201492). - CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); - CVE-2022-32742:SMB1 code does not correct verify SMB1write, SMB1write_and_close, SMB1write_and_unlock lengths; (bso#15085); (bsc#1201496). - CVE-2022-32744: samba, ldb: AD users can forge password change requests for any user; (bso#15074); (bso#15047); (bsc#1201493).- Update to 4.15.8 * Use pathref fd instead of io fd in vfs_default_durable_cookie; (bso#15042); * Setting fruit:resource = stream in vfs_fruit causes a panic; (bso#15099); * Add support for bind 9.18; (bso#14986); * logging dsdb audit to specific files does not work; (bso#15076); * vfs_gpfs with vfs_shadowcopy2 fail to restore file if original file had been deleted; (bso#15069); * netgroups support removed; (bso#15087); (bsc#1199247); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); (bsc#1199734); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * smbclient commands del & deltree fail with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556); * vfs_gpfs recalls=no option prevents listing files; (bso#15055); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * Compile error in source3/utils/regedit_hexedit.c; (bso#15091); * ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link; (bso#15108); * smbd doesn't handle UPNs for looking up names; (bso#15054); * Out-by-4 error in smbd read reply max_send clamp; (bso#14443); - Move pdb backends from package samba-libs to package samba-client-libs and remove samba-libs requirement from samba-winbind; (bsc#1200964); (bsc#1198255); - Use the canonical realm name to refresh the Kerberos tickets; (bsc#1196224); (bso#14979);- Fix smbclient commands del & deltree failing with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556).- Revert NIS support removal; (bsc#1199247);- Use requires_eq macro to require the libldb2 version available at samba-dsdb-modules build time; (bsc#1199362);- Add missing samba-client requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.7 * Share and server swapped in smbget password prompt; (bso#14831); * Durable handles won't reconnect if the leased file is written to; (bso#15022); * rmdir silently fails if directory contains unreadable files and hide unreadable is yes; (bso#15023); * SMB2_CLOSE_FLAGS_FULL_INFORMATION fails to return information on renamed file handle; (bso#15038); * vfs_shadow_copy2 breaks "smbd async dosmode" sync fallback; (bso#14957); * shadow_copy2 fails listing snapshotted dirs with shadow:fixinodes; (bso#15035); * PAM Kerberos authentication incorrectly fails with a clock skew error; (bso#15046); * username map - samba erroneously applies unix group memberships to user account entries; (bso#15041); * NT_STATUS_ACCESS_DENIED translates into EPERM instead of EACCES in SMBC_server_internal; (bso#14983); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Crash of winbind on RODC; (bso#14641); * uncached logon on RODC always fails once; (bso#14865); * KVNO off by 100000; (bso#14951); * LDAP simple binds should honour "old password allowed period"; (bso#15001); * wbinfo -a doesn't work reliable with upn names; (bso#15003); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Uninitialized litemask in variable in vfs_gpfs module; (bso#15027); * Regression: create krb5 conf = yes doesn't work with a single KDC; (bso#15016);- Add provides to samba-client-libs package to fix upgrades from previous versions; (bsc#1197995);- Add missing samba-libs requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.6 * Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND; (bso#14169); * Samba does not response STATUS_INVALID_PARAMETER when opening 2 objects with same lease key; (bso#14737); * NT error code is not set when overwriting a file during rename in libsmbclient; (bso#14938); * Fix ldap simple bind with TLS auditing; (bso#14996); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); * Problem when winbind renews Kerberos; (bso#14979); (bsc#1196224); * pam_winbind will not allow gdm login if password about to expire; (bso#8691); * virusfilter_vfs_openat: Not scanned: Directory or special file; (bso#14971); * DFS fix for AIX broken; (bso#13631); * Solaris and AIX acl modules: wrong function arguments; (bso#14974); * Function aixacl_sys_acl_get_file not declared / coredump; (bso#7239); * Regression: Samba 4.15.2 on macOS segfaults intermittently during strcpy in tdbsam_getsampwnam; (bso#14900); * Fix a use-after-free in SMB1 server; (bso#14989); * smb2_signing_decrypt_pdu() may not decrypt with gnutls_aead_cipher_decrypt() from gnutls before 3.5.2; (bso#14968); * Changing the machine password against an RODC likely destroys the domain join; (bso#14984); * authsam_make_user_info_dc() steals memory from its struct ldb_message *msg argument; (bso#14993); * Use Heimdal 8.0 (pre) rather than an earlier snapshot; (bso#14995); * Samba autorid fails to map AD users if id rangesize fits in the id range only once; (bso#14967);- Fix mismatched version of libldb2; (bsc#1196788). - Drop obsolete SuSEfirewall2 service files.- Drop obsolete Samba fsrvp v0->v1 state upgrade functionality; (bsc#1080338).- Fix ntlm authentications with "winbind use default domain = yes"; (bso#13126); (bsc#1173429); (bsc#1196308).- Fix samba-ad-dc status warning notification message by disabling systemd notifications in bgqd; (bsc#1195896); (bso#14947).- libldb version mismatch in Samba dsdb component; (bsc#1118508);- Update to 4.15.5 * CVE-2021-44141: UNIX extensions in SMB1 disclose whether the outside target of a symlink exists; (bso#14911); (bsc#1193690). * CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module; (bso#14914); (bsc#1194859). * CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks; bso#14950); (bsc#1195048).- CVE-2021-44141: Information leak via symlinks of existance of files or directories outside of the exported share; (bso#14911); (bsc#1193690); - CVE-2021-44142: Out-of-bounds heap read/write vulnerability in VFS module vfs_fruit allows code execution; (bso#14914); (bsc#1194859); - CVE-2022-0336: Samba AD users with permission to write to an account can impersonate arbitrary services; (bso#14950); (bsc#1195048);- Update to 4.15.4 * Duplicate SMB file_ids leading to Windows client cache poisoning; (bso#14928); * Failed to parse NTLMv2_RESPONSE length 95 - Buffer Size Error - NT_STATUS_BUFFER_TOO_SMALL; (bso#14932); * kill_tcp_connections does not work; (bso#14934); * Can't connect to Windows shares not requiring authentication using KDE/Gnome; (bso#14935); * smbclient -L doesn't set "client max protocol" to NT1 before calling the "Reconnecting with SMB1 for workgroup listing" path; (bso#14939); * Cross device copy of the crossrename module always fails; (bso#14940); * symlinkat function from VFS cap module always fails with an error; (bso#14941); * Fix possible fsp pointer deference; (bso#14942); * Missing pop_sec_ctx() in error path inside close_directory(); (bso#14944); * "smbd --build-options" no longer works without an smb.conf file; (bso#14945);- Use pkgconfig(krb5) as dependency for the -devel package: allow OBS to pick the right flavor of krb5-devel (full vs mini). - Do not require the 'krb5' symbol by samba-client-libs: this package has an automatic dependency due to linkage on libgssapi_krb5.so.2. Automatic deps are always better. - Do not require the 'krb5' symbol from samba-libs: samba-libs requires samba-client-libs, which in turn requires krb5 libraries. Samba-libs itself has no need for krb5 (but get it indirectly anyway).- Reorganize libs packages. Split samba-libs into samba-client-libs, samba-libs, samba-winbind-libs and samba-ad-dc-libs, merging samba public libraries depending on internal samba libraries into these packages as there were dependency problems everytime one of these public libraries changed its version (bsc#1192684). The devel packages are merged into samba-devel. - Rename package samba-core-devel to samba-devel - Add python-rpm-macros to build requirements - Update the symlink create by samba-dsdb-modules to private samba ldb modules following libldb2 changes from /usr/lib64/ldb/samba to /usr/lib64/ldb2/modules/ldb/samba- Update to 4.15.3 * Recursive directory delete with veto files is broken in 4.15.0; (bso#14878); * A directory containing dangling symlinks cannot be deleted by SMB2 alone when they are the only entry in the directory; (bso#14879); * SIGSEGV in rmdir_internals/synthetic_pathref - dirfsp is used uninitialized in rmdir_internals(); (bso#14892); * MaxQueryDuration not honoured in Samba AD DC LDAP; (bso#14694); * The CVE-2020-25717 username map [script] advice has undesired side effects for the local nt token; (bso#14901); (bsc#1192849); * User with multiple spaces (eg FredNurk) become un-deletable; (bso#14902); * Avoid storing NTTIME_THAW (-2) as value on disk; (bso#14127); * smbXsrv_client_global record validation leads to crash if existing record points at non-existing process; (bso#14882); * Crash in vfs_fruit asking for fsp_get_io_fd() for an XATTR call; (bso#14890); * Samba process doesn't log to logfile; (bso#14897); * set_ea_dos_attribute() fallback calling get_file_handle_for_metadata() triggers locking.tdb assert; (bso#14907); * Kerberos authentication on standalone server in MIT realm broken; (bso#14922); * Segmentation fault when joining the domain; (bso#14923); * Support for ROLE_IPA_DC is incomplete; (bso#14903); * rpcclient cannot connect to ncacn_ip_tcp services anymore; (bso#14767); * winexe crashes since 4.15.0 after popt parsing; (bso#14893); * net ads status -P broken in a clustered environment; (bso#14908); * Memory leak if ioctl(FSCTL_VALIDATE_NEGOTIATE_INFO) fails before smbd_smb2_ioctl_send; (bso#14788); * winbindd doesn't start when "allow trusted domains" is off; (bso#14899); * smbclient login without password using '-N' fails with NT_STATUS_INVALID_PARAMETER on Samba AD DC; (bso#14883); * A schannel client incorrectly detects a downgrade connecting to an AES only server; (bso#14912); * Possible null pointer dereference in winbind; (bso#14921); * Fix -k legacy option for client tools like smbclient, rpcclient, net, etc.; (bso#14846); * Add Debian 11 CI bootstrap support; (bso#14872); * Crash in recycle_unlink_internal(); (bso#14888);- Fix dependency problem upgrading from libndr0 to libndr2 and from libsamba-credentials0 to libsamba-credentials1; (bsc#1192684);- Fix regression introduced by CVE-2020-25717 patches, winbindd does not start when 'allow trusted domains' is off; (bso#14899); - Update to 4.15.2 * CVE-2016-2124: SMB1 client connections can be downgraded to plaintext authentication; (bso#12444); (bsc#1014440); * CVE-2020-25717: A user on the domain can become root on domain members; (bso#14556); (bsc#1192284); * CVE-2020-25718: Samba AD DC did not correctly sandbox Kerberos tickets issued by an RODC; (bso#14558); (bsc#1192246); * CVE-2020-25719: Samba AD DC did not always rely on the SID and PAC in Kerberos tickets; (bso#14561); (bsc#1192247); * CVE-2020-25721: Kerberos acceptors need easy access to stable AD identifiers (eg objectSid); (bso#14557); (bsc#1192505); * CVE-2020-25722: Samba AD DC did not do suffienct access and conformance checking of data stored; (bso#14564); (bsc#1192283); * CVE-2021-3738: Use after free in Samba AD DC RPC server; (bso#14468); (bsc#1192215); * CVE-2021-23192: Subsequent DCE/RPC fragment injection vulnerability; (bso#14875); (bsc#1192214); - Update to 4.15.1 * vfs_shadow_copy2: core dump in make_relative_path; (bso#14682); * Log clutter from filename_convert_internal; (bso#14685); * MacOSX compilation fixes; (bso#14862); * rodc_rwdc test flaps; (bso#14868); * Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal; (bso#14642); * Python ldb.msg_diff() memory handling failure; (bso#14836); * "in" operator on ldb.Message is case sensitive; (bso#14845); * Release LDB 2.4.1 for Samba 4.15.1; (bso#14848); * samldb_krbtgtnumber_available() looks for incorrect string; (bso#14854); * Fix Samba support for UF_NO_AUTH_DATA_REQUIRED; (bso#14871); * Allow special chars like "@" in samAccountName when generating the salt; (bso#14874); * Correctly ignore comments in CTDB public addresses file; (bso#14826); * Fix transit path validation; (bso#12998); * Fix that child winbindd logs to log.winbindd instead of log.wb-; (bso#14852); * SMB3 cancel requests should only include the MID together with AsyncID when AES-128-GMAC is used; (bso#14855); * Prepare to operate with MIT krb5 >= 1.20; (bso#14870); * Heimdal prefers RC4 over AES for machine accounts; (bso#14864);- Enable samba-tool without ad dc.- Adjust spec to use pam macros; (bsc#1191046).- Adjust spec for size * allow some Recommends instead Requires to be configured for cifs-utils, samba-libs-python3 & samba-gpupdate; (bsc#1182847). * remove fam, undocumented and unneeded.- Add missing build dependency on bison when building with the embedded Heimdal Kerberos- Update to 4.15.0 * Removed SMB development dialects SMB2_22, SMB2_24 and SMB3_10 * VFS layer modernized. * Add the ability to set allow/deny lists for zone transfer clients in Bind DLZ plugin * Server multi-channel support no longer experimental * Improved command line user experience, unifying the options in different commands * Winbindd no longer scans trusted domains on startup and will use enterprise principals by default. * The net utility is now able to support the offline domain join feature * New options for 'samba-tool dns zoneoptions' for aging control and to mark old records as static or dynamic * DNS tombstones are now deleted as appropriate and use a consistent timestamp format * The 'samba-tool dns update' command validates and rejects now malformed IPv4 and IPv6 addresses * The 'samba-tool domain backup' command correctly takes out locks against concurrent modification during backup when using the LMDB backend * TruACL support has been removed * NIS support has been removed- Fix 'net rpc' authentication when using the machine account; (bsc#1189017); (bso#14796);- Fix dependency problem upgrading from libndr0 to libndr1; (bsc#1189875); - Fix dependency problem upgrading from libsmbldap0 to libsmbldap2; (bsc#1189875); - Fix wrong kvno exported to keytab after net ads changetrustpw due to replication delay; (bsc#1188727); - Add Certificate Auto Enrollment Policy; (jsc#SLE-18456). - Update to 4.13.10 * s3: smbd: Ensure POSIX default ACL is mapped into returned Windows ACL for directory handles; (bso#14708); * Take a copy to make sure we don't reference free'd memory; (bso#14721); * s3: lib: Fix talloc heirarcy error in parent_smb_fname(); (bso#14722); * s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in change_file_owner_to_parent() error path; (bso#14736); * samba-tool: Give better error information when the 'domain backup restore' fails with a duplicate SID; (bso#14575); * smbd: Correctly initialize close timestamp fields; (bso#14714); * Spotlight RPC service doesn't work with vfs_glusterfs; (bso#14740); * ctdb: Fix a crash in run_proc_signal_handler(); (bso#14475); * gensec_krb5: Restore ipv6 support for kpasswd; (bso#14750); * smbXsrv_{open,session,tcon}: Protect smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records; (bso#14752); * samba-tool domain backup offline doesn't work against bind DLZ backend; (bso#14027); * netcmd: Use next_free_rid() function to calculate a SID for restoring a backup; (bso#14669); - Update to 4.13.9 * s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success; (bso#14696); * Add documentation for dsdb_group_audit and dsdb_group_json_audit to "log level", synchronise "log level" in smb.conf with the code; (bso#14689); * Fix smbd panic when two clients open same file; (bso#14672); * Fix memory leak in the RPC server; (bso#14675); * s3: smbd: Fix deferred renames; (bso#14679); * s3-iremotewinspool: Set the per-request memory context; (bso#14675); * rpc_server3: Fix a memleak for internal pipes; (bso#14675); * third_party: Update socket_wrapper to version 1.3.2; (bso#11899); * third_party: Update socket_wrapper to version 1.3.3; (bso#14639); * idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid conflict; (bso#14663); * Fix the build on OmniOS; (bso#14288); - Update to 4.13.8 * CVE-2021-20254: Fix buffer overrun in sids_to_unixids(); (bso#14571 - Update to 4.13.7 * Release with dependency on ldb version 2.2.1.- CVE-2021-20254 Buffer overrun in sids_to_unixids(); (bnc#14571); (bsc#1184677).- Fix offline domain backup not possible using lmdb version >= 0.9.26; (bso#14676); - Require libldb >= 2.2.1; (bsc#1183572); (bsc#1183574); - Update to 4.13.6 * CVE-2020-27840: samba: Unauthenticated remote heap corruption via bad DNs; (bso#14595); (bsc#1183572). * CVE-2021-20277: samba: out of bounds read in ldb_handler_fold; (bso#14655); (bsc#1183574). - Update to 4.13.5 * s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up failure; (bso#14634); * s3: libsmb: Add missing cli_tdis() in error path if encryption setup failed on temp proxy connection; (bso#13992); * smbd: In conn_force_tdis_done() when forcing a connection closed force a full reload of services; (bso#14604); * dbcheck: Check Deleted Objects and reduce noise in reports about expired tombstones (bso#14593); * s3: Fix fcntl waf configure check; (bso#14503); * s3/auth: Implement "winbind:ignore domains"; (bso#14602); * smbd: Use fsp->conn->session_info for the initial delete-on-close token; (bso#14617); * s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path; (bso#14648); * classicupgrade: Treat old never expires value right; (bso#14624); * g_lock: Fix uninitalized variable reads; (bso#14636); * s3:pysmbd: Fix fd leak in py_smbd_create_file(); (bso#13898); * lib:util: Avoid free'ing our own pointer; (bso#14625); * HEIMDAL: krb5_storage_free(NULL) should work; (bso#12505);- Spec file fixes around systemd and requires; (bsc#1182830); - Align systemd service unit files with upstream provided ones.- Update to 4.13.4 * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * lib: Avoid declaring zero-length VLAs in various messaging functions; (bso#14605); * Do not create an empty DB when accessing a sam.ldb; (bso#14579); * vfs_fruit may close wrong backend fd; (bso#14596); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * vfs_virusfilter: Allocate separate memory for config char*; (bso#14606); * vfs_fruit may close wrong backend fd; (bso#14596); * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * The cache directory for the user gencache should be created recursively; (bso#14601); * Be more flexible with repository names in CentOS 8 test environments; (bso#14594);- Uninstalling samba-client: Failed to disable unit, cifs.service does not exists; (bsc#1180388);- Update to 4.13.3 + libcli: smb2: Never print length if smb2_signing_key_valid() fails for crypto blob; (bso#14210); + s3: modules: gluster. Fix the error I made in preventing talloc leaks from a function; (bso#14486); + s3: smbd: Don't overwrite contents of fsp->aio_requests[0] with NULL via TALLOC_FREE(); (bso#14515); + s3: spoolss: Make parameters in call to user_ok_token() match all other uses; (bso#14568); + s3: smbd: Quiet log messages from usershares for an unknown share; (bso#14590); + samba process does not honor max log size; (bso#14248); + vfs_zfsacl: Add missing inherited flag on hidden "magic" everyone@ ACE; (bso#14587); + s3-libads: Pass timeout to open_socket_out in ms; (bso#13124); + s3-vfs_glusterfs: Always disable write-behind translator; (bso#14486); + smbclient: Fix recursive mget; (bso#14517); + clitar: Use do_list()'s recursion in clitar.c; (bso#14581); + manpages/vfs_glusterfs: Mention silent skipping of write-behind translator; (bso#14486); + vfs_shadow_copy2: Preserve all open flags assuming ROFS; (bso#14573); + interface: Fix if_index is not parsed correctly; (bso#14514);- Update to 4.13.2 + s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return; (bso#14486); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471); + smb.conf.5: Add clarification how configuration changes reflected by Samba; (bso#14538); + daemons: Report status to systemd even when running in foreground; (bso#14552); + DNS Resolver: Support both dnspython before and after 2.0.0; (bso#14553); + s3-vfs_glusterfs: Refuse connection when write-behind xlator is present; (bso#14486); + provision: Add support for BIND 9.16.x; (bso#14487); + ctdb-common: Avoid aliasing errors during code optimization; (bso#14537); + libndr: Avoid assigning duplicate versions to symbols; (bso#14541); + docs: Fix default value of spoolss:architecture; (bso#14522); + winbind: Fix a memleak; (bso#14388); + s4:dsdb:acl_read: Implement "List Object" mode feature; (bso#14531); + docs-xml/manpages: Add warning about write-behind translator for vfs_glusterfs; (bso#14486); + nsswitch/nsstest.c: Avoid nss function conflicts with glibc nss.h. + vfs_shadow_copy2: Avoid closing snapsdir twice; (bso#14530); + third_party: Update resolv_wrapper to version 1.1.7; (bso#14547); + examples:auth: Do not install example plugin; (bso#14550); + ctdb-recoverd: Drop unnecessary and broken code; (bso#14513); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471);- Adjust smbcacls '--propagate-inheritance' feature to align with upstream; (bsc#1178469).- Update to samba 4.13.1 + CVE-2020-14383: An authenticated user can crash the DCE/RPC DNS with easily crafted records; (bsc#1177613); (bso#14472); + CVE-2020-14323: Unprivileged user can crash winbind; (bsc#1173994); (bso#14436); + CVE-2020-14318: Missing handle permissions check in SMB1/2/3 ChangeNotify; (bsc#1173902); (bso#14434); - Adjust systemd tmpfiles.d configuration, use /run/samba instead of /var/run/samba; (bsc#1177355);- Fix vfs_ceph query_directory regression; (bso#14519) - Drop liburing-devel for SLE15-SP2; (bsc#1177245)- Register CTDB recovery lock holder with ceph-mgr - Add liburing-devel dependency- Update to samba 4.13.0 + Require Python 3.6 + Move wide links functionality into VFS module + Deprecate NT4-like 'classic' Samba domain controllers + Deprecate SMBv1 only protocol options + Remove deprecated "ldap ssl ads" option + Unify asynchronous DCE-RPC server; (jsc#SES-645) + Replay multichannel lease break requests; (bso#11897); (jsc#SES-655) + Drop internal byteorder.h header from util-devel package + Remove final code for the AD DC LDAP backend + Add AD DC Group Policy Scripts + Only use gnutls_aead_cipher_encryptv2() for GnuTLS > 3.6.14; (bso#14399) + Fix %U substitutions if it contains a domain name; (bso#14467) + Fix krb5.conf creation for 'net ads join'; (bso#14479) + Fix build problem if libbsd-dev is not installed; (bso#14482) + Toggle vfs_snapper using "--with-shared-modules"; (bso#14437) + Fix idmap_ad RFC4511 response handling; (bso#14465) + Fix panic in get_lease_type(); (bso#14428)- Update to samba 4.11.13 + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Protect netr_ServerPasswordSet2 against unencrypted passwords; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Support "server require schannel:WORKSTATION$ = no" about unsecure configurations; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s4 torture rpc: repeated bytes in client challenge; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): libcli/auth: Reject weak client challenges in netlogon_creds_server_init() "server require schannel:WORKSTATION$ = no"; (bsc#1176579); (bso#14497); - Update to samba 4.11.12 + s3: libsmb: Fix SMB2 client rename bug to a Windows server; (bso#14403); + dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7; (bso#14424); + dbcheck: Allow a dangling forward link outside our known NCs; (bso#14450); + lib/debug: Set the correct default backend loglevel to MAX_DEBUG_LEVEL; (bso#14426); + s3:smbd: PANIC: assert failed in get_lease_type(); (bso#14428); + lib/util: do not install "test_util_paths"; (bso#14370); + lib:util: Fix smbclient -l basename dir; (bso#14345); + s3:smbd: PANIC: assert failed in get_lease_type(); (bso#14428); + util: Allow symlinks in directory_create_or_exist; (bso#14166); + docs: Fix documentation for require_membership_of of pam_winbind; (bso#14358); + s3:winbind:idmap_ad: Make failure to get attrnames for schema mode fatal; (bso#14425);- Add obsoletes to libsmbldap2 package to fix upgrades from previous versions; (bsc#1172810);- Fix net command unable to negotiate SMB2; (bsc#1174120);- Update to samba 4.11.11 + CVE-2020-10730: NULL de-reference in AD DC LDAP server when ASQ and VLV combined; (bso#14364); (bsc#1173159] + CVE-2020-10745: invalid DNS or NBT queries containing dots use several seconds of CPU each; (bso#14378); (bsc#1173160). + CVE-2020-10760: Use-after-free in AD DC Global Catalog LDAP server with paged_result or VLV; (bso#14402); (bsc#1173161) + CVE-2020-14303: Endless loop from empty UDP packet sent to AD DC nbt_server; (bso#14417); (bsc#1173359). - Update to samba 4.11.10 + Fix segfault when using SMBC_opendir_ctx() routine for share folder that contains incorrect symbols in any file name; (bso#14374). + vfs_shadow_copy2 doesn't fail case looking in snapdirseverywhere mode; (bso#14350) + ldb_ldap: Fix off-by-one increment in lldb_add_msg_attr; (bso#14413). + Malicous SMB1 server can crash libsmbclient; (bso#14366) + winbindd: Fix a use-after-free when winbind clients exit; (bso#14382) + ldb: Bump version to 2.0.11, LMDB databases can grow without bounds. (bso#14330) - Update to samba 4.11.9 + nmblib: Avoid undefined behaviour in handle_name_ptrs(); (bso#14242). + 'samba-tool group' commands do not handle group names with special chars correctly; (bso#14296). + smbd: avoid calling vfs_file_id_from_sbuf() if statinfo is not valid; (bso#14237). + Missing check for DMAPI offline status in async DOS attributes; (bso#14293). + smbd: Ignore set NTACL requests which contain S-1-5-88 NFS ACEs; (bso#14307). + vfs_recycle: Prevent flooding the log if we're called on non-existant paths; (bso#14316) + smbd mistakenly updates a file's write-time on close; (bso#14320). + RPC handles cannot be differentiated in source3 RPC server; (bso#14359). + librpc: Fix IDL for svcctl_ChangeServiceConfigW; (bso#14313). + nsswitch: Fix use-after-free causing segfault in _pam_delete_cred; (bso#14327). + Fix fruit:time machine max size on arm; (bso#13622) + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294). + ctdb: Fix a memleak; (bso#14348). + libsmb: Don't try to find posix stat info in SMBC_getatr(). + ctdb-tcp: Move free of inbound queue to TCP restart; (bso#14295); (bsc#1162680). + s3/librpc/crypto: Fix double free with unresolved credential cache; (bso#14344); (bsc#1169095) + s3:libads: Fix ads_get_upn(); (bso#14336). + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294) + Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680). + ctdb-recoverd: Avoid dereferencing NULL rec->nodemap; (bso#14324) - Update to samba 4.11.8 + CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ; (bso#14331); (bsc#1169850); + CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC; (bso#14334); (bsc#1169851); - Update to samba 4.11.7 + s3: lib: nmblib. Clean up and harden nmb packet processing; (bso#14239). + s3: VFS: full_audit. Use system session_info if called from a temporary share definition; (bso#14283) + dsdb: Correctly handle memory in objectclass_attrs; (bso#14258). + ldb: version 2.0.9, Samba 4.11 and later give incorrect results for SCOPE_ONE searches; (bso#14270) + auth: Fix CIDs 1458418 and 1458420 Null pointer dereferences; (bso#14247). + smbd: Handle EINTR from open(2) properly; (bso#14285) + winbind member (source3) fails local SAM auth with empty domain name; (bso#14247) + winbindd: Handling missing idmap in getgrgid(); (bso#14265). + lib:util: Log mkdir error on correct debug levels; (bso#14253). + wafsamba: Do not use 'rU' as the 'U' is deprecated in Python 3.9; (bso#14266). + ctdb-tcp: Make error handling for outbound connection consistent; (bso#14274). - Update to samba 4.11.6 + pygpo: Use correct method flags; (bso#14209). + vfs_ceph_snapshots: Fix root relative path handling; (bso#14216); (bsc#1141320). + Avoiding bad call flags with python 3.8, using METH_NOARGS instead of zero; (bso#14209). + source4/utils/oLschema2ldif: Include stdint.h before cmocka.h; (bso#14218). + docs-xml/winbindnssinfo: Clarify interaction with idmap_ad etc; (bso#14122). + smbd: Fix the build with clang; (bso#14251). + upgradedns: Ensure lmdb lock files linked; (bso#14199). + s3: VFS: glusterfs: Reset nlinks for symlink entries during readdir; (bso#14182). + smbc_stat() doesn't return the correct st_mode and also the uid/gid is not filled (SMBv1) file; (bso#14101). + librpc: Fix string length checking in ndr_pull_charset_to_null(); (bso#14219). + ctdb-scripts: Strip square brackets when gathering connection info; (bso#14227).- Add libnetapi-devel to baselibs conf, for wine usage; (bsc#1172307);- Installing: samba - samba-ad-dc.service does not exist and unit not found; (bsc#1171437);- Fix samba_winbind package is installing python3-base without python3 package; (bsc#1169521);- Require libldb2 >= 2.0.10 after security release.- CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC; (bso#14334); (bsc#1169851); - CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ; (bso#14331); (bsc#1169850);- Fix smbclient crash with double free (with unresolved krb5 credential cache); (bso#14344); (bsc#1169095).- Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680).- CTDB doesn't retry outgoing connections on bind (and some other) failures; (bso#14274); (bsc#1162680).- Revert: Allow idmap_rid to have primary group other than "Domain Users"; (bsc#1087931).- Fix nmbstatus not reporting detailed information about workgroups; (bsc#1159464); - Fix querying all names registered within broadcast area; (bso#8927);- Update to samab 4.11.5 + CVE-2019-14902: Replication of ACLs down subtree on AD Directory is not automatic; (bso#12497); (bsc#1160850). + CVE-2019-19344: Fix server crash with dns zone scavenging = yes; (bso#14050); (bsc#1160852). + CVE-2019-14907: server-side crash after charset conversion failure (eg during NTLMSSP processing); (bso#14208); (bsc#1160888). - Update to samba 4.11.4 + Ensure SMB1 cli_qpathinfo2() doesn't return an inode number; (bso#14161). + Ensure we don't call cli_RNetShareEnum() on an SMB1 connection; (bso#14174). + NT_STATUS_ACCESS_DENIED becomes EINVAL when using SMB2 in SMBC_opendir_ctx; (bso#14176). + SMB2 - Ensure we use the correct session_id if encrypting an interim response; (bso#14189). + Prevent smbd crash after invalid SMB1 negprot; (bso#14205). + printing: Fix %J substition; (bso#13745). + Remove now unneeded call to cmdline_messaging_context(); (bso#13925). + Fix incomplete conversion of former parametric options; (bso#14069). + Fix sync dosmode fallback in async dosmode codepath; (bso#14070). + vfs_fruit returns capped resource fork length; (bso#14171). + libnet_join: Add SPNs for additional-dns-hostnames entries; (bso#14116). + smbd: Increase a debug level; (bso#14211). + Prevent azure ad connect from reporting discovery errors reference-value-not-ldap-conformant; (bso#14153). + krb5_plugin: Fix developer build with newer heimdal system library; (bso#14179). + replace: Only link libnsl and libsocket if required; (bso#14168); + ctdb: Incoming queue can be orphaned causing communication; breakdown; (bso#14175). + ldb: Release ldb 2.0.8. Cross-compile will not take cross-answers or cross-execute; (bso#13846). + heimdal-build: Avoid hard-coded /usr/include/heimdal in asn1_compile-generated code; (bso#13856).- Fix Ceph snapshot root relative path handling; (bso#14216); (bsc#1141320).- Update to samba 4.11.3 + CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). + CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). - CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- Update to samba 4.11.2 + CVE-2019-10218: Client code can return filenames containing path separators; (bsc#1144902); (bso#14071). + CVE-2019-14833: Samba AD DC check password script does not receive the full password; (bso#12438). + CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040). - Fixes from 4.11.1 + Overlinking libreplace against librt and pthread against every binary or library causes issues; (bso#14140); + kpasswd fails when built with MIT Kerberos; (bso#14155); + Fix spnego fallback from kerberos to ntlmssp in smbd server; (bso#14106); + Stale file handle error when using mkstemp on a share; (bso#14137); + non-AES schannel broken; (bso#14134); + Joining Active Directory should not use SAMR to set the password; (bso#13884); + smbclient can blunder into the SMB1 specific cli_RNetShareEnum() call on an SMB2 connection; (bso#14152); + Deleted records can be resurrected during recovery; (bso#14147); + getpwnam and getpwuid need to return data for ID_TYPE_BOTH group; (bso#14141); + winbind does not list forest trusts with additional trust attributes; (bso#14130); + fault report points to outdated documentation; (bso#14139); + pam_winbind with krb5_auth or wbinfo -K doesn't work for users of trusted domains/forests; (bso#14124); + classicupgrade results in uncaught exception - a bytes-like object is required, not 'str'; (bso#14136); + pod2man is not longer required, stop checking at build time; (bso#14131); + Exit code of ctdb nodestatus should not be influenced by deleted nodes; (bso#14129); + username/password authentication doesn't work with CUPS and smbspool; (bso#14128); + smbc_readdirplus() is incompatible with smbc_telldir() and smbc_lseekdir(); (bso#14094);- CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040); (bsc#1154598); - CVE-2019-10218: Client code can return filenames containing path separators; (bso#14071); (bsc#1144902);- CVE-2019-14833: samba: Accent with "check script password" Samba AD DC check password script does not receive the full password; (bso#12438); (bsc#1154289).- Update to samba 4.11.0 + For details on all items see WHATSNEW.txt in samba-doc package + Python2 runtime support removed; python 3.4 or later required + Security improvements: - SMB1 disabled by default - lanman and plaintext authentication deprecated - winbind: PAM_AUTH and NTLM_AUTH events logged - GnuTLS 3.2 required; system FIPS mode setting honored + CephFS Snapshot integration, exposed as previous file versions + ctdb changes: - onnode -o option removed - ctdbd logs when using more than 90% of a CPU thread - CTDB_MONITOR_SWAP_USAGE variable removed + AD Domain controller improvements: - Upgrade AD databse format - BIND9_FLATFILE deprecated - default process model chagned to prefork - bind9 dns operation duration logging - Default schema updated to 2012_R2; function level is unchanged - many performance improvements + Configuration webserver support removed- Fix broken username/password authentication with CUPS and smbspool; (bsc#1152143); (bso#14128).- Fix auth problems when printing via smbspool backend with kerberos; (bnc#1148539); (bso#13832).- Update to samba 4.10.8 + CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267);- Fix build on newer systems by modifying samba.spec to use consistent non-relative paths for pammodules in configure line and specification of pam_winbind.so library to package.- Update to samba 4.10.7 + Unable to create or rename file/directory inside shares configured with vfs_glusterfs_fuse module; (bso#14010). + build: Allow build when '--disable-gnutls' is set; (bso#13844) + samba-tool: Add 'import samba.drs_utils' to fsmo.py; (bso#13973). + Fix 'Error 32 determining PSOs in system' message on old DB with FL upgrade; (bso#14008). + s4/libnet: Fix joining a Windows pre-2008R2 DC; (bso#14021) + join: Use a specific attribute order for the DsAddEntry nTDSDSA object; (bso#14046). + vfs_catia: Pass stat info to synthetic_smb_fname(); (bso#14015). + lookup_name: Allow own domain lookup when flags == 0; (bso#14091). + s4 librpc rpc pyrpc: Ensure tevent_context deleted last; (bso#13932). + DEBUGC and DEBUGADDC doesn't print into a class specific log file; (bso#13915). + Request to keep deprecated option "server schannel", VMWare Quickprep requires "auto"; (bso#13949). + dbcheck: Fallback to the default tombstoneLifetime of 180 days; (bso#13967). + dnsProperty fails to decode values from older Windows versions; (bso#13969). + samba-tool: Use only one LDAP modify for dns partition fsmo role transfer; (bso#13973). + third_party: Update waf to version 2.0.17; (bso#13960). + netcmd: Allow 'drs replicate --local' to create partitions; (bso#14051). + ctdb-config: Depend on /etc/ctdb/nodes file; (bso#14017).- CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267).- Prepare for use future use of kernel keyrings, modify /etc/pam.d/samba to include pam_keyinit.so; (bsc#1144059).- Update samba-winbind script to work with systemd; (bsc#1132739); - Drop samba dhcpcd hook scripts - Update to samba 4.10.6 + s3: winbind: Fix crash when invoking winbind idmap scripts; (bso#13956). + smbd does not correctly parse arguments passed to dfree and quota scripts; (bso#13964). + samba-tool dns: use bytes for inet_ntop; (bso#13965). + samba-tool domain provision: Fix --interactive module in python3; (bso#13828). + ldb_kv: Skip @ records early in a search full scan; (bso#13893). + docs: Improve documentation of "lanman auth" and "ntlm auth" connection; (bso#13981). + python/ntacls: Use correct "state directory" smb.conf option instead of "state dir"; (bso#14002). + registry: Add a missing include; (bso#13840). + Fix SMB guest authentication; (bso#13944). + AppleDouble conversion breaks Resourceforks; (bso#13958). + vfs_fruit makes direct use of syscalls like mmap() and pread(); (bso#13968). + s3:mdssvc: Fix flex compilation error; (bso#13987). + s3/vfs_glusterfs[_fuse]: Avoid using NAME_MAX directly; (bso#13872). + dsdb:samdb: schemainfo update with relax control; (bso#13799). + s3:util: Move static file_pload() function to lib/util; (bso#13964). + smbd: Fix a panic; (bso#13957). + ldap server: Generate correct referral schemes; (bso#12478). + s4 dsdb/repl_meta_data: fix use after free in dsdb_audit_add_ldb_value; (bso#13941). + s4 dsdb: Fix use after free in samldb_rename_search_base_callback; (bso#13942). + dsdb/repl: we need to replicate the whole schema before we can apply it; (bso#12204). + ldb: Release ldb 1.5.5; (bso#12478). + Schema replication fails if link crosses chunk boundary backwards; (bso#13713). + 'samba-tool domain schemaupgrade' uses relax control and skips the schemaInfo update provision; (bso#13799). + dsdb_audit: avoid printing "... remote host [Unknown] SID [(NULL SID)] ..."; (bso#13916). + python/ntacls: We only need security.SEC_STD_READ_CONTROL in order to get the ACL; (bso#13917). + s3:loadparm: Ensure to truncate FS Volume Label at multibyte boundary; (bso#13947). + Using Kerberos credentials to print using spoolss doesn't work; (bso#13939). + wafsamba: Use native waf timer; (bso#13998). + ctdb-scripts: Fix tcp_tw_recycle existence check; (bso#13984).- Update to samba-4.10.5 (including updates for 4.10.4, 4.10.3) + CVE-2019-12435 rpc/dns: Avoid NULL deference if zone not found in DnssrvOperation2; (bso#13922); (bsc#1137815). + CVE-2019-12436 dsdb/paged_results: Ignore successful results without messages; (bso#13951); (bsc#1137816). - Update to samba-4.10.4 + s3: SMB1: Don't allow recvfile on stream fsp's; (bso#13938). + py/provision: Fix for Python 2.6; (bso#13882). + netcmd: Fix 'passwordsettings --max-pwd-age' command; (bso#13873). + s3-libnet_join: 'net ads join' to child domain fails when using "-U admin@forestroot"; (bso#13861). + vfs_ceph: Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245). + vfs_ceph: Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). + ctdb-common: Avoid race between fd and signal events; (bso#13895). + ctdb-common: Fix memory leak in run_proc; (bso#13943). + lib: Initialize getline() arguments; (bso#13892). + winbind: Fix overlapping id ranges; (bco#13903). + lib util debug: Increase format buffer to 4KiB; (bso#13902). + nsswitch pam_winbind: Fix Asan use after free; (bso#13927). + s4 lib socket: Ensure address string owned by parent struct; (bso#13929). + s3 rpc_client: Fix Asan stack use after scope; (bso#13936). + s3:smbd: Handle IO_REPARSE_TAG_DFS in SMB_FIND_FILE_FULL_DIRECTORY_INFO; (bso#10097). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#10344). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#12845). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#13698). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#13796). + dbcheck: Fix the err_empty_attribute() check; (bso#13843). + vfs_snapper: Drop unneeded fstat handler; (bso#13858). + vfs_default: Fix vfswrap_offload_write_send() NT_STATUS_INVALID_VIEW_SIZE check; (bso#13862). + smb2_server: Grant all 8192 credits to clients; (bso#13863). + smbd: Implement SMB_FILE_NORMALIZED_NAME_INFORMATION handling; (bso#13919). + s3/vfs_glusterfs: Dynamically determine NAME_MAX; (bso#13872). + s3: modules: ceph: Use current working directory instead of share path; (bso#13918); (bsc#1134452). + winbind: Use domain name from lsa query for sid_to_name cache entry; (bso#13831). + memcache: Increase size of default memcache to 512k; (bso#13865). + docs: Update smbclient manpage for "--max-protocol"; (bso#13857). + s3:utils: If share is NULL in smbcacls, don't print it; (bso#13937). + s3:smbspool: Fix regression printing with Kerberos credentials; (bso#13939). + ctdb-scripts: CTDB restarts failed NFS RPC services by hand, which is incompatible with systemd; (bso#13860). + ctdb-daemon: Revert "We can not assume that just because we could complete a TCP handshake"; (bso#13888). + ctdb-daemon: Never use 0 as a client ID; (bso#13930). + ctdb-common: Fix memory leak; (bso#13943). + s3:debug: Enable logging for early startup failures; (bso#13904) - Update to samba-4.10.3 + CVE-2018-16860: Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum; (bso#13685); (bsc#1134024).- CVE-2019-12435: zone operations can crash rpc server; (bso#13922); (bsc#1137815).- Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). - Add ceph_snapshots VFS module; (jsc#SES-183).- Fix vfs_ceph realpath; (bso#13918); (bsc#1134452).- Update to samba-4.10.2: + CVE-2019-3870 (World writable files in Samba AD DC private/ dir); (bso#13834). + CVE-2019-3880 (Save registry file outside share as unprivileged user); (bso#13851). + py/kcc_utils: py2.6 compatibility; (bso#13837). + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869). + regfio: Improve handling of malformed registry hive files; (bso#13840). + ctdb-version: Simplify version string usage; (bso#13789). + lib: Make fd_load work for non-regular files; (bso#13859). + dbcheck: in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816). + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818). + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854). + acl_read: Fix regression for empty lists; (bso#13836). + s4:dlz make b9_has_soa check dc=@ node; (bso#13841). + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832). + s4:librpc: Fix installation of Samba; (bso#13847). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853). * ctdb-build: Drop creation of .distversion in tarball; (bso#13789). * ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838). - Update to samba-4.10.1: + py/kcc_utils: py2.6 compatibility; (bso#13837); + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869); + regfio: Improve handling of malformed registry hive files; (bso#13840); + ctdb-version: Simplify version string usage; (bso#13789); + lib: Make fd_load work for non-regular files; (bso#13859); + dbcheck in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816); + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818); + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854); + acl_read: Fix regression for empty lists; (bso#13836); + s4:dlz make b9_has_soa check dc=@ node; (bso#13841); + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832); + s4:librpc: Fix installation of Samba; (bso#13847); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853); + ctdb-build: Drop creation of .distversion in tarball; (bso#13789); + ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838); - Update to samba-4.10.0: + s4-server: Open and close a transaction on sam.ldb at startup; (bso#13760); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s4/scripting/bin: Open unicode files with utf8 encoding and write + unicode string. + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + Fix idmap cache pollution with S-1-22- IDs on winbind hickup; (bso#13813); + passdb: Update ABI to 0.27.2. + lib/winbind_util: Add winbind_xid_to_sid for --without-winbind; (bso#13813); + lib:util: Move debug message for mkdir failing to log level 1; (bso#13823);- MacOS credit accounting breaks with async SESSION SETUP; (bsc#1125601); (bso#13796). - Mac OS X SMB2 implmenetation sees Input/output error or Resource temporarily unavailable and drops connection; (bso#13698)- Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245).- CVE-2019-3880: Save registry file outside share as unprivileged user; (bso#13851); (bsc#1131060 ).- CVE-2019-3870 pysmbd: missing restoration of original umask after umask(0); (bso#13834); (bsc#1130703);- Update to samba-4.9.5 + audit_logging: Remove debug log header and JSON Authentication: prefix; (bso#13714); + Fix upgrade from 4.7 (or earlier) to 4.9; (bso#13760); + s3: lib: nmbname: Ensure we limit the NetBIOS name correctly; (bso# CID: 1433607; (bso#11495); + smbd: uid: Don't crash if 'force group' is added to an existing share connection; (bso#13690); + s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code; (bso#13770); + s3: SMB1 POSIX mkdir does case insensitive name lookup; (bso#13803); + s3:utils/smbget fix recursive download with empty source directories; (bso#13199); + samba-tool drs showrepl: Do not crash if no dnsHostName found; (bso#13716); + s3:libsmb: cli_smb2_list() can sometimes fail initially on a connection; (bso#13736); + join: Throw CommandError instead of Exception for simple errors; (bso#13747); + ldb: Avoid inefficient one-level searches; (bso#13762); + s3: libsmb: use smb2cli_conn_max_trans_size() in cli_smb2_list(); (bso#13736); + tldap: Avoid use after free errors; (bso#13776); + Fix idmap xid2sid cache churn; (bso#13802); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s3-smbd: Avoid assuming fsp is always intact after close_file call; (bso#13720); + s3-vfs-fruit: Add close call; (bso#13725); + s3-smbd: Use fruit:model string for mDNS registration; (bso#13746); + s3-vfs: add glusterfs_fuse vfs module; (bso#13774); + printing: Check lp_load_printers() prior to pcap cache update; (bso#13766); + vfs_ceph: vfs_ceph strict_allocate_ftruncate calls (local FS) ftruncate and fallocate; (bso#13807); + lib/audit_logging: Actually create talloc; (bso#13737); + netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpg; (bso#13728); + dns: Changing onelevel search for wildcard to subtree; (bso#13738); + samba-tool: Don't print backtrace on simple DNS errors; (bso#13721); + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + ctdb: Print locks latency in machinereadable stats; (bso#13742); + messages_dgm: Messaging gets stuck when pids are recycled; (bso#13786); + audit_logging: auth_json_audit required auth_json; (bso#13715); + man pages: Document prefork process model; (bso#13765); + CVE-2019-3824 ldb: Release ldb 1.4.6; (bso#13773); + s3:auth: ignore create_builtin_guests() failing without a valid idmap configuration; (bso#13697); + s3:auth_winbind: Ignore a missing winbindd as NT4 PDC/BDC without trusts; (bso#13722); + s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not available; (bso#13723); + s4:server: Add support for 'smbcontrol samba shutdown' and 'smbcontrol debug/debuglevel'; (bso#13752); + Python: Ensure ldb.Dn can doesn't rencoded str with py2; (bso#13616); + vfs_glusterfs: Adapt to changes in libgfapi signatures; (bso#13330); + s3-vfs: Use ENOATTR in errno comparison for getxattr; (bso#13774); + notifyd: Fix SIGBUS on sparc; (bso#13704); + waf: Check for libnscd; (bso#13787); + s3:vfs: Correctly check if OFD locks should be enabled or not; (bso#13770); + lib/util: Count a trailing line that doesn't end in a newline; (bso#13717); + Recovery lock bug fixes; (bso#13800); + s3: net: Do not set NET_FLAGS_ANONYMOUS with -k; (bso#13726); + s3:libsmb: Honor disable_netbios option in smbsock_connect_send; (bso#13727); + vfs_fileid: Fix get_connectpath_ino; (bso#13741); + vfs_fileid: Fix fsname_norootdir algorithm; (bso#13744);- Fix vfs_ceph ftruncate and fallocate handling; (bso#13807); (bsc#1127153).- Fix update-apparmor-samba-profile script after apparmor switched to using named profiles. The change is backwards compatible; (bsc#1126377);- LoadParm().load_default() fails with "Unable to load default file"; (bsc#1089758);- Abide by load_printers smb.conf parameter; (bso#13766); (bsc#1124223);- Update to samba-4.9.4 + libcli/smb: Don't overwrite status code; (bso#9175). + wbinfo --group-info 'NT AUTHORITY\System' does not work; (bso#12164). + Session setup reauth fails to sign response; (bso#13661). + vfs_fruit: Validation of writes on AFP_AfpInfo stream; (bso#13677). + vfs_shadow_copy2: Nicely deal with attempts to open previous version for writing; (bso#13688). + Restoring previous version of stream with vfs_shadow_copy2 fails with NT_STATUS_OBJECT_NAME_INVALID fsp->base_fsp->fsp_name; (bso#13455). + CVE-2018-16853: Fix S4U2Self crash with MIT KDC build; (bso#13571). + s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs; (bso#13708) + PEP8: fix E231: missing whitespace after ','. + winbindd: Fix crash when taking profiles;(bso#13629) + CVE-2018-14629 dns: Fix CNAME loop prevention using counter regression; (bso#13600) + 'samba-tool user syscpasswords' fails on a domain with many DCs; (bso#13686). + CVE-2018-16853: Do not segfault if client is not set; (bso#13571). + lib:util: Fix DEBUGCLASS pointer initializiation; (bso#13679) + ctdb-daemon: Exit with error if a database directory does not exist; (bso#13696). + s3:libads: Add net ads leave keep-account option; (bso#13498).- Drop more %if..%endif guards which are idempotent. - Drop requires on ldconfig which are already auto-discovered. - Do not ignore errors from useradd/groupadd.- Remove python2 build dependency from samba-libs; (bsc#1116900);- Update update-apparmor-samba-profile script to ignore the shares's paths containing substitution variables in any place, not only at the beginning of the path.- Update to samba-4.9.3 + CVE-2018-14629: Unprivileged adding of CNAME record causing loop in AD Internal DNS server; (bso#13600); (bsc#1116319); + CVE-2018-16841: Double-free in Samba AD DC KDC with PKINIT; (bso#13628); (bsc#1116320); + CVE-2018-16851: NULL pointer de-reference in Samba AD DC LDAP server; (bso#13674); (bsc#1116322); + CVE-2018-16852: NULL pointer de-reference in Samba AD DC DNS servers; (bso#13669); (bsc#1116321); + CVE-2018-16853: Samba AD DC S4U2Self crash in experimental MIT Kerberos configuration (unsupported); (bso#13678); (bsc#1116324); + CVE-2018-16857: Bad password count in AD DC not always effective; window; (bso#13683); (bsc#1116323);- Update to samba-4.9.2 + dsdb: Add comments explaining the limitations of our current backlink behaviour; (bso#13418); + Fix problems running domain backups (handling SMBv2, sites); (bso#13621); + testparm: Fix crashes with PANIC: Messaging not initialized on SLES 12 SP3; (bso#13465); + Make vfs_fruit able to cleanup AppleDouble files; (bso#13642); + File saving issues with vfs_fruit on samba >= 4.8.5; (bso#13646); + Enabling vfs_fruit looses FinderInfo; (bso#13649); + Cancelling of SMB2 aio reads and writes returns wrong error NT_STATUS_INTERNAL_ERROR; (bso#13667); + Fix CTDB recovery record resurrection from inactive nodes and simplify vacuuming; (bso#13641); + examples: Fix the smb2mount build; (bso#13465); + libtevent: Fix build due to missing open_memstream on Illiumos; (bso#13629); + winbindd_cache: Fix timeout calculation for sid<->name cache; (bso#13662); + dsdb encrypted_secrets: Allow "ldb:// and "mdb://" in file path; (bso#13653); + Extended DN SID component missing for member after switching group membership; (bso#13418); + Return STATUS_SESSION_EXPIRED error encrypted, if the request was encrypted; (bso#13624); + python: Allow forced signing via smb.SMB(); (bso#13621); + lib:socket: If returning early, set ifaces; (bso#13665); + ldb: Bump ldb version to 1.4.3, Python: Ensure ldb.Dn can accept utf8 encoded unicode; (bso#13616); + smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attribute; (bso#13673); + waf: Add -fstack-clash-protection; (bso#13601); + winbind: Fix segfault if an invalid passdb backend is configured; (bso#13668); + Fix bugs in CTDB event handling; (bso#13659); + Misbehaving nodes are sometimes not banned; (bso#13670);- lib:socket: If returning early, set ifaces; (bso#13665); (bsc#1111373);- winbind requires latest version of libtevent-util0 to start- Backport latest gpo code from master + Read policy from local gpt cache + Offline policy application + Make group policy extensible via register/unregister gpext + gpext's run via a process_group_policy method- Enable profiling data collection- Change samba-kdc package name to samba-ad-dc - Move samba-ad-dc.service to the samba-ad-dc package- Update to samba-4.9.1 + s3: nmbd: Stop nmbd network announce storm; (bso#13620); + s3-rpcclient: Use spoolss_init_spoolss_UserLevel1 in winspool cmds; (bso#13597); + CTDB recovery lock has some race conditions; (bso#13617); + s3-rpc_client: Advertise Windows 7 client info; (bso#13597); + ctdb-doc: Remove PIDFILE option from ctdbd_wrapper man page; (bso#13610);- Tumbleweed doesn't define the sle_version macro, so we must include a check for suse_version also. Otherwise python3 is disabled on Tumbleweed.- Update to samba-4.9.0 + samba_dnsupdate: Honor 'dns zone scavenging' option, only update if needed; (bso#13605); + wafsamba: Fix 'make -j'; (bso#13606);- Update to samba-4.9.0rc5 + s3: VFS: vfs_full_audit: Ensure smb_fname_str_do_log() only returns absolute pathnames; (bso#13565); + s3: util: Do not take over stderr when there is no log file; (bso#13578); + Durable Reconnect fails because cookie.allow_reconnect is not set; (bso#13549); + krb5-samba: Interdomain trust uses different salt principal; (bso#13539); + vfs_fruit: Don't unlink the main file; (bso#13441); + smbd: Fix a memleak in async search ask sharemode; (bso#13602); + Fix Samba GPO issue when Trust is enabled; (bso#11517); + samba-tool: Add "virtualKerberosSalt" attribute to 'user getpassword/syncpasswords'; (bso#13539); + Fix CTDB configuration issues; (bso#13589); + ctdbd logs an error until it can successfully connect to eventd; (bso#13592);- Update to samba-4.9.0rc4 + s3: smbd: Ensure get_real_filename() copes with empty pathnames; (bso#13585); + samba domain backup online/rename commands force user to specify password on CLI; (bso#13566); + wafsamba/samba_abi: Always hide ABI symbols which must be local; (bso#13579); + Fix a panic if fruit_access_check detects a locking conflict; (bso#13584); + Fix memory and resource leaks; (bso#13567); + python: Fix print in dns_invalid.py; (bso#13580); + Aliasing issue causes incorrect IPv6 checksum; (bso#13588); + Fix CTDB configuration issues; (bso#13589); + s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_read_recv(); (bso#13568);- Add missing zlib-devel dependency which was previously pulled in by libopenssl-devel- Update to samba-4.9.0rc3+git.22.3fff23ae36e + CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from malicious servers; (bso#13453); + CVE-2018-1140: ldbsearch '(distinguishedName=abc)' and DNS query with escapes crashes, ldb: Release LDB 1.3.5 for CVE-2018-1140; (bso#13374); + CVE-2018-10918: cracknames: Fix DoS (NULL pointer de-ref) when not servicePrincipalName is set on a user; (bso#13552); + CVE-2018-10919: acl_read: Fix unauthorized attribute access via searches; (bso#13434); + ctdb_mutex_ceph_rados_helper: Set SIGINT signal handler; (bso#13540); + CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled via "ntlm auth"; (bso#13360); + s3-tldap: do not install test_tldap; (bso#13529); + ctdb_mutex_ceph_rados_helper: Fix deadlock via lock renewals; (bso#13540); + CVE-2018-1140 Add NULL check for ldb_dn_get_casefold() in ltdb_index_dn_attr(); (bso#13374); + ctdb-eventd: Fix CID 1438155; (bso#13554); + Fix CIDs 1438243, (Unchecked return value) 1438244 (Unsigned compared against 0), 1438245 (Dereference before null check) and 1438246 (Unchecked return value); (bso#13553); + ctdb: Fix a cut&paste error; (bso#13554); + systemd: Only start smb when network interfaces are up; (bso#13559); + Fix quotas don't work with SMB2; (bso#13553); + s3/smbd: Ensure quota code is only called when quota support detected; (bso#13563); + s3/libsmb: Explicitly set delete_on_close token for rmdir; (bso#13204); + s3:waf: Install eventlogadm to /usr/sbin; (bso#13561); + Shorten description in vfs_linux_xfs_sgid manual; (bso#13562);- Update to samba-4.9.0rc2+git.21.a1069afb007 + s3: smbd: Using "sendfile = yes" with SMB2 can cause CPU spin; (bso#13537); + s3: smbd: Fix path check in smbd_smb2_create_durable_lease_check(); (bso#13535); + samba-tool trust: Support discovery via netr_GetDcName; (bso#13538); + s4-dsdb: Only build dsdb Python modules for AD DC; (bso#13542); + Fix portability issues on freebsd; (bso#13520); + DNS wildcard search does not handle multiple labels correctly; (bso#13536); + samba-tool domain trust: Fix trust compatibility to Windows Server 1709 and FreeIPA; (bso#13308); + Fix portability issues on freebsd; (bso#13520); + ctdb-protocol: Fix CTDB compilation issues; (bso#13545); + ctdb-docs: Replace obsolete reference to CTDB_DEBUG_HUNG_SCRIPT option; (bso#13546); + ctdb-doc: Provide an example script for migrating old configuration; (bso#13550); + ctdb-event: Implement event tool "script list" command; (bso#13551);- Update to samba-4.8.4+git.37.a7a861d7982; + CVE-2018-1139: Weak authentication protocol allowed; (bsc#1095048); (bsc#13360); + CVE-2018-1140: Denial of Service Attack on DNS and LDAP server; (bsc#1095056); (bso#13466); (bso#13374); + CVE-2018-10858: Insufficient input validation on client directory listing in libsmbclient; (bsc#1103411); (bso#13453); + CVE-2018-10918: Denial of Service Attack on AD DC DRSUAPI server; (bsc#1103414); (bso#13552); + CVE-2018-10919: Confidential attribute disclosure from the AD LDAP server; (bsc#1095057); (bso#13434); + s3:winbind: winbind normalize names' doesn't work for users; (bso#12851); + winbind: Fix UPN handling in canonicalize_username(); (bso#13369); + s3: smbd: Fix SMB2-FLUSH against directories; (bso#13428); + samdb: Fix building Samba with gcc 8.1; (bso#13437); + s3:utils: Do not segfault on error in DoDNSUpdate(); (bso#13440); + smbd: Flush dfree memcache on service reload; (bso#13446); + ldb: Save a copy of the index result before calling the + lib/util: No Backtrace given by Samba's AD DC by default; (bso#13454). + s3: smbd: printing: Re-implement delete-on-close semantics for print files missing since 3.5.x; (bso#13457). + python: Fix talloc frame use in make_simple_acl(); (bso#13474). + krb5_wrap: Fix keep_old_entries logic for older Kerberos libraries;(bso#13478). + krb5_plugin: Add winbind localauth plugin for MIT Kerberos; (bso#13480).- Add missing package descriptions; (bsc#1093864); - Fix dependency issue between samba-python and samba-kdc; (bsc#1062876); - Call update-apparmor-samba-profile when running samba-ad-dc; (bsc#1092099);- Update to 4.8.2 + After update to 4.8.0 DC failed with "Failed to find our own NTDS Settings objectGUID" (bso#13335). + fix incorrect reporting of stream dos attributes on a directory (bso#13380). + vfs_ceph: add asynchronous fsync; fake synchronous call (bso#13412). + vfs_ceph: add fake async pwrite/pread send/recv hooks; (bso#13425) + vfs_ceph: Fix memory leak; (bso#13424). + libsmbclient: Fix hard-coded connection error return of ETIMEDOUT; (bso#13419). + s4-lsa: Fix use-after-free in LSA server; (bso#13420). + winbindd: Do re-connect if the RPC call fails in the passdb case; (bso#13430). + cleanupd: Sends MSG_SMB_UNLOCK twice to interested peers; (bso#13416). + cleanupd: Use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shutdown; (bso#13414). + ctdb-client: Remove ununsed functions from old client code; (bso#13411). + printing: Return the same error code as windows does on upload failures; (bso#13395). + nsswitch: Fix memory leak in winbind_open_pipe_sock() when the privileged pipe is not accessable; (bso#13400). + s4:lsa_lookup: remove TALLOC_FREE(state) after all dcesrv_lsa_Lookup{Names,Sids}_base_map() calls; (bso#13420). + rpc_server: Fix NetSessEnum with stale sessions; (bso#13407). + s3:smbspool: Fix cmdline argument handling; (bso#13417).- Move libdfs-server-ad-samba4.so library from kdc to libs package, as it is required by some client libs; (bsc#1074135); - Update to 4.8.1; (bsc#1091179); + s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here; (bso#13244); + s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(); (bso#13270); + Round-tripping ACL get/set through vfs_fruit will increase the number of ACE entries without limit; (bso#13319); + s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues; (bso#13347); + s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete access; (bso#13358); + s3: smbd: Fix memory leak in vfswrap_getwd(); (bso#13372); + s3: smbd: Unix extensions attempts to change wrong field in fchown call; (bso#13375); + ms_schema/samba-tool visualize: Fix python2.6 incompatibility; (bso#13337); + Fix invocation of gnutls_aead_cipher_encrypt(); (bso#13352); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + winbindd: Recover loss of netlogon secure channel in case the peer DC is rebooted; (bso#13332); + s3:smbd: Don't use the directory cache for SMB2/3; (bso#13363); + ctdb-client: Fix bugs in client code; (bso#13356); + ctdb-scripts: Drop "net serverid wipe" from 50.samba event script; (bso#13359); + s3: lib: messages: Don't use the result of sec_init() before calling sec_init(); (bso#13368); + libads: Fix the build '--without-ads'; (bso#13273); + winbind: Keep "force_reauth" in invalidate_cm_connection, add 'smbcontrol disconnect-dc'; (bso#13332); + vfs_virusfilter: Fix CIDs 1428738-1428740; (bso#13343); + dsdb: Fix CID 1034966 Uninitialized scalar variable; (bso#13367); + rpc_server: Fix core dump in dfsgetinfo; (bso#13370); + smbclient: Fix notify; (bso#13382); + Fix smbd panic if the client-supplied channel sequence number wraps; (bso#13215); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + lib/util: Remove unused '#include ' from tests/tfork.c; (bso#13342); + Fix build errors with cc from developerstudio 12.5 on Solaris; (bso#13343); + Fix the picky-developer build on FreeBSD 11; (bso#13344); + s3:modules: Fix the build of vfs_aixacl2.c; (bso#13345); + s3:smbd: map nterror on smb2_flush errorpath; (bso#13338); + lib:replace: Fix linking when libtirpc-devel overwrites system headers; (bso#13341); + winbindd: 'wbinfo --name-to-sid' returns misleading result on invalid query; (bso#13312); + s3:passdb: Do not return OK if we don't have pinfo set up; (bso#13376); + Allow AESNI to be used on all processor supporting AESNI; (bso#13302);- Use new foreground execution flags for systemd samba daemons; (bsc#1088574); (bsc#1071090); (bsc#1065551); + Add %post scriptlet to clear old sysconfig flags - Update vendor-files to commit 880b3e7. + Set samba sysconfig template variables to "" + Add required daemon flags directly to systemd unit- Specfile cleanup + Remove %if..%endif guards which don't affect the build + Remove redundant %clean section + Replace old $RPM_* shell vars with macros- BuildRequire pkgconfig(systemd) and pkgconfig(libsystemd) in place of systemd and systemd-devel: Allow OBS to optimize the workload by allowing the usage of the 'build-optimized' systemd packages.- Enable building samba with python3, and create a samba-python3 package.- Update to 4.8 + New GUID Index mode in sam.ldb for the AD DC + GPO support for samba KDC + Time machine support with vfs_fruit + Encrypted secrets + AD Replication visualization + Improved trust support - ability to not scan global trust list - AD external trusts have limited support - verbose trusted domain listing + VirusFilter VFS module + NT4-style replication removed + vfs_aio_linux removed- Disable samba-pidl package, due to the removal of dependency perl-Parse-Yapp; (bsc#1085150);- Update to 4.7.6; + CVE-2018-1050: DOS vulnerability when SPOOLSS is run externally; (bso#11343); (bsc#1081741); + CVE-2018-1057: Authenticated users can change other users' password; (bso#13272); (bsc#1081024).- Disable python until full python3 port is done; (bsc#1082139); + Remove contents of package samba-python + Remove contents of package libsamba-policy0 + Remove contents of package libsamba-policy-devel + Remove library libsamba-python-samba4.so from samba-libs package + Remove library libsamba-net-samba4.so from samba-libs package + Remove smbtorture binary and manpage from samba-test- samba fails to build with glibc2.27; (bsc#1081042);- Update to 4.7.5; (bsc#1080545); + smbd tries to release not leased oplock during oplock II downgrade; (bso#13193); + Fix copying file with empty FinderInfo from Windows client to Samba share with fruit; (bso#13181); + build: Deal with recent glibc sunrpc header removal; (bso#10976); + Make Samba work with tirpc and libnsl2; (bso#13238); + vfs_ceph: Add fs_capabilities hook to avoid local statvfs; (bso#13208); (bsc#1075206); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + ctdb-recovery-helper: Deregister message handler in error paths; (bso#13188); + samba: Only use async signal-safe functions in signal handler; (bso#13240); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + repl_meta_data: Fix linked attribute corruption on databases with unsorted links on expunge. dbcheck: Add functionality to fix the corrupt database; (bso#13228); + Fix smbd panic when chdir returns error during exit; (bso#13189); + Make Samba work with tirpc and libnsl2; (bso#13238); + Fix POSIX ACL support on HPUX and possibly other big-endian OSs; (bso#13176);- Update to 4.7.4; (bsc#1080545); + s3: smbclient: Implement 'volume' command over SMB2; (bso#13140); + s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv(); (bso#13171); + s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse point symlink on Windows from smbclient; (bso#13172); + Build man page for vfs_zfsacl.8 with Samba; (bso#12934); + repl_meta_data: Allow delete of an object with dangling backlinks; (bso#13095); + s4:samba: Fix default to be running samba as a deamon; (bso#13129); + Performance regression in DNS server with introduction of DNS wildcard, ldb: Release 1.2.3; (bso#13191); + vfs_zfsacl: Fix compilation error; (bso#6133); + "smb encrypt" setting changes are not fully applied until full smbd restart; (bso#13051); + winbindd: Fix idmap_rid dependency on trusted domain list; (bso#13052); + vfs_fruit: Proper VFS-stackable conversion of FinderInfo; (bso#13155); + winbindd: Dependency on trusted-domain list in winbindd in critical auth codepath; (bso#13173); + repl_meta_data: Fix removing of backlink on deleted objects; (bso#13120); + ctdb: sock_daemon leaks memory; (bso#13153); + TCP tickles not getting synchronised on CTDB restart; (bso#13154); + winbindd: winbind parent and child share a ctdb connection; (bso#13150); + pthreadpool: Fix deadlock; (bso#13170); + pthreadpool: Fix starvation after fork; (bso#13179); + messaging: Always register the unique id; (bso#13180); + s4/smbd: set the process group; (bso#13129); + Fix broken linked attribute handling; (bso#13095); + The KDC on an RWDC doesn't send error replies in some situations; (bso#13132); + libnet_join: Fix 'net rpc oldjoin'; (bso#13149); + g_lock conflict detection broken when processing stale entries; (bso#13195); + s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessions; (bso#13197); + s3:libads: net ads keytab list fails with "Key table name malformed"; (bso#13166); (bsc#1067700); + Fix crash in pthreadpool thread after failure from pthread_create; (bso#13170); + s4:samba: Allow samba daemon to run in foreground; (bso#13129); (bsc#1065551); + third_party: Link the aesni-intel library with "-z noexecstack"; (bso#13174); + vfs_glusterfs: include glusterfs/api/glfs.h without relying on "-I" options; (bso#13125);- Re-enable usage of libnsl (did got lost with glibc change) - Use TI-RPC (sunrpc is deprecated and will be removed soon from glibc)- smbc_opendir should not return EEXIST with invalid login credentials; (bnc#1065868).- Update to 4.7.3; (bsc#1069666); + Non-smbd processes using kernel oplocks can hang smbd; (bso#13121); + python: use communicate to fix Popen deadlock; (bso#13127); + smbd on disk file corruption bug under heavy threaded load; (bso#13130); + tevent: version 0.9.34; (bso#13130); + s3: smbd: Fix delete-on-close after smb2_find; (bso#13118); + CVE-2017-14746: s3: smbd: Fix SMB1 use-after-free crash bug; (bsc#1060427);(bso#13041); + CVE-2017-15275: s3: smbd: Chain code can return uninitialized memory when talloc buffer is grown; (bsc#1063008); (bso#13077); - Build with AD DC support only in openSUSE.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- samba-tool requires samba-python; (bnc#1067771).- Run all daemons in the foreground and let systemd handle it; (bsc#1065551). - Update to 4.7.1; + Fix exporting subdirs with shadow_copy2; (bso#13091); + Currently if getwd() fails after a chdir(), we panic; (bso#13027); + Ensure default SMB_VFS_GETWD() call can't return a partially completed struct smb_filename; (bso#13068); + sys_getwd() can leak memory or possibly return the wrong errno on older systems; (bso#13069); + smbclient doesn't correctly canonicalize all local names before use; (bso#13093); + Fix broken linked attribute handling; (bso#13095); + Missing LDAP query escapes in DNS rpc server; (bso#12994); + Link to -lbsd when building replace.c by hand; (bso#13087); + Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem; (bso#6133); + Map SYNCHRONIZE acl permission statically in zfs_acl vfs module; (bso#7909); + Samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xattr module; (bso#7933); + Missing assignment in sl_pack_float; (bso#12991); + Wrong Samba access checks when changing DOS attributes; (bso#12995); + samba_runcmd_send() leaves zombie processes on timeout; (bso#13062); + groupmap cleanup should not delete BUILTIN mappings; (bso#13065); + Enabling vfs_fruit results in loss of Finder tags and other xattrs; (bso#13076); + man pages: Properly ident lists; (bso#9613); + smb.conf.5: Sort parameters alphabetically; (bso#13081); + Fix GUID string format on GetPrinter info; (bso#12993); + Remote serverid check doesn't check for the unique id; (bso#13042); + CTDB starts consuming memory if there are dead nodes in the cluster; (bso#13056); + ctdb-common: Ignore event scripts with multiple '.'s; (bso#13070); + libgpo doesn't sort the GPOs in the correct order; (bso#13046); + Remote serverid check doesn't check for the unique id; (bso#13042); + vfs_catia: Fix a potential memleak; (bso#13090); + Fix file change notification for renames; (bso#12903); + Samba DNS server does not honour wildcards; (bso#12952); + Can't change password in samba from a Windows client if Samba runs on IPv6 only interface; (bso#13079); + vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR; (bso#13086); + Apple client can't cope with SMB2 async replies when creating symlinks; (bso#13047); + s4:rpc_server:backupkey: Move variable into scope; (bso#12959); + Fix ntstatus_gen.h generation on 32bit; (bso#13099); + Fix a double free in vfs_gluster_getwd(); (bso#13100); + Fix resouce leaks and pointer issues; (bso#13101); + vfs_solarisacl: Fix build for samba 4.7 and up; (bso#13049);- Add samba-kdc to baselibs.conf. - Do not wrap samba-kdc's package definition into if/endif: the package won't be generated simply based on the fact that there is no files section for the package. Allows the source validator to ensure samba-kdc is a built package.- Update to 4.7.0; + Whole DB read locks: Improved LDAP and replication consistency; (bso#12858). + Samba AD with MIT Kerberos + Dynamic RPC port range: Default range changed from "1024-1300" to "49152-65535". + Authentication and Authorization audit support: New auth_audit debug class. + Multi-process LDAP Server: The LDAP server in the AD DC now honours the process model used for the rest of the 'samba' process. + Improved Read-Only Domain Controller (RODC) Support; (bso#12977). + Additional password hashes stored in supplementalCredentials. + Improvements to DNS during Active Directory domain join. + Significant AD performance and replication improvements. + Query record for open file or directory. + Removal of lpcfg_register_defaults_hook(). + Change of loadable module interface. + SHA256 LDAPS Certificates: The self-signed certificate generated for use on LDAPS will now be generated with a SHA256 self-signature, not a SHA1 self-signature. + CTDB no longer allows mixed minor versions in a cluster. + CTDB now ignores hints from Samba about TDB flags when attaching to databases. + New configuration variable CTDB_NFS_CHECKS_DIR. + The CTDB_SERVICE_AUTOSTARTSTOP configuration has been removed. + The CTDB_SCRIPT_DEBUGLEVEL configuration variable has been removed. + The example NFS Ganesha call-out has been improved. + A new "replicated" database type is available.- CVE-2017-12163: Prevent client short SMB1 write from writing server memory to file; (bso#13020); (bsc#1058624).- CVE-2017-12150: Some code path don't enforce smb signing, when they should; (bso#12997); (bsc#1058622).- CVE-2017-12151: Keep required encryption across SMB3 dfs redirects; (bso#12996); (bsc#1058565).- Clean specfile assuming SUSE-only system and product >=SLE11 + %{ul_version}, %{rhel_version}, %{mandriva_version}, %{centos_version} are always undefined + %{_vendor} is "suse" and %{suse_version} is at least 1100- Update to 4.6.7; (bsc#1054017) + Joining a Huawai storage fails: empty CLDAP ping answer; (bso#11392). + smbcacls can fail against a directory on Windows using SMB2.; (bso#12937). + vfs_ceph provides inconsistent directory listings; (bso#12911). + Misused talloc context can cause a user to crash their smbd by chaining SMB1 commands.; (bso#12836). + Use-after free can crash libsmbclient code.; (bso#12927). + Server exit with active AIO can crash.; (bso#12925). + Ensure notifyd doesn't return from smbd_notifyd_init; (bso#12910). + fd leak to ctdb sub-processes leads to SELinux AVC denial in audit logs; (bso#12898). + vfs_fruit shouldn't send MS NFS ACEs to Windows clients; (bso#12897). + smbspool_krb5_wrapper does not tell CUPS that it requires negotiate for authentication; (bso#12886). + finder sidebar showing question mark instead of icon when using ip to connect with vfs_fruit; (bso#12840). + Winbind stops obtaining the 'unixHomeDirectory' & 'loginShell' attributes from AD.; (bso#12720). + KCC run at selftest startup can fail spuriously due to a race; (bso#12869). + winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change; (bso#12782). + rpc_pipe_client memory leaks due to long term memory context passed to rpc_pipe_open_interface(); (bso#12890). + CVE-2017-2619 breaks accessing previous versions of directories with snapshots in subdirectories of the share; (bso#12885). + dns_name_equal doing OOB read; (bso#12813). + replica_sync tests flap; (bso#12753). + Selftest should not call 'net cache flush' and wipe important winbind entries; (bso#12868). + Old Samba versions don't support using recent ldb versions (>=1.1.30); (bso#12859). + pam_winbind fails with kerberos method = secrets and keytab; (bso#10490). + race starting winbindd against posixacl test; (bso#12843). + Crash in the reentrant smbd_smb2_create_send() if the something fails in the subsequent try; (bso#12832). + spnego.c passes the wrong argument order to gensec_update_ev() for the FALLBACK case; (bso#12788). + Clients with SMB3 support can't connect with "server max protocol = SMB2_02"; (bso#12772). + A log message of samb-tool user syncpasswords reverses string arguments in a debug message "Call Popen[...".; (bso#12768). + The smb tarmode tests kills the share dir contents; (bso#12867). + Fix for a bug in MacOS X Sierra NTLMv2 processing; (bso#12862). + CVE-2017-2619 regression with non-wide symlinks to directories; (bso#12860). + manpage/index.html lists links not in alphabetical order; (bso#12854). + smbcacls got error NT_STATUS_NETWORK_NAME_DELETED; (bso#12831). + If a record is locked in a database, then recovery does not complete; (bso#12857). + debug_locks.sh script does not log any information; (bso#12856). + SIGSEGV in cm_connect_lsa_tcp dereferencing conn->lsa_tcp_pipe->transport after error; (bso#12852). + smbclient can't parse DOMAIN+username if a different winbind separator is used; (bso#12849). + Related requests with SessionSetup fail with INTERNAL_ERROR; (bso#12845). + Related requests with TreeConnect fail with NETWORK_NAME_DELETED; (bso#12844). + cli->server_os not filled correctly; (bso#12779). + REGRESSION: smbclient doesn't print the session setup anymore; (bso#12824). + smblcient doesn't handle STATUS_NOT_SUPPORTED gracefully for FSCTL_VALIDATE_NEGOTIATE_INFO; (bso#12808). + CTDB NFS call-out failures do not cause event failures; (bso#12837). + net command fails due to incorrectly return code; (bso#12828). + Fix building Samba with GCC 7.1; (bso#12827).- Fix duplicate CTDB_LOGGING params when downgraded and upgraded again; (bsc#1048339).- fix cephwrap_chdir(); (bsc#1048790). - Update to 4.6.6 + CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation; (bsc#1048278).- Fix ctdb logs to /var/log/log.ctdb instead of /var/log/ctdb; (bsc#1048339).- Fix inconsistent ctdb socket path; (bsc#1048352). - Fix non-admin cephx authentication; (bsc#1048387).- Update to 4.6.5; (bsc#1040157) + Specifying CTDB_LOGGING=syslog:nonblocking causes ctdbd to crash at startup; (bso#12814). + vfs_expand_msdfs tries to open the remote address as a file path; (bso#12687). + PANIC (pid 1096): assert failed: lease_type_is_exclusive(e_lease_type); (bso#12798). + With clustering get update_num_read_oplocks failed and PANIC: num_share_modes == 1 assertion failure; (bso#11844). + contend_level2_oplocks_begin_default oplock optimisation doesn't carry over to leases; (bso#12766). + `ctdb nodestatus` incorrectly displays status for all nodes with wrong exit code; (bso#12802). + CTDB can spin hard on revoking readonly delegations if a node becomes disconnected; (bso#12697). + Printing a share mode entry with leases can crash in the ndr code; (bso#12793). + Fix flakey unit tests for eventd; (bso#12792). + CTDB daemon crashes if built with clang; (bso#12770). + smbcacls fails if no password is specified; (bso#12765). + idmap_rfc2307: Lookup of more than two SIDs fails; (bso#12757). + samba-tool user syncpasswords doesn't trigger the script when a user gets removed; (bso#12767). + systemd: fix detection of libsystemd; (bso#12764). + Notify subsystem only maps first inotify mask to Windows notify filter; (bso#12760). + Allow passing trusted domain password as plain-text to PASSDB layer; (bso#12751). + Can't case-rename files with vfs_fruit; (bso#12749). + wrong sid->uid mapping for SIDs residing in sIDHistory; (bso#12702). + vfs_acl_common should force "create mask = 0777", not 0666; (bso#12562). + Ordering of notify responses broken; (bso#12756).- s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1; (bso#11822); (bsc#1042419).- Revert explicit winbind %{version}-%{release} dependency. + The ABI has stabilized since (bsc#936909), so remove to fix cross-media dependencies; (bsc#1037899).- Fix CVE-2017-7494 remote code execution from a writable share; (bso#12780); (bsc#1038231).- Update to 4.6.3; (bsc#1036011) + s3:vfs:shadow_copy2: vfs_shadow_copy2 fails to list snapshots from shares with GlusterFS backend; (bso#12743). + Fix for Solaris C compiler; (bso#12559). + s3: locking: Update oplock optimization for the leases era; (bso#12628). + Make the Solaris C compiler happy; (bso#12693). + s3: libgpo: Allow skipping GPO objects that don't have the expected LDAP attributes; (bso#12695). + Fix buffer overflow caused by wrong use of getgroups; (bso#12747). + lib: debug: Avoid negative array access; (bso#12746). + cleanupdb: Fix a memory read error; (bso#12748). + streams_xattr and kernel oplocks results in NT_STATUS_NETWORK_BUSY; (bso#7537). + winbindd: idmap_autorid allocates ids for unknown SIDs from other backends; (bso#11961). + vfs_fruit: Resource fork open request with flags=O_CREAT|O_RDONLY; (bso#12565). + manpages/vfs_fruit: Document global options; (bso#12615). + lib/pthreadpool: Fix a memory leak; (bso#12624). + Lookup-domain for well-known SIDs on a DC; (bso#12727). + winbindd: Fix error handling in rpc_lookup_sids(); (bso#12728). + winbindd: Trigger possible passdb_dsdb initialisation; (bso#12729). + credentials_krb5: use gss_acquire_cred for client-side GSSAPI use case; (bso#12611). + lib/crypto: Implement samba.crypto Python module for RC4; (bso#12690). + ctdb-readonly: Avoid a tight loop waiting for revoke to complete; (bso#12697). + ctdb_event monitor command crashes if event is not specified; (bso#12723). + ctdb-docs: Fix documentation of "-n" option to 'ctdb tool'; (bso#12733). + smbd: Fix smb1 findfirst with DFS; (bso#12558). + smbd: Do an early exit on negprot failure; (bso#12610). + winbindd: Fix substitution for 'template homedir'; (bso#12699). + s4:kdc: Disable principal based autodetected referral detection; (bso#12554). + idmap_autorid: Allocate new domain range if the callers knows the sid is valid; (bso#12613). + LINKFLAGS_PYEMBED should not contain -L/some/path; (bso#12724). + PAM auth with WBFLAG_PAM_GET_PWD_POLICY returns wrong policy for trusted domain; (bso#12725). + rpcclient: Allow -U'OTHERDOMAIN\user' again; (bso#12731). + winbindd: Fix password policy for pam authentication; (bso#12725). + s3:gse: Correctly handle external trusts with MIT; (bso#12554). + auth/credentials: Always set the realm if we set the principal from the ccache; (bso#12611). + replace: Include sysmacros.h; (bso#12686). + s3:vfs_expand_msdfs: Do not open the remote address as a file; (bso#12687). + s3:libsmb: Only print error message if kerberos use is forced; (bso#12704). + winbindd: Child process crashes when kerberos-authenticating a user with wrong password; (bso#12708). + vfs_fruit: Office document opens as read-only on macOS due to CNID semantics; (bso#12715). + vfs_acl_xattr: Fix failure to get ACL on Linux if memory is fragmented; (bso#12737).- Generate and update vendor-files tarball from Git + SuSEfirewall2 service samba-client only setup IPv4 rule; (bsc#1034416).- Generate source tarball directly from Git using OBS tar_scm + use version string derived from parent Git tag and commit hash - remove obsolete vendor-files/tools/package-data version ID + explicitly generate ctdb manpages, needed without "make dist"- Update to 4.6.2 + remove bso#12721 patches now upstream- Enable samba-ceph build for openSUSE and SLE12SP3+; (fate#321622). + x86-64 and aarch64- Enable librados CTDB lock helper for samba-ceph package; (fate#321622).- Build and install the html man pages (bsc#1021907).- Fix CVE-2017-2619 regression with "follow symlinks = no"; (bso#12721).- Update to 4.6.1 + symlink race permits opening files outside share directory; CVE-2017-2619; (bso#12496); (bsc#1027147) + testparm checks for valid idmap parameters + add new krb client encryption types + support for printer driver upload from windows 10 + inherit owner = 'unix only' for improved quota support + improved CTDB event support + new primary group support for idmap_ad + idmap_hash deprecated + mvxattr added to recursively rename extended attributes- Remove chkconfig requirements for systemd systems- Don't call insserv if systemd is used- Fix check if we need to require insserv- async_req: make async_connect_send() "reentrant"; (bso#12105); (bsc#1024416).- Force usage of ncurses6-config thru NCURSES_CONFIG env var; (bsc#1023847).- add missing patch for libnss_wins segfault; (bsc#995730).- Fix vfs_ceph builds against recent Ceph versions; (bsc#1021933).- Document "winbind: ignore domains" parameter; (bsc#1019416).- Add base Samba dependency to samba-ceph package.- Update to 4.5.3 + Heap-based Buffer Overflow Remote Code Execution Vulnerability; CVE-2016-2123; (bso#12409); (bsc#1014437). + Don't send delegated credentials to all servers; CVE-2016-2125; (bso#12445); (bsc#1014441). + denial of service due to a client triggered crash in the winbindd parent process; CVE-2016-2126; (bso#12446); (bsc#1014442). - 4.5.1 and 4.5.2 updates + various streams vfs fixes + various printing fixes + ntlm_auth: do not map explicitly empty domain + various stability fixes in smbd + match file compression ReFS behavior- Add missing ldb module directory; (bnc#1012092).- s3/client: obey 'disable netbios' smb.conf param, don't connect via NBT port; (bsc#1009085); (bso#12418).- Include vfstest in samba-test; (bsc#1001203).- s3/winbindd: using default domain with user@domain.com format fails; (bsc#997833).- Fix segfault in libnss_wins; (bso#12277); (bso#12269); (bsc#995730).- Update to 4.5.0 + NTLM1 Authentication disabled by default + SMB2.1 leases enabled by default + Support for OFD locks + ctdb tool rewritten + Added shadow copy snapshot prefix parameter- Fix illegal memory access after memory has been deleted; (bso#11836); (bsc#975299).- Prevent core, make sure response->extra_data.data is always cleared out; (bsc#993692).- Don't package man pages for VFS modules that aren't built; (boo#993707).- Fix population of ctdb sysconfig after source merge; (bsc#981566).- Enable vfs_ceph builds for Factory (x86-64) + Package as samba-ceph to avoid Ceph dependency in base package.- Update to 4.4.5 + Prevent client-side SMB2 signing downgrade; CVE-2016-2119; (bso#11860); (bsc#986869).- Remove obsolete syslog.target; (bsc#983938).- Honor smb.conf socket options in winbind; (bsc#975131).- Don't use htons() with IP_PROTO_RAW; (bso#11705); (bsc#969522).- Update to 4.4.4 + SMB3 multichannel: Add implementation of missing channel sequence number verification; (bso#11809). + smbd:close: Only remove kernel share modes if they had been taken at open; (bso#11919). + notifyd: Prevent NULL deref segfault in notifyd_peer_destructor; (bso#11930). + s3:rpcclient: Make '--pw-nt-hash' option work; (bso#10796). + Fix case sensitivity issues over SMB2 or above; (bso#11438). + s3:smbd: Fix anonymous authentication if signing is mandatory. (bso#11910) + Fix NTLM Authentication issue with squid; (bso#11914). + pdb: Fix segfault in pdb_ldap for missing gecos; (bso#11530). + Fix memory leak in share mode locking; (bso#11934).- Update to 4.4.3 + Various post-badlock regressions; (bso#11841); (bso#11850); (bso#11858); (bso#11870); (bso#11872). + Only allow idmap_hash for default idmap config (bso#11786). + smbd: Avoid large reads beyond EOF; (bso#11878). + vfs_acl_common: Avoid setting POSIX ACLs if "ignore system acls" is set; (bso#11806). + libads: Record session expiry for spnego sasl binds; (bso#11852).- Fix NTLMSSP regressions caused by previous CVE fixes; (bso#11849); (bsc#975962); (bsc#979268), (bsc#977669).- Revert shared library packaging to comply with SLPP- Update to 4.4.2 + A man-in-the-middle can downgrade NTLMSSP authentication; CVE-2016-2110; (bso#11688); (bsc#973031). + Domain controller netlogon member computer can be spoofed; CVE-2016-2111; (bso#11749); (bsc#973032). + LDAP conenctions vulnerable to downgrade and MITM attack; CVE-2016-2112; (bso#11644); (bsc#973033). + TLS certificate validation missing; CVE-2016-2113; (bso#11752); (bsc#973034). + Named pipe IPC vulnerable to MITM attacks; CVE-2016-2115; (bso#11756); (bsc#973036). + "Badlock" DCERPC impersonation of authenticated account possible; CVE-2016-2118; (bso#11804); (bsc#971965). + DCERPC server and client vulnerable to DOS and MITM attacks; CVE-2015-5370; (bso#11344); (bsc#936862).- Fix samba.tests.messaging test and prevent potential tdb corruption by removing obsolete now invalid tdb_close call; (bsc#974629).- Obsolete libsmbclient from libsmbclient0 while not providing it; (bsc#972197).- Update to 4.4.0. + Read of uninitialized memory DNS TXT handling; (bso#11128); (bso#11686); CVE-2016-0771. + Getting and setting Windows ACLs on symlinks can change permissions on link target; (bso#11648); CVE-2015-7560. + Sockets with htons(IPPROTO_RAW); (bso#11705); CVE-2015-8543. + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem with no ACL support; (bso#10489). + docs: Add example for domain logins to smbspool man page; (bso#11643). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + docs: Add smbspool_krb5_wrapper manpage; (bso#11690). + winbindd: Return trust parameters when listing trusts; (bso#11691). + ctdb: Do not provide a useless pkgconfig file for ctdb; (bso#11696). + Crypto.Cipher.ARC4 is not available on some platforms, fallback to M2Crypto.RC4.RC4 then; (bso#11699). + s3:utils/smbget: Set default blocksize; (bso#11700). + Streamline 'smbget' options with the rest of the Samba utils; (bso#11700). + s3:clispnego: Fix confusing warning in spnego_gen_krb5_wrap(); (bso#11702). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + s3:vfs:glusterfs: Fix build after quota changes; (bso#11715). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + lib:socket: Fix CID 1350010: Integer OVERFLOW_BEFORE_WIDEN; (bso#11723). + smbd: Fix CID 1351215 Improper use of negative value; (bso#11724). + smbd: Fix CID 1351216 Dereference null return value; (bso#11725). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + docs: Add manpage for cifsdd; (bso#11730). + param: Fix str_list_v3 to accept ; again; (bso#11732). + lib/socket: Fix improper use of default interface speed; (bso#11734). + lib:socket: Fix CID 1350009: Fix illegal memory accesses (BUFFER_SIZE_WARNING); (bso#11735). + libcli: Fix debug message, print sid string for new_ace trustee; (bso#11738). + Fix installation path of Samba helper binaries; (bso#11739). + Fix memory leak in loadparm; (bso#11740). + tevent: version 0.9.28: Fix memory leak when old signal action restored; (bso#11742). + smbd: Ignore SVHDX create context; (bso#11753). + Fix net join; (bso#11755). + s3:libads: setup the msDS-SupportedEncryptionTypes attribute on ldap_add; (bso#11755). + passdb: Add linefeed to debug message; (bso#11763). + s3:utils/smbget: Fix option parsing; (bso#11767). + libnet: Make Kerberos domain join site-aware; (bso#11769). + Reset TCP Connections during IP failover; (bso#11770). + ldb: Version 1.1.26; (bso#11772). + s3:smbd: Add negprot remote arch detection for OSX; (bso#11773). + vfs_glusterfs: Fix use after free in AIO callback; (bso#11774). + mkdir can return ACCESS_DENIED incorrectly on create race; (bso#11780). + "trustdom_list_done: Got invalid trustdom response" message should be avoided; (bso#11782). + Mismatch between local and remote attribute ids lets replication fail with custom schema; (bso#11783). + Quota is not supported on Solaris 10; (bso#11788). + Talloc: Version 2.1.6; (bso#11789). + smbd: Enable multi-channel if 'server multi channel support = yes' in the config; (bso#11796). + build: Fix build when '--without-quota' specified; (bso#11798). + lib/socket/interfaces: Fix some uninitialied bytes; (bso#11802). + Access based share enum: handle permission set in configuration files; (bso#8093). + See also WHATSNEW.txt from the samba-doc package.- Update to 4.3.6. + Getting and setting Windows ACLs on symlinks can change permissions on link target; CVE-2015-7560; (bso#11648); (bsc#968222). + Fix Out-of-bounds read in internal DNS server; CVE-2016-0771; (bso#11128); (bso#11686); (bsc#968223).- Upgrade on-disk FSRVP server state to new version; (bsc#924519).- Only obsolete but do not provide gplv2/3 package names; (bsc#968973).- Relocate existing lock files to /var/lib/samba/lock; (bsc#968963).- Obsolete no longer existing samba-32bit package; (bsc#967625).- Update to 4.3.5. + s3:utils/smbget: Fix recursive download; (bso#6482). + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystemi with no ACL support; (bso#10489). + s3:smbd/oplock: Obey kernel oplock setting when releasing oplocks; (bso#11400). + vfs_shadow_copy2: Fix case where snapshots are outside the share; (bso#11580). + smbclient: Query disk usage relative to current directory; (bso#11662). + winbindd: Handle expired sessions correctly; (bso#11670). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + smbcacls: Fix uninitialized variable; (bso#11682). + s3:smbd: Ignore initial allocation size for directory creation; (bso#11684). + s3-client: Add a KRB5 wrapper for smbspool; (bso#11690). + s3-parm: Clean up defaults when removing global parameters; (bso#11693). + Use M2Crypto.RC4.RC4 on platforms without Crypto.Cipher.ARC4; (bso#11699). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + ctdb: Remove error messages after kernel security update; CVE-2015-8543; (bso#11705). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + param: Fix str_list_v3 to accept ";" again; (bso#11732).- Shift samba-client sysconfig data into samba and samba-winbind; (bsc#947361).- Simplify shared library packaging; (bsc#966956).- Enable clustering (CTDB) support; (bsc#966271).- s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703); (bsc#964023).- Add quotes around path of update-apparmor-samba-profile; (bnc#962177).- Remove autoconf build-time requirement.- Update to 4.3.4. + vfs_fruit: Enable POSIX directory rename semantics; (bso#11065). + Crash: Bad talloc magic value - access after free; (bso#11394). + Copying files with vfs_fruit fails when using vfs_streams_xattr without stream prefix and type suffix; (bso#11466). + samba-tool: Fix uncaught exception if no fSMORoleOwner attribute is given; (bso#11613). + Fix a typo in the smb.conf manpage, explanation of idmap config; (bso#11619). + Correctly initialize the list head when keeping a list of primary followed by DFS connections; (bso#11624). + Reduce the memory footprint of empty string options; (bso#11625). + lib/async_req: Do not install async_connect_send_test; (bso#11639). + Fix typos in man vfs_gpfs; (bso#11641). + Make "hide dot files" option work with "store dos attributes = yes"; (bso#11645). + Fix a corner case of the symlink verification; (bso#11647); (bnc#960249). + Do not disable "store dos attributes" on-the-fly; (bso#11649). + Update lastLogon and lastLogonTimestamp; (bso#11659).- Prevent access denied if the share path is "/"; (bso#11647); (bnc#960249).- Update to 4.3.3. + Malicious request can cause Samba LDAP server to hang, spinning using CPU; CVE-2015-3223; (bso#11325); (bnc#958581). + Remote read memory exploit in LDB; CVE-2015-5330; (bso#11599); (bnc#958586). + Insufficient symlink verification (file access outside the share); CVE-2015-5252; (bso#11395); (bnc#958582). + No man in the middle protection when forcing smb encryption on the client side; CVE-2015-5296; (bso#11536); (bnc#958584). + Currently the snapshot browsing is not secure thru windows previous version (shadow_copy2); CVE-2015-5299; (bso#11529); (bnc#958583). + Fix Microsoft MS15-096 to prevent machine accounts from being changed into user accounts; CVE-2015-8467; (bso#11552); (bnc#958585).- Update to 4.3.2. + vfs_gpfs: Re-enable share modes; (bso#11243). + dcerpc.idl: Accept invalid dcerpc_bind_nak pdus; (bso#11327). + s3-smbd: Fix old DOS client doing wildcard delete - gives an attribute type of zero; (bso#11452). + Add libreplace dependency to texpect, fixes a linking error on Solaris; (bso#11511). + s4: Fix linking of 'smbtorture' on Solaris; (bso#11512). + s4:lib/messaging: Use correct path for names.tdb; (bso#11562). + Fix segfault of 'net ads (join|leave) -S INVALID' with nss_wins; (bso#11563). + async_req: Fix non-blocking connect(); (bso#11564). + auth: gensec: Fix a memory leak; (bso#11565). + lib: util: Make non-critical message a warning; (bso#11566). + Fix winbindd crashes with samlogon for trusted domain user; (bso#11569); (bnc#949022). + smbd: Send SMB2 oplock breaks unencrypted; (bso#11570). + ctdb: Open the RO tracking db with perms 0600 instead of 0000; (bso#11577). + s3:smb2_server: Make the logic of SMB2_CANCEL DLIST_REMOVE() clearer; (bso#11581). + s3-smbd: Fix use after issue in smbd_smb2_request_dispatch(); (bso#11581). + manpage: Correct small typo error; (bso#11584). + s3: smbd: If EAs are turned off on a share don't allow an SMB2 create containing them; (bso#11589). + Backport some valgrind fixes from upstream master; (bso#11597). + auth: Consistent handling of well-known alias as primary gid; (bso#11608). + winbind: Fix crash on invalid idmap configs; (bso#11612). + s3: smbd: have_file_open_below() fails to enumerate open files below an open directory handle; (bso#11615). + Changing log level of two entries to DBG_NOTICE; (bso#9912).- Ensure samlogon fallback requests are rerouted after kerberos failure; (bnc#953382); (bnc#953972).- Ensure to link with --as-needed flag by removing SUSE_ASNEEDED=0. - Always use the default optimization even on pre-9.2 systems.- Remove redundant configure options while adding with-relro.- Relocate the lockdir to the /var/lib/samba/lock directory.- Cleanup and enhance the pidl sub package.- Require renamed python-ldb-devel and python-talloc-devel at build-time. - Requires python-ldb and python-talloc from the python subpackage.- Update to 4.3.1. + s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Windows; (bso#10252). + nss_winbind: Fix hang on Solaris on big groups; (bso#10365). + smbd: Fix file name buflen and padding in notify repsonse; (bso#10634). + kerberos: Make sure we only use prompter type when available; winbind: Fix 100% loop; (bso#11038). + source3/lib/msghdr.c: Fix compiling error on Solaris; (bso#11053). + s3:ctdbd_conn: make sure we destroy tevent_fd before closing the socket; (bso#11316). + s3: smbd: Fix mkdir race condition; (bso#11486). + pam_winbind: Fix a segfault if initialization fails; (bso#11502). + s3: dfs: Fix a crash when the dfs targets are disabled; (bso#11509). + s4:lib/messaging: Use 'msg.lock' and 'msg.sock' for messaging related subdirs; (bso#11515). + s3: smbd: Fix opening/creating :stream files on the root share directory; (bso#11522). + lib/param: Fix hiding of FLAG_SYNONYM values; (bso#11526). + net: Fix a crash with 'net ads keytab create'; (bso#11528). + s3: smbd: Fix a crash in unix_convert(); (bso#11535). + s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bso#11522); (bso#11535). + vfs_fruit: Return value of ad_pack in vfs_fruit.c; (bso#11543). + vfs_commit: set the fd on open before calling SMB_VFS_FSTAT; (bso#11547). + s3:locking: Initialize lease pointer in share_mode_traverse_fn(); (bso#11549). + s3:smbstatus: Add stream name to share_entry_forall(); (bso#11550). + s3:lib: Validate domain name in lookup_wellknown_name(); (bso#11555). + s3: lsa: lookup_name() logic for unqualified (no DOMAIN component) names is incorrect; (bso#11555).- Fix 100% CPU in winbindd when logging in with "user must change password on next logon"; (bso#11038).- Relocate the tmpfiles.d directory to the client package; (bnc#947552).- Do not provide libpdb0 from libsamba-passdb0 but add it to baselibs.conf instead; (bnc#942716).- Package /var/lib/samba/private/sock with 0700 permissions; (bnc#946051).- Package /var/lib/samba/msg with 0755 permissions; (bso#11515); (bnc#945502).- Require to install libfam0-gamin from samba-libs on post-12.1 and pre-13.15 systems; (bnc#945013).- Update to 4.3.0. + Samba "map to guest = Bad uid" doesn't work; (bso#9862). + revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes; (bso#10493). + No objectClass found in replPropertyMetaData on ordinary objects (non-deleted); (bso#10973). + Stream names with colon don't work with fruit:encoding = native; (bso#11278). + NetApp joined to a Samba/ADDC cannot resolve SIDs; (bso#11291). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + "force group" with local group not working; (bso#11320). + strsep is not available on Solaris; (bso#11359). + smbtorture does not build when configured --with-system-mitkrb5; (bso#11411). + Build with GPFS support is broken; (bso#11421). + Build broken with --disable-python; (bso#11424). + net share allowedusers crashes; (bso#11426). + nmbd incorrectly matches netbios names as own name; (bso#11427). + Python bindings don't check integer types; (bso#11429). + Python bindings don't check array sizes; (bso#11430). + CTDB's eventscript error handling is broken; (bso#11431). + Fix crash in nested ctdb banning; (bso#11432). + Cannot build ctdbpmda; (bso#11434). + samba-tool uncaught exception error; (bso#11436). + Crash in notify_remove caused by change notify = no; (bso#11444). + Poor SMB3 encryption performance with AES-GCM; (bso#11451). + Poor SMB3 encryption performance with AES-GCM (part1); (bso#11451). + fix recursion problem in rep_strtoll in lib/replace/replace.c; (bso#11455). + --bundled-libraries=!ldb,!pyldb,!pyldb-util doesn't disable ldb build and install; (bso#11458). + xid2sid gives inconsistent results; (bso#11464). + ctdb: Fix the build on FreeBSD 10.1; (bso#11465). + Handling of 0 byte resource fork stream; (bso#11467). + AD samr GetGroupsForUser fails for users with "()" in their name; (bso#11488).- Configure with --bundled-libraries=NONE; (bso#11458).- Adapt net-kdc-lookup patch for post-3.3 Samba versions; (bnc#295284).- Remove libiniparser-devel build-time requirement.- Update to 4.2.3. + s4:lib/tls: Fix build with gnutls 3.4; (bso#8780). + s4.2/fsmo.py: Fixed fsmo transfer exception; (bso#10924). + winbindd: Sync secrets.ldb into secrets.tdb on startup; (bso#10991). + Logon via MS Remote Desktop hangs; (bso#11061). + s3: lib: util: Ensure we read a hex number as %x, not %u; (bso#11068). + tevent: Add a note to tevent_add_fd(); (bso#11141). + s3:param/loadparm: Fix 'testparm --show-all-parameters'; (bso#11170). + s3-unix_msg: Remove socket file after closing socket fd; (bso#11217). + smbd: Fix a use-after-free; (bso#11218); (bnc#919309). + s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of interfaces; (bso#11245). + s3:smb2: Add padding to last command in compound requests; (bso#11277). + Add IPv6 support to ADS client side LDAP connects; (bso#11281). + Add IPv6 support for determining FQDN during ADS join; (bso#11282). + s3: IPv6 enabled DNS connections for ADS client; (bso#11283). + Fix invalid write in ctdb_lock_context_destructor; (bso#11293). + Excessive cli_resolve_path() usage can slow down transmission; (bso#11295). + vfs_fruit: Add option "veto_appledouble"; (bso#11305). + tstream: Make socketpair nonblocking; (bso#11312). + idmap_rfc2307: Fix wbinfo '--gid-to-sid' query; (bso#11313). + Group creation: Add msSFU30Name only when --nis-domain was given; (bso#11315). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’ undeclared"; (bso#11319). + smbd/trans2: Add a useful diagnostic for files with bad encoding; (bso#11323). + Change sharesec output back to previous format; (bso#11324). + Robust mutex support broken in 1.3.5; (bso#11326). + Kerberos auth info3 should contain resource group ids available from pac_logon; winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC; (bso#11328); (bnc#912457). + s3:smb2_setinfo: Fix memory leak in the defer_rename case; (bso#11329). + tevent: Fix CID 1035381 Unchecked return value; (bso#11330). + tdb: Fix CID 1034842 and 1034841 Resource leaks; (bso#11331). + s3: smbd: Use separate flag to track become_root()/unbecome_root() state; (bso#11339). + s3: smbd: Codenomicon crash in do_smb_load_module(); (bso#11342). + pidl: Make the compilation of PIDL producing the same results if the content hasn't change; (bso#11356). + winbindd: Disconnect child process if request is cancelled at main process; (bso#11358). + vfs_fruit: Check offset and length for AFP_AfpInfo read requests; (bso#11363). + docs: Overhaul the description of "smb encrypt" to include SMB3 encryption; (bso#11366). + s3:auth_domain: Fix talloc problem in connect_to_domain_password_server(); (bso#11367). + ncacn_http: Fix GNUism; (bso#11371).- Disable rpath usage; (bnc#902421).- Make the winbind package depend on the matching libwbclient version and vice versa; (bnc#936909).- Backport changes to use resource group sids obtained from pac logon_info; (bso#11328); (bnc#912457).- Order winbind.service Before and Want nss-user-lookup target.- Remove fam-devel build-time dependency for post-6 RHEL systems.- Update to 4.2.2. + s3:smbXsrv: refactor duplicate code into smbXsrv_session_clear_and_logoff(); (bso#11182). + gencache: don't fail gencache_stabilize if there were records to delete; (bso#11260). + s3: libsmbclient: After getting attribute server, ensure main srv pointer is still valid; (bso#11186). + s4: rpc: Refactor dcesrv_alter() function into setup and send steps; (bso#11236). + s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Create"; (bso#11240). + Mangled names do not work with acl_xattr; (bso#11249). + nmbd rewrites browse.dat when not required; (bso#11254). + vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuff; (bso#11213). + s3:smbd: Add missing tevent_req_nterror; (bso#11224). + vfs: kernel_flock and named streams; (bso#11243). + vfs_gpfs: Error code path doesn't call END_PROFILE; (bso#11244). + s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are used; (bso#11284). + ctdb: check for talloc_asprintf() failure; (bso#11201). + spoolss: purge the printer name cache on name change; (bso#11210); (bnc#901813). + CTDB statd-callout does not scale; (bso#11204). + vfs_fruit: also map characters below 0x20; (bso#11221). + ctdb: Coverity fix for CID 1291643; (bso#11201). + Multiplexed RPC connections are not handled by DCERPC server; (bso#11225). + Fix terminate connection behavior for asynchronous endpoint with PUSH notification flavors; (bso#11226). + ctdb-scripts: Fix bashism in ctdbd_wrapper script; (bso#11007). + ctdb: Fix CIDs 1125615, 1125634, 1125613, 1288201 and 1125553; (bso#11201). + SMB2 should cancel pending NOTIFY calls with DELETE_PENDING if the directory is deleted; (bso#11257). + s3:winbindd: make sure we remove pending io requests before closing client sockets; (bso#11141); (bnc#931854). + Fix panic triggered by smbd_smb2_request_notify_done() -> smbXsrv_session_find_channel() in smbd; (bso#11182). + 'sharesec' output no longer matches input format; (bso#11237). + waf: Fix systemd detection; (bso#11200). + CTDB: Fix portability issues; (bso#11202). + CTDB: Fix some IPv6-related issues; (bso#11203). + CTDB statd-callout does not scale; (bso#11204). + 'net ads dns gethostbyname' crashes with an error in TALLOC_FREE if you enter invalid values; (bso#11234). + libads: record service ticket endtime for sealed ldap connections; (bso#11267). + lib/util: Include DEBUG macro in internal header files before samba_util.h; (bso#11033).- Avoid a crash inside the tevent epoll backend; (bso#11141); (bnc#931854).- Remove the independently built libraries ldb, talloc, tdn, and tevent and the post-10.3 renamed libsmbclient from baselibs.conf.- Drop redundant doc attribute from man pages.- Update to 4.2.1. + s3:winbind:grent: Don't stop group enumeration when a group has no gid; (bso#8905). + Initialize dwFlags field of DNS_RPC_NODE structure; (bso#9791). + s3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers that don't send the 2 unused fields; (bso#10016). + build:wafadmin: Fix use of spaces instead of tabs; (bso#10476). + waf: Fix the build on openbsd; (bso#10476). + s3: client: "client use spnego principal = yes" code checks wrong name; (bso#10888). + spoolss: Retrieve published printer GUID if not in registry; (bso#11018). + s3: lib: libsmbclient: If reusing a server struct, check every cli->timout miliseconds if it's still valid before use; (bso#11079). + vfs_fruit: Enhance handling of malformed AppleDouble files; (bso#11125). + backupkey: Explicitly link to gnutls and gcrypt; (bso#11135). + replace: Remove superfluous check for gcrypt header; (bso#11135). + Backport subunit changes; (bso#11137). + libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with implementation; (bso#11140). + s3-winbind: Fix cached user group lookup of trusted domains; (bso#11143). + talloc: Version 2.1.2; (bso#11144). + Update libwbclient version to 0.12; (bso#11149). + brlock: Use 0 instead of empty initializer list; (bso#11153). + s4:auth/gensec_gssapi: Let gensec_gssapi_update() return NT_STATUS_LOGON_FAILURE for unknown errors; (bso#11164). + docs/idmap_rid: Remove deprecated base_rid from example; (bso#11169); (bnc#913304). + s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails in the SMB1 case; (bso#11173). + backupkey: Use ndr_pull_struct_blob_all(); (bso#11174). + Fix lots of winbindd zombie processes on Solaris platform; (bso#11175). + s3: libsmbclient: Add missing talloc stackframe; (bso#11177). + s4-process_model: Do not close random fds while forking; (bso#11180). + s3-passdb: Fix 'force user' with winbind default domain; (bso#11185).- Prevent samba package updates from disabling samba kerberos printing.- Add sparse file support for samba; (fate#318424).- Purge printer name cache on spoolss SetPrinter change; (bso#11210); (bnc#901813).- Correctly retain errno from Btrfs snapshot ioctls; (bnc#923374).- Simplify libxslt build requirement and README.SUSE install. - Remove no longer required cleanup steps while populating the build root.- Remove deprecated base_rid example from idmap_rid manpage; (bso#11169); (bnc#913304).- Update to 4.2.0. + smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT; (bso#1115). + pam_winbind: fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Make 'profiles' work again; (bso#9629). + s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"; (bso#9702). + Make validate_ldb of String(Generalized-Time) accept millisecond format ".000Z"; (bso#9810). + Use -R linker flag on Solaris, not -rpath; (bso#10112). + vfs: Add glusterfs manpage; (bso#10240). + Make 'smbclient' use cached creds; (bso#10279). + pdb: Fix build issues with shared modules; (bso#10355). + s4-dns: Add support for BIND 9.10; (bso#10620). + idmap: Return the correct id type to *id_to_sid methods; (bso#10720). + printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD; (bso#10808). + Don't build vfs_snapper on FreeBSD; (bso#10834). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3: smb2cli: query info return length check was reversed; (bso#10848). + s3: lib, s3: modules: Fix compilation on Solaris; (bso#10849). + lib: uid_wrapper: Fix setgroups and syscall detection on a system without native uid_wrapper library; (bso#10851). + winbind3: Fix pwent variable substitution; (bso#10852). + Improve samba-regedit; (bso#10859). + registry: Don't leave dangling transactions; (bso#10860). + Fix build of socket_wrapper on systems without SO_PROTOCOL; (bso#10861). + build: Do not install 'texpect' binary anymore; (bso#10862). + Fix testparm to show hidden share defaults; (bso#10864). + libcli/smb: Fix smb2cli_validate_negotiate_info with min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02; (bso#10866). + Integrate CTDB into top-level Samba build; (bso#10892). + samba-tool group add: Add option '--nis-domain' and '--gid'; (bso#10895). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + Fix smbclient loops doing a directory listing against Mac OS X 10 server with a non-wildcard path; (bso#10904). + Fix print job enumeration; (bso#10905); (bnc#898031). + samba-tool: Create NIS enabled users and unixHomeDirectory attribute; (bso#10909). + Add support for SMB2 leases; (bso#10911). + btrfs: Don't leak opened directory handle; (bso#10918). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: fix keytab array NULL termination; (bso#10933). + s3:passdb: fix logic in pdb_set_pw_history(); (bso#10940). + Cleanup add_string_to_array and usage; (bso#10942). + dbwrap_ctdb: Pass on mutex flags to tdb_open; (bso#10942). + Fix RootDSE search with extended dn control; (bso#10949). + Fix 'samba-tool dns serverinfo ' for IPv6; (bso#10952). + libcli/smb: only force signing of smb2 session setups when binding a new session; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + socket_wrapper: Add missing prototype check for eventfd; (bso#10965). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + vfs_streams_xattr: Check stream type; (bso#10971). + s3: smbd: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + vfs_fruit: Add support for AAPL; (bso#10983). + Fix spoolss IDL response marshalling when returning error without clearing info; (bso#10984). + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279). + Fix IPv6 support in CTDB; (bso#10996). + ctdb-daemon: Use correct tdb flags when enabling robust mutex support; (bso#11000). + vfs_streams_xattr: Add missing call to SMB_VFS_NEXT_CONNECT; (bso#11005). + s3-util: Fix authentication with long hostnames; (bso#11008). + ctdb-build: Fix build without xsltproc; (bso#11014). + packaging: Include CTDB man pages in the tarball; (bso#11014). + pdb_get_trusteddom_pw() fails with non valid UTF16 random passwords; (bso#11016). + Make Sharepoint search show user documents; (bso#11022). + nss_wrapper: check for nss.h; (bso#11026). + Enable mutexes in gencache_notrans.tdb; (bso#11032). + tdb_wrap: Make mutexes easier to use; (bso#11032). + lib/util: Avoid collision which alread defined consumer DEBUG macro; (bso#11033). + winbind: Retry after SESSION_EXPIRED error in ping-dc; (bso#11034). + s3-libads: Fix a possible segfault in kerberos_fetch_pac(); (bso#11037). + vfs_fruit: Fix base_fsp name conversion; (bso#11039). + vfs_fruit: mmap under FreeBSD needs PROT_READ; (bso#11040). + Fix authentication using Kerberos (not AD); (bso#11044). + net: Fix sam addgroupmem; (bso#11051). + vfs_snapper: Correctly handles multi-byte DBus strings; (bso#11055); (bnc#913238). + cli_connect_nb_send: Don't segfault on host == NULL; (bso#11058). + utils: Fix 'net time' segfault; (bso#11058). + libsmb: Provide authinfo domain for encrypted session referrals; (bso#11059). + s3-pam_smbpass: Fix memory leak in pam_sm_authenticate(); (bso#11066). + vfs_glusterfs: Add comments to the pipe(2) code; (bso#11069). + vfs/glusterfs: Change xattr key to match gluster key; (bso#11069). + vfs_glusterfs: Implement AIO support; (bso#11069). + s3-vfs: Fix developer build of vfs_ceph module; (bso#11070). + s3: netlogon: Ensure we don't call talloc_free on an uninitialized pointer; (bso#11077); CVE-2015-0240; (bnc#917376). + vfs: Add a brief vfs_ceph manpage; (bso#11088). + s3: smbclient: Allinfo leaves the file handle open; (bso#11094). + Fix Win8.1 Credentials Manager issue after KB2992611 on Samba domain; (bso#11097). + debug: Set close-on-exec for the main log file FD; (bso#11100). + s3: smbd: leases - losen paranoia check. Stat opens can grant leases; (bso#11102). + s3: smbd: SMB2 close. If a file has delete on close, store the return info before deleting; (bso#11104). + doc:man:vfs_glusterfs: improve the configuration section; (bso#11117). + snprintf: Try to support %j; (bso#11119). + ctdb-io: Do not use sys_write to write to client sockets; (bso#11124). + doc-xml: Add 'sharesec' reference to 'access based share enum'; (bso#11127).- Update to 4.2.0rc5. + Ensure we don't call talloc_free on an uninitialized pointer; CVE-2015-0240; (bso#11077); (bnc#917376).- Fix usage of freed memory on server exit; (bso#11218); (bnc#919309).- Fix tdb_store_flag_to_ntdb() gcc5 build failure.- Fix vfs_snapper DBus string handling; (bso#11055); (bnc#913238).- Update to 4.1.16. + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279).- Adjust baselibs.conf due to libpdb0 package rename to libsamba-passdb0.- Fix libsmbclient DFS referral handling. + Reuse connections derived from DFS referrals; (bso#10123); (fate#316512). + Set domain/workgroup based on authentication callback value; (bso#11059).- Update to 4.2.0rc4. - Add libsamba-debug, libsocket-blocking, libsamba-cluster-support, and libhttp to the libs package; (boo#913547). - Rename libpdb packages to libsamba-passdb. - Drop libsmbsharemodes packages.- Enable avahi support on post-12.2 systems.- Update to 4.1.15. + pam_winbind: Fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Fix profiles tool; (bso#9629). + s3-lib: Do not require a password with --use-ccache; (bso#10279). + s4:dsdb/rootdse: Expand extended dn values with the AS_SYSTEM control; (bso#10949). + s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addresses; (bso#10952). + s3:smb2_server: Allow reauthentication without signing; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + s3: smbd/modules: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack' attribute 'supported_extensions'; (bso#11006). + idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo; (bso#11006). + winbind: Retry LogonControl RPC in ping-dc after session expiration; (bso#11034).- yast2-samba-client should be able to specify osName and osVer on AD domain join; (bnc#873922).- Lookup FSRVP share snums at runtime rather than storing them persistently; (bnc#908627).- Specify soft dependency for network-online.target in Winbind systemd service file; (bnc#889175).- Fix spoolss error response marshalling; (bso#10984).- Update to 4.1.14. + pidl/wscript: Remove --with-perl-* options; revert buildtools/wafadmin/ Tools/perl.py back to upstream state; (bso#10472). + s4-dns: Add support for BIND 9.10; (bso#10620). + nmbd fails to accept "--piddir" option; (bso#10711). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + S3: source3/smbd/process.c::srv_send_smb() returns true on the error path; (bso#10880). + vfs_glusterfs: Remove "integer fd" code and store the glfs pointers; (bso#10889). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + s3: libsmbclient-smb2. MacOSX 10 SMB2 server doesn't set STATUS_NO_MORE_FILES when handed a non-wildcard path; (bso#10904). + spoolss: Fix jobid in level 3 EnumJobs response; (bso#10905). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: Fix keytab array NULL termination; (bso#10933). + Cleanup add_string_to_array and usage; (bso#10942).- Remove and cleanup shares and registry state associated with externally deleted snaphots exposed as shadow copies; (bnc#876312).- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Fix leak when closing file descriptor returned from dirfd; (bso#10918).- Fix spoolss EnumJobs and GetJob responses; (bso#10905); (bnc#898031). + Fix handling of bad EnumJobs levels; (bso#10898).- Remove dependency on gpg-offline as signature checking is implemented in the source validator.- Update to 4.1.13. + s3-libnet: Add libnet_join_get_machine_spns(); (bso#9984). + s3-libnet: Make sure we do not overwrite precreated SPNs; (bso#9984). + s3-libads: Add all machine account principals to the keytab; (bso#9985). + s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be NULL. Ensure this is safe with modern AD-DCs; (bso#10717). + Fix unstrcpy; (bso#10735). + pthreadpool: Slightly serialize jobs; (bso#10779). + s3: smbd: streams - Ensure share mode validation ignores internal opens (op_mid == 0); (bso#10797). + s3: smbd:open_file: Open logic fix; Use a more natural check; (bso#10809). + vfs_media_harmony: Fix a crash bug; (bso#10813). + docs: Mention incompatibility between kernel oplocks and streams_xattr; (bso#10814). + nmbd: Send waiting status to systemd; (bso#10816). + libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL; (bso#10817). + nsswitch: Skip groups we were not able to map; (bso#10824). + s3-winbindd: Use correct realm for trusted domains in idmap child; (bso#10826). + s3: nmbd: Ensure the main nmbd process doesn't create zombies; (bso#10830). + s3: lib: Signal handling - ensure smbrun and change password code save and restore existing SIGCHLD handlers; (bso#10831). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call; (bso#10838). + s3: smb2cli: Query info return length check was reversed; (bso#10848). + registry: Don't leave dangling transactions; (bso#10860).- Update to 4.2.0rc2./bin/sh/bin/sh/bin/sh/bin/shsamba-32bitsamba-gplv3h03-ch2a 1760090087  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.19.8+git.435.78ced6cf30d-150600.3.21.14.19.8+git.435.78ced6cf30d-150600.3.21.14.19.8+git.435.78ced6cf30d-150600.3.21.14.19.8+git.435.78ced6cf30d4.19.8+git.435.78ced6cf30d sambasambasmbpasswdsmbusersslp.reg.dsamba.regsmbstatusnmb.servicesmb.servicesamba.confsambaauthunix.soconfigldbrpcsamba-bgqdvfsacl_tdb.soacl_xattr.soaio_fork.soaio_pthread.soaudit.sobtrfs.socacheprime.socap.socatia.socommit.socrossrename.sodefault_quota.sodirsort.soexpand_msdfs.soextd_audit.sofake_perms.sofileid.sofruit.sofull_audit.soglusterfs_fuse.sogpfs.soio_uring.solinux_xfs_sgid.somedia_harmony.sooffline.sopreopen.soreadahead.soreadonly.sorecycle.soshadow_copy.soshadow_copy2.soshell_snap.sosnapper.sostreams_depot.sostreams_xattr.sosyncops.sotime_audit.sounityed_media.sovirusfilter.sowidelinks.soworm.soxattr_tdb.sonmbdrcnmbrcsmbsmbdsysconfig.sambasmbstatus.1.gzsmbpasswd.5.gznmbd.8.gzsamba-bgqd.8.gzsmbd.8.gzvfs_acl_tdb.8.gzvfs_acl_xattr.8.gzvfs_aio_fork.8.gzvfs_aio_pthread.8.gzvfs_audit.8.gzvfs_btrfs.8.gzvfs_cacheprime.8.gzvfs_cap.8.gzvfs_catia.8.gzvfs_commit.8.gzvfs_crossrename.8.gzvfs_default_quota.8.gzvfs_dirsort.8.gzvfs_expand_msdfs.8.gzvfs_extd_audit.8.gzvfs_fake_perms.8.gzvfs_fileid.8.gzvfs_fruit.8.gzvfs_full_audit.8.gzvfs_glusterfs_fuse.8.gzvfs_io_uring.8.gzvfs_linux_xfs_sgid.8.gzvfs_media_harmony.8.gzvfs_offline.8.gzvfs_preopen.8.gzvfs_readahead.8.gzvfs_readonly.8.gzvfs_recycle.8.gzvfs_shadow_copy.8.gzvfs_shadow_copy2.8.gzvfs_shell_snap.8.gzvfs_snapper.8.gzvfs_streams_depot.8.gzvfs_streams_xattr.8.gzvfs_syncops.8.gzvfs_time_audit.8.gzvfs_unityed_media.8.gzvfs_virusfilter.8.gzvfs_widelinks.8.gzvfs_worm.8.gzvfs_xattr_tdb.8.gznmb.xmlsmb.xmlsambaupdate-apparmor-samba-profiledriversIA64W32ALPHAW32MIPSW32PPCW32X86WIN40x64msg.locknetlogonprofiles/etc/logrotate.d//etc/pam.d//etc/samba//etc//etc/slp.reg.d//usr/bin//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib64//usr/lib64/samba//usr/lib64/samba/auth//usr/lib64/samba/vfs//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/omc/svcinfo.d//usr/share//usr/share/samba//var/lib/samba//var/lib/samba/drivers//var/lib/samba/lock/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:41070/SUSE_SLE-15-SP6_Update/5add5f7dce01a5b57b4b9abf50b932e5-samba.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux  !"#$%&'()*+,-./00123334343344344543443433344443334464343433434344778ASCII textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=82572f2f045cc745eba610cbb50d1dd5627c2957, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f158ce85dede9172cec9e33ee7ad953925df4d52, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=de4754ac3723abcdc68c07bffbfd8d5697186abe, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bb842643f88bf36a5fa763853ba9e1440f51e2af, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b96d423750ebcd17e25afd84959f66969cad6cfa, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4ace4225b35b3fce882ba13e99158a9a376ce48c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5bec0b31aa5a6288e7732bea19a93317721b9112, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4329959cb5203d570d1db20dac8c472936a9beed, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=82ac1deff2996942896f72243e0846ef51b5558c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=21ecbdab522a67ba44a348c0468d560b29ea4743, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9cb83a29f19b9fd96501e2378fc3ceb4a28bedc5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=fb22b89f6b010a2c695274e88307c631dec4c737, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8f1fd4e153d4463d1a407e4acdac60c9155836a6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b796a94f234beab75dbc33873309d94a9ed13fda, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c0d3a5b9b33880064cd5a97445d33dfb44565a18, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=42b8c6c1406f17f3cb22ec5d90ec07ed29d8b9b4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f965ae5aa5af4723d8ff6810bf7ac5aaab15e834, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a516cf49c6cecd99523343c0ce200d09de8badb2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=50f5873c1a1e1263a765f73e268de6ce2e9f7fb9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ed5f9bf025be25356a2dd7d7f66819c4edbc3742, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8ce585b11465c267a3822a1a8784147b295f27a5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e35b3b0e62678af937749fc22d2a691c63f0d2fc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c0a0e44965e1e3ab865336e1a7e8e1fac67e0040, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=708dc6c75da242d67c6140ca03a72b1a9f37cf5e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=eed39e6d64b3f8699e8f5a16e399649a6c604a46, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a3ad3ca794c5069ec055a968f1aed35bfeda0159, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a01339254764aace4fc6a3c360bc4aebfba4ff09, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e1a89b3dbc21b4fe24d1b07b4ba102040e998c93, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8d48f9be324cbd04472af7231befc07f07eea468, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ee3720b3d29b1a97b4a24f1755474f95944434f2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=47436b7e19908732b033182ed614fd886c7be091, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5d2911200c63f17b71efad38488b7b8e45458b90, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=83bc39b33447aea7fdd09dd343f8236afb835de4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c8d3af26a415be37f71e3e61db6bf7624f0c5679, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=87b5b5ce41bf40769ed05f87cd2836c3d3b242e4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=307adc773f42bbbc0c9395ec3c736958224355c6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dab78db05e43381d04b0e52904c6076b3741873b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=709d946213136034c63d95a96375e5ae6f42a7d9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=19d3e21fcbb07ab55dd2f604896811be37e8995a, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=826bdf076b9c3c1a81136826224b53cce875d4c9, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a8987d26bb92525eaf894a0cd6c4a9da6d33da1b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3252182b7b6e47e6179fe485e4b35165f63e5fb3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f7fd50e5f5453cb2b383297560fd36e5d648b4cc, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1f00d0bb697789453e0bc71f53eaf728ef8d7d0f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c997633c37a7897634348ba733b573bbf68f50d2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=74b4749b964e426ed7bada7fc01b9f5bd1833cde, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 4.3.0, BuildID[sha1]=ad07a9de8c631473da74fd04ed49163ff9977dd8, 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*+;!,CWflw9HW[n{$9Kjy*Z    &$  C;RRdRRXR,RrRbR3R\RRRRRR`RnR.RpRtRfRjR~RvR+RsR-RqRmR[RuRcRoR2RiRRaReR_R}RRWRPRbRnRRtRlRxR~RRmRRaRsRkRwR}RRKR&RQRRxRXRRdRrRbR5RR\R(RvR`RpRERRRfR7RR.R|R9RlR;RRR@RjRR~RR RRRRRRRRVRURtRZRnRSRTR{RiR-RqRYRsR8RkRmRRoRRRcRJR6R[RuRRRaR%R_ReRPR:R'RRwR4RRRDR?RCRR}RR/RWRRbRRtRnRRR3RpRxR~RvRmRuRaR2RsRoRRwR}RR\RbRRRRnRRRvRxRtR~RmRuR[RaRsRRwR}RRR\RtRbRIR|RR;RRR~RnRRRRvR[RmRuR:RaR{RsRRHR}RRRGRbRRR;RpRtR~RRRRvRuR:RaRFRsRoR}RRRnRtRRR~RvRmRuRsR}RR\RbRdRRRR;RxRtR~RRRRRvRuR[RcR:RaRsRRwR}RRRpRbR|RRvRtRuRaR{RsRoRRbRnRRR~RvRmRuRaR}RRRRRRRRbR;RtR~RnRvRdRmRuRcR:RaRsRR}RRRpRbRRRRnRRR~RvRtRmRuRaRsRRoR}RRRbRnRRR~RvRtRdRmRuRcRaRsR}RRvRRtRuRsRRbRnRRR~RvRmRuRaR}RRvRbRnRtRRRRlR~RmRuRaRsRkR}RRnRtRbRRR~RvRmRuRaRsR}RRRvRuRR\RtRnRbR~RvRRRRmRuR[RaRsR}RRxRURR&RpRRRbRdRjRnR>R=RtR;R~RRRRRRvRTRmRuRcR:RaRiRsRRoR%RwR}RR=R~RRRRnRvRdRmRuRcR:RaRsRR}R3μ7|HLX?qUѮUc@gZ7_t BA.u\)OE)x fD Ry` '"w~qJON,S@70S?a<["-2H!EH]9Oa>Ț2{vh6xe_)Ī?҄]ʫ0i Jw< LFS:h$:gMr8JNtg^ ֡PbJ3Ku_g_]9ؼRRz>k|Ruy^09s.t?l-ylo]،쀱!~Z-Aw8s 1Gusc5)E~Ael'L:.yP|6woM;;Zl$ǝP<86RՑ }韹 |;;UA9PihZqb>݆!jZtw͞-UBZod~*$͘ 7e4 duuד^]v QÖ"a2$@M) 1B.p]D3 >yZ%yɉ8ȍphv^Iwc/1! i4`03߿iáO0+C7Ge^Wssy q29>.w,Np_]JP+Xf' d_lEc`!Dl[&ꎡb L)ByfAN4h1j U*E1҇ ny-'4xOyclmPˣ|ZKLn-e*t_n2'µl'ǜ8`}YW–7x5G\ט|O~HTEq"`KP{^SQoEV(V5nx āe.g[qʺE;R"Ah AںE1ϕSi`bfINJ] n@]-1²ִM)ҰzҝOuǟ }GAƛus,WLE:0nRqq`)~ULqOVb qiuXk7?ML(C7Dy^R\`FPI/vAm i['"=T,ԬHb_0%?*BQ&Ix!Ady?E˔$.\n8c“_v>OqK+pt'?=<aQ GSwx)ѹ<47AT1r$_}>"QRmK5OKb̈́;}sʔPlO; ;y㔥S2$_"Sfi(O}R7f,#}1c4#&i{ -MDY8 ?D(M|Kqm' k*u^z>fd'ʮݝg*G@MۢyY#aA;b^+y2 f_`P=W|?UmB4~k L ~ﴛec}ls ܴ|;hxKVkQ7~^og~3c-_ '=/3A~}gO?L_!~^O'7ln0MS(+m33^WiK[Y_"Ql*&6!62/6UIyyX)Tu_ * C 2MN[3tЯcjQ`M5f^jBsS, 㹏O_21F7r+صgo9QEZH'cELp,͗(< jl/.R( D>U<9EHڂy^AtPEG t~J5+X 7'ViZ} uNC 5RbIf  f,+kChrJ\rma} wڍbij2vAo9Ap>bL{nI_fZvz@FeЧ9*[fR]0Hs۳1!\2AEZ1f3w)&\O-AAн+x i"˧qq 7<(5]H5l 3gM⛂s Ac }BQ{K,u`͈)\e'.i<{#ޯ:B(x9^i_C/T:ykDz!'STx Ƌ) .&*!s\r/Df;CͱA<#8Y9lح8T PB(m깓fJʻ}#n4Do3:y+h=)Ѥpft3"{;`4 4No1Fꜯj Ț|KH\=f @H/`kBi(fmFw?R&ds]?Y2Zz;>dc?T"5K4UOuַqF'ۤpTnJn?aӲɣؙO/M[̩~mp k*+3Ÿ";ϑ~d^! h9eSMA{RUA*x}.ޯt+ыj#p'"$dM[)r7S' 8Sg4@Zgdyg龚eʜJ"XyO eI߹?L9yh/! w'7TgϱIPT*I-PI:k5 40D7o4/6pp5 }QHa^nB"oΎ!KZ.1\TEҴ^kNQQ6_+5GT3WV+4IUAC)=Z /[=pEEg83rOȎKRt|&8I.GY/h[$56q*V3Vu`V6$.$_| txR|)(KJV.S_hB@%bw!x5ml8-2ӫ\;3R0<=z]M +! !ܿ.d@F^ÿr" d?r0JxRi ÍSBJ̮TJ 4 cfj64lJWR`JDk L;? +ňRֆU? 'V-%w x(4C`ȇ:`\HZ@S(ކ(mlzY~<+l/.@$cKk*(Kxp?wGZ"%pT9/ҋatX㤢s.2` 4}I  LZV6Zt5C;2z9,~h3p :,n?3#B8XbX?v6ÀsdqZQzzK%_&O6̰>`ʠrX]K:KL@.Ȕ }%SEN@O2G즁)!-n\ޮ%|CkPϡh D9Ct~O erI9p| |H6.Kϔp{ChFݥ [Aa^`d}P3gGZCz )1.;ia\ u7+{,{ⴏCG R¹_ʫFڴA;7_ W@ ( }G qjByPtwlaiG$cڪeaupx2 Lmߋ=멅_YpD'J;o@>y/Nho<8>U<,w:<9pf abtX"qHYCj=]YȍsM|j<#>AG :9l׃ F<\^Ѐ{u>hۃ9xcdVS5D,1*+2_^YS/<;),B{UiqoQm:=^>0~4 V,U+K쮜1bKVvP.D& 7GP6>0m:+#-r&q>i oifqqTjA\X-jy "#<8|>-?e-)vkIiTKp7 2-tx4 [ %H6 e YJnO}MuWĪRr+s~ ~/j#$r$ר'oxAU-)o8 yART >gGirѧObɱox/,*vآ.x/COE%3+y g솯[27OGGeff뺐.=,$ R}؉aT5]y09*dOg쩳 b3&m{ j]u-cifN փV؆"i;{7nxu`+B`ge G\+mֆpIݠrc9q/ŤD?7X]^-[s kT"˙#Z0&0re~B r+q)8 ^&b9j jGx?GNТʁp<8֧3:u|XR31mv_DO컹F 6|QD!_Ӿð! gg'V lkjȺ$&w*suWKafьEϿ$/&>?[򖏊{̀ LWGjM/ G.K$}9|,Wc={rLW)TʵvoHTb-{ƃh7%x}D,XK^ ΞQAkyYNfQ<\r"v#"j1sVot)x॑})BgBe\N(sώXc'`5j/҅Z*(6JANMJ̨\B0ӳ-vY{ G .Єp-QT=J`}]Ӂ^1^ . I| 3ZG~*=:úB( -toeJIJ$EA$ ;}9_N[NɡID4t.Vg<Va&:ئJaq,`Ц?]kHdYLGx?,Oۯъ'-$ӂ]&:D#l4lHoJЌE 3k)r\XRdK&Q*7A1> 2ˈ<_?9w}ælDVl]P+fajCf_րQV&^Ƥ} þ"0"o%[}yTK]:0Fۼk%n3wh({>6)Lb!mSEφXaohR,JAKJG spR}|PS%PmO^xkG@u`j$UDa RT :9 i#11}ƆcI>TL)bu)?y6i?..[?fhk}(mvw A$nuIcR.21o ▘C mOHO(,ogh.9緥H ޢ7DˍKI~Q?IU\(Uq4i$C/L#7 '&yL(wFE B+3[ /ݠO =!_31,Q:P,Bƿug6fÊ2%$M"uFi[J(wQ~Juo~M}>7onm B9c<>$Lw/t+} _%tVĴ_qV M鎲7֫4Tά2B"\ֆwmǎg?RV/AN$a,%ר.%WQrc֙ݭXiXk3ˠ˪AQb*E^5M-fLjfc)wh ~4XzH@mS#?-0hDHT&1dk[BN\l4>r *LJy+?w;>$0:}6N6vѓ, uuc㻦f; l]~aE7-ؖ<(TNjH`7Ȼ;4{F63F<".>[&N{)(> c.Ty ڷ#*KaERZ"ً|s`z繑A7QeqE^JfXhl HA *l4aʴջ_-뗦EIkz6zR;xp%X; HpciP#,N5GDo )@/}hý{H0eL~օ Ĩ6w;BKK#wa?QRT]coL*kuR\mH7M~d-[z (#| P$8)E~xӔ*qIvroa()f@v}ѾU*2GDҬ턢qYR Dt~릗84T;;3hTP^gdMwuJ.͟/ +::k+&.h=1}h` | %Ҧy?s5AJsBCh4 ?gJ<p YPrz];ovW\@)mS^3JfJRLPW O^t!$hZӐYal=3֡;蚪<}Iv#O>B]38}~-{9[i+Y4tń,(,9u7=fkMrȗ ( y7ôGX 9 Q}puKZ(clX'q"уx~1G? 8 N4 d>8PN [C26rc~ T3Zn^hP F4Os*L0.7߫ C]~G,q.T̉ 5#74twWښOa`Z,̔ޙ7 2?[Ičf Qyy;a؋'KЙt $qBo=(rTn\Yha&t-$+IթzD$6:gF%|:ը`e`Ј6Qɨ4Ȱ0]g/犑Ϋg۾P#, 2Kjܒ󩷸u/+w9 c4ghMϩK52st1KIǛ:YD m8T'%[bq3?]gJ #&^ߑ3qsr\VM6K$AUX*DwP_3XaBUH(ĵ qn6 |.~̖ggYÏݗYmMxH-/k/۠ ۶;0▲ )xAa0KI&"{fd"&O"ǙĤ`(Y*63HCٺp$j4Y+;Z._gd h2jp@E'+qyCV˦>='7<~Ԏ\- dTY@>+ } 5\q> #$y2?09JvLC J5WH"!m{7_CYDu+P.2Va q3|+E]9KJ`Ee-d- \Mjuy;>@Dֵei2=w2tW-pαʬ?cJq=XܘTT kG{ μpS ÕJS"\4W0317gbJgRYᛏ"N5VӜc͠OeLG{;e4fz;V]AeTikHb- ѻ?oVPa驘dᲭ+"藴0\[Lv=Vc*zԵtru)ɏMpdkʡG HyP`=KZO;Ƒ)Qy*,)z ysw׈րr?S5P AjD:h3ϷjMJJe]7[fUW2IY$!IM+p՘|6fEB:4N| i[ s AeX>sgvv:UGIJnH#߉M "E92xSlsx?W.=JVpEQ0:J֓ٶM#%=C/Τ{ʪ~qMȡ(X˄.rǤdsD$rjCᒧ &CrG moxI bxt@`\ qd%qcu LYo'Vz]g HQYj3߳%~ U#[rC=Nc l?< 8Rnk 0;@ƿJCu>MW5\LU^>Tk#fه Mޝ#LDžڧv) 1d?7^RPic/PGrrnV{[f+,qr+|e[Y2ҡڌބFb,oFRVdw} ëԐ>+kg«Y{7XMbnxälF0ISL.gi.,/S#LP3@aS)H(e;<(a ϳB0`m[%5& ShW:{bOz;*T CԤ<>٠!oa ܞAg#T0@*aoe-GIZYQzpp_#q ŏ)fc-,VH$>s&'i.o$DGXHCF䙜_CnEwgQtS7mQiD$e鸬&'moS=5GNY6Mc()E)zNs0zAۢ4ha \8 ?؉ksN0^ij+̯ɅA@n-&1GPy)+Ɵ -j|+{K؏8;ͅ)j:}iEtE &Pw1  fZ4]".Q]D0o3JTG`je67 U4r61 su-FTnۓ,\c"90T_Bc+=T`L  a8[MiR))DNA4}mx.]U0sqDqEGzlwc$IthvFtY5.c /Z~]ym%u;-Zn qTzo/#ߵ ԗ& 5K~T;gBݏ\"Þܐp`DK^'J L$|C$Tԋ̡qMu3.M5j,U,Iy{t7J{ҵ74 2lrr&QAԒqyɌ4rcsLtb# ts3bƖ'0J89K͛#ՠIQ{ǝniRǒO $>W4i' 7g@~)=P=Q4b\XůvޚwPCV"9""9!rM4B+o% $͗|S>֙L4ƕqt^&N[O,hr=&&xbHȢ袩5$FfaML֨@3}?ПLmD'ܭ)<pA-`a+$fVWuZKO]8Wi-H﷮02ޑpYՐ,fG 5z0Yg4R'nW?40N1m@~0#{D(a7[3%W'Q|Sbdg.̼mDd@gc>w ##Js,Fl?c Z[v_KeIPۈɃk)M?XWC>k&="Gϰ+X̲Kgcaq`_~L!sZҠ/i0+Y=lcG6꯱GǪC(;p\Zzz0짨 ,g di{b mBނ]SJXhKDCb[njD. 8kLsЍ.Xޔlc.;WӖd/0Q!6ܛf(Э|wmC1w1v@eI|9\˧UV;MAkt2T{e'HtY>K)WOO'BIe,Pi19D E~ z1ѩ<µo^qѧ]IېIS,Wa]9\Bՙ#щg mEڄR#sOM:vEPMwkZHmK) \Μ!1o'F)M(Gw:4qcq38DvĜ?0Y׿mx.س_I$G5%0P+TLD[R 괶ıBXaSt ЃE 84j8 G=VyK~KH :c#(t@.#IJ{ZP 9)J -I.~` >"kUlOzmC*SQ]KS#ء4MU&ڱb=8e4~6bDsc賐U" 1f**(IA6^$yr=S;1WٌvG.֙^ n 2i`¿Tڗ>Eϙw:`y ȌԴ,(#6]lħntI_Dh~KfEZw*r1Dg<>5vqy bGn3$ƅ,UVKM݊ϱM8sHATɏk Mt,3̹&srYӇDFgI~ J4ɸTBosVWd6j|]"־'[3;u9.Z6)).g7@SbԛX…1u-/9پ]9ZD%" SV bv @{4w8yVw#53/SC[LD adžaj\WL㐬\C6*r\bRYUd1l2~Lrd*Z6 +Cʰ?/h INQXph9&s0lb0{ $w u;SUnUz!bty>5ߏtţ>s8Vێs>$>ڍ|Zұ<0t*YHjSs8*`|#3!MB7Ypy5>Zw `0O.[NіZUKJf0D5]Q'`UD .{N-Kyq/4%~!񿹦IΑ7eDa@KLmXVy_:Jn(-"}tAϰ?3 cKzD4XyMӨױKPJHU}u\ o bKlEǽfe+6'zIG#ϙ_ZTܫ+vnJֳzU۸)+G u2LnY_ۓE8fEG7N&VFvRh.(V&sn$Z'sX$G*;vݕ{ձɢqd02.ksUC*Ic<=,~!سM63Ts ƑYzo0"}4@(F:UNcc➄\ˬӖE47p"i^ By"0HHu! yUdx,KtE2O2! \j^ 22d (r ۛ06 h vsvJCnD3ik23#DdSe2Xքjh(Ҡ^ EJxGtO~8) >P=jIWD7r@*ƻe@2hB/ʀl\̦Ծ[j%'L dM[j1:+*nθKP%raȴ,qeµ?̀ۓkk״҉ Χ1F@?~= J5`΂g2tP~j)y/%<{pX&„d칅4,̙.o, 1iɰ{wSwD~ɖ% s0=r9譫ȧO4S]o-[y_Z(񾯟ӖD  lj AjlU컍D۷n4ɤ7=^\b@vNޥlBQbBco))g>-_<8 m,S0L#N쾪w ɯ}iȸtjHnf%Pjɧ]E*Ĉw8wmVb9 ϠJg!Z %(؆SH9ns](j`bS,sew*5M 4.3$g*#qAk6x}O% 6v&:8w+; +Ku34n4 ^RzF*&慄ɥHt$=gqaYlm=зaOag7dYc­;c,3-gE7 2jFPgu%t_qyùKxǒ V_m;H@1PQ8kG ⻾0m kI,@^kѼ<Ϫs#Z(o"0RLPg@5 lȵdi%*fUڜ鉟*sK/9*P /jt1pm)!|7xGLtY{3p[PZy <5Wϖ/Ն&) Q9ܯPIQ57=8Z)n8Ze \.|k` !鼒[ -;5"'A|X>G]'P7Oб֬ߋ@'q<d[bbP{ h!]\E4M(z̾N;pe`kf=nuc Sj%h~u%-Z 2?I&;\*pRP9 nA#?7Cw(o(gqMuP?1; 2KR9_&4EA'iX*?ymd%:MRyakPPAԲ–Tj gxhp?GD"Y7hִ@Oע;!3E3vN>| {|Αʖ,>%_Rت?S }4!DrMU:T5tpzd8c) 9P.AcZP̃FWI"Ihkah8u7&GX§EH káϘ_(3GrH|Ki{𾘁͙F1֓0YdaKB-K5b)]仺!&3~y/).|#Gx,E@󙀇?:nZDB ~;Rle,'};?>; @kQCWC Vk$@> Y؟4OBiUn+VƦ:舰DEܸ@0ypxDn,ifcz )8%L5KwkS훖өȃ7)p-PbXpJPq1~:a!E;SL^[0rg+[ rGbU_TZT=.eyQ)[ d'.22]:)]j{"Hn8?7 P.e=&Bl~°Pw"Կ8$< :5D^iJZ{2b"lAk'n :LJ 't6|_?Y`9aO[J]<0ځGV)أH%(wQ J+B~zV bfqI"rbjPxy GcSEiŃ(}(UY{#&TӒOm< xX"φJhw_f t2"_2 ;?<]kLԜ B0k.{;Z eqRk#^A3{k"1i7y6~mV0~p8v`Ȥ7kf,l[Oeǧm@"7tޜs#r99\*WH%aU^xk-%4N#j'1+8KZ3lel<#yO m zy45}r!t̑ 6:paPʍac 5.䎕,u/\#Jq-W Be2P$%gEX#I' 8eUzM~pT$߉ ~oR ְr5 Jmo j9}- MZWD%b%=TAƺ!; GeIS&P`|q4>"ͮ/nAŝMo 7jDr;zS2^'hp+xkr|xo:RNqwIYdOP1'GH nn3^dEnX)-1=~u@ԫR^EJжa/FX+Rp[ȁ|Ȱ]:(cƲ43[S>CD [6xDr,mxkܺ!1܆QOfoOq\'t_|R6e\{6kn.v8]חsX 1n_"mljjy{a _7PS1S辴v˺!jUQk eBe1^=ZKkK6QI&g$ PfO5'\/E?ؓ3đےwП}P$}X!~c WMh cy(\q:"kHP 55RBEOIK%,pE)k @?;Va'ucK("e4U&^MQJo+\>tv,=ɠԐ2u޸n/͖;C'ptM G=^R(% bGKjʨ2V:Ā1I\RM"MGXV7Dhp&Jo&2l,DGhmy?jSxӞU۴D<|Eܹb !Ȁxwkxwd\0 ;nYe0Dӕa$Ϧɟ{6reSdaa ߔ_N@ *I`gK3E3' ۋQ<&p.ΰH)𔒄0@a_G?l |nZ>~:Ȼn6)lf lg7Nz e`ބ`Po#zࣴMXUr<+~:WRVy[#+lzv(rZFE>QRQF.Pov,Ł,R*ga\.Bc- <ؖ-)<?iZɂ=W]<MAU'iNNkTބ}v 50kMŁ,;ш %yw(T#mL&=cs,;.x.2.r2ނ|wH5r-nڱm( t&V8SӆSwUf"Ҳ nڣʮZ&\(g0d#F2³tJUf]Q)Uϧ^=ڈ%Ob|]wًA]۟g;7,xN%J"\ Q͹3z-9.r9PVfsTEM(CQӲnZW&3 ;L9Tl\I-)Ldߵ{Z`;۪bVVB݁4F0>J292lۇC]?\B),nu[*y_[ mڡ(Hf'ژƇ ·ܩ~|ė[Wk8tSl(kD'^*d)tמ%.bjG&Yu>m0~90Ŧ7Bgvq wmV A(f}Lʹ.M1 tzvL3L[`ar<QLe[\!Z=\iyFJ'yT"X+ՅniwPNmD4_ܠ{%U.2M^G2PG BQX_BK!B6˞jkΛ^5蠽IBJ&BL41}.fif4xB{X:?>D]KVQ"jUqs5?T{ uA[A4[DE5ɭk),c:YMO 8HURqCt(c{2n% T"$"\' |k)8 ?0y@4xa[a +?/qz{??Gsi ;XbE\-&~9DFr%7uue). b#LW,@?9>$+;B%XK2}`N^ 09x*ZA3ް)"CYNZ.,MA64eCB%X;HKnK1YUtHp+7z<]5+_啇rѬ>!QCGa7Q֜U 1~% (Wjc>äqQ2=eLM͉6] 8ı\7SRy>ް0}w&aB T$5B-حsq!]4jgxJR6:~LPH@mT[`3$jrqgb‹ {ptJƛ[yQ[5Ei Q{{åS"޶C[˱ܴ aǓ_p0BM<`Qo; >T).4ݿD+qb 0،!zz{8z+~̾F૦: ߃;̂ys|lH_pGb>e]k>a.-hoZ=\ЩqGmCTڢFY[T5c>`{$- a }`k*z6b{kΌ%|%!,Ug)404~U CwCDY*,$R.EA|V:B DNiz}xD`wJ6Kܴ)WB? Y_5QQ1iߊgHƱK\bOr1c-" ԇ@TR>ͼY\lV3F~ފznz"羛k:1BWEF"42TVOqEhqzxY'aKi[6.e%QTD>!vuXcf༬6>y/zrSoUSP^RP68֑ӍlևGlu#.Z? *t}kǞ 8+{~B:j)2}/V(. 8p9QdX(rѫi`{$DNVR(Mi}k e/,S y]$!p pu]\ci6/1n!;n_a(Iuh;f&$jlQH۷6L]CsItju`z8@(kklA$hG_3:{w̓Lh\^ .2uט|;/^!2`J3@v0 B0IMRˡ𝂸 JdƢ)b8We-0b?e2ன&'YA\?V%]m5sN"GK%xbheޘ u1oF PCok=Xk Y[E0TdMr{vm!.U>) uwj T}7:UD/+I#ޮD9rgYE ,2zI&QqƓQlrLE {S>VQZ:f_h l^ɴS+eppo8s忾>wvwB7̩EO.#?!H}厔֟RGҷo>On3L!ܩ6cgVp iuk$N5S72 O$kBH[h9]〲#ao9kDXIWXW5AÔNqY3+NeURS3=ő`9"(C ]y^1'~!v-Xa̓  }KXL :U~I[>дqQљR 6I~r6.Mk\U8ь!fFsQDˢ^o/{jA7  ('pUw(/;̣!1(BZlu&ikr*W(3 [O0-aW(¬:k˴yE !{֚YÀClaQtppT_K!~1-c$Atnbi.Wjie#g2-X9/S?,~r}pe-iSv4-L}Ey;_{WI3#C!|úJݖ[Y< F6#@9.VR o&_U5 Ql?N2B:j 'Y0'Ƣ))Aae3jvvf`g>Et1{LQI>}4Y1 bsiC.AH5 *N9<v (Vpݖy =cʊx9eӶ3`8W =(odMs+<#ޔtZB=J/y2*vOGL;^AoCp R& sBRk>٣Xha`4K<[uR-Z$יяp4b c}~ߜhT Ԭ{~ŴD4cJ![v>N><+WPmXܤ0բvq/6 MM;S!G:4@@e mM|ޖjڟz71zjs*,h QVKǏP5;=7z(4Y줴*ϬF-Z\6ϚxP|xrN?=S';e/:Y\ ԯ) L(̒).pFkq9 81' AUiz45h zKvOZR ɎM MV AWͅ2\V(=U!̅H"L_Yu9afWVɊ}9RLAX߫!I]>Ɖcf-)@yRw[N,Km-G8"؎pyd`OtoCbV2."F:u/4P4c6Eܡ1Z=H⏭Ii+Щl *j(tQ"~W)ƈbpn-b#>q[uK " i%0QXO>AK]&kk: Qr{*ێaEp< 6v-`eBL+\S1;>%M8} (j9&Ϟ=rzMԨWD!h2Mc 'aU" P׆ȂHzqnH< (fZwi<0Kּݦ'Um]6l蔬yr̖eb~xބ㹱"Ȭ2+-@$ߛvx]׮v]UZ>$|Ȃ>f9`Sl##x<귱z:t(q\Ŷ#Hv`߅Sۜf*O[9zx]ʋ2Ǝ'Bier{vZY)ي.rԃ)j : "sO4a+9'%V_WK_CF U߷6}.3v.AZ_S(,G Iഐ:\=jjpf&1{x>U!QK8k{Ut lxTS$I2[&ؕx1%\ax6c]4"ǢD_ ʻT*:2(7 wl L }Z!6,*w |rQ*(7U Ԙ2ʼntmIbl"4ݱ [ chT7fpOLD-d:+3m 0&^lɶyzo:[ףP XoW oҘ)#D~9ny1(P-))$? s1EmW&po]qJuM@-ӷg1P0(E&y"GOT$=kg4$\ x"P9'[ >Bw\j P#9ȱ<)/h NbźS|I}h?Qd *sv;aPX L/qgMh%Ǯƞp JȢj S_&VsM;GZh|D6l/u V@TG"p\/wG| _ˉykӂbbYJ ƥ&y\ɦ8%vJOo`ӋSO7z lOZҝoo[-ذ8EӛBX B=+Ųdƌ4 <:n$ڻCRjuר:{ϱs;lfU`=C;79[lIz*VBZP< 퐚: DSxH.6oŢUR66 :{.ڧAP_b>< hdU]3=L*kfzwI;|c8b ? ko#a,gfS'ށeXHhl*w5"^5;˶ iEl<>-1/'vOFP!\8/9"ۭFjF+լdW?ށei!s'-Β'GtriGF8<{쒻{0q O;ly[2j9OJ! /۱s=+o|\YHl,uO 5@9#[9$@µE+=@_e4?w7SY(`ca&)E[N:w Ge8YX¸;|KKg:WL[#9(. tnkcZZbs VSGӨkQғ83y.dó<΄{&C'|g[n'4PmCX b $m!*r-Iı7HA|߁\y#R7 ?vfeѹǨwcP%ۙa䕩`>Hlo1*3q IVenWK>~ô%\vѤt1 |-EeEREbK]UC4x!o&+ɨ?97ΰTq,s ?"|dԀmB\it7@7lV˫{ t@O*/:m5O9 s?1(:AIx”Q/i(C81#/圡 Oе,kW= FV=?8\mU }ηkL%<9 @ԳUYpFh; 6to0c;e#ƷӅXVFɞHh6Wal"7O,@hVJ65ʇ =Lءi@!Wmh>j{J k΃-"Gb-dh=v-*AӈaAN?1MZU&5bيçfa91 02{ 12FiWt?j[i[1^'`؟1w:W?mVFJbK%Yv| 1A C,C?P x}W:q NToe<Ɠ&JgP٦CZnY-b^ |ԏ=^|\(φ;'ˉ'Jmܷ|6V%(8`-xE:COI>} p(nqqW h7hn_L2m#0%=s9p/jzr [񃋎5@a3mtvVhU$ޓxB X|BU 9!B󍒔wͤX%03fH7221Y<Qm9g`ʡ?EP .CEaFkL dOryņN [g9z[?nUwgƻ[)l& nvݜWc#֣/L* <=|߲/zV#p\ywCկ-U#9 }s6r>Lb<-F-s7oJ^5U9V:A!G\@efl5sՔ橊@Y5:Y0p0<:;C0c y*bJ?GǨzZeii!}Y  a#-VKMwe{M~q>ܛ0?_|КbL4/Ğ3!f,Zo>輦:-bz_6.|\ _#Vٷ =,\ñ}V;VN{GHIAY [N`9̹JtEx! ˋ6(dj((}9_o6};8awO@-җԅD ׃YɲtJ!?|>\J.a:(林Ax&o%9{ J3ṕ4uNsX:Q{=etptJ]26LN<$잞:$4I;-8KK !ϙI4»-ȏgtY  n/ 8Cdj+6qJ%—?WXMuS >ecC\.f)O%;7 E')4M̉ [ģ؍ALGcݟL,.S7Ph+xTN^jJ(_^:< N]J>ƅ>]ɏ?궿xסnFG%呶J"à *V~8K[cM[@Թ,6{WNߢ^}rGYv$e/@ ~)-"F=(?/:a D. p@g'O<1<~QSAќCKq ]'ДlT:Fg<9R^Mb;; Q^k'q(SWIAFu oL"4l8;=[)&f&ssnQM~S$NKHzwI׊b _Nn}B 1oxdָѐrxt [pXeC7 \=q晲1Bp6MhvϲTq^g]) 8UXvmP/x;l Im=74aCV/k0.vs8Gpʥ?ĕ)cev$ . RZ_n EʋAk__oՂkY3p\ Dl9?d=*&6un8P2y>z(DUUCމߣT1mpD?kfxsV1V}ϙt a3962?cgԃ:g:t~Tq*7"y_ 8e+Ms> ?-%=d9PY̓O[Run;WȃWtҾȺOz$)ht-{?7ՔAI%;@[uiRgW`xLٵ Yϙƣq?!Q[|ILJKzO{km|Vc?&x5̣/@g`r&^9 6ICmլp8-SJ2ըVimͮ?>u$u((~1>\gC: @E4qtR *lXwb@{W.EV=}1c z/Ayu2ϋVu3v i|;80@29%)7H6aFf^W ZLaFH#c<xt1Vxɖ[eeQ"Vr\[9bWL;_?[B<(&*Hc.q;5q Ըp\b1 8 oG׾ڲ1?Y+jg7#Ϸ EJFNjrGI@~V `&XmP}m.u P])sE~GzVC8+X* #|G wTCgnPkɪNjhX 352`xlw%ܵTY}zay/`pP&ack~U>-lTT0NЃĦN,K}^)Q?.AAP\.y) ҝ|Q$"}\i;'djV _BFpuc4,/ i|)Œ"_pȮB@\ܰ@MWΕ!M3Zi z%UJj{d3G9Yw1"j_[@OFw;~q6YA*::̬\L7vm7/SΕaQYYC]@߉Ac <;˥{,RW&vLA~'DgVRz_Z.:K 3UeZfFK˜b/>:,"R.BD5'ɗQMGS \aGʞH73DPRF8BR |~,,:{Y~ B<0_lӮ"ϗ$Uh1Kl76 )khٜY:꒽I pe4KW;](PZBDcZ⇓ս*j\|`*Ic@0wLD?w.㗉Ur%"(EE;M@E.+?To#e<.R@E'.) ezEX1W0(}ֿ[=3~\ _gfʔIQ-o']9LtC233UH~LmUX^sz>]$Vlbf:uBoClLJ~^jż|PpO/A& ]wP&dIyOC [1bP^)Z%씡]P4^t.Sc_ɶu\#WhRͦjD/IaL5кi/v0EQFc̯hQ@fr6 9WgQG,!O ]{8d/ą e;0+vCƺؘ}[~HrCf(TO#KU&[^tjXDplBm,A7ƮyR=w5ɯ_q3B<ʦ%2E>{Ehmܤ;)CzX2 7΁:L Y9dahb-و"m,l{u:aY:˪[ X1$% nM,#J+t\/]m`l}VGa%-}AP}`)n{@(O~AZ^M_{[T YG̵HJx_ սMq]%#7~i˃s950x˕GsjxN](ơ 1Cofʘ(MQ yZzUvaNh<,q ;5M1wܬ+=71 8r!(bGDLB>Gj" 񡱛b_Ld/Sy,-a]m!;fcaIaUbHšh+Y9Cԛ#; rg$[hWI n $`-~R HNG:QqG qmqãT0O%!|~2CʪGA'2\K.LP WDž̏>Fc*)gyhx1OҶDv 5A1`81]W[\n;h;w,7/%!oQ{%GPecv`>g M pkcXmc^5 wwuCmx J ~"u*2ݘ<>*^x#tRt ‰`*:ghUAk\O>4\~jt/lS6_A'b}/@L\t`5e&~,}HcltYۻAׇ5A4RŴ SW6?r664CJKe&4^XceW 9mHڑZ vfj%cQ. Qq,g}ND⠄eY(^h](@xan !p_E"4>kz.0t̜aLXpӹŭArߧIN“CgJ#B*x>]|΀i%KdZ?[_O,rѸNt'/+mĉd7k+ȮH/t^}IsO"46.O^j9DR;g(;8c֝M5/ )F S9x{{+ZEu+ϒދZ_[ L_ )@gfSJLNEYJ8ژ˽ߵ[FM.mmץ 2.baO:yWiz_:j4 +Zb?0Panծ)՘&>}Sꮣ ge;NXck.I܋өlIO%[w#DAhjd$^h~$po~QGdQP@jYEVknDŽy4r'KqH;(_bƫ*!.hAbuwz9'v^nN^b*ym"ƫ}|KuPtJ"dˋU"!1|7z6p싚?'G؝s9kkW4eOqQQ 2Σs~Nk<FGh˺j);/Tmbt(Smb+nmФZe` x$@L+0t?.MIΩ5I'|FZhvTZ@r:ä́흉 a֦½(Wh1r; C; Wؠ?eþY~s{]}U EAa|b]// ;SN1Fqox CMg3x~ۭu3kqp<@;:w*J{sJBNh_3?(2r~72M/NWvFGw'^gX[$a>uayGьZa 䎵sjV=6S v6`<<t3cT?_:{ʒfԋH8fڋKUcYJ(9 fd*r@Y^HM@1@̀C99 /t-v1ϐC^HT לkFDg]4aAӘ['Y$\t1L-"hw=p2~K(R(W\!?.i鼖 |\@XzQ$Nhwkī䳇S*̈́3h!,us;*,1eg:b8!^m|䧫Hlz1,J:J\lgR0O C׮^fY|T$u l랈}9=S27/:8]-[¬F X˪xڔ޼ =Y#պ,`;NWѓ0`\"^; &.\B dSK9j @Ϣi@ŭ>X:d0 pۦGJ]4Jc; eJI q|mj3>kMTӥDd6Q+o\3_U60nvJA@pw9eY/MU0Hׄq>ІO憰&Ү/V܎H9aݸd 9DL@C0W0rAZ]J? ^yL 4^̯jmr`+$*s!R x aoi+.;KS  )#@e5lo)&`V|H*r)MX]>CnrIBq_;J 1{ePr"6H 1u{FTf\ 5ԥ5P쓃lnlFƜ/.>/I33|43!)wu"D;΅ W7W|ͬ7m35"<Et+2Ey@hߗf6`0Agi$k3՜!E): 'L8PGJSO݀ nQ"" vSklӪ'^1 Q3 [4F0*2vNk;Ði`P[^&5 c5lHۥ.irP֩3ESWljfEWFi[łNɭlg@7-*g4AHCcuoP&WXkŮTkej:$7M?Ҟ3,rٗU26͵@fxd$ZrqtڻZ$Z`H-]l+.G+P.X܊ ,4"04,qmfM4<\>Y@&Pm =)AspkA#3yL2ra®1kRWk_!LT]9vm wM4cg.&p |UHh8 woC\HQP2Ro[&6 Jw5:`A qwDew wz!};xߖJ̈d5㧯\C42*\}^}m#E 7o-gڴ5fSR[s$F|`F>m[x. n)<"Sob:]a~ӕ(zGjKt<ƜN=@$XDLa YܠgbOI"8GPkKB !Pيf,P ;T9ZgN `MoO1jY>&6$n).2+f|(:kCxQCHxj1ʐ;V%{NmƎft(#7ZF)U%c-CpuT ن» <(At+jɻmTi4#bppQxXӖ3gt`b_pu'o YWf2'><\=Lq~dNLVC}(^6zb`aU9vSl9*Z@·MUeYn۶]@Mf!MOɅk8` w)~C>ȇ,;~JrtH/"U`'^%M5b_YJ9G,()a'8B[ .M4#/s?r aQwjBu˼.|?D=l 0B@J"+^:#poucy$6o\x.kP.J7>oPDﵹvHW=>SrC';p8y ݙ2k)4`ZMEZ#N!]Lu4o P^9hu#h;kbdem[eOӁՅRܿl[,m?Q:i+ $FI0FeǍy(gD}}Bt qVR0EnJq2NL WywNZ &GTω2FDnY -=1+Ͼ5>ť^$KPwItz}ͱD9!‚cEz {wu`O l;MWJcOI ^T`^)Co$*RO^UaXvi}#H\.V`VΗX)U*dJo\Y -~6& uOgq (w.m\=J8a*fp K)AjP-oOs%x4Kfb'@Eրa%w%UfJ:e +B 1oE#xo3=Zn ų!drydFEU0)] ~.CWPr\Y 0 M,oOmݚpfOGb}``|j()H\^z':Q{yha&[10 "Oe,;)XG렙X(2t$Mfwwv-Accâ8p;8i-2wb*8oxPS,sĝg?ZwhmA; M#%jh =_qȝǨqb0i6(aOi>U?wy8"^[9\*)^uW?6Vl:W!/&*T"e a۫Fi&MX '_la"kj M|9>8[P²Z`ԅ~V0Gu= '].tdNBCpWul"; t}~@:A^1* >CZ3dFRؘLVq@_x'SݢYeB֜ƤAy;kUvT Kl^7_F"VMK^W*j"gy_+\}k#\ E37ԕ|j̧;B u^%"mDg'I%&ȪgwCV`08>?'.e8){vG憗'jQ˾AcτF0OZJU?7MKu" aeӛ)v:+<aGfVuE5a-ntU!XLΣCGB5sn7?j61J⇴ǘs+u|/ńXas4j~[m /Iu Ol #^Ȁ"pAvLl"̶}CxAi.iPm7h.jR.1ҦE]|+aqNO$8ˊqZ,ipз!Sp4IB#qI -ý>۝v݄^;yEm,Tk-N Q_Vh[RO^qBԶQ0nHR*Jʃ6GL? nP- ~>K/<KOeַp$f=vFؤM{l(x0b,Kq{8Kq5K5ue;  @O2Oӕ<B0KqcwbHyI[Qy8ϱ=Lfz?ۨk{?)gm.$ \ ZF]HTm">8n[SHFmF4ohW[z`kx-ΟA(߫od7s{dEw`<~t*iaIRΛ:n~\D~v&:LWR)(e 3[o6dN ~ '7u+u(u2]O.Uk'u[s&NG:kwBg\2-zylv$P_ؠѽ\4 .7@ebGB# RpB, J xkY,1zRTi:45z#/s>*哰0/͘#FcX,-W?mtҜⲘ\3Tj[_%X_1{wDL݈ ԁ;>«Zprl۽[[/G^ͧĦC̴XJ6wӭ Va+ FߌWqt(Zz%!c YW,xH9RiS?H}JeJ fԼЂ| cT)!r^hv4g'OHMf=K ݱZ~ 53L|U%vՑ=vBSN)*r cnhaaJ-cKغilqdZsi:}^jt$kwWp6 CԤ}vD%lp射Up-P.1%tq\r?f>3R ϡDF2ʾ~'ZeqHK c4VGTFvn6LOuz69gƉΜ{SJ."6ןA1SKF9YUEje#zAa"2鐨4P.G?ԟcE&<m<[sSja5,Cp4xaT}u,nۜveùA%V(J8NQmJ+j]`SjK 5 O0T^l]סWD/Td5Xf3G lMc X{lzN͊6'B'I B`R G|L(`Nm*=Z8Mjx!-na| gE/>h.KM?'_RB_*'ΪH/zudj++q~KkށcPƸcmc{=K֩Px(9y՘c%{ŚҹseM9/Qd|:pӎ H<ć\]eD֟z լc7A,|3&ʜqGGkە[7K6p㬮}qehjr\;n56CA<7{.x&i⪫*g /A\Ȗlt+2>L!JGYK"sYR}؋I!hG*ViqBqT) $ ߮4Eh5AxU$~ܮ2WiPԡ3* dRߊߐJGm,ZR&sV-ze yMAR,;ilPMA" 5%([]XM~aK[kPQe$gq7t5xfG-Z؈B>)9nL,زI(+#fAcy:R<((S q;ҊW>]bAy2Al}c[݋7ހugZU?x]58(D`NѢ+oU䶅f7έOQvs =,K z0˦S],b]B;6G-ѻZh9[gEHdqJFX9pRFp.u\1 Gm53z͌3Fϲo);BkXvۖ -f8 &44{.? 9ۺRHqxq([z6Rs|u@K;# iL0r&^='7N} RF>Ό3/4N'K+X% M,ˬiRF*ҬzGKN} J=6~wފyW.lk%^жCwCXwCXao\D@蒗b,LjIK{zؙ(S9OfcXQV>deh rV0= B̞),KҴ"-Y!.?"bu* ]'VE4ʷij[ +GTR2G1rC64 *`rw'oWO`K-T`L+.މ% C)ٽDA'7<]Y)S߄jLՅsl)\uQ_A.z2ۙӢi"γqZgu+W8 e?*($"GuUQCmyˊe|kiIF݂;g)ZuD/mT)6bgVz]=}hvW"i41R]K 0uR0pVy۪˜]/M]˼ܷ\&S2[րWVaCW6x<)QmD*3qx w:Tes 1"h2D^pܖ <ۙEC^Yyl?ëD"% |GҒ;pDb;")PL=s Cܮ !0Js9c11;%)5by?#E8] Kry{(yט Y/ɶǴ~t ͩ$m f'J3"'E$\I㸤&zFM?y̬BW  ANiz^YG]뙌 @B9f"aa|fSb=0Ys(0CWuW]a e~. -CDbDW! Zo/X!u;"yGFV@Ƈ+NYvuuIi5 *ȱBj0;E=5IcIգ #;E)jĊiBdEO \l]йoа9Js"+B\]}}-XYԺ®ߺ4tWM7OaUӀK)bЦt,BASwRGڸCQu]/oOu~*HmPobylpsa1f4z8]]|3SUWK܎[9XnՈ1զt/R*iy%1,9M"RL/QUjӪk m-N?PlY\NVPq홣tϋhC*7W?.'Z8x,P7~f]vG!6&zR8s,pQ_Ru{2Jeي{@n8y=şܶbv#bNon? AE}ywܷ;M9x@eB_e9r|e_.KOϿJ}Q#_ByuQ҂*5m'`̿Y5'~/3MΧ^Ϝ?5˳ЌnU|7+;'KpjG*,&tMնa̕pn~($Pg@xcbTCrruZzBaQfMphc\_+<F p2k>9 8rѕTTP"nT:}\{YVְ"9 *zX|KHwsN! 7^k!{ CeB X" LR`Ms?l)*ӓk[/wC"o]<v4+>F Z jKQh$LLЦO KL*'lt,'ms}Z ?[MU>1}t☧mH3..!.htqym%8ɮDsiʖC+dN#f`DNGOćwR} \z}bRG}#;%5^o {3ETf#jϷJ'e6=O鸢5 8q-ͳ&6)jX8d`QA7?~S v};L^5x[Ǚ$8 &73%3h Oa|vNp3Nn|Y2ʿ22Q&Õhr Lld/r\J(|@R)F#e,&ͭKEaB,vɋ}d}{:5.x5>Dd|84 aKڷ,dzN$?1 =OQae b7fY8:PɁ@03\G1xP:e{,FV0ݵmk #7ph..o75")=JӲai_fRWd})U.;Sr2>-Un%}bDžB8ntZx:mU%&׻m9|6g/~; ihEl{ ,Q[I}G"`$ lfco z)3ed4b3*[JZGGg$j$0T0^# e3@Eaͤ\ifeƚ`w$>ւ:Dm;d&Y%BLwiN\o&}!^?B %哿e1E=Q0E~/ndm8_"M $~ ;%gQw$NHp +8&Zs D8{y= nqX(J[>DpM/ّtmq"y4OԶ5:,E``YeQ2+5ob`vJg2xᚵCQmXps~<5@A'p'KKUz@|Tvr)i%NyG b[jd;Ar>ܹ6zֻHr{4!/bz>y(R wUMJZmX:fIe.6aM;K%EǵEx2V4q5 .8W1 z0GY!`. `QX0TL\ʅ':_x/].d!ޣ+,)mL-?\|`Imkd3;QC NA;>hek $O %>S*ɷN&D!w%f5.m[8OU SR*9$4;SX$l!GKĞZeCZ\V /TElbGNpT}w 55en?Ռ\VI/7&ӏDkv3:]0ĉ,5b;|T^r TrS`0h&/Q̲M 7>ųLUݡ9Mud3v|H'dh[Qp=⥫bne;' ?$Grᖿ,5Cf> Timמpfcs kELC*Tě*r7m`ںD[tQ#m'?rXi8Ne0 !,JөN~-pSpy,/9Ql[g(%|yx/\Kag~-?Sבb:GChg/HDѴ^!A>`LފnIidzQ=!"!\5UX0YC pBDe`$gՃR5C7ζNTQ=N!#/w0DՃ28_rw/({)}z,#ON$>^.: :JTG:t[)ow01/ qr_ߨEY K'PF]-3aLK!GK_NHS $i`[ <Ofe]$%~f(Oꑩ c[W::vm>Fg"ZQL 7/JXvA,by~nkD]>weo%̈́3_^u_? ?gcχN:wGV!b3R1/BMoOeޑKbt#|I̋yɶq:\;fZ@X)Ħ%[eû%vzP|b̚U҉!8CH?2e/Ω+=:#t 4`Ţg J)VCB"֓hcTKuR⨖Y7K\& dAs'x[sXCz]:V/K/O]m1g~!>v %F7rҠV֧5eBu 嘙2"I qY \g׺Ȥ ]Ձ^l# ZUNBLb'^}hL|ܧeMLQ d} ^d?o垓*86k7ѝ~`W0*_`ʜGR'B(EC##5,mP,hO/s^kY}b\]dX::Zp?j#Т̴Vַ0_ڎLO3GUHrc{ /Ǫ} j4o\O\&g$  "3bLmQ aY[ws:BʢiK+Ğ6ŎGu?P{bZHS1Cwv}=t h( "+У-_'v҃SC> b:|%(NΘR+bMgD@dvuvu\#x"3#j{RY/Q& H:k:z}/z72qҞ*Cr861$),ڗt1䙮>^}~osb uلI}hZ%wjBAS}Ua*@X/@`aMO&fרּ@6z@4kTUԣ4E?^'m%ج_CsڸY4`CzyiTӚ:Vgq=#!7x:g?9ށ~ Cj0[` T h-G+AhiNg8x,?=sNj {ʾ&>Ew/EmVz'5T zk6k!_,O'cIЏ+"R!mܮWΏeJǑ#(wrTYؽ+RUpPy(2&n/Ɠ-v|kJGHU\ d)`\DteS1LٗۃͨA(r7S u@Y 3)TZd$c&`Z `t3tF;LYɱ[@Dy/z~P$x%jSG. pjE3 ݷޤ\DzTɒsD~>Y9kh]է?T[:(ԣ^]HE3!Ϛ9.hTNZ|3'U6&år%]n!gCvxxS@1 0DLٹލQ@]Q3(y3UN̈́<¢@蟿vIk"tǜ @ PBq@=#"IUr%LytHċ}mTpI&(m~*PV6j"l$”U.N|C1:6gVc*NLoJ jb8]Jc)mN0AW_NQޠP(,n&Ő0TT,ʹ4Z֙ ' BTQ96"[/="WYhMJvI*gQI:pH&*L^0qcvGh"$l[5s@ؙͺ47O%XAe׸j liV w.kVUæA(\;:чÕxeflc^X(L$Ȯ.Ǩ?A^{"I>]x{FKP/.Wt(+]9!7FQ᨞`R*d7\Y>*@i}(؂ v5Dn gш:~{M)ֆ6r-j-nKa݆%lт}ּ pDtWz6ن]VO$2y8y1z%488z̈́R>,66:1q1}_/-i~CK&gx m{ʕ'ږm 4,4It D] HVxMw =Eƻ%\PdY#ɇ>kA`-!R% 7/p $*l|ʻ!Y9 ^} BDE;PțO74K€0!UWG1>zJ8-b1mUDŽEv; 9{sX@VTgV=7 ]6L;--Oqa_G"PamMi'BuiFUSpؑ\x̜ Ya~$jlPXm3S0^ n%rCsnH_C{%[K?eQO?UČiH%ZMH7nm]g@{ iv}gm* @F*d6݄D;U]`>x( 1<ˁ"F[?5M$U峔 |+ughdg䤢 HtQSH܇,~ܡW2uD{BpfF騯WXCNxŚx(Ug̙W@D4l9tQ`$A#`hYThc_V x/σ[Qg܊_)Fj=].XY(r h$gvd<ٔL!Hٰ@zn&zk+XKl5VWjM6hoT:'[@%YYà!Χ?qFR*"` v~! 63.ZᮠWX${l@阇 pkܻG3O/#āoJ)2C6u5VEoyT ^L?{ﵪA-֕~ZUiCdG ] (q\1N0,'ֳ4~rn~E$fH|)-v^]aBѭmFEP|Mܷ`J} ?r+`ӑz:P1{`6=%A_c'r٢nlkM#+ͤA;:>YA<[P2:C"=_zb@ 01P0tBAqhPvB,#AX!;ݶ par_6,պhvمSsjC:-J֯$(> 'Ϟ&Yyc:u{ 5V$4u(#DSL_~Z:nɒq=e~&[>b8p.YXe;N.6Վ 2))<M`c#ׂw(+]6;F%՝<OA>~I'M|{CA1C#l_ E(P|/cV4Dk8G n;ƸUح5tKSπ%z-L29d+\cA~HQcbzT+ ^2(p c|TF(k# !Ρ})@$ZiMp8;2܁VAB1*1eZ)ޗc agɮ5F߹1,RSmwj%Y\O 0\T@o,Q=? @a(sZ{aG?s 'R i## vTb1 J`I0ogyTh}}3Jk bh)͔`e0,F Z >OK6B)-BEdXu&hnx:LJzE z@{Hjy-6'S!iT(2 3o3T=`'P"[Os/4bhJK7݀z gh;-FRB idD˕S=oZ%噏{{Yd|6Glv&f}ՁNgPlj_5;؜l04ڇ}8%mU,F'XⰶnQ$R(eYN)1lA<+[6Jnے;{ҔP͋(! +k~@W"h(;R3D\@N0 [?\0U(P&9kgP7TŅ &?ֳ{/w?Kt rHݛݮ8ݗH׾r]52szwTRUI(-[' xoƝ-Kr; vc*;p(dRZ)ݭ(4LT3: }8:t͹"NU6{@Q`iK2wBf䞁f1L4P;+1[(Cyl ms<ha/L0D<y(r3}&ItVyG}T3[bœsV"Y[$/Bǔ2]=Qek BxB qLiJŚ%kx' %b SFp,A`C *<7=}fnV̔5 SXU]_%Ή`ٷͦa2WH }f/Eb3iݨ.'1jt(9iEŊMe؛C@1ԡeH=0wIPmYbVIwxi?Bފ#{,fQ0o_-8'e0Juf _`Z'U[i^ Xe3_0Lo$( y>+fJXFj~KP: -lש~MIՅ&>$$2S%@&9@iFX#uBRgZrd.&{*&71 lsɞJ PNˠ` >|1n2AYRncj͎)BaPf3D?4:^CC7BoMB .:˸թJX%ڕunlrI8vN9c͉>$菝77%k #Z3l#c5m[r3(.wm<ɺ p*D@u|# d7:&"b:˴e~ũ :"EMT;ƙ%(ϣaC3Y;яk42|ߠ  u¼f:''(I˝. q`D|l*X]iJJҨ}l C[$ Yq?K ?Y*'ų7<j7?Pj0FmWA&nLՔS`@Y׺d=O@4k򷰡@Еo 4j11v*I9c2apg*DgT` Sߝ:@.6!T+`DEwRV8OVۣub1}ˢ%4ǯ߼ni)u0L~= L:Tu 䏘G9 7_O6a,OaưlA¨Ve /]]F=O2z<1Ey_jy=/`RT _@ CW(ID8 qf}aB.HhœE>(ae #m];v gݯ޾`%+v$$L=YD&ۯB/?)<\Js\盱KRF/*hf㬕*_Ceh=-ѯl%JC#'0A󍃽Gebb(Q"D-NJ{7u7C{!>Q[=\ eY?,Cw DO&A mX>?`ϯIi~Uy9 izȭ2 x]LPXB#%cl or2\b)`u]Af:S)2-!M6lݪC'Sh/(-+A %?G*%?ЖԝO4A+G=JF]qX ^eM#@>Wa-\|* \J*DLyM~:5,iQmL"I7; F8]E.ru+inYk 1 % fHP听PQNNfĐѐ.L xW]ZKjy\Ѕ NPkpM:0AkHb,GbEsV9A$8OÎo@XXuFRFiн(cKn9 R~ϝڭ ̸ʿ(}GlE+_e}w YjAjuHh C@(cw w4@*Z&dr? b/W 4&I}uk Nn Σ8/Bu7 rPٽQc}\7xLq?K}1d{øϓ`/x$!QmǦܛ|&DY~js( ^cB,~IO+U=vʕ[1rv)IY}֠"(Xclq,Y3zQ1vvtT1ykpqQ[Tid4E4\,X7Q`pl&NW.W~sv|X":)OZm׶W(KhAhd {pI|#2Sva!swrL0p&_#DP>ܓD#笻uOxa>K47y2L|̠3ijÔ܃j۽_}[չ-it-fVDyDfsdG mLHVW}~: FF2Na(DKA4cviS*Bm Kf XM:M0.nڍ^EQw\HsŞL\C|ۆc~5pB B\O1 Wh-s&d)SH)+No-=l[)9J3s>S.ak*5P ]1*$i">ʔ[f;@.Ip3g (Gg-_Q!QV>0.Ԙ]m^ ~S+Azχg|e9FR[Ufdfne53]Z&fSswm2to׀fW6h(Os1bQ ,nj2&;] du8Z S[:]y蠵nUNk ,;\/h@9D_v j-~lmӳW"F?5J<`ԵG~|[$!'Ps;$EJF&LmA**G4AYV}Qp>:f 0tĩ`ȅwŴ#8/. Pm#ZWX]*,!8@.&LQ ?7`XkNc$D* ӭ6n27JJ)O* ؈ffL8&/Z|f$D O@d֣@ux,O8eI]Kr6(#E!Ko}wꝥ.Kԥtp9MG`o>ޮeG߭@;d]Hޭʶj=!_o[ wEGb]ۥG38-@UOXNM]QqLdz,799t',]l2gXo[ ~ho{[pLiVb6e%?3«Kʧ-|ު4"P&FUY@|+j.Ʋ"W't|LOv:jD\C9vs74|P5,XίDRBj@^B{AT lcG4 i&t|?xÞt!SR3tDiBKuVB,np9*' ʬl2D" QX*"X _$3 ;. 2錸'፣!8$XSz.( yty`ُf=jK`);Ԗp&e="&|S"DC~3wCN嵫x\="\_3,3]^NVw 3pi5αdUΣbkHH8;c,۵Eed>Wn֞k!ZQXvUi_8:sN Y`X$L(J PUF= \!Gj?<:~ {!Y2IROO'tY~=~EW-"+{MLUw;AzeoKP]1 %1aR cN K^KHD_AnE*S丮: .5e;azD짚K7ãw}!ߏ*Vtz1ӚQ@ظ\J0uq9pwTM<,ӑ7Z'QY5夹'KloMӒUGNJms){ :4̬fWeQh\+ (]5m7-G1@FkIbeظ8K9 \~K˗;o#x*Gxkk{F{\f\ZNK|i}56ZeC}'(K &UآaY54JoO'RK{ T֦p M_D&IgQ&%0:ߜV(?͢vj^ fuʄ2Y;k"85s{sfsS9Vx~B2ϵn,泘6Cb-'t, 7vv~Sq79@b( TAAPcJw p9BJX{]-ؘ0 rUQ~<Ӻy&'ٮhv/?U\Iz((yQVhl1v'^Ij,lzgmi)>tv"-Vn|]whS ^84ޭp>wiH*q@0=yntViJwwWoBAS􃩰4|h7+!@e`ywЃZSƐuAb5*W388 nu%.|]Zm|ߜjNl]O Еn|p^тEbQgupv Ø ir}HNܣqT* v%,FR]=c3T֜˻뀂ߪb)LOA;H CaӅTG/qѰV_]*KIj+ JSvwpG!n"SҠ(l^8ɂFC feñ#@ ?!cs>Y/Tez͘I.WoHtf&=*!--LV3ޑ79ĉee4F *"CnyrA'A˄'ͥDBARQ/iVFF_Ē@\y1}QL7 8I<d1OE˻Xr7Q?v8O>k[i_*#n&*vI "=^B{HG+pgrN36~Z$OU,.LA];34(w&Xg\MS}QbQ|H̄hDW@'O ω@@ "I;8ij&Q'o! 穲/1hZ'~q^94i)ߞRD[Y$253lhɌ9YaH<'jĽY3m}oXU[jih<@RZWfP"tR:70t6ıLLId,|~(DŽ7-Ýǭe2(6GQ>5,WA ,ݱ+~h}:!})qDґrr&jk0C?opD瘩߰ʶ\B y!oyyR~׼X`$(: ӷAEԕ/`%)&j %nAM)G 1׈Y%_6{^C7#i7V6D D0ϥ3łs+yS겤m!z\?FE~bӳ/)+G|>N٩6܃T([yvD V̬>eHBLE]{|f$[،`z2Z+X 9۶ uX(,D;r@xߺpn >Z#Rڌ^WsP jbSHH1n `JgIvSʯpao4^v?p(9dfթ4@\1 I׈PIJjQ^Qr}4"t1u"rIrU:wTGzSA0ad1$/8vB6j7<%=c?& [q_g$S=vO ^rH5݄4x]te7ok ?ќ|G鮚۰`\.ZqfFtF%\ͬÎ!qaH )3f|{iL*.¾,Q?9/r[,>iWG`3JȬ&fFIcӝՄ]W8r}GhWAzC̬&B$ľQAYvØv;.]#SCM4x>f{U؎NdG<֢+9ˋ8Y[=XaL"7m6/hdj1Rh8@LJ @)Y`7̫f+Wȟe{Fq-}IS" Pև)̡ۡr`w=c[dֶ)HP"n"1?K~{3 N[gH=F<#J+ٽY81ʳLTϊaǽrYIH+_5"Z*xeL .vt/|g hJ(=mqΡc107PPMG=Du"&ѕPghf 4 T%`q'1 ِl^YjOlB.钵*.`> |ţ{FvYĔe1'K"st Mp&8N;J;^?I4G|2CeSу|!l*jI;@g EMp 7!Ƣ-WbLMWQ}Ub*Bfkq;Fg79;~HL+ 8 X1f_IT7=ZGاZʱ \W&4bxy"o"3z)0lH=_NJ!FR}bچJAoLEF~IP˓t+jrلN|gD4eʣ:hҊH(|P\yS]N~Τ8ϒ@3N[ XCw& 0CؚچݞCd ڣzrWf{QA+eHcaRˁ1W!ԩk?FгlooU [j˰rH[ ޶*T`3SLOrN嘪N!ڧ,YI\ $vX=Ŭ/vlm]=_@./6Ob"pև/a i tla8 ӊtI;1ě`;#*cD#h> i,2s12,c݋ggw_uc~hRVL.f_%= AӾ/E>L;6Vŭo<މ[!b1%}޸+ (9S}xW {Xך@ebEBZoWCJus7ݐOSB 5iY$3܌C)zi:;"5Rb>o;k)z-a}*v,M:h2 u:Q- OW3psEb$Di'lw4nS*fKA>:Hmr$N~*;|@? f8hV7Q )TB" 7x꘳Yg^&!]xuY%*b#@򐾬$r8=u.\/̹@ۙ-QmJǂ>sX[O&k=hp7o8h 1V@P|>AٓnĚiɊ16{ůI]@8#ۭ蛞2ԷH/4e}URũCjX# G)oJ'B "CN{~eQGUfM "Wne>֙0W EG$mb SѮxnYe9hx;+q@ u@JK Vt٘1&M*kEz\0q'l!F;iwn(=E9-;XZnmԭb/N㟫_xloWLs9g9Z XB9tBFZ}<䕖UjC.AW[A&2WGsʵLf*MqT) 8eiBmIse SD9ٻӿQ$|7eyDٕE0yĄk T.C=FZNӐ`nF mS(Ib/KԲ͘ŏ᷍s۪XS2cBk.ڕGh 9|Z!Af KIp) #Y3X*Â)+HM[Yv-Mc: $5O)î7Tb:5R`y1m!ei3VaN nڀxdQ*6Fi\++MqaKK ۑu%$E #L7 20s).nvѾ^KmtX_=58vm<Řɻ_2?]*N!UYb#RaD7O' TpǭΎ\%;3y$xSo9g@J5jg.tE"<O&>,} < 2N_ SC`thaǐOGZt|5f$cû~IKn U١nsώi`e3\ ɱ1f`mlren~ڒzN= G/ rF $P0Jl.?ڭ/j(z@ՆvzXPN=A5/vcՠdSI `dmFl-C>gK2NyL0~(#3d"2*Yan!,78|qw-aLz9Zm%Ҟ ƀ= zպP+"1ǜZRPWZ4T׳h=UbNѡ~ 6po%' >ACZbqG\axXȋSn{gXU|D9}=>V8lPN|Q K7@"{m;+%*sQe _yzIK)opFrO!k3EfWwȃ#`Ҹ>(uKRrfhySgT |f I7F*}R)7~bd(BYGWr\\88pűl u4>'SD+ !?.UB4 d8 )5M;gyl_[3eg_-=}AxMHAoo7 F B<[LȺ@.Ymm : Z嚔Wysy 886Ci: F-^I ݶ=-es&+q4R'<6V"w o^Y$p_FITƝ]gYB?'FQWOm+# u)ȩV+v@%fJS2ha֒DQW暴F56] 53ʎ+GqdATbyN7 I$﹬܅:@ "T,N>έi7[˱xq(z.i 9mkpUtkD: *JUDZL/|>1xd qqcSNrsG F o£hu+>:6:aV PS;(HR%O1TD+Jod>B=n:NW%⦦]2*`lS_ai1VcI*ɏQ./"k$2R>wEpiύf ߦ*r۹&ɺٛ~RVV&Tdi5$vv;ʫ4e\[ÀˎiΏ,ZgDZ,0?2/kȎ 'ڀ,q{_ ;m2r5Xq9!'ME<*4"f<Մd8QOtǣ~AvkeKxK$c5P;ԣ$.|l&U)a:.zPj{®6ޯ GzR?S~# l"[,/#@ gK{)EL/?I5ӯ*5Pu-ah)#?2Def{`{sMw]m7: kSJF03qޖX5=.EGm3ɲ߁}''{Tu""npS8T Iķ;;*;@;"`ıYo6!B(o[  rlC|1c"_ kp%Y,RfE>{ ytBRd߷{N) C;FlpKk@bܸjsAD?sN6aZfx bW"nVT0M::.8^4K&] .V-e0O+~>I5^䅿^ZUR. ?mFog:ژe[vjܝ1WW*>7LFi6nOC+*7xxfO ŵ`V7;E]j[nN- 9r%{VZ6ekX6 eZLnmYJ%hdT81F%f Q>+@jdW~_DUO~hrǐ'|Qf g؝LMRԂ$II7`~>HqacC d .[Z4AYQ[C.)t'ATt6:z=кL*/}F;r.@`&JP fijڀF>{َLByevq%I=Ix7əi3zחl0dr@iSq{KT"l㗎cE#$Mlz82a3HڏeyS֕o/m_ۻhVְTP8o@{SJP&ߒwƮ q MݠOHdiM]jB0^8ra6x N uSAO 8xH_yPe'/Ǎ1Al!Tebh ͂=4y4ZS7(y лۏkT}ST %H3݌#j3䏓As~&r.qڲ>03Y }7SڭirʃUTZ8n}[R"a_%7ƣj+'>n}-<:YBb쏲۩P Ev3SPT5uP5$YǪ܀O)c:*CPX߹Om&knceLS,"$AJ5[MFg NtDU,5猇9CX:<͍O[-A|Nl&wPHBΐ*,VJ]t%H!_߃ '? W moT5!NOv11Uj Ɔ,r.sus╸,mg>#t#vr+d疘z$lC5J5;*M&ZUkDv cG,_ir ?{0vcBK\F(\kO ʼn*/)$S 0/,otS 4gV=Pvͱ1*r _ΒزZHќZ}HM,!VkR4ǚK & SC_" *(Qj j>Ra͌OHXgߪՕ¡^vv ~8 ΐ@%\[ f8=:v @YdiSW%icc'VPXbgB ,J6ݱPݺ9$;VtuqQ؜MB`/Uu3#*E)p ߧ#|th|"q4 %M ;PR+`-x+ŔhALM`4+&3)e쓹5Bб%#f?!t аҼ c@F94]`q˖uV}J(aݽhԬo@= h1[iZTyM^3Cv[+& *jkkaXtD;_C;,C*ib*s_Z\;-{ F>-%M,EdMxfGLF]Š?9|JU3Zb$]~l0/pg9DϦ79Hϩn%9 n/CӚace[_1 *_ pt&-Ka.H&bp&Qj(Ug#>–1i9O6N>E 9ּ 0b s>LjIMh-nBXl ˩J)Pc @P ̨ҝ%A -bxƫ=DGhmM&$?c[n*r%J2,!]V})ǎ\[54t!o~.rd~ #vNs6pϬV-KM Yg̵CбTѦ(}Vi9WSL_u=dharQAyR3eYe6{^MQ#PEW#nwo=?M!jA'vLfJRM-wB":1h {pC& });h+"QyG|~Oi~πU$WrLUEg?Zch VE ѵx4x GZݛbYscU8mCȉk%,)0F/"J yz\EIcηtNHqӚ5G~YLY'mXvOJQk0;9[Eh:˽8uZ+&mi'gB>t|eiAfx0)ӈET2Ј BqC!D/K9!r,RDzc+KK_m6dYbPlu#Xw(]g+JʗqgaE*g^`63{E@z܊kH'si 2~ֿ֐;9/a}=T+|4#͊ S"&m?FUF!>$@۹q0yU]ȄqTV{H޹]W[;ҋ£Y`I9'_r/wwYwbfɔ >$0QbӠВ! HewHGGu[}i`U۟hkM+, I/G[)-5N"TX G?7ԋ9;7aKtG=Ѱ1\̌/6쫜t^pS7U.\r$dXnHF5_֧v]ޡ\A[;/qM=~_86 Kֵ})Ec\ 9A}d-r\+]*(L&g?. 3= r>‰>˷6Ͱv'P9pa#om6aVeC /ǚc*;xv 툿b: -@4 J(@~ؘUd#EUM/Qqaf:Ffm;#C_>ģ Or^i;t,1!0|*jnq3k?UL a3B_yzMfV7B5s0q^{(q&$b<5T]䟍Hcw@$I=\/;Oj}ȢN?6ig~{a̴}Œu3=h~" .J7#V+mHmp­ 2;c%xng]C\әw~1x%KqSٍ)h Lwf3#fzd,[t[9ׅ~ZC{%7Ӈ qbC4Ax8nXcUhc^A"iTD95w}V^"L5kX=u"4:OPڇ? )t(JZbǏ_~ WŠ;1[@B/E7,ՕTp50 9g'mF f\.Zi 8@L=ڟt=P㶘3}n!"=Ĭ݊ ;v|洲Fx6M1KMAԾ\%}U^sU͓+ٮ"ڃ&t޽/#,NQ  MHUTR( U JyRwm]iV%Zӣ\["q< i*ɝp„=KOI~&Em2re+9oѵlCAǡ!IeE>Dhx%R"~0SVKDj u֦o:Nr@VSZ׹tWşt&$\bm|'xRG52JC]8Jƽx';l `wPfx: Cƺą?s8vޡ V0K9~]?RlvֲUh$#N٫fwb!+6˦+ު=审B??ìccöv6jFg'fRyj^6aC?řq4m %2a36>+Rso/y"aGB:+PP8cGLŽD2, BAKഉ1\yC f0T _/`e;p@p>ʕ- x&5أ(q5rE _QJ"]\ e Ȅ?Re+frT2{f ױ0SR?A'FϮ%ْIB\Z@f5I ֤lBƶ6q**vcc]3W%2"q8-ك+_ Ge>kޝMVF#rR EXl9MW)QL0y6≜Hb2m$\4Z^Bj\@^dp!?PYk7'Ićze$g&6?No;|7/Q.Nྪ9]ZZv@Sw/um_+}O9 gj2Է|jZa!. jUB4.0[~gniIx5ٔTE %_ jx6&[#,fH{R`X*Pǽ_xaX?z=DK,0dQXXM8]z,PI!nF&;Zrj<1u)|lUS;+M~8p+8n3eDZOj (:Ӗ]MN/W$LGy*uBn-ڐJ3 Jčʘ퀚0tfXi T5BS`Eo,Is}*(+Sm7N07XrxX~~CخG!g q\&ΩSht + zT[*Bׅ 8in|T֯߼O7V"Wzz}1@.xkQ ȕ"$mf"U xzjG!i;1ֻCA_wI8b[ZL!毨Iq1o 6iLW׎"Z0-C_^($l+ y_"}ԛRHK~[2$]:\C$j p]J8r `dw=7A!p,ֲE);6̔)}!noVI +i.{2|TD) BbH 條m7(=r,L^հϚx;"R IQ(xwJ8H׆#'!ye6&r 7+@5?@eXj 'i[פB~ xu~CR5Wlnڭй͔: 6 Yd|P嶉D{rNxuU7fޝ;<,d/-kuJtt%DG{MAґN&$T3]]O 5\w^XA} AܲeiRd @<<*_ib={PU:pp2 Pf!=-mS-k?+tOv?M/g.s= geE:fUE7tE'-ڼJ{f .֢,&9~S%.!e+I6,'z:i`4o5Њc=,\C{Z}u++~76F^e~ kRF% Yz$ɳLVPlǐg,M-QjrԻ  qqCJRNbO>!ӥ!tm'o'Qhyܱ-Qn5++,V9,ECG[ߡx*vxF$RCt/Tn ׿sluYg WPS]W=KQ՗qR)D{զE/3"!4Nҗ7DXȤЌw5 zA QUBA{ZB^89sY[Qyi1/aHh 7dH! wV9& .uާ% dxqYP|{ K%Wp}:F#H֐*I1( ,r?,x*r`qHeO Dv-:Ϩ쳥hQ&])[n]Bɹ:{lC4ɝ"dP~=J?gE# :xa<STd'czlM[rv*.t3#F (y~Xٚy$#=sv~s[ߠ5EV<~œOy%g'_ aۼFVq+l lu@}}>'z~Bp gIXAߊ]ȠҗdւE_; q1ELAFa pv`@Ʃw~j^ep$0Fq~1L.шUD _RٕJvȝޓ_10xIj(^\HxvL +~WG B;+:cu/N-'VVz^ QackɁm eno%W^ mZ6:d+OMm^؋Eh%xrru>,ȱ%{]="b77M鉊8x}|K)Olt< 3~yɵ/%64geLxŗV L#daL=лGwX6N,:E jT--gLaQmaVz$,\$ |;# M?$j-9Nw/\ݠb)k?c|AHQ7{Vn/ڋ2Sre%ǽs(e)Ur,@4pD$+͐qoDm If,LaV =j.EKP\,nJM. ?m'Ŧ}^;yQ㢀cp? Qp[~,wCD`O~A=t :g {DMBw탍EbϕlִgXZ (uyhHEՃ@4'/Q=ĔВ=<sm?T$Sid `!S"Y91/{W2s}v AF j-^-7 k{f_>'Yr):Xc8N!Y*8Z!ys70WwNR0u]O\ ۊ$πjupl"uPMfŅfTF48L?>vM*ImRVM׻&+r hHF6FVZ'}?xLzz_Đ]2Tf;&-BwD"Mzʙ|RY?7Ipw^\1?5 }&jpti=k,CZ%fJk~KF8^MfCr,!}X"ZF+5ϣ'q~T'`$ ol- ʡ[4%|"=#|v'Z2QZ;~w:ȁ]]+Rc,\r9Ϸ=q bHsT Kx3 戦A%R^R~%({ d)|*ωxO }73e5f ƃq+H\P'LXmtP).|^ {9@J҄r-0}6o_9aIxsH$]E~邌9 p>Hk&@OqLSid5lF!+ j ?H# ox_Wgv|gvr5cu]<\ZvLw:o)O@1<㈺<|tkucg)(G7ymnF^4۔{l\_!&;|;*,maA$ꈙA|l%_RPd5,kܛ1^'ۣ_ 3>t^O>*%ښpYxۛ'cQ yoCX~Z`*t0XK E(15gY!J={ʹ >Ĝi*ᆐEͳ9!< gf><= {DP\; !@ QOtCPD!?{WY3Q&$.M\Ew˘,^ް3*>pCp aD'/͜)7,36wh0WeMk=櫆6^E.n'48-~68ox[~n#4^P$ (,)cm6IĀ+c,  ܮ*]-)LU6Gzsgarh]nP-Vb<lm7˲>< zvM)Z?0ob0@.@0j1 -_'JͻlHE弽ԓ1͗>f˒ޞ4:'Y" )aiTpT7 tkd_|JwV$T\"+ߪDžczŹC]Ƴv1oDെ c#4r@4 uy1.up/;3 "ץa֙76%$wZAF2D4 29vAqp׹Eb.wTZ˒ޢaw 0YLԀ&8x5 a=oGBMy=Bd 䠓_ϾEH&yazGiUȧ?Yi{#TK %y,[t5#o0;'!4bDθ}c&N[{=" ̓MF\ظTk-ș >YIr X(O?^gZ`ӣ^ʺ#d &A x E}n# A`6e K zjhgN7ԖdwXnLCv$wLɺjJn`m˝ Gk|qc\^dU$s./9=UO,a)K&0%{C^[{{Y2cˍ3B7j~ 4(QWշfdX$p23 > LMa{DR>F F$Jfރ%ܞhfaD[}GG&5\ƶRn9ҹ>n*~5QLzjm&쩅ꥩۑFunbsyXydЬ(9M !`n|BMvqh hytrzvX9T>0uM쯒cݧ4l }3n ShʡOBޓ'?Cgd>  Jfav-sd< RG雧pe7.0s؄_5fS]eY׍)KDWs(w7CT-ocwyeI0=LV#G ~En.f 2| B?8SXw!dO5ݖ=FLaˌIKVZtXP1i)dֆ` yBKS?@]zDܯA@, zkL֥b;4/ A|H5w =YqD,/9o1mag#bhU_p-$|EBHߊ!8JDo9oo=7 .n.`2ʥ mxkos&᡽np&-j=8F*'>UgQ_L+i 1rʫ3y\׭K9<j~^"@8h@YILHp)4 d<9xI}lkDfʓpd#whϛOaϺڤu?;]3 '[WyѹeW: bčjS6-ѽg`hw } G[{ 1kIƏ EѢO6GHqsi=t=4D8xjnҧLf|+rYkҬ<\u[% {i:?'*";kOh8=RV#I.N3ha ös;^F5Ӑ_k1S:͠vL^ MVț'465q;{|tB9)~E )#T)'m* ÉL󙚡s M827jN]̗Xm=D)Hav5L M8 %|nJ2aʈ!^gn/uk[A$Xi֖&9]f,!+tl?;-K#8K4ɵ aGk5/ {@MW{yp@u++0"OX2溧it@נOV)߬`85+i0͂!rv gfRP#a Fng qcK/ܮ3ӰOVST {,!8 iff˺/&M\* r+eHJ䝇xM9ڞD[,ӽa KA #cmOMW?yԾJIC}]TJkY|;oz^.#8QˏsGASB OG KHac;uG66D@bSZgx$/b*%Y I8% E+KIi~6N!fYgn4s^S=?ŝDt&D"96oV#%, :Gc<5A9]?'=ŕ~,C`$M[!!@qCE[Iu6:^vri~zj4eY>I,s&gK M |-L;Or;c0[*E<=^ 72zbP}`i5\!~@Gt=V!HU/`o_1RS,+5z򙡗Śku[c[cmlfo%^MG'[ž4+k{pAqՋ*Yن?{EeoH/t&dnCe0ɦ9HH&N O;BZ[ې_ltYW|]Ht(n{`/. Z&39}.ROfH>nHt[א("m1svۙ޴7bSSF+|κ`W RW-:F}qHNTr(r֊+Kg6*}g͠{7Îz؈4M59h5z-ITL {hjOiZX% .nnawCq%Xk92'{p^xovs"p=[ҧ|aVO$Qm, ^DZ,rgװo7?26xpi{^aCL^6 `9i 9lj!ӐRY4׵>V L%kt7ႝ%f[=lj 3=ɗ f)ţnE2hoOafyc @ ]ff.Ϡ>0!iaNJ>j<ی |3Ѣ`D@ºc~ydO?#:\blt%YyY׮7Ot5FdoG4>e!ToyߢHo׎Lל߶ d`%n(ؚ K׋ǂlG7q[CuVf;cUCi+ 5|w)"N2^->@¡@͛ khҼC7wU223=U%ڈdw'f׷_層GDuIr2EW7a!g 4 ?_{4 xXﳸ18zIХ:] >{`/slO ֋@5ZSZs_fNxn"j^Qjn]ʼW3r2RHV)|(V2g0Qgj3?fJaYo85v̦{kѥԘfW) ' 8)!nD4L]4 ^r]e9@5Yd?7.h- +_ ⻨tsn 1Xf?mYff"9%ʆ?ˀ<Z䄽iԁ',B2 9ZMj9[ >A . *dQدvAdDи3[^dc6; رbfwkL^MTW:0OZDfrfi\M 0pB;DaTh7(aYþqnMb6j1cYa>>Y\>wpY ʜSVXǿ\n9#|9Wt]m6fh NpIDv6_3.nc5>D):4t =SMO/}y5?jHg 7i^++֬煳sXXI\DMתۏ|)!\Iğsy.E'Wt/ѹ+nR(uɺH{! ~o3 Qn"E[}Y^yeT}Ha A}+SaB2l;Z2  . HTuGR|9@3ewPTHE)2ӎ.1AUx,dn1l'c-uH*]ȏalL hJ748ǣ)Pn5 {9My!2i|LO Oo֯2+J1N(M4adܲ8k|]{\ٖzڴd5 sҌoESrT|#O,ĘIMԮmX>XUjڦ+"_>sVcG13y-0{s%#빚 >)ώƪ_q],?3+q-dQnRD86Rns^b[X@tVQ]vgddu^yLߴ Éеŝ\W/ꨫR[Aw;;p hB%^O6ϔݍu_yI9m1A[+O"$;[#2m@wUJe%皇2'@l䯛=]@b.@{y(f<7ZU7!cWf"fbTo+5p&"l>ӜEɫ|XRJ3f#F66(y%/   ?zQv IUj(޳^m% cLɐ6yORK7٘>@*Q.SM,D=:6u uM;ff}3<=уKpv1m5qvh;+,1- =>Vw|cD*PW}i@Y<i zR3vF./o; 8Qp0b0ԭ}̠g2>.IiDU;4O6 D ˂Pevoˋom=q9l/rZyRk *~7WS!9\HT%sp9 -S:u3']B)e8ϯ> vvM 9rl~MݥW-hGAh05,b]p;P*t.&?)B'K";X[/|Ǔs܁єjtd?9Xji)'冮Ό;䤙 W)/I?$qO@*T}V^ ECwT(I/Ubfq,"~b]\}WfNA9+!* IBIɠ=P\+7KSD\M "⠌nB(Z\{4Pٲ<%+Pj2Եg6Qp IֹwjOJQ!D:"|Hk.$4 59Ήd3)TA+ }w>tus>+3k4+'YZՓ1ޡom:&+WW-7'1yO-M>^sOJ~ԣjN F /==mK <+9~@T>*xҺuopW^ y2^Q v@B>_aY^DiU$NW̄׆*^ݣULwu53Uf 5mr߅23B~;&fIhsٕV6*aw|l#BmY$ƌH 2zc uMm?x#d/$'.FqcW?Ba?rt b`B݇4us2ǣjNLL4PcRn5w`&bX /lEW$֟!:;l qo9yj ?=|-z+W˧q;C>*n D|iJvmFՃmanUIܡaO^-c>fLNA@ XF;khBI#h>PhAyz; x6rGtob֮n78lY+oԞl~&w貅9(G.pXۍ!3wH*Wx\p:l6;Hf3]bDLi-C4*$Z­1e8&1i$ H;y 32p^zQ%P]qf~LTvԢHݮ+0Q⃨0 %RfkK3C+@VGh^(55b=4lBh7?d~wsouˑvAŭ[͵˝8,BzZP (ïuIru@zYP c(oq?Nwo \Y%>!IO=jru(Cc ()#}7)9)1(DY9%L(/*q k)"44qDҧe>aUIy㪷0ElOތnԏm,xt1;3!څh G1>󎴦a{xuLvBrQpjZ=6u8/IH!3#ȉLE4]R)gaB^V<':j/]KXJu tUû1ѽ/P wFQO߬n$@ON@M#f@ 6rzYUڸ.Shdޗl?{iYOXsꊷNZb_euA^BKϣ{HWh~x'3Z>K_YјAYu~o/2>lD֢\"8s9KBgeu?!8aΖӝ^j'nʫ̓iW#˾l#Z} 8\l#Q9fn4~7e 5WDj !^AԪ`_4Y*fgɒ[CzA@<;m6sM]hFIvk%Rmn?QT?9N\j r(S5lKi0z_˴ķ-ytk9-:V{k@k k1n!jXJ.7[yW8cX^I_PL,%Wb _m<؀0M;$q鉠n+(KNv%F4>ɯRfC ,NA<a(ɬP /vntۢN$x56NQz0d+<>2Onk68w`FZl4n#tCHHc2ο ɂПvn ǚZ[n$Fk|t-е*fjZ\ $)"Th5{wWA9 [ȿR4g-S=sq$F!pm ΍L?jy/t6 *hBe6zm%'Vrc]ZT)r7G̩Nn:5$p Xq6K2Eb;-"=h|y:*K߀J.6Gz~ԙ\41Dm?/0^Q¶㩈q}f#{LmوVj9W6 9ew@@UjC;@S7;ͺ^o}[mhfGlE RK|L^X]QtX0Yy3We^i{{E_rFN7n=oEAZMGx0ϕ {FX-(AU dh'a߁\+YfT&s/ 2Ǿa6k8,1 T/S5T asXc>  5 ʞzvG];Z",DžγGDq#ཐWͭЍA/%kfPd_lP:yï׼ opI):3Z%M7ٻx_|ql] z9wX(Vvcq-a"L =i\ڟjlޣ7w"TwƏԵ15nJ뽕XPy熍sKʮʑކwXDwOi"~~s8zZF5($~l'+ɇ-BInU3Ւ"2ҝ-t]?V`0"7wO1[[b)IgUNJ$x/|ts֏ ƁK6C(v=7Ɠ^Vَc MUui5CZ9ZM PMfva;^uU{c4\#?s4FMRS?HwH"j&YJ9ITUYd?h5Xaϸ<C0 ArfࠄݱCisb"$:c=E+tl @}V6};0u*=7QVXw!p6.~ J+{5w'DJ8iV&թ@_˵QD~N/D9cQԀ8t/;=q/Y@+pRV&&3$jF#kk+' %lU;ͻk[h)W,ϑ{/q^^w GIvu0^xu U F1v ZaJR )PlbÕ{x2#g;q,_|} }#xVJ vGw")C7;:9KvܗNNS%N, ~?N3Ԇ@q@fWvQig/F=kq/5Lb[(I ͼQx/[W6{ґBIf~fF[nˎ !?K \mIM1C# v:Q?aĩmH9SrKX%i2Τlj b`}MMe0Y@}Fn~v{-~n"V=Xsb S(}$stvEi tv'3fJZlISF eoHEe؅r!6G8.4%5;\ct<7W|VxK<?OKHgf<yZtI8(BNɱ ݼ3;Iz-i֯&Y(%x.g+oqi^\+ӛ*S)YG SHN;(O0WdG4VEg!C~1`e'S;-w2FMvfUȎ=sDZZSiߜ ;mTJ0Dh'aS/Ѵf-\>ﮦL<l)8PghnMNnjNo CW\f܄m~_܏9_IJ\(Dfu i6;#C ┿?^I# J힎:~8TkȰUGH,L'|US_nG( \, |+SQۢvV0VMR~rd \v01R^YvnQP4q~)!L53HaAq]a'̚K.lNnU"Ak'qr٘jjBB#]]:E$s} =ʍW 'R *!b`#`&W2-pkܰ7l!dlv$Ѻ?+Z@Y*Gc ^(@g' {>N3OKN7>ׂ:%_*dAܚÒ>C=ա>Bgh_6d7o\HC}xBVT ի3ާVRVOCr ",hUCJrC]Vq X3DTvUba7c<~%A!ITkkM`iI;E>ι`!"ՁnldD-2^ ]s1F[tL+\UL! 9(űIliҴY"hL npVW–7DZȣW\jAUqGVۓOe)9i{vHْ"4F?TC򠌏 &YS]Q? 򉦔:e 'R <>q0Cp,uCU ?n$#~n&SyKN{NѷYí}^=27O:?fI{QB2jIl*4@nR S^Varr^yᑡx'= qeݴu֕9Qe/fWl K8G>Q|<inZأ--!vkJa^Y4n^}mBO}{QY7YD@eyORz4^;ba4 TjF͓ꙌcpRh8K '2솇Zd0,k6_,08$T(*2v+}$,H k^d!~Oxzyͤ,ivRI}+fq*٩ 0r'+5 -)_o;JE\;چRR,{Y TJ,]b"9RIJu;;h &cN< խYTA“1QBi']0 $qaZ:ɚAistXMa.49~i>SsV|8RnhdcG.n1lq#Rh2QiNCB$Ep.ЏVcN4BiS%-%MĘ7`:NmiQu1PCeŌNIX*˺!0`q?mL8ǵu"!}lX7aO7^uָQNܨO|omP{(e.0 4s6`l}:8W@"5+Q\ьDߗ~GDI( 2Π,Y?]^DwtR>49\NXIlXYBl͔MU= ?OmI`XK'zG>tg:PA7?mb1./$K yp@3x 7-mzvt ciߪ0s$XpjYGGA&nC>^kLҶR܌` //;#aScfѯ͠3(:d*z~NZF^י8\sQw߬ ' OW6dm= <1UsEeM[ǐ9E>&TdD݁P@DQaŘ6LXcR:b#>:m'~LdP.vz _ILdu@(ΟC :M5`Ud(YlR-伒m %EuHS## Vj>>^.HfttDY8 yxȎeQ/ZCB92!p 9x ;1vG;v/dS9ztI͐Ӱ 9K*cs1LEuA9 v*(_Nelf%[6wvR`3ߺeQvrыɐx#e2~kL"jD_7eB?,JT| Q7lkySs{=! c]4y78ۤF>l{ͻ-~WU>2k $:l/se4=AV?qU`>cuůЁME"&:,(.X5e*V <AFU( XQ*kr= X5SqU0RsFSqxGR²J&l-H @X~{f&GYE]p>+lXh{'euIiTW7Ƕ"G;̕MwFCp'3!-gk͢h.c@VRbb;8oAgeu":{uMە'^*ԅ ]o ȵ;5L|*+y:YX욿8 f%B-a^l`$!iq 8^8]6m0 YxMF e+_qe\l/#~7O*H 9oqmv"KƀyaVa|ß1z[<{7oY-Hh&T?;U֎_T;ɩ0y\P<.%cv&wCHoR{§KtyE|sBw^Z)R%obҮGz}ҪIaQϒPT\\L $'Hh &Ü>HxyBʺm&vιbqmD e^;tZЗt9b+v⊃<3xF#Ay@u2E&E@5s-rIR%J40Q kDz4 S) "oqQE_Ƃ뜥cJq# nCfڷȍ靵9R[k L7C{ԞE>1*oB1īn9'>Ȱ&>qWE})һG/[I;>ꁧ^*%1%&h;-_*aP'mb9OYG7kazn3,3 7L36C-\trQhAn+bZu0eMd RcM;[ЍOZ MqZI(9n;]}{"ko$ΉKd+TśQ|@^ -2]/" $?f1+Vs )!Iu|?JO%Hn\E4P6jUq:_ By ,4ft7g ]ɵ/ؠAwij$ \̃jVm̿fN=\$ T,($Ux}ўWGwPq zt/UlRJ#KxQi;T*⒖c$o =gBAz6{J\ Vrxb?1 7 #MD`º땫IJیM}A5sfnfOUPQXwnAv~D!!Q[56+&)!, iB@IE/3$墸 `M%~c헋J# C Vĵ,l1i)Mq\N*P5)ct{P߃#X"|oҝd"ycN8XJ4`7L }dX&֮LQjheknшsT3]m19D1ֈ{n!SiJuDtB-_yրY"g^7Nb.1 >'ɉ$g4]'} ǫőٰav8aK6i LpFXDPwwNp.JPM"3ۢ^TWepY-XH\bY}kۿw6.f-&+̊Z#`54걏Nb$Hۤ9 tUZj}8_3&W]-l9tKĶ{Wz,9kOQxo o |ܱOIrit'ug)ed;w[G/l o ; ABW(M0]"6.k,$L  zW >0C'CFDh© $HIQ>K0;ü@|ᡤ;iB/nS*/ G3E v}Ao w1(Tg7 zxp[{4CZky_"Րq#TIEjb#ژ*z<[Āec ~8L'2LFKqkZǽ@Qٛs~\s!ig} &( dM#r\ui;d\uP=| 4+S*;d5GeM|EOR;y/_˂oicRƱASʺݸ+)|ZvSt_xe:bm:6sJ۾@l#2az^.Gb辂߲2Js؈5t*2< , |n@~cRY܎s|6()ݓЉ䑐s+ekfkg3GƹF1~ gKN,߄%v;ƦM5ˎ y!E'KgN J0ZP- |v~6-b\ mH#?9BWtL5EeiSWnzX1չ));[fԴlnh{ɶAvbB@KuPTצqv7[85?5>iZ2>RS ݂nl'.[Xz%fY j %%Kg9lB,GG9a8癚𤮣_]F!* /0 +Omq]Tu*/>#RUB)j37\౾\ !~iPDF)Ïs7l)@r"/yex('Cʮ1<ʀ$SX70`]U}.F7NO_]rgߡjOp3qwkW K9iJ 10(M),bL!ϸy uFմ i &ta9=q 49ufc_o7,TnsJ5m"] ʖ*=@--P'*BG >p LF@0UܫR H?"}~,{n^0qC]wc~#Ę#Sr.pz2D,};,MgrώK㛓 ákЯ+K`vq/WLG7Hq8-LO<vSrz-1NyϷ,H+vhXvRoE%Y&xPr.%d;CxYtc]͵,H@svqޜ5y?aćwBausL> "+ٌsM %6a<TSs*6g=#-c¹8I/D6&lS# ~Y/o?0Vټ NcT?Y;uOҼLY>TĺcH6Y43NlV!062˽J".=`,2U!n:oEiG?XzY2BD-.,*xp̭#NĞ[EZӍ;_ Jsvd,xƎb[0ԗ`B{f:ׅvD67ۧ刿"\DO"0,&O#c֘}SJ~My'0Etσi|u`u"yjplgՀLN^nT!0%o!EeSs)g%O4> >T$DZ]9)Y<<(>&("1gVdŞ}TԤnέ ij6NO}d"K\:G72n8%XXώ^ѯzhX'2CGWjKKBW-[t+T 9~TW~hƧp|ZcdžT=#:~Yӳ*GA3$\o֯F4S=2J'4/a3If[S`ع- vgz#4]ӮaKڝJ|~ء^sU =y$m5wV eg,ܰbB508'N}/|NՉd5?v×ʹ0kk}8 =gOyakp+]7=%tG,þ\~R4(4z)ȩӐ*F0!!S$hZ]0t9(Ka'.1__1 mՐdNLx}_/SzuToV6$R258ߎj5ن×ڈ0w}:1a_ӟ):+3,D=~ė+8@&Ï41k'Ff5Q^ھ:2^$^/YTjXFA\ՉGV&4 +ć}eWNL]rh.Jʎ7>5@yXhi,WNŮ`Ո&wt˳eM%r/a pFzd8f{4f#QRU"MiUEBjhltٻ7 s?`8HE羅&M!%=ɩ/UjJ|.XhO/WJQ-֨.]O n5쉹< Y/rAU[+W_̓aQS!nV}kΚB %iدPwI-ΧGQaɰrTB ,7;|g.#T $iN;@|'cgKX sMNi(x1NXi򳹃O*\o!:&^?P 6dQ?sw:7. oH'yaLe |׍6K7ɩD 1ꊴ H%$<j4CQro- W3kvg8B>:ĨDF Ԋ$J2ۙ^WK DgX:kÑT&[.4%31h[W5f S:EaCLq̦Z(G&&mO |/E2yGבu\a='t.%]0oz8@l$9!2ͮ&ۋ=?VPr^Ӈq &ڂ_omAM$Cr3䈆`/A Юk!?a{+_ PUޗ {aEZ`֡l~l\@|VadH|fՖRSlWc9P$Y#uK-CBOږPAS=_E8/<ϦSќ"XۿZ2{ͣZ>];0ro}g 1ǧ,0H 8L}/,[WTNnno6 E 8e0r W6E6O '}G3A4QKNY߮)+&](=I-[p~pG,\+\&8QcZUۡMէPP4.gVZ00wE$hpKxz R[TIɵ:@o*A'Pdx{%T p N<*[?:B-"ry*szi ׯӗY42ӟŃB1.&9eaѹsf75xH6DžZ['L7*geQ ~zYb;ٕZ&I44ʆjY۟)2K#գ#ksmk}~^-NDqKFbs@ܬs ׿\._H=$U`$w-2KYrCdG{ީ /?j0 ~WpȢ"4tuQn* OU@;vFgR?=ފZ5Ǒ"D'2< *f3A{M5|'c ]naDRh'`LNwTP2b!%[4NJ1Bg-٠g'DjF& UP6 5_Q) ?…6njLxw}$ W1:6_nbʧ#sռ,6!/Y˞uBceM#'VcoG(}|k}rc]/^{pX7§/wLMrk}3"^!4*WM/6C{z HF9_YRKxl!bEh1o4EL,+>=p@wK# Hf.:Iz?s b`&!up<.s35 R(U¦I燽-nuO? t{3 : 52J5uZ6i & ۆ`;c[PDpm&2h,fUM\4~EgG~Z:@es+zY$y\X݇ȵܥ^,՞oHv̓ҭMēqq1>]sl-kh\Yrlz%r a$O#St2TB4ގDaU0&:c2qaH8Wv`%; v[ P@Oo>N &%*&y nb{˥y5FlBulFM@'Xm.ᄷ*KL4B+\ރEQ; m^.bJH7:xsݓN5_<9)#/y>?a>iD~r7;3ug>}|l#Pm-y;MfjHp`0%7;yl8ht7ݸ`дZWu|;$W8L}ѤLcZxP +:𼵊f!Ž{X7٘[1܅7V {KEd~yS*nٗO$2fXU .qZ3Fä 2SJ{-F M]R]Ȏhc9˿hU||r+Qky=\p̏wc3CDmEUaDQ}5hO jΨ}çit &=}X^Cj ow&6?v@{+ }ʨ*de?7sݍ W"},h7m~‚ܮ8+:Phs OOSw ya$,*G:p4kRjJ5+G4խ6B#^[_I_i 5)~nΩ wQ(E" A;UH;4{ޤ@#H<,z !2XuF5#LMGqW:ձ.gf]g.qjszd{]7i9 !57ngQ${U% #PG3췒K/|ѷ$VִʐTe<2y}*U#%n2ff y]/)a.[|Y@AJ\"o×j0 qY)3+AuV5ܝ=7+45]i5Գ1f1ģG@O_I$KrQ: & m=TWl&TGGgD&oAr?l0e!v$Gso8e3+\][.ZKW_)Qf m9 ZD?ϔEs4z'"4J95gH_{P;ux_)@:;c, LA8U'Ef+նo)rΒ 8Ky)2hĿkIk5?YJC>-v:p:I"0 =v@˕/y8bJ'kiGu?n3TAgi[PCJ;DH99&ܶ*f& 󵗀>u4Y` K]`̻}Fup' ? z},p}u%🄱>GLU]Iԇb1&#ޗSwΑK—$lTã@;"@xQ$-ܤ1L8T:pve[Ⴋ?p7t[y_9{R<5SǍ!k9Zz"Qw'pɵ&IF%n.oq,fw'QE-VG>cZRoű`|`/\bm䟧[X) %3 ")V0 6 OO1L55􎺟wld*tЃ9j+Sn[XCs%/cQ^0$Ϟ%hJ~ Sd3dfz};a{kƫB~E%e|ϗ7/z{J_׮֥p\3`RJv{<?*QBΝ! D-vj,xrUVک6S^}g kfT!J'.gUnBS(:=X+Lm\WN9ۼv^:uo6T}3|%/ENm~rF- et@vۘ(BH"s:bME ": Iv,o.d[*&U֖kVaè,,# ZPSh&),P{/='ZTɇq A#ma*oast-x{f)ȥ pK v\Kuti0U~G z$."pǖD' m"yy)[M.BC?;uDd+jSh08`:QQM/rwȳ O$8rAX@zR}FS eb`d Y*j6d YA%S(ÛOk@î#G1r$/Un%J xҌBğVkY~&`ͻLԛ.Uj7Ʈ|C͐Jv,Uoք3R[e NyeTR'Mztg56ሠ'U.bQVQ Z$!j\}oPh(ƀl 2SZY Y7^㬅TCXT_쐙@@8SvXT:GXq6:xFvz=LSCvA.Iʒ5U"1-fl{F$(SY7}:%`] [y91"(A54K E5- y_v2uyWRmzdP _wSiH:#LN ̠.^oTbDu⫵.Fw V}W%L*FD@I&hJ͗kNJhY\~;KBZ2pقbyc@Pcr P8b$OJ}p 2"?]^qh"UDEmT0m/- xKڔdf[;c$]-?ޞO}x1erWLacLDjÏIGPAlكXoeYH_r0cRI2@c'gnN>pB40rV$Dԉƈ1W0{^)%plsD7a.л̩=|@s%xÃrESTV6!TWš{3q,59uBZVC\b0E\i3t]Bi-8oW՞BDR$hӗ\7¤CEA&-s,#y9\W:̽Mp/Coe֥8|@:=rmB"EJWr1ڻݙս0az1Kĩ6eT.`t3N/ߓx^)Y!uʢ?4\9H,OէAMUA}NW-P+n30QS*eD64~-`:2Z{o+<@ z`Ug(-u$I pa2JaQ> h]uH̐XEf=.< ?GuqCs!wP u$ ўv{'AJ{)ڠ B$w?B3m)`>ʈoUĿJ>J!mV9n .5qo͉㟇![#/P['&& tiyʍ z~ئڔB2EfG V'!UrrMQȁ)-ڳ$Ja[BˋDä*h4{QWN}}WAΦ/.<"'᯿j Ӌ u8:j q|?$&t@3BrtwoAV[?r?D}e=a ,?^.Mm|ƒ'x|&^)z`dWbKMP\@{! >}nx5P 5LjT[\P0MTD*KW:Qdz{Rr Z+ >| BJǀbO>x No rRJOiȩ<<>2+( uJ ,+ac=I}v^Di=3{g4 uOIcJ*+,4PRV_˄@S,ճ8"մͬG=~l}s>=!NIcz*gm<_ё|5h7(ݕ\:}|&:k Òo (樄H_bgE͇֧XF1_>}}[s$ CMMg(Ga>p&2*KG_ףvKȧ5O@͍j%Qk ;|YneZ!7uUI_ɫg;_{ 9D58?aQ>X^ʘ'#o;xq6~o/Sa,+F?Dӣ(::yqqu yl yLHܛib:[$lv.&x~ E9$:"6gG36K$If',sz!t!&ᘆFC6iZ{r?ImifhHVXO\ibJ :F} RhRvnj 1(IUX-R+EJ憠2`0hS-]H*8Hm-a+<єaoCrQ%NbW)Rl*Qv\`7H͙~}HԦRc"q<l\oHmRJlʭʨn5Kw^+OMQܩ_j궩+cU6k*qhќVb7CjGx_GGaBN_:8K::0Q(RNTgs__>?~1Eq|bx<<gbzb8|O=p:_VzIe{joztO@|?w Lp@ X45{|?PUfF"3j]Nϓ4q[e]X|œ?P̫f|Xы}^Aqv+eJht,łD2~92LJC}-LfpU'l_ M*F}UAZTlJZeKW<"NFY!{|ՙGe]H"Q}c@9+TjNe\&*t{X_ 'KVMoOnn͙k3% <8)ـX_ޛ>"0z;ySId,&41a?WɔmԳJ 616yS $<\*{ã?(IېRWỹA^ k̚'z^%i<kz~T^esSۃxd.woRi 8 ɒ?JLa0l^{V~.eӂϵ5X@;)^I1(JjlPгcU)O|d$8+! R9=\N.I0׽Ub!e3tX f7}g㼏%Gx!Ҥ킞Xf]t_ڊK3m k#@*#)/Je=(WDE*'7*5I ֽI܊wQ죰KH.֨$Ҋb|K=1:k1KQޱfFgm|:=x`.tD )J0%-yW_NrELܩʄ˼M%]P9K2#8 t!WiCL散¶ߧ̋/ ⠖Z}&ISS27! AZRⅶk24F<)]tT^geΑ!wHIFS,X?Dis8R)X uP'b[1@ ܥbhx:ɭi*n)` #}^ X&3Y.,۶vJF-<^K FZ$Kv H[Q%9(Javm틲 _?aD))Xڹ[c! ۝j-VH\RA+WPBTZhl%tlk+J_a}#\P` k5{*QZuk20ڂbA𑠁6H UQa`bVTE 4C̴RZGK/CfOHT0= TMMLoaFr@-{(AD>Tf7 oyoB!' &єbcILK±XH6$L}(Rl$}6BSpNr>QgRLbխ8husmD~YF,oۖrd~ HN[1b޵%gE>Zfmљɢ5Q, X) &˜={o)XINuN~C1%lϾ?l{E1Q}G5p2>,+]uIxHzM 1 rWA^á-JoxNV76$+u]k EbFgIwB+W#*[Z @6}]ejBYA(uBcBv4VܛeiwT 0[FFv02.q64_oh׽ 'Sۨ xKL? <cB}Xp.\J7/[l|{ A׀6J5 qwFD$)+Wj: 81" Kgc+_GGB`_y_=.4l0U3:Y; p" rVjXz5Y%KIhHHJ$ SXt"*H,vljbdPSH,"*8EV,Ẹ5eRTLsr9 [$84H׶u 6 /oؘ3OgPؕ.J ]` 1"L=弇i``)+*59yAQ|.14;SlT>INoO>ra{1 T0ĵzo.yr~- ocm1i\CX ൕH_8?4l3u$^ "T!v6jKH5٩{voH ̱gf쑄v](~"ԞlYR<'SlyUH Mg0ܻi{H5g߃}*WYČ:l!R>WEhmԜф~Mg4A#4AHE2xFQWcYTJZ D,L4>߃pT0Qq"GEb{$aVD KZ'H #b{qAKh>Cr]HaK5C*KyKi~ 3*]/Cn7K 딴7zxS~ezoDD녶tRHư<^5(&iO>mQQ2*7(EB jw*aII70Z2f{Eݦ'8;PO#۟䴦uf]/xD'U}ʘˈBA|}Yۮ;\ʖ#"&NcV8]:vz+o`h 6[4B݉)*paw6Q=%ŊtS1I]ιֵۓ6+^j%?P3RJ[(rX},$d4~!TỳvﹾِVomЪ^,(M0'EFJ:clŭ7ՃP8XK$-s@n#H0eW>8%Ǔɛqo&g7E}&t~R|a}i|0KVP,BG[k.;*25n彀/V/\[gԽYc >P̅ͽtty(p\8Q|?Xkk7Ee{-^@Yg#oⱤ-h_g^v{Wvb#GoN0:|Q&hS,%%qι%v¦h*fKd54⾀zluIUߠ9/L)%*Kh@"WPEOx ٿf`l^?QPamRprH y~x&hZܼR'D"}JчV8  ucr1(-$}'se* Ĉ(L8Z3k|]!*=pp"(F+shu5pz[G{WqjI` mᢿԹoq-j?Q`NwbPogID(Rn\>o8+Ғ86]n-{8kE\hrƯ&cNM=7wW[/D/sD`u#BX[Ց?ƒ Y!5ScnG1 ߾ \dW&9bzP4{ZZ{[dpǒ02İeD21t1/ r~;> qm pKtyr ok-?%ǜlt ̗o@<hq9}\L\E!?B]Ee o_ ?EۅӲ|`,gӐ8ܤg>siC\o==JpEgfyP"$E^ ѐ ѐ"oU)*7߸ U>}:ZXR*$MJY-fn`fZDwo#l|iOMnGt$&]BhM2BKA<+-uɏdd;ݚ!;ߴ]^p9H.n7knn:B9f5"o<ٜ3:VI~wj%]*!wvqPkxꧩt.tŕD{ѫ.a_ p$߅Z#e 1|爀:Y-d嶐0֑ZLLvrxcw^ F ȟX풑 Fb.=lwۤ?(ΤGiƇ#T.O"w!RItqe Y)ϙFok$.D^3bG7vi%sH=3!d{4miwfrz징tu{(LP4oA!ATBOd~ò3~s \bK5`̢MWYnSfI,TZ\ Üe𽔥[H.E:pZ'y]{mV崲5 z9 M&܌P Dk5xakl;,g Z(ѺSjV&ҌQ\!1%րK؜BAa|z9t>-Qe\=&03{M+&jWUw[6fNOO ڣl2 eΗ3d/geXqԴ% g>XKeD? k-A?6 +W̅pe0oR*ģ#O5%wuh͸ص|s&_W),g| xTJ9 Z5^AAhe[ѿrVL~Lƃ ; G}ƃ6>| ;-js,"FxIu'>bWd }gЭYx3=ݶa_=S;~ؖ4tur f0)iO{6K>q+՞BĖC gܙ&ƕfRknh>s .e3cٌ@au5TVO\iQQ{P2yeP0ٜ׵qkSH_Ň̂0@6[$΄(8jK-[Ql߾ޖlA_}{moOEx:}INz_\~۫-T5y/ʨJzZ&/w"\Rމ3ts?ޗMX,2kx-=OKS\+U!iv']4uH,Yt7>:>z>OTzdGd0à 5Y4ػ{~8{'ͬ3Yݜ>EboOW>}s8?&?M xxBK;wʴQBV^NuJ8_g#VL뙋R5D?uW2E3SsY%sPs_fJ28n6 "zXj%&D:1,&}<@tQ d{٪@j3{#R4Wb*0 {{gtڗ)} Ëʼ(d5FXvzLEix?.ǣ˱Ûq,ގnF:&F_ߏzhRL0 %.o 9ʤ*C+' /MZL]a` YjPVvjO!^;vJmZUUBu7n&>z]Q$I͑Л蓝l`t,ԅh sҧ;IOwDΧ9PAs\I^Pkݟ,bȖhq!di 4e}"ZޯJҠ{yne S4_7ep9R6mwJ)k:3_I`< !# ˤ`~7F\ ommGmoNM1< N+ԅ=cE⁗4daAzo\/E N)fn ʈȇ6nPʬc \a"[fN0BP@Tk݌;οZ%=Ec,Q۔>mJSZvSI5(ħC>ᠲF@.R^tfrXLd6}d\5#(d\QJdʀLlv佶Xd=;tt Rio`O %2%t휆. !$qkn2',nywdnO7!yԄJ3cYa(cI3[1[ Jۮj!荎X@ PG cJ g9&P zz\Ebyf B%a/}-fM_8OZǥ-5JRk60`T?&6[ mX@4jfP%,.i=f7xsEzC{8:$,ר̯~CI/fu_Z3H]8.S& 3t܅zJⴍdrQcfsےԷ}62߬>S݄\ەnOb"jWMUIul6vJ8 nwHD=~(hl|gn |R)޿[hTМhy#R>go ^sRJ%RRoApmAu-!8W^szg;" ୕ 4ZF&j"#قݽ i̾ it}'9c^zۖ^vگOܘ ¹"Lfٲ[h}= oF~ ZۑF6u9{¨R$٧Dy74f5Y0.٧DKeQ$ʎa<9fE+;EO0e/w\1Ĺj;Nq})c;;R01fٔWY=:h"ј\C,hDr@Sd)eJEY-ҽ,faU$2 +$pkH0ReAp7Mz:݉?ܺsʌm>޹-k;!hCNCGFyrIU2/yڷ3VG+)x67w=t'f3O*Me2*0 (-IAƜaKLS8Qj`TC!gT7}oP挽B4Laer.W|cF˞{pjRd[`}("byc%{ޗl_6'bȥMu,PsDjqca]F&2&2^2}ףR1U ;ѿmm0J;5 }3Wh:}t-<H+9") [`2G.l`%N5]; gOlxp IZÂ?"TA=_q{[ˊFՎ_bkɝ{M ͕Q+_kKKPZPrRvpEpBQ^4)'fĉb\^a(YPJ o XOI')e}a2&uX87"1+<\ lsOXӢI`$niWTE@KĖ"U>z߾{)Cƀ K$sI\'_Lf:Rxk9Wrn&q,O]+n:=-$%*VR;t>2NqfdHqy 3{r%S Y%=c$ഖcMFbVM_ VZL}aOS6E Q|g&-ŌJW^atcIǻ^e~w]E*8$j'* , >B>v".:/޿BZ 9AMŜCl*9*rk콷N"m2z *f @+xЉXNax9dx5x2ObWng%CΙ[g0]< 3s]Ǘ1v5$ d=j`~>ƗדLJaU*y>899$%I5RNa mS:3x) iK|&7*$bȚ(`KfȂd26e& 3(ܢx ~y+Z^@kID흙`,>ǯnFo.n~y!hmnJ9iZzBa%Èv eLe07 Ƅii j&Cٹb3\`q RV䘌hZ|pu9i0ˈ%TYXFK-j}MOiAYB1 ܦN/7s 3%D5M >Z,5ʕaDz<֐o !V04gQJKi aH^q}gdYS1k4K-Ld_\PXqQhոh'l]pxN;]|Ï]U +K !Kk?TT#*# B[ )~(ZjcbQ:2/EZBř"pm?_3kUcc3x9_Nl43 Asf~SaK~7s-*~:m|2-8lMϮ&`xb[.f$OUr >eM5pc$BYv~*Q3'~27w+L֬0V-zai3K,~|Z|`ğłs5 \S8ߣRnFm nIQY>ma9U-S7#tPaˊyٺI; bu % QO˔Lp+(Y@ .T"cY2nvT{W¦aǛ㰗ucb a Lh**΢;%*K` N"qz*1t9Gdk\ ublF[q(Aq1 &;` lfZD3Q* ^ųF+gѠ(󠭊7Jf kq fmJpc^RlA/\sהk`2]o5U5EEY(Zw3&~>e9jF9@_ zxF8Ax&#.xTf1W[[ B;wG2k=WanVO NJhdr"HFiD7bKn,y&$`f#Jd$dŒ?p?81ُa pUaw &edn,3M=qwY:@E:(r! 'uj}j+ S.*J-[r[;zGJKe?%gW:t's㜯B2Ҕ$8^a CߝRm??10zh=x>̛ݭwHLY%,JZ.wtpÖ!*s5!=_oξW ]Y6#}L-Lg\iY]p9LjO.FE>|:w5Bx@!SiDߧWpRٞ ZoEU9UP2 |:qx:)f"@Li *u׋Jηv~gPv VRM{{κVhwZv8"MLS,wm =v,& #-E—ECy'<w?s(f-6t]"u*H94FΑKh 0ͩ\,Sf M˳asVݏƲR tlP\P"W ]d*j/mHĘvZ0=`v~ Q^s9fX/f {2_}/oBM=GKh^PJPrUlYx+F]ZJ=KhnD+ȮH.JqG)|pUQ@w$ _d$<sJi\B {d0x55nL=8dA|埿YE؇݁Ƌzxy-%3 I`/غQ?O~j`eXF2u)njnsFkv8/m/>zNMd-VlL[u`%+g1| nΓ+JCA_%pպܒ׸ا)TbQ5 v( Yҵ~#*.1i5:@@wJqS's3L*Pg Arݢz:{#GcwyJyo;Pejf47 }TܞQad~(>ɔ9MFmr-*FN8+1 [$XFșZ eƚwDYcr2T]i3%iXMerZ__EҜ,V_^nZ>k]$Gw9Ӆ޽>ͮPG=8wÚ~O=?9ӌ Z* Y0 #?ʢε#—*X\n`K:(LY% hP<طsOQŮj|x||>oFwHiFjn $0?aiuUPؚRk24t%C%@ITH<4 W5ͮvEx a_Ož $}x ̄I!@ &%dDg74fxNm\|A-6kvz3ήq͍7/(eZc"ʀ̬0{qv3OPԘv)}{JMr:RZ8nO+ŌV@p )H %j`Ȉ;X!QЮB$I]u]o@=[5jI0)m^`-k(Ȓ’5T Z;/~VV$qkAA\Q\j `eD),qI8o pBX&"H M\!? a8mNеuϥ.HEs̍(Sٶs%3Ga?п0p&r $.X38nbm[:8B\4 K9!Uŭ7drbu &+?b/.vN/x'N}tj p?A#c7Ftm#wKOAK)ٿc9\\-IּソnMO}]U̐@]G]baw7::j8A2^K m6v"lE~ˏ l=8TXσɧ-oI%7C?c[pM]8Ym7y<3Ib%_m[>|2Z}tpkfIL''Zw%v))8F/pd<.4;+&!\KPXZh:A%!+g #h {o$ٮnz;vxn{^a9 T.)uϋΡt: i0]}\F'q=/$|`}G?N+8P.9Tl&K0ɲϏ~0&7^g)Op?<8]XqN 1–r:˰$&}{ףTpզ}x}y\^xBn!kL%VM°P,T`ScDu,Ç3 %s@+y,i]t2qa4F!^uxUB<*s^)m&9vL7*eOËF  =kWx@t,Od箯{Q! A+tF݋C,gíi=Q8ޚ&&^"o s"C>!RXp&QP!R9 U4tF/URh Ch ҽ\$dr>a CzFV+պ3An:MI652n=Mx;OY4hcHAam* %F$Z#)ܮ犼pUYy8jִeRe`ơ$K ۍ!ui ]]㭪x2$Ao2 4Cy,#Rv%ISSu1éF ǼrΏ2oJ-N/ ի4AU͝k+e2|BFT(4Ʀ.CUҁuyǍ6805qA&pXQ+`:LRP._T\'hP֠#^D Ӛo%]>rt cƺJwDk$X|&fw2D85aK6kX;6O4u> .!VuiaӏӫWd_[ԓGT'IB SwIQp%N(DĜbEuc]E6V 4x7 P# ,M@xEfSh*rq߿:02P5uW㥆4~DfIlyRg K,m6EĞ&O ?W}%eA5%m0 $CD4_96KznM?ȫ/Wǻt'3Q\, 1Ă0{&N USa@:̂g/j3^#i@Sp_v'M p1ؙt"%JbC*I1HIqd]3`"w靰 ~f8=ecO41&kJdë|6oaR|poky&S)o?߬9FR RL)38tb-Ӊ'r ΈAP~43Dֆ0s&63"#%׍/K ^;KeD(wޠ{z}o+'ݾ<><+Y7;OJڅDD[L 'Ȗ'6,aQ%]08M DL|b8«4M<|4r/Fփv TjXH*$yߘJCFWߧKcm_B aA.>b3|јj> Ƴ)lӀrDڭ09ն|YKP]7_;*jJNgד8pw*`,*k[g#np/KqIiڀsJbN%֐jÎ>8˙xqf$G,#T$4MN1hCjlWڊd1j|>FhÊ]eTѭ8-z-~~w>zEPC 'oQk6B:l6U%@VlʤDFΏdj8W(~ˌ, R`؍fI+/}=9*}NGQ-5u`eKqC03`Mn&u[E}tW:^IY@ߧ\.MC_`rMÖcpFk%^¶"Umߎ1cS/}[Yco|o8~.]w+Ts&ZT&^^oebV7TTrbX{ge;K^a(bEWX ,N)VPr\R@InuX?(d}g` {л6M:aBA3'߇0?V5fB!]"Tk )m쀞ѧґ%nrRWL??;XrմN AaK9ke};RcK LCt̿{ գ&Ҡ3H KnP]X"۪@cx1Vd"n,>ҠAbfu.h%o7h.ş'&JNe^;_o69cFýԙ4sfL9vXF+$:!GN09y#?p^tsMEE1mXk )G⾬T >-VNHoDFݔr28%gQ2ީ7<2 YWSu·Ó)Dseѿ}]Lk@;8i9?H+'\?(o`.hY0(2tsn6M$Ϗ~5J1*$f+N*uOhާ*=s3Snd`HQ뻅N= ;S $k|~w˛ޮ4YB@"UA"=kd2cNHlo[ OxԤ1% R.@|!4n\<2bCYy,!¬C3Ϲ(L\4@cQ_, \pTY`oY5jMg"b׀- WTmN׶쵣+nvZ7n2BFm-s0**خcP{PQ:<kP,a!F­H Cšs( b!/P[ӏ:16P0*t{zSgdCq7>MDg}6t.Lɨf"f̡zCl}44C>J_ϰ?x}ZL|FfA\ ۠W:)Zq@~BIzI88 l-ҠiM1`wARr{Z.+ߜT< .+v~qm}#z 9<9y%2'CH\ymj+x@񊌸QI^nv.Kwl# TVUK[WvE+b QݚlRnPr_ .Ilb#$/-E3J*s#[rBѾQJHnڪomo_ G}p=(x#>\]w'mvUOMU2IulvJ8(+Ua=gf7z>s+^Rg|.L-6W "ѻ_ݎ`pjujz3Gم@#Z/FɕrkgVMK?ֈYB:V'Ւ&K&!ZKn,y&$`k*D08gY3?'SLi7HGq]]6U>5Y22Lpe_Asin4N A+a,v0qũWB٧.1ae.]eӿ?TVV|p&}Qpr|}AdYə[-D+*M$Y3 AN+!~~b}Q,9]-$RXH.\f;tp&!_r!=_[o<%]Y+  3.AI8|inz|qo4*aWn":M%M4h\0RNpC"5F^ {3j򍺩mv{.Ө?om897@M f3-Եg/N/7q:?9L-RYm{o ͙)`1qUcB@ 0P5AVӜ'XQqߵ+%=Ϡ~A LhD F<.%*suLG2ᚖSQ,g;`5l wMZ/2˫A$(jEΜ%U[*[Ri4.M16;MW{7б̨ !;QZaz i#%.&D\̘͉[J$}y-C5E,$Vf[<"\ɴ֥vWW3͂xu;X_mMvjR31Q+?4uנcITz28IB8,PJB|jT@#+-(3b.`x5lQK<ڸ ?۾Ž <|X"qo䥈ݻ;ԅAKItHʎ1l}琔,;Nhjy?9<Vg(LO`q,2.jWT9r}~C#d\1C;dx*->Yd\ 3]NLOH8(iΘAi:o{arɊe'0XhsE(6%#eY X>aptowaMȣ0DQ{ݠ;4A0޿98rHJ ~dB ?o-zR}g䏿ގHBq?c39TMD&)9g,+2A'TIs|t܁n1:HҮ3b۩ɳvdK:ow;{\'NsI*8 л6k6fElE@yU#,0: Y^y^DPof0v Pܻcc-)g\eEukpy:*lQR9nIp QO*ƉER*|²D* ~R/mW#OX`&~M(Jg?]Ɋߕd ҳ\lDTz5`s" >0GEY(0%[V"IA6[tO$!הkC*M*^5TbJ/[;O7煉6k nU_$TT /VjzڦC1{^ߜ?\z3&2 .s[ι;-rN@u!F'|9ڑ EMduO1A;˯JJ'cV*["2UR/sc )iƷ EM4c%s؞!^]!f0oWF 2eku쿅)jslsMQ‘ ض+ZvFh'?G2kZAx{=|s!NNi)ƂlCSdxE c |oVlNuN5= zoC;,9*ZXOA mR}SܠI7Bm.C^+FUF[m˃q]kۗd8'?}+{k4Ǯ}gA)5 5rud%1v0?lfCT+tbif;ݔ6 \LxfB*k&V6[_ZlEUE k/{#g(@ja&Vxi؝w2C:aZXMK9i\[{mD̬BtsJ/ݯ:Bq1(Dho*3Syh?=kɄ6B8- {`D- 1-= UÀpz}}F$M-sup2]?TdžX'*7G-L6^f{x+_I=_ Z TA+eAA9JF!VlhP" >+)]x%q [nAh>P?麫ܚZX:x,p%-_-3p[0*?Fq;+E!2 /'wh[mI%QM6t2WQtѝviŷG ,i/WJ.{!1P9-mCxM) ʥ3o칵FvUGAR+Uޝ |3}ǻ>Ow2xY+,)7l3M)z#sƴCUN#M&Fߡ..IKk\{E?QZ~SM_'.0{%q˿ςQ|9e_FMO$+9~9/+6,Ijk)NTIAc%fG)h$lX!MQ\E;fh`?V5(UZ mZmn&#fwx Pֿ,WDaDptϙLNN~uYNbq@8e3x_B/r'B!,;m<۝Qb\GXmn"A $mo$eiIX$sGQN_JաJ,)k<ҔUJTK%v.ޝJ7~gRV摉^s)>NNĤZ.,T?UU&́MaF l{2=T&qsm+ NDeLjëSLd6ɫϟcQ ~ɇ:wVoDfO,+aB4ym o{P/U-=(͕*$2YMzDR N޿QU&餷ޕ3h*Ta$XP.=a6ɜdO' VR2¦1=KFddohC~QE_Fft"sȔ%>"^laYd . J8ۈ䱰uAT LV ȎvbsL;l<1;|0\Yc#h)&@%U+,i* " #M:Z6LͅbjP~p^Cj!2}CS[oӈ+],*W WlgOpxvBYȤPXrR7$g&$V{:"5sx'ܢJ:(YH2ƞs{+**{nrhvw8u-yW 4)+AN}P8W4dK_dÔuH}{*8CVh}Bk6jDQ^\RTg8)3Oo$t Z(%9|=>qAooScpr22),eRQRoLe8p7T]m+ϮOGO AJ.);OHpE\?Hf8r2Vͷ&mL$'cg߮ T3?D-Ynh{ݿp/USPB/?r-YC 9[BRdCS\+**7#jR(S&$ALBu`Դ@n-r {[}Ҏޟ_ @CDC^int&HQ)%4o[qyWTy6UlWk%5ΣԜ}\)ԣ8Q{qe~/ 2k|_sY86# vOyL{{TU)A#FAą}wߠd;%z݁ ѫϱ+EUU9LTm;S_fr_6Ħɥ\@ПO~/- }j@R%kEJcm; =@ɺW}_`g:)44S [^k_bs.+xxqkN';HsWV+͏:l^}O9/bv!qӿ< 38okoI4LnwB γp: 󚯍 PRs++8v Ð4tn8$(;оOmh>|$RIcWo4TvŦL+cӐ|2MVmCq&v( c@B[k}یpN'u:f$AQv\nÍH۸߱>c$<˗6=*Ch-AQ*5Do0sLݙx**zx u5)3Z7YSgF|ˣ:< F-c%6nUS-}ƬpctVhIh`v=Y7=Łkʹu»)In(?_Xm,Ua*.ݸNkU>;>v7_p[/ƒGXLn \yZ1U2_].w Z(qD1o9UU!?oG#z^1kL9>&2|(b3qw-떓*~=8 $!`W<ۆ'uf++!bF gT旳mkBE]%\@p鈊2Z@nX=%rg=Oq7*m}/sI/ޞaokKm;|y];ݸ^$zM2N.$>N,Ini&&߃MY}uES4iIAsD<.յ(uPiB _6Tja^P$["/nn I`.B%憖\{l76_h\kf8oP&3J%OtJ .4/W-3SÏ7&"22KY_E*rn*e2豁Y*Buz1˓8Ơ tœsޞ.*'\]R1cx&S $CfLty&>s28}=H<^D*J[EUgs N/ÛW᫗]ONS7G ۟&kZs<vDjZ"oWjrW?sv% `,7|,4KM$O(c2.&:X4EIZX<ϣ'S3S'jBS.! F RE,RRf.ll.Vh<x&G=ʞUÒºr"FwU8QrhUWdu z9+5ZiF)+Œ:ue33wl&y=`kbuCV )\&%HQ6RN@ ZPV%ʲ3-W&#GyFIwebl4:V;j?'45Dŷݾ][u!^jE:EOv [[i(~tlټ8G/I`;;mdߠ5*_UysФU:qM*Ǝ8K̂›"368su[$h{v]a. }{[>.(KVi(V*yZ)tRBJgimmap~=&a,Mu Tpzx<|k Z,Vae !gLiдM'bA/t?W.xqt|$Ɏd: à &<8NnN^t "Ke ~= VhYxs:\͗;1_CE4b(\wp6h{yFoe$k*IiUܖkWx/=g6A*c%t`|r<}yl֏&)ZN W1YLO(B$Ez/)H-;R'Yv>yDZ(hKGi*#.*+RR =!G. PJ:_*eM4]nRa0[\OŊl |9gLz}G &EtPAIʤpm#-ՍYTo3? ;?/W"DMh$'-% i#}+<Q{td[$$OD{}l6 %= MԽR`c’DԞ X&9VJ~u1[ɒIpZw%{G2\|Tu )pp&pXc/D% 6# tX!.+wZ X(EH{[ݐ|eZ̀nض52c.M#Ey޴:8sIB%vA@ϊEJAP5-j}ԑV}{{J'@X7 -tsn~Smj{Gs@b]jRp9J 'qLk,u{s9m"!. LTPLэΏX?WA!sz r>tNy<<=HjT^ rw-("d1oU {8^v4V v39}3#MQ O]EF?eO~?C-?31,??P GؚT]FAw p*]ߕ=aj;ͮReuds*83xJZ|>}u9=e@DX x-g9=< |ڎqOӨ?qLk_1 (Y76ۀ*4DrSv ߠcQu]3鴑Z5*ͥ'sNjr;oB{"THVUhTP]){[" sΛ?[ szDXx ΄Rp;h*ˏSIѵ%Cw9UZFqRLh=ӺvcU˩w}nH~NiZ0.gJcdDZ\02B')޸K$e}38u/"E{ޙs{2OD;uNjٛݘԐ<͙.nCMWh pG?2 k:}*/&SPP ɚL@i$/}*/MMܘᮐi;?;K@N ) x{$En8dO,E܇/&@Ow~y*(sZP Lk֣-e +Dc#{ VzULg(@ pdl@喝 A?x?f"c PWIaQ0VY̏_90MR?qe*:L . :ĿA!>cIPL?RlX e9 3Pa,Doq:JJ˃})&v t#:[3w$G/4H`DP!{*9r:ahH#J<Ծlu9qf9Dƈ^9*Q.:<{JF- LF_#L'&|r9un(~\Dg ];eyۦt _Lvjh]qS%dywWOK鯐w4`'گiWR).RV* 5.>Exd)bU6-.)Gf'* oYǦk0m _ +`ډ>>n-Poz:7.U}+M r >ͦ1$؎x\<WpL`%[+T{SZٟ_Oqݰ4!߳ (Eͨ^-u);b+ $CG4"HZ8$͉b;+E!B501L4u=zDfTBtI2BnS0Y`ce,xڔ1n,{A`KPRy> .g%Z5Dj|5O&B/gO„~UhUI HPO'܂D`[F3o˫h!ϯ!pT9Ȭ^׌ѫzZ.$!(0!ڂ]{q8g* V6nvW'(\8zG?;zׄ#zh`@+ XOq_WNA^hP%Gycnфg`i9^)" 㶷h1ڶ(tQ]V9r'{a-"f8dU]2\J5:fj4gvkFwτ4!) `;m0hGNgK݆8 ,b}} +#6i I`. %J"Ucvo9z>^o*䧰H,`VAe3]79،Ckyzq5iZ}w#?rKfi䙎k}_Oؕ&X i ɬ-N;XGsWvz1JuO:N?Z3U1y X ΅ʨ XY tUF($`;Oک](9ƽq >özG~}xv|XTZ U*O/\ִ^{Q UB˜Y+TK°䐭+GHWη_+cE",`-^4HXY ZOb/`t .)dp2/L~9[ރt aR%(#!+L~C90T %ryuk{!Ui 4M;&g^_{L+ VZ eo/LEa2g*akT0oK#Mml/2Xvi9!Sϟo .v0kwݟ0B∾h<t {~ {ߍ(H},דբTb!7x|u90ޜGgKH/CҽD0pn&g-& [8=A-XeK-+r14D K>mpC y"b磏' UVc"B5$j\zQw?* RwсY0fX5kta< ^.5-iT9_iD\\1[qHK5,HJILG)P%تD:*K!%j,112Qa-c^X3]ɘFD'3FMT…7(f8qx WX+㦓[_O.:Spͻ%Vv4Q)kp YjhQENp [-c&clUnًR)O;@UĤrkj>;qH&F  u'K)FhDd#RҞ.NচNӶх*[^Ug[]خ5#vF ާmi#D$&QJSt7&E߱x\V}C~Zg@1Lmb@΂Yt?]%3 mH3pww:Bc+\rTggr'ba 0CJlTAAf0\F@0T SCzչ`L`FIWJ̩@ȽW~̙lgfvgFz<дIj &j/X[W-˔Ps Kdrg߸i]l>Q+9qEM6[eyA5 Li̥PڔQ`lV)i`S7lΟ}l}ٯVIzh `:KCޕ\2tC.9~  %`&S.pQ_p0ݠ(5UL0"kX=P-`g;"F8o>e}~Ņi7N,۰ܮCTDIl(R%);ư]Jrl+P ޣsuuzZp+RTpɶ[J_a lΠ3;`Xlk_dZgyKSx frƬ4Snmy%*^%1)~yW"7xsGeEcY Xٚ1 ipD伛qK,fI>AaUaݧ&-YE3 Lpe,n:|^_ߎ'A:gƇ6}#y0?;ۇ0{QK`TT%n*M(-YUfH–Jt;OON/-/֐LV>qWB2Ɩ]+L~H޾r<$+DGh]=k# VBtA2c M3Y#22|(;:D q=fx5zC^ //E|6BmQo? p: BCmz5vKyH/e$k ISS:1Qr3J{?`Tmrn2mt<~<~qʏ2Եlgii.vڅM;Nwc4[Z47Z2n>WGZ(rG) =n++&l6ͤhle:(uKŇ\& QJl{%b g'>ꝏh8:7f@??>mn,Q$w鍊%ґ=Ab:kX?,eL+ÿÓ!"oAŻ ^/'9\\l2e ,D+ME$e''RNyKeZU]&]鏹zWXnZL$\m~T) H Ȱ^5ljX+Hceh*KJJQ̏0K3SQe]YwH`#e2DZ> wSU8 $|8qPaYd0妥*B2(`M&2ͦ~2G?:h %*ict("ꬸM\]qqSCiT#hjNUxUvG0+fz!]pB ~,0ShUUb9rˈwj=C z+{1ص=Rw/{5mL.ͻ^eeҥʱqjcvT%ݘCo6 GQ;/oimͫ?XA~L?gIv^ðZ29O0"OM/8k8G7"ұgSl/>BTx+ >v0uLK>.Ó?9KLZI[ցL87b6аcK"VDy4bO6ݰB cC0lހY@&qm-35^4m tf|rpxWt{\[6US> Hhv§9}g{-c7-B u 獅v<́Mr TQV!}s"6/>VUq2QoXsp>.sNMKINwxFoƻF(g4 ⑱*AW';{6 664ʘriOBCP N3ܤLt}{;:Ye\ٕ!Ա̀7!5O&B$Noîhof{1B @?IX8h)c:5ܫTf(*Ø2Fpms9q|ھ f< Ì Lz_8[3~~[ e[tMZK¿3V 2sa8l 7` fJ~%_Dͬ"qOS~0ae.]U=SkieROq™{`]"c˪^g:) {-E/*($q7&?s!sSOoOIֳҠ3V %Mܰ@(e/%w6TP,s]R*wD](Ywˌ3@N}i/aB6e%bT#7U/2θ YJڤ YH,.im]ĺ/\X*~2Us11 DpW͕qNJ8\LddUY# NhYʤJr"/ [NT%SyG[4gN:HD"V\M]@A3Γumzzo )6͉#2itՙq &]w|tx.3VtrM>vˁumLsW HO 8JZ:ϯ!\S PlMKg~z~qMȅBPpWŴRv09c-Gj0d.1ԫ\"XII`)lWSzm4 =ԚX^ 4qnI-5*2 [| BkNt[`cx͸f7[JfH5|-kƭGS%3ǝp̈&bpmB5L<D%}K[C*U&2 ^y1X啴#bl >3۰Tٍy;}G)E({ Gs0;TC#ǎk*)H;-5LӋP+>)緰 PTl)[kDM!OߋMQm|q0?rlXO[%oWzV%l'c>(ybJ&d[ M7gC:@V،[e뺣>+B͞J W;aeO, Fi\[nߒVDu=KXhd(hZ=TK=wPզg%e 1BIۊȁ(.Eg={)d}\K rr?sH۶|+_6-I {$ VE@KF"U Eܺ]e <煇z6 k>svLu[h嬙:1y#:c;x;9DHs)>X`FLF'RޑKETƘV^ ZLj]uy2A2PI { Q 8^o\QQ YAqW; R e]EPbFɫ`(8N^#D^?^o wۃWN%iMS4*3;t>Oߝ^l ~ pѯյ0jyAX#JtsD:IpяeV*ٌS*VA*j;O("凌L*;{{* RĊ > XyI&1KhkȪZs>1Wt3-ʌ @dksky#[46f$g&R.y'1ɟ59]ONIH·!yTۄHհiH254g\8&7d:6%jGNEސe5 Άfr1ƚ$.d\C5F%4ĝirdujj_P;\hrXbׄCUrfUO5C*bsϔ4IVZGR@J8= TFCAxQ "֘79#B{4 P!?q˹",U˶59s"pвd"|vP{0t6sY9&[*{=ٜbWm,KPskhCMX83PXkFr9ȂHx4@ ^qeH#)-++^õ f%N6>Wgy@> ERlzz|vYڈ d A٘7 &p'E '$0Dib(%/4RFwzy|#wK !7y'UƠ񄮈k+)w<6ƘrpTٱĻ9VhAV^xu V2 =DŽ46eke 2nK ,rU=tMKs%MV 'lēIݢ6rhх &F#Y7K]R0&d2Kߐ貱ڧ2RHҴ)+`'(e.#l:4$"I;8Ib;F[ cPS|줪d.3hO'[6->kǺ`n$r0YH5sHT #aMiY#~Kn鋭'Q-TMgм` QNG[ `A)n2 =]/xTz߻s.f6Ż90vc°GUa"6A8`᷁hb\!k[./‰u Uwӷ7pjL+\VpS+?FZ6Qਿ1Ķ/pW宙ʍqQݼLϤ6S;$M sN%ҝ;ḝYI4Zt}vo'l|(MMEl7/WKMqBﭔRIu2CERjYǔC=7-3iS)[ܦяsN'6M|-]J4*u;~wpe,t) ɜq 9c2" LYD`|*rA,Qq{}mޡm~vtstP{%3Yl˞?9֛Mp6^9zע3oTKB8d=Mp¤_7UW{DiIpb2d]$[*.ML˙c9UBuOR 63]VEVvRgYa!κnmi$zן[NeV'jugQ,QfS9g[++t9Ouz:N]97CL墘)MFg'/bʶN//& $ߖ~1ZMscQN Y6 eJj, K..%-j TvJBf(k'ͼi8 Nϯ&wuMRe hDKosQ82 &-P\>}R9YiPmpJJ]A¥1sr-0 Am)VEéZi^,8M#Cd9<QdB :F_ody$4W/.1B=׀{1xBU{4'>.\Dlx;.ǁu٨f88u0z5 jV\#Թ8ֳ~(LNVz4+%^Ձdh0 @iAh_EX[Y*&(d[MK@˰qCX,i[Z"kڕxrfsԢvg",CTh<.Q@`^heX B01VOeSDDibpѺe]*FٽcO= k}x n؜ŚQf k՜J=yqk1R,З* np*& BV% 4z܂&g2ؙ5*0T&RrYA9NLcǿh,4ʧ9l^[#IcX9Va,ݪ0( Gb="Cmbg3i8Xl8dN~⟱8f6 Wy ]ߌ.bF̬wQ(Qp#ODOldW0 !aF,e6?=ȮIJ޿U4Snã䌫gl2V,Y?YJ%fL:e1EF|9Um\~,=O^uϣ+O\K>jI;'Sn_M;i P?NϚɶVT*^ ̤]1c4}ƝW*^ct1\uu1G5ݹ*9/f y+z zB)daoiG]|\J&j;gİltE:|YieHyYbɭj[$i&b/"tբXʙSm̊{Y&R˖KŴV;.OXl8|Fx> f~?luM>Ƀs"1lI+n`-;r4dm8k;Dgu:^03^HR'%H~yaN; Mҫv:V 4Ul-# 8KKEZȥx=B 35@;[9_@}H]˜Ev2 ³ վT"5-`BK%59k/<$V <K3G[rr` =cz=ƓD:Tp[Vl{ 8\g$(w:nNjga3Yt^NfCha;t Aw |!QJ3% DPOǦ? +4DX;ie&Ս g/SǓX20Oq"3 B*y$Aov9^5 5{eB^YFdA*eq(7OǛ'"W|tUEl$0)TQR;gZN!NӂlcO"y z!gOi6'T~!"$ '::z'lG CXU嘭<ŲBB \B]Ym釈ڈ9ʽ̹Nq|(>XR\KG[фf葼m 1 Ng1,BN8&;`DcQx[#Ŕۊ9ZLDxQf>s6U-8CxwRe3xv:# l<ggtX~@D:$:zpD8GwH5siJK;}>`rvooXomTϿ1;̫[RD|G1"56fRb4L1: $9v{qӨ?߁0Z  ?MutSXlBrA99o$cgǗw;ۥTKp|jxX4:-pL"Ϧ$49y&ǥ&d pIau*s h"XAnG&0B)IfcƱgu>-M:u>bFio~$j7 /OW^E2qI S}Fg`j$ JR$-OdOV{g.lhe1uS-`O㪲a Ov ұ56r@L &f`= qnW [=$L}|%ό*,%,"_E&itr=^XU較ZШhP2Yun!DF#M8NUkGyu iP= s˚uZnׇV>R3V#D]Sm]X?z_6ZP=t ^ObCk'_qBBvó |:𸤧Ij\?8g硵}6g0P*<j@ _ L6| E݌ A}Slpm6y[l ,V BU(>qpZMWLZy5?}mDk\joD+$ky^s.g3)W =PИd.*Լ!i@>+P(8h-V%PywBD_:y!Ry„V>w| 1=ts(,CR ~ݘc&iE <Ϛ KQggx;e\h_a2'`1-]rPKaMPPgQ] swAL9 8^|#\< [!LjbiqX< |.f=,\yTfO69We_HCz{R}2JZ.7J)v˳R86tCqv|cUeWѮ2=CX}勋DDc4{zݲyVp|(QRDv#s3~OWa76zXX 8L=8{PD5|.?> A#鬉4nBk\/ >24kqg0pm]-*m}nt=mՙWSS ⶪXX9ɠTFۆV~;.a?l@Jծ'U' DӮvӶ(Y(5vҐ(wx2 pVJYhDC"85 [ =I#R2r\ *3߫#yH/TۗWƧEEЮ:_Ѽ1Ó3ո86{K9_ت[ټ!v˵"#(ȲTIõA~(b  UCikIi Էɭ*ꈴFdjXٰ9xu iwo G38HK&%_[PhHRX6LI7}B7?Ь;@m o |##w tCSn 2ݝL\ T!uH2[p[ t,Q$]+mJLЯ7;Pm `۸wBKzb7\%a`9|Wl&qyoe+wIZTi8 xkPsWCOuh&kW!\C?:e8:.2of)3D/0Jj]%ŒU܈'X.)|GTMD&&w3xk?A6~EP>)`p#gJ XjjR7\b*L XRxSڻm8<֔@g? ~4@Cqǯ*M$UiV 7 `$1z;է^m%ϩjnu$zσxոÏ}vB:k댜SHH` t~M(Lݼ"K;@AJOB×H{|? ‘Wwe+ {o:3FG. 4Aa: ~DsR#rk\ح/*"x(XσQm%ƻ&a/߾>Nw&?oT U_:wX %5 fvzN_%cB&s8uH0{:|+)@ѱA"ep96'{v# %2*̅pwĜrI p &F"coߑl+0V"{荨i?c Ov"zo*3XiQhOύ=OaganS/$ߡF+zut~bvGxp2DGAtG&>8oNO^ꮅ.*Q.ts~݋ae|d m̦Es|@ӄm zn`N0cp,JcI% O,pQ3)tdl?>y}-Ay.*t sPš< N+QߞRݨ(s0 ɮڋPՀn>D:a.*!7v!x#2L!ud/G~Lk_zP{X[H F^$2PO-nOi G|cb*hE4J6Gj fkhń7Y%)%Z_ۻq|SmCzFgȘ7\ⷓǽ\: *Ja=''o^\%=4[qەޖ .DhWH/sJk2+Zbai sHDMz "Mg|`)*5rae,qT$Q(Sŝ 30CH-R_@,*R)) 1ZRq ckIxq]nϩU3Yw @X |#{zq^M^(t://\e;`~yd Jgh՚]XisXp%) 5֢+΂Ps~jt.5 'ku&-5xK3@)26yuv. [{J"4$'h?>޳gI~)ŧxu@R$QpAn^̾~uITc4qlq1*>̄=g?a-u5mISUeH F #7WqLw|;J!xP6/]5U!Hm!"*@uXѐ jSz=7e m*f2P(dA# UPlbp)# x.?Z|X^_zOC$&wƴ.F>"p:شJKUYxDTTPϧK^uQ~9eɏTǓt]_;\ϰ!A䢃 ƺ=_U%훺Q[WL颱"y[$)p;8 u7Pk٬kJj=?=^H%;O>`Cu"^ DSh:jSAߪM]gHQyR?v\+bsԭ5%Mi%F>E)B]Η=P4L67*hM+)?» BTjwJJR/hd\ARpA4Fѡwx]&!Ҵ?-`ț&jʦN$$;>sφ9=}$&^:>N<ϝcw Ǯ7qr{r]7$G@䜩%~ކ2ۋ`1z{G#4v& zi=KfEy4c%J֚gzJ7YL~eQ:ɬ\)]1"\Yct4Ʈ:)䣼Y#ΆTykŔQM OKy+RQ )H5d.L{L2EVB * W;kYƒV?@{I4P:g%)ڟ|_F!\+M}_= xE^cz J6]+R \{G!%@*se* zB-s6_Ou?~c\}X/36.r\,`ʉSqtмLdfl_)cZ58=pT4,*l?4땛I0+0"hJ? T"n2e)ZY%V2U(mغ팔][GQ-mö;8]:2#gAt5WڅΆ긦YWFeHU#\6ZQN5K 7vwL!L {4Y3ՠ 15@ isSY*1ZGCMD*(g˿|dX#h) Vi[:} ~?(UlTڮFFUD+*JjiJI=kbxq8ܴ?A =d;i}b${"ar~JwѦ7̘je&S)]kd:j!gF(YWX˾)uK 2:hӒ:S~̌)ODͦuKn?IQt{%5O)\j BH2!TW@BVL'\`?~=,%^v]8Q۹}tst]09p9υkϏΩ/MMex>"d y<$@2 acMZǑ?<VRUME.̒=̴k?Syw|t1ڟڭj;LwJSwzv}\LXnsM''y#ۭg-:7@ 9FlsʖeƥZY#md=.r*X5̗/<%?k.\(0 &QHɀ^>> .qI8 I0è"^*-ə,}t5!|Lb+ڂ~x}1 |3;c/ʄ& "*TRx*YeHvd{qz Opv+:UFQ5 Z@ o)HZAm (Q8 t]fJx(/qq?bQyfh[; e$ [NAU8sp O;l]bS&A7`] UC%z7^p`^ z{B}6qoD3<KM;]n̲zR}h-pxj:vvoSEj:(qhphpoC6tJ lVI8S/k0cz_9La,⑃AoYDQ3RԸdBϑjc]4Gd%IU"|.BwO[Hxji!U*{#a\rWeΕ#|gsmHEеzŋS 2@+||4\/olr3p6BL'䱎 oד%Pp ax%ohS^ik#WST^{5zsX+2m8/wswraE X+YeA$^0$AQ:{qkH Th<|U Q>|`*~_a)`jpRəsAo*aGi ?2 Z^!R/7eBK \:+9庤/Rں2qޔ%~(pw^Rؼs[nvoح^#g`VyV KyK/ԕka[|f:0Z1L6_RvUSw*txb~kZ낫/Z7gZ9sҞ[&{GKLl&IDZs,$!I,"q٢'0LGe%*ZFO{nmV|kҶIsLԥ?}?I"i'뢔"/Ym]sUj6'I'7 xsM/DG? ?ՐzG~sY a (&tw bWgb褁IL].v${P{kI|668y)kFÍ"vXd3֩]RiJjK@@-DT=`/aV$R+?K\8 g(F nKf&r@]v=NJ+|¡X;7Ho wF[ Zt( E:$߾#%'"LxGJ`o$ va-괵'pc[3L?%gW[Wo'LS,OUA;ClW1kH0[md4*T%1%̎~NŌdW.l8xe,k`Z4\rcqgR¬McĴ(19Vܒ>9^]&eq2'1E޽61rrz B g8C N*0B-Ԃu\6]˫x#Ϯ!]nպoæ;(8]'KtG - u|^i9> L-C]Y#mt2S! Ƣ#skbMH)mk@\IkK[=P]llx։ ,,˙wRY3`vMMmO q r}7.'9q.֦fbQaO з1oʂiB6A1 c 0m,(F;ڴDC4GzEh&X1).yW<~NOl.$eL M;v; ´o;O\wY5AiR.p5x*>Bp)O#l EńpJ%P߭&6@ _,`8*ՎgI;s.pǴį(7O7lM5\f=YeJռ+ kcZCF6~~Łe'N&؆hrU"%qHW}dnwyXfĊLw#%=Ḁ-eQҮl#0nl3zk [oWZ;/PfIMb.)bKShK.$CJ[Y85<%S +(^+*J*i,,Zf#N$fՂQxpsiãqY*Ixx2 @u s}VV u$pP|8BPJAs Jه e ރK\d)-eRhKb, BU+3pg-qTR\*Ҫ\? BƩ|4\'Szq5G9lE4Ce KJ4.K eKdd|'9 ՂV~O0u<הkҋ_;|r5`^HC$4o~-YmIg${n%l4Ҷ>M.}@8X@ݛ-k RTGzCV OބM6 ,Peq#H>!ˮƉ{,3yr8A$ц3:cd3^*f:)b蔑fz$EK3W&XA5E';II'0_7ڣKx|8~.F}[X6݃ic<#,%sFt3D2IO1TuDc6Te1~>ԯU{"J3N(3Iuu&LzVy'Wn{|Ʊ}!匄=!X/6ˬ{5b,eI"jd,b8c$]LS&C6"]T'W+_Mj/,C\dNQ\;J)B9`5P+Vw3f'X<  0+?@V!mBx|a2hn`lv$ 炻6j5׻0 "5=^|LF-_޴XJ 3C̞i8>4zHUCE%jFݬeݹ׃&szh3ӂd<@j7~#e>FWKlΔ* L44?/M55g/PܲVYP+i!}9 W^ ]f.m(M^_Iu!c.G%P7}v$߁Hݐ]q򯹽E Ӣ F*pƂx?$ƧOo{W= GwsG`׉p/aُ+Q `arm..Gͮ`1uB?/0-tF@m,,b͵s^4!fBi#@ɠw?9mGnxm0P:ZZnǺ2)9Y0x_DG ᢗU,}~|?AtrёO㫳g/kw7L-* w#u']CW׸ W@GA_ݷH? @ ^fB!X] 8) W{॑KR-l1LE,z1lPUg&{+doat%I~w"۷OJE3VI6sN.eDe*|oSeDZq>MAB(Ju"A>in Fij,?21dx;v$̏(43 JӿLPkڮDKB=M(K.ǿO8R|u0/:Dk~(~{?w5vf@- +Jf7<{c=yvxc+ᐚP3c P}~U0 {?NZ ΃,ro^'mz&98D/G "!Tq6뾆5.d [ 됗[(`!W񀊂oC-mT4Kj>&kHְEl/ݣX HyЇ8\Qa7!c8*0^#g`JK@.{Ȍ. gK?XGOQx@,\z %eƗ$~4L%2>SXg?9! Z@ ~.ً@~Ki<}Ǥ )z ]JQSvSkO}[ xXjB5!z]$,}X1C>EImu%\M6!2 [VkuxL(  Ƈu8eQlyl [)iz#%p{} ׄ퉅P6o_Tq^k;H[5FXRm\{fC2H-3gP[A0tՂι!dHnӣ(6駴2/C0Nh:Fw8 Yx 쿞D31O'y8Sޜ۶}ģj~'{ h#dk3{ /AY! %F7|R5kQ!+|(w%X*ÊBHfX=7tQtz6}pBc< r&XHbrQIbK.I1HIt؇ƀ<=|! ͸xw]*]G>kB>,W[5Te HJ;#T/~?Wٜ,CSm,p,a{^wdaX(RdBV)a֦jtFNV쇃x6Go2b僃0a7$U v.,VX  z>$=轡3}tӟ):Sz?pǰ?b%Q5Bi\pcxH{*eޔ&qΙ .%Śg:+[~UQPJh_20ts/#r;,! A;!ף[/Hr,X#,ԱZ. sZ-* PVs_cy\Y=,,L\b,4\ίj_ i ^*LB]~5{Z! [4.D .]q5$ V [sj[hYdv>I0U`ڂ*i8IN`A-Adk̂nO$/ݍƆ wIņt:]ányk-rRqXvwi(辖Ccpb4Qm[S#k\LD!\!~|,fPc3d50{SGww:Xh\0j k^P WԒ`nܞ>2 mo6 _Aiڴ)5h 7,CX,,9i췏7 Çh0z'Nl2ĝX=,"}N&E,Nw;j7&6wB[ : /s^OtEfLBn#Bw:蝆ϖ{k Y%DZZG 8c}vM]rGlͥcgsvq plN]Y}> Z;7ֹK&S%JCrs݁%^Ǟ'@ҳ?ăޯLitiP> fR#XS"MJ*v`]eϏ> ~\Vun䚙*Ë[gYΫT2YF[iyC1K}r`B [P#ztЍ@`k 3UIW)|ݺ@ dtNf2m e@aU.5v'ApNl IHbcp41it?d]R ɡ( "\-#{T6I-Pt6oc:ԓ9,GK8=0WU %!7vΦ5I!-@iDM@_k^90`][/XGO͚m^ʾ (lY0%[RcA_wfL>ky9 L\[ ŸZ7 L%pĬ֓ݫP%)v^%fdJ+lOn!Q)OixnYΞokMZڨ5E +KxO6N $x/9o2յǑ(FS~4CtỳQſϘ = YZ