samba-4.19.7+git.357.1d7950ebd62-150600.3.3.2<>,fp9| E,ljivթmzDb2L|v/Bfh+QC\~FQcMU-[BtL|.J_q%Rh ?gd# 0 b *; Qo"+    9 :0AADDDG0i(j8j 9o@ :l =>?@BF7GLHhIX Y Z[\]^"b#c$\d$e$f$l$u$v'AwJ\xLxyN-zgHgXg\gdghglg{gggggggCsamba4.19.7+git.357.1d7950ebd62150600.3.3.2A SMB/CIFS File, Print, and Authentication ServerSamba is a suite of programs that allows SMB/CIFS clients to use the Unix file space, printers, and authentication subsystem. The package named samba contains all programs that are needed to act as a server. The binaries expect the configuration file to be found in /etc/samba/smb.conf For a more detailed description of Samba, check the samba-doc package or the Samba.org Web page at https://www.Samba.org/ Please check https://en.openSUSE.org/Samba for general information on Samba as part of SUSE Linux Enterprise or openSUSE products, links to binary packages of the most current Samba version, and a bug reporting how to.fs390zl31P^SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Networking/Sambahttps://www.samba.org/linuxs390x 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!!{h7i'``x(X` XJZz:;z*j:***:K Z,H :KZ*Z*[(j:*zJ {:*Z P' z u HmxVar9 .J A A n_D& JJ A큤큤AAAAAA큤AAAAAAAAAAAAfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff08bd52e5b6d5482e2d5586000ddb890ca320ae32eb14254c23eec6714cd4d69eb4d13e3eb75df5d1ab808d3b04d12e9b811a32747a3d37b82a5788241140b053539974f34af2c2e54b78c8f5dee3acad0397f21fcebb289d3ddeb2302e265b97aee90adc8da807a083ced2c9fbbf464aac9088fce0b78074797ef6f10160a2d80305a810263d7306d51a121257dbab54ae5730bb7645d72369eb57af3ba0b8ab6581de8f58bfa5d55dc28d86535a079a9f3baad96583dbc0cf2f4f5a9a16dceda35f78607445a95770b1d025fafa2d954377620bbd06e143326a1875f79360082b2bbc1a58bdb81e1832df61fe92edabd541c1b438b4a80af1c669e9f1427e13959c308d6220fe4d1e6c1a93c50f3491a1c13a3848e45446ac8c0db5a99fd778abf5ef1d4a05e91d655c4c673c47242493575cd85d23b7e77022b9077aa983b25e806a6e1c7320f5e7e01cec7a06a0d0c98d9c10c001ed65ab0da64b57f52e635bd50cb579a89d11839b43422892fa42d56337f82ea2ca3e2f642687cc7b6e9916ee410c56cc2e4eb1df71a5ec2059087d1392969af73f6e54193a1d6f4f32cb8d0376e7f3f544a838a5d2a4bb87a2f1f2b2a0ae9bd0aa8fc3b2a862eb0d89f8305c4c18303ae5a888e2388c33400f7d57b41f753625fbcbe1af27bb316fb46e6a1c2784fa2d1bbe81d8a8228757972967f4b79adeda16831c2a344736645b03ef58a04ac375f45e2fb595d40cad62644ce1a4444b3e45e9dc916357e4951a092d8639ae907ca5616247b112739b48880815eab16f70e9510923fcbaa65d2e3ac6176d0225071916e0685cc55b6e0c13ec761a29af8165fc1b7d44ad29f841f5352a084d4d7623a97cbbe9693baa5ef659aa5fc674e46b3354d1415d4c945250755dea3b733c55eeea3d563d5b6875ab2f2074dd101d1c36f13420c55f74881a9a1b677c86fdc5ca934b7e833695fa2b1f5a603fb36ccd8c94c4e051da93acbe70f31d0a95579bb66ccf41b20069007ad59a6a6934357c181aa30b8d9017bdc5dbe8e06a7ea3042457a5e0f5129f03ae08ff953b1c7f16c8727a6e48cec1731c64edef5ba2c3c2c255297edd4ffb768fbcf1d2449018a0a0bc636d53a9f21f8a1d2eb4b96e9a58f0cbd3b04f95e4602506e617fd6664d0d02174826660e6992f4b6a86f00805c2064d6c83e2a5a3dfb61cfe53d21a6548d4544340a2c1ae318974dddbf70e813ce5e3758e21e321fe0752ad644dc0e644779735bbfdccfdf4c20c7d6ff874bb149da6b107abedd54f08581d7f0bd0455dc387fd27c125a41cd20bc773cad11b0f49db6e2609589ae60c946eeadaa3abbbb9f3d2b62532f8b10fc2604557cfc8d886b295691362836644eecd849e4892dfbd7adf6eae5731199530169ffda7ca2c63850bc60377cd280a640a46b65d617a5794da9209ea5924011c8e66269d1f39f77ad2a3e25e9f27ad9d0d363047f56d7d176c74bed0d8340243e6342452291b472227be1948f337e5a88cff94b252e88f6e9e276a7af63b88d79ec53288cbe6d00e71ab13cb838fa1176eeaad5fc697333cf78394ebca8388e45f56defb3c7f61bc617953da0585ab34081ae8195cbbd3d1de67d837db91a9ee7ef80c07b9620fbd5af1e3a38be2b90049677384093f571cede3116734049aca41940713998f833267bc3096a9877acb3f643a6adbcd5e76742f68ea4c66556ab64dcd7aa42d86267d0118bef28d81055237b4adbb2aec51ba19d2bbce5fd11cb1e79324f9f8fc94bf306d490a9cf77e148b9e9fc1a724db3f65d8951393f8036e1eec52f27ff33320a5231f923dd0075284875bdc7833838e49b7510cca7bf10937c56e856ce7671e8b61c59295e1ad31a3fd0c215003b2bf8e60b4028b2bcd26d9763c122101235c5b1eae1c4f4c39fe629c02ce9e945e404b4409f400765f0139943dc3abf4764dc0ec4a83bdfcb48243ab657da5efe19f07fcb0f3ed69fcb10ab17f59f3dd45701ef8a69d3c8ee22cd3a64fa540d55917b4d84d5759fb0f9af1f23a78cc543f552ba44bae9b36d12c77ad9cd9f2e3e9214db606cea63b76c5f7114d886d26769c8c84974c16e3fe98c099549cd4a3fc285cfff3d2fa496faa0bbb399891a2c7c553a70a0db83a62ae3f6a5711f0d621673b5bda511cc1c642df36b9a6daa4a8e0dbd058c64ba56298c91fdf58cf7f91fadf40169bb05b2c3a8ea18677ae46f55f3ec06fc35810d75ed5a7bfd73bfa701bef66f419032811bcb48447d99803c8c343af488b727438370cf9943d972ab8eabaaf9537069567c1421a205825aff4d367d350092dd4a4315cf07f20c85a5e16bceccff846d422a77ee5f807f1a11fd59fd4866ecd1de7c5333a0443dabda14950cc2f1ac98f137a382aa958ac4c418412060c1d8500f6d8db375ee66e49d5d7e53c828fb84776437ceb085908324a39fc5ad468a264d140db62587c3006bbbffffce152fc23540413e40a03d48b47103952f3a3b08403473e15dab141f460bc7b156d0c59859b58769a4463a61246fbcb8368db86f1bbff1b849c54a47c1ba01b5de1c8fc029a86660fe5a60b0f5252012b893bbebb6d879b3d134d809fe2eb20f32f2eb37bd506876f6e4b153c6da19906423261482cf81f936acaf59572c637652157e163630571bcfc18fb199fea9ee1c39077b6f5f885a4321a789ffb9c9f3fc20a3fd4155e5b51ccf08a70965f9094e909f0a4f66ba905f02aa67e1f5231e1516de5fa04b2bdcec38c3b3a7cd8f5ed007739dffb9a69a724986bcdbb50fb0953886c364dc6b53fde8cc83023a41612a43b7b7ba4b0edf38d88fe4c0daf3e35a23d869f4db2eab7dd3ba13f08ddf2cdb03416191675219e5a95948a9e4c35486adf9d286061fb166d1ec99d0959b2a9b2b571a085a586bf3be6ef901eabf6ea1af2444286d1f9490e8da2a644d8fd02210c4c7f2b4daa430ad341ee7bfeb9d962b680ddbf4a049aa7d06ce73153122e788bafabff5b5e5ac12b19d56680b0d181f2cf2a3fffdfe74ca0158d440eee3a2013164d10505b084afe42ac184052547de5c4033cdb571557d581b86e37ae93d7150efb6fb5cdf4c75975453e2b42e5d3379975362886b98e35958d72af78d5e2e78442df152430459b9f9dbfe6b71531cdd514884f903843e28cf273b0492f6542c5c8c599ea1589d87d4089890e5838b8e5afc15f30ccbc4221effbd4f1cfacd99b190f9f571b2661bd1ff7b5c3c69ca103d45f18b839ef9d68c6c7cb46b53c9459f7637fe0253501cdddac34ff171490c6ac42782b54ec92ee963be81ef387cbe7c5e2a74811dcfd8fa1816836aaeb2bccd8ef09c5e22ef7832fe455dd97aa7fe488cba77adda43a4143dbdcea93c40e8c399310a9bcaf2b72d978d9541eba09b6024305863d59c5543ea505561a14082bcfb3a10dc7d5d18db50d6f64b4d55ab8375966e68736211e2f35e8eb2f0deb44aaf62b9883937df0baf11de6989ed5c6d113b66367b73dd64366b536d438c46c2dc6861a7ed3bb4558157b3a97c55b11ca5285475c034119d6c955b8b0e547761e0d00ab998e3417f3643f76f693c0649b9de949097271537286bdbff36f1050d65ffd5dcd1cec08d429b4ae2dcda5cbeb8e12daa4e80c726ceaa272519e227a5491200ac5d3a59c8169a9f4c4c7dbcfa5553742ca3312e99b1cfe67bd2fd2aed1e760db5ffe13b905d97882e7deff92c4ce01f03b276098ff248fdf317e17f469878c40bd61995d2c20d87137349ec3da6c568d582a4424657508d45d828cc9032992618aa1092ea60537a9678ec394b150dc71fd0001223bc9a9c4a2b869d081cb65ae3f6b33a72bfe5e439a8583f737cef93e0f4805c090502653672bb642fbbeda24f0cdf3125c725b0ee77c2d98094d0b85106fa04853e433c3c054c95e2f2948cfc396aedb86bbd138296cf3eeb05465ab08fe758da86f255c6b2916ab7e75e1ffe78c4d3ff06b43e1bccc7c27febc349845b06de816869caed605034e1f091dc692ebe52e98dc5a5e42d510ae750a0da99b847fdd93697881b71b30bdb68415751957fe0e57c1ca8d6f08298d6789e05281c2547f964f5cccc223aed390b029ae967fd8ac5d04aa02fd1e533e36480f1602aa0001c634a1eb61598cf2e1ff79c2d617891a0b84288c27660bd199ec5920f096b2801ae56ba278719daa12e47ea5ac2d6837dd0e0903047dcffc299696eeee1e78e8395a326d15545498f88c3e433d7f2b8751c05b84a7978bcc0ee73d0a0da9650b4357eee3c480e89a965e49f2fbfb62f101322511e7a0b3c654a012162647bbd77879a8671f00e7de1e4b15d90258fef68d4f44e789d2f380092ea699daf67cd3a9f0cef60a9cb3000a60b99acd58df4f17221addc20eb127af9394dc74346ea70668bf3847ac766eac3a67ed7f69436bd958fbf762c6443326e9ef92042537207465418be4e918482fcbf8f182bab814ee1eaa6b7747d38d70db55887616d198a29deff4455e1835f62e7e243eb74f85bd9ba623282223f2059150e9050b7472bb43d939317f3e1923d243b7357a288c8a7d7892e18ea3fa12be2525bf38343836dedf646c4e5478993a14dc24d5534ed109917422a83316b62ac625fa449d81aa385885be675de3d0aadad4b8cc2df0c0db1d136817b77364f7c53c2d419a38756b35feddbd3dd7462f7a3daaeef4b93ab327742491d7dd443ff832a68cb5dc914c52b8d2900a82b80f0a40ac14ed368a4a12140e3daf7cf8ca881139b177631deeceaef5f4a477c7b4214d2e2fff6c59eb0e46a07bb8240179013f78b492167ab1a3b13e7c91ce11ae3db341cd1509347e705ae7f58746956e59290324410f853485a077a3e3f42dabc9d3d70e93027ade924862684e1231a224871b4fddce8b6da9336b3a98b6a4ad3d332fceb5ac6f9e4d3c2ab464c997135bbeef62d134cac8ee11cf09dc01ce5b020476810b19030cfe7addac243727cde70c052f986d159664d07a84ee1202aa7e5e5c4a49b25c565fc6907c16b477b9585e5f70e6fef0942e7c0ded1431a0dc655cbfa55d4c2251a117fe160f85a373ffbd063ddb70232b8fd1525b796169serviceservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootntadminntadminntadminntadminntadminntadminntadminntadminrootrootuserssamba-4.19.7+git.357.1d7950ebd62-150600.3.3.2.src.rpmconfig(samba)group(ntadmin)group(ntadmin)sambasamba(s390-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.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libREG-FULL-samba4.so()(64bit)libREG-FULL-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libRPC-SERVER-LOOP-samba4.so()(64bit)libRPC-SERVER-LOOP-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libRPC-WORKER-samba4.so()(64bit)libRPC-WORKER-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.2.1)(64bit)libc.so.6(GLIBC_2.2.3)(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.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libcli-nbt-samba4.so()(64bit)libcli-nbt-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libcli-spoolss-samba4.so()(64bit)libcli-spoolss-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libcmdline-contexts-samba4.so()(64bit)libcmdline-contexts-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libcommon-auth-samba4.so()(64bit)libcommon-auth-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_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.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_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.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_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.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libgnutls.so.30(GNUTLS_3_6_13)(64bit)libgnutls.so.30(GNUTLS_3_6_3)(64bit)libgse-samba4.so()(64bit)libgse-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libiov-buf-samba4.so()(64bit)libiov-buf-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libldap_r-2.4.so.2()(64bit)liblibcli-lsa3-samba4.so()(64bit)liblibcli-lsa3-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)liblibcli-netlogon3-samba4.so()(64bit)liblibcli-netlogon3-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libmessages-dgm-samba4.so()(64bit)libmessages-dgm-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libmsghdr-samba4.so()(64bit)libmsghdr-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_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.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libndr-standard.so.0()(64bit)libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit)libndr.so.3()(64bit)libndr.so.3(NDR_0.0.1)(64bit)libndr.so.3(NDR_0.0.3)(64bit)libndr.so.3(NDR_0.0.7)(64bit)libndr.so.3(NDR_0.2.0)(64bit)libndr.so.3(NDR_1.0.0)(64bit)libndr.so.3(NDR_1.0.2)(64bit)libndr.so.3(NDR_2.0.0)(64bit)libnetapi.so.1()(64bit)libnetapi.so.1(NETAPI_1.0.0)(64bit)libnpa-tstream-samba4.so()(64bit)libnpa-tstream-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libprinting-migrate-samba4.so()(64bit)libprinting-migrate-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libsamba-cluster-support-samba4.so()(64bit)libsamba-cluster-support-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_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.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libsamba-errors.so.1()(64bit)libsamba-errors.so.1(SAMBA_ERRORS_1.0.0)(64bit)libsamba-hostconfig.so.0()(64bit)libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit)libsamba-passdb.so.0()(64bit)libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit)libsamba-passdb.so.0(SAMBA_PASSDB_0.27.1)(64bit)libsamba-security-samba4.so()(64bit)libsamba-security-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_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.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libsamdb.so.0()(64bit)libsamdb.so.0(SAMDB_0.0.1)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_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.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_254)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb-wrap-samba4.so()(64bit)libtdb-wrap-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.2)(64bit)libtdb.so.1(TDB_1.2.5)(64bit)libtevent-util.so.0()(64bit)libtevent-util.so.0(TEVENT_UTIL_0.0.1)(64bit)libtevent.so.0()(64bit)libtevent.so.0(TEVENT_0.15.0)(64bit)libtevent.so.0(TEVENT_0.9.12)(64bit)libtevent.so.0(TEVENT_0.9.13)(64bit)libtevent.so.0(TEVENT_0.9.16)(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)libtime-basic-samba4.so()(64bit)libtime-basic-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_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.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)libwbclient.so.0()(64bit)libwbclient.so.0(WBCLIENT_0.9)(64bit)libxattr-tdb-samba4.so()(64bit)libxattr-tdb-samba4.so(SAMBA_4.19.7_GIT.357.1D7950EBD62150600.3.3.2SUSE_OS15.0_S390X_SAMBA4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-clientsystem-user-nobodysysuser-shadowsysuser-shadow4.19.7+git.357.1d7950ebd62-150600.3.3.23.0.4-14.6.0-14.0-15.2-14.19.7+git.357.1d7950ebd623.24.14.3fxfteԔ@ee5@ede6`@e-%e'e%ascabrero@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- 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-gplv3s390zl31 1723200496  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.19.7+git.357.1d7950ebd62-150600.3.3.24.19.7+git.357.1d7950ebd62-150600.3.3.24.19.7+git.357.1d7950ebd62-150600.3.3.24.19.7+git.357.1d7950ebd624.19.7+git.357.1d7950ebd62 sambasambasmbpasswdsmbusersslp.reg.dsamba.regsmbstatusnmb.servicesmb.servicesamba.confsambaauthunix.soconfigldbrpcrpcd_classicrpcd_epmapperrpcd_fsrvprpcd_lsadrpcd_mdssvcrpcd_spoolssrpcd_winregsamba-bgqdsamba-dcerpcdvfsacl_tdb.soacl_xattr.soaio_fork.soaio_pthread.soaudit.sobtrfs.socacheprime.socap.socatia.socommit.socrossrename.sodefault_quota.sodirsort.soexpand_msdfs.soextd_audit.sofake_perms.sofileid.sofruit.sofull_audit.soglusterfs_fuse.sogpfs.soio_uring.solinux_xfs_sgid.somedia_harmony.sooffline.sopreopen.soreadahead.soreadonly.sorecycle.soshadow_copy.soshadow_copy2.soshell_snap.sosnapper.sostreams_depot.sostreams_xattr.sosyncops.sotime_audit.sounityed_media.sovirusfilter.sowidelinks.soworm.soxattr_tdb.sonmbdrcnmbrcsmbsmbdsysconfig.sambasmbstatus.1.gzsmbpasswd.5.gznmbd.8.gzsamba-bgqd.8.gzsamba-dcerpcd.8.gzsmbd.8.gzvfs_acl_tdb.8.gzvfs_acl_xattr.8.gzvfs_aio_fork.8.gzvfs_aio_pthread.8.gzvfs_audit.8.gzvfs_btrfs.8.gzvfs_cacheprime.8.gzvfs_cap.8.gzvfs_catia.8.gzvfs_commit.8.gzvfs_crossrename.8.gzvfs_default_quota.8.gzvfs_dirsort.8.gzvfs_expand_msdfs.8.gzvfs_extd_audit.8.gzvfs_fake_perms.8.gzvfs_fileid.8.gzvfs_fruit.8.gzvfs_full_audit.8.gzvfs_glusterfs_fuse.8.gzvfs_io_uring.8.gzvfs_linux_xfs_sgid.8.gzvfs_media_harmony.8.gzvfs_offline.8.gzvfs_preopen.8.gzvfs_readahead.8.gzvfs_readonly.8.gzvfs_recycle.8.gzvfs_shadow_copy.8.gzvfs_shadow_copy2.8.gzvfs_shell_snap.8.gzvfs_snapper.8.gzvfs_streams_depot.8.gzvfs_streams_xattr.8.gzvfs_syncops.8.gzvfs_time_audit.8.gzvfs_unityed_media.8.gzvfs_virusfilter.8.gzvfs_widelinks.8.gzvfs_worm.8.gzvfs_xattr_tdb.8.gznmb.xmlsmb.xmlsambaupdate-apparmor-samba-profiledriversIA64W32ALPHAW32MIPSW32PPCW32X86WIN40x64msg.locknetlogonprofiles/etc/logrotate.d//etc/pam.d//etc/samba//etc//etc/slp.reg.d//usr/bin//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib64//usr/lib64/samba//usr/lib64/samba/auth//usr/lib64/samba/vfs//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/omc/svcinfo.d//usr/share//usr/share/samba//var/lib/samba//var/lib/samba/drivers//var/lib/samba/lock/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35188/SUSE_SLE-15-SP6_Update/5e5608c3682ad2bc92e419933b401d5a-samba.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linux   !"#$%&'()*+,-./01234567889:;;;<;;<;;<<;<<=<;<<;<;;;<<<<;;;<<><;<;<;;<;<;<<??@ASCII textdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=906173c11b76793462a844ed175a0dc26fe8ffd3, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7df9aa115c5d39f43ad947d5c0b7c617f8bd71b9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=722c6418796301a6e83cd8b50ccc7be3505d1a80, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=64bd30d09f7d4c8efb0f9c17819e3fc697c0002c, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=30638988480d79bac29e4e6095f4ae3d1b1e3bce, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ff0e75b5354db992cbcde1af1e29dadd555a51c1, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e813040bf09c0d2f2d26ed4831ce66baf1dc9f7b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c9cddd7b1ff03cf4e3371bc7d711c9af8e6883ce, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=057e825f42ca6cb28b03e2424b03b426b95442ae, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6455369b61696b8d82a2e2f7647b984102174583, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=41a12d33f192f581d18e1f860b78ff102d3c4c07, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9905c06d185b61132ee0205fed9880e86eeaae4e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b1b39328586ad92617e513acc1a6468596b7e163, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=81ef9a6d3e686575301058090a0f95220b9203ea, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e2d3d48433808080784c2a2f54eec8acb1c80427, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d7e3af0a5f76b5176a15f5d061b52e455df580cb, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d5ba3711eab036211cccec8d65762fcfc104b26b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=633d72014d6d8ebbbc3bed7d27dcd72d83a71793, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=75c38c9281acfe05814a1498d789521fcb78b62b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5ccbcff91dcf141377b951d0f707b9b4f9679d36, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=58b2daa1abc9090cd79b8b5cc409cd9f8bce7a49, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=14fd3b85b70fe9b2fa574d2fce7b8b2fcd1e3361, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=bfd6de23fca674c8575d8c3a0b349de77eb152a0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=79a45125b6aee883583ae8fcd10ef0ab321ae36d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=dbc382500ee2551338556459a657fd2842577e74, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a144269339bbfe42745b0fc99cf0f84e342d2098, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=96e867890c69409469a0c6c3cc5bd6c5b3d7b9d3, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=605f7d2f48d9c32b0b2ced668e13eb36a823ac82, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f66ee952ff9d277c3d48e77262c8fcf138473a29, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=728c10184e394989aca54000b045e1ddc3bf85c1, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4a416dec431d6c79c3b1c8ef4e8ea07f079eae96, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c0a8ec769d4ccdd22a1ece1bc38b77e1eaa329be, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=60492a1af651fa4407bee62f956f7be05d929a15, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=84c46f4752765e3f7cd7f50f0e2efb8a8e3ee094, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=eca4ef0a577abd6f9e1e3bc907b7f2c6207abad2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe41d912746959986371d83575590a63db513603, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8abab1f85229d6fdc74692af1e4120b3cffea5ee, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=27a09f58ea3dfa9c9690343f73270373ecfe4e8f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=31a0b7aed2c0050adf4d2b27b0b5eadd031929e6, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ff46906c19e09d1dabd1c7b7525ae21b665830f5, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=00a4f63fc8995818fb4209d7ef9704d539280bc4, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3d1a0a40a2e42bb03fac17e630807d73f29a631b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=04c19cc9620244d14fdd61b0ab8b970f1eeb2bed, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=768fb3b0652f64bfd8ea63e1f21db9a9aca88bc9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cb0dbb1d40a074baecb2635b489b4ce13430719d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=60fa0f8306629246a42423516e3ed590115e52c2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=31b03de2a06dec4d96c625ed49cb2878654a1487, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0a2441c918fe7df9f8a90556e21639679351c2a8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=34a4d5053b4367b8d74cace6fafcbc5da1d037c0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f8989c8b92dcadc18bd8c3acc3e43f0cd019fb89, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a970846c08de86a7701fbe05e278e55a02bb4f21, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0c8b42fa7e88bf7c9ccf4589ac543ada44a5e266, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cfc446eefa9eb0463176301402a29c5f2ed07ada, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0910daa005a670ab640f65826894a6e2ce5d81e9, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=af36f5977f488cf2f61bb508a4a90d44bc1c39bf, for GNU/Linux 3.2.0, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)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*+< [` /<G^r8Tcrw.=Qc,*v)1O0V&YP    %$   B:RRRwRRkR/RRuR8R RR!RR"RsRR1R~RRyRRRoR.RR0RRRnRRvRR7R}RRtRxRrRRRjRPRR"RRRRRRRuRRRtRRRRRRR)RRORRRsRRRyRgRRRRwR RRRFRoRKRRR`RdRbR_RCRDRBRURRRuR:RRR>RYR-R~R+R@RRRRRRR8RmRRR:RRRRRRR^R=RRnRXRtRRRvRR9RRRRRRRRwRRRRR:R~RuRoR RR"R8RbR_R>R[RYRRRRR@RR^RRRRnRvRR=RRXR?RtR7R}RRZRRR9RRRRRRRRRRgRRR:RuRoRRbR_RRRRwRR@RR R!RRR"RRR-R]RyR{R~RR^RvRR=RRnR}RRR,RxRtRRRXRR9RR?RRRRzRfRJRR\RRR;RRRARRRRRRRwRRRuR8R:RbR_RRoR>RRRR@RR R!R"RRYR~RRRR^R=RRnRXR7R}RRR?RtRRvR9RRRRRRRRsRyRR[RRRwR:RFR)RRuRoRRRR+RRRRRUR~RRR@RRR R#RRR"RR!RRbR_RRORRmR]R^RR}RRlRR=RRRRRRRvR;RnRR\RtR(RrRxRZR?R*RRR9RRRNRTRRERIRRRR4RRRRR~RwRuR:RbR_RoR>RRRRR]R R"RRRR^RR RRnRvR=RRRRtR}R9R\RRRRR[RRkRRwR:RFR)RRRRuR+RsR1RRyRRRRUR~RRRRRRRRoR R#RRR"RR!RRbR_R@RRORRmR]R^RR}R0RRlRR=RRRRRRRvRTR;RnRR\RtR(RrRxRZR?R*RRR9RRRNRERIRRRR4RjRRRRKRkR-RMRRRRRRuRsR1RYRRyRR:R3RiRRRRRwRR|R{R R!RRR"RRRoRaRdR`ReRcR_R@RR~RR^R9R}RR0RRRRRRhR2RRJRzRvRnRRRrR,RxR?RtRRXRLRRRRRjRRRRR"RRR8RRRRuRRRtR7RRRRRRRoRRRR"RRRRRRuRRRRnRtRRRRRRRoRRRR@RRRR"RRRRuRSRnRRR?RtRRRRRRRRRRQRRRR@RRR"RRRuRR?RtRPRRRRRRRR"RRRRRRRRRoRwRRRRR@RRRR!RR"RRuRRnRvR?RtRRRRRRRRR"RRRRuRRtRRRRRR"RRRuRRRRtRRR!R"RRRRR@RRRRuRRwRRRvR?RtRRRRRR"RRRRRRRRRRuRRRtRRRRRRRR"RRRRRuRwRRRvRtRRRR"RRRRRRR"RRRRRuRRRtRRRRR"RRRRRuRRRRtRRRRRRR"RRRRuRRRtRRRRR"RRRRoRRRRR"RRRuRRRnRtRRRR@RR_RRuRRRRR!R"RRwRR)RDRBR~RRRR^RRRvR?RtR}RRRR(RRRARRRR!R"RRR~RRRRR@RRRuRRRR?RtR}RRRRRRRRoRRRRRR"RRuRRnRtRRRRoR_RRR{RRRYRRR@RR"RRR~RRuRwR^RnRRRvRtR}RXRRRRzR?RRRRRRR"RRRRRRRRRHR@RRRuRRR?RtRRRRGRRRRRRwR"RRRRRuRRRvRtRRRRRRR"RRRRuRRRtRRRRR"RRRRRRR"RRRRRRRRuRRRtRRRRRRoRRRR"RRRuRRnRtRRRRRR"RRRRRRRRwRRRRR"R!R#RRRRuRRRvRtRRRRRRoRR!R"RRRRuRwRRRnRvRtRRRwRRRRRR@RRR"R!RRRRuRRRRvR?RtRRRRRRRRRRR"RRuRRRtRRRRRRRRuR"R!RRR6RwRRRvRtRRR5RR"RRR@RRRRRuRwRRRvR?RtRRRRRRR"RRRR@RDRBRRRuRRwRRRvR?RtRRRRARRRRR"RRRRuRwRRRvRtRRRRoRRRRR"RRRRuRRRRnRtRRRRRRRRRRR"RRRRuRRRtRRRRRRoRRRRRRR@RR"R!RRRRRuRnRRR?RRtRRRRRRRRRR"RR@RRRuRRR?RtRRRRR"RRRRRRRRRRRR"RRRRR@RRuRRRRR?RtRRRRRRRRwRRR'R)RkR~RRRuRsR R1RRyRWRRRRRoR RR#RR!R"RRRR_R@RORFRR%RRNR0RRnR^RRtRR}RvRRR RRRxRVRER(R$RrR?R&RRRjRRRqR{RwRR-RkRRRRRRRsR1RRuRyRRRRRRRoR R!RR"RR@RRR R0RRRzRRnRRrRxRtRRRRRvRpRR,RR?RRRjRRR[!#شsystemdcronlogrotatesystemdsystemd-sysvcompatutf-8d8feea993c666e2c7cc3d39c1420255edb52f9ebe97b600c67fd7e99f3a83b71?7zXZ !t/]"k%2_`d d.D_Ta5U- mJ# # e3_`ܒˬ%\Ǫ,|+cJ亞Z ~ %;Iԫ*wiagNs OC?Rq .K0iLK0!. L`v{.&hy 8|v}a>q p9ց&t֡ uCvORiPYP61/\;޶[.Z ~%[̢n)%ퟩR:YGay>E 6qݹMƃ%Ql: W0ˢ)'9B.̔ūqMsuuO9KkU6ؙD/nv?mMvk乍Q." +a4S !1`a41mI+43?]*jWd 'bN=%;ΗMv[HnXGwg܂ #"l^j VPL{:Y$Sx$ý//-B3:[Qome]HTjk8OB&X|kF-. 5ܸx\/tsi7S$Հ$JMтj`P2 A\  IE6ཟ*8y=ohDeމc/,0BûtOx:;poN_V1d S*D FUdŸc̴+xP+bBd?JMh"N` 3q9Vi@ G1eC 1ӽZ> iMap~2vI^ i N:u2 t\@v&KA Cx#է*Uȃ;+iinUKU[_z&U?\ |,>l^ Fs@}k/W_6v|ãs^Է܏Hn{^!e~ gltuWX>-8!F8o/_TByt [s )[-#sH8CehJ?. vm8FqioeHdˋWy}'";,)}ߕhY1~E0V=g_>2!ԏKcͺ]pQ̣j2v|d}_H9)Z14BNNc/&.̈́r/78YbmэC7AڲN cWjMHB_,|P^8JfInlOi4<;r76١|1?i"mY>,;E} $ЃF KGWRHږ[AUXyfDa%-+džX $qW [sP" &6I œH i?}BuF =F p^(Mل`҉3\~o ^hgNYݔէ!Q л =+^\}()J3W Jϑ &29&`@gؿ@M H0ىOWD^YمڰK?1KKQPp1ƶ8E.XptegRP8_$ku=b~H.b4l,F壕dhO߮8 n ~)2! c5gI9Ś?̚ŤP%2} J`ɣ={ϲد`2ɶl8ib#g;#c4-YrʨKr+vq̣B^[4XFţs u_0pNFF:>ƂFbL7\cZW>{O|؎ 9 |dz/gƉb .G{%(%\FW7ayUnX*!7V[| }¹سRo'#Ʉxjư,t|4\.oX`eSwq3lld_f+tX/&ް ~LgW!eB1.7bF5s'D\ 45@qfOe-uEx2Z@5&l'$\h*,Suu7ET#'$(ԉʨqyUyY~W9|?4j 75ӭWK)Mkx4 8"gQ+.ul^c)cvZr`:Y5%%׃@u{>Ϣf,.'XZrH<5u`1Ns̡3MogMV,:/+eN vfirn#V;`{)p4/gl{CWtޝfTN752Ormх |J7Z:C?. BYuCJSN(d׀lEx.u١?Ăl={rUloa[M**vu"",c#z.@+Q:6` \Fr .Tuzk (U}(2["6c YR7v@ h{i>h}g>ᕷʰx)e }Zn`inVNbJIM'MGAz: TnڟRL;NZSe!1m3!ʙmT)Ht~LW{c͟np}4*>]}Grt4BOn+ʕ1T,gfi_Bѩ`8U>F$aD0ڷS5)%0x$ˈ+:'^<ښWi!e|C5vG 3~Ÿ4y Zr l;lU/S:o;j0z &%Kd!A r yQjgJϠ~RNZ Tl)IzqE&Bٜ_e׉0_D!42m}"H89|wxBgUXH+ F(`O"gILkQkM=L.v'ϐ<\, '+7z (/!m5Nfd;t7<6jB+RB\7X?Gr=$i[f{7ISxnCn AH2xlU7,jhtԙ,N$G4쥺~T M*Ro#BAVJ➢ޠƤ#([]#>l:W 1WJtQ_ ͖ן&5ڊ$[Eĩ'Tlmuي}B)% ,f@Q5ښX)qENrO+[hGƲw<%DÆTpBVIo%$yZVnOfi E{l`HG.)alPe"%K%|nV#D Bs"[cYY -YF?.dVWVO(SzRN'1g4QZ$ZmXw?{r{tQ?hWכV40=$6ޏœqTmUuӱޢz`ZLb:eҍ=8ّ ZO2w:>*LQԵ{51!!ѫ с*&E#47 X$w:hHXU~M#di~r9NG m!/Oo|+h*).OXwk&todR~? |ԌX]3oSE9iaʽ6Fi"&i #T!Q#/ܙzjsD@ゐ݊5Zd#w˵\=%A'rZk6ٲJAb@'X/vsjaxv] Ou/9Ѥy%)+}es4:jCJ|B:2a[ h ԗ wŀƲyΣ}^JQ|R97.^uޭj=@*uqsRHx]i|ʟf 1烝839_Or@2@aˡo]d fٿjHGR 9-IaҹÈ=Pj !U6G#~\pH%Pӊ~q'vBKʰqrΖ% DL-[eo+zcf꺪)wzv̌b"r7TIn8꺶 M%O<N7ʦ߁Zy.`\!yrBe 3-"QfߘPc5]f~HP ڪ4)5d@t  `1̜W J"R W9hW]n`rN) w /nT卷 aHT0vQPv^#xӫS$ KfVjGeUќ@.Y_ўGL\h>s=ƾoN,n8lcҫc_+7ޅ⠧ku/ w+|VK/{/I-‰} iNᾗBh!!av"v!#k8i8mS.>^ӣv$WwpORπkA)?ھܷjݧ=S>[VM㌒p)g @KiŸ 8ٟTR$s ģ*dTMݖNҾrP{zyOuRJ0|.#)X6)Cax֠VlKwQ-peO5>A#{}TR&@8=uʟ\^c-7۽_mS/n?U,vvdl4@ֹÉ>KOnI$LM;EZd tG^;ȪK m߳% x۶TT4akHF9؎WIJDE%9*0f+G#KąJ|xu_b]D TA&5>uC:45 oӘEɄۊ?\qJua؆H{^O1 V|SNm*WUKAmpڎ lElf7F95ҙQGTVF^v.W"!3i*8*r>< o6Ha1Ս?oêF#W3s6}V'v&Tt rOgP)6)_gf kG{r,Ũ`)v=',K5a:M B`ܞ5sJe]`wUPyV1uGGEmh1O"$\~*kf%^#[AHa嵘Т^6xyę׌xJ,Ӄ r;w!*CAį>9OPdYWqۘ"4fE8 yA3H(бOCӛ0G{(|4,/L몮 ʍFݰ4=~QhX%¢S.ᤥ wyo!CvX1tsr4QZ^`μ5N ~!;wz~Ϻ2iLt33bjfmJ6tLN~,aSs_k>ZN.@GfGW2'S Ϋd9) 3%b7S~~wk=*xUU$3 ]4EIa?VSX;]YG+*T^@'Bz#5x<SME9u׹âp"@s?"gb*\ȧ̝}ǞHWȡ.܅6nw4I(=؍A5IŒutoeL}apch<@!$DH3 ϱsퟁQtm!z)nGk\I2zd B7^5'1`$3 7̓ٳМ^)2iaJ\E#WJoF20.xO{`zCI[H3H6F#}9y* DC.Mug5㮟Pf5~t8] ѽ#j㳷]ZM2Ja"[[&) ŝAL,hU'`ƴMD'NVq骈&ڄO+.DLy[@ƕS&`k[Y85Ԩ"* į. "@sf %>Y &iwp ږ^a}gG>MN(UfjkP"gdyxe&8|Yeez"@#'p \=U؞##qqGVqD#6}G>.ݛ`jI̐ ډzׅ3u9\i_龏?!hp+WA+ڭgUcD'?jG"Q JUp#T2nostׇۆA5KO FFYKdS~D H."zHܕ^*x`mq,ܜC}\ՊC%٣i?i2T7`|#^T'\Uݺ8;5-W:HT3X"Cv-LqWu2k'xg/>>M+VgW[-ĵ良Jw[W% Kn)T˙H0by V<؁1 FI1Hp^QDs@qߛX{ŏn"H|;c{xbKAjLpm^,M2su >se!9,  mU 8nAs")Hm-dѾbdC򺾴)ט|8N/nvŦ,Qx1zrH-F#;([G*$reeȘޭg R8pD683 OVH]g6Z0 5h)`I`at% moK9Q"YڶEsǒLԣel./՞wl5jl@ה`_T+C 08+ӃVL!o.hNF/LCP&"7%B =К*"y+/e5sj )u Z:mP^9%@WDh8x~BvYLfA6A5:ړ\ϒNڶQ42 \ Aƪm3ʁIiL:o_^/bq>xA_yI w4֫sj^ um}$n\/η"4%_NVnO-bٰ#Ez}n^[*9p?6N+jL'p!|$agFBR OVwˢUwn7E.FxU@ŤM\Irt;}xp1_v"@1ST;7:vFp{yIɖm4Xlブ^2?z}Txw?O 6.[funtWjW z}4'J+mqӟ#A4{W'UĊ@ qBIr1}$?bBv2-T5O R{`d62_ wjidAJ(xX1~1xk&"5l8 SQkW(zB{=:,|{yy w|TFؚW@E\`l mPm'R݋ǜB7[ΒŰPpq4]3Yypkx unމ?f?y ]+fq-!NL7*r'Q^Ylq=zW,4_a['d9"$6`3kb#ira %;x?Xp1]I/H5a+rc,-T)(KәkY1&Hnf^1;+շ0+Bp: #=jEDSa=&)g viyJ3CF4MBK=Ŷ)d}~KnZyj d[ IE:EOv !VVzq_~#\~ڌ<7ʳ\Qh;pjgb ed3y̸Ҿ-(JG.-mtSXhM i[LbV&pnDxL:yҐZKjt-eSQH>`hBy{? P?ζkz榈޺\Ԝ?o.k,KTgW=vq'Z|Y/Äv]l 9YX*]avjN fIWR9+,!"!&Ri 3å3ciIgRtM3a83M0]lKxoYm`9aCr}dgnu &ftBj$V gұ]=e4jQ=cm`}{Y|TDQA9W*;;mFde8h^ʹ1V%aFc"A@i.+渓@[+qa Ј3ذu- ɗwXOJ2XpлGvq6$tۺ0ƼkF*; ʎx [ď^iIZ=Asfi;[x3[!"mi{ÐD˺j[ufT6MK ٻx^0/ th$4UbUs~]ΰ )K m褎TjvBx.ش1Y`ݑ.K$:v-5P_Cپ}NZoGIh?j]!DZ2)I*UG_pf-cR{ձЪam _Y"6ѮDwPAs)Y5+Zml/\!+0Ioxn77%~igj8fjؗV&!L #L6G-Yl6`{VA&⏋.~ѱ#iC4~X"~Y_" $񍨡A~([ՍDZem[N39rPRM,퍰0` *9a}&VY6 j>%~silO}:*k9gg 2OWҺ+xw[^REKDa+HM\4 ȟ<%cDٛ)S@FD')wX=EA5El8խI7)?w՝#oY\u腵,KF w<6+$ -Ł^F&11)/9}L#<շy 994'2]H }T^ |Ȃ=h~\u,V8ܘxsI-gxfcȫb1ɊAHg_NL%0jt`\ŸCl]5H4"diVy< cma-^EʡBNgz]J:0s`>[Q7A6ļ֨2NI_YCH_[t` jWؤ4`8)[=TcoᎫ&v^,1y];}w*ܘ\*i*\aآ}$JZHe&!y2yy; ӓ~xΈ~X=Zս2ŃiIBÜGS qꥫy8w٭ߐ\KD]/fSi_ɱZ8ԾXN|]-|gk0 ?d<} qb!s lMٸۗ`0KϩBNZ[Uր%Tjw&0$T%%N`8zߍ%75P"VDzv *1|]l UQ J%@z)ב.ΧykmDq/浞 tfb!dzj7,lu;yTrK@;+./DaV?MVQ*UzXoJN5N5O)I=$TGlؒAbES(R+;YVd1Lwa @a$>ܖ6bJ[dʡDV,"E}F^$]PwPsl3k[:Bۨ gohȶö"i6=[{ܝ Bs%DЗY?Gʶ^[]Mݐ5o2AZ5-ueN^v~ 5B&V$v{Je@~vBe^eQA|2u#oHwYlb Yzb= p|JVRѷT+;Ql vS QpRvgig QƵd6@ gCKP>V*B}0m!vnPKB6i䏴Ϥ?3Pq+:Whj\eѓ1Z& 2|I-jZqA=5Jbgyp>\f@o2SZ0]I)ALD hGH7zٳ{%`sC/-ۮؗAwdh0ڛ[(秃&CU . qziu>reN<\iw"Gr*F-Dvo*آÙ~Fp"|X$5+ݛ C =AqLK,Tl ϹB66F?6fiURv8FB'=4`RȜC7qOmU L㾧*]:I"3u>{\FW^8ؼDQԨX,dDG/PT[z)xUi;HX:[܎@P*R=]' ɭX ;žȠicԐ7gj_z\Z D{\%N,6@ D-.헀З1!viJh,UlO^^ikHBG.Fu3$: Z8~x3Rt6vxw|q9g4xT +R+/-Y]:s[Dӫ~wx8>DacNU89Grsu}ΚcD3r2 ruBJzg9h|O{+!U1E+ rC+B["&ӑpM4ɬ^.5J 7˓ 19]:0lY=v2䵈=> "}05gW0)S72 Y4x0Վ%Ə~lA9_ܢIKDU$bhhEcꆪRpc&Я'&c4WX6VV gō(2?cgrUu 4c҈wnex.>媄s:#~j}~ #5Zzb(n>: VJ f{ 3Q[cn8^%d"Jcw W): sI?2&Ɲ,dVIO >]<qU[S==R45EKhȑf.ߒ'-ܣ\iA4N$us赻nڰ7bHx5hH(Z՘iټ;ɸZNܽw<#`eUs0(c㳤w!HYn\ LW=g(o2uJA@Ti^&h1yB4FąV\MQl60URh+bYQYBB5)9AϏT\ՄPh?}[8&}-MLޖIDrYDJ*V!' Ԓ۶ưnt߻9:CbNp}w7V,xbZoRF|]Jy<Q\d?FeNwLt0rjaI\(q S"68z+Y Zi \EV+!h@33`vhm50Ϟ*N)E`0{#1/gn>_/vwEI-ju$ٟKo}xp7sSQ~Cp{)E&GRD&䯺I%1N|`!B(^13a* .8C8ljYB e_ m֟r?y[ev _}'㗣;=K5f\?ԛ`|LޜF-M*!ɀjtgV&+Q5Ɨ?밄U|;'(P: J*n P!%,$犡s٣ZB&rOJBu6F{tlߩӃXP It5i0BY9qS;c+¿[6sKe>('tI*QሜTPڢl=vK#N.ݳ8Wkzr?T@Զa&Qn@l9 !@hufA5;$z {D)*յ"uX>pP:d+5sH++K]^}=J$8Ge^<ee~cE[M9ni]v7~2AMQ Zhd܌L0 xûCQb#GD$<`(ct1;ؼ)ƽbI'+nnұcM2= ;Ap: ,`4?ȪM5GLwz~+qfL$)d]g|LB'˜y Cnzn}~MM -IXıV-gC1Nn >}g"eU[?53pX/9B}5b;k-^A ݍͨxz*]D:ץ[X۵4)͙.=B /ʏAG1f^/Α悐eg̜ ~#|ޔLyWA^mHYMw"}>Y>U,,.oL:vj |bH/f]IwR+znkOo<9J0YiwbO׶t0xѓu+oZÇ]i*6Fs)8Blj۲B%&&GPfϜ67n!r98ni(X;J!,~)B1db\۵mK|5'[K|V ʓ8S3jH0 '12[xf*Bq[1CH_>0\c&"\YՍ Y., Q;m0\u-SO!VgWSLARЁFP?= |,,®wAW[:r# '' 2_1M °wca w>QP5+!Ii.H%tKu= ywx94n?洕=X}KD9$6ϡt6l48ԴSmPc"׉ӥhT)? N 3ˣtc#DJ,筯;Te*ʾyEV3v48F5A#T/MZ]BWx"T.l]e2Zee~[$rբ3u_Kd b̹Bjd^@rڦo|WlLnA$&3š1a(^HfЉ /r"|,Bj]`,m=cv1gZ}oK~gl1So68vk 8~).%$ sb {`ױ%& rF=Fnk3JH, f4;6 ?#9gI)Oَ#0_:Y|/܀M.vhy]ŚK܋,vJFZ h_$n#(J&tDoRğWnt:".dK_bk $)V.F)PJˀ QZb)GS Q\4mޱ f!,D,=?%K.^k̖?RhQ&%7%s.zq{h۔'O-s~VP\:4\#˧BKW6{p_$> [}y.KDwSWIB~ p#RZyER@Pr=v̀ 6x2$]#7.wH^6 X caؤ]~؃Q(ϛQ&z˃||*==;Nmb(ZI y]f0w;ZqMmD55MK̃K!#"!1MWC)>/ryDW\F(:]gbhz`.xcTU2Qrw8i<*g^gX9<FIݎ&wA2; nQS|L0ӰV&y g|Tl E9xH2SGjKZñȦY_VBN^,?]6Iv#+9d%Ue'' :kYUQce^m!pj\e>f)}6֟CjzECPe)UHc ӫ8T_ْoF,fHui LY~Y5@IsQCl=6"OH⾄ :.yP5ˎ?AOL5U7e| O> 2zTi *^Y{5ۢ{"-c}GN trz g+9/ˍo}EH‹ ;9Pڊǻ9`U f"ssy5r[%+aa݃!TBg Ja?ym)ܬ U]i '"<؝(/jkeZ~;^u5,x[4uik GD QYɈ)i}69o֥:-!~mGyPA| SCݼ& Q'TyW_ix=N̎8+x-$hGl{km,%U_$*bN v7B3N$٤1l@MDz0N6^\} <WoxXz>*~SP(O~~A D`lPAd7 t\_*[o\5kS|ފ2Ԙ0=KDߕS'ؤFo95Ң b]ƍ@IxX"--\y"Z jݻrSJlNi,T$/Jy2.RV90;mp,oQ.Y7g$eb)w-4Tp7x@x8͊`[j*Xm%Ը:(ǐ;Dˠ'"!?Sf~bgjyܨHquY杋!og5 {x4HbgNjԎ;q$lͻa ˢR!dE :1"Kh'y^tTșgLYQ{dl9^12p<:Ɉh$X,~GA!|J"i6RQ)eڹE{y nS:u׳G}&z#L1Ʀa #{N;325 !!K@*'OcG'qr2m Dkng' >%eNCe K(틌l; cCPEXReqb} Uc^6_ u:+;s(N&п ڏڌ4H=|W89>8ǘk< FYnN AlWI#9ۆEg@IJ>XLtV(B6s5OLzn9ݐ{_Bcɚ0X78߱ؒ ` ǣ2;t9E* "R*1 &xm´ax<~Vlr,%{ Dԝ> _cBe,K6QKs>n5L)@F2*S ˍHXjt-a0z&I-Em멕nrIb%0FBk2̶>l/!YIHNP^>chx$Pgi9>yʠcuyUi7 2U| oGAH$(Jl`۳/0t ,(b/tfA"-8NՉo?φ,C?qůG G^ A TK$[(? r'VӤ4FXCҦ@ȣ5}~7mt뽶^!l.*U[MZN,^? ?ǧ PX7aDB̼UʇvpkͿ38 O+$nRWAz;hDMԵcS7?;[8xf-'MafRM ?lfw{ 7+'ߪu^:27F9 h! Um u*KcSiSvU<),2E1<FȊ„sV`|CdmN}H1k{L7k}0؄IjpƑ6Ӛi5#==#G)>l M9j^gp;Su" H{\95 ,B:MAD'QN;Դ:RYCm^Yt):u6o]?) i܇$J Xj4|Ny4GzABa^ԳA4B>,=j6Mx +yYSa)eWGU 8h͜K Bo(vsg:7&5`pK 8FZp|wlвgۘg'jik/U ,RAJm1G`9~<"v'E"Z7N1 DmHZ4]#s. 94Э![ȓg64#v) cF $Ys4;VahbP6IsHȌ=O%Տ[/ i'ML Ws6صpVQ\Rh~41+`c+Mv.5~uM]ED!A,m+3 P}\_Zt׿+>2lg`Q5/g>y,"vf:]M=Fg f媂2ZiɥOWn扠`NQ$8 gJX?=㫿a_"q SpX%YCw׺95{9Sn1JWIdsI 06|>R'tzE(]]7 fp$ߌdgCuujK?nosvP$&|sLak3چji]lIȺ6$AQ2pd)erhd6wLnX|\d9$8;&QrtZ^3*&,jJVRk3 2zۃFټ`/^ynWwѢTʷy0^>? L_ss}.uq6RE4%.q2rt"Eqh=)"Ֆq9O5IsDUIn"o޹ &nӇLOdJ@:*Pбn02M*&ovձ%L=E-…b"֦οQ Cl_Dљ$J2'X;³v z4OˎW < tk7Y v-=ڈ| a@I| Zb"g}8SDN2pڽ؋iZWU񸪥aN`bK޼ܿ c*zsaNܩ@ JC+we.29$z5ko_߮{FG7ۭA3$ȝCජّ6G3B; 8&<KYpClfQx۹>-gFb3C/LT.َ }tZwO`E`n#GOz1ƐS`XԢnfT{mD0/ M&Ec#|Q:5t9p'O-I?_Kj6>Nv,jF .9:yBb3WHP9 (}5j0 8J|S~o_G{5.,I=jW$0x1 !媧FIDk*^(niM) }&ї/-0jLAt! Ŝc(ke4f='xo#iu}}+-RwKۙqY.=ϟ}0F&{~*Q`֍f^x xb&6Yڻ+ gRRP ewK>Y".oOW6/,/ܗ^ V@ yHN`!a_A JiD0vhы;Wf# pw A7]Ũ"bΞ[DG5rQs&I1P?kD+=D 며Q?9dt#"{8^X8 ʺh)uR򯩾̺#up;3pG8tC %e?VqFZ$矢x8bg2TZ״^eaQ"#+9EA 'w@ >MG-b.dM`NO>t9[X'ks%<_<~ /Vj"eR^0kf`Ph/"GË$0 6b5 Cqjyƕ;tPV0vuʮb"VF3.BgtM&  -w5.ol7Oek9\G aFNj*Ƀё 6lTqt-\'IE1uZ"zDk.x JIMS><;Hmg75݃Oe֗-)T ѯO_2؉CH 9?F8QQ!kyOVv1j쨠H T$sQ%ה([~4RPMg}NTp!c'98GLQ䩆 WjƇG`m͛&Eo0xO/~Ǿիt<.@1AU̞>`MFհAsV3~s,>"=<˳h^R!AA5OOX`eم~A%5{q _hW[p;jz>}..4;3)e?hëeYnsPd4}C٪鱭 .nZ Dt5סQ⿥3{p)=+T>do6Edzrr R zgNV\v.DB [Px][o5N颗J6L“L[KܵЙ@b7"_$/2L|A!-߼)rQ/vh"Ĝ5nq?zř"Ė !n{qxSp<5QJb7)mV6A[3b:s$ZǦU+)-cS 38$[ '^v,U[߬ V/(u-Qٹ`N?"c)dxKx:K ĕ_  З^՚^e4,tbMi=\iɃ<_jof`2:nZf_L,Y̆SKߟOk|DpiqPAvVM}@,@0Сj7+ÕE9l. $<ti[B@PJ[^ [f`YxZ$ržRv]2Bpgߣ("6 E;#k5O4tc@X V+B$aFȊNe<朵4 Pя4}kTIqayy 2&)Vʹ19yby3K9^?if!8zۨL:i R#N_;IhDRvTc}6=7<9-D,,a|VtXboW4dc7^z˺gAux3r,DF}R5֟Ø2,v* ҳTycOra^hUc݋[9 Ms chox⤛kVn.Ҡ`ZG{]{& ~l%s]n -Nɾ Ђ\:gƷҲWq|0.h~Q#g]![*Ͳ@JGc{pFHLr'"a"d|.-͟oZi!!{:7M&ڙ˰S lD6z{wS#uu{N*$S~ucAaLmR~[Cxne/l̈J1TB< :ɒ3<|gQLL&J$6%lG MCi @k" ?O.d;}:ߢJ ΒA(ثj )milb>|X }YC:Pɬ2Gƒ >K~۞>Cd,[dkY (WUݮ*KwoBB>z;8*`@Uwc?l=j`27Q-|a\DZye(Bf`'L7F= `䰨ꁴ_$Ŭhs\X2!xwU YWo``:, UBk]ō%QtF]WŚ9;x1koC"eA7{D n.@OÝ{L_ΰQo;dqB} ;(&=5{Ps Bϻ%N,+(bu$z;T_Oz 5H }^TZ!Vl9$Xܺn*& v^xdqp]0upƆl!qNs-@̎:CRJ9+IUU^6Qkrc3Hr;'?,($5OX=/ưBn".0ô!|z]AZU ƒ99L%5rLU3|L㱖ӘrH[c'ñ|4XcDQ4q}𱮠f=O!PVϱ//qŌId2o1cf'fRڲ|te)2 3Y2\'cQMŢlcU8AHg!haVJyj{N9]=}򲻬 (]ٚ"C:D- fY|EL&Yǟ Iwjveͣ ?[;@$Fh" i! ba4m!Zv^ ; Va"YѶČ_K%qHz!Ěh=RKr}'y 4yb9zT}1%!YY+L ge_҂u3%UY*y|#V%VP|>|a6<"Ey%)@`pJlȻ HʅEK/ B À1՘Q l)%݃kЊvZU"%{? ջGNO~hK[.^ޣebv@AI<L _Xg<򂐚a4dۺ\j.k3Qn4 u#(Ѷ%{ܠ44{x#_ =Q~=/̻ bDe?KԷwssO܊g'5! 8e%*0a9)¡A# nBdp18$8]=\LB/k$ynpFfW}+G6+ޫqrDr*%-Rvy基^UQnӣI=K1/1] .TUo.ǘЖ&#K4siVeCh.DɅ8m0/KM5>ᙕf-n7J 2ۨ4Җ7tcLHh { c NN{}b+$x,d#'5%.s5zMMPo"wS0)͙JB!wuqN?wE?}[UpRDҗsyz_6HA~3~<|bҀ ydCFzQa-o,/Bu9,sjMą払|.enfX8HzފgӬ.5#_ )I03`Z}CmW Apds #ϻ]W,/U<ƒZ1(ˍ2*'X=5螚OOͮՔS1D.L,lM?ݐ`1L;K Fl͆],B6é+^AoTVZ|2bcha"6}W\@5*ɟQx)'BI~1G߭#NdAH;5h%C=Jڼ7'Uf w^onnvPv点6"h%;eL1-iFEN482NE܆ R,pHBLS0rR"]a)OU|r&_g<0XK5 tf&BLW/呫ߐOB0!f:(|E0-UsuDnf.]j~$8`VHJP%ȓ"̦H2o ;S,s`pz 4Yf97,W%N܋! {3FEXWu]%ƪ$*m\ U[c<;gW]U[KMg%)*»T;<`y 0fy0s\r5Uf^B})][[X{B 1#4 Ml'ر)RԾyd .iY昝]ә*)79<救=H (LCzvbnQ;AX!& (oN8bŶ̯tCYE Y#R(:{_~Cs@Ƨ5c9JY6HX+\Ф7H)ޤy'X[=FuQ`vup p9D68h;l@w](7F,oahYMzo'n(do$zW1^!3ôL\Y 4v[;PW0OҭktizuZ{ir5 [ ؑ*wUB^?.vMŏef&G/|% hZ@yG 7رkz҉o 2?j1%!^nsV'Uih bwnT1F@g('l'Sd\9l 25X&8~#- T~*{]z2-}7c1..⮸+ˎܫGBRąh|x/eH5*#YgbHs!ubM}*{. !M;XrW/ɟ QKR\g,,++j&y_gn N <\EEgx~dwk^!OmfN7{k&%Dq8تIٙY>iK1sLI7g{tְ Թli]׏7S:mMJ^DrFE.ā1k1,]b 3Cw0 G]5CO,H-?=mȅ'NCR>SGbm{62˛w gںϏmPqQcXjy#][% !q}Z:>>gߔkM (AF0;ga%8R' j25҇\p O7N^X 91J}rBmEP>oL㭱р,^+.#"88!TYJ ZA2d݋Nmp+X_?ۘ>8=zad3w2341 {UCdF7aA„Pi_'Dnw(i ˃4F @Th 0bk)^xH2]au=6m"9gˍ: xŶCui(9QRiMPR͓AB5 2[Ӽ3"%o?!\. nJYzF]@G)tE)pR_ $ Q)WGElb+z v77&q:yq2݆XsYօ[ @.DuxaF)܃ƾWsؑNn_Iؙ6ы I h0fCquw fXT>{dކN^!#[>甂[{?MH3c0nS|Xkw_Cx&61)B+cIEA"uNIJX's-5uPr6k&q%4 ZV8܊?[k%W,zx%f ״`\cy$+cjwS=͍R2pGy7iMҳ3 ^cq@ 2Qu},dRf+`Nvfދ-."v#)ÛC#/-6 9VOoxR1(@Jj!T@9"${>y ?EjJϯC)BTWA:!%.|ep*qž4P"v EN)ď&A=]AB^AZm[s:)ա-/B$ /ZU.vzG3(l WftKV$:GH'N~m6s+N8kE7M^KG<ra Z-$ex+1@']Θȉv۝C%8a4]?Yț|z=iC[72D[io2ү 9n$ J6Yѹ^)#B*,ʽ 6S{oVc3R%ϋU ʴϨgM6K9^:ѩ4/vPywmlϺo±17"fu彗.!Spf {8XZ'G)a!&X ` KD0, ^ wXPT:)$(>8k݈0_b=x","tv9?!WV?I5X> .HwLXf<|!5]u,{߁(e1&aI6f NdtW!H[c-B%&\qhe:rDJH` Inq´ Ble l4QG^%ޡ,N7J՝F`8LfK?tS]E]GI)z2+Я&˕Y{;+Fy[QMQ9$̂B,?1B[οY4D8rQIZPb||p؞Z1K!d }xK*+L"YptRHU^"[C+v W4ÕdS\.7|Tv$,?,Č;h\1!x)7js[mpJI{W4m7qA,TM5̬$]1z6>UM]@Ptg2U$O'>sp'x6Yx~x|a6T~iU4 }A0tv <.fܑg9kOÎոICxoǵF$<864ߠ dH/apk3q^M.,6MԱanГnxuF􏤳pԕ;s 74rF |Oso!oTRc*|:1o_ Phu7"=Q4,ML=0.Q%4s/H="\e;K^GeT ]BZ%ȥR~bRĀzLJg^A;ÄpΥI9 fND-o4] {t|riX>{=ZT!6 /~;Qe0ZcC# VCLeORǴ@3=4p#7hRixXϖ 耔=Q|t\.#$)hpK?7L?Gbq%6%7`ޏ/dTx³w~!O.ajmK9D+҉gdxXn5w(ZNӮ+f#b},'\A,4[{:a0v96R`j,5'ңD'RSv-diQR 4x _Vh)huTNÂ_2ܴ9"ڱـFrJEyf `Y(?NR<g'6t]b|lϠ6N<~ fI˯r G?_&G=P>2m,ocN6ȌWLM/I{Q ;Q;4LJ)4^*XZ/ `–ȿwuk1o*o#Wt "k*R]5 q[~,VCgDEy9@!*&p)׊/^qg~[ 1-/iqy5t `G rH`f3}c]DM-MHjay$J3 ^xvB9@}\ktmm""fʭ0p+PW䊓WȰFU|uxl3@ٽB˩ZޤI(>l:9yJà78;"ꓑpr p0QL|%I`l9>r_H-QJqc#-U,]vͩi!QAxJQۥg X9G%@:֚AikE&(E説.+WEafuvt/]#{`aZ h_P˴bm7)њ'-|AV=QW0%9vk ,CdfgDQ ~`/ WKz''&$*pTGZ![;sؽjGN橂 ozt&|t^6OMU SΈ=C_ḧ+ENe2 O[EګvQ}F7|T!AEj2j,G#rZL0ZbCmXꌟ@hE?},YkN)P zg`25>7 0o6&aF,zQmE#X-Md 3b ؗs3„1`Uڔm~U/,!VΕ=JWv>f^QրΫ3/ Ɏ:+x=x1]ެ.d ꅅn|Yfi$`ԄЙ>U3ikyjue~ע 8Q_mƮc+dd۲9.w>^eщCC)XJuI){3-)ОǗ|r:K[(n{v)2A@=Y-6tAQd}:kI/{m(Jc՘ Me ˧ cpUia94[.ϊ!}vAe#Β YʴAqz-V [hP[ؾդѪGw\;ľo^$M( [k65BU]h%2sLASh۾w3S}-nzC @Ɍ<] \5z 6-z{z|`8 97\"뤇/B壬*2 8TdT8z)^P$ʭ[{A<=pb3Sw%z|Mx=0"a|]-G؈Jl:`ř/ w^d *}CIkdsۘqEe~a#ӋZÅRЇm%?h1}r^D.ǣ竨|(FA%!#0A^e AAVv}§f$|;6x4(9ŝkUlG SDo >Z?4VPQtP1Z&>zR[_O9ێ=s^/BV.SؠU&HԼ$ӫ%.P]urk8[lףVJI3;ᘑ6rhB5mOJO>ye/"j4.S (v׸c8=Y&jx\{? Q'0y讄cvIo]$}}ܹ;eik#_6e=Dg qhQo=lI 3_!gFF+ԙH&+oL 6'q}_]k N1]az'X:6LځVV8w%=<6\dz^[IZR~LN'Il<. N.\^ԙ3)gRkm?z5, W?ϾuS>{8jHtD:+"VFUgGP{ͯ5Wj_MP-.cW"W*g)y1e\% RV"X5$ӗb'&+&n(?c. =<:@yHob8귄C/A#b{i!j6ѧ,Íqk}K6:`-gLP{rӊ>t\ {AL$?brNk `wPP891%1Ƙr_|Z`2h~Zu`+0?ㅼ5TzMBay4<uo )M2|9ʭ96hIʴՄ+(+3 anpX6NM7\Q< t L+#xc+eP4b̖4^9͈r|5~y#wF./Xv]O!,y;^B ˮs@{ %:I[d3%2HaH*CdqOPȂ"|@1 S94_P`l>Թ)3_8Ǔ LVF\O!@[=O׷Eqo$u@ SJѬԎsn.^}mo[.ʍIDc[ W!6uFZ#x8˩,2dHLsx*KIm)4)#b49d82rE+"]F$ i uQ;c΢wf*epÇ(s6C``43f6a0.TX W6t;Dλm) uj;Cc@OdMNJ%O꺤 H jU MQOJAZu[[-'1p4@Ɓڿ6>1~nmM+8Ow!\Im{z1Tok"~h)>ݛa5<٠IH VR%sO[齽V%~c?OU);&LD @9+=7ˏt`0@%:MC I $S"ew| "T bKSlI  v*,2aBb7 B_Ba/t` A. `uwP})6\f jq<&#S֋ʹ#ߥM9WHt2(06>mXehq]Wycۉ``Oe4͌VE1}1I}pB47s roc2eAJ͢52$K&P)V/F  )cKٍtW'u$$ qX([͵?D*{j?y4eqIH,N 6L*=vLSӆX;2OݩD&5o1-i'xS[f4_d0;SQqAKߢ)UbƏVGs敔VҼ_!ƣUI:,lPX%jܐ֎%\ˡX!c2R!5әg`!S89g԰h} h>zx{y $[7Wc1_Qs~Z ^c^ >@yQmEhVǟM'0߷Mo#(D'mا]!4n=) j24Ry->BYM$;Os󑊧 um@>P5dhqB[u{:8yb3NEe4h Ί0",LFݷggmjf2D}.s]%=)UmCFr,~uZ:z.Rw_OA(~!3R&GH iOzoJ3Fuwp3onTe=qb1EV֭1e]hYJ4qKBnvzٿ5[ bfQMt DSx7rj̼, 4;B[.c#`@qO"1nTeДZͥަUn'Z͖mٹpew np‚XrZt,`AQsܪ6=m4x s9f"q-=5X[ =^hOµ"; Ől[}dliCbeb Nyfio{S $z5A$no6f;1(FA"RPc'Lylk(Hc{)}_~ !; hoƇs?q♵X dcr$'R_$GvPv3[#䂍\G±^<|YC '9 HDqi=t$" 6 >x0zo(hvUaPf5ZLmHKL3ae?%Mpƈ_+xmYIx3挵%Fah #Bx]a8߮- iI2KG-)gIQ[b:wgw+2Rˑ^%!4yVE4DWu^ogzR7xt"^J lь?=rA1,^VJR0##B8te]MJ uSaS^||Qpp5$>+ԂhmHѾ>|rNԒnsf[;osp=>|i^ P4\b$k;=sZVvK'CE)#B938Tar;gb-̈S/V0:ֵO{#|vUkp!+8>r! :mY84ivYZ޴ERW@,* u tUo~p^RVqo L9Ԙ@H8Q!u|uiGUK#dq^tݥ>ڿFvvoindJgl>Yꍡ'`@/wiÇOaי[6CNf nnǹaB5xhtʔ*AwG8R]3m Asaqu:x :ʅĽ8 8,!k2fsr. MQR{ pqoJ8 ~synV{-܆݂?ܓ~9ي5gbaw]w!|3~NU9E mxuC AL|oC_*HG_j>#&ٙUEـݬo1Ut~LbIfY".nFjok?|8)H'Գm*q8}B!¬59?{NR+\Υ:22\u,#[Rg|%oQF,f'"Sӈwo_"2@n<'>\$:Sj h& oiu)ZUù參߶6PayC2"Bf&%GRa (L9ǑtvLV̤e;&6eA_LeȞvaE*hxyh0]hrG(q?WY.Y320@n#Ai"CQ%>0At"@[J`nV'V%nimHO5bǑ nS:\cX+qlAh,m:8:r'_Uu*`R4@Wxlr s;T-J߂3H ܯ&_,x7uj,L\&>>Dl'K8 ÜAW+u)^?eaf !F2r1%ˏU a'!~~䮷0꤮J7[nTn{*~2$h1k O&S2zaa a0&1J[?VGzDNLԯk9HAc"6´sgumQ;6%J sM Pa%WOYneGeq29z:ދؾT= gD4vݔq!5n>gh8<'٧BPǀZ/g=K=5 @#fS$9ox ^_C0b0wbS4ޔyPǸ@<hb&d5AIț˝t.Rڳf9WM_q1Iɇ6V{IBVެ]g1`aq{Z^+AzIip *~SGY,9JO]?5q=@kWu`c1j}d@TFVlgSO9d7]qnH [jq|PKr+Ok^A[0(:9'ލ7-s] DV(W%SȦ8de@‘e(lرsK 09Ê͏rA o:a(zu͵e Ͽa9Aё"*sMScu,@·v}?YUaXx(#ZW"#jpjF 7@_YE&ċ,}3K6B["TXF4;1~I#zclyVϝJ1\^h=k>- h ɍ0MHiZߒ5;-Ez۳=Ԇ>xvFwX ]HfJ{m'mbDm,@-~!ċ_P~G;Q.ݞqn(`#]3aNBmgQQ<)e|,>v%q׼-a،Y|/sgg7{:efg>아9y-z:;'FkIFY%Z) &n::.yh9uz~w`IMqe h>*)Sl+DUMKTKK]̣C O ]#| UՖgbTEmqmL4r?6O~%PVޓӍ2 CP QNŅ7r#u3_IgwbIAd㡃S`GvAJ ʼRsDJHd'یE˪9LY~Y`2M3! GH Ϙ47GL}4ӣwdOt;K/ #ruQ_Y(,6LCa9CjR` ,Kd^!ٶ:O4ʶ}!5.'e --u̓Äξ@1gPGLqG=3œRLTI:}FXH'bk0gZ2*iSk>C Y4>\\TeHe.҅n$|z`i+'M墑UL.4e{"vr jiQ;ߣ,ůr[e}Ũng8pFeN(ɁVa0;@)s`Giv0Ɏj6u{Ƭ 1I1;@wT{x"Rq4GTPIR05c'-a}S I4JORhtйF~bXBO[ V3j6[wR; #I} }p/ :]4XCy!t{|!aX8.?*o jĮ+HHĿ1.ej;[1l3Zr~(= I7ߊY4D]w,&+9XLj'yh@Dj/5#~y#+GMB 9hg<)ç2B[_`tF*!e݌NvK RL^sHx,$b[#5;919F1P"2AYOKƏD + yFuŃ7pYƓQ`o՞hj=hǀ9ôˏRBޭeyi=ByTWh@1`n}M&]ڤ'y"k|M3(=e_`MzJ@.bWKQײf.\AjyZCkq lx|2ލSw;"@&'~rc:JNkQzuh`!"y?q2 4oKF͟HEDo3 3w4 y&[T\$xJY?jr u„V@@U)s/cGrQYt''v(kP}!Hs'v^!DO51$?'8/J4Կ+p!^̇:d>HM~DUtEcEq%iH:66W4Pu//( av 7yE+K|BNn2K$a3gW'-}1EW<% 8;2M9Vnc2Q4TP(]usX<]ax:a`~B&niZZܹz!p_,HyhoR<\qn)ly`]zGj>9`KXIX=D tpV57^k=+6($֫ˊ#Ƥװ$U7n #0\zUZԌS<3 V< <$Mn ":oC &a-JdK87\*EZoo!hF8֨Wi=ftۛ"LeN_g@(7bnS`3{oS090?߉\ߴ'6v[oXH4$H=Eg=%]t}ܑ*1ߒ5+xmn*ʓ (v+oX xhX^ej v\;;IR =!Wp7BYb v):DqOmjL~w_u/8N>XR⥹hr1޷l]bV"eቿ,7KYi",hOclJf.BNO#`y0]K ;nf,ڑ<$u FP~ 3-j΁41m5dGV(CKJ GΘH'll}`=eaBHH;ZgK }=CI!eVIW/}Dr yQ77?ѼAXw5[g{Z:jPU=#C't \MJΕ~k?| tj_UsjE6砊^ ; :7uI$6C}G?K|mLB=`^`ͻ[2;iomЛ*&w*en' ob7bgk1}Q{= _qhR@x ,Ohq2C餜[=:-:4fp~{rɴR'cܽ=\;Sw=Ճ&G@ڟ`;F}f'[rKUg]`{^=ǎvw)lV?PX<ņ<@+QQdXĒ_(a˞BIWNptfKDnwQ0>@ՙ?P&0V _j}sd:d¥թB8KUȥǘV/ yEN5+S"%[DNOH‡Zۃrb |'ǟd R|~94o [Bۇ!#M&ȁdIx`5{; oVs J5 ՜ƸLR\b]#u'Xs OіҒ2"ZOU,T Ѕ LU !O3 FmLQ $9㥯M6^sg`ib(ɐh!g;f0ߺ"X%ywEO} (<>pdmޜE=9lp%X1_$Hxb$cotWm4Y|Nccm4l7gBR*NC6ml\'H,$kXˌ#{sdO%!BKwYݥ 5CàMe]g$):J,FܐBCV, D~9sEaA땆4R, 4gApr };ɨ15x keuUq;KWVx{K$ 7^v4?;KՀmJ,Fuڎ:Ӥls`ɎrԙR`lYQ]P kC'^P|Mq&AԚ.4 ib|~_R#sLeQ/Y)=#V#> I"Ỹ?$e!q i8rR>+:vm9 akT n'} d!R/)V*ma+ZµLQ_`ЁJB @Hr)dQ;C̅#@6VKY76(2yy]XK(uM}ɸ 2Tx\.R{r20Iԉ ,1:ϩ:|v?g9'kO>ȯ˻u DŘe]cݰiF?|!?`,6!>BRU=ڿl"[DU}Et,GX* ך8{3*x0| ^P, c_ <Q7.h*ߣX@đg]S@JgYt)d+-gÕ)qݑ L^ :DX}C6YNRi؜R\䙭ӎ)i 6ոaԟ֋"a$8]W})¹AP/9fTdM|cO~Iu1dq@IVCX<0$ \%(% wDHI98Xav{b|1f&7';,Y  =n^Ux߫Nd9Ą&Ę#Kau9Wx ;% IuC.=-u VfV?Y"Drb^~jS5ahj\|WNK& Ruɭc2Edqwr+dEOI.vF@(P}Sؽsd)4f΅jzѐػzVb:bk^CD;}Ig.&pQɅ`)C Pɨ짪$%;%8or2*YsDCHvГ7'Z-cf@zӹe\Y)%Fj#;Mx-4wx{GhKkW"ߨ0UmPw?laBoU5ߒ,1Pd^bb2yLf olA@ BDR^0ʥħI(c$l= wl0-)8n>c/rG| Pҝ<%ir7RgV8G +UW^ ̲K~ҟ+,L_Aw;/^gB<Ϥ(j%#DV(7 6"b[JEI Q~/6=; IXOǚ0YG8PuP}0ZrdUZTW1*pj`N+hT30yT ḰSP L?,3l}():g|uH&Bz #A-HZ fDdՙc3a_B Zi~I%(D 6cɡʨI|)aG@9J'c?{Q !V[ tR1y8jcb!0ദݦaْld^'a]xGn]aaQ,dy^4@f1ih#z _[:8:!4 PbҜ?C9s.4Դ~ZkJ% 16P'{4r3OF3ݿ)%%N,ʗ-8f]9̼"9Y^8 QtrӘZV8fU录!FiJcWY*Qi_#%Wdک,T+ Y\' q~Ԅ[ ,Ü$oJ#m  _(r"0ħ22N| 7@Lie;i®^ݷ^ކf":6L._CWw/ݎʻ;i;FWӎ|:@^yy/9@Z+|"KU GK5m_}$ &\Mă5~ؘpqD #"gi\]nOÌ;/~z[1 -?9وe2/.w$~ʍ6v٤۰(_]i0fUeEGRJ T|WHsBQeA*J I.$1L}nOzVX5Σ柢^y |h:؟B⤢t1 i@kffGWq.?ReWCFhc Aw/c+0sH=U7Kdd*IM-+o,d['$<qu ҺݳP4 xdOq1[ÉOǬQ-!qIPSa062e,L;rg·}&:/+vL+U$5}oaup}y}5Vܒ>Tͥi]2^z5ic0|߷p%DH6\:JPVlEXժ2%OiSfƑ(Ww5=3mf̊se{>#ѷT@kM\&V׶bp4t [PDhY6-@^kL7Zpa7z ٣Xo쌏[w\W@)Y9Ak;袌?e'D(PIS?DޠfKd`R8ĤU/ h|A:vZE"Ng^_Q0]$nV+f`ްƒ"E!Qg3xSt6ɺH{ "]95.޾$LI21.v!A_( s, ##ȴBb q|k;wri:&ڠ%Hw$ݗ%%:['2omm  j~d|ɝ3S }q*TNGqx.š#$5cOރ༧dr%xyK)C)+ZzVm韚B,MD)RbI:mAlEh__\ArYuNtl g~S0 YO[!zLqGW+d (>-}TU-68!pF*ċʉ$fѵ"x\{{4#cl(X@G5u, OmY"upbӒ&UUיM&<ۖԅiC)HN<5<pTLɚE=yLey.7)>D8|TD^GzQ:!V(mޝ`eo_]c3!x{zXS ύj}>&SϾ;p*t34s= Q^B'{̯jZ5EӇ,JgK7pu!ͶUי&◡Ӑ/.נs<|iHӴx0P* 3uaxFb7 vn&񵏏{ǣY)eP.>KԎWS^<$ Vq00~+ . p]Ң+HQy5rI$ЧJ ]x{\US֟Yw,p@Zp)=S+/*E&x6G0d n+1'jZv6XUulZA= D'~%\/tߝ0DkƗSYT 2M#.R7Gmo=zuAjW[4lMEM 7) ߞ`NA疹G;[vr+q <vvOJ~:ҼՆN{ڌ>G<-Z:}1͹~MYQ*gdSс+‰fL I<߻a|\$9G^m%>hV['&[1dp VMSz `+p|sJTNDї؀cҴał؇9B=ߴ>ZY<ː35NpQ/ De(xRbHq+{^T&*!lO$R-w1aN_0\C .ckip61dGPM2Z;RMI+̼]book @6UUsXp5qs<ߪ؄z95G722<{+_gfPtn,<2%w\lS5ߴcltdgp=d5]˷շ2|?.4a!qx"9nM՟"ίH:k8<%uGP !RM kD"Ix;0mz sI&>s2lw|bq9N1SN4 cS;5-̱`_C _@OLAlGSމx1Ѫ ک>+YFj+,lV; nM3WI%d%ÚwxŪ_xQ e0VMjY|5ټ<\Hƅ2 s,('-}^#A퀹5@3%n>kӂ~of uE{A6~s#YTzjY ;y}I jKS}ge|9cm t{&YH]7h^šQdfwV0Ѷ[0tGw Tj#X9^~[$>9*H,4U Sl40hĔˏˬs[+)d>$QBM ooC9 6ߕuyʽ{u @TۧvJPS^'Sgǟ^p'!L\7ASSyfH ߾GMvޑ`uwD?{^^%l~=qb#<,oxF](2O#Jg FBe=U%6|f ?A/v$Y7*)K/Aޘa9`b>Pr<]x7+h}"G0>zpRlxy_X+eɬ2D(&T6RiyHnc漸j}ʹ/mŠAwi;n3(; ,4H:~<5\h03DG<$qs\d%S}B[ZN+/ң*0X7YmYngIcS'(*FD/ϴO)*mjUG2QMaz?G2Sb62~ y (9śylB>hB2Jp+!9krTdfgJyWT [Љ17~뇣';GGWjwqcNMl?+\eOB@;2 AP0+{,*O'U6+k9DCes?_4Fzփy m_y͎ ;N++m=w|AntoH{m@\ȥgcXYgPCG$??nQAOKa YAo'ir09/ wYrw!o17&}2?^H"h^9?hu~z0Btr}߅5"xMˑ;eb=x^1no瓲R($: 0X$C(?kd m ێ%-OԒ3d ٤9[ /!O[A ~'"rDy&Q$$hzN~)\9M}hHр]<$#5L}#$όT X ]CL t|3D#(kuqgziF@bY3dՙpqdok hb3 @{qeI?r{wO+NMj;PTlig~m7<_-y͑\Cnz'$Ҳ8Hϼ/vlA>"f.RboxNl2_YTS1PG$(_X:v2mLD16417n؟0̵c~P `1BQ洛ygY< :}19RC 6jF(MNtezGJ}Y\SN :яz5Cߕ)>LOʼm5a@``!hg-o$'$ՒzW  x1`}t69DkOȉE iCy? ePd!E (y*`e±GCgq= cCëzCwtc+ʾjCO3g|9ˈ ?6!uo!*kz;w{]gf7Qd?>bplgy ^/T/⣸xkeQ0*0 CA4l>@)i'HKkpB`+'/`,K ~% ǵj2hPƎآ"] OĊ>$#>rmasC\>; >G=o뼣\2N1ȈՃ{~􉯝Ώ5%R!!ܒKXKg{D~"tɍR)J.W<ڜPp;4OqAu ZK c%)7Q| _BfƖVk0,ر kIjseA ]@vM$yX28r^w"OWXP@99t/%(&jvN& ~/TԎ=gfe90Ć>';;B.{-g0!O@]oxQ.>wx۟~=uvIgsp,#9oUu9ͷt(B(N)Z< wLHX\ZpS-A5yi$&EHvJB nvXQ 8i;Y35xO_.F ^Q+orDGދ^H@K;L{<ʯg6^q,3jby?A0tZW>'gTBq.p,ĒH$b DBB*#򜄡}0r+$jbla L$j+G|p>zДTA׈jik; @ Sl%'K^cxVW=`>O5PA%|ӹqVYZ Y "$(QE m$QJZ;mg0\.YazxxɻO43hڬhwy)Xp<+9>2aMKڔ̷k lۺ)tP؍>Ḽp)Je9% ]g+^7ɔ: "rl]zxc..vВ%1 0ә.p@Wl2_(k͑Bi'`v|Cʰߐ7~Zʲ[YH;SZnlvצ@?<\.pA,4ӟٛEj}׾T·0 d3% }Xw}mdٟtӧ\ ]Ȣ>go+k[ֵ& {:8dֲi\E&W&x /- u(.$n+x^>V?fU3v]s2CTbHF'с,qX[cw=Dt\+ N}*{qTrjT ܵ au7 },k$Z}HZ}iJcO^'CuG Z 1S.iYrU ޝ2+E;+&Lo`p!PII)^9Ξ64a^8'eyfsoIP}1ۄ^oЈgַO+!1=B-iw?ל>c^*B<=KphN}N;gi=O]ݭb!EMK7nV^FB7QA"j Q D h^HdjU%rI(4 I[8؃4Րi\Oyfvq{_Z2tֲs1榌rDŋҩ(JNl $!byf5D_ }Y7ŇNv~ :>d[$GI ifS?jlcWČq ilQjx9'fAΪI}}v_O5#ըX$ٿV,Ʈ?\,?OtW_fKf|\\R\A{-Nyu+-m;y]&{n JGɈbd~ZӭE B-%xV!`KX\1LNIG!rǎmƱw_gؘ#^P۾ƀG! [ɓaWIXWAb!sLRqe\KT Rg<3O&GJ% g_Y3s_E;be??/ét^Îvqx6uvZV{˝N76nN ׿~Lvs%2jR60R0bENXGg1 E=[[=Ut nwܯ \{aQMQ9<oξ-Q@#+P S0 ?>& v~F! %Ip`\D?IpT-~} `NW5|מ^]Ss 8W#B2Ot:4 6ԡgY0$(gjړ'I-׷TVg"ҹ~!5m%*7G VhKM߶hUņh31B9Xv^U[:Hd9O٣{3cKۖ=/ݯussX+z"wsQ{ a$ 7 e@bhr2-$ ĢC¯ڪq)ya8xj88yW-԰.v{kZQ!CP"N6Fu jBΧc0@ 3vgKO\]av11wGh@' X(-)գN%y?j|&qhm? y5vJKF+y9h1KuvzOsٯr=Vu0\ױSc$]ߩ̷Pgo7$$%&"BV7g43KN;~$7%R]uOrTwQ#DaT"HgqnDmN<&aoύFumZYЏҵ-[ANu \Z3U}`@D)7-<NF2BkSG5OWo$s:gJ  E^Nsg;{ӽLAtZR[# "%P^/ M=uX yeuKfJSK30@!x}9ezX>0[SVJ~/; C,^JSYV.懮 EͶR_aR~dL9zޡ,%͝EӞmxyX';Cey/Hg'qs|9!]&zvJa0yhI 큭ccc{lq_1Ο nu39Vj 1uL1<r=]9gAho;V,AG9 òq8!z-[uTى[Af4 @ܒ!).1l1TgEdDЎL}/(|$v&D9J0 wU{*nN<-+mUQ3*ҰH3" ^M$e/.$@+} LňjR4sFF(zxmk/=cB;RRRB5 >&wlYpx!ȳQˑ] Cu!ד @jXy0W:C拵.z;-e=Ĭ匑\R.?tbOnO0rˌl*q"G/y{2FJ4_40Lm c Ly/7tޏ.c[G;U்O9olr. qBj ˥E}]|K&:3uDW8tC"Cgs3|ˌmFILEKid3'3% AbA,US̠RS7y*}VƘWq&eۥ ^;S7r} {\;b'd}YxdT<\"rn/y<}2gyc ћrqzm,0RV-zo|KY,^>yHpyO6dw',љĈU[JNyG7vYF4 nI)wʈ |~FkӪ*3ѮN:lG˴gLB[& A 5,>a܊ئǵ0kC2ǁF>_=ޘ?c"zXaf]Q_N~(q5XEWodĐ@Mal-4rx@t0ښM;Msh`̋3.9'sNpLҾ#`VU8ƹy )No6g @!@j`QD~"Jg^n&7ɀIÎZD9ad . H(s蔹'`MQ h'3NVm`幤㒵H2T.y`x&V#jA9JP,ʟ,mjC--Tt"G-`Zմojf~Խ[rE#v*^,Xhy )eZYk->-!ќ)jDi,g!A"(zc!'=78iw_c=KOXV _ueɉťsy+>͗J"i?dNR'FJWfz Ap=/8M>5VqNѫr=AYJk W"ZqT}bbOf^/-֎_?-s&V r/V`сJV5+\Def!8v{\&_T8Sǔ(< Sԅ5.:AV!f:!rZYC! I%N"LhyNwT镧6SKS'䗁v ! Ir8q0-X&9E4K}Ւ߬J&sPѾ~;5T'I"YNq[3ÔA*T^%(K{3|QLz,E8{3(Jf-Wbr4͚w+gv[Wb}YJU˷Vޖ;[-J| ]-?4FçI㩝=)S|]xoi.ːH0ʲ[ߢ~ 1BPP)`RD3 n9q߆5ZA A`DKH_" ]8rh z A&(S#Cܖtc gdA$ %`C6@,\*I_ t(l圂SYu5_ߘyve9QBu" A8Dlm!Ѯ 7c9Zl&o* ce N!PRu];CH x~W:ajnD%@4,edP_C+$JNzpp)k_Wbw}UWk[ۛQg$șHkk0%~y|S?DH\Xl#i"`HmKr?CóoX`ˣ)pxUx2_,޵` C! ȄA O=)|/eϤJb1rh0% IEoXR_g!34 RI~m/AOh*/?-R4 '2 o\&_zܩ5f)VA@dYi" lWh?ϵ^a^VIcg0ą!%u9>2m->3NXU)jߧ~p X iJvQ%&&9}aЛ:֝x""7@'L{X!2Y̓(ӌp`Hr[ׁY  131{Ȉ<MWҾ=I.HE{:i{qE(:8 ul]^Pwggt(ZvXf5%Dį #}1jמ$MId@m&H$H2toiۯu})ǝ,io@mxjӺYtninAfÙ׷2Jwhyt2} Xq@u% $$藌@XW(&JP뱔 L\zpC]6'k麖:+5!3lFoEFsZ ^Xi~Y!`/з'ngv+˫pEّ1~쭺oP%yXi tՇs҆q[ŷAJegPRP|Gߛ_Y7FDg玮ͻC3F CF!9S"PkٔxPb\-&hP$zu!w;G^̰I,9a-YlBCƗ'8\:xA-j) A$'5}&ُny`1V,3LnGv ˚лxQ]]N|>|BVqVN}o;NkF6qצ~sH"߇KfW Ht$=p 5lk\nqAu*n>{+֗NZv Xq .D!' Z C0l>N jZ;yR,=Dnv'fFN6wsN[RXzn۷q:2fs JsC{~QL?GK67uyYaқ+\^do2X/#z!vN0!1 NL|7Ek)-S~N:QGο6yg|Y6=EPFtNZm} hx"3~50{J#?C0E%ڎ蔒) Ɉ.QUVtEj*CBH8hHS?w~?=OxK}TT@1C"%ԩ0J dR.tS[V*"W|@ݴ}_(~uՎi)!6'T{ Z_ 9a)JJ"Sk5:Վ}C 8}`8P),JJ)k;(&_YcvYnwGo5䃷 d-NE"RBGk5p2_ ,%v6^&@@\2"РB#܁G% \peQ<2Wy'ޝ=p8n+J$R "!`m.BfXJ䐟ՕTq5Kz@Ct,ng#騀rĀH1`ld:C!i0)7(R# 7ShR2zY% ҙY @vX@[9wYOl.SH U:-n N'CD6z"R'B/mrʾ~"zs##A Э g Y@,HxOry߸/&U(S 99jHT&PeoA 57T?YYY3ŅV_8!LʮҊ2ZV/S ^!DPt$(qcXZYo}diA&Ken CXpb Ez8=gZy[ܼQdZRDVtx_x8X;|!&Hjr_,Ijڗ~KP?mkC@g*o%K9PwSʠyvU(d5 .ݓ$K>ƪ:bݠA\&y=q|Z/l-U nG F9K Jmlo{saMF SD( eNOYWWT.hАPQ lApZuZ!?v < *tC,P;ڤ/yP}~%ә#S;:*pUt@BH 28 IBಈQ 84,F hDo տvO΅3/~_ߢ kDDـn=w-FPaWueNĬDQRȓA%%ҩJҧrUu 2P%&. |rOԀV1}@^`T稽DtwFWK<% >jRVδMU95C@ ԁ"wXha`|$ӦZ47al͂/QD5k訮Km*R6l;:mz)_"1@v1cmc;Nv{(?p5w 0~GbuMnЏ rdk ̆ a }t965qXlDmZEӀtP8S@# tGkwGwr "WZ; d);V#> t},NWno@u!q$-g3B;.ywwJpnEYljpDCgE`OkG|Ldg6A8d \E!w; ]h,B$ pyzXF~4v~gl_+/n/ݫɛCl&9&dz>]z`(dfH"Bp #Ò v!U n|@>ϒ(R(X$ _o?éW]RWasB= uT)/@VvjE|_1n>bhVìpF_a?u*2?JWlS#HyJI,Ae`w?" #f42NY/ɱ؄@ ŤAiz H %SR({.n %bH%D''j|pX:E>h?@`\a!5?c@.=?}$ H! ibqHHaNPy:pÿM/W?c  $!t(”zWԝ==-Ptw.)] z}~GF9ODj"H*(iC|$dd";bڰiDj6 l@κ؅Ϗw8S,Q)A~w\Yz;Y-$N ƤT)' #4THQT5JЫH;@/ɴ%\L&Hr~T#,%PdD:3񵚹/B:9fhKXkl^O+_+|1M$D!;?o@""$HďH./U]עgʤ|R/RJUl҄:R@EI jZgwec3`;ѼWyIliY?pX6+K;']O~>rTP܎|?,N,a~'l2lQbљFM>ïm9g<[м >ɡDTWNE;"(WEZ[NJR g8;P0vgbiC'VzM+}vH;3) !&G!_c^_'1c<\dF\wNlcׯr.cb bJdL)N±<#o[O V8_, XaixnB$}yp[a-gmg!Z.HҞX0K,eb99_Cd9+T'D*(^T=iz:h_%H_C%Re_kowx3d]>ŗ|23[qLRɆ!SB s0DأA =Ub}":slPI|?j;Ru9Mr]La \ƀQ sm9v2_ߔ$gqFE0#JEA+ rI|LZ46ZʀtP+5gVc*aS?߳!z CF %Y\qNlVˁ3{=ߘ{k^ pK|`7],؉ ADɀ J,fv"kޥ S#.'o=x(=CˁyeQOSϣ rl9IG $ò}E07 `qr{\k[A5'!SD|bi>kO4hjh.?_?_tMHERH.)>@]2-^k0 PsTk޻;'&"Q HҨ `C:v^2j']NNo)8#K)81?H8"=P&Jh ?ؘy[&tWñ^:W 8hj_7 9H/I^ #LVJHS{6Iw:|on6кP#ӂI@AF 4 vS#9|@jaAҷ W!(R$}D@qD.(ޛ{S>'`^[Wܖ UQUC@^ݪ8 W@}) PP f*3&E&B|UСh_!L S҄ 9 O8o)HD!}|}@PNOmawӐćʍI@-xoUJ{ۖ_2 I@Ñ =D JQ# tEmA8p^ c +"zto}]72Haqe|gY%#-BV!Jl p6fzcKfİm0-q$pATr\E]F?T2P^no,arRFiV4!G>Wj$=uP}iՖv9@*YZ~&#ǫ=706󮕽M=}u;]Q $ ꛿ؠ7@Cڰɢ;gwE1!!ݹvlfZ7.]-/=>NϷ'O~g?5ffb dww|GmXF?xڼ~_|OvV*,ܧAz^]Ğ"<9xz-u3lJvt=M-=V +RXJJR_W{_=%D dS~>%nTuS2#FT(2^uɇ; 3 G!U&Az/HԤc(͔,[_c}(|&{3kFIuե,!C~L3zȉT]/(bh(e!H ̑)hT$"(G?oF/-F3k9 q)K'u @@ 4MݓZJF*2;d|Kc| z;y K@Dl {w_ ,I!!" H=ai$bBÅr N'7',x^@EI`"@@] mOpPNϧr%sbp(SKtW#'i(ǍhTzE7>mNSZW ϖ;w2E THd2foDf  v1 0@[ ){&v);pQ@! I:||Mϖ)]"L}wK1$Xy"\/!S-wWB30Lj6T#٤6'ӗnɥ}Ca92]M7#NYg*Zլ:) JPMeHT  " 3Q%^K:m"^ 9 _;', ˧aO{0T5(U 6X~^Z2~{rJ hrhZqr.ᡞA:@dT^ Q0j'35;kN Hk|lp$ Γ\~[=/m ݸd~A8 oOow7Q0T O 䢇A1|4=}7&5؇N[-G={}q4IH !Yz_/U __߭ͧ3sB) b@Ei6X I=H"d/@y2}\@{ PGU0l"*_2>w٭{7}.'|^7@`jzD@jfbDx׭WEڔrh~FؼuŨ7]GoQG~ƾ=DKL2 pEB|V"kc *[gL(A R "_J/)4 !dTD_ 6m盭<^[P{9FBRVb];)H){GcƽܭSZd NQ?O/y_'kgUho=G dd~9޻η{}&o=E'=Zx9sbj`pq.T#~(K=px-ENɢ'|*Q` 9i3d0VJlGW@M}#Gb)eD )3Nᬼ[s+V3#+Vza] !xZ֦CkN;+3DtYZP<]$b93)?kP#W6Tbo!o =} @gVa9<}<^2,RBQXnf!)V*-EX"DRKXΫ6p 4%ܫsZ IaLDVAE8rp,_fIhԮg\,Q9@';% Su DPD=M!]dyŧ7ȪF@SS14p@`&J]Ðw' V$`\s!9B͌TdK@ 1`؝R1-CS.jX*N8  o5t Y idA$ձ !ak/ s0ֽBUYRd$&M=@HDPUzZ$ j"Ζ"DI;XOŢw$Q,v~=kPbP@:D_V?Ŀ =ↈhzzU~Ԥԧz>) BJIIc!wSK7|8!ڕ$ɂ33s4"@GcD@D”z]P;M>/uVU(gZ!ĞV P>D>҈"1#fGmo$ԋ.9N_o>7~ϤŒ= SĠ(݂% TZ,2QʔO)J l䟯 фH4-/%2U}6G@ H?+뛿AySEGq p%1RT._5}/g:Q 4Isg^i_`"!CHx~P(HU7\En9AT0< ׹ ס",a7~[箙;B,@ H00 '2|.~\,e7;9M_?~}':e*v{>>=D(lD`EH1 Jڵ(!0 T $vD=P  f;zA͏-izZy0+6_[Z$RGf* •Ѣ#r*rrcz"j#(x/ſ̓hSozO{nʿ"9HbV /3˽)Bw9Ԑ@^(!.;#7s@t;"?qf6_ \2Ox^p0xظ6`m_P,O,0有+`,(2bc%9fǾўtʃ"kr y42)t42UPP&JR`ԧtdHB>č3s>dz8WЪȪ ]f:Pa1+E)dE!"k] faqHnJ*\A%B̜&` ED$͑qKTj*=߉lFjBː,9IS6I`$VYTQxqa[tQJWCȗ0_e5Q= $NB0w`bbJ*0_%0*D̂b . Ar\lKPit +2s^.3fJF%vnEaxfeyΞ$Q dDAv&-zle |jm*=nTŕ{Ggvپwp<"Up"e *z&7QF[hب^sƍ4-Βa'U/?>{MtFim`)ɲc":''t"jRojir"@"!kp撬Vqސ\F [GG-5n'y@&#`eeGg TCJD EYTP6jq^o Ja.y9B $zqbwsxGK1Ѻ=Myu8փM+hw6S vnt"CND>$-W*ɂ%s?@T8KM @kMyS"Oa|sK|Eˎܫpr<5_ :^q"Qƍ,@>̀bWW7gMfT(45)2ts^~}O[%*3¯yZ\ ~DB { 3ⵣJ"n& mLcLujYp~c'?.BX{1aDHԝ*Fa\~0Ȉb"QToO2Η}·5AZkp=a.;z9x1$Ǵ% &!tq; Ө=N vl\!;IQ n|#{In;0P`(&\.@o4T^'s]ﲳzK$`wQeev#gBD@/D̒E2{>@/$jJ@ր H@D !CIJMTL45@!EV`dD Dp6BS։!,;6 tT]qwn&!0.>gOp,wWUDVzʘBP{W[T"bȥDc vZ]Jvd6>BM߭j$vnx+3zgY"i:JLZ%53 }I=X :6[xgOΰ p֔!"ޙfśqH u{KF@`saȉŀ,xu8`=[r~83|U+^(DHHh An-[t\q7E*zF'o_;JVZTa `K0ѧD.4{>][o|˧GKIHU%%(PR M'mw )EPE@SE LPBD,ME HЅ-- ]14 "H$!S: /z"*s<6KB'O"'ij]P[XAg~4m* lԢW;bRb25i3`Dbrk=,k~4_Ar-Ρp'n})/hGɷ&Io٧Vj(-b`{ROt) ))blg5T)T횃Hdg6׌tϓNwvJC5,zY"& ݙQ'Ve{d:䚆ٌPWұ'^:z~ΦĬť+mH4N:Қf\2B2Gv;U=ܮXVVvT/}X36Ø7}{5Uy=-E__ӻa" !k1s,̑yqCÃYiw\ix)@@/=[K;YpƋkG2BJi^q^-#$2%3+6`.h<4"c;9Sl)fnCQ6ݼ+lKiW9d@¹WגDUMÂ&U*߮y Nio;ZqVz{l-*aNgywP_ ҤY{7\%-")ڏceoHbms En>G.~]>zKe=e4JPްk~/32-YS͝w6rM0GۓDDEJ<2gckc]Ѯ1GGb7n‘:uȼӁ|~UHg-n—LkOe?Ա:rn1/]FU; 3u2! L[:<8ug6ny?t'&d`[{os: ^U/I?O3ڼA7Q b+@~y;8E;hdXwWq~N%ZyPlRɳ޹a.T&oV0Z)M,=a*@Eo9pgoPPKH 0 X_X+Nr`x 0pJ{)Z!@C< pP<#kt qp뺺,JUH5y_VWifHWŝ)tWRDE<t'i(lj©Z*XҝŕR~w?r+C:#dQ7^Qx]7Z Y?jH/?.װᯑ{zh u*bB\YL֭aHb_ 'DN_*FHgmcҫkH܀;HJ% >EgNz%JZAA޽q~/9DAO0S]}.[vu֕M$N)րd#xC҆Ə[ nQJr(Սa$3;kԆ}6%-r:>.ᾂ5nW?CU2ߒuKKS&!B ~d.ҧ }2?uֱ  $BK;۵Jڨf6=|tBk6&5!^PXB hځzR'W,(^kBПR  "M>ֵ L͔ǃKzݼ1/ݏq3ƭ*sWOWD^n TxdPǑ ^gu|T)j":T%阷WV'ƛ߁?y$I6d縏{pz>ɚ?) ÔET Xo~JO8>f-40ڀz*Z|Sat\vG_{=ANA<6(4x>w۲BsM/> ] eyɡҫ/>b٥` ֛pfϟu' {xʚ_{:()Ћ$3 WAU?v1 xm#5O ?NIhd6d]D7;G=!,1s?FyR!'N~,2 [~G%ie#yd'^kWgwLJocbE>u8L> ƥ۝ԝm?-J{4.ʞ!s!"]|NVq(fIYY4 !m,d_9}cZ9ZOKXP|}u@UlŘCgX52/owV0z߂ʓQ 1@Zl (q\;w=0+0'_C{ΚNcԮ`@Ϟpe}滷y",>PHb>zD=dn;jן#]3[CRޛVT] bqط*<`esEA\[yd*;C} :A0!x1X~α]o"|7q8<j=^ u^Jvp?W/1叟hfko2s%n_-;r,-#$*R"%iZ/oooy:+qNARDa\en_[*bhv1#xmm%H _(E&[nX$j2eWZ\cm5[vfdm` P˛3XX -wprt)DbP!JC[x݆%+2N(_NWXXKG;!M-P IS70 enͥ \6d ɕ]n}~m%<vmf'T{Ç[ ,տ5d,g NwY4a:S_InsA!V\b @3.,YGP"Aܔ,*݋#yxWי;s[Rdq*ĩ"HnKN&&s"@0༔qǕ0F2qܝ/7뻥 j DdE E?ɕM Y4' `P|sI0YU B t}?cÖ/5C߰ wLg7vLh:%A3@['s3{g4wcm ^BZ"P52<<7_;rLdx,t3.FXw-uPخLɐv͵^v@@hj`ǝӏNM)B[yu% ]G6fյp'zgZxE59{TOv Ѥ͵E#W&XN]ygr:.ÑC.}t{ ;$a+pt#^qH"kL!f+n׹0SMh2~}\{TfmQbj0:ΥԹ:ʿb6>@qp8Ł Y;5!=.]o[ãٙMN^N=ԻKJ!NYa@E1DPfe}+k/mp D\yI)a@ptp(hz Tж\Nj`lRO=Xaʝs;YF> ?Wi;XN.ESA\5Hmhf&XA)UnXJךv+_P*Vt4_ w-YDB2XF8ʗ+G7s=%8~>7;l/P,Ne+.i)P"@LSFYAw ~^k3y&"FcoKө{SH<\G[^bnz_q=r\݃~O{O'0wrV_:fwxOǖ>=vԟ/?~W.Z -ƃ֌P$S2 "X sh&𞂗uE%_%Tl.NyYa 2SzڽNGlH#h.~*4?Q(P_ *,Mje$lMsvvDd&#c"WivQ98\JQZ |vOmxcIϸ`O2G8s@ vwժZh1>e&'SbpJ'u-Iw2 UfaZ ViX[{zSWU߼^9 NG %?cIfR蘻$K/'bCª,(D#p^+owӽOIJo5ޤ+@FA mЮ)06.ʊh_xl_hot}jody?i&WUjPqȑ&*sǂkZ8}ҾMIe9 kvjgC\񹮘֫Yu&^mԘ"jobNyD,&F?ONp|(-@xgP+\+ez1/eNvBMk5Fk8Z*ގ [?N?}|ϓs6c$P, 29$A}FOJ @9٣GK/V}M}t4, 'EcssSJli~2T=Aq(@ZP܅p!n42Jm?rMF>~ZrpVWUYe忛g]wCM ^a{th*eA_e^!= Gw%A t9 y%7BVQOEycn'}I|DR$Ax+uGr47|b /[JtmʦXAz$ tA/:<5+HaRժ=mI.,>4?QI_TES约 urj˅5(PH, 1l+ˀ%u`e$AG: ڐp!^S:s&׺ u/R5en_nS(b: ~8.qmD#lsa Ȁ%9R gg,OzOt:Yįk@bRke tL]Cf$S]5#:e'~A $ML̈yHozmM.W+пczjG1:&1`]?ӭޣ{@F2@RPNtě܀NfruրQe皁i~QbWG\Nʗ S18[#(q8ml d>d5p1#P1&DCւNOK:֡HRΓӕ,~t<{rvѦ)JR#YF8&`  #$ߗe+wTԻYUio`٣]>ت:Ͱ&D> !HϚ:c1RH&b1>+{}yw}OQ`h6H:o;-O 91ltg"j,3Y87K&FV-!3Kۆ7COWZ +@F=w]꣣n7Ww֮ IQy3&<(YR_(or%?q%Zs+zO k wG< DDCd=tW|/kr*X QbHP:*CGl)zHNG?!RWI $XTzHqd+}6V`7Ն5fk) ԺGۭ&KR97vde w;p)DS_,TD@^_ u+~hoJrLx@[&R~Q2a`R~fРV$ 6"=Fu6b`JZOBƓBۍ+?zƹWGBO6n iXR\t]s .|_NJq2C;~^f℄4ARkX:hتLdJBơ9Wl''G,k4]9)eX#&*9@HSp@C>bbxזXrT˫&C!h:C`p)3㎽gd- 4SFwP|oW{Jb1xF&:7x;\}e7DWމC=Q(L-dg' n˪YU?,ygp]cTb6UM4GB #֔w2aX=M#s:?vBwmO~iCMOZPh/aM RM=dx.R. ­4 #1vQ#?ȃXBc}|QWU=q<폯#[rm$3]S/m%Huhw}*z"yWu"=ڼM5p{Iz\bnT}jTE/lJh+/Fa8Yz v+ wJg.OV@FTMXo=ӹ- =+N n ҙ +!M \ԭ9t"[Jc63<~~ LjBVH23BPmd '<ТE*lWVo"*#@P* G~uP9΁[С3A o0Llab-|•m2jOO7pr^}sتlYxF"Bw_P&T2*ftƲvG:AO3Z>~~Sn:fwVپz6h+ D;.I}̎qC(sӲJ_C^EY`|LTh1*+ى%A1'y͹l?ѷ5QHrSEe edaa&EFfa@dYF9>+&AS`XF_Wᴅٞ}GisffeeA3E h4mmcصj!,G J2,&pii N#PdZϦ%A;DMEE2Q1@SsLAE14QATDQHQSM4%PPUTUBTE4PPęBEUEQTTMQUU$U%1EE!1#hoif-_t;Ú{MlXQTHAxQ0ZuILMUSIRPPU 5IMEEE KMYRDARAAQLADT2PE4E3T5LN &j(JB"J( )"i**j&bbb&)"2L hf*B"ih*bhK tD0iTFH$I 5ǎ23Q zdVz%`#3Λ>g5^9yjfk0̪)UJ3M`D c :*y~V?6!١fC 2HMq_<$iKZW^f,s[[ @;?OGn)~V fB~_a(c0}mx{[󼿦+xGr2nPL1$,E]%bw\a,!@ %lM>TJf3$G /-2ili^чeTB9A'!|8EC=ii].3XʒvGawyrהQ4PG pb٧*STlܚŨ-c Huk,U_Ϲf-=]^{x֟+A_wsQѼJ~$t;XԖo#4qJxfSYqBj ?" Rr1:Peë\eޘ9phYP)#tuy_M H+yPbe &Dagx[Yӷ7s(ԹoV*JE?L|xt*vmݾ7-Mn;¸3eu1ŌyhHc)s&73=٤7կ PKܸ!'H8*yKKzRZzPi5%"7 hju{8f"ɪG[q`pJ˙ 8@HCCJ`yZ\=ΏqG-m%(-Gy "~):kMQQi/@ko&9/@{ß'\ ù𐸋SM)X>`3Tj9W˜;g)@-lb1 }$-_vt,]L9һx䬵HG:@ULzt`6=֦o™X`RE7 JP!H5=Cko0Fsv<+HLzeMYRQӉckg͍Ge3E['Ey|kQ\u7i5iz~EEiRyi滓:Rd8&ɜ8"MSN?`]][U^, ? Oo{7e0x"Od"v\0Ri[VTPbC]=V/EWV%C,~Vz(ؐ1Q)oRAjI>GuXjLŭRL[=@9XacZPi1J 8a3T (Ӻ-aΕ^0B~(DtC֊B.XLT27kx+Rl6ڈBv!H|^U7Pu.ʠV_:uyܖG ɉ#"z@"V'}h⽏+9Q](?}}YMW3HaRINYȿ~Haf0%fu@u,O#?Sа͡H9*i֦`;_7t7 vd&PT ϻ_=k( 4+:Hс61Vcqo2XJmnZqr}a}%uOkkfo\0 4IbZꡫC6ŗXfHJt`:~^GG i9(v݆zlRcBefb2GZBm5s-JOsg} p <@ց&'*du;R0gE- I@ J A (B ,Miŝ޷iܷ&D 3;4 C>[WtB̌ QF[ґ\\."8H ̦(Y"1D6#qdCb좆1MRKthh[ulU/~֒Sjb՟&$" &(T># @@61y3k$l@A#ui5#SɅ2+FO jo(U9e_#Gc{ ^j 1.ht?o=E'g*7qgZK T2 y Ȧ~{RR;|$G`]Y409!^;><%;}=JB8~"-Ca^[zľSwV1D]?XObk4T<ZF9by;(yNZUs̼?NܘTk6~u?ZAV7Cq00aQF1 'Iy_kQDɓ(g#jbF@=d.a9d-utO g/o~_3J=,;ɣ_cA?6a}jS?c,jFn\I]+k`p?kr_⛋:,KҲ#n%)2SS(R|"`&hFiЍJ.-`$E` &""YsU)_dBo:(hA)Bj4s 0 @趶 4 >G"ʺ0`#|߬O0-Ŕ7QD!GC^zߏ$ș&GDdTB&ԫіyDznKn:`,hkH Mi!<  d;H~D&b,YРG 4WwPrɸ$R7iMt!f@B%`?vBI4BEIM8sţ{<VQ$W' ԁ˃g_ާ}Nc@P!)^;z.8nv_=߮X/N7\}$@\#<cLV!`HJ135k_Y+T'5-m:vz>zI 'VJ|0~{ʔM֔ a-be.Sm_7Lg iOwz?C nRw|͢|oj? : p XF←`$D2 LJ39ɝ%_K?ԋ[C)J&sT~2Y<o"eKy2Q"wR:HNɣg)eŖѷ]NVeoTNDJ~Jrtݩ} 3j;1DBF04,Y6j:Ԯ՝df<1OMD1,+0@̔UD4EoSxB:LXI%d]6GNEY'ʆ/0j'yѷu+-pbBKyֻrͯ] PHͬ#in?o4#C=~VYwrsGmkbvѷ-sl+ϋJjHgbw!^WRKw `6inB%3^3uV$voO->*x&]7r5̦QhaN =h(|Qg~h܋Fn6w(=&6`X3`_aG.H&iPMfꑒ=kmYO$2H,0ur|ɛ>Ew6~Wsnu9#v mK@]7 $ @$phh^4*&^B#D5WpNQBi-`wfTZG/DY2nj.@!V3%M1 A #Y;Ŀ׽ĖJx=mA CTD%`dOν9+A%-I5,MQDξ!w<˱Y^q<~l=|"hI$ cg_2X98ʿWKp;Ω5ms(Hu _:n݃bVt@4F2@{6:LEݥCLb– 4,{iֶa*sv 3 BP I%U/D DTSSvmCw*֌%V^?*G"@[T]NnM^ 9iLbPDTSUpn'0=ϻ[*A*`Lv)렡_>n h^."o}^j8Ve&gÍngŐh*E}(vi[@ )p]ץuܕl$cڬB#^0D;72qIrlU߽Rb<|"Aw<.9b:mdBqYþ+?T)4OD EGmoENO]w};&D f[]ou&de쾓g`YCPo-'z;v=BebBK[] P+3pWfH kVNwRMbl)qffl}L͖:ϛw]źkF2"y5qT9[g7\f^r$}?K笅Q &\p$R5s@,ll4{<˩qf 4C: [Ҩ'aИqPڏYi!,8Ng}?G6M{9Yw]'Oy>?8o'5v,fK?{3ifbC@BEXqR aGn5'>o?82IM]<3,=]:΁Mm@$!Q73T>cb-Zj Y~}{KS#a^PnFbv=$vQ!h1^~t?Lp߶tg+ `(!908IGOΥ +U޲@h v[l:u)RHù̒LP "U}Nnog?6R j\Uj;v@ @{j?F% RBw $ӝD *d!5?_5ִÿEd3R`O]b~y߽=D2')G(Κښ6s'5 Zʵws8^wcv\ e1X #Bt8HR M~bK5ثN%$O~G#)|(,"@:C!KvQ ܑ}'!܍hz-%ι 1չJxm   aQGN`ԉu))@C2QߒQ]wUbvKTb%Kٍ7,hF^(!6 1 2;fPHAwK8MIVU%~o$?ǣB뒾+#dӌ[@`wg.u63NwbX @.gsL* G(6#~Zh-Wog9n[a/8Ue#ʢTK\BA^ \llji(ۤĒ60mu.͌܊"`" f(jJ6**5PPDQ@DJE$T4DI@D3%QU1 51TAU!%$RE(@V@<-@DєrƝl/r}re _\~$ 3u iK?ºZ CEjYsBqF42Y'\]Rz%cz_ ٬ӽUI2o5ǫg]B֗EOIϮdH`}a.wn/Sl9Me:,s!ve8gj$L{d971v[7O?ނ+^Pcu 0 Y@JZTiC0Ό7[kw]aR׉1§&=wc߳|TTM< K옲 oP2@ >1:i?MAwl7Fe{]1AjD֭` {7ai "rP()G+mG\ /C~Uw>*@BvJ_M/]Gꙍ2@)RdR?+?cѽ0d5zgle,b #H_b_바0; ʋ.dk 13$/y/l=Zo|{D:ZߏmϪuyiR|J{u&?LuZvTfA]urSdBVŀ ͱNe Ń9H&=unYaLj2Vf 1Iy#}>W}͙Disv!B<hHj 8$c=l֙0 @X>\f W鬨cNˍ)i4RᱨT2P!: `Jy`WZr0$ф^Qo69_+.Lsܕ>îެ'W ?^ZK_Vóg[d֚#"4x\N%[M= 2x8iL66Cˆ 9 ABK#I 0j ~?{8"x;륄^}دP4W5M@;I _LV@ 6Urt'pOo8|y@ܕpiMk~%tlSXߧb.]P9 l G/1-EF-ːRKL"ERy^QN%,zCH7o#e4dP1$ , n}]tC d$ߑv-4ZZ 4z㗌8pA"J&ѣ/˾w6,2Fض{J;FtYX}:$ܕ·'W ; s۵pJnZH6 Dr`Ks`eĘnNjhQR!-"ԍ UTA@ 6^iH~7I;A5N^L$k8"OoMVTs~@fVV5fUږs~F'0goD$$;z߿ KGf)΁L-}բjS (;M6Ex ͶJEߝ{~Fc.i ǒ\[mxUH}+М㑏T I>zS-*wtߕc "ѭ: -yǀI{w/>W4p†v$:W,.fI=(JHӇh´g20dzƕmāйJ =>lu$*Yq#B9U ZabiU3J}ĪJZq"(n(7XvU{j8yOr,Q AslʎPfqem-SIos+{Ǧn nEozcn1/l:=({-w:C B|[:Tb `?ػgU^@{ `Eiʰ-2}h}W#ƿ3BLvgs'2O+&(G{0&uN~ohHU8Yn ,X =[(cksqyfZ;fh79{egD/UP\עOi]#c麔k^Ɖ^ʝ>̖%NףncӺX}]æ?_o zBB" {y>,֬3wr! |WW77&Y*&$@8 ) zD|/50-ii$t'H.c0 Sr@q dD JmaI {0[Z~w?5 0GGڶ[_cҀw ڐhr=sLdd,-s=ٍfg܎;)DYw{=Sj?Orҏ̔'S^Zn)ՙ,)*b̄ǡ?c_c<*jR>u(-V4${? GdBAs޽1KyG+ҀW=8׷CYL2֭uT"-e@^#DF@娢&Ei:;_WJs:_i$3<ڀ:~qMUURhxtC|"H!'~obKnHfB0D4̇AR^h@ʱ3[~?sx[T}?w_ Ys*sy+VgN{ß{:v$C_¡Ư֟@}'4s4ȖC,kFhCa "GCJVI Ϥi_OB?l7u]Iո@R(ef}q?1Oе; dGvCPu`z9лv@a5/q|_^[3l֢skt4 W3a誹T ۚ>2};?B 3=c{{nmE?B9_=Lz<+ץ?ur'dkr]u7RE$306%kwx3ݯ9`6-v޳͕$6rdE?p@<8?:+V ^U>fw,(:jjbs׷5Q9=Y2r1 J%JsͦʄdفOv0=\/﵆AY!L n35MA uw?Լ{u8$#uj('VĂ AC 7)H03VĮT7V/  `dW4 Dk-e N0ddDa$`v`H?T7u>sݮvwUeAAMD4^l1'-,qW{YgtE8n)I-!O$ "H>CHZҺs:̓V 2E  xel'y"7I7wVq;qʪkFXs#kH * `@$t_@!߳{ˤ$@O.;"EBbayYN6j2N$N} l(+5l<#]4&rǃArڶh rc$\1)31 ;jSV xFWW),#~M}j|U] pW!zs"B˰^ZsG"'Dl{{E^x{/ 4`y6Q-̈dDnfj3@4J5h B;; 6ly {"#5lEZNTT8Bt2;VրR`acH[+%oKJ(#앲@jdJ>)({!en\}w.v|yTGs,{Pa% vC uX*{OS;7mԌ\ [;JܮY-ޗ# D?kL]U_A)=[<-ԟ wL $ ,r*Viq!6Jv<0QЩ6ٿnu9t8-F>u_Ȟz.]5ƣ%EQJ.up_aSΗ" !nyrGgEIl "ФVROc}]A;dpk&<ի$5ޙ#45< Q UKUu0p+ uɶ ܤbOqO4Rb?B- xXj"ǀݻ4`*ũP儊c`faTYNTvs$LCSAc D$ Q)ηxVi,m*r_}y{I6ˍ_BE&DmKDp٦NI䆖oXRC+P3RR"5ct`}?FDRo82~2іvA Zo>vE̊b&,{ͩ_dv}̸O?c\1 =D.OQVț}K"a;9'8O(pv?OQU(RInئOQKG㾂"B+5]&ܟoIg>!q%ۃb!>"mIu˽1tPgT%DQHYN(CXPύ22`1 fp{'sϹ&8 u6LW hϳOa4ǥW󺗪{'3DЎhAh" Rm׭? t֓ZحЁL^J a ~.SU:NF/urNpw v//mEL,0[qN5>'L||iW{D* !o%i9 A0 0n ǰVh;+/r0niaI+p\m`_z6bQD# 6  ebX~\=Yf"|9yY{+NQɍEx6TJs̅p-om&(V|+ J&h A$Y'z|[K+r(1$8Ŧٶ֥#1 WS׭PY`[4YG*>)!Vы&].wJb߬כ<}|{4:ŧT,TS5mi-CW5 X)R5=| G=g:c+!p2 |\*PvgӪY-KE 2̇!TOSĖ;+ڝ8i!}ͱk[1M(`r7<; sro0S*p|s9~M2 U aԄ0@İ$uHX>NW?a1 ٧mĆ"Gr"iB;V]\~ @EQ$ x {Rc :`~R#TOY' ؅EXPI6tg8䚒%H $JWp\EIvlVCq_zb@fRpfsv%T_& 'L( ϥfZ',=MF}bC%Z-oc}Snw;^"{ؔ҈*J8kj݀@ $Q$9Э]gQ/G;wO%_59aq <̲٨(7! !:xF*&'K !IHmc5e%'ZܚX,n|Ľthǹ֦]u+q>AEɇtChhWRkK#Gccc@#Σ}(piZa@_'ºE&zraI9S ($Wp%{u&P'\Ib3@="bW,(a\d6"j9F3wLV it!09? Y[g}.ed5kD*ʐc오o~zſ8lO=b_:@r,_`F%k%A|]j]wDp, {ʇ]sNվtA$4Dp5npvVL)ltǡ"8\z]]t?0<Uok( :;18OQ,b}$;1}c"7 ,_ex>Um9.G+.JN*݉DC}زry)+%SV,k88vR%(c4ITT?L%G^lBg|t%P:t7yye]OzIT emA@J5mv+2SӘb7Q0m=\`ÔAqib aWϱWa6ܼpB~4 rig>Ċx?mioK!ۙ"E<1C?B1,bfK=vIii<1f.9qⴸ_x @%c_WtcTHWXaelJ]#ZAӑep% @ηg8P,m!=0O3桺7~㭖.!Q29‡&E<}u/4zCﵢЏGG955N_|(+G!Wߟ tTN5$†7 <.96%4(x%b+)oLddK 9ͱovdDАEJQ1J۟[f{:52u X3< }He6P!zH Nmg KEhb-e,3WTo&ٸwugk7j76<눰-U5h{&5ȡ4\4;a9:wu<9*vuD;v:$0PIreJTQ0k@))+ѬH"0`x1=T]لPO ФKT% 4`a{}=Q\ &HD]h1LX4у9@HHX 3" V"NڂqH9 Q≪ɨ:p4z>h2|ep946@gi0˾hFyreTEpxrq(d!Ȣo]~Mv.^0Oc-E[ȵbMc尀+G|/`~G[ws 9EcI%H( ~bHNpJ Jb$ġik=n;m;3t]kZi`Zoa=xuu.rI G<=iT?2!Ȏ6uG^Dw[?kI"z}4]G.kCH@"$(c5AmQJ}m-0.+.$])R 2* ]KEӻ# w?^F6$8Mrˡ#Se֌l]X!R*4 騸6aDs,Q#NBY=r{-a#ךF|w.VvG^jbd) 4|lL"g(`z\Iqɖ$Ձ1Cu#E\7)H7 U̳Ɨ4ZHfLe*czU?|]^rrs4+\AAt=Vۆhv-YRw E"]v+,zѢꦔh̠I֨k{G uXHÕK͋?9*:L9p޿K՘ѿc ] I2`>ۺermrd<&;J1vjϭ^VbPۋw*c{7 x|Y|^o w%JA)Qo̹ߛEI6^I 9X<#?p>W"G殗m^3/< 68[1!C>۰&0.1 ? ˮ~s~$GW$[[y]^82oƟhvvf lR1'lؾ=ɋ A>#%Aw<.|~f̊s%Y'V ilMܘ-=V?<t%mTǰI캨o`/hn1&rigXY/ ֬f0H(5"uƥbs}:/q:!'!=y%#߉54XS2i*j. b2E`U|{-Sp`F{ރBQ蛜̄@gr(E"H6wӖ<?X>>ʘOF$<tr1(TZSw:pJ|Cֈ]+ڧ88`(wIN C6G/P*$]m[ˉS_2/Ub'/amf2$4?g h`cHxoʤT` 1iz-/S5egVKLֶd3lɔ-JվJm]T/`7n޴zTvܳ vcD h->om.%3yx#%|qUּj+{EwEw]B&8*jfGF՝}|30=^t1vHYz5UiankyLǘLiD~p#Ţ/:,퐒 o`K cK% "!WzF NX1`KBMD8b3VEi>ix_hcbӕ^ny'mȺis0 PR0pӚnS s%Φ9N~LD6~cYntDttI{/ˢ=O/DLh˼%[:F1/&GFVb~j%OvkajL"`eʏWڮ_|^ʦ/h4z-#Գ,Oeg/T!߶xK#%SL',TF }=o,c |ۑ>*S .JK|gArU)hRƖXy1q?}CDיhG]] i+A; !W'%9e$ݜQm%ܓZCbZoK|b({qV.b^SRҊ  M_VU oL|n~|ŁW̠.t2|5S'?H>q)E$lghBh66a3<8p%d C': Lz.ll!/_#NQLԊHJ%[]Hˌ dV\vLP8>!zыj LXp #v]D]w~ӣolj=[T9'uxM]=U3-ТúJZ㛪k9VJKiy[w|.5Bzv!b^ͅB`wlgYyq4Mj  "l+@BKs ׋%1:y!&ubB1P{J| #d{Z ZZ3|K{48{Drx䎼K] 1nD~\x<:u߲z= <6+P|0O^Ά7 Ou%W^ *0NLMPMMy:Y'KTm2 Ȕ߿a R|:jOkPX0@9-YgCJd಩I~2ۄ֮{V&v`-&q7UTmXiSzq-0mגB,?yaˡx ڶX( ĎvG7\L}%d+{(vVXC&ꈧ8g8h@2m$]h2M1^X_<fT9DS'1Z4Ŋ쟐.B.+'9hjD> ќIt{R8gq̜d @Q HIHxyq#pR}xTʤ`5x9Ƣ A}-ᡛCŽa."O$J0BQ/ td'[aK>>MOLKTҞ_CۈYJl6|6X($sE:&KOMą3I5HwG5:.Wghv+G`jrz2ZpY,L. ,%0 qϗnHNyWBzhޔlhTT6i͉ p5l6wI[l8\xZ-9PJC <8iTIA>ë@C hxKVf7ۢ= mFpww;\kï uGbb16SU@^sIUD:OZ(#ztk'KBDJ9!q}߉GSO&_ nlxn|՜@DVAͲxy\OvBroN%ǟܙwJ3Q _Zzk=k=@/!5)qWQm|+wғY^EOYFO!Jڈ mnʿC^d(.c؍I?K2\ 7KMʳ-I[7(aTzRNíy,fw5'Y#LL6v>a_2]c\-IR8Z딮KY#ج ʹaUtK/ FQ[~. @gU U.h`Bu;鎥`PDHܚNQ쒛P>1Ǐ`jGgtH8 MB<El>e'-]%J?=Ѓ~ATSc*ϙQމ5 J%}x<8 2rWrP/&TWO55O/uWwָkϐX\wd[^uivOfe!^'^h!䷜Mĺ8sY汌 TpXUb"GQKVW#]}Ҍ<%fQ?67` T rV*~"j)z6&JoCۛfսĶﺥtJ#)2T1>)KK*$$(lD.o1ݸpd5:okw>TETcBFO P`.Gټm)'@mTw4vѩ-D6ڱ+쉰cPKx~r4flڂbmV~Da(#՗389GCkwX}!@`H~` > .Q"hL>TA(.z Fsj&'#tM8ٱeX->l93*()ք}\~!]j%خ5./Ȱ=}¹ٴxq!}aZ[LᮁofIR~4rN)oRwSsPP\uoM-@C9woډې@BR "OwCL]D@E窇%(:~fbr{u#]S,x$7GeBNnbNþ<+|)nWN ?QbAZ7bI:(i'zP RYfFm(Ul{i)WD` 3xT;Isp!h}D'S'5d;(jyS-Ѝ> Uh@Z^JȨ{88./1Ls8`pdBQ&F)'p6~ޞ O qudhoܳRk*w^{,'䯞G!?DP=:/객d^'&eo"eЄ=uPD'hzQu('N2'rn)w<{ϢQ0\g e.2~ГxUY,TJsYwL0tb*RuDM4qM Wn7rTLq@:MM[JԋYΏx_`$M b{f {*|@D6wʫFbdS(?' w1KYiI-|/[Wܰ[$39obZi+L_G5 8h3&p{;1.UqlLF>ݴ&>2tHcF@_MS-#Z%\Qz#<`b YBGKSa; 1hKJ'}NOqmk;̈́`lq$X"{" w _ˬUn7ZNe"5Pzybk@R HX>k1"+` E(aXC*i*PZb#s2?~aL9{V>nMN|n7_? ~T[ڿ+yA ݬۇ69dRL<9S;K6 1\r5nGL(K;ɇ#mV^~GdʅoVTYkfD )$;p/}Ϥj*]m4ƅYZ6fddY xmVYԌ%1Mw7-{g\%=V|'<򵌣cEҗ\@| 8q{qYV2$7iYCy{&v_i%#Zs)cU-ҕn'y6]˜ ۍLkb䞍֑K!Q=B ɇm1Mձ>.|vL\$ֵDR$p[iBo-n]',4aOG 'LC;0zuXٓ־ߣgyNAz}\+A0xo'pKo\(`^B[ܛ"++@䟥i C˼Ά%P̧Uգv^(Qy !DGc# U| n3ur^ %l͙mlشjkWwkV;xKǯA8.ʏy?_Cd]LR=Wjbh N TdL>Mmk bPU$\"S.(_NdQ*))tBd L!v(fBAT584!9n_r%}4-LKԼ3VL W9g2BӰnmW :mv*M$vT1s;ラgFWpnm>؃asFpYk_7.98[蠟]KY7g!_V3Q,O:F@/|4:/4`VA-9 습:JpȽT8L|4.>MUdU'v`܅D hJ5&UNcHBm fPE%6r*NG?-l-;!R{s`Р?t3/?!*z0z lĂF r?sbކ[ٛ@'{>`]_}:GJfwyjEa;"xޖ$ʱ_C2gL0)\bg&\/Ӿ7upFnF ߠÌ,4fIO|)#9Zy3,} bS@yͷ@:;l>x)'!P"B!x&# A9#d0Ȥ$bҺW4nlOW cmGa4 (ߓ|c{χW*`@Rtimt>B#BxZv r=Mv7FǨ^Sf8klja rkb,I=z4ܵ{2HC_ʎ$cxmhKG+\EGZK}6V~65c{sE6Lq*:i ߘ2Gy%Elؓpw9?AO[{nLL|iK"9~6d T\Pؒ:{NoqwfHy0gAZ)Iөr&2X9Sv>8̳Xc,^H1_{\yL3576NW-OH#iԕa@.LAUCR.dFCI}XdH[$D26%2)TR:']JLPS|G+B*}QFF"(6SCOnC LX|Ld❫פ{7:ckV tSnꖮXTlRsx_]B;kWM(w~.p.Қaat<בDnd;nwVKtun0edE&3\ekhSZz,OxP ) hRh i>5 g!yt|0:e?% `5N830ikOr1[{UL*N4g'45mD1 ۖ .yM6u 0te!\[3O3ѽCJeJ+T cviX[b?OFUҏk76f1.:nl'"w zt7'jcl#~<mX?r#qL|t!QkV~~f%K,NA hb"]d)TʤlGA1h[SO7ᲞT7$ۅQ;{Hl'=xep %ŸD]O}{I@)J9aSF_qLK[nmHٱHWhyuZ~zE?L.eRWYjϐDvel[S<(*E"p:턷I ) oXތZW. .\^ވo8^ qOeai J*y&C ֺ 6uܻƳ>OOl^5Ҟy=FVak=n;`6d?Џ[]o4եd2@P*]Kf/Ymily5(U^A9'(@$h7yѸUTMygXDANr5滟E8cژ{IL=>S0п~'/8&6I4 f/Ķ.EST^%0i_t+Ѫh-1*<6vJCi3,P-nۍrHFhmIʦ ㈷=H'^Z.Vg5ROJx&=j#}Ѹ,`F?L+sԎUk1,$iY$.X+J6Zicd㩄WT^6#ׅb g!<]H QOOFGWD'2kV ƿA:I{A$4gpx"W:TU< l4byb\>SHwM]k>2~F'[XM3:1!xYe+$-4E/)z@6(CK7"u qXI&[31Ui4p&ovNBt# 4/PIH]2[l-"_8-pVwH4R7nDS&|8S071b|kֿ".9ߛ;t>ME #[XLySMR<)'ؒ]DSwc=36eӻtSb`*1_Ē0πHDeVR!h]Y4*i[ cC/W:)!hw?-)|6)*J[;hɹU-b ]qC3=13_(tAiZRPpY C=9#&V4r,э\QY*OtS ;o)=5v Fԝfwt z q곽KqݯhӰ'о;Ҹ?Wl%*r XW\ 6kNS9o]ɚVs9]V!_h[,} ׄ^f t*>z 6c>!O%*&ȴKJ\ks}5jAe4/6.ĩ24ifsWJOEq9ԭ{`Gv]‰fBcW;'FzsQ4T Њn *>|@ ~Ja>Bm@df QT@"1WĻj52EK]7 @Gg.i]I# J9oVfo`]c'=,F7qŠ&IFkm!t5PbO:t϶%/k8kl O {l FxxW.YS2olWOvV"5Bz]†U?<SqSNiV)$JGB51\JМ;@X%WxWTObm SG;*29VKA=J âe6qu~2jʠwWlQ"&c: OnIWNc\`T}@~7>\2?O(^-2X(Ð&C"8) eʧ=d] jV[2Iǟ95h\%}D@ֶPzPyPW(9w:w^܊O K^mSt@f|vЧ{?Cx=!9;"Y Ђ'q24ldNޚ0SztqYHx~Avlt\sUBw$T D&HgvλQLyb|UvI&[5.a^M\}q zߩ$VƊDηLYH1 U @CnCОXWAȏ۳Q eH{2WDXqڬ;~I㸕a pe>8xcԈ:ۙx~j?5'[{8L|3!\lf04Xev"oxbcxL`Ěٶ(B,n Uc:R2[CEA%^ڊJ]:QsueOTalp5Y|$ {V 1y;͟xOo.YnIzMEwvuS>*[) QVQ'/QSjf/8GMKqoOS<ԜOp-x@ѧؑ2I]A, Ѩe~]H[`A0aesI%&~hdSF_d2sR½q-v(pgn `uZ=R5lǂdj$mfBNM'o7Hlg@1be9v~IMƦGwNؗo"cYڰTnyHȼ%H5w.='c0v.=pD*BNltmc&']+LaVY0r@C$4q{. <)' j} *G.c7kիšT"+D:Y3k%#n}'dq׼E)v}^HVh8Z{q]ЄtX-`Wn%[B`v&z*HWvq$u.INw,E}Z޹%/] & D?I/,Kߟrv+b#~b\gT?}MEhX^TO!Z #Vl! 0&Bv=Fu')9j9qǑw ɺeu2NމB .!S= YIL*υydH#Z9 r"s`;"G5l2 ˊRBhz27Go>A:-f)bo"t #ʖwrd {l*0Q?Q)7ζ"kvPhҳڴLy3l8[uX1HEeRd_! _Kh9?W܁([V==gy83*sނ7AM֟x dytTӏ#),n6;J\&7^OH[%&?( c3lF.ey؜4t5P1P%*"i$$kjU nk)UV0F4XB_ H C 6Sc&{V=wiՔٙJ9J%uYD0RIs mJ'Y]CYg~p|ep˼hj1QwHU(ƛJKFQ!Nyn7;@ #[QVxM#gK^&6'7Uu=ѷ{N@cRՌY;Y8&T^Tmm:JA} Y&/.ړck 4*D9yȁ _v`Y /m8o\3[)C00N'F2EĢx5`TheUEА.#T":V6a$O]51:iHeQ$O4zj;,55R2*Af P-0a kVٰqS3 a+J-~:S2\`_AsH?7utT+;Vo?1@1E$榯> Xx©{bFb.*/|R.Ď8 vck7#!M2AE#ux6_@[tbuwpgԞ"҃R:1DEhap (mAs9ٳ NRҜEب]&w(WwRL6Np^ga!BO&'$DVM2# (nH0RĨ54}ѳfJD|7 i8ai{(US(Bb#0etqK=!~dy =f8/[ g"  ή #SUBW.[2 HU[ Lc!ma4-V#䪺X҆!f@kN{ *;cl?O^;I,SW/"3\0$[}^Iab~e0FGjr)| \ 2$y4~ y@1CdeHXS׀O_H8s8m;9~Djzuy%oܧ+ HtX7ηf?P LG&JZUDF[D,f[DBHinLT61 -YEwq c솰%;sl$ 9Cylz,5OaM Ikh0U$vq A뾒~5MX͏;P]4C{9tTGge/Rf ,up&}g'@v6 p𕊕)eEwԂl ĜH|vO[i#r!t$WY L\k#t_e 1e+^xըE,Ћ*arkm}9Wգ9f,mSIJ7Ȟ QGfglnyX֍*9"cbHဓU:(< ?-PbNJ6"m,Y%K~pY^uةFj ;E1U8\68%ٶTXM(ڗrjPg+t6|M%lS ё@l\2.֢8?F!xG Hu.4 ϑ/ҽƧ.;mS:bSs1#*@Cu;! IHL4!gBc9۳m,F8Z+DQ:i=jΎuHcnii~;?>[8Ȓ}zxmf!z9M:V:?T-_iw˴֗\3 c5ftVY >_1u@5 =u< 2$?R֏d`Hkfbƫ|i%uE]Sbn44*ƬS_u9uښue+D.P(J֛+jX_aSya`2=SPDg~֔-/ʂKeW?/c7$;6Zо^w+^3oG絏{;Cdi<`boP-OB M1׸~ݱD1MQ9U+tIP?a?㑹}pď3w (]U<:=ͧ tvPJFvDE/b2B/u{nd0*6z`JXsۧ/mT&pH oP\M{-M-1hՂjWa /R^IE`ae>Yd7_\ y60 'A9mPa52%h}aw$^>:|CAO/jȟT:@&ͪm]~O.#x'936@im%:;> TijG/e4sF>z.Qj!$;2oV(Ÿi!Sh ; N7z֐j00e<]~ЮP#(.#)/][THg46꬙1Z^Q%psi+oׇΫ"3<81`<!2UNƫH^#x'SnXm)Wڰ$4;s]5ʿ@CcֶG@#[oc:߷o 92S=n;D8"&KE䳉_b6BP5nKx]F5;x6Kc0粣;p슧?5z)Q2HLإG|#_w{XuVTXO3xnm 뙐C@l@Gkq51sbL< !8'0Ĺ|Dت(OWWf @kJ0I05m|GV[{3l(0=*7:VK9CND3:n9a:H?U}g_M!#|]Y]˥ǕY3C(z,mCcjq>b~ٌ*. \}BZ`n2erOg{3HA0Ͳ#y@zUG :?=^RY/VG bXXpd6LPd'7iqiB4s*\߽]"e`89KU+#э7^ h.bְ F~mAM*)qNfF:plƷL: k `{hY4(}Wѽ# ?B S+A z3bMPB0tm6t}SOtNbc3SzAȨ=4a\BFf!=e&5CC1dbP7f柖Wѥ&UW+\EGZ^QaɩDx̑*^dqkVשyPMa()O%aea*- o'Zw%>YR9^nTxrº/vplp-ߗد& "͒@c12Ĭs"ا#] v;?T Ye|U$M{Q^&5 !ǵfMW⨫?-eНKlgoUx --f,Z&ܜ&oltUeH,Z>w89Ic@`p(R9T jA>"f}\QO̡uEZ(jshtH䪉( 2"Y!nsk9M}k{ [7؄C}툯%zhQO(5Lȑ/'^YAD0o[4)4em\p<l]Ͷ\?_j BRPG9܈!.H1AY{ĪJRii6_>}M9a e$_G{e?wcclgt~*vZRM'V!η8k8Wbo\)[ +E;T~cN[OB>GLFmaX\$.ߒ%Ƅ9KUm_]gfM)ˆR016_"Vc;NoNDݦ~u V:`u&O~|'sX+O0f%Q_IGbg:;:pXf zztn$K(Ujy8h@oЈZSPR_$\0w38{N e @<~cEݥ\zt:4CsdLH:sY, Jr& qMޡT#҆y{z3 ;*xbm c)4Sˑ$&$@?Vq|Jn{ *(y(.;d-)\t՜Lj9w6NoN#8oZRL ]r_ {Fȑd:E9"s\j {̟r+%,!wgX(q1a/rހBK䃢Ɠ?JI,g{_wybEf46YR~e=0= HFII͹ 0"n 1~}wNDƋV:{ʹ6>?ޕRj9H4"ud0(=d vrvhil@ars-2[/|ysLF N\*L3xш"x:r׌c0r&3? [~w2c)Cn{`'k +қXp"ͤIi'MAњ9+J0VEbXfYKp莟B$h%n)5sM5IA]mˏV;& mL,t4S__9nh<nMY*D[3_.ti'J)p1i8 v G!L̰X{|><7|-QXÖTڿ)#Z'lZY>bȒAK"ؠMȳ({pt s&Iy HzwEd/CE&ɭ-uϼWL,]%} lDcLV[zd ;"+:2U_.W{pu 3.8_3?$iU9DJM'0@CV+J>#d#8$ j'E(Tp*s GumRkO\.B@%y_j5xa rPoY!73V3JkH`kD:|{-# | pH AH8;y$IB aHFӠij&ȍ>ĺ|dAo>E4@_^bGԽ;("v()TkG7o07C ocG8i˲Tۦ ۆӺ|(jH;Ũ3?y,/}+A=͈ŕlJ >]8@ٱldžľYd3,P rV1s,=x/0D Qb`/e]E0Ebp}VSBՇ1oo2,Z]N:9[Y16ɚN!\"("Mewg<'jzi\QVSkڿ8 v *" Ƥ9u/»F#;o-PsG)cA_0O3,rrnJ{+Vd@$D55ޓM+H>bW]Z:r ,7 oLPu~O5G>Z;,:бP֪Ǹu{~|_{eT&-@X:#\-ᄫ&za4@ +қ-A. (݂_J 6'ɇFuN*Q/9.)ou/d-NCa6 _w[pC7؆0sVr\W[RQsdEְ3 !7 -_$#s̴m.4V皠۸"K2!d=#P g1TF$uXk9爈\`CNl)rQ.V}2OL$fּ|lZ_p"~\7kE" `3Prrk_;vZTx4榇ֈ(5^c_.L6GaXa9[U,HifKڬ`_~Bȍܨ'kC"fz1g$tOzQۺU`㖂 S561ZˡqN'a}OVo&oyBJ"^ݼw9kY3R8\  {!rܬaTRsm_R+%*aU*Ntjbm\6Ro!+3߫vs_It/Ǜ˱ciF@h;F[E4~}"nRRh", ;=)(GnIR \GeF 3rle a/yQG3byY\0/6_PD@LfԺUb_{\|uafp9iY;TF| զNDq J^E!ngŮ{ UG5HZm! mc9Ub7o^t8./^Lpm$7>R;2 wϸ+^ٴd}ݣghm2Y+xMUI85&ӝ:(L-b.ڨ{H_+dQc`B‚8ɰN=8gفY.av27aiSDa-vi!l@ vBvZUʵwQX f*٤R;SLݵ;^Þ *XvQjBd?dWDŧ!cS!(76 _Bl0@XQn\ Dtka4aT=Hf7!j. WՂvo Nj\.Z’TD~# ZP*3OATXsF~7~3@$CDjsؒ~ge8+z,$5UR(DA2*R૾D;b6 D4;D6e!#3="z;+) `LS&k5|,oT`@{k,;yQh61) 4b-PH |aSNV{?) #4>'|{QMZMveƾdB)i37BLTθ$BZR|j zS pDX1sMg@O3=xDNP&Ҳ\|2KI*RҞ}+4JƯ`!ph?JDUW:]֚9ߝP0#(/(Hޑqq4L}:*$m\Fvjȸ<8b@b ;ԕl/ZBܕ-5n'iP۸c<$RV%^!0] ?gቊfp{NyV9(|͢jMG!Qd_<\T!ԍM7" ~,+ֽ v5ʖع@0>5E@47PNaU}*S1()ʔyX;32\i2iqwZ[n7U>=iLVҫ ɔ,EUF$ԋA),.Lȇ |q1:L':o}""Ps<-(KrڶGy[)EhoI}x s00D)L)%M7}|vkCdB ]ޟ1-8qZ|͝qa6jЉ.E}L&HN2U_~)N{h@%)[&Wg w2YY4Q=)i c0|jtoBRLb> ˋFEymQHTCO Wa7ƅFVϛ]SRxD)Rx1f?~.}Bnwe벤fƧ&-Dkk/f!.iX& ()RqQM'>t$bC<-kZc%(T/m;ٚ$R6&A: pպMHZ-$4HI!QYa:}!B|lGq{YUqy 46NJ>8lC 7L.wQpmPw&,= ERVL,J 6Ut#C+^'i}WkMzkȷ9[|8MSZL5x`0L/ԨRk.^+^55m#%&Mq'RlHUjP;,b9ѲDjQ|o?Wo^2;Y}4!98Wݐ I}X'4RQ+).L)?NޢQ E]& ~ҋ&{O& lM_L~z h0鱱yeB?fhDA1 bPQ5/ɷcRV%GKJ-;KkPPSZ.3liGBϧwY@Hwq}ʔϟ"JDGǵ.s(4h.KL8GT][ZhNw5RlPљ<`&7ci*˘r7ԝ#8KC]q Hy>TV:2x!b5>A1 Gl?K+;&1WNx/Ešfi~ډ3›Pi4?3 DY(`#z+]sRC ÀJ]E0DWU(g0~ [q_ȃ8D9/uAM#,ݺ4-h:'F}rˍn[h?# @tx~,}V8Z]wS#wɍg^~?i$98cr7:WKZύts6jxrR8AG94N[/|J6YD$P6h l~CA)tlĈ+y.c_;Ki)+i 1/@w>* p\?7__b}<Ċҁw M!#V3oF!&9Q0$T89[om'\qS"sQ'nd ݞ aS|(b%[j9D!1 $YF_'niyẀLζ6op܏\ A{7r۪;+MhTyh{ oȅHt[M{P5s!^Yf?^!eY0 7+'nms&?XU"]W~ԓ~VJϳtÈİٌGIX)ݳ,'9)G6K;f ? ѓA"&ܱ`ЮJɁ[_sN L`tE"^m1,O-QJQ@m:^Q<Ђ{@-؉m"0 FTZ@pb|~3߮?M*'z4/۸D5u #[5ogӔPC#FKcsߠgcBw.jI)@:0 M$4l_~Pugp#JHP (?O21'l5IO䕛*@V'Ю\g8#5,a7Pw B`8d[[}OslS!Q>hٙVՃEktu3O 㦧YPGچ-0 =#@>Q.:z9~57Vθ KtU4T_(wXo]!w>sN ʠ?!S`WX~v^qcO5GyO B2CVsaY^sh^Mjh7^=_= ]`yK ca[wښ|uI_}.gT9x H'.We3~|d1QMyBUCmq7^3nZE41 D!m@NP^Y>'pnaLE njݙx` z׺r^H1A/vOxp+wf  wL琈 B`rYuKir|tS !e? LO8dD[-uEs7yagg&:f5mdZp(qלH*OiM})~gԩ$Q]D75۞P{t[$;]E | _PBZiteyD޷mAH,ҬfV$&㉎5 _h B{^ .oBAbzqed*:\٣-xzƠPdߨ'KʗР 3tTn'r}6Μ>n)nGBu0F`W闺Լd]Z2N[]X/JE/"~kƅ%Ԯ+=]uj(L$ ggMBg&>#ԓ!ws]l:@ ʣ0Iʔn Ys:@=5[;s4@@75nx棓\sqƎepлyS(GQFJtu[$GF 4;;Y+Ӛ* K4l|=MZI/)AsY.zk(a)ZC_؂EozXPKQ唂Mnc'N߹DꀙٛiZ3q`,Ҋ@\ }w)tcjp {D! ޵GQ֋\XKغS{q.p$,'bb9˪<U:FqrKyTlnin[Pc#WK#FͰ>") @feKKE1bR C^攸nyYiX\{8yEAOl[ u`)KJ暃0W#> t ). ,jIF6Gv5NC *?L`~q*[f30}dt8Vg yso_-?}?ʂNm˥zS ڕ6L[]Cߛ;Qw?o I6H~'sImV*ft}Ύ&*NSS=Aõ-@MVd5 [@X >q5jiQykL"$͉rODp=OL`u޹;άu;NdM=O7PqB(C꣇^;LzH!G>?yFm@Ard7Y ^ڋ:FJt8KN;Hw0 f r[jG'8;Kr^ b$7hsioxvR>TvBnؤPOƕ'%(02@H7'^}9 P7ZY:|seŜ leHD Ir{RmcܴΙˀmLuуs ӠeRt;)>Pm'NPFk E(JD?ݍ:N8tm\B+p 6.y;5(7@гg'( tqX({`=$^MX:kO/g>ugFj фc k)qû/ 8E\6%蹙P <14cU]pK|PNrƁ3[lE@=ƨjâE`K7Dzl9N ]&^1ԁm@?y){s2&mF |/J%,s43[%#vh۽gX 纩D;6Ao%:;M\ f+ݱDT[HT[߽vq6uU|LUC=]?QS'sL Dz6{cpw>Fn|7뛻`+gF3$8Lj2u 6Q=ȏ%G8εV ?‹QX[؋ 8V/h :[hRWSȃB0dm4unO az]S%y@냻 ) r$i+ a㙙_LƏU$IKEVR([]e^ꕆF 툑,?:YT` KpxʮkUIEc.AaJ1O]G6A1ym[$3eʴ?w f*&Ru-:sqX1E\O:8Ug|lNJmH_+R}0>}KTF!$#W7t2hW4+}=&>Uڸ9vA ZO;ΣnY.c= ?4^1 l tK؛U~ֹ+poz䶩 <p/ 0=P"V;b.?drGvdN:[!er=_u㤙 >QnzybN-Vpֈib=h_]t0 rƸ{Rh%#wfoV֥BƯ+@&/4g!ġgG:Eg2U0 <[x -_Z+@nsd{E*:*z"# et꜈4=h`]'aǴpޓ A\j̉!(hgNXD(6*?#.5F<=zz}ꅟR a{j:*F]`3`’ẝ3 eLr!OC\i:iǎ>@%.: 25Uvz^[s ?V旘# )Dg`|H=<'>0 Dc,t R7 b~?o w a\Kc<0A!їnq׶c6ST A^Crvݲ iٷm6+]@5X^K! J)95Jԭ G&ɪ 5xG0*/=<)2Ұ[,ZV9W$yS&ďERzn}ӱ`]з$%*pEJ/I㙭(PO]Nf4UJtD*$]-!ܷF5oX*w zJs[ 9U#Շ$rK\C1+4V-ՁEhPͩCR|lCʦK8ښ^+biGdB_'y)VH>I]8z|Kۅ(hC0u6,/!`2#QnQa4+Fܠm38dLs ѕle%\Esv h0IEXw{un}]EXY5YMV^]ۈ]7C8N^XZh#DӾ:8CI*qo'Fb=]H~Nai!'34&K{a vn$V̞k&Jg_ϓn'vXǸb#pNe+4u;g ދTDg 9:ć4wavj PvwMo\0~->< KiT|Zx8̆;\AFQ:?4 8, :ǐ,pJȨatOp&kԣ_2z%J`c&AiBg|q<,x*ٹ.u Ds50C윅AŸNIS9og[$'B,P]]݈;QU{f5=˛Yau|u~t ;9ʌ[[Hf#HJb. \e |ըDJs?y^+rЍ%[J38PPklC?se:wmR{i0v(޺ʘc^s I4;)7/˨p $yl`&;=*$dDHۜo_ HCCY嗏r>2_CM'+a b'Q|ͫRhƒwtpJP G=RKswV$%`TFARH }XWJcE105($p 7?;C1~tBު13MO蹘O;\df^!͖ w:;a/| `` ab8>Τ-! eDn3(a:wKNID+4H.(.5߆;X^9iRGiCK7qxzE=~D ~rR>{O]a\2MRiWaqc~eOIQ 5y-_ ԉ=j~bU%OZ1\W%O?vw@zҿ6 XR֓jϛpHA>;*O;8bq죷ϼ؟Kyѣ΄KmEVÀIG-O<(vyw;FU 7oҼZ,Ja6fO >YfT%ږEwcL9^r erϓu}IÉ={'V-BybTO N2NY)am9n#+k_&kAxUpâ'@?A,l~>_SLʹ?ˆ#3ܟ|B3h/O3Y~T01COO_`-+t8|OBA5-:^J> i>xs,V:lr)(O;2+);nVdpwѷG5g4 CJ+T/80PHH#R&+k"gaJB +V)s8L܀{.c}<%Bk}TMHYֵ7v( "T3@,Gi>r$J5y!j)v9<3CAGY߷K~25g. 76W/9 l^řH=+\i$ $vK)~[f#'K ϯM܂ zQ{ppڑyzuji<@3ӳHaۉ&wC 7U7XE`ܡ/9ܯKQ2?Hz~r8GB,kSѼQVϫᕓ̘MwzL93Do=n a)Bh`\m9JqN:'7C Rxn)vh#ȵ]Ü61-Db/e,qiEċ~_ #gQE5 mYPQXUyCQB(#X9>qFNkGRMP8xxMK)W2g\JR_ l$m0{Ep(J8&޿>-b3/KAmkGpsnkl3{`M : 1qNCNc|~pUXZg؁Um#WqpFSCo)ig[[MG@c,n5T@u[!hέb!3'ς*ͤ i!ljmwv Q{(Cb5=U. Z1$6UAsvXS9u~$-Dbڡpt-Pv? lB^"ฮEb,T-s?}DR$A.{t4gS|(u+y sx M~:p#[Cnׂ kmQ9Jh9@`Dp+WiaC"ԙ,"e.TU#`C0_*g@\% !n;>\Vy›hbѣOQn'gM1w9ß@yz.iv%78Iud;2xy7:|l^ SMfKH,K&0aEfW JnZk_7]np#֧إy;, 4W=M(o' k37 -l]b{Q[#?D cCu:g^2ȫ yH?x+B4lgX 6v M #KUV^QfB5\jۨHoGe~~YVB E4F_?f|}Q'YƝJGUv4Ox8\yZj' "|GU :{ \$l 6tv^8`-vRLCD+ reRޥR!RF:]QԯM:]>~n Â/ݡft:깣E{WjgQwj ~*bqz͆k+}jEsJ.' ht]m|gȣ)G& .E^ "u4̆Úx婟J~UJɒ. P yp%`9B7KI{ xg( l8_UwY ]'DNfl `mLl=v/[]ɗ0T{ۂޫʴ5=\ܤP/_`i?XQ9i^@Q2\ ) H>QO|qlp${0[K7޺1SWg@qD?x 쑚Ͻ 4nhՁ[S⩍6a5E4kJeƁwI Nh;‡F~i'pIg}0[ m;̩rvA=)~%]heh#/ vSISwH6?)8yjD׺3^Dl,GBQzN:tq2l뎈˂@+sbbrDśC}zR&)kaYtg4پ^5LIgN$f[:9%I` v:uP[(^&VX/hh^"6@urzWnS|"#wn3rLGb.-ĒoC<Ī,}ݴ^"PŢ,l>К2Df&U0v *x_ 'Ur[?ˁ@8ٵH8aL[&g# r»$D=sk 2dWQI/d{-B}N5NO )H2r(sawW~E&*]N m@,ÿ [Xߚ*ҿ҄?n7%#YNn RVi$j Qgs5c3i҉pH!2xxOnH~qz x[C =>q05h?V|1*Ʋ)pQׯef"|cW1HE~FB,?@B'07Uao>Dʑn={l,2(qD!<ضAlGO^t"ṴyQSձ9]:xw3T-^/Q:veC~_* =51#ɭgsƩgrL IHo{-YF|)xnOWڲ);MzkHGq`/,G)ں_VyK)(:c沛|?IY(nC;h>?țk'8502 kPpxhw>UDi]\ñfFyi۔+<ɜp)F~ӘzV;/~oyge4zVIݿCV*= oǏWǨKPmoBT àjtH=j)-#ѳS?wG4[5P -`[+6ڇM,|RI_] @A&sj]#nJ1KA4$4v-JiP/*1H%LdτsHŪiE$1K1VR? 6nc h[\L%>te,1G<-K3 ^CûpN`%On?;'܁&-8GrBXH|sUkr ~ y2#,S#s:n&Pb" ^+TwkhW#᧳ET#qn> P!K 4wuI,1#P-3lثynOau Gr2?/ZMVc)'isZږ@?WJr5dG.'qsAЉ;fPg覺4h1c5 El): BFoB܌]:O ٴ;l ,grĪ 25]cy'((3E<; ҕ<₹?` V[|Dnp S/" ̝&<[ƧAKpr.4V/VW<7NHS妝sI4Ns>&(g=UhDZ-{MBCXY#v HNDUdb#sRZZ_G5( |?h@?%AV,9~8Ӫ¸/R)h:XF/`:lH \Z*t7Ǵ1qh2~yCgLIߴ@0Hfr{ |ȥcuwn9ud3-K UעU^$NJ4-bc8 1Ծt腌ux54"W1VA2ۄ{&\xׂv KEIu%F w'6Zp3[u9UiPI4iI&ˡZ ӆjQ`gcICN=GkԲx4qdIfLΈʐR[b6[g*zsS$b >3J4cuU3j qj],ՁFžg6'5葞x=擊΁ʫiLț4[c@gZfN#Vqzm C2ΚAzb`9#E ztH3 e{"3֬8j*LLS$' Y qeSŽO=|K1Bn5ݲETUHxJV~J~IH9nn-Eh o,ꪯhOXV5'fy~s,LR#9}'hx"їz5R{HU]ί;}%'G6`mD-7}}A׫y,h8nI{yJ Q> =( s&2b6dP#gX;dTt%>Wlg uL +&kwԸTEjdܐ$wTu2#B0>р*!Ѯ2kt$xӓ=lNf -{6`5H&mVgGI\uxP=nV/~6ZuhSב˓Vw@|O= AYzRj}BG: 9ѤDȏ6oj 6Oin1y؆V2@?qƝSj\ \FkocImi(\Pl-Pwc@JGV7ioc' wS"-TQWi3!1 ?sʮpzVZIvm{M>4o@{t4KP$5;q ?ۑLNQVu;c?/ >bQ=aB' 7J߂.93Bpyr 6}5^&hP&tdc-jPZl^aOVUJl=)7M1w: U*Oq1zyTMi9^n/ӗAENLbCxq2j ^׏!=>[#.QϔWUVV%?ZCZܮ/SQ]py؂ˆ\P{)4 MLK%q@Adm{Nι<u4( إ6b)[čNc$vN2nzݠ$">{wEQ羒mP[KkHcQ6NsK*PHiI;AVBZ%y }CzÚ +wDn.{zgBcUYs;[v sD7 OsK M8Hex%Kܽ|@StUa^ "{nrf&zxt+^-Gf:Q5*³AO Qμ_ȼ5ΩƻiO2h+eFo2{.R!YdbbH)13pS 96 Oy7Mo *ҡ \&}[V!{Rثa'ilz ?z_q]yA0Yd;E%>ĕ@P'N1ZZj R} M篈xRZzIh8wM ٳ8břwD+$;Z쟻*)wWònR]cyBH"XEu?:vxs(P9iGS PX@4zւ<ۀ:ة+c:]FjY@ +w!כCdC5$tڍjΧVB~<>2Uql"G TnEU+N|4U_b1u1t^FD|"fQff7bne1mC ܽݝN밭S˦y i'L]~膛"8'g_QAeS=gD|z0߭+!lƂL^)VFR trzyv aT{Ϣ[ WEP\}bKT ۾&^_1ؖ( td%3 _" Y}}DnGYo}|48;dN U00l?{gr Q[7_ޓ^}Ɂ~qFASWZ/Y2DrV.7 ,z|=k0!~Zc'Vĝ,—1 Zypỉ* ʮmf4m f+foW*']T`PpCBH2Bˍ$Õ+F<^u6V5[HXNj΍/QkgFOJ'>/\jJ<`72ы:Aj5hEߑ'_@G)a_),}v¿[V8n&Dǽ-%GA X`*/JFS:1zf%p6#{2 @S;i&>A%5pwe4Udo~#!GYPrK-AjE>TBƻIax0_\;/&2$^;tv+ŖRAs%e]\艶TҪJя']4fmt+2F ?m>[.h]ְ4XrI `(cҕWմFZd@|Btex3t~@A<zg*G<æ}@7g@U^OEO 7x %{eP@'Uf@5!!e+)!$x'-׍%O;mqcvLJ #ECtn&ՓZZ^4Gw@*v;l $AWhQ6u69Tk*w62hsp.p)M PAp{LJiD {^0"ƿ<^Ґ68\͹% 7D $Qjvwk>Lh̨h n;Ŕ}~4N%K*oӈQ0)~d<3FwAkUpݚGLiSq]Zͷ cCR F1 vSqhFΔ\zYR|伇YOL!d07-ݗ0F L:>Œ2{uQ:q(UVK`ƤwѮ5>h᰷ґ'yKEe=v(l6,䖸rJj)BOH+, `3q A@î8X.6eC?b-`+*UNJX[qi dŝ^1xaz(X?`9uV1)e%Ns8̸ͥFHU3Υ E-Ew"\| I] ywp*Mx(_FV0_XmoM2G3I#X`Ie2% 㹁}Z ufKwT,&mRJgl?$RƒKe R[j=n)?2zꕵcpJ5d)"9GB&(N R|wNYɇ{t4 *8"|r\WCԸP5%&[1ZF ,I'!~25@Âp9Խ%M?SKDc^U@+_ ,B Q awɝvMe %>Om>FgwC|h6{Jgl~fNAæ $DER.;M\>BATr@^+BVEqVFH,^6o Jjd>!I"i G !&>RL3MqR\ySd&-@oI BoN/_cpU5̲7g>#")8x]uG7KR?n/ &$S}+@(5 XL*+O(+ȝG=)3<|d skA y7$dg!G ;ၨ/8 ,-c'-٤V$=64/6T%ڲ̌W/cdB_KpV\; y8Yw*IvaK߷=Od@)t`{~>JBmM/ÛE1cV[ =OCLt5|`(Ds1=oLY@ ʵaW5Cv[Z1`rY_߮8?MͲȕRH{E2`i p47!MKu &Ս +d`szFHo^u0i+iLֱ7# D3s:Z )[! .r6,9`^;X87뇰Q<OT~S%n4hU)Z~j d <qWNİpR }&]/[tmA$׌RqIO4ʟQ*$a:CkHrK6e7sS{F6_T\ةۏ"Q/l}qŭu885]ǎ*\394i;|G0`rm'4q݅ h`Hd`&l&u3KF>`#eJл\#NdqڧS @b3 gGU:UMHa,;xU8V>02#*(z {Tʷ*"﹉ھ zC16RŹ[۬"w)nl@4=RCxMa~E@Du U{qC Khz3 Ÿ[5#5zT--H5zBs׸β2=d1H=0X%e<-g @6$=QR!qձ>_FT"Cnvup{aP +՘Ue mo J3v,hp8N̽C!7;Ag$0Ȕ{({18y#%XI`U VfPmc v(iԖV?Wh(\%8C7 G x=Йf{}Y\P\aoѕ_AO]|cBAJT'k| s%[8jĸ^GGlt(KHQf$+Z[S&E]䋽#B]x+&MsR o- jK6b4a̮2hI{<mlJ}b%yc,FeHO=j~-_>RA%FMNnjx=2:<ܫTqf -~L3rf䓫1(cyTd7p}{!Γ~E yZgoﻍ )0)K6f/2j\*=Mp-wpXLYH/"?syX9pE2(Wz%* OMt7 C%Zb*|CӔ a^ֺq^‹pKm#r MX jxKJ 1ϳLq>սoLXyH'VU NbWytKv>1+_cJ? 3ծ6jWVh\X #ÐH]=\*u$;_Acc xNXb[7ĖVM@_ tE1@\u7JI:uvJ [MGfS4A}C_N^фU*="Le6e XD mF? 1)AJE9ŧ|me{"!g(3'ɷ֩[$'ИTFeՆ>Юy=65/Ek8>:W-9cCu`yDHOu1~^}Rҙ=ac67ml.i'n EZ y6_cRqESl]`1UD2ڸ_c(IS] ˝Ja 7S,LsLҍ"i7tJ`̆  ':fjnxtཹCiDG;?R^{-i5X &1NEHFdM,/# ON纝Ƹ%_gū ܀6e Yf_ԗᡱZ7Kڧ}3gիlEKo4, +3Er5˄I+yC0NvBvިިDك`x,2{7kv_,ͼYpv':VћN$ݧ[h x폎  T"W{7N{c:|>PeNVJ1gSCP0]"A~IFq F'BA#bŜQ*m1d$gyВ}=~F#ء?.eS~QI 3-Xl: 3>X*/t>KĐsK%63l`w~ּBV 炵Aqj[مThH/`DYNnug&rd!Mmi쬗ޤټ Z%{aofw[a\3T佴և_+wjiK.b /o o@&{z^QJlj qI.Cib-BuW1>K:06B{Xy)y8n_b,/tU"K 0F)<>ޙ əkwnNRT0&\Uȿ\`!a:~jȵ}CA$b[@^]Tv3I}9UIBQd_R[F=7е}4Я4J@qWIo!YNb' kHX~wKLkf% MY렰z5-yjM2 AǛZZH+' n,aiڥ̀d`ڑ4iRFZ-mjI_k> TGΧQi~t"!*'Z9 0> a9 r?j, HXQ1:°ă%UHg/ 5U.rπݮ6꿞ovHq2rl 0+;c٬ս7 ɜ4,.딊gϒq];I %[&s-[$w"L9 A VE .bwUL>q{gKZ(GxT?.$/u_Hz&%w![hF]9hoi ӹ3B.=njzuN_),z =΍2L^PwH:~ւf2Ƅ; PK{Ndå@CeRI@~@i 4+44泖P ڲy_V+K|m׹_F% 8sWl9S]Y zkҖlGS X %tǓ:Y1\ga%isrů-0 K9O ֣c-װhPr͆qVM pwG3 :J`I^AH;ad)Mբs|ZzW;U*=ػ qu+S? CS={7(縰4Wo5qFۼyYxz}k*?SP݌}@׳UA̤CԠ%(kwn4UM7+V놋]z,"Rn ˄A6 m~-RTGZKH @6tx]aəyWGžpfyzX{P* ˸b ٌ{1uQu`SedurEd%VC15 .h)DT;. ԡh+&'ri'DC7 v0K:~a=8ZTpNK !j !Z+Vo ;d`]tL-9Tr(N?FKz8xQ ҃P>AwAa-l-Σ\W=fi*5F2+6( Ěe|&&وvR*g 5Qo?g'Ʉ"")OefYBҪlؘ#]Z҃ʈP:bFq7C$Fo 'OA@Єd(7戢sgs>q` XnW. ,.Y^SGw P|ܠ-Q{$YR7h %Η/rgC4v:<@Jk]: PO -Nb|iyEaİxW$QױcJ܎F4a)tw7V=5M5G"/C}󀔓 O9#:|͘HC<u%nD3iU'XgxXҀqn{Hi}3[JG$MzSvJ'ippv'M-(}=~? \pgrGf1a}YwK:>|pѴfnsw=M\i9K: igw*Bu2 _Vh4*= pp1^ģs-ϑ-4"֤*jgƜl.U!5Đr@_PR#-ưf`~tCv,9)P]O==m":bL北)g*FNبOg-fF[pZ2림1#\"L2{mu|t?d@tDkE+כyQPbujH%2D[ YѠKO3}@:*V)fFEUA%~~Մ`pX͵$TheCH,&&Ke]؃ ?{7[xo_3@7ѷC]Y*:!H8fi8u4ݹM0ANGm!^jQpvӚAǮ И^-bDHF.10ZD.ё1qr_q]CqjuS5:r$|BwZaxl덃y၇ǁ>F3jDiĴWqOC^wWT`oi͸+̤aǖvnA~fZTX[O/w@t" _#0?B}=p3dLvSiu^ԦrD'߁Աn7׋g_ B:Σ`Ԛ|o5p!b;{JA&+BId.gmjT!il{omn~T9@Zu[H:zI 5'|+R&a:fK@B% v ^<vYNCk^&!sZUp7HLYzSM[OMWQU}9QI!z6.9)+V,[</ʋW1!ucAUN4i"2Ӥ/5|3g񶵶)}®z:%8c.?׭0,lՏPcdi.s)3(ݙP.ЊlmЊ K%>i3 Oi=͢: ij UG_v~?8E/\Exy%n%\- zD )aK,DE%(x|yu(Egn}(뷓E_1q][MRCԕY^(qp*;nc$+aٽ_)HRT,uR-,b5e9k8E]!nZ1r`kLAWHhH8WH/9o'Yr*luִ})}V2{_S# 6êzP$LbC#?2^Q$݁T Be£ 5mF@m)) p@-w(ߖ? j%:J?~`_u.A#kT@L ZFQЫV"U:(W{g RvcNXO+RU\^Ve^)ڄ>`óҜlΗ &9~yF9<=KA/˽Ay'j! wDߔ+J >Si%( RL#G/A`]J4Բ$3S<${a;j^Xâopލ6SBy i׀-o`/k0C8LP5\A2|Ҷoٚ[:GX>FQ~qS8~r"y(HK& P͡t/4DR]KMIfU1hPό<@G(+sWeӺvAh^nr={;< 8 R3 nތ"L}b&04w-30DqRDI*u2ߑ9GW[K:塴4?x c<;R'QB^SA⟢#?M@gC(.P:y;9Z#)3#EB[.Of)҇[a+ނ}Z,eR4$~?jZ(65H3e(-9btMR"XbLo̭ #c>f0'TuT?+7T-uEˮ LYX\?;vZP7ԸKy.0 A۞]wj+`v9,.1ӏJoP@WŨQ3Sg1`݉Œ.0޳վ'kNF\dxֶ; N=`'aT/޼+ 81'G| )I#濫d!T8M{rXq'[iwcO12 p\aNpM rb9*Ԝdž@ OrVSF=0Ҕ{ɯ%K8n.ujz/N5Es0 L]41BjAO#1Lpl5Y"(D?Z2}Y:unDcdS{B,!Νi:h,hCL\HT!'CE@>=.J,*Y͉;jֲQ+0-RiraNAvfno*0ėgL(NäJ$t.l7_/"VޒDX+< !8Җپ"-э[f{{n4n&|QR===SD`}[ւ:Gq5`-Tl؂vfBޫg梀"-? ԱCWp[PĈP'^'>2b_v̈̌:&}vtXiBJBWH炯c!Zʨ]dWbkV\aĶS_ek Lԋ) 0RNtQ578IO1T9r΋(@ճ`$'NJ$]K0'9ȰTJl >yĠ>"!OIbrz\'b_E8/ջhWnݍ_}[j@mP5W"- _}a?SoHH W-tE^нIeQoE_kAed5a >Aw|6!M/:w0o v $Ԫ Us%6b?T7Fh=>ol͑>$kf݀GlۥjWYwWO%uz3r;uyzHu)XYv3̶E^3f  *L*}QV`#pXDMP|#,m+ac꺖I@b43}a@J4ҍ`lDI pCs. Sh Ңl*wU=E- ]7sƱ[G*dEXG^Pοd_KȳbgDҬi@ tr ;*$SDdlO9 uk/ykMuZ^0vqنgp|8s/הP uAέRptAQ\ RLXyc`o T].kҀjj[[ 4ifpފMFu;GoMI/f"B2}{yQ^)Eh"-eێ%{8YkEPѡmp)\^7SH1G!yk%p$&hՖ#oVp~ id!G܌ѲyN`rjZ ̣8~//wÆám/8l7v4;ޤakCGJ|^qImNh]Hjx!N ,V _B('}_E [GXėPr*8jݼC+b.c`*\$MՌa(i}bh[\ [IA>kykRk4HQ=HD~h ?_fdX}Z k3/v>Хp{}7 &JSj׮*)8nQpE95ŕRbR+Gkk(wГ7uEX86GOSZ!Ftr`#<ÎY#Sc-ţ3qS%N!ˑCQ'|ܮXNf5+75U\Xrtaz3]​sˠ ~]%ce~T~"[S9m)x;SdR@t ZB)O1LN^J#b(,oh|W'Մ@ gj8Jrnheښ&FnQ#o< ׿n'd;qxɈ^=GپKyo| J&cY&xW4w5V.tFw2'Ax-\KmEVC)ی+Om_04_#AKG0FfKfVwUg]C^^Bed˲XizuF;k>#xmMP Ñ=z#kNkKAobr Az_mQ[OȐ~[#VI#KcMD{edImY9 ՏKyj{[ٷYx*9ٽG HaDf/ncvrw+G]jbωQ[@{E (=\qv-:tǥBlJvKퟰ͌-NL]M {oW6dtPm ^M, VTj ȼM㦞Oh&iI:ޛh]Xªce,7A_` \^c]=~cJqE*k+qI24r8I!ard pfy蝹 8ƎV6~מw-M`DDe|PevX(6k"-Px*eexi""#E{z!5VįĂLtS[oSZ}=iϼO2pR*z+Cc htxF_}ФJ vм=O),ў& 0?#|=r z r `Ky-/ B RY87X_"w!ÂLoMQIÝ[[:IkmC=4.Qcp%uN>4&Up` ~Bm~x/[M:(WLfM\6٬o57'Ru!1+U%ƇU?Fҡ3I\VE~S=B,nj_膃:IBÉ ?A}{α# p;|Ć7.(3qNr%L-ANPȱ{o!,`;K+`!>BfUBl|2ġ4s+E-L| & 4Y Pmc@j1»EG ˛!Q\E5asܰMk(6~C QR?اҗߺP"?< %07 IPJ&(DZn0P$o 2*ؖN}s~ ]`ԕV (U̜I mDFA.X" a(zx'#yEQRQ qMk.ZIuxM''BYiR(֯6$G`H77ƘJ:|OMxzt^Cj&[.@륅@0P ;vyTF_N°ԳŊ#)GbcRJ:=W\E24_:͹)Ia p,)]}EfMa(Fy /ZuiS䷲?Dq2\d&a׳41BvF̛DE}gΪ`w8f~P=F 2F .6m`@I$` yfȭ}`Wd=g.ߐő.1p#p`$Ale ,آ.S"qn?=j7$닭d<{D HtO){ؗ.4,N%3ǛW$LuҐb%1էh9y17{{o ]2iu<'8j}k;Z-|ڄ7VbE`4SK?Ͽ`tb6sbI-s4È.ÈA J[?Y3Nnaڋ~8ͮ;ݬFdsH7Y=?Ί vo h#LTYw֙M7tIvr7~$! }r~,*[ɃU>>o=1E(|DʞK|37x?&vR=OZjuVEgRL*9*dOn)[*"#_R3MIYmӦz_Fh ,;݅8Ee+5χRӷiBؠ.|v1umfۊd`:9Z;#lЮQnG_qFtAEn,XQnr\]!M c_HB L%ZI3er_N$\,W#lhcXtC?O %d֗5}Yy^Py"s}7iWc>%t7tPk&Cj3ď23Qs'Ζ2-{};;΁BI˓}&6]V/  lQ,'zCШbܙ+Ĵs"wεFBVamե4/5ϴYڒVZ.* 3Fnδ&i9{-敹d)A5*:߽@n=͗K4 =3} Ih{ VM%s 7cK#zzuD(M:"CQDBV /hIJ>MQ>|81Co+aϏv|Fh$^;k,wd8lnOemFȆ:x pӚFXfr- 3,l/)>pF%E]{Yˮ1([[9 xد͋1T;@b9~p}ܱ,c:Oo6~ZWyCq'y:{ I=hs._7\9䬢Y-#"=gնkLFYׁq&=tNC 0,c ~oZ7*`gGVl-vlٓDi><[!vܨ3 5\R83UqkCqYM[Vbk`or]6P{oXf*{WX6hN \|P|akXI^ ~EWAQm8MnwzVkZmx8uf9,\?؊=D/ F=Yr6i#z֕ZKێn߱h>%&p$2ۂE)+S'LjyVj D"Z!BeYVsJoCbx5JߜpPTI׀ɰ֪T1[Cݕqm8ׂQobj4'k,V삝l8Q_V׽Wܹ.Wo5qћR[TcBY+ y&Gk*U8)75>LǦfEdCuqQ72gi bzʞF$sБδB*]vHi Qүej^gtSR/j[vP;}gMwPͪ4|WE#ʴY gMMb䷬QM] f|B3NUQFhRTo+{O cQ~v4E5dTPGjLCÃj_;ǝ06 }^żfT(ߊy2j}8W+?GV P& Tүz:B&|bS;g.9ڙӐvv+4N |'@0൦@ W~BK,=82Q߹kG,[+{Po39|w^JԖjk8Hp4h?`W$-;-vE*BѼZ+?u"CbI>zx<7LŒoPZʌ Rr['LΗ#>WK}K}˗?fq$jeoF2oGL:dڑaُb:;;8\HHpD_,(գ[XW}S{TWk;|Jz(l%u; S[ho7ޔ0>zԋJ1kYGՕMo MH[N #>ʟǏ7sU|kN F< H!tP !Nr@ەmn?7F"&n|3Ml$R˻M骁nJNtnbab.}]/Sb '_MIO@ vWhF*=J)ϩ%ufBZC;Dv԰xff @gp /J8w37*[& jV#ytw엣[Bdlw,ϻ6=PCט~Xf8=Ýg+ t?9!o1uKIMTwcAfZCÓD|@ OS@Vja4+^n{c[ִlțsEgXTmhb_񪍓2gE[t{qAG:I\4{ A],s:hع1Ui#?"1E@6^2I[jǦ{EЫ&U$V!&2x`b,{x.A7U . kt(mX}5:G){P)QB]8?6A$4ju^T61H!bn.Ҽ[e4 8:c^cS;IםULR #FDuuFrνZ?_3f "K؛6'ʼny%f6[/HG`'hO9G~^z0!BRcJudk2hhЮX3v*`Z)VhS.ReTM\fyHa$Hk2" Zj,Z7ǧI(qǡ0¢%.{?l*薔{aÐӨnR O-AGE*a%M$ ND*f aP}0ď,i\=מjGu_.CS,I4>2RԚ7b|h5 vQXCBr%n5tӚ G["rۺuzAv-ǧaf#]ej[CV?M@.`I>>Y&Vpov|0IfNJ3= ?N$Ӳ/w#q<űkiyVlԅg밫xL%2v/`M4!D}::D2qnG ,-~ pX^UP_% N>kI:j̻biR)1 f 8Cٻ ?fox+4vHNK(/N`U$ EzQ day, AbTndol{U>m}3:S/I~Ev^qa=&bGйsv- ^y/MMzZ9'0K΂[)\RepbjՑi7Œ Y>*QpQ* Zk S ' g\1cJ'%m1ՔNL\wn+(+*3Q?6 %u+qö3S`LL%9B5@F49Ftw* 2׋ƝW*rʀ=+D QM@##jj #O7(͎+tv/T/*Lǹ!G?ˆWu&*+h1dAv[s]i/]6$iEK t9Iiކ`es]Z:{fLSD.4q#9?Jx lcѽ0ưDw/1jLKBseՉI ʚ3QSE8b2 đw0ɂئV*0%>p.a艒t?bF`@@6,W=(%-篶]!E;8)xj(R!`##J\( yѺ z1sAO 5|rKh\s9qyKz#Ik_p+o>H 4kTƪFԈR¿hF 5mhb=1sUX_Q CI֭>JʪB,oz1%B0,E` =Qgst I^Jh4!!uEsiX}%TQϴL4XACYry=:AXxIhf!J'fNfsƇM09'L.#JDΔד2eLn6{$TV."('Zi\< D!fE./M*2Id/+lccDFKy<̹aMSSn*_K]D`U( NJXKy܆vHOqB@+Ϋ8]P\/z;֢gRiP; 򀀣nϕ/,ܵ^6Ms{W$x$!"Mљp qM Ej;ί dו!TRP؆1\1OeLhXb(e]K )z0Sr]kvi[WAZ4mOm2@q!Jtmm';+%ԶW쫸^NZ &"L7ez ɽIBtW .]GVzM+rqԓ*4 loqn?45!d3XÌZqdjA8& (NfF$J/@^bW,XJݩޥBԪQVrLG̘H@3^Mzb*a}Ff"`wFldfжPxQ%BF /WNhpʚ)[ &ϜH0LmG&ZCHPm2R,أ&{3Tm)YlX9aXNj-zZq*}f ]]pg5*&,RM%x;ׅ ݶ~3\w=˘E/!8Lpfu3;5i/E2ɷ5Y-1; Δp>6͂ya;4`j^^=^|qMF#L z&:%ԉX$ޛ#f3nYS{v<=7~t޾qMPsr.3}l`%fBf}~TC" *-yG*?-Y3A7"Ds.퐶~ĝF<8wZ8@ o8(UqWnn1)- Mē^6pHe©}hrkZy\ZLIoc9dC8rFT,gK(E;AR^%| VA0j&q*TدZ כ`y1oB49{6dF4cB\L,`GSU{; M ]e;gK\ț>8޻rW"n_k1X n*q1 $KŢq3Qw IYu cg|),]08Nt9}5Rg4ёd1[ryy_>ZPB2o`xcwz=)f`]F {~XS^2KTVE ć9GiṴ̌1ʅ&ߖ8$ j*h~OjUmKN WrsM>Ȉw]S g {5+}ONF5UI+/(y+` Oބ.HU()-Ƙ8r Y۫"zY$r;A 1=8xǽ}M PG?3 n};E7 ]^u2a +(VĹ8![n%q:< IZ\ȉum!QEn_y17Csvÿwv/1F`S{;V2v&5r(\r>*xaL'lxr.,){,$CEC5*5 #+h`MxBǎ0eՇ"ao$s'r^D&]{h#AytGBJr^{@4i,Sj #op߈̡Q#MV?N“zެIb[6KQYw--~Gy =V" \N%Ul[C vrݥU4,Q]v>Ø0Zn:N2GqJ>gyׇ3,G*I%"zEjfD:rqa xhtkuTY{it (w ;mT]C4Ԉ3Je>3!Y`|rb-K6cR"rMˆ.wQW#1Z}})mS.뮄@U.Za&L.Ԣ  {3vy i|+2etӕMŗ:,^LȴZٗ؋f+;v# \t5k 6jGcԣmc#̰+15l|4` W2;A-DbɂEuAj멙sʥ= [Lˉ&{]X*W)"p6\#i)doo;@" B~zDNGR/.=ԑ,Ҝe-j0)H҇ێ(0)Kqn],{dwHtyp X}[F})`Q'X0!boADVq WfgMF_:inTgySJQp:RҝإF;0ن^0{w5cf=c𵮝Qr:d(5wj\CRuMnj* L۳IFz#Z2'ofoik~+C>]I-znЧDxf+|stuC/'`pОSlm1e i_^TmKeby,o|lbH[B\D/^ K d@}s~pq#π" hJN,~%_C.9/5E(淂@{f9,47`\$vz$l h*e&0,>i꓾=T*ӱL9)~j`.͈O)wK-|u ;7jaZ0+wO=Ml9fpJu ;K*~n^>ټꥣ;W .K'65=ǥBѓAƙ$BnH {@mCU#G &h􆾏YѶ%:zpƞ+=ԕl+5 ВGӾ0)O,@u'x F {.(|ᵫUxNvO;ўh7V>дj:HRI]!N(N'{UثlEqbҔ3/*WUתkP@3}6T.:* $3!/}u'JٚOMwmS@ 7Gz~s.h)ӷ|U$lk3t%VքɎ.W:^L&d:hN1Rj 3hh]FYi27ЇF ﵶ@ce_y0DIuL;)Ϭ}< =r k(Dje~*rتӰ0!$Ʊ}pɆi/$衬|w1Gi G[-dHfń؛A@BmfF]G_kS(8Up=#s;5y{|V#_D?`fz/9&fS|XN -'جD|[D`Wd7TOxpT?]9z&]W8)u{ۏ/c^1@=[tJFW`[ >fŨnUllz\>[ (@ͧ,7oT4sϩDlu.Cjޑ-32T#43뾌D`fW]~̺>WqKTƙ\Z;/zow56wD*?ib7!Z&RRA LH)v,\KCIލepģ3!P &"졠Eށ'̗!7s˿f`T y dVQa n̜9̐t2uB, ]v03sA+TBQ 3Py3~/Ɍ^5 Ww/ r cLK=˥~e="}ÿH:.n/iYPw=|S)g)IJM:]kZu;W嗪j%^O;^7uWuze!/މ:@&J]FD3$L怪B#^ټjppS{rb Αuk\ G/x;1ͩ5᧣|uA $HB]\ ^\N(KT>S/SAѪRo%%0E;9=E2\&Vg&. _NVᛚ}@$6k5k1Jv7~Б=/ ;2BC `۽1 `C|+iq M{Sxau"pRV!VQGx_Wǒw.xxC}6W Fw7I88{ML_ c4"R uIcrA.Ӥ/ota+\#j/BL,Emf=C}:ICbsav3*_9wA_EV,2 9Ac8Ñ!#6=gqլǴ͹`g'=l^ T].GQ4ukv+Ǎ5{(Un[CNWυ5ɱMOF\Om1qڕ&f^9LTbާF,׋o&GAFֻEu*8Eeu҆7 ?n1&X.Q%&WA798DyK+|}g:r% tp91. 'SI$d[&jigM#tEh  <쩋KX8#-a0T STa S 3`*s,-&؇N[|Ahhx X$PO"WeVH;jLzA,/ԵY.LJpd=Wٞ=1 _&LJl_`M蟔UU/$JL{q6ʒ4I=`$ ؛LGƳek*`hۼQLVEl ~Ϯ0E:oD/5I~ sCiS 21K{1a(ZezBұ;݋kӇF v]IJKfiґlj & a pE&]1 ٺwZ@ӳ5KCuiNuKMjTDzvv=!\ 񽥓j<("%6u(Kxgj 7;Wv mJx}fZ1[7/ CȢ4ER ;:kD1[l-%M]n).G[-PQ<#IZ>{N"nlףiG}> ;57-$+m aqyw\PF8uDVD SG5A aބ?Y!VhRݏR W @X :5Sg^J#մ15=57 Ji딹$\>kХѐwvM%jpȫBZV2ܰ3 .<$*Rv2j*y=1hh}<q͎́ yGQ&Ps6Vw2{HʢA휱D1j4pź]7>tApzMma#LKI"UCھ`4~m6]$( {/Swzi&. f{ $u-l!U+ư=b fQ>nEԆ?ׁI\"Ub8թ VymREUxQxrލf8-|9t_t5|Wpby\ iЪ6 fx?ФHz9nk47[Ps>L4NsQfz¨j.C1},Mާ9 ;c٤٨hfiv}싶\"W*bؽ&v")EmZuǪM%# .CFꙶjau=$ˉOwڏq!}n躩)WC-Pܕ~hʚ~t:vX\H"KQ45 0$+W}>X6B!'h;[}?{d\4< F@#B*z좒"] wLpqY66fA/Rnt~ixh(" R"nq퐌 5v&LX]l6kuv% JElA֫] JlRp?~a# }bv3`bUE/$+cV3=94IS29c1Rd-Q\M#Ͻcas' 04Hɋ=]tbX d7u0`U,u ˉeݨWP1&*dD#M\1wԍV,(;q?r&jϷ$6Njy17sT*tݚKš-#QFye1͛D0cI?z#>(CNE03mYj Ԝ!])܆0uHxKк@HakpJ68I {nd/HE![aԤ6v?'|랑<ͯgؔT-잨ph pjJR=uD!Ϡ_CΧ#xmd>B9V,+#f~U-uz O۟;A~.& >V%eM2R S^b$hDuvnWTʗ?ȶJ `)*Nc&Ĵ ߦTM]SXrSB[oUyNN:whOT1hg[OLP$K =hF3r.yKN?/Ÿ`Y!Kjug*C$N[b`,=[W^ם8ҬwkOr^l!yo>xbl|r(N|5T3cB v#wdлP9+T hbB|QuwwaUGEbkF_H/PMbr=Fi M)һ"V\LfQS{#OTW[kJ棍{u3p~)0$s+1I-wi$ r%ԉ(׾ 6|ϤfxяXE+t+M pxK41ƹd 3oX[r`hGXӑC(_cUphԧZ8s{wBZ^T̻bˀyr& w M.#9U A朂¶ ˪SŪ&` ؜~ApqL9`Tʟ|1/֑c1XߢUp&m>WLؓ'ۭ ]\u4R"XL_BD9዆[<{fݿ|v; $ܧO}Q't᳑f\a'ГC.MΒ %a À.)p{&a24ؤ#.˓wuNa`Oh|Ÿ{,, R?Nq'dzf̶cJ:\~^\oISzFлwqƗ6}z ֱSrӝ5]!=2ȁ ݻļ{u7Ow6F1]!%#SKzf tǣ pkɒكu,F!iנqxuC62+iv&3z)1y4Uj㯉DBkvi+kuS*{}g^nB b]&b> F}Z$l I<rLmW/1W`.8OEEs 765ZlLZ@Q@wZľdeL3N |FNYr"iN7!h'ge. &gRThP.Mؚ6|ޛXYD6V1t %atFr5[KR~ AKr)4N sþ.MU]~fĘޯQǮ^s=|bs13rƄ$\/z*vkQo!5]f}teȏy` Gl<*t!vf*ja%}V[t$|^F+_6)0%`uQ3AJBd֜01 cEZbvkuSz0| ڕݛrǩ~%`RMi {Ƀƙzkc?׀z.]eJE.4~uҫ2YXj}Z X+SdedrklgQQChkdV Bsꙥ|1}lx?bIwL: zTd3Xt0kzaݲU UCMLÌ0;i҈R2vei]ZWUHD&)o t&v/rR*sag}bш:p |ue!1JrxzXg^q_|lu=k7QXSKx]!h`=ISFsxuPZ!2t;3bfEcjtXJ(, =/)1_X@^/q̬ҟ~4k2W.g$j 375e|"}q9cGl, cVoK{\xZʄW r!~8tѼ!֌19ml'Њ)n #:ߣ':mA;*O74*MURpbdkWg*䫀a9a"vqx7G&ӭ]rbJa-!T.|ZR寃{@c06c.#ԉK4/Z sy[RUL5eI~ tWX3~PV:Ei׮6P;Bi׼"N֏|fK1@ vz)0KȽ?-A0G?v&1`%=oIX3 o7NRƷ>OFOTk(Ž(@ku`q)^m$_xgODK)#fTU[k1+3kPr$\IKy9yIm{ʔsd$t@3qѤQ`tTIwxd[h16 Pk)z$un CYӢZ͖C#RBԣdE,i#DW Yi`5̬h_^7f d z^zPm !>bKHv,~ +@+^׼su@ 6yqv~H>J 9r)69`d3w$SvG*`iYgr\ҡ\mpبK;; NСUЭA`OZ#sOT!V1kWްどt&3` Vd u }5D3YgfuL ,X )Y[sE2cgPL.DFFE'&Hv#IEwptuQeB }E^/Xİ2CϒA%-4##/vuVLru2T( &_U'M~ꂍ5'97Lr=b:cb>B6.[#p:)ο"~ PDx`8vɦrp:55 1M=m[rkR^g5dC%P㔶FI 1~2pK2B: \E(b/e 98l')t7:_6Xڼ2{VUWRȴr:\x9}4`ٵ̽p55-ަ?Aj{*)[,,}.ߩ%A`& XJ3سdj]Wcr47e&o$|#cJULBT\Ў(0=!bObv?X04) ^Q)F0!LՌCh`jQM{.KOW ^ˏkO|G/P"LF\\E98vZ`Ux11gɬ9P~椥rӔPj'\hRֺ2*tTBDDw|7TF+Vzrd0f/]M.铆p̟ .;CcG J2.S~Ћki85R9,PΟYj.%WfscF-1UO*$?ynxh/)x0v'[rYELǞ.7o I^ >*(޾8m6 C +])Fj70*WR[gS Ծ|:m*P"O2cPTF&1{$.?p1&TP=54,ښ |N';&z\C˝a`?Zgֹ˨?(@RmˎDA؛:Un@ia dtgX8 b~d1DJl2ѡ1t0廄裍(r|71/6Xk4:$SD7fk-ƍؗz"5S<[ru0?P [aPCt7htɗ \T{1D 7.s@fZ2N,y(mdlʈszQB^2zjدdkSa_ttCﻖnFEPK\^@6#Mϑ-~G K%qq9O_&7f\4S~97@,Ĝ#RodoӑѴYZ~ Y,o`_Bs(nڰ%Ae~&EW.#=>Y&nhw3kW@$答􏃟'Sz/}/ZKRsp풌/A.LdX`> ӰcSQ&Cde݀'-qWJ}'&CQYc@f8I8axAHG5ySL9ы/b.]SX_V7v򨧲n*ĈFL&OX =xtdilbgǤ E> ӿvbaچ,ZeatUtʤE%fAŤ/|hMi _zR+^_OÜʷ;5~m,?H i%UxL^ג_{Xw;{C/,JhˌK:^'G#{u%sH CpWD[Hˆwc?VuHow~dLcT8$+_-.iv_TgX11&B^ C.^*cQAUXϊȵq.j_~_>y!q۔dM^ֹz)Oocv81B 14mYeʆi^3.s^h1szE2@dZ[p=Sv4RDo5BŎיO=P}C:FV%c~3zE!٨ v(]7^dFE,V&;=ѮC+xNӧvjƵb5'=nk%1JZϓ%<< Yi7"t^!yL(۪_7bH|/XQؒxfA6L.XnU:0ʃ}r2D37qY+mJ.et^c<5 UIɢVXX RB }JɊ9_y>&"$K4zRՎ ҾVG40.h8Ha.+߮璝}C۪,Iuʻbr:#[Xs.{mhG!EE}ƭI; 5StE 5 QSт0sRJd|0YH$wȮfIWN|;^{N8SWԸpeY4 +'ѕ{!_ g?_!k#e 5 hLWSց[ףy UZ~T1 Q0)}nQI:=k[pP%,1kb;~qp/DSt3RkbKtc=)2e$D}Rz-M1/fog&Y}^tzF7= 7F '悁Gf:( {0?}.FafWTMw5D @BWN5~>r;Ng%:`Vu &2n5Zds.lj5 }<)ЛNBK@H&jжR=fgh^-`9L;ZEP]Gs mPS;~y;~N#8y>"+NIШlgΌ 8-A:6oUy!y"vISQ qwy-f?"yy{VϞƚ]ϸJ́Iz-qzdb/ptX-msbd"uvn<õ7+s:+O0TR?#kؠwD}ߤ\&f:[u?"J ć3_шd10:RAY ȾA"ީ}^19"W8Ƶs(V]uh2k*J~++%2MIeF='r]Ni%s}ܥ%HKN n .vW> j^A늒p7 :) 2^^>7/Ž1e36]%ANei|A-gʤ@I*u 3 UjŪAPJёz.3Xx٫#AH{6]k7?N^o3Uhݯz)+xJ4em_g@}B`E'40kX͈O):, PJ-Xc )TvpWJ/Dy]^ AVJ7O,}/tKR ,0>7hIY$% JGgAbhmS㗽f+B!"/u(5TTm$lvϱIt`t"eOi:)$0u&|w|h杶6_oFR2^I\<h2cSbCU` BMZvķNmi1fFj9ņ!ikY!.A!pTEP,a!Rn }ܭ,|@0:ǏebCZ('\Dj Al89_6)p}Wf|͕O7̴M5-M*kݩ8 [Q]poZ6$6*513&m#jfo1%}}!DbwF[9K\XY%qf 90=/ЮeȮj y$-=4MuwaŃT(AQ)1j\D V^sKT{xX} F՟$ W% %MxO)bZX.[mY15}֒~&]E M*@<iT5PCbRl|93ƬΗb%`՚ NNǹWʓaZiY5sI<~p>d "۸u /}%0< f2 )SsjPbՕw\Zu a>[*qdYYP!v͛Bޅv{KGr?-ܚxE;[3y['KZW]U?(,Vr툆+ bΘ'`q}gD?x[*&8w ~kX\YXo[FJbyCPp vU{![`_]ŀЊz$67V*LUpSh񼁕rN`>$6p ט%6.9oSA]Gc¸,̦ XKrFڼ {SU0z>ƗnY1=Ԑ&g,_Xy=k)}&R_*^QsϳZ~C M]ʋYurJ**O3>w=#id># r=Fui9g |`".|;kqؽ {(Y`˨@&S_jH@qJ5g A'Uug> SۯX哉!EX(.TDmk<'f@`W8G&:O5O;b6KC!޺iU&X+K'2 56=td5H=T#UP`}_I-~8V!eoỌ; ;R"aU|hS'3ƥH3LLNt1$v3As";ic,PJ bj|n ?k^Ch"unȪN€=gupD,{8WM] W!Rg|٦c{lnĜ Ͷ\OGoXb0&5# UN}(RW8  l̛-9ߏ.-tI$y7Om$jM qMgC}ylr:^_cI6Qs Sꃐ& `䲾J_ _>$k0QH|Hqn^B̜5'ra[ꭼg>įߝ2 Po+^jZ `EAT=&MUʖ>ܱ%C1Ň=&\v[BD1* g|?jb%!8x-|`cC{P6'I"E@s)okK%9:a "f65zĕ&|2|.- GB5jFgu*b;Zt<nW=.VfZ҄h[)t2+HtTD@ C RsZJEGƭ110^(ѱ e7ybEwsdH-]A nZ/&xZ"~\Íڷ\dm; n_]'E٬uwJ ەh|v@H\1Xn$ +Z%Q{^OMMtcgusr҅՗ZC\ȗsժOV![f/T݇ Z\t0wJr/d҈aQ{nT:}A/FBqI.J'&5]AkXdgzS~wk4FyOyOBs_f{cGYR8%xm,VX" '}NDo*^ϼkxٹfky`I Av&WH$ "Bϝ(;P̜갋usAu}_ܪ +L"$y9lhN㤸dQ7-5p:CmY'CsڛSc4;L߉~;2KIidn,GVOmUbC2(a_Y/ R7t9=,dd8xl:1/\UIat$mL:}8f6¾2cIeḙ& HgCbV uYi]B|[>2;0H_E.ܑ_YD)xȯh_LFb@}`Yz8͈Mji4VWKˏٕyaFdP,ކQ0D.֓9ԧxegc*H=vTZ{'#V2kЂyD'K>?7v?BW0;'U#Kf~@'"A9ۖ>?%VM ݓ2;L ƛU ~7JUmN1>Q Q2Rנ>\LR T/Uy*0G#Jv'ef_SU bx]Z(d^!G(a1=PlvDIH9h:O=Gd,I9I0J廑<l3V#9"zNM'h/VMFaʈ|֜AKU k NQ=`&b_G*+s'3̣'kٽ~=W]KJ\ g*]#Rz_M 6cq~N(}$[59 hT6^e %+I̵$,/lG0?qZ6ibghc)GweᏎl@i`EzsA(;9ZuB\Mu\M<96dHS2E-ASXy𪻻45@Ƴ ^3Cvz0Hʵ~1jC@+* OU's| y_FTt,Eg.KaAH +PG˞۫.b=(H˚m^}f5h~x8dRhfK֝BǞoq6ct'ƹ2yy\0d)̃n٨ [nDy13|=6e=\y.oD-\x\:uӶ2{ͽ%c^,`Ώ me:'܌;bc]/ 9iV~Vp"gr<)kB2!_o|_THf%Jv%z Vi^[Mwwt:f ;rJDkE,,۬g:y.u{[Gb m*k* H@LcݑC{q).m8<">jPocgא)a .k=M>Fڐrnesj0/Gb8!mXneZpyV%韾< %Z$;vkO\a{/-i1Uknެ3#Sx*g$w2 fBt@v_E!܍GvZs߆xSj2EKnͺK&۔xeQQ z ݊ nD9Mwt^bk[_-edk vC~ZyMix21#?CTw0G H[(X]w Y#.1}C>vxU MRw#*aMd>I0f{pS4Nv7Zt$j,R}K¢Ҋvblat"c#>Ck|Md!9)&o x0Yue% [ ʼn F A!͏51uKSkJc!ph9b X vb1-85a\)24>^g˞OipR]bKrW`Yx38(njAtmUFLF V@W8 $@ tChVw=NAñN\ZèE*lci9Ґg}Ά_.nB[_ m 8 MQ~RugKHU9V$Iϱuj4R3'jťXso,|{44n;`?pj>)L|k¢*xo}KGqX^9L@P*N}Dn~Vϗɍˎԉ _2KⒶ`RVt*5qkk[W$ӶY ?J*V +w6/g&p 5*}hN K~iP߆Ԕ*rvF۶? :i|qj~*U=F ]rI[x:UԳ@e@b0 Wr ߗXuȫ枧v Cl}0aF w2.ܫAt‚taQ ,T0qkR*)BUk)mexό{LV 0H>Jl!eUo 3`>WeV; jf~IGXœ'-E\H'?~W&OOyLSmX 뒑R#հ xm@߂ `İ9f.u!k;ڂ̟ Y^7rFVs*:v^P Κ*A~ e)ԝ'(n`b?%X5 LI5ShW]L32ɖWYzL9 u<mH;bLVOp}gwڅ3j[Сw#&-3ԑ] 8pY/GsDQ[BrSWPE*}󎅛EÁ`!/(/vUf>a]X9]LyxOy"KEA'ȩk@_ RK/ϖv\y{奨3~MS`n9>-PxdN.P`lu dI7*p]FaF #$FbPo늨etJ[a,m^@W v??eIbgѦ >x,? ІSԗ9N)6w1玬l{j[l fs-gchcmƞ)]2 d  ڛ |0o9~.w,=H쫉Y:vv{*c68KǘT"Eo+! F}BefE Ge?vѿfzIeԙ~_Ђx2)WoV FJ,RR`ɪޱpj3hKa_aW &T?-pހ ݾT%O>uf$4Β'!= 0 \ye>Zp <XՕGjG}iғ6# uu.qEMk[mC_f ͉G;6M9hCPbiKpr]oR? U.z zBY5"eI͋PYPDZ@ ,d*-nawzN|uLn6l9?=je!#bRD-j 49r2RwK#T-Jx'eҬ)0'NUNUTV+pmCp|ONԢY7"VS FfKdO81~W#*$WڸMcZ+,.o-棦f%1ikRC =8JZc"TeIybQ\.nGVb7x5(by=mbB:cjU#[O4?$w*˵Fq5AuZ88JNaO'TWƫGmw"VE],?%>4+ewmZNxXǢHB\N|L`႙L4ɯ1acWm)`1zW\n89r(Ҽ ԀVra+y zE=0A'蒀5oi86DpN+LY0{s?;C\ $A $ P1\ǁ?6B6ъYp1d$ .Z\X.qlj(+S;:$ <k;V$rD g jVlƻd…O(M,D5zkƦ'rE@N0;7W^rR0>B4Dy`` W! k#6zr\B!*H6yR\o\(Mf4'͑]SCc-T^OTx@L{K}xKE( ]i$[b14ANa ӣH1Wڏ+ȎZOoZR2mP>( &Lsszyz pb-# sVXSWUZ$ZcZx AjXs?S_lZW⓺۩ͺEH;T21EkVKM2nsS`+ڢ.k6.VkwVT5H *T-c.!R y<Y飱anׇt_ǁL"۝swqz5z,ܽ -]nH4mM&z5oo!ۆiJNʭ[)3Xg[InKR[)OvV6ITWhNޱm$5ZQ  ۝ںJuڭ%$ }.M0` $ C.%"=@1OϻGtLT?INn%eGƟQ{dw(2ߧ9M9uOLՠ4<׭ߋJ8^\i9U!ٿ,jKFeawh>ON1v Is|x@;Q06ylN1!\18@:W1 @)+%;Rf3cQP[qE̔ #D!#Ў!5( XNlHS$1)Vb:܌S&& 4!nӐ5wbh:EƐS gP~?8S%@&s0w8f^T{DE!?*=8 ^4l{T qCo'-bIb6V4UZ+EvJ5iGJp]g:?ǕZsjp-׺83)JmhT kbv~` LeT pZ.{MS-ԁgg[]N,Ol4!X[b^~}7 v0lʘCjZN60=97Tψ.j`cc\r$D9@c>HQyY\No;*0m K Xa8bv bFs2U 1Z"6j,W#cyBw/̇ a  {$ᘴ7G4n眿|Ad?R S,8g7.IGroФx>#B;)j)Dm!IqI vMP|vK+ƍ;8Q̖ ٫BU1,@{^5;050a(lyn$KFv g9`Z̲l&ڟ1(+ oг-,qCx֐j`k)/i\I=l-S\dUy=2&/WJ?]p-|mZ c9blY~5Zk1P=[S]k*=166/ 4l ̵ =vf2eݐ|@طd&Wa}y`V$8gmuWrEBLANlA/a5omf1UclZACoUJ I,еXi_N9%(z] ??Žt 4_Gaꤓ'R5'w-aRL_{G̦#+} 0@<+huIȔA@aDN?ZΒLJX8|=Љ.hI1L|>/kF@}}fmTe}<4-(4>.(#w1-.aW)\*~\i$ק"I du{7gAuwBdO7:6u O1:enCO:wg z*_<61[ԧt6PK烂X@ p+ضTg0!S *LmdHyEn9}lop|R%ּY+C˭(v4oLg 3Bsُn7!GzL'[. @oA]RXL+趄oR)DdA2rďYGl(bPx+cHܤ d@G zƤgk h]E2LK[ GEu.*ᵺ`9"lyPeǠ(עp([Em)W0k N\,g9Z%_ua\u ƔxI3W*N> I9WX@|}~l0 ]߁0@HJ)_Xq(rfŻ?\(5'(GFΡ3[;stCC5R*Ȟ `M"'+1u2[+4?ҴY*io+TH yh-%DeI瓪r SΥ^X W]M5&z{(2 $rك1Ӕ؀ ]2#a_ReK F`J>_ܓtzX"Pq4 !PTv t*燼obR2kgɌ6׼0/-zP@kLyWXI f(`ܣte!Or?&rOOS\oT(.pf"<>0ޭJVs];ڽ);c&q8BlSUow!0eH eBxK`B,t{~c^9,N ޛW?_K0bT%:2h!,Jif+x$8/ձӭYԚ.Z%&o~ Y=sQjSf\"00B44J7Ċu+ G pDC")42ѳoHW.d6?0Y0+gHUXB@2AWr-]fݥ%vF̔SKPK߰ m%ݑ 7$ *|y'19 I?wi,b˄ÂuE P<(J~F Y&ڌ/_1Ŏ jJ̵9Se'KKqSsm 2A QQ`ﺤk(ǐ?Nqdd/OsE+ޗs f}ji0O(|uMd?#7j h-1D'`ssLƢ'P"V摻nh0rG{Hي<}sx( E`D=2:GCO& #")@^%fp-~y3JQQ0";}S4?#ZNl,#h/,rۘ]>>#DSۓjF70M;Z`y"ֺ676g2a iCWG4 ]COⰪӃb?1fnX$=Hsl1 zA Vo+CXSP.j_9ׄr9 /{̭?\(M7B{ 6q'GjĜmB쑧Rg߹{@{YNJ4) %L?pluJ˕OJ_+,!DHj1fOC߁JĽ?j}"4Q* 彖TE5x{G3hL롎L@qX)fb)"+\˳M/2Zї}x F8K}tz6T&+RK2v \#lX)HqAn$Ҫ8^)W.TuGRLd Bq(%/L,+ 59HWQ:#zۺ7Krʞ,QZρ}#"D<,vUm6 T&XS͖F&܎UJ 깴GBZ"vTpghǽq8}~L׵WCxjU<u jII37py6QPVΙ< "KbhrՁYiO&I/SsnI4#i}ڥ&W,r~S_BJḅݾDJ"-Je>r w bcoAtHF bF_\ٶ>U@oX2 +QG".^cfu2d8q:JRg!SnBy}99l-qݡyYh69g`/f܉AZQ>hc>73Ob{InlΈR3f%Ly%VlpRJ@0Y*M>zr]SH`n~(rY13!Gi($O&N NWg;֭mo+rqIR;bkBX|y!c.]):{6aj&̂nC/<ɾ;%퐷qkY42m2ϗ1)D]o&-_:ۿ\bʧ>3bXq2Ʈ(Z t)"3Tj…g\{*ֿ4 a1HnaFV5|\.x2ck#LJljc4RYsvu]z疭@37$|. մ=*kb'R>%'+ׁ+tYgFd .wZq3X9yEnKoםdEpi MxDlqd=vΞ/wBW͎> %:=c4{OM m .\ gs[Iesf 7݋͚B=IGG{2m,="{~LTx+dXEh!Y^2fcVJJ\ AQ_p<]}Dc>9/o|^J4m0Z mX~$帠ҬȒKpdYrfZLnG؞hުa2 Lњd>ږD!ȗ\{5t ZۙѸ.k&7%.0*qr9Ȩ\1-Hi`/?eeȀĜ.75?Qϯ[&303| PָX8:j~7&3 []% gLt {;Z"M`y,qӛx4ǒM@0(®eQ).gex;CNm`:wިq8Q7mZo:ͣ!bJ3WЁDͻ1|GzG)P]9nb'Y jC~ #21>#xtb[LXJ=OU%c/LEɮ!Rϛ N{?Blܞm)J2 IΗ=Jzxm3CK%4[_?#Ԛ#tYlGhr( #9;k7xAX'=GL;ҧofZU[X3촁KzxcS#IXTzz{.h,{45[NHDU&LLE7 ? hE>-Bgޮ~=tH9C(3 z}Q`4tGrä7{odJ;_ NYY*yxV.~EuOIZO[\]H= H V [ѳ=X;f'+ցNq[=2Z&t\&d{7?1qi`ִ23łàXG*yEvvoxm&kq=}{R sz -}ODp >`"ƠַVWN|~ KڍF%%#.}KR*'ݗF-$)25ivr>XZ!Fj<32`0W9[I]1ݪfQ &d+$fx;&U8owjޅ- [od& u:/R0{SJ'ZtW]:e[-ga,5Fph@\~ȷ  A%%ˮJf źrԴVjʔR&ɱHW l; [?]78zhQ0U`",D,&5nO8fw%zy_nSA `3QWo`Z>ЭN.-B}EnzgE/R06֋ -JkCA 8'H'VO钦CԳ^H%*ފ~8'C<{Z ;yWBF0ŸDc^'O:V{[3, o'@GkgfzfBĞ\?Hc Vr{y=UTOqbs,P0|C=>ؤ8>u\ Gw@GDfǻ{Ff1q?|'vrL9!6S{>~uF &8X>U;Ҩ'NGlf y$0A!xAvRHeʼŘ˱e,oR>c~9|Ұw? L\YimYB6Y7=}mRN`\ΝpyJ[N쟱t rF&뚉CR =\ȯ]C_1~blU w#1H)=U O-Eg2 ^t}'Q2{=c'!@.jdjrCkԋq f=3O-dh)d[E5ohc2\5<ś P+Jd P&c 'x@պʉ"&*#@*9LTl)R`ʔˡy ;šoyCBxrv4$#!n+i@ &">x z?#JXbddª>ؒK2TAr"lFS8TUqs^׸*`Vzj\~Tng.Wf|#84L̞}Ask$:˜VTHU(P$BL ?tWhw06F+i5U~6N!wED 6wM1V=@z_䓬2Y*ݼOJUQRP-<%p워lP G/^m=e^@JPoaՍ'?xm\㞘. bb2% a6USMyuv+#6 Z<TAHGUSɘ ip~ 8R/+a,z)|t>vk?ƍGSf(p|; |=fl qYtym3-P*MȏI*ǡPvig5OHyÙQ# Y&Ylñ1bQAfMgZ/ĻA|̜i{XOZ9`Y6)^#rIL4ȟ07gޥ͗aDchhWXהVG* (KI}")1olUrrV/mAEw>xyAdk[6H-0?mN+S,.ɖ͟ƣpJ9< ߃"tFCr<5T6/˯j2@Zw1 'I,_E?0S =baX]$^5D%:cgQ+;/H GN^L*|A]aBFZޒ(|[dW[)Rb1vytg{~=13vx$Pj}{1y.M-6i:.gs^}LVP&'k.;9Dd19i|*YCjz|c0,rd xEx5co֏hf0$&tc0"k-Me;a/jRK4`Z`$/HsD1)]|ȳx>lr5>rIBćo1ꚹXhUcOUd6M1;5r;nogmoN_򑙹+D *$?@zY52/ P$eZVĆ8:vNRKuwFrHϘP2տLD;חULz*D <33D ա:M~YrIE!KZnv3 ܆*AxI Z1fo2ZoVh3$^{{dAz*K1:o#S"AAUG 5拊M+6S h;esS y;ܺh7B!ќojD 5@R:"}K FX3F b,DŁVV x[3lP!D*(npZV3ì SJ+HBjܺl(U?WAdm!XL{A¥kkC0Cjo /u,zwj^fɾ gw-s9NI/2MiYG@MjW(u3(U[ ڳ44V8e6%Ek“,).|#rW@ExcC^iqVHuclӬ&uXp7*BR9MH1VE,r Pd{pMrC*7+MV`8$ iּVٱrnk`Lѽ9^>$Mp2g /^0h2;e㳶P=S"f6 &H\S{_ɼ-Ķi['6)1n]մy?^1WjX ү̟ɧ Z|Z#WPHB>QYuP #qH^١&PDZ,tR |UߺMrK7H_h@VdF[}a)~^]S+k̠5s)-~r0ˑ.cqsOOS?~(|iG7^QiUZ޸9Dkymm$P:%Wt&{#Op;Th85]@ڄ< MTB-5QV#0M90:; u!܉ m \'_jkh$ 5x&OCR+K{pf"CTXVCt<;JA7b"ÃyMdyr(&uLgZ?fzȵlܜv~ ~GW"l EKDj>P vbg!u鱯)XR8 "GSD ;[J=k\"AvAb`cҹeaG6N:lBqm3*2rZN~fۋ?]%OkΔ7 nHbOϸ ACW =kkgYBu-Yy GShZ=񳡄P<*WBB|&YՋ7+A ,vM7{`E#<~zb)|?2>*+jvABlOD{T¼'Vey+K\|%ԳR3>3Ѝj:Fp(kZl%H 9 ,E'xx1ӱXVاxdUd=ZثZ`= Mt!u۰~U5䅠TpeQdMFlRi E…"x9e܆5t&|߷T]. =! Xn1CEwsvlwޗa 1x}T8Sz(AZd.S2mcOZUfD{7U_V n)F=S1< i#> 뚸FUm ƋjQ&hxJl*͆3 ?@ݥ(er=I%;laeVU&`xl"͍;4AN:80TsYM~O`+?Kϐ3ufδW}FG: *. >fHŵD2yٔb0"+FQ؀'lLg%Ŀ /HDV]衍^ˎPu3^nnswrН̑,q$45e,LjU—I$U@=@!x([Ho UB}%1{~xt"!)xGF0)]o4oAcE˩jj..tP ]d J;sl!͜a6zL<,٭JD[鹤rD3F,!Nn|+ɘC(I/\_ vLɪ'KWt}먁V[6y~[` O}9djEg76Ďua_caI7Utħ.)ډ^ZkDAIyiƯ 5pIv{yu=\vilKҗD  2Z|!VѹYHkd $NGfVdv>2z?n@;ƶm YZ