samba-4.19.8+git.435.78ced6cf30d-150600.3.21.1<>,h.p9|zKz W‹S+愗q3piE$gFf3J% '`[k\,E_[[]=tًO'4oxҁ4"HLde/I_`^~!XXF~ݖ_F'`I(L== ڄԿ4G[,qqT2heFdŗN]v,[ܱ|!xeя'pN24@GʪzB&CntwK>R[h?[Xd# 1 c *; Qo"+~x~ t~ p~ h~ 6~ 7t~9l~;~>q>~@@CX`b(av8a(9f (:y(= >(?0@8B@FXGl~Hd~I\~XYZp[x\~]~^$Nb%c&d'e'f'l' u'4~v),9wFl~xHd~yJ\zZZZZZZZZZZ[[ [[TCsamba4.19.8+git.435.78ced6cf30d150600.3.21.1A SMB/CIFS File, Print, and Authentication ServerSamba is a suite of programs that allows SMB/CIFS clients to use the Unix file space, printers, and authentication subsystem. The package named samba contains all programs that are needed to act as a server. The binaries expect the configuration file to be found in /etc/samba/smb.conf For a more detailed description of Samba, check the samba-doc package or the Samba.org Web page at https://www.Samba.org/ Please check https://en.openSUSE.org/Samba for general information on Samba as part of SUSE Linux Enterprise or openSUSE products, links to binary packages of the most current Samba version, and a bug reporting how to.h.s390zp35$eSUSE 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' JZz:;z*j:***:K Z,H :KZ*Z*[(j:*zJ {:*Z P. ~z Qu_hyB 5N K KucN/ JJ A큤큤AAAAAA큤AAAAAAAAAAAAhhhhhhhhhhDhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh08bd52e5b6d5482e2d5586000ddb890ca320ae32eb14254c23eec6714cd4d69eb4d13e3eb75df5d1ab808d3b04d12e9b811a32747a3d37b82a5788241140b053539974f34af2c2e54b78c8f5dee3acad0397f21fcebb289d3ddeb2302e265b97aee90adc8da807a083ced2c9fbbf464aac9088fce0b78074797ef6f10160a2d8befc4105724d6a65eaed5d58df93eb355702334501df49963f342326c9bca2986581de8f58bfa5d55dc28d86535a079a9f3baad96583dbc0cf2f4f5a9a16dceda35f78607445a95770b1d025fafa2d954377620bbd06e143326a1875f79360082b2bbc1a58bdb81e1832df61fe92edabd541c1b438b4a80af1c669e9f1427e13d00a3266204a03faa0a87122a7f0489d1b1e78049ddde4365d3790c48cd74db864b003f23dfbc44211d41ce3876827ca3607d32c168ec1f34b422ef23031f41cf66592827ce292f8641237f813f1a348f0ab96a0d00c2ed9ac5fbb32e4fe36bee3c34ce6656f48bea2077a900e83a8365ee5664c686cfc82502643df30416791ec3ecf2e34ad3b63ab429deb4bba85802f5af479d7ac508085856138f50a2198ab67c5ab9703630081cd047dcd65fa80f16f9f5065775b543459805e7867b5c7c0bdd30ddc0f486d0d116bfaf6ef19059d43377ef91b4a2d2e94f220741dd63ef1663b4bc7ae1f81f53121802e7af4c87dde16bd2a4ac7dfd6ba6a13e467652d8f32ecc9724689f01561b702a028bd8e807f766b4baa9a440f53897b8502ec30b44e6c4fe02e7d116d9ef9b6acbb9ebdd3e4966a906cf1a3f396ecb8b8b5ea2eed90326935f69c2d5f31f98158f8ade515d06c414e5d6283db203f230007dbe8255c2496b9f44d87506cb1ff4bcf717f949505522216a65ff05a3a3c81f3e61d1b34987533f0a952d09bc125abc44ead9cb61f9ee254f48f7dc4fc3ccd6c9297e1b3b5b445601a294e367fe6e3c6a55d193e0e63505c3efcb43b5f1ee15d3f03a028d845667dd1a2a40a9023ba03a2b7c613ce57975c0d813399397d21419749ee2ae852b3179fe813f084d254083e56394ee95faeadc652eb7af4510f4feb34fa2435ae633721805f1384ddd2d3fdaf147f9771e6ae206f734163e7840c0589dcb291589f7cb120a028075ff3234b6eabdb53b1fe4e855bd4c6c3199f9e589e4f58bb7611a693bea59bcbd53c96b3d654160c8d49ac0835ba4b0973f10471589d097e8596128edcc8c45e06b1905e8d48f95964178540a4b0436350980a05da04d7d5a9abcbcdfca20ac7e5c874733775a1ee672f0b58dcc757c25734e173db7725f83bbd05e8220a11f00ae00f5f4d74acaab3e17ac8808b3caea9c55cb2d8b26dbabcea3a7a07fd21e7a84ed08c457ee37b0557727e7bb7dd133896e55430fbd2c7edb38de3f0e15e51b26ccbc6305ebe66d55a619de7fd6c9abf3573c44d9eb79abf20541cb38d00e703b71703e7734d9c2ffa273f87e6a913c85c6df04f41d4a2ebc4b54fd181f1a24b1564eba195d12aa628f2c8372b2ba0549a20d9cbbc6cf94a9b8dac6e834c1d8e19f0009149af69da3f8a881fa946958802bddf057c21427190645b998d753f0c9d88b32bac3b36bfff332d447c083ea23d112989414162cdcf832c6d9968a57ae82bb10be35603346f3beb5c099011c99086bb188c49e9b45f415675891956d9c26f9aff9650fe2c2a8e0e97389073c10459f5cd65e84b36867a45b30549bafddb9f5956de74ec19d2b4c1a0283c0ea483d241a34a05aa08a1922c12d3d349f220efbb875ee8b3e60404d7f26f18b2d7d89f7e7894bb97a214e2460641546715315bd6f0d7f6a5568fbb6dcf04e1aa06266b7c0297afe05b9844d2691d5a33410121646b965322bf8e7d9243f83d5e6de8ff51e1f62f03f2184a3da34286f06c209d64d9442a659a82c3e1649b28e98bbb1ee1f835670ae8cf1b2977c22569d44f9f7f13afa4835a6cdc6d8c63e9c93517c45feb4c207e6417163af498d3c1fb6f46f833a0d656652ce60113660a8beee4c829b570453382a8ef6fc111f6058035834b744dc45f445cab289e9ce2f02e99fa65c24ff7e4491592d665b2220c3073722d0d022f174f9675993a0c54941c9af33710b9c90805f8ac4423da2a4eab494edcf7842478730e88460b290e49284829c508e5d4c5a64fe3e705c70112496a3d96a02dba6e427da9dbd9066257f88efd44f7749f630904f3859a00bdd1d8cfca66aee9f3a1fa2cc3ca55e90c4f9ba25c6356433eadc2e53be085eb25cd343047511fa0eb8b1929fc8f06512ce2dee5c00bf1a76e7d417c314bcb26f2acf495ca693fe5bbe6ebd7e4a2c118380551bdf764f16f34dd6e27e480ebef2713c7c89263097da9aec78ed1a6993877752d835edf4518b250a0060617b9443d37f6fbf8906cdec85e3eeea82f15866421e92456cd924dc6b53fde8cc83023a41612a43b7b7ba4b0edf38d88fe4c0daf3e35a23d869f27daac82d22baa0488f7677766a3e94ce317126aa30236a223cf29a64ac77fd5320b46598e5bde226e982a253ee2c29fbaa832e45ee8fad8fd9f73ba2316a96ef8ae33f2bc0f49570cd940e13bdf8e9110f1fb5bdda1864c50c7b7c9c4144b936a9e7beec6818e338318c963c86e6b9410280ee8f6df1c1efbe2dc81e6dbd58e4a0779abb3769eb8d2fd9e1010ede03bd017f17e008b4173cf8776573cef657b50b374d370877d853bc3f92ab19f59ea282c0d39709bae45db0bacb9a5ccde01084200d5d1413bf3dfead08e1f04cb8ab4b587c1a7e34e58b95bc7654b45e9a1ade161dd3a7210135afbbae371c8c8bd2874500b36e0a7cb24e42653efa276c846b74f612f3728f9032a1e33b4d756b1f10fdbde1122cc6d062be5384324d4d709fee1a1ba1b5d150fbac3624db68b75c9e69de31e143cebfa70d4759fc0d44f4042be219615dc34e63d142c2140964e41720e6bc7054be45f35ae4e22cd63d4040d241a31ac97596c9fe7b85d72157d679bdd4a30d367ee1fe6e0509c4bd71a6ab9b1793bdac2777d038d3ed03d249fd6d8a50a264bc557a250873aa31634b49d171997dcedb5878b57bb7e7a4970748d85d2e5cdd3e26156f0d077c826a17384709722b5d7e0915ddbe5a191298efd26435d13c35d675c53fa492f77a736732a350a2802f207dce4dd4528fe5b456cac89425e93cf838045803d02ef64d2aba00378884e89facde7c524a5e19b76190bdf4fe73ed3695657f224ac69d452c698624f5203c6a7a3cef698f7cd9e236c757604711736dba94a142b560600fd8fa7cbc0daa4e961209100010b0d40ef4f62fb06410f6c5b9c2eb1e5cee90d347f227695916796263e01cb59f72cccc73444605dd4999cb72c4923653cc724731318a4f1181252553c1bebd9bccfafab1d8523de89d91efdc395d29cdcc8486a1d76c30ae88a097e64611923a322d591799176948eb19d054db9a29de1e21f6acd37ddb8e181fb477bc3e36a3eb7dc7c60f3a83cee1ab6eaebf8730a8afc477a2181c00b8064e3cef3a2e1fd93fcaf09e77991f50a80047600ea9a654dd33a21c8685a65440591a0db12fbfe0f076e3fb5e3e9ecb09c055d131a40f0788ef194542c3155e625cbd3f651d58d69a114a3d576901d3c9fbbff45bbce57c65ae00ef17f27d3ae4144d394a571a8d21ba2c5f69b0de88caca1a2510719d91553ca22a1971298d7df3ab478616c215de19f256e3f5383f19f67fd9a96bbf0083c5587ae6f5cab9e10d60cc2f40e19abcaa63f26e433b2408b6e01ab2d51c1835786aa4be4a624f84aa5222b63f043c739428eba4c46d901a37a002a804049ba09ecda929a325170c75ec11330fb6448bb86f69d9642309bfa4add5fdb5b4c56134be81d1ce46f83f19f33b919ad29663d96fea6dab747b2992eb56074f36c60fe0e7a1e4624505621882f90967548a10bdd43e8a0f499b13ba93bb77c2cc62a66c9f5321e4214dde7db885c22d136f69f4b289084f67a41e6fd520ffdcc2815fdcc7d99ab65a5009e23c67c92699ebefc70d451eb764a75d4e839adc93fe30b4c9c409193506c88d2c9a3c8b69827aa3deca5ccb6c38261b19cc315c91c8ffa0eda327e01de4f34d74055b6012c2e97833392d4fc7607e67a032318310ae13a6843dc2843f61e0275d3af0ed4993ea50566d9d166e07597d84bac9faaa929956f25a51b21e51048e938190b194f8db3b922bd1f053cd1e03d455b246b1e3c7c556abae1494563379410723cf922d70d38ca1d30e8e05c27aa0628e571091c99db819133345d0326424b161ec513e05915c5870c301d71dca239fd3e85f47856a64f8c149d69dc5a2f616ed436742f1f19e698dbb01dbbfac6cc5c68e3511ac61940f185ffe1116b60e7c035f88c9f9c93236db40ca86de42d597b62e011b5f052c37b5637d1949df1f631afce31a0bf750b13ffcc0ce073bd7b5eb7a382a93555fdf80679138246671927cb7ef6c5c99233d5bbb52ff9c24b1a4811c7ece8d45879fe565686f139bd340144d25d8b3bed7e9fb6456af1f11a3a9e6d8b9e702c67f7891e5b020476810b19030cfe7addac243727cde70c052f986d159664d07a84ee1202aa7e5e5c4a49b25c565fc6907c16b477b9585e5f70e6fef0942e7c0ded1431a0dc655cbfa55d4c2251a117fe160f85a373ffbd063ddb70232b8fd1525b796169serviceservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootntadminntadminntadminntadminntadminntadminntadminntadminrootrootuserssamba-4.19.8+git.435.78ced6cf30d-150600.3.21.1.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.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libREG-FULL-samba4.so()(64bit)libREG-FULL-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libRPC-SERVER-LOOP-samba4.so()(64bit)libRPC-SERVER-LOOP-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libads-samba4.so()(64bit)libads-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libauth-samba4.so()(64bit)libauth-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_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.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcli-cldap-samba4.so()(64bit)libcli-cldap-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libcli-nbt-samba4.so()(64bit)libcli-nbt-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libcli-smb-common-samba4.so()(64bit)libcli-smb-common-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libcli-spoolss-samba4.so()(64bit)libcli-spoolss-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libcliauth-samba4.so()(64bit)libcliauth-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libcmdline-contexts-samba4.so()(64bit)libcmdline-contexts-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libcmdline-samba4.so()(64bit)libcmdline-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_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.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_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.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_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.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)libgnutls.so.30(GNUTLS_3_6_3)(64bit)libgse-samba4.so()(64bit)libgse-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libiov-buf-samba4.so()(64bit)libiov-buf-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libldap_r-2.4.so.2()(64bit)liblibsmb-samba4.so()(64bit)liblibsmb-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libmessages-dgm-samba4.so()(64bit)libmessages-dgm-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libmsghdr-samba4.so()(64bit)libmsghdr-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libmsrpc3-samba4.so()(64bit)libmsrpc3-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_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.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libndr-samba4.so()(64bit)libndr-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_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.2.0)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libprinting-migrate-samba4.so()(64bit)libprinting-migrate-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libsamba-cluster-support-samba4.so()(64bit)libsamba-cluster-support-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_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.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_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-security-samba4.so()(64bit)libsamba-security-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libsamba-sockets-samba4.so()(64bit)libsamba-sockets-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_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.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libsecrets3-samba4.so()(64bit)libsecrets3-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_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.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libsmbd-shim-samba4.so()(64bit)libsmbd-shim-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.2)(64bit)libtdb.so.1(TDB_1.2.5)(64bit)libtevent-util.so.0()(64bit)libtevent-util.so.0(TEVENT_UTIL_0.0.1)(64bit)libtevent.so.0()(64bit)libtevent.so.0(TEVENT_0.15.0)(64bit)libtevent.so.0(TEVENT_0.9.13)(64bit)libtevent.so.0(TEVENT_0.9.16)(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)libtime-basic-samba4.so()(64bit)libtime-basic-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_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.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libutil-tdb-samba4.so()(64bit)libutil-tdb-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)libxattr-tdb-samba4.so()(64bit)libxattr-tdb-samba4.so(SAMBA_4.19.9_GIT.435.78CED6CF30D150600.3.21.1SUSE_OS15.0_S390X_SAMBA4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)samba-clientsamba-dcerpcsystem-user-nobodysysuser-shadowsysuser-shadow4.19.8+git.435.78ced6cf30d-150600.3.21.13.0.4-14.6.0-14.0-15.2-14.19.8+git.435.78ced6cf30d4.19.8+git.435.78ced6cf30d3.24.14.3hҋhm@g`@gRgR@gMgp@fٝ@fxfteԔ@ee5@ede6`@e-%e'e%anopower@suse.comscabrero@suse.denopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comddiss@suse.comscabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comdmulder@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comscabrero@suse.dedmulder@suse.comscabrero@suse.denopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comddiss@suse.comnopower@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.dedimstar@opensuse.orgscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.descabrero@suse.denopower@suse.comscabrero@suse.deddiss@suse.comddiss@suse.comddiss@suse.comscabrero@suse.descabrero@suse.dedmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.dedmulder@suse.comscabrero@suse.descabrero@suse.denopower@suse.comnopower@suse.comnopower@suse.comdmulder@suse.comscabrero@suse.denopower@suse.comddiss@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comjmcdonough@suse.comnopower@suse.comscabrero@suse.denopower@suse.comnopower@suse.comddiss@suse.comddiss@suse.comnopower@suse.comnopower@suse.comddiss@suse.comnopower@suse.comdmulder@suse.comdmulder@suse.comddiss@suse.comscabrero@suse.dedmulder@suse.comddiss@suse.comnopower@suse.comjengelh@inai.dedmulder@suse.comscabrero@suse.descabrero@suse.descabrero@suse.dedmulder@suse.comdmulder@suse.comdmulder@suse.comjmcdonough@suse.comdmulder@suse.comscabrero@suse.dedmulder@suse.comscabrero@suse.dedmulder@suse.comdmulder@suse.comvcizek@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.dejmcdonough@suse.comscabrero@suse.deaaptel@suse.comjengelh@inai.dedimstar@opensuse.orgdmulder@suse.comjmcdonough@suse.comdavid.mulder@suse.comjmcdonough@suse.comaaptel@suse.comdmulder@suse.comscabrero@suse.comscabrero@suse.comkukuk@suse.dedavid.mulder@suse.comscabrero@suse.comrbrown@suse.comdmulder@suse.comscabrero@suse.comdimstar@opensuse.orgscabrero@suse.comaaptel@suse.comnopower@suse.comnopower@suse.comaaptel@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comddiss@suse.comnopower@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comdmulder@suse.comnopower@suse.comjmcdonough@suse.comaaptel@suse.comkukuk@suse.comkukuk@suse.denopower@suse.comaaptel@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comddiss@suse.comjmcdonough@suse.comddiss@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comtchvatal@suse.comlmuelle@suse.comnopower@suse.comcrrodriguez@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnoel.power@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.commpluskal@suse.comlmuelle@suse.comnopower@suse.deddiss@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.denopower@suse.delmuelle@suse.comnopower@suse.deddiss@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- CVE-2025-9640: fix vfs_streams_xattr uninitialized memory write; (bsc#1251279);(bso#15885). - CVE-2025-10230: fix command Injection in WINS Server Hook Script; (bsc#1251280);(bso#15903).- Windows security hardening locks out schannel'ed netlogon dc calls like netr_DsRGetDCName; (bsc#1246431); (bso#15876).- Fix Samba printers reporting invalid sid during print jobs; (bsc#1234210); (bso#15792).- Fix crossing automounter mount points; (bsc#1215212); (bsc#1236803);- Update shipped /etc/samba/smb.conf to point to smb.conf man page;(bsc#1233880).- Update to 4.19.9 * libldb: performance issue with indexes (ldb 2.8.2 is already released); (bso#15590). * DH reconnect error handling can lead to stale sharemode entries; (bso#15624). * Incorrect FSCTL_QUERY_ALLOCATED_RANGES response when truncated; (bso#15699). * irpc_destructor may crash during shutdown; (bso#15280). * Compound SMB2 requests don't return NT_STATUS_NETWORK_SESSION_EXPIRED for all requests, confuses MacOSX clients; (bso#15696). * Crash when readlinkat fails; (bso#15700).- Adjust spec to split out rpcd_* binaries into a separate sub package; (bsc#1231414).- Incorrect FSCTL_QUERY_ALLOCATED_RANGES response when truncated; (bso#15699); (bsc#1229684). - Update to 4.19.8 * Invalid client warning about command line passwords; (bso#15671); * Version string is truncated in manpages; (bso#15672); * --version-* options are still not ergonomic, and they reject tilde characters; (bso#15673); * cmdline_burn does not always burn secrets; (bso#15674); * Samba doesn't parse SDDL found in defaultSecurityDescriptor in AD_DS_Classes_Windows_Server_v1903.ldf; (bso#15685); * We have added new options --vendor-name and --vendor-patch- revision arguments to ./configure to allow distributions and packagers to put their name in the Samba version string so that when debugging Samba the source of the binary is obvious; (bso#15654); * When claims enabled with heimdal kerberos, unable to log on to a Windows computer when user account need to change their own password; (bso#15655); * Fix clock skew error message and memory cache clock skew recovery; (bso#15676); * CTDB RADOS mutex helper misses namespace support; (bso#15665); * The images don't build after the git security release and CentOS 8 Stream is EOL; (bso#15660); * Fix unnecessary delays in CTDB while processing requests under high load; (bso#15678); * Dynamic DNS updates with the internal DNS are not working; (bso#13019); * s4:nbt_server: does not provide unexpected handling, so winbindd can't use nmb requests instead cldap; (bso#15620); * Panic in vfs_offload_token_db_fetch_fsp(); (bso#15664); * "client use kerberos" and --use-kerberos is ignored for the machine account; (bso#15666); * Regression DFS not working with widelinks = true; (bso#15435); * ntlm_auth make logs more consistent with length check; (bso#15677);- Fix a crash when joining offline and 'kerberos method' includes keytab; (bsc#1228732); - Fix reading the password from STDIN or environment vars if it was already given in the command line; (bsc#1228732);- Update to 4.19.7 * ldb qsort might r/w out of bounds with an intransitive compare function (ldb 2.8.1 is already released); (bso#15569). * Many qsort() comparison functions are non-transitive, which can lead to out-of-bounds access in some circumstances (ldb 2.8.1 is already released); (bso#15625). * Need to change gitlab-ci.yml tags in all branches to avoid CI bill; (bso#15638). * netr_LogonSamLogonEx returns NR_STATUS_ACCESS_DENIED with SysvolReady=0; (bso#14981). * Anonymous smb3 signing/encryption should be allowed (similar to Windows Server 2022); (bso#15412). * Panic in dreplsrv_op_pull_source_apply_changes_trigger; (bso#15573). * winbindd, net ads join and other things don't work on an ipv6 only host; (bso#15642). * Smbcacls incorrectly propagates inheritance with Inherit-Only flag; (bso#15636). * http library doesn't support 'chunked transfer encoding'; (bso#15611). - Update to 4.19.6 * fd_handle_destructor() panics within an smbd_smb2_close() if vfs_stat_fsp() fails in fd_close(); (bso#15527). * samba-gpupdate: Correctly implement site support; (bso#15588). * libgpo: Segfault in python bindings; (bso#15599). * Packet marshalling push support missing for CTDB_CONTROL_TCP_CLIENT_DISCONNECTED and CTDB_CONTROL_TCP_CLIENT_PASSED; (bso#15580).- Update to 4.19.5 * Windows 2016 fails to restore previous version of a file from a shadow_copy2 snapshot; (bso#13688). * Symlinks on AIX are broken in 4.19 (and a few version before that); (bso#15549). * Fake directory create times has no effect; (bso#12421). * ctime mixed up with mtime by smbd; (bso#15550). * samba-gpupdate --rsop fails if machine is not in a site; (bso#15548). * gpupdate: The root cert import when NDES is not available is broken; (bso#15557). * samba-gpupdate should print a useful message if cepces-submit can't be found; (bso#15552). * samba-gpupdate logging doesn't work; (bso#15558). * smbpasswd reset permissions only if not 0600; (bso#15555).- Remove -x from bash shebang update-apparmor-samba-profile; (bsc#1218431).- Update to 4.19.4 * net changesecretpw cannot set the machine account password if secrets.tdb is empty; (bso#13577). * For generating doc, take, if defined, env XML_CATALOG_FILES; (bso#15540). * Trivial C typo in nsswitch/winbind_nss_netbsd.c; (bso#15541). * vfs_linux_xfs is incorrectly named; (bso#15542). * systemd stumbled over copyright-message at smbd startup; (bso#15377). * Following intermediate abolute share-local symlinks is broken; (bso#15505). * ctdb RELEASE_IP causes a crash in release_ip if a connection to a non-public address disconnects first; (bso#15523). * shadow_copy2 broken when current fileset's directories are removed; (bso#15544). * smbd does not detect ctdb public ipv6 addresses for multichannel exclusion; (bso#15534). * 'force user = localunixuser' doesn't work if 'allow trusted domains = no' is set; (bso#15469). * smbget debug logging doesn't work; (bso#15525). * smget: username in the smburl and interactive password entry doesn't work; (bso#15532). * smbget auth function doesn't set values for password prompt correctly; (bso#15538). * Unable to copy and write files from clients to Ceph cluster via SMB Linux gateway with Ceph VFS module; (bso#15440). * Multichannel refresh network information; (bso#15547).- Update to 4.19.3 * sid_strings test broken by unix epoch > 1700000000; (bso#15520). * smbd crashes if asked to return full information on close of a stream handle with delete on close disposition set; (bso#15487). * smbd: fix close order of base_fsp and stream_fsp in smb_fname_fsp_destructor(); (bso#15521). * Improve logging for failover scenarios; (bso#15499). * Files without "read attributes" NFS4 ACL permission are not listed in directories; (bso#15093). * CVE-2018-14628 [SECURITY] Deleted Object tombstones visible in AD LDAP to normal users; (bso#13595). * Kerberos TGS-REQ with User2User does not work for normal accounts; (bso#15492). * vfs_gpfs stat calls fail due to file system permissions; (bso#15507). * Samba doesn't build with Python 3.12; (bso#15513).- packaging: samba-tool domain provision requires python3-Markdown; (bsc#1216519).- Update to 4.19.2 * Use-after-free in aio_del_req_from_fsp during smbd shutdown after failed IPC FSCTL_PIPE_TRANSCEIVE; (bso#15423). * clidfs.c do_connect() missing a "return" after a cli_shutdown() call; (bso#15426). * macOS mdfind returns only 50 results; (bso#15463). * GETREALFILENAME_CACHE can modify incoming new filename with previous cache entry value; (bso#15481). * libnss_winbind causes memory corruption since samba-4.18, impacts sendmail, zabbix, potentially more; (bso#15464). * ctdbd: setproctitle not initialized messages flooding logs; (bso#15479). * CVE-2023-5568 Heap buffer overflow with freshness tokens in the Heimdal KDC in Samba 4.19; (bso#15491). * The heimdal KDC doesn't detect s4u2self correctly when fast is in use; (bso#15477).- use systemd-logind rather than utmp for y2038 safety; (bsc#1216159).- CVE-2023-4091: samba: Client can truncate file with read-only permissions; (bsc#1215904); (bso#15439). - CVE-2023-42669: samba: rpcecho, enabled and running in AD DC, allows blocking sleep on request; (bso#1215905); (bso#15474). - CVE-2023-42670: samba: The procedure number is out of range when starting Active Directory Users and Computers; (bsc#1215906); (bso#15473). - CVE-2023-3961: samba: Unsanitized client pipe name passed to local_np_connect(); (bsc#1215907); (bso#15422). - CVE-2023-4154: samba: dirsync allows SYSTEM access with only "GUID_DRS_GET_CHANGES" right, not "GUID_DRS_GET_ALL_CHANGES; (bsc#1215908); (bso#15424).- Update to 4.19.0 * File doesn't show when user doesn't have permission if aio_pthread is loaded; (bso#15453). * ctdb_killtcp fails to work with --enable-pcap and libpcap ≥ 1.9.1; (bso#15451). * Logging to stdout/stderr with DEBUG_SYSLOG_FORMAT_ALWAYS can log to syslog; (bso#15460). * ‘samba-tool domain level raise’ fails unless given a URL; (bso#15458). * reply_sesssetup_and_X() can dereference uninitialized tmp pointer; (bso#15420). * missing return in reply_exit_done(); (bso#15430). * TREE_CONNECT without SETUP causes smbd to use uninitialized pointer; (bso#15432). * Avoid infinite loop in initial user sync with Azure AD Connect when synchronising a large Samba AD domain; (bso#15401). * Samba replication logs show (null) DN; (bso#15407). * 2-3min delays at reconnect with smb2_validate_sequence_number: bad message_id 2; (bso#15346). * DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed; (bso#15446). * CID 1539212 causes real issue when output contains only newlines; (bso#15438). * KDC encodes INT64 claims incorrectly; (bso#15452). * mdssvc: Do an early talloc_free() in _mdssvc_open(); (bso#15449). * Windows client join fails if a second container CN=System exists somewhere; (bso#9959). * regression DFS not working with widelinks = true; (bso#15435). * Heimdal fails to build on 32-bit FreeBSD; (bso#15443). * samba-tool ntacl get segfault if aio_pthread appended; (bso#15441). - Update to 4.18.6 * reply_sesssetup_and_X() can dereference uninitialized tmp pointer; (bso#15420); * Missing return in reply_exit_done(); (bso#15430); * post-exec password redaction for samba-tool is more reliable for fully random passwords as it no longer uses regular expressions containing the password value itself; (bso#15289); * Windows client join fails if a second container CN=System exists somewhere; (bso#9959); * Spotlight sometimes returns no results on latest macOS; (bso#15342); * Renaming results in NT_STATUS_SHARING_VIOLATION if previously attempted to remove the destination; (bso#15417); * Spotlight results return wrong date in result list; (bso#15427); * "net offlinejoin provision" does not work as non-root user; (bso#15414); * rpcserver no longer accepts double backslash in dfs pathname; (bso#15400); * cm_prepare_connection() calls close(fd) for the second time; (bso#15433); * 2-3min delays at reconnect with smb2_validate_sequence_number: bad message_id 2; (bso#15346); * samba-tool ntacl get segfault if aio_pthread appended; (bso#15441); * DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed; (bso#15446); * Python tarfile extraction needs change to avoid a warning (CVE-2007-4559 mitigation); (bso#15390); * Regression DFS not working with widelinks = true; (bso#15435); * mdssvc: Do an early talloc_free() in _mdssvc_open(); (bso#15449); - Update to 4.18.5 * CVE-2022-2127: lm_resp_len not checked properly in winbindd_pam_auth_crap_send; (bso#15072); (bsc#1213174). * CVE-2023-34966: Samba Spotlight mdssvc RPC Request Infinite Loop Denial-of-Service Vulnerability; (bso#15340); (bsc#1213173). * CVE-2023-34967: Samba Spotlight mdssvc RPC Request Type Confusion Denial-of-Service Vulnerability; (bso#15341); (bsc#1213172). * CVE-2023-34968: Spotlight server-side Share Path Disclosure; (bso#15388); (bsc#1213171). * CVE-2023-3347: Samba doesn't require SMB2+ signing if `server signing = mandatory` is set; (bso#15397); (bsc#1213170). * secure channel faulty since Windows 10/11 update 07/2023; (bso#15418); (bsc#1213384). - Update to 4.18.4 * Backport --pidl-developer fixes; (bso#15404). * Named crashes on DLZ zone update; (bso#14030). * smbcacls and smbcquotas do not check // before the server; (bso#2312). * cli_list loops 100% CPU against pre-lanman2 servers; (bso#15382). * smbclient leaks fds with showacls; (bso#15391). * smbd returns NOT_FOUND when creating files on a r/o filesystem; (bso#15402). * NSS_WRAPPER_HOSTNAME doesn't match NSS_WRAPPER_HOSTS entry and causes test timeouts; (bso#15355). * net ads lookup (with unspecified realm) fails; (bso#15384). * Register Samba processes with GPFS; (bso#15381). * Python tarfile extraction needs change to avoid a warning (CVE-2007-4559 mitigation); (bso#15390). * The winbind child segfaults when listing users with `winbind scan trusted domains = yes`; (bso#15398). * Remove comments about deprecated 'write cache size'; (bso#15383). * smbget memory leak if failed to download files recursively; (bso#15403). - Update to 4.18.3 * Symlinks to files can have random DOS mode information in a directory listing; (bso#15375). * vfs_fruit might cause a failing open for delete; (bso#15378). * winbind recurses into itself via rpcd_lsad; (bso#15361). * wbinfo -u fails on ad dc with >1000 users; (bso#15366). * DS ACEs might be inherited to unrelated object classes; (bso#15338). * a lot of messages: get_static_share_mode_data: get_static_share_mode_data_fn failed: NT_STATUS_NOT_FOUND; (bso#15362). * aes256 smb3 encryption algorithms are not allowed in smb3_sid_parse(); (bso#15374). * Setting veto files = /.*/ break listing directories; (bso#15360). * "samba-tool domain provision" does not run interactive mode if no arguments are given; (bso#15363). * dsgetdcname: assumes local system uses IPv4; (bso#15325). - Update to 4.18.2 * Log flood: smbd_calculate_access_mask_fsp: Access denied: message level should be lower; (bso#15302). * Floating point exception (FPE) via cli_pull_send at source3/libsmb/clireadwrite.c; (bso#15306). * test_tstream_more_tcp_user_timeout_spin fails intermittently on Rackspace GitLab runners; (bso#15328). * Reduce flapping of ridalloc test; (bso#15329). * large_ldap test is unreliable; (bso#15351). * New filename parser doesn't check veto files smb.conf parameter; (bso#15143). * mdssvc may crash when initializing; (bso#15354). * large directory optimization broken for non-lcomp path elements; (bso#15313). * streams_depot fails to create streams; (bso#15357). * shadow_copy2 and streams_depot don't play well together; (bso#15358). * Flapping tests in samba_tool_drs_show_repl.py; (bso#15316). * winbindd idmap child contacts the domain controller without a need; (bso#15317). * idmap_autorid may fail to map sids of trusted domains for the first time; (bso#15318). * idmap_hash doesn't use ID_TYPE_BOTH for reverse mappings; (bso#15319). * net ads search -P doesn't work against servers in other domains; (bso#15323). * Temporary smbXsrv_tcon_global.tdb can't be parsed; (bso#15353). * Tests use depricated and removed methods like assertRegexpMatches; (bso#15343). - Update to 4.18.1 * CVE-2023-0225: AD DC "dnsHostname" attribute can be deleted by unprivileged authenticated users. (bso#15276);(bsc#1209483). * CVE-2023-0614: Access controlled AD LDAP attributes can be discovered (bso#15270); (bsc#1209485). * CVE-2023-0922: Samba AD DC admin tool samba-tool sends passwords in cleartext(bso#15315);(bsc#1209481). * ldb wildcard matching makes excessive allocations; (bso#15331). * large_ldap test is inefficient; (bso#15332). - Update to 4.18.0 * SMB server performance improvements * More succinct samba-tool error messages * Color output with samba-tool --color The NO_COLOR environment variable will disable colour output * New samba-tool dsacl subcommand for deleting ACEs * New wbinfo option --change-secret-at * Net option to change the NT ACL default location * Azure AD / Office365 synchronization improvements- Fix DFS not working with widelinks enabled; (bsc#1213607); (bso#15435);- Move libcluster-samba4.so from samba-libs to samba-client-libs; (bsc#1213940);- net ads lookup with unspecified realm fails; (bso#15384); (bsc#1213826);- secure channel faulty since Windows 10/11 update 07/2023; (bso#15418); (bsc#1213384).- CVE-2022-2127: lm_resp_len not checked properly in winbindd_pam_auth_crap_send; (bso#15072); (bsc#1213174). - CVE-2023-34966: Samba Spotlight mdssvc RPC Request Infinite Loop Denial-of-Service Vulnerability; (bso#15340); (bsc#1213173). - CVE-2023-34967: Samba Spotlight mdssvc RPC Request Type Confusion Denial-of-Service Vulnerability; (bso#15341); (bsc#1213172). - CVE-2023-34968: Spotlight server-side Share Path Disclosure; (bso#15388); (bsc#1213171). - CVE-2023-3347: Samba doesn't require SMB2+ signing if `server signing = mandatory` is set; (bso#15397); (bsc#1213170).- Update to 4.17.9 * Backport --pidl-developer fixes; (bso#15404). * smbd_scavenger crashes when service smbd is stopped; (bso#15275). * vfs_fruit might cause a failing open for delete; (bso#15378). * named crashes on DLZ zone update; (bso#14030). * winbind recurses into itself via rpcd_lsad; (bso#15361). * cli_list loops 100% CPU against pre-lanman2 servers; (bso#15382). * smbclient leaks fds with showacls; (bso#15391). * aes256 smb3 encryption algorithms are not allowed in smb3_sid_parse(); (bso#15374). * winbindd gets stuck on NT_STATUS_RPC_SEC_PKG_ERROR; (bso#15413). * smbget memory leak if failed to download files recursively; (bso#15403).- Update to 4.17.8 * log flood: smbd_calculate_access_mask_fsp: Access denied: message level should be lower; (bso#15302). * Floating point exception (FPE) via cli_pull_send at source3/libsmb/clireadwrite.c; (bso#15306). * test_tstream_more_tcp_user_timeout_spin fails intermittently on Rackspace GitLab runners; (bso#15328). * Reduce flapping of ridalloc test; (bso#15329). * large_ldap test is unreliable; (bso#15351). * New filename parser doesn't check veto files smb.conf parameter; (bso#15143). * mdssvc may crash when initializing; (bso#15354). * Large directory optimization broken for non-lcomp path elements; (bso#15313). * streams_depot fails to create streams; (bso#15357). * shadow_copy2 and streams_depot don't play well together; (bso#15358). * wbinfo -u fails on ad dc with >1000 users; (bso#15366). * winbindd idmap child contacts the domain controller without a need; (bso#15317). * idmap_autorid may fail to map sids of trusted domains for the first time; (bso#15318). * idmap_hash doesn't use ID_TYPE_BOTH for reverse mappings; (bso#15319). * net ads search -P doesn't work against servers in other domains; (bso#15323). * DS ACEs might be inherited to unrelated object classes; (bso#15338). * Temporary smbXsrv_tcon_global.tdb can't be parsed; (bso#15353). * Setting veto files = /.*/ break listing directories; (bso#15360); (bsc#1212375). * CVE-2020-25720 [SECURITY] Create Child permission should not allow full write to all attributes (additional changes); (bso#14810). * dsgetdcname: assumes local system uses IPv4; (bso#15325).- Update to 4.17.7 * CVE-2023-0922: Samba AD DC admin tool samba-tool sends passwords in cleartext; (bso#15315); (bsc#1209481). * CVE-2023-0225: Samba AD DC "dnsHostname" attribute can be deleted by unprivileged authenticated users; (bso#15276); (bsc#1209483). * CVE-2023-0614: samba: Access controlled AD LDAP attributes can be discovered; (bso#15270); (bsc#1209485). * large_ldap test is inefficient; (bso#15332). * CVE-2020-25720 [SECURITY] Create Child permission should not allow full write to all attributes (additional changes); (bso#14810). - Update to 4.17.6 * streams_xattr is creating unexpected locks on folders; (bso#15314). * Use of the Azure AD Connect cloud sync tool is now supported for password hash synchronisation, allowing Samba AD Domains to synchronise passwords with this popular cloud environment; (bso#10635). * Spotlight doesn't work with latest macOS Ventura; (bso#15299). * New samba-dcerpc architecture does not scale gracefully; (bso#15310). * vfs_ceph incorrectly uses fsp_get_io_fd() instead of fsp_get_pathref_fd() in close and fstat; (bso#15307). * With clustering enabled samba-bgqd can core dump due to use after free; (bso#15293). * fd_load() function implicitly closes the fd where it should not; (bso#15311). - Update to 4.17.5 * smbc_getxattr() return value is incorrect; (bso#14808). * Compound SMB2 FLUSH+CLOSE requests from MacOSX are not handled correctly; (bso#15172). * synthetic_pathref AFP_AfpInfo failed errors; (bso#15210). * samba-tool gpo listall fails IPv6 only - finddcs() fails to find DC when there is only an AAAA record for the DC in DNS; (bso#15226). * smbd crashes if an FSCTL request is done on a stream handle; (bso#15236). * DFS links don't work anymore on Mac clients since 4.17; (bso#15277). * vfs_virusfilter segfault on access, directory edgecase (accessing NULL value); (bso#15283). * CVE-2022-38023 [SECURITY] Samba should refuse RC4 (aka md5) based SChannel on NETLOGON (additional changes); (bso#15240). * %U for include directive doesn't work for share listing (netshareenum); (bso#15243). * Shares missing from netshareenum response in samba 4.17.4; (bso#15266). * ctdb: use-after-free in run_proc; (bso#15269). * irpc_destructor may crash during shutdown; (bso#15280). * auth3_generate_session_info_pac leaks wbcAuthUserInfo; (bso#15286). * smbclient segfaults with use after free on an optimized build; (bso#15268). * smbstatus leaking files in msg.sock and msg.lock; (bso#15282). * Leak in wbcCtxPingDc2; (bso#15164). * Access based share enum does not work in Samba 4.16+; (bso#15265). * Crash during share enumeration; (bso#15267). * rep_listxattr on FreeBSD does not properly check for reads off end of returned buffer; (bso#15271). * Avoid relying on C89 features in a few places; (bso#15281).- Make (32bit) samba-libs conflict with old samba-ad-dc-libs package to satisfy installcheck.- Make samba-libs conflict with old samba-ad-dc-libs package to satisfy installcheck.- Remove non functioning ifup/ifdown samba-winbindd scripts; (bsc#1207414).- libdsdb-module-samba4 should be packaged as part of samba-libs and not samba-ad-dc-libs. Additionally no need for it to be removed conditionally.- Clean up logic for PAM migration settings in spec file.- Change with_dc default to 0 (for non TW builds), ADDC feature is deprecated and will no longer be included in >= SLE15-SP5; (jsc#PED-1122).- Update to 4.17.4 * CVE-2022-44640 Upstream Heimdal free of user-controlled pointer in FAST; (bsc#14929); * CVE-2021-20251 Bad password count not incremented atomically; (bsc#14611); * CVE-2022-42898 krb5_pac_parse() buffer parsing vulnerability; (bsc#15203); * CVE-2022-37966 rc4-hmac Kerberos session keys issued to modern servers; (bso#15237); * CVE-2022-37967 Kerberos constrained delegation ticket forgery possible against Samba AD DC; (bso#15231); * CVE-2022-38023 RC4/HMAC-MD5 NetLogon Secure Channel is weak and should be avoided; (bso#15240); * pam_winbind uses time_t and pointers assuming they are of the same size; (bso#15224); * Heimdal session key selection in AS-REQ examines wrong entry; (bso#15219); * filter-subunit is inefficient with large numbers of knownfails; (bso#15258); * smbd allows setting FILE_ATTRIBUTE_TEMPORARY on directories; (bso#15252); * The KDC logic arround msDs-supportedEncryptionTypes differs from Windows; (bso#13135); * libnet: change_password() doesn't work with dcerpc_samr_ChangePasswordUser4(); (bso#15206); * Heimdal session key selection in AS-REQ examines wrong entry; (bso#15219); * Memory leak in snprintf replacement functions; (bso#15230); * RODC doesn't reset badPwdCount reliable via an RWDC (CVE-2021-20251 regression); (bso#15253); * Prevent EBADF errors with vfs_glusterfs; (bso#15198); * %U for include directive doesn't work for share listing (netshareenum); (bso#15243); * Stack smashing in net offlinejoin requestodj; (bso#15257); * Windows 11 22H2 and Samba-AD 4.15 Kerberos login issue; (bso#15197); * Heimdal session key selection in AS-REQ examines wrong entry; (bso#15219); - Remove deprecated if-{down,up} scripts; (bsc#1206444); - Adjust the systemd drop-in file for named service; (bsc#1201689); * Paths are additive so do not repeat paths from named.service * Prefix the samba DLZ directory with "-" to ignore this path if it does not exists- Introduce without-smb1-server spec flag; (bsc#1205104); - Update to 4.17.3 * CVE-2022-42898: Samba buffer overflow vulnerabilities on 32-bit systems; (bsc#1205126); (bso#15203); - Replace obsolete python-gpgme with python-gpg * Upstream replaced it in v4.9.5 -- bso#13728 - Update to 4.17.2 * CVE-2022-3592 [SECURITY] samba: Wide links protection broken; (bso#15207); (bsc#1204499). * CVE-2022-3437 [SECURITY] samba: Buffer overflow in Heimdal unwrap_des3();(bso#15134); (bsc#1204254). - Update to 4.17.1 * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). * smbXsrv_connection_shutdown_send result leaked; (bso#15174). * Flush on a named stream never completes; (bso#15182). * Permission denied calling SMBC_getatr when file not exists; (bso#15195). * Samba 4.5 sometimes cannot be upgraded to Samba 4.6 or later over DRS: WERROR_DS_DRA_MISSING_PARENT due to faulty GET_ANC; (bso#15189). * pytest: add file removal helpers for TestCaseInTempDir; (bso#15191). * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). * Samba 4.5 sometimes cannot be upgraded to Samba 4.6 or later over DRS: WERROR_DS_DRA_MISSING_PARENT due to faulty GET_ANC; (bso#15189). * Flush on a named stream never completes; (bso#15182). * vfs_gpfs silently garbles timestamps > year 2106; (bso#15151). * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). * multi-channel socket passing may hit a race if one of the involved processes already existed; (bso#15200). * memory leak on temporary of struct imessaging_post_state and struct tevent_immediate on struct imessaging_context (in rpcd_spoolss and maybe others); (bso#15201). * Since popt1.19 various use after free errors using result of poptGetArg are now exposed; (bso#15205); (boo#1204279). * Remove special case for O_CREAT in SMB_VFS_OPENAT from vfs_glusterfs; (bso#15192). * GETPWSID in memory cache grows indefinetly with each NTLM auth; (bso#15169). * CVE-2021-20251 [SECURITY] Bad password count not incremented atomically; (bso#14611). - Install a systemd drop-in file for named service to allow read/write access to the DLZ directory; (bsc#1201689); - Fix use after free errors resulting from using return of poptGetArg exposed since popt-1.19; (boo#1204279); (bso#15205). - s3: smbd: Fix memory leak in smbd_server_connection_terminate_done(); (bso#15174). - Disable SMB1 for tumbleweed builds. - Update to 4.17.0 * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * Missing SMB2-GETINFO access checks from MS-SMB2 3.3.5.20.1; (bso#15153). * assert failed: !is_named_stream(smb_fname)") at ../../lib/util/fault.c:197; (bso#15161). * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * assert failed: !is_named_stream(smb_fname)") at ../../lib/util/fault.c:197; (bso#15161). * Cross-node multi-channel reconnects result in SMB2 Negotiate returning NT_STATUS_NOT_SUPPORTED; (bso#15159). * winbind at info level debug can coredump when processing wb_lookupusergroups; (bso#15160). * Make use of glfs_*at() API calls in vfs_glusterfs; (bso#15157). * Possible use after free of connection_struct when iterating smbd_server_connection->connections; (bso#15128). * `net usershare add` fails with flag works with --long but fails with -l; (bso#15145). * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * Performance regression on contended path based operations; (bso#15125). * Missing READ_LEASE break could cause data corruption; (bso#15148). * libsamba-errors uses a wrong version number; (bso#15141). * SMB1 negotiation can fail to handle connection errors; (bso#15152). * New filename parser doesn't check veto files smb.conf parameter; (bso#15143). * 4.17.rc1 still uses symlink-race prone unix_convert(); (bso#15144). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). * Manpage for smbstatus json is missing; (bso#15147). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). * Performance regression on contended path based operations; (bso#15125). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). * Fix issues found by coverity in smbstatus json code; (bso#15140). * Backport fileserver related changed to 4.17.0rc2; (bso#15146). - Migration to /usr/etc: Saving user changed configuration files in /etc and restoring them while an RPM update. - Update to 4.16.4 * CVE-2022-2031: Samba AD users can bypass certain restrictions associated with changing passwords; (bsc#1201495); (bso#15047); * CVE-2022-32744: Samba AD users can forge password change requests for any user; (bsc#1201493); (bso#15074); * CVE-2022-32745: Samba AD users can crash the server process with an LDAP add or modify request; (bsc#1201492); (bso#15008); * CVE-2022-32746: Samba AD users can induce a use-after-free in the server process with an LDAP add or modify request; (bsc#1201490); (bso#15009); * CVE-2022-32742: Server memory information leak via SMB1; (bsc#1201496); (bso#15085); - Update to 4.16.3 * Using vfs_streams_xattr and deleting a file causes a panic; (bso#15099); * Add support for bind 9.18; (bso#14986); * logging dsdb audit to specific files does not work; (bso#15076); * Problem when winbind renews Kerberos; (bso#14979); (bsc#1196224); * Samba with new lorikeet-heimdal fails to build on gcc 12.1 in developer mode; (bso#15095); * Crash in streams_xattr because fsp->base_fsp->fsp_name is NULL; (bso#15105); * Crash in rpcd_classic - NULL pointer deference in mangle_is_mangled(); (bso#15118); * smbclient commands del & deltree fail with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556); * Fix check for chown when processing NFSv4 ACL; (bso#15120); * The pcap background queue process should not be stopped; (bso#15082); * testparm: Fix typo in idmap rangesize check; (bso#15097); * net ads info returns LDAP server and LDAP server name as null; (bso#15106); * ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link; (bso#15108); * CTDB child process logging does not work as expected; (bso#15090); - Update spec file to fix the optional Heimdal DC build - Fix external trusts with MIT Kerberos 1.20 - Add missing samba-client requirement to samba-winbind package; (bsc#1198255); - Move pdb backends from package samba-libs to package samba-client-libs and remove samba-libs requirement from samba-winbind; (bsc#1200964); (bsc#1198255); - Add sysuser-shadow requirement for packages using systemd-sysusers - Use the canonical realm name to refresh the Kerberos tickets; (bsc#1196224); (bso#14979); - Moved logrotate files from user specific directory /etc/logrotate.d to vendor specific directory /usr/etc/logrotate.d. - Update to 4.16.2 * Use pathref fd instead of io fd in vfs_default_durable_cookie; (bso#15042); * vfs_gpfs with vfs_shadowcopy2 fail to restore file if original file had been deleted; (bso#15069); * Reintroduce netgroups support; (bso#15087); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); * Update from 4.15 to 4.16 breaks discovery of [homes] on standalone server from Win and IOS; (bso#15062); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * smbclient -E doesn't work as advertised; (bso#15075); * The samba background daemon doesn't refresh the printcap cache on startup; (bso#15081); * Out-by-4 error in smbd read reply max_send clamp; (bso#14443); - Fix samba4.blackbox.net_ads_dns_async test with bind9 >= 9.17.7 - Support building with MIT Kerberos 1.20 - Bronze bit and S4U support with MIT Kerberos 1.20 for Samba AD DC; (CVE-2020-17049); - Resource Based Constrained Delegation (RBCD) for Samba AD DC - Support building with gcc 12.1 - Use requires_eq macro to require the libldb2 version available at samba-dsdb-modules build time; (bsc#1199362); - Update to 4.16.1 * Share and server swapped in smbget password prompt; (bso#14831); * Durable handles won't reconnect if the leased file is written to; (bso#15022); * rmdir silently fails if directory contains unreadable files and hide unreadable is yes; (bso#15023); * SMB2_CLOSE_FLAGS_FULL_INFORMATION fails to return information on renamed file handle; (bso#15038); * Need to describe --builtin-libraries= better (compare with - -bundled-libraries); (bso#8731); * vfs_shadow_copy2 breaks "smbd async dosmode" sync fallback; (bso#14957); * shadow_copy2 fails listing snapshotted dirs with shadow:fixinodes; (bso#15035); * PAM Kerberos authentication incorrectly fails with a clock skew error; (bso#15046); * Username map - samba erroneously applies unix group memberships to user account entries; (bso#15041); * KVNO off by 100000; (bso#14951); * Uninitialized litemask in variable in vfs_gpfs module; (bso#15027); * vfs_gpfs recalls=no option prevents listing files; (bso#15055); * smbd doesn't handle UPNs for looking up names; (bso#15054); - Update update-apparmor-samba-profile script, replace non-printable delimiter with more human readable separator as sed can accept separators that can appear in the input data. - Fix update-apparmor-samba-profile script, sed doesn't like multibyte separators; (bsc#1198309). - Update to 4.16.0 * New samba-dcerpcd binary to provide DCERPC in the member server setup * Certificate Auto Enrollment * Ability to add ports to dns forwarder addresses in internal DNS backend * No longer using Linux mandatory locks for sharemodes * SMB1 protocol has been deprecated, particularly older dialects * SMB1 protocol SMBCopy command removed * SMB1 server-side wildcard expansion removed - Add python3-dnspython to samba-ad-dc recommens; (bsc#1187101); - Use systemd-sysusers to create system users; (bsc#1182847);- Install a systemd drop-in file for named service to allow read/write access to the DLZ directory; (bsc#1201689);- Update to 4.15.12 * CVE-2022-42898: samba: heimdal: Samba buffer overflow vulnerabilities on 32-bit systems; (bso#15203); (bsc#1205126). - Update to 4.15.11 * Allow rebuild of Centos 8 images after move to vault for Samba 4.15; (bso#15193). * CVE-2022-3437: samba: Buffer overflow in Heimdal unwrap_des3(); (bso#15134); (bsc#1204254)- Update to 4.15.10 * Possible use after free of connection_struct when iterating smbd_server_connection->connections; (bso#15128); (bsc#1200102). * smbXsrv_connection_shutdown_send result leaked; (bso#15174). * Spotlight RPC service returns wrong response when Spotlight is disabled on a share; (bso#15086). * acl_xattr VFS module may unintentionally use filesystem permissions instead of ACL from xattr; (bso#15126). * Missing SMB2-GETINFO access checks from MS-SMB2 3.3.5.20.1; (bso#15153). * assert failed: !is_named_stream(smb_fname)") at ../../lib/util/fault.c:197; (bso#15161). * Missing READ_LEASE break could cause data corruption; (bso#15148). * rpcclient can crash using setuserinfo(2); (bso#15124). * Samba fails to build with glibc 2.36 caused by including in libreplace; (bso#15132). * SMB1 negotiation can fail to handle connection errors; (bso#15152). * samba-tool domain join segfault when joining a samba ad domain; (bso#15078). - Update to 4.15.9 * CVE-2022-32742:SMB1 code does not correct verify SMB1write, SMB1write_and_close, SMB1write_and_unlock lengths; (bso#15085); (bsc#1201496). * CVE-2022-32746: samba: Use-after-free occurring in database audit logging; (bso#15009); (bso#15096); (bsc#1201490). * CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); * CVE-2022-32745: samba: ldb: AD users can crash the server process with an LDAP add or modify request; (bso#15008); (bso#15096); (bsc#1201492). * CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); * CVE-2022-32744: samba, ldb: AD users can forge password change requests for any user; (bso#15074); (bso#15047); (bsc#1201493).- CVE-2022-1615: Do not ignore errors in random number generation; (bso#15103); (bsc#1202976); - CVE-2022-32743: Implement validated dnsHostName write rights; (bso#14833); (bsc#1202803);- Fix Use after free when iterating smbd_server_connection->connections after tree disconnect failure; (bso#15128); (bsc#1200102).- CVE-2022-32746: samba: Use-after-free occurring in database audit logging; (bso#15009); (bso#15096); (bsc#1201490). - CVE-2022-32745: samba: ldb: AD users can crash the server process with an LDAP add or modify request; (bso#15008); (bso#15096); (bsc#1201492). - CVE-2022-2031: samba, ldb: AD users can bypass certain restrictions associated with changing passwords; (bso#15047); (bsc#1201495); - CVE-2022-32742:SMB1 code does not correct verify SMB1write, SMB1write_and_close, SMB1write_and_unlock lengths; (bso#15085); (bsc#1201496). - CVE-2022-32744: samba, ldb: AD users can forge password change requests for any user; (bso#15074); (bso#15047); (bsc#1201493).- Update to 4.15.8 * Use pathref fd instead of io fd in vfs_default_durable_cookie; (bso#15042); * Setting fruit:resource = stream in vfs_fruit causes a panic; (bso#15099); * Add support for bind 9.18; (bso#14986); * logging dsdb audit to specific files does not work; (bso#15076); * vfs_gpfs with vfs_shadowcopy2 fail to restore file if original file had been deleted; (bso#15069); * netgroups support removed; (bso#15087); (bsc#1199247); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); (bsc#1199734); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * smbclient commands del & deltree fail with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556); * vfs_gpfs recalls=no option prevents listing files; (bso#15055); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * Compile error in source3/utils/regedit_hexedit.c; (bso#15091); * ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link; (bso#15108); * smbd doesn't handle UPNs for looking up names; (bso#15054); * Out-by-4 error in smbd read reply max_send clamp; (bso#14443); - Move pdb backends from package samba-libs to package samba-client-libs and remove samba-libs requirement from samba-winbind; (bsc#1200964); (bsc#1198255); - Use the canonical realm name to refresh the Kerberos tickets; (bsc#1196224); (bso#14979);- Fix smbclient commands del & deltree failing with NT_STATUS_OBJECT_PATH_NOT_FOUND with DFS; (bso#15100); (bsc#1200556).- Revert NIS support removal; (bsc#1199247);- Use requires_eq macro to require the libldb2 version available at samba-dsdb-modules build time; (bsc#1199362);- Add missing samba-client requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.7 * Share and server swapped in smbget password prompt; (bso#14831); * Durable handles won't reconnect if the leased file is written to; (bso#15022); * rmdir silently fails if directory contains unreadable files and hide unreadable is yes; (bso#15023); * SMB2_CLOSE_FLAGS_FULL_INFORMATION fails to return information on renamed file handle; (bso#15038); * vfs_shadow_copy2 breaks "smbd async dosmode" sync fallback; (bso#14957); * shadow_copy2 fails listing snapshotted dirs with shadow:fixinodes; (bso#15035); * PAM Kerberos authentication incorrectly fails with a clock skew error; (bso#15046); * username map - samba erroneously applies unix group memberships to user account entries; (bso#15041); * NT_STATUS_ACCESS_DENIED translates into EPERM instead of EACCES in SMBC_server_internal; (bso#14983); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Crash of winbind on RODC; (bso#14641); * uncached logon on RODC always fails once; (bso#14865); * KVNO off by 100000; (bso#14951); * LDAP simple binds should honour "old password allowed period"; (bso#15001); * wbinfo -a doesn't work reliable with upn names; (bso#15003); * Simple bind doesn't work against an RODC (with non-preloaded users); (bso#13879); * Uninitialized litemask in variable in vfs_gpfs module; (bso#15027); * Regression: create krb5 conf = yes doesn't work with a single KDC; (bso#15016);- Add provides to samba-client-libs package to fix upgrades from previous versions; (bsc#1197995);- Add missing samba-libs requirement to samba-winbind package; (bsc#1198255);- Update to 4.15.6 * Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND; (bso#14169); * Samba does not response STATUS_INVALID_PARAMETER when opening 2 objects with same lease key; (bso#14737); * NT error code is not set when overwriting a file during rename in libsmbclient; (bso#14938); * Fix ldap simple bind with TLS auditing; (bso#14996); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); * Problem when winbind renews Kerberos; (bso#14979); (bsc#1196224); * pam_winbind will not allow gdm login if password about to expire; (bso#8691); * virusfilter_vfs_openat: Not scanned: Directory or special file; (bso#14971); * DFS fix for AIX broken; (bso#13631); * Solaris and AIX acl modules: wrong function arguments; (bso#14974); * Function aixacl_sys_acl_get_file not declared / coredump; (bso#7239); * Regression: Samba 4.15.2 on macOS segfaults intermittently during strcpy in tdbsam_getsampwnam; (bso#14900); * Fix a use-after-free in SMB1 server; (bso#14989); * smb2_signing_decrypt_pdu() may not decrypt with gnutls_aead_cipher_decrypt() from gnutls before 3.5.2; (bso#14968); * Changing the machine password against an RODC likely destroys the domain join; (bso#14984); * authsam_make_user_info_dc() steals memory from its struct ldb_message *msg argument; (bso#14993); * Use Heimdal 8.0 (pre) rather than an earlier snapshot; (bso#14995); * Samba autorid fails to map AD users if id rangesize fits in the id range only once; (bso#14967);- Fix mismatched version of libldb2; (bsc#1196788). - Drop obsolete SuSEfirewall2 service files.- Drop obsolete Samba fsrvp v0->v1 state upgrade functionality; (bsc#1080338).- Fix ntlm authentications with "winbind use default domain = yes"; (bso#13126); (bsc#1173429); (bsc#1196308).- Fix samba-ad-dc status warning notification message by disabling systemd notifications in bgqd; (bsc#1195896); (bso#14947).- libldb version mismatch in Samba dsdb component; (bsc#1118508);- Update to 4.15.5 * CVE-2021-44141: UNIX extensions in SMB1 disclose whether the outside target of a symlink exists; (bso#14911); (bsc#1193690). * CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module; (bso#14914); (bsc#1194859). * CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks; bso#14950); (bsc#1195048).- CVE-2021-44141: Information leak via symlinks of existance of files or directories outside of the exported share; (bso#14911); (bsc#1193690); - CVE-2021-44142: Out-of-bounds heap read/write vulnerability in VFS module vfs_fruit allows code execution; (bso#14914); (bsc#1194859); - CVE-2022-0336: Samba AD users with permission to write to an account can impersonate arbitrary services; (bso#14950); (bsc#1195048);- Update to 4.15.4 * Duplicate SMB file_ids leading to Windows client cache poisoning; (bso#14928); * Failed to parse NTLMv2_RESPONSE length 95 - Buffer Size Error - NT_STATUS_BUFFER_TOO_SMALL; (bso#14932); * kill_tcp_connections does not work; (bso#14934); * Can't connect to Windows shares not requiring authentication using KDE/Gnome; (bso#14935); * smbclient -L doesn't set "client max protocol" to NT1 before calling the "Reconnecting with SMB1 for workgroup listing" path; (bso#14939); * Cross device copy of the crossrename module always fails; (bso#14940); * symlinkat function from VFS cap module always fails with an error; (bso#14941); * Fix possible fsp pointer deference; (bso#14942); * Missing pop_sec_ctx() in error path inside close_directory(); (bso#14944); * "smbd --build-options" no longer works without an smb.conf file; (bso#14945);- Use pkgconfig(krb5) as dependency for the -devel package: allow OBS to pick the right flavor of krb5-devel (full vs mini). - Do not require the 'krb5' symbol by samba-client-libs: this package has an automatic dependency due to linkage on libgssapi_krb5.so.2. Automatic deps are always better. - Do not require the 'krb5' symbol from samba-libs: samba-libs requires samba-client-libs, which in turn requires krb5 libraries. Samba-libs itself has no need for krb5 (but get it indirectly anyway).- Reorganize libs packages. Split samba-libs into samba-client-libs, samba-libs, samba-winbind-libs and samba-ad-dc-libs, merging samba public libraries depending on internal samba libraries into these packages as there were dependency problems everytime one of these public libraries changed its version (bsc#1192684). The devel packages are merged into samba-devel. - Rename package samba-core-devel to samba-devel - Add python-rpm-macros to build requirements - Update the symlink create by samba-dsdb-modules to private samba ldb modules following libldb2 changes from /usr/lib64/ldb/samba to /usr/lib64/ldb2/modules/ldb/samba- Update to 4.15.3 * Recursive directory delete with veto files is broken in 4.15.0; (bso#14878); * A directory containing dangling symlinks cannot be deleted by SMB2 alone when they are the only entry in the directory; (bso#14879); * SIGSEGV in rmdir_internals/synthetic_pathref - dirfsp is used uninitialized in rmdir_internals(); (bso#14892); * MaxQueryDuration not honoured in Samba AD DC LDAP; (bso#14694); * The CVE-2020-25717 username map [script] advice has undesired side effects for the local nt token; (bso#14901); (bsc#1192849); * User with multiple spaces (eg FredNurk) become un-deletable; (bso#14902); * Avoid storing NTTIME_THAW (-2) as value on disk; (bso#14127); * smbXsrv_client_global record validation leads to crash if existing record points at non-existing process; (bso#14882); * Crash in vfs_fruit asking for fsp_get_io_fd() for an XATTR call; (bso#14890); * Samba process doesn't log to logfile; (bso#14897); * set_ea_dos_attribute() fallback calling get_file_handle_for_metadata() triggers locking.tdb assert; (bso#14907); * Kerberos authentication on standalone server in MIT realm broken; (bso#14922); * Segmentation fault when joining the domain; (bso#14923); * Support for ROLE_IPA_DC is incomplete; (bso#14903); * rpcclient cannot connect to ncacn_ip_tcp services anymore; (bso#14767); * winexe crashes since 4.15.0 after popt parsing; (bso#14893); * net ads status -P broken in a clustered environment; (bso#14908); * Memory leak if ioctl(FSCTL_VALIDATE_NEGOTIATE_INFO) fails before smbd_smb2_ioctl_send; (bso#14788); * winbindd doesn't start when "allow trusted domains" is off; (bso#14899); * smbclient login without password using '-N' fails with NT_STATUS_INVALID_PARAMETER on Samba AD DC; (bso#14883); * A schannel client incorrectly detects a downgrade connecting to an AES only server; (bso#14912); * Possible null pointer dereference in winbind; (bso#14921); * Fix -k legacy option for client tools like smbclient, rpcclient, net, etc.; (bso#14846); * Add Debian 11 CI bootstrap support; (bso#14872); * Crash in recycle_unlink_internal(); (bso#14888);- Fix dependency problem upgrading from libndr0 to libndr2 and from libsamba-credentials0 to libsamba-credentials1; (bsc#1192684);- Fix regression introduced by CVE-2020-25717 patches, winbindd does not start when 'allow trusted domains' is off; (bso#14899); - Update to 4.15.2 * CVE-2016-2124: SMB1 client connections can be downgraded to plaintext authentication; (bso#12444); (bsc#1014440); * CVE-2020-25717: A user on the domain can become root on domain members; (bso#14556); (bsc#1192284); * CVE-2020-25718: Samba AD DC did not correctly sandbox Kerberos tickets issued by an RODC; (bso#14558); (bsc#1192246); * CVE-2020-25719: Samba AD DC did not always rely on the SID and PAC in Kerberos tickets; (bso#14561); (bsc#1192247); * CVE-2020-25721: Kerberos acceptors need easy access to stable AD identifiers (eg objectSid); (bso#14557); (bsc#1192505); * CVE-2020-25722: Samba AD DC did not do suffienct access and conformance checking of data stored; (bso#14564); (bsc#1192283); * CVE-2021-3738: Use after free in Samba AD DC RPC server; (bso#14468); (bsc#1192215); * CVE-2021-23192: Subsequent DCE/RPC fragment injection vulnerability; (bso#14875); (bsc#1192214); - Update to 4.15.1 * vfs_shadow_copy2: core dump in make_relative_path; (bso#14682); * Log clutter from filename_convert_internal; (bso#14685); * MacOSX compilation fixes; (bso#14862); * rodc_rwdc test flaps; (bso#14868); * Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal; (bso#14642); * Python ldb.msg_diff() memory handling failure; (bso#14836); * "in" operator on ldb.Message is case sensitive; (bso#14845); * Release LDB 2.4.1 for Samba 4.15.1; (bso#14848); * samldb_krbtgtnumber_available() looks for incorrect string; (bso#14854); * Fix Samba support for UF_NO_AUTH_DATA_REQUIRED; (bso#14871); * Allow special chars like "@" in samAccountName when generating the salt; (bso#14874); * Correctly ignore comments in CTDB public addresses file; (bso#14826); * Fix transit path validation; (bso#12998); * Fix that child winbindd logs to log.winbindd instead of log.wb-; (bso#14852); * SMB3 cancel requests should only include the MID together with AsyncID when AES-128-GMAC is used; (bso#14855); * Prepare to operate with MIT krb5 >= 1.20; (bso#14870); * Heimdal prefers RC4 over AES for machine accounts; (bso#14864);- Enable samba-tool without ad dc.- Adjust spec to use pam macros; (bsc#1191046).- Adjust spec for size * allow some Recommends instead Requires to be configured for cifs-utils, samba-libs-python3 & samba-gpupdate; (bsc#1182847). * remove fam, undocumented and unneeded.- Add missing build dependency on bison when building with the embedded Heimdal Kerberos- Update to 4.15.0 * Removed SMB development dialects SMB2_22, SMB2_24 and SMB3_10 * VFS layer modernized. * Add the ability to set allow/deny lists for zone transfer clients in Bind DLZ plugin * Server multi-channel support no longer experimental * Improved command line user experience, unifying the options in different commands * Winbindd no longer scans trusted domains on startup and will use enterprise principals by default. * The net utility is now able to support the offline domain join feature * New options for 'samba-tool dns zoneoptions' for aging control and to mark old records as static or dynamic * DNS tombstones are now deleted as appropriate and use a consistent timestamp format * The 'samba-tool dns update' command validates and rejects now malformed IPv4 and IPv6 addresses * The 'samba-tool domain backup' command correctly takes out locks against concurrent modification during backup when using the LMDB backend * TruACL support has been removed * NIS support has been removed- Fix 'net rpc' authentication when using the machine account; (bsc#1189017); (bso#14796);- Fix dependency problem upgrading from libndr0 to libndr1; (bsc#1189875); - Fix dependency problem upgrading from libsmbldap0 to libsmbldap2; (bsc#1189875); - Fix wrong kvno exported to keytab after net ads changetrustpw due to replication delay; (bsc#1188727); - Add Certificate Auto Enrollment Policy; (jsc#SLE-18456). - Update to 4.13.10 * s3: smbd: Ensure POSIX default ACL is mapped into returned Windows ACL for directory handles; (bso#14708); * Take a copy to make sure we don't reference free'd memory; (bso#14721); * s3: lib: Fix talloc heirarcy error in parent_smb_fname(); (bso#14722); * s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in change_file_owner_to_parent() error path; (bso#14736); * samba-tool: Give better error information when the 'domain backup restore' fails with a duplicate SID; (bso#14575); * smbd: Correctly initialize close timestamp fields; (bso#14714); * Spotlight RPC service doesn't work with vfs_glusterfs; (bso#14740); * ctdb: Fix a crash in run_proc_signal_handler(); (bso#14475); * gensec_krb5: Restore ipv6 support for kpasswd; (bso#14750); * smbXsrv_{open,session,tcon}: Protect smbXsrv_{open,session,tcon}_global_traverse_fn against invalid records; (bso#14752); * samba-tool domain backup offline doesn't work against bind DLZ backend; (bso#14027); * netcmd: Use next_free_rid() function to calculate a SID for restoring a backup; (bso#14669); - Update to 4.13.9 * s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success; (bso#14696); * Add documentation for dsdb_group_audit and dsdb_group_json_audit to "log level", synchronise "log level" in smb.conf with the code; (bso#14689); * Fix smbd panic when two clients open same file; (bso#14672); * Fix memory leak in the RPC server; (bso#14675); * s3: smbd: Fix deferred renames; (bso#14679); * s3-iremotewinspool: Set the per-request memory context; (bso#14675); * rpc_server3: Fix a memleak for internal pipes; (bso#14675); * third_party: Update socket_wrapper to version 1.3.2; (bso#11899); * third_party: Update socket_wrapper to version 1.3.3; (bso#14639); * idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid conflict; (bso#14663); * Fix the build on OmniOS; (bso#14288); - Update to 4.13.8 * CVE-2021-20254: Fix buffer overrun in sids_to_unixids(); (bso#14571 - Update to 4.13.7 * Release with dependency on ldb version 2.2.1.- CVE-2021-20254 Buffer overrun in sids_to_unixids(); (bnc#14571); (bsc#1184677).- Fix offline domain backup not possible using lmdb version >= 0.9.26; (bso#14676); - Require libldb >= 2.2.1; (bsc#1183572); (bsc#1183574); - Update to 4.13.6 * CVE-2020-27840: samba: Unauthenticated remote heap corruption via bad DNs; (bso#14595); (bsc#1183572). * CVE-2021-20277: samba: out of bounds read in ldb_handler_fold; (bso#14655); (bsc#1183574). - Update to 4.13.5 * s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up failure; (bso#14634); * s3: libsmb: Add missing cli_tdis() in error path if encryption setup failed on temp proxy connection; (bso#13992); * smbd: In conn_force_tdis_done() when forcing a connection closed force a full reload of services; (bso#14604); * dbcheck: Check Deleted Objects and reduce noise in reports about expired tombstones (bso#14593); * s3: Fix fcntl waf configure check; (bso#14503); * s3/auth: Implement "winbind:ignore domains"; (bso#14602); * smbd: Use fsp->conn->session_info for the initial delete-on-close token; (bso#14617); * s3: VFS: nfs4_acls. Add missing TALLOC_FREE(frame) in error path; (bso#14648); * classicupgrade: Treat old never expires value right; (bso#14624); * g_lock: Fix uninitalized variable reads; (bso#14636); * s3:pysmbd: Fix fd leak in py_smbd_create_file(); (bso#13898); * lib:util: Avoid free'ing our own pointer; (bso#14625); * HEIMDAL: krb5_storage_free(NULL) should work; (bso#12505);- Spec file fixes around systemd and requires; (bsc#1182830); - Align systemd service unit files with upstream provided ones.- Update to 4.13.4 * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * lib: Avoid declaring zero-length VLAs in various messaging functions; (bso#14605); * Do not create an empty DB when accessing a sam.ldb; (bso#14579); * vfs_fruit may close wrong backend fd; (bso#14596); * Temporary DFS share setup doesn't set case parameters in the same way as a regular share definition does; (bso#14612); * vfs_virusfilter: Allocate separate memory for config char*; (bso#14606); * vfs_fruit may close wrong backend fd; (bso#14596); * Work around special SMB2 IOCTL response behavior of NetApp Ontap 7.3.7; (bso#14607); * The cache directory for the user gencache should be created recursively; (bso#14601); * Be more flexible with repository names in CentOS 8 test environments; (bso#14594);- Uninstalling samba-client: Failed to disable unit, cifs.service does not exists; (bsc#1180388);- Update to 4.13.3 + libcli: smb2: Never print length if smb2_signing_key_valid() fails for crypto blob; (bso#14210); + s3: modules: gluster. Fix the error I made in preventing talloc leaks from a function; (bso#14486); + s3: smbd: Don't overwrite contents of fsp->aio_requests[0] with NULL via TALLOC_FREE(); (bso#14515); + s3: spoolss: Make parameters in call to user_ok_token() match all other uses; (bso#14568); + s3: smbd: Quiet log messages from usershares for an unknown share; (bso#14590); + samba process does not honor max log size; (bso#14248); + vfs_zfsacl: Add missing inherited flag on hidden "magic" everyone@ ACE; (bso#14587); + s3-libads: Pass timeout to open_socket_out in ms; (bso#13124); + s3-vfs_glusterfs: Always disable write-behind translator; (bso#14486); + smbclient: Fix recursive mget; (bso#14517); + clitar: Use do_list()'s recursion in clitar.c; (bso#14581); + manpages/vfs_glusterfs: Mention silent skipping of write-behind translator; (bso#14486); + vfs_shadow_copy2: Preserve all open flags assuming ROFS; (bso#14573); + interface: Fix if_index is not parsed correctly; (bso#14514);- Update to 4.13.2 + s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return; (bso#14486); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471); + smb.conf.5: Add clarification how configuration changes reflected by Samba; (bso#14538); + daemons: Report status to systemd even when running in foreground; (bso#14552); + DNS Resolver: Support both dnspython before and after 2.0.0; (bso#14553); + s3-vfs_glusterfs: Refuse connection when write-behind xlator is present; (bso#14486); + provision: Add support for BIND 9.16.x; (bso#14487); + ctdb-common: Avoid aliasing errors during code optimization; (bso#14537); + libndr: Avoid assigning duplicate versions to symbols; (bso#14541); + docs: Fix default value of spoolss:architecture; (bso#14522); + winbind: Fix a memleak; (bso#14388); + s4:dsdb:acl_read: Implement "List Object" mode feature; (bso#14531); + docs-xml/manpages: Add warning about write-behind translator for vfs_glusterfs; (bso#14486); + nsswitch/nsstest.c: Avoid nss function conflicts with glibc nss.h. + vfs_shadow_copy2: Avoid closing snapsdir twice; (bso#14530); + third_party: Update resolv_wrapper to version 1.1.7; (bso#14547); + examples:auth: Do not install example plugin; (bso#14550); + ctdb-recoverd: Drop unnecessary and broken code; (bso#14513); + RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special; (bso#14471);- Adjust smbcacls '--propagate-inheritance' feature to align with upstream; (bsc#1178469).- Update to samba 4.13.1 + CVE-2020-14383: An authenticated user can crash the DCE/RPC DNS with easily crafted records; (bsc#1177613); (bso#14472); + CVE-2020-14323: Unprivileged user can crash winbind; (bsc#1173994); (bso#14436); + CVE-2020-14318: Missing handle permissions check in SMB1/2/3 ChangeNotify; (bsc#1173902); (bso#14434); - Adjust systemd tmpfiles.d configuration, use /run/samba instead of /var/run/samba; (bsc#1177355);- Fix vfs_ceph query_directory regression; (bso#14519) - Drop liburing-devel for SLE15-SP2; (bsc#1177245)- Register CTDB recovery lock holder with ceph-mgr - Add liburing-devel dependency- Update to samba 4.13.0 + Require Python 3.6 + Move wide links functionality into VFS module + Deprecate NT4-like 'classic' Samba domain controllers + Deprecate SMBv1 only protocol options + Remove deprecated "ldap ssl ads" option + Unify asynchronous DCE-RPC server; (jsc#SES-645) + Replay multichannel lease break requests; (bso#11897); (jsc#SES-655) + Drop internal byteorder.h header from util-devel package + Remove final code for the AD DC LDAP backend + Add AD DC Group Policy Scripts + Only use gnutls_aead_cipher_encryptv2() for GnuTLS > 3.6.14; (bso#14399) + Fix %U substitutions if it contains a domain name; (bso#14467) + Fix krb5.conf creation for 'net ads join'; (bso#14479) + Fix build problem if libbsd-dev is not installed; (bso#14482) + Toggle vfs_snapper using "--with-shared-modules"; (bso#14437) + Fix idmap_ad RFC4511 response handling; (bso#14465) + Fix panic in get_lease_type(); (bso#14428)- Update to samba 4.11.13 + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Protect netr_ServerPasswordSet2 against unencrypted passwords; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s3:rpc_server/netlogon: Support "server require schannel:WORKSTATION$ = no" about unsecure configurations; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): s4 torture rpc: repeated bytes in client challenge; (bsc#1176579); (bso#14497); + CVE-2020-1472(ZeroLogon): libcli/auth: Reject weak client challenges in netlogon_creds_server_init() "server require schannel:WORKSTATION$ = no"; (bsc#1176579); (bso#14497); - Update to samba 4.11.12 + s3: libsmb: Fix SMB2 client rename bug to a Windows server; (bso#14403); + dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7; (bso#14424); + dbcheck: Allow a dangling forward link outside our known NCs; (bso#14450); + lib/debug: Set the correct default backend loglevel to MAX_DEBUG_LEVEL; (bso#14426); + s3:smbd: PANIC: assert failed in get_lease_type(); (bso#14428); + lib/util: do not install "test_util_paths"; (bso#14370); + lib:util: Fix smbclient -l basename dir; (bso#14345); + s3:smbd: PANIC: assert failed in get_lease_type(); (bso#14428); + util: Allow symlinks in directory_create_or_exist; (bso#14166); + docs: Fix documentation for require_membership_of of pam_winbind; (bso#14358); + s3:winbind:idmap_ad: Make failure to get attrnames for schema mode fatal; (bso#14425);- Add obsoletes to libsmbldap2 package to fix upgrades from previous versions; (bsc#1172810);- Fix net command unable to negotiate SMB2; (bsc#1174120);- Update to samba 4.11.11 + CVE-2020-10730: NULL de-reference in AD DC LDAP server when ASQ and VLV combined; (bso#14364); (bsc#1173159] + CVE-2020-10745: invalid DNS or NBT queries containing dots use several seconds of CPU each; (bso#14378); (bsc#1173160). + CVE-2020-10760: Use-after-free in AD DC Global Catalog LDAP server with paged_result or VLV; (bso#14402); (bsc#1173161) + CVE-2020-14303: Endless loop from empty UDP packet sent to AD DC nbt_server; (bso#14417); (bsc#1173359). - Update to samba 4.11.10 + Fix segfault when using SMBC_opendir_ctx() routine for share folder that contains incorrect symbols in any file name; (bso#14374). + vfs_shadow_copy2 doesn't fail case looking in snapdirseverywhere mode; (bso#14350) + ldb_ldap: Fix off-by-one increment in lldb_add_msg_attr; (bso#14413). + Malicous SMB1 server can crash libsmbclient; (bso#14366) + winbindd: Fix a use-after-free when winbind clients exit; (bso#14382) + ldb: Bump version to 2.0.11, LMDB databases can grow without bounds. (bso#14330) - Update to samba 4.11.9 + nmblib: Avoid undefined behaviour in handle_name_ptrs(); (bso#14242). + 'samba-tool group' commands do not handle group names with special chars correctly; (bso#14296). + smbd: avoid calling vfs_file_id_from_sbuf() if statinfo is not valid; (bso#14237). + Missing check for DMAPI offline status in async DOS attributes; (bso#14293). + smbd: Ignore set NTACL requests which contain S-1-5-88 NFS ACEs; (bso#14307). + vfs_recycle: Prevent flooding the log if we're called on non-existant paths; (bso#14316) + smbd mistakenly updates a file's write-time on close; (bso#14320). + RPC handles cannot be differentiated in source3 RPC server; (bso#14359). + librpc: Fix IDL for svcctl_ChangeServiceConfigW; (bso#14313). + nsswitch: Fix use-after-free causing segfault in _pam_delete_cred; (bso#14327). + Fix fruit:time machine max size on arm; (bso#13622) + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294). + ctdb: Fix a memleak; (bso#14348). + libsmb: Don't try to find posix stat info in SMBC_getatr(). + ctdb-tcp: Move free of inbound queue to TCP restart; (bso#14295); (bsc#1162680). + s3/librpc/crypto: Fix double free with unresolved credential cache; (bso#14344); (bsc#1169095) + s3:libads: Fix ads_get_upn(); (bso#14336). + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294) + Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680). + ctdb-recoverd: Avoid dereferencing NULL rec->nodemap; (bso#14324) - Update to samba 4.11.8 + CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ; (bso#14331); (bsc#1169850); + CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC; (bso#14334); (bsc#1169851); - Update to samba 4.11.7 + s3: lib: nmblib. Clean up and harden nmb packet processing; (bso#14239). + s3: VFS: full_audit. Use system session_info if called from a temporary share definition; (bso#14283) + dsdb: Correctly handle memory in objectclass_attrs; (bso#14258). + ldb: version 2.0.9, Samba 4.11 and later give incorrect results for SCOPE_ONE searches; (bso#14270) + auth: Fix CIDs 1458418 and 1458420 Null pointer dereferences; (bso#14247). + smbd: Handle EINTR from open(2) properly; (bso#14285) + winbind member (source3) fails local SAM auth with empty domain name; (bso#14247) + winbindd: Handling missing idmap in getgrgid(); (bso#14265). + lib:util: Log mkdir error on correct debug levels; (bso#14253). + wafsamba: Do not use 'rU' as the 'U' is deprecated in Python 3.9; (bso#14266). + ctdb-tcp: Make error handling for outbound connection consistent; (bso#14274). - Update to samba 4.11.6 + pygpo: Use correct method flags; (bso#14209). + vfs_ceph_snapshots: Fix root relative path handling; (bso#14216); (bsc#1141320). + Avoiding bad call flags with python 3.8, using METH_NOARGS instead of zero; (bso#14209). + source4/utils/oLschema2ldif: Include stdint.h before cmocka.h; (bso#14218). + docs-xml/winbindnssinfo: Clarify interaction with idmap_ad etc; (bso#14122). + smbd: Fix the build with clang; (bso#14251). + upgradedns: Ensure lmdb lock files linked; (bso#14199). + s3: VFS: glusterfs: Reset nlinks for symlink entries during readdir; (bso#14182). + smbc_stat() doesn't return the correct st_mode and also the uid/gid is not filled (SMBv1) file; (bso#14101). + librpc: Fix string length checking in ndr_pull_charset_to_null(); (bso#14219). + ctdb-scripts: Strip square brackets when gathering connection info; (bso#14227).- Add libnetapi-devel to baselibs conf, for wine usage; (bsc#1172307);- Installing: samba - samba-ad-dc.service does not exist and unit not found; (bsc#1171437);- Fix samba_winbind package is installing python3-base without python3 package; (bsc#1169521);- Require libldb2 >= 2.0.10 after security release.- CVE-2020-10704: LDAP Denial of Service (stack overflow) in Samba AD DC; (bso#14334); (bsc#1169851); - CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ; (bso#14331); (bsc#1169850);- Fix smbclient crash with double free (with unresolved krb5 credential cache); (bso#14344); (bsc#1169095).- Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680).- CTDB doesn't retry outgoing connections on bind (and some other) failures; (bso#14274); (bsc#1162680).- Revert: Allow idmap_rid to have primary group other than "Domain Users"; (bsc#1087931).- Fix nmbstatus not reporting detailed information about workgroups; (bsc#1159464); - Fix querying all names registered within broadcast area; (bso#8927);- Update to samab 4.11.5 + CVE-2019-14902: Replication of ACLs down subtree on AD Directory is not automatic; (bso#12497); (bsc#1160850). + CVE-2019-19344: Fix server crash with dns zone scavenging = yes; (bso#14050); (bsc#1160852). + CVE-2019-14907: server-side crash after charset conversion failure (eg during NTLMSSP processing); (bso#14208); (bsc#1160888). - Update to samba 4.11.4 + Ensure SMB1 cli_qpathinfo2() doesn't return an inode number; (bso#14161). + Ensure we don't call cli_RNetShareEnum() on an SMB1 connection; (bso#14174). + NT_STATUS_ACCESS_DENIED becomes EINVAL when using SMB2 in SMBC_opendir_ctx; (bso#14176). + SMB2 - Ensure we use the correct session_id if encrypting an interim response; (bso#14189). + Prevent smbd crash after invalid SMB1 negprot; (bso#14205). + printing: Fix %J substition; (bso#13745). + Remove now unneeded call to cmdline_messaging_context(); (bso#13925). + Fix incomplete conversion of former parametric options; (bso#14069). + Fix sync dosmode fallback in async dosmode codepath; (bso#14070). + vfs_fruit returns capped resource fork length; (bso#14171). + libnet_join: Add SPNs for additional-dns-hostnames entries; (bso#14116). + smbd: Increase a debug level; (bso#14211). + Prevent azure ad connect from reporting discovery errors reference-value-not-ldap-conformant; (bso#14153). + krb5_plugin: Fix developer build with newer heimdal system library; (bso#14179). + replace: Only link libnsl and libsocket if required; (bso#14168); + ctdb: Incoming queue can be orphaned causing communication; breakdown; (bso#14175). + ldb: Release ldb 2.0.8. Cross-compile will not take cross-answers or cross-execute; (bso#13846). + heimdal-build: Avoid hard-coded /usr/include/heimdal in asn1_compile-generated code; (bso#13856).- Fix Ceph snapshot root relative path handling; (bso#14216); (bsc#1141320).- Update to samba 4.11.3 + CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). + CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). - CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- Update to samba 4.11.2 + CVE-2019-10218: Client code can return filenames containing path separators; (bsc#1144902); (bso#14071). + CVE-2019-14833: Samba AD DC check password script does not receive the full password; (bso#12438). + CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040). - Fixes from 4.11.1 + Overlinking libreplace against librt and pthread against every binary or library causes issues; (bso#14140); + kpasswd fails when built with MIT Kerberos; (bso#14155); + Fix spnego fallback from kerberos to ntlmssp in smbd server; (bso#14106); + Stale file handle error when using mkstemp on a share; (bso#14137); + non-AES schannel broken; (bso#14134); + Joining Active Directory should not use SAMR to set the password; (bso#13884); + smbclient can blunder into the SMB1 specific cli_RNetShareEnum() call on an SMB2 connection; (bso#14152); + Deleted records can be resurrected during recovery; (bso#14147); + getpwnam and getpwuid need to return data for ID_TYPE_BOTH group; (bso#14141); + winbind does not list forest trusts with additional trust attributes; (bso#14130); + fault report points to outdated documentation; (bso#14139); + pam_winbind with krb5_auth or wbinfo -K doesn't work for users of trusted domains/forests; (bso#14124); + classicupgrade results in uncaught exception - a bytes-like object is required, not 'str'; (bso#14136); + pod2man is not longer required, stop checking at build time; (bso#14131); + Exit code of ctdb nodestatus should not be influenced by deleted nodes; (bso#14129); + username/password authentication doesn't work with CUPS and smbspool; (bso#14128); + smbc_readdirplus() is incompatible with smbc_telldir() and smbc_lseekdir(); (bso#14094);- CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040); (bsc#1154598); - CVE-2019-10218: Client code can return filenames containing path separators; (bso#14071); (bsc#1144902);- CVE-2019-14833: samba: Accent with "check script password" Samba AD DC check password script does not receive the full password; (bso#12438); (bsc#1154289).- Update to samba 4.11.0 + For details on all items see WHATSNEW.txt in samba-doc package + Python2 runtime support removed; python 3.4 or later required + Security improvements: - SMB1 disabled by default - lanman and plaintext authentication deprecated - winbind: PAM_AUTH and NTLM_AUTH events logged - GnuTLS 3.2 required; system FIPS mode setting honored + CephFS Snapshot integration, exposed as previous file versions + ctdb changes: - onnode -o option removed - ctdbd logs when using more than 90% of a CPU thread - CTDB_MONITOR_SWAP_USAGE variable removed + AD Domain controller improvements: - Upgrade AD databse format - BIND9_FLATFILE deprecated - default process model chagned to prefork - bind9 dns operation duration logging - Default schema updated to 2012_R2; function level is unchanged - many performance improvements + Configuration webserver support removed- Fix broken username/password authentication with CUPS and smbspool; (bsc#1152143); (bso#14128).- Fix auth problems when printing via smbspool backend with kerberos; (bnc#1148539); (bso#13832).- Update to samba 4.10.8 + CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267);- Fix build on newer systems by modifying samba.spec to use consistent non-relative paths for pammodules in configure line and specification of pam_winbind.so library to package.- Update to samba 4.10.7 + Unable to create or rename file/directory inside shares configured with vfs_glusterfs_fuse module; (bso#14010). + build: Allow build when '--disable-gnutls' is set; (bso#13844) + samba-tool: Add 'import samba.drs_utils' to fsmo.py; (bso#13973). + Fix 'Error 32 determining PSOs in system' message on old DB with FL upgrade; (bso#14008). + s4/libnet: Fix joining a Windows pre-2008R2 DC; (bso#14021) + join: Use a specific attribute order for the DsAddEntry nTDSDSA object; (bso#14046). + vfs_catia: Pass stat info to synthetic_smb_fname(); (bso#14015). + lookup_name: Allow own domain lookup when flags == 0; (bso#14091). + s4 librpc rpc pyrpc: Ensure tevent_context deleted last; (bso#13932). + DEBUGC and DEBUGADDC doesn't print into a class specific log file; (bso#13915). + Request to keep deprecated option "server schannel", VMWare Quickprep requires "auto"; (bso#13949). + dbcheck: Fallback to the default tombstoneLifetime of 180 days; (bso#13967). + dnsProperty fails to decode values from older Windows versions; (bso#13969). + samba-tool: Use only one LDAP modify for dns partition fsmo role transfer; (bso#13973). + third_party: Update waf to version 2.0.17; (bso#13960). + netcmd: Allow 'drs replicate --local' to create partitions; (bso#14051). + ctdb-config: Depend on /etc/ctdb/nodes file; (bso#14017).- CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267).- Prepare for use future use of kernel keyrings, modify /etc/pam.d/samba to include pam_keyinit.so; (bsc#1144059).- Update samba-winbind script to work with systemd; (bsc#1132739); - Drop samba dhcpcd hook scripts - Update to samba 4.10.6 + s3: winbind: Fix crash when invoking winbind idmap scripts; (bso#13956). + smbd does not correctly parse arguments passed to dfree and quota scripts; (bso#13964). + samba-tool dns: use bytes for inet_ntop; (bso#13965). + samba-tool domain provision: Fix --interactive module in python3; (bso#13828). + ldb_kv: Skip @ records early in a search full scan; (bso#13893). + docs: Improve documentation of "lanman auth" and "ntlm auth" connection; (bso#13981). + python/ntacls: Use correct "state directory" smb.conf option instead of "state dir"; (bso#14002). + registry: Add a missing include; (bso#13840). + Fix SMB guest authentication; (bso#13944). + AppleDouble conversion breaks Resourceforks; (bso#13958). + vfs_fruit makes direct use of syscalls like mmap() and pread(); (bso#13968). + s3:mdssvc: Fix flex compilation error; (bso#13987). + s3/vfs_glusterfs[_fuse]: Avoid using NAME_MAX directly; (bso#13872). + dsdb:samdb: schemainfo update with relax control; (bso#13799). + s3:util: Move static file_pload() function to lib/util; (bso#13964). + smbd: Fix a panic; (bso#13957). + ldap server: Generate correct referral schemes; (bso#12478). + s4 dsdb/repl_meta_data: fix use after free in dsdb_audit_add_ldb_value; (bso#13941). + s4 dsdb: Fix use after free in samldb_rename_search_base_callback; (bso#13942). + dsdb/repl: we need to replicate the whole schema before we can apply it; (bso#12204). + ldb: Release ldb 1.5.5; (bso#12478). + Schema replication fails if link crosses chunk boundary backwards; (bso#13713). + 'samba-tool domain schemaupgrade' uses relax control and skips the schemaInfo update provision; (bso#13799). + dsdb_audit: avoid printing "... remote host [Unknown] SID [(NULL SID)] ..."; (bso#13916). + python/ntacls: We only need security.SEC_STD_READ_CONTROL in order to get the ACL; (bso#13917). + s3:loadparm: Ensure to truncate FS Volume Label at multibyte boundary; (bso#13947). + Using Kerberos credentials to print using spoolss doesn't work; (bso#13939). + wafsamba: Use native waf timer; (bso#13998). + ctdb-scripts: Fix tcp_tw_recycle existence check; (bso#13984).- Update to samba-4.10.5 (including updates for 4.10.4, 4.10.3) + CVE-2019-12435 rpc/dns: Avoid NULL deference if zone not found in DnssrvOperation2; (bso#13922); (bsc#1137815). + CVE-2019-12436 dsdb/paged_results: Ignore successful results without messages; (bso#13951); (bsc#1137816). - Update to samba-4.10.4 + s3: SMB1: Don't allow recvfile on stream fsp's; (bso#13938). + py/provision: Fix for Python 2.6; (bso#13882). + netcmd: Fix 'passwordsettings --max-pwd-age' command; (bso#13873). + s3-libnet_join: 'net ads join' to child domain fails when using "-U admin@forestroot"; (bso#13861). + vfs_ceph: Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245). + vfs_ceph: Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). + ctdb-common: Avoid race between fd and signal events; (bso#13895). + ctdb-common: Fix memory leak in run_proc; (bso#13943). + lib: Initialize getline() arguments; (bso#13892). + winbind: Fix overlapping id ranges; (bco#13903). + lib util debug: Increase format buffer to 4KiB; (bso#13902). + nsswitch pam_winbind: Fix Asan use after free; (bso#13927). + s4 lib socket: Ensure address string owned by parent struct; (bso#13929). + s3 rpc_client: Fix Asan stack use after scope; (bso#13936). + s3:smbd: Handle IO_REPARSE_TAG_DFS in SMB_FIND_FILE_FULL_DIRECTORY_INFO; (bso#10097). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#10344). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#12845). + smb2_tcon: Avoid STATUS_PENDING completely on tdis; (bso#13698). + smb2_sesssetup: avoid STATUS_PENDING responses for session setup; (bso#13796). + dbcheck: Fix the err_empty_attribute() check; (bso#13843). + vfs_snapper: Drop unneeded fstat handler; (bso#13858). + vfs_default: Fix vfswrap_offload_write_send() NT_STATUS_INVALID_VIEW_SIZE check; (bso#13862). + smb2_server: Grant all 8192 credits to clients; (bso#13863). + smbd: Implement SMB_FILE_NORMALIZED_NAME_INFORMATION handling; (bso#13919). + s3/vfs_glusterfs: Dynamically determine NAME_MAX; (bso#13872). + s3: modules: ceph: Use current working directory instead of share path; (bso#13918); (bsc#1134452). + winbind: Use domain name from lsa query for sid_to_name cache entry; (bso#13831). + memcache: Increase size of default memcache to 512k; (bso#13865). + docs: Update smbclient manpage for "--max-protocol"; (bso#13857). + s3:utils: If share is NULL in smbcacls, don't print it; (bso#13937). + s3:smbspool: Fix regression printing with Kerberos credentials; (bso#13939). + ctdb-scripts: CTDB restarts failed NFS RPC services by hand, which is incompatible with systemd; (bso#13860). + ctdb-daemon: Revert "We can not assume that just because we could complete a TCP handshake"; (bso#13888). + ctdb-daemon: Never use 0 as a client ID; (bso#13930). + ctdb-common: Fix memory leak; (bso#13943). + s3:debug: Enable logging for early startup failures; (bso#13904) - Update to samba-4.10.3 + CVE-2018-16860: Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum; (bso#13685); (bsc#1134024).- CVE-2019-12435: zone operations can crash rpc server; (bso#13922); (bsc#1137815).- Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). - Add ceph_snapshots VFS module; (jsc#SES-183).- Fix vfs_ceph realpath; (bso#13918); (bsc#1134452).- Update to samba-4.10.2: + CVE-2019-3870 (World writable files in Samba AD DC private/ dir); (bso#13834). + CVE-2019-3880 (Save registry file outside share as unprivileged user); (bso#13851). + py/kcc_utils: py2.6 compatibility; (bso#13837). + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869). + regfio: Improve handling of malformed registry hive files; (bso#13840). + ctdb-version: Simplify version string usage; (bso#13789). + lib: Make fd_load work for non-regular files; (bso#13859). + dbcheck: in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816). + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818). + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854). + acl_read: Fix regression for empty lists; (bso#13836). + s4:dlz make b9_has_soa check dc=@ node; (bso#13841). + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832). + s4:librpc: Fix installation of Samba; (bso#13847). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793). + s3:lib: Fix the debug message for adding cache entries; (bso#13848). + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853). * ctdb-build: Drop creation of .distversion in tarball; (bso#13789). * ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838). - Update to samba-4.10.1: + py/kcc_utils: py2.6 compatibility; (bso#13837); + libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of negotiate response; (bso#13869); + regfio: Improve handling of malformed registry hive files; (bso#13840); + ctdb-version: Simplify version string usage; (bso#13789); + lib: Make fd_load work for non-regular files; (bso#13859); + dbcheck in the middle of the tombstone garbage collection causes replication failures, dbcheck: add --selftest-check-expired-tombstones cmdline option; (bso#13816); + ndr_spoolss_buf: Fix out of scope use of stack variable in NDR_SPOOLSS_PUSH_ENUM_OUT(); (bso#13818); + s4/messaging: Fix undefined reference in linking libMESSAGING-samba4.so; (bso#13854); + acl_read: Fix regression for empty lists; (bso#13836); + s4:dlz make b9_has_soa check dc=@ node; (bso#13841); + s3:client: Fix printing via smbspool backend with kerberos auth; (bso#13832); + s4:librpc: Fix installation of Samba; (bso#13847); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:utils: Add 'smbstatus -L --resolve-uids' to show username; (bso#13793); + s3:lib: Fix the debug message for adding cache entries; (bso#13848); + s3:waf: Fix the detection of makdev() macro on Linux; (bso#13853); + ctdb-build: Drop creation of .distversion in tarball; (bso#13789); + ctdb-packaging: Test package requires tcpdump, ctdb package should not own system library directory; (bso#13838); - Update to samba-4.10.0: + s4-server: Open and close a transaction on sam.ldb at startup; (bso#13760); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s4/scripting/bin: Open unicode files with utf8 encoding and write + unicode string. + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + Fix idmap cache pollution with S-1-22- IDs on winbind hickup; (bso#13813); + passdb: Update ABI to 0.27.2. + lib/winbind_util: Add winbind_xid_to_sid for --without-winbind; (bso#13813); + lib:util: Move debug message for mkdir failing to log level 1; (bso#13823);- MacOS credit accounting breaks with async SESSION SETUP; (bsc#1125601); (bso#13796). - Mac OS X SMB2 implmenetation sees Input/output error or Resource temporarily unavailable and drops connection; (bso#13698)- Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245).- CVE-2019-3880: Save registry file outside share as unprivileged user; (bso#13851); (bsc#1131060 ).- CVE-2019-3870 pysmbd: missing restoration of original umask after umask(0); (bso#13834); (bsc#1130703);- Update to samba-4.9.5 + audit_logging: Remove debug log header and JSON Authentication: prefix; (bso#13714); + Fix upgrade from 4.7 (or earlier) to 4.9; (bso#13760); + s3: lib: nmbname: Ensure we limit the NetBIOS name correctly; (bso# CID: 1433607; (bso#11495); + smbd: uid: Don't crash if 'force group' is added to an existing share connection; (bso#13690); + s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code; (bso#13770); + s3: SMB1 POSIX mkdir does case insensitive name lookup; (bso#13803); + s3:utils/smbget fix recursive download with empty source directories; (bso#13199); + samba-tool drs showrepl: Do not crash if no dnsHostName found; (bso#13716); + s3:libsmb: cli_smb2_list() can sometimes fail initially on a connection; (bso#13736); + join: Throw CommandError instead of Exception for simple errors; (bso#13747); + ldb: Avoid inefficient one-level searches; (bso#13762); + s3: libsmb: use smb2cli_conn_max_trans_size() in cli_smb2_list(); (bso#13736); + tldap: Avoid use after free errors; (bso#13776); + Fix idmap xid2sid cache churn; (bso#13802); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s3-smbd: Avoid assuming fsp is always intact after close_file call; (bso#13720); + s3-vfs-fruit: Add close call; (bso#13725); + s3-smbd: Use fruit:model string for mDNS registration; (bso#13746); + s3-vfs: add glusterfs_fuse vfs module; (bso#13774); + printing: Check lp_load_printers() prior to pcap cache update; (bso#13766); + vfs_ceph: vfs_ceph strict_allocate_ftruncate calls (local FS) ftruncate and fallocate; (bso#13807); + lib/audit_logging: Actually create talloc; (bso#13737); + netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpg; (bso#13728); + dns: Changing onelevel search for wildcard to subtree; (bso#13738); + samba-tool: Don't print backtrace on simple DNS errors; (bso#13721); + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + ctdb: Print locks latency in machinereadable stats; (bso#13742); + messages_dgm: Messaging gets stuck when pids are recycled; (bso#13786); + audit_logging: auth_json_audit required auth_json; (bso#13715); + man pages: Document prefork process model; (bso#13765); + CVE-2019-3824 ldb: Release ldb 1.4.6; (bso#13773); + s3:auth: ignore create_builtin_guests() failing without a valid idmap configuration; (bso#13697); + s3:auth_winbind: Ignore a missing winbindd as NT4 PDC/BDC without trusts; (bso#13722); + s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not available; (bso#13723); + s4:server: Add support for 'smbcontrol samba shutdown' and 'smbcontrol debug/debuglevel'; (bso#13752); + Python: Ensure ldb.Dn can doesn't rencoded str with py2; (bso#13616); + vfs_glusterfs: Adapt to changes in libgfapi signatures; (bso#13330); + s3-vfs: Use ENOATTR in errno comparison for getxattr; (bso#13774); + notifyd: Fix SIGBUS on sparc; (bso#13704); + waf: Check for libnscd; (bso#13787); + s3:vfs: Correctly check if OFD locks should be enabled or not; (bso#13770); + lib/util: Count a trailing line that doesn't end in a newline; (bso#13717); + Recovery lock bug fixes; (bso#13800); + s3: net: Do not set NET_FLAGS_ANONYMOUS with -k; (bso#13726); + s3:libsmb: Honor disable_netbios option in smbsock_connect_send; (bso#13727); + vfs_fileid: Fix get_connectpath_ino; (bso#13741); + vfs_fileid: Fix fsname_norootdir algorithm; (bso#13744);- Fix vfs_ceph ftruncate and fallocate handling; (bso#13807); (bsc#1127153).- Fix update-apparmor-samba-profile script after apparmor switched to using named profiles. The change is backwards compatible; (bsc#1126377);- LoadParm().load_default() fails with "Unable to load default file"; (bsc#1089758);- Abide by load_printers smb.conf parameter; (bso#13766); (bsc#1124223);- Update to samba-4.9.4 + libcli/smb: Don't overwrite status code; (bso#9175). + wbinfo --group-info 'NT AUTHORITY\System' does not work; (bso#12164). + Session setup reauth fails to sign response; (bso#13661). + vfs_fruit: Validation of writes on AFP_AfpInfo stream; (bso#13677). + vfs_shadow_copy2: Nicely deal with attempts to open previous version for writing; (bso#13688). + Restoring previous version of stream with vfs_shadow_copy2 fails with NT_STATUS_OBJECT_NAME_INVALID fsp->base_fsp->fsp_name; (bso#13455). + CVE-2018-16853: Fix S4U2Self crash with MIT KDC build; (bso#13571). + s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs; (bso#13708) + PEP8: fix E231: missing whitespace after ','. + winbindd: Fix crash when taking profiles;(bso#13629) + CVE-2018-14629 dns: Fix CNAME loop prevention using counter regression; (bso#13600) + 'samba-tool user syscpasswords' fails on a domain with many DCs; (bso#13686). + CVE-2018-16853: Do not segfault if client is not set; (bso#13571). + lib:util: Fix DEBUGCLASS pointer initializiation; (bso#13679) + ctdb-daemon: Exit with error if a database directory does not exist; (bso#13696). + s3:libads: Add net ads leave keep-account option; (bso#13498).- Drop more %if..%endif guards which are idempotent. - Drop requires on ldconfig which are already auto-discovered. - Do not ignore errors from useradd/groupadd.- Remove python2 build dependency from samba-libs; (bsc#1116900);- Update update-apparmor-samba-profile script to ignore the shares's paths containing substitution variables in any place, not only at the beginning of the path.- Update to samba-4.9.3 + CVE-2018-14629: Unprivileged adding of CNAME record causing loop in AD Internal DNS server; (bso#13600); (bsc#1116319); + CVE-2018-16841: Double-free in Samba AD DC KDC with PKINIT; (bso#13628); (bsc#1116320); + CVE-2018-16851: NULL pointer de-reference in Samba AD DC LDAP server; (bso#13674); (bsc#1116322); + CVE-2018-16852: NULL pointer de-reference in Samba AD DC DNS servers; (bso#13669); (bsc#1116321); + CVE-2018-16853: Samba AD DC S4U2Self crash in experimental MIT Kerberos configuration (unsupported); (bso#13678); (bsc#1116324); + CVE-2018-16857: Bad password count in AD DC not always effective; window; (bso#13683); (bsc#1116323);- Update to samba-4.9.2 + dsdb: Add comments explaining the limitations of our current backlink behaviour; (bso#13418); + Fix problems running domain backups (handling SMBv2, sites); (bso#13621); + testparm: Fix crashes with PANIC: Messaging not initialized on SLES 12 SP3; (bso#13465); + Make vfs_fruit able to cleanup AppleDouble files; (bso#13642); + File saving issues with vfs_fruit on samba >= 4.8.5; (bso#13646); + Enabling vfs_fruit looses FinderInfo; (bso#13649); + Cancelling of SMB2 aio reads and writes returns wrong error NT_STATUS_INTERNAL_ERROR; (bso#13667); + Fix CTDB recovery record resurrection from inactive nodes and simplify vacuuming; (bso#13641); + examples: Fix the smb2mount build; (bso#13465); + libtevent: Fix build due to missing open_memstream on Illiumos; (bso#13629); + winbindd_cache: Fix timeout calculation for sid<->name cache; (bso#13662); + dsdb encrypted_secrets: Allow "ldb:// and "mdb://" in file path; (bso#13653); + Extended DN SID component missing for member after switching group membership; (bso#13418); + Return STATUS_SESSION_EXPIRED error encrypted, if the request was encrypted; (bso#13624); + python: Allow forced signing via smb.SMB(); (bso#13621); + lib:socket: If returning early, set ifaces; (bso#13665); + ldb: Bump ldb version to 1.4.3, Python: Ensure ldb.Dn can accept utf8 encoded unicode; (bso#13616); + smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attribute; (bso#13673); + waf: Add -fstack-clash-protection; (bso#13601); + winbind: Fix segfault if an invalid passdb backend is configured; (bso#13668); + Fix bugs in CTDB event handling; (bso#13659); + Misbehaving nodes are sometimes not banned; (bso#13670);- lib:socket: If returning early, set ifaces; (bso#13665); (bsc#1111373);- winbind requires latest version of libtevent-util0 to start- Backport latest gpo code from master + Read policy from local gpt cache + Offline policy application + Make group policy extensible via register/unregister gpext + gpext's run via a process_group_policy method- Enable profiling data collection- Change samba-kdc package name to samba-ad-dc - Move samba-ad-dc.service to the samba-ad-dc package- Update to samba-4.9.1 + s3: nmbd: Stop nmbd network announce storm; (bso#13620); + s3-rpcclient: Use spoolss_init_spoolss_UserLevel1 in winspool cmds; (bso#13597); + CTDB recovery lock has some race conditions; (bso#13617); + s3-rpc_client: Advertise Windows 7 client info; (bso#13597); + ctdb-doc: Remove PIDFILE option from ctdbd_wrapper man page; (bso#13610);- Tumbleweed doesn't define the sle_version macro, so we must include a check for suse_version also. Otherwise python3 is disabled on Tumbleweed.- Update to samba-4.9.0 + samba_dnsupdate: Honor 'dns zone scavenging' option, only update if needed; (bso#13605); + wafsamba: Fix 'make -j'; (bso#13606);- Update to samba-4.9.0rc5 + s3: VFS: vfs_full_audit: Ensure smb_fname_str_do_log() only returns absolute pathnames; (bso#13565); + s3: util: Do not take over stderr when there is no log file; (bso#13578); + Durable Reconnect fails because cookie.allow_reconnect is not set; (bso#13549); + krb5-samba: Interdomain trust uses different salt principal; (bso#13539); + vfs_fruit: Don't unlink the main file; (bso#13441); + smbd: Fix a memleak in async search ask sharemode; (bso#13602); + Fix Samba GPO issue when Trust is enabled; (bso#11517); + samba-tool: Add "virtualKerberosSalt" attribute to 'user getpassword/syncpasswords'; (bso#13539); + Fix CTDB configuration issues; (bso#13589); + ctdbd logs an error until it can successfully connect to eventd; (bso#13592);- Update to samba-4.9.0rc4 + s3: smbd: Ensure get_real_filename() copes with empty pathnames; (bso#13585); + samba domain backup online/rename commands force user to specify password on CLI; (bso#13566); + wafsamba/samba_abi: Always hide ABI symbols which must be local; (bso#13579); + Fix a panic if fruit_access_check detects a locking conflict; (bso#13584); + Fix memory and resource leaks; (bso#13567); + python: Fix print in dns_invalid.py; (bso#13580); + Aliasing issue causes incorrect IPv6 checksum; (bso#13588); + Fix CTDB configuration issues; (bso#13589); + s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_read_recv(); (bso#13568);- Add missing zlib-devel dependency which was previously pulled in by libopenssl-devel- Update to samba-4.9.0rc3+git.22.3fff23ae36e + CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from malicious servers; (bso#13453); + CVE-2018-1140: ldbsearch '(distinguishedName=abc)' and DNS query with escapes crashes, ldb: Release LDB 1.3.5 for CVE-2018-1140; (bso#13374); + CVE-2018-10918: cracknames: Fix DoS (NULL pointer de-ref) when not servicePrincipalName is set on a user; (bso#13552); + CVE-2018-10919: acl_read: Fix unauthorized attribute access via searches; (bso#13434); + ctdb_mutex_ceph_rados_helper: Set SIGINT signal handler; (bso#13540); + CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled via "ntlm auth"; (bso#13360); + s3-tldap: do not install test_tldap; (bso#13529); + ctdb_mutex_ceph_rados_helper: Fix deadlock via lock renewals; (bso#13540); + CVE-2018-1140 Add NULL check for ldb_dn_get_casefold() in ltdb_index_dn_attr(); (bso#13374); + ctdb-eventd: Fix CID 1438155; (bso#13554); + Fix CIDs 1438243, (Unchecked return value) 1438244 (Unsigned compared against 0), 1438245 (Dereference before null check) and 1438246 (Unchecked return value); (bso#13553); + ctdb: Fix a cut&paste error; (bso#13554); + systemd: Only start smb when network interfaces are up; (bso#13559); + Fix quotas don't work with SMB2; (bso#13553); + s3/smbd: Ensure quota code is only called when quota support detected; (bso#13563); + s3/libsmb: Explicitly set delete_on_close token for rmdir; (bso#13204); + s3:waf: Install eventlogadm to /usr/sbin; (bso#13561); + Shorten description in vfs_linux_xfs_sgid manual; (bso#13562);- Update to samba-4.9.0rc2+git.21.a1069afb007 + s3: smbd: Using "sendfile = yes" with SMB2 can cause CPU spin; (bso#13537); + s3: smbd: Fix path check in smbd_smb2_create_durable_lease_check(); (bso#13535); + samba-tool trust: Support discovery via netr_GetDcName; (bso#13538); + s4-dsdb: Only build dsdb Python modules for AD DC; (bso#13542); + Fix portability issues on freebsd; (bso#13520); + DNS wildcard search does not handle multiple labels correctly; (bso#13536); + samba-tool domain trust: Fix trust compatibility to Windows Server 1709 and FreeIPA; (bso#13308); + Fix portability issues on freebsd; (bso#13520); + ctdb-protocol: Fix CTDB compilation issues; (bso#13545); + ctdb-docs: Replace obsolete reference to CTDB_DEBUG_HUNG_SCRIPT option; (bso#13546); + ctdb-doc: Provide an example script for migrating old configuration; (bso#13550); + ctdb-event: Implement event tool "script list" command; (bso#13551);- Update to samba-4.8.4+git.37.a7a861d7982; + CVE-2018-1139: Weak authentication protocol allowed; (bsc#1095048); (bsc#13360); + CVE-2018-1140: Denial of Service Attack on DNS and LDAP server; (bsc#1095056); (bso#13466); (bso#13374); + CVE-2018-10858: Insufficient input validation on client directory listing in libsmbclient; (bsc#1103411); (bso#13453); + CVE-2018-10918: Denial of Service Attack on AD DC DRSUAPI server; (bsc#1103414); (bso#13552); + CVE-2018-10919: Confidential attribute disclosure from the AD LDAP server; (bsc#1095057); (bso#13434); + s3:winbind: winbind normalize names' doesn't work for users; (bso#12851); + winbind: Fix UPN handling in canonicalize_username(); (bso#13369); + s3: smbd: Fix SMB2-FLUSH against directories; (bso#13428); + samdb: Fix building Samba with gcc 8.1; (bso#13437); + s3:utils: Do not segfault on error in DoDNSUpdate(); (bso#13440); + smbd: Flush dfree memcache on service reload; (bso#13446); + ldb: Save a copy of the index result before calling the + lib/util: No Backtrace given by Samba's AD DC by default; (bso#13454). + s3: smbd: printing: Re-implement delete-on-close semantics for print files missing since 3.5.x; (bso#13457). + python: Fix talloc frame use in make_simple_acl(); (bso#13474). + krb5_wrap: Fix keep_old_entries logic for older Kerberos libraries;(bso#13478). + krb5_plugin: Add winbind localauth plugin for MIT Kerberos; (bso#13480).- Add missing package descriptions; (bsc#1093864); - Fix dependency issue between samba-python and samba-kdc; (bsc#1062876); - Call update-apparmor-samba-profile when running samba-ad-dc; (bsc#1092099);- Update to 4.8.2 + After update to 4.8.0 DC failed with "Failed to find our own NTDS Settings objectGUID" (bso#13335). + fix incorrect reporting of stream dos attributes on a directory (bso#13380). + vfs_ceph: add asynchronous fsync; fake synchronous call (bso#13412). + vfs_ceph: add fake async pwrite/pread send/recv hooks; (bso#13425) + vfs_ceph: Fix memory leak; (bso#13424). + libsmbclient: Fix hard-coded connection error return of ETIMEDOUT; (bso#13419). + s4-lsa: Fix use-after-free in LSA server; (bso#13420). + winbindd: Do re-connect if the RPC call fails in the passdb case; (bso#13430). + cleanupd: Sends MSG_SMB_UNLOCK twice to interested peers; (bso#13416). + cleanupd: Use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shutdown; (bso#13414). + ctdb-client: Remove ununsed functions from old client code; (bso#13411). + printing: Return the same error code as windows does on upload failures; (bso#13395). + nsswitch: Fix memory leak in winbind_open_pipe_sock() when the privileged pipe is not accessable; (bso#13400). + s4:lsa_lookup: remove TALLOC_FREE(state) after all dcesrv_lsa_Lookup{Names,Sids}_base_map() calls; (bso#13420). + rpc_server: Fix NetSessEnum with stale sessions; (bso#13407). + s3:smbspool: Fix cmdline argument handling; (bso#13417).- Move libdfs-server-ad-samba4.so library from kdc to libs package, as it is required by some client libs; (bsc#1074135); - Update to 4.8.1; (bsc#1091179); + s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here; (bso#13244); + s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(); (bso#13270); + Round-tripping ACL get/set through vfs_fruit will increase the number of ACE entries without limit; (bso#13319); + s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues; (bso#13347); + s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete access; (bso#13358); + s3: smbd: Fix memory leak in vfswrap_getwd(); (bso#13372); + s3: smbd: Unix extensions attempts to change wrong field in fchown call; (bso#13375); + ms_schema/samba-tool visualize: Fix python2.6 incompatibility; (bso#13337); + Fix invocation of gnutls_aead_cipher_encrypt(); (bso#13352); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + winbindd: Recover loss of netlogon secure channel in case the peer DC is rebooted; (bso#13332); + s3:smbd: Don't use the directory cache for SMB2/3; (bso#13363); + ctdb-client: Fix bugs in client code; (bso#13356); + ctdb-scripts: Drop "net serverid wipe" from 50.samba event script; (bso#13359); + s3: lib: messages: Don't use the result of sec_init() before calling sec_init(); (bso#13368); + libads: Fix the build '--without-ads'; (bso#13273); + winbind: Keep "force_reauth" in invalidate_cm_connection, add 'smbcontrol disconnect-dc'; (bso#13332); + vfs_virusfilter: Fix CIDs 1428738-1428740; (bso#13343); + dsdb: Fix CID 1034966 Uninitialized scalar variable; (bso#13367); + rpc_server: Fix core dump in dfsgetinfo; (bso#13370); + smbclient: Fix notify; (bso#13382); + Fix smbd panic if the client-supplied channel sequence number wraps; (bso#13215); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + lib/util: Remove unused '#include ' from tests/tfork.c; (bso#13342); + Fix build errors with cc from developerstudio 12.5 on Solaris; (bso#13343); + Fix the picky-developer build on FreeBSD 11; (bso#13344); + s3:modules: Fix the build of vfs_aixacl2.c; (bso#13345); + s3:smbd: map nterror on smb2_flush errorpath; (bso#13338); + lib:replace: Fix linking when libtirpc-devel overwrites system headers; (bso#13341); + winbindd: 'wbinfo --name-to-sid' returns misleading result on invalid query; (bso#13312); + s3:passdb: Do not return OK if we don't have pinfo set up; (bso#13376); + Allow AESNI to be used on all processor supporting AESNI; (bso#13302);- Use new foreground execution flags for systemd samba daemons; (bsc#1088574); (bsc#1071090); (bsc#1065551); + Add %post scriptlet to clear old sysconfig flags - Update vendor-files to commit 880b3e7. + Set samba sysconfig template variables to "" + Add required daemon flags directly to systemd unit- Specfile cleanup + Remove %if..%endif guards which don't affect the build + Remove redundant %clean section + Replace old $RPM_* shell vars with macros- BuildRequire pkgconfig(systemd) and pkgconfig(libsystemd) in place of systemd and systemd-devel: Allow OBS to optimize the workload by allowing the usage of the 'build-optimized' systemd packages.- Enable building samba with python3, and create a samba-python3 package.- Update to 4.8 + New GUID Index mode in sam.ldb for the AD DC + GPO support for samba KDC + Time machine support with vfs_fruit + Encrypted secrets + AD Replication visualization + Improved trust support - ability to not scan global trust list - AD external trusts have limited support - verbose trusted domain listing + VirusFilter VFS module + NT4-style replication removed + vfs_aio_linux removed- Disable samba-pidl package, due to the removal of dependency perl-Parse-Yapp; (bsc#1085150);- Update to 4.7.6; + CVE-2018-1050: DOS vulnerability when SPOOLSS is run externally; (bso#11343); (bsc#1081741); + CVE-2018-1057: Authenticated users can change other users' password; (bso#13272); (bsc#1081024).- Disable python until full python3 port is done; (bsc#1082139); + Remove contents of package samba-python + Remove contents of package libsamba-policy0 + Remove contents of package libsamba-policy-devel + Remove library libsamba-python-samba4.so from samba-libs package + Remove library libsamba-net-samba4.so from samba-libs package + Remove smbtorture binary and manpage from samba-test- samba fails to build with glibc2.27; (bsc#1081042);- Update to 4.7.5; (bsc#1080545); + smbd tries to release not leased oplock during oplock II downgrade; (bso#13193); + Fix copying file with empty FinderInfo from Windows client to Samba share with fruit; (bso#13181); + build: Deal with recent glibc sunrpc header removal; (bso#10976); + Make Samba work with tirpc and libnsl2; (bso#13238); + vfs_ceph: Add fs_capabilities hook to avoid local statvfs; (bso#13208); (bsc#1075206); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + ctdb-recovery-helper: Deregister message handler in error paths; (bso#13188); + samba: Only use async signal-safe functions in signal handler; (bso#13240); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + repl_meta_data: Fix linked attribute corruption on databases with unsorted links on expunge. dbcheck: Add functionality to fix the corrupt database; (bso#13228); + Fix smbd panic when chdir returns error during exit; (bso#13189); + Make Samba work with tirpc and libnsl2; (bso#13238); + Fix POSIX ACL support on HPUX and possibly other big-endian OSs; (bso#13176);- Update to 4.7.4; (bsc#1080545); + s3: smbclient: Implement 'volume' command over SMB2; (bso#13140); + s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv(); (bso#13171); + s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse point symlink on Windows from smbclient; (bso#13172); + Build man page for vfs_zfsacl.8 with Samba; (bso#12934); + repl_meta_data: Allow delete of an object with dangling backlinks; (bso#13095); + s4:samba: Fix default to be running samba as a deamon; (bso#13129); + Performance regression in DNS server with introduction of DNS wildcard, ldb: Release 1.2.3; (bso#13191); + vfs_zfsacl: Fix compilation error; (bso#6133); + "smb encrypt" setting changes are not fully applied until full smbd restart; (bso#13051); + winbindd: Fix idmap_rid dependency on trusted domain list; (bso#13052); + vfs_fruit: Proper VFS-stackable conversion of FinderInfo; (bso#13155); + winbindd: Dependency on trusted-domain list in winbindd in critical auth codepath; (bso#13173); + repl_meta_data: Fix removing of backlink on deleted objects; (bso#13120); + ctdb: sock_daemon leaks memory; (bso#13153); + TCP tickles not getting synchronised on CTDB restart; (bso#13154); + winbindd: winbind parent and child share a ctdb connection; (bso#13150); + pthreadpool: Fix deadlock; (bso#13170); + pthreadpool: Fix starvation after fork; (bso#13179); + messaging: Always register the unique id; (bso#13180); + s4/smbd: set the process group; (bso#13129); + Fix broken linked attribute handling; (bso#13095); + The KDC on an RWDC doesn't send error replies in some situations; (bso#13132); + libnet_join: Fix 'net rpc oldjoin'; (bso#13149); + g_lock conflict detection broken when processing stale entries; (bso#13195); + s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessions; (bso#13197); + s3:libads: net ads keytab list fails with "Key table name malformed"; (bso#13166); (bsc#1067700); + Fix crash in pthreadpool thread after failure from pthread_create; (bso#13170); + s4:samba: Allow samba daemon to run in foreground; (bso#13129); (bsc#1065551); + third_party: Link the aesni-intel library with "-z noexecstack"; (bso#13174); + vfs_glusterfs: include glusterfs/api/glfs.h without relying on "-I" options; (bso#13125);- Re-enable usage of libnsl (did got lost with glibc change) - Use TI-RPC (sunrpc is deprecated and will be removed soon from glibc)- smbc_opendir should not return EEXIST with invalid login credentials; (bnc#1065868).- Update to 4.7.3; (bsc#1069666); + Non-smbd processes using kernel oplocks can hang smbd; (bso#13121); + python: use communicate to fix Popen deadlock; (bso#13127); + smbd on disk file corruption bug under heavy threaded load; (bso#13130); + tevent: version 0.9.34; (bso#13130); + s3: smbd: Fix delete-on-close after smb2_find; (bso#13118); + CVE-2017-14746: s3: smbd: Fix SMB1 use-after-free crash bug; (bsc#1060427);(bso#13041); + CVE-2017-15275: s3: smbd: Chain code can return uninitialized memory when talloc buffer is grown; (bsc#1063008); (bso#13077); - Build with AD DC support only in openSUSE.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- samba-tool requires samba-python; (bnc#1067771).- Run all daemons in the foreground and let systemd handle it; (bsc#1065551). - Update to 4.7.1; + Fix exporting subdirs with shadow_copy2; (bso#13091); + Currently if getwd() fails after a chdir(), we panic; (bso#13027); + Ensure default SMB_VFS_GETWD() call can't return a partially completed struct smb_filename; (bso#13068); + sys_getwd() can leak memory or possibly return the wrong errno on older systems; (bso#13069); + smbclient doesn't correctly canonicalize all local names before use; (bso#13093); + Fix broken linked attribute handling; (bso#13095); + Missing LDAP query escapes in DNS rpc server; (bso#12994); + Link to -lbsd when building replace.c by hand; (bso#13087); + Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem; (bso#6133); + Map SYNCHRONIZE acl permission statically in zfs_acl vfs module; (bso#7909); + Samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xattr module; (bso#7933); + Missing assignment in sl_pack_float; (bso#12991); + Wrong Samba access checks when changing DOS attributes; (bso#12995); + samba_runcmd_send() leaves zombie processes on timeout; (bso#13062); + groupmap cleanup should not delete BUILTIN mappings; (bso#13065); + Enabling vfs_fruit results in loss of Finder tags and other xattrs; (bso#13076); + man pages: Properly ident lists; (bso#9613); + smb.conf.5: Sort parameters alphabetically; (bso#13081); + Fix GUID string format on GetPrinter info; (bso#12993); + Remote serverid check doesn't check for the unique id; (bso#13042); + CTDB starts consuming memory if there are dead nodes in the cluster; (bso#13056); + ctdb-common: Ignore event scripts with multiple '.'s; (bso#13070); + libgpo doesn't sort the GPOs in the correct order; (bso#13046); + Remote serverid check doesn't check for the unique id; (bso#13042); + vfs_catia: Fix a potential memleak; (bso#13090); + Fix file change notification for renames; (bso#12903); + Samba DNS server does not honour wildcards; (bso#12952); + Can't change password in samba from a Windows client if Samba runs on IPv6 only interface; (bso#13079); + vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR; (bso#13086); + Apple client can't cope with SMB2 async replies when creating symlinks; (bso#13047); + s4:rpc_server:backupkey: Move variable into scope; (bso#12959); + Fix ntstatus_gen.h generation on 32bit; (bso#13099); + Fix a double free in vfs_gluster_getwd(); (bso#13100); + Fix resouce leaks and pointer issues; (bso#13101); + vfs_solarisacl: Fix build for samba 4.7 and up; (bso#13049);- Add samba-kdc to baselibs.conf. - Do not wrap samba-kdc's package definition into if/endif: the package won't be generated simply based on the fact that there is no files section for the package. Allows the source validator to ensure samba-kdc is a built package.- Update to 4.7.0; + Whole DB read locks: Improved LDAP and replication consistency; (bso#12858). + Samba AD with MIT Kerberos + Dynamic RPC port range: Default range changed from "1024-1300" to "49152-65535". + Authentication and Authorization audit support: New auth_audit debug class. + Multi-process LDAP Server: The LDAP server in the AD DC now honours the process model used for the rest of the 'samba' process. + Improved Read-Only Domain Controller (RODC) Support; (bso#12977). + Additional password hashes stored in supplementalCredentials. + Improvements to DNS during Active Directory domain join. + Significant AD performance and replication improvements. + Query record for open file or directory. + Removal of lpcfg_register_defaults_hook(). + Change of loadable module interface. + SHA256 LDAPS Certificates: The self-signed certificate generated for use on LDAPS will now be generated with a SHA256 self-signature, not a SHA1 self-signature. + CTDB no longer allows mixed minor versions in a cluster. + CTDB now ignores hints from Samba about TDB flags when attaching to databases. + New configuration variable CTDB_NFS_CHECKS_DIR. + The CTDB_SERVICE_AUTOSTARTSTOP configuration has been removed. + The CTDB_SCRIPT_DEBUGLEVEL configuration variable has been removed. + The example NFS Ganesha call-out has been improved. + A new "replicated" database type is available.- CVE-2017-12163: Prevent client short SMB1 write from writing server memory to file; (bso#13020); (bsc#1058624).- CVE-2017-12150: Some code path don't enforce smb signing, when they should; (bso#12997); (bsc#1058622).- CVE-2017-12151: Keep required encryption across SMB3 dfs redirects; (bso#12996); (bsc#1058565).- Clean specfile assuming SUSE-only system and product >=SLE11 + %{ul_version}, %{rhel_version}, %{mandriva_version}, %{centos_version} are always undefined + %{_vendor} is "suse" and %{suse_version} is at least 1100- Update to 4.6.7; (bsc#1054017) + Joining a Huawai storage fails: empty CLDAP ping answer; (bso#11392). + smbcacls can fail against a directory on Windows using SMB2.; (bso#12937). + vfs_ceph provides inconsistent directory listings; (bso#12911). + Misused talloc context can cause a user to crash their smbd by chaining SMB1 commands.; (bso#12836). + Use-after free can crash libsmbclient code.; (bso#12927). + Server exit with active AIO can crash.; (bso#12925). + Ensure notifyd doesn't return from smbd_notifyd_init; (bso#12910). + fd leak to ctdb sub-processes leads to SELinux AVC denial in audit logs; (bso#12898). + vfs_fruit shouldn't send MS NFS ACEs to Windows clients; (bso#12897). + smbspool_krb5_wrapper does not tell CUPS that it requires negotiate for authentication; (bso#12886). + finder sidebar showing question mark instead of icon when using ip to connect with vfs_fruit; (bso#12840). + Winbind stops obtaining the 'unixHomeDirectory' & 'loginShell' attributes from AD.; (bso#12720). + KCC run at selftest startup can fail spuriously due to a race; (bso#12869). + winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change; (bso#12782). + rpc_pipe_client memory leaks due to long term memory context passed to rpc_pipe_open_interface(); (bso#12890). + CVE-2017-2619 breaks accessing previous versions of directories with snapshots in subdirectories of the share; (bso#12885). + dns_name_equal doing OOB read; (bso#12813). + replica_sync tests flap; (bso#12753). + Selftest should not call 'net cache flush' and wipe important winbind entries; (bso#12868). + Old Samba versions don't support using recent ldb versions (>=1.1.30); (bso#12859). + pam_winbind fails with kerberos method = secrets and keytab; (bso#10490). + race starting winbindd against posixacl test; (bso#12843). + Crash in the reentrant smbd_smb2_create_send() if the something fails in the subsequent try; (bso#12832). + spnego.c passes the wrong argument order to gensec_update_ev() for the FALLBACK case; (bso#12788). + Clients with SMB3 support can't connect with "server max protocol = SMB2_02"; (bso#12772). + A log message of samb-tool user syncpasswords reverses string arguments in a debug message "Call Popen[...".; (bso#12768). + The smb tarmode tests kills the share dir contents; (bso#12867). + Fix for a bug in MacOS X Sierra NTLMv2 processing; (bso#12862). + CVE-2017-2619 regression with non-wide symlinks to directories; (bso#12860). + manpage/index.html lists links not in alphabetical order; (bso#12854). + smbcacls got error NT_STATUS_NETWORK_NAME_DELETED; (bso#12831). + If a record is locked in a database, then recovery does not complete; (bso#12857). + debug_locks.sh script does not log any information; (bso#12856). + SIGSEGV in cm_connect_lsa_tcp dereferencing conn->lsa_tcp_pipe->transport after error; (bso#12852). + smbclient can't parse DOMAIN+username if a different winbind separator is used; (bso#12849). + Related requests with SessionSetup fail with INTERNAL_ERROR; (bso#12845). + Related requests with TreeConnect fail with NETWORK_NAME_DELETED; (bso#12844). + cli->server_os not filled correctly; (bso#12779). + REGRESSION: smbclient doesn't print the session setup anymore; (bso#12824). + smblcient doesn't handle STATUS_NOT_SUPPORTED gracefully for FSCTL_VALIDATE_NEGOTIATE_INFO; (bso#12808). + CTDB NFS call-out failures do not cause event failures; (bso#12837). + net command fails due to incorrectly return code; (bso#12828). + Fix building Samba with GCC 7.1; (bso#12827).- Fix duplicate CTDB_LOGGING params when downgraded and upgraded again; (bsc#1048339).- fix cephwrap_chdir(); (bsc#1048790). - Update to 4.6.6 + CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation; (bsc#1048278).- Fix ctdb logs to /var/log/log.ctdb instead of /var/log/ctdb; (bsc#1048339).- Fix inconsistent ctdb socket path; (bsc#1048352). - Fix non-admin cephx authentication; (bsc#1048387).- Update to 4.6.5; (bsc#1040157) + Specifying CTDB_LOGGING=syslog:nonblocking causes ctdbd to crash at startup; (bso#12814). + vfs_expand_msdfs tries to open the remote address as a file path; (bso#12687). + PANIC (pid 1096): assert failed: lease_type_is_exclusive(e_lease_type); (bso#12798). + With clustering get update_num_read_oplocks failed and PANIC: num_share_modes == 1 assertion failure; (bso#11844). + contend_level2_oplocks_begin_default oplock optimisation doesn't carry over to leases; (bso#12766). + `ctdb nodestatus` incorrectly displays status for all nodes with wrong exit code; (bso#12802). + CTDB can spin hard on revoking readonly delegations if a node becomes disconnected; (bso#12697). + Printing a share mode entry with leases can crash in the ndr code; (bso#12793). + Fix flakey unit tests for eventd; (bso#12792). + CTDB daemon crashes if built with clang; (bso#12770). + smbcacls fails if no password is specified; (bso#12765). + idmap_rfc2307: Lookup of more than two SIDs fails; (bso#12757). + samba-tool user syncpasswords doesn't trigger the script when a user gets removed; (bso#12767). + systemd: fix detection of libsystemd; (bso#12764). + Notify subsystem only maps first inotify mask to Windows notify filter; (bso#12760). + Allow passing trusted domain password as plain-text to PASSDB layer; (bso#12751). + Can't case-rename files with vfs_fruit; (bso#12749). + wrong sid->uid mapping for SIDs residing in sIDHistory; (bso#12702). + vfs_acl_common should force "create mask = 0777", not 0666; (bso#12562). + Ordering of notify responses broken; (bso#12756).- s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1; (bso#11822); (bsc#1042419).- Revert explicit winbind %{version}-%{release} dependency. + The ABI has stabilized since (bsc#936909), so remove to fix cross-media dependencies; (bsc#1037899).- Fix CVE-2017-7494 remote code execution from a writable share; (bso#12780); (bsc#1038231).- Update to 4.6.3; (bsc#1036011) + s3:vfs:shadow_copy2: vfs_shadow_copy2 fails to list snapshots from shares with GlusterFS backend; (bso#12743). + Fix for Solaris C compiler; (bso#12559). + s3: locking: Update oplock optimization for the leases era; (bso#12628). + Make the Solaris C compiler happy; (bso#12693). + s3: libgpo: Allow skipping GPO objects that don't have the expected LDAP attributes; (bso#12695). + Fix buffer overflow caused by wrong use of getgroups; (bso#12747). + lib: debug: Avoid negative array access; (bso#12746). + cleanupdb: Fix a memory read error; (bso#12748). + streams_xattr and kernel oplocks results in NT_STATUS_NETWORK_BUSY; (bso#7537). + winbindd: idmap_autorid allocates ids for unknown SIDs from other backends; (bso#11961). + vfs_fruit: Resource fork open request with flags=O_CREAT|O_RDONLY; (bso#12565). + manpages/vfs_fruit: Document global options; (bso#12615). + lib/pthreadpool: Fix a memory leak; (bso#12624). + Lookup-domain for well-known SIDs on a DC; (bso#12727). + winbindd: Fix error handling in rpc_lookup_sids(); (bso#12728). + winbindd: Trigger possible passdb_dsdb initialisation; (bso#12729). + credentials_krb5: use gss_acquire_cred for client-side GSSAPI use case; (bso#12611). + lib/crypto: Implement samba.crypto Python module for RC4; (bso#12690). + ctdb-readonly: Avoid a tight loop waiting for revoke to complete; (bso#12697). + ctdb_event monitor command crashes if event is not specified; (bso#12723). + ctdb-docs: Fix documentation of "-n" option to 'ctdb tool'; (bso#12733). + smbd: Fix smb1 findfirst with DFS; (bso#12558). + smbd: Do an early exit on negprot failure; (bso#12610). + winbindd: Fix substitution for 'template homedir'; (bso#12699). + s4:kdc: Disable principal based autodetected referral detection; (bso#12554). + idmap_autorid: Allocate new domain range if the callers knows the sid is valid; (bso#12613). + LINKFLAGS_PYEMBED should not contain -L/some/path; (bso#12724). + PAM auth with WBFLAG_PAM_GET_PWD_POLICY returns wrong policy for trusted domain; (bso#12725). + rpcclient: Allow -U'OTHERDOMAIN\user' again; (bso#12731). + winbindd: Fix password policy for pam authentication; (bso#12725). + s3:gse: Correctly handle external trusts with MIT; (bso#12554). + auth/credentials: Always set the realm if we set the principal from the ccache; (bso#12611). + replace: Include sysmacros.h; (bso#12686). + s3:vfs_expand_msdfs: Do not open the remote address as a file; (bso#12687). + s3:libsmb: Only print error message if kerberos use is forced; (bso#12704). + winbindd: Child process crashes when kerberos-authenticating a user with wrong password; (bso#12708). + vfs_fruit: Office document opens as read-only on macOS due to CNID semantics; (bso#12715). + vfs_acl_xattr: Fix failure to get ACL on Linux if memory is fragmented; (bso#12737).- Generate and update vendor-files tarball from Git + SuSEfirewall2 service samba-client only setup IPv4 rule; (bsc#1034416).- Generate source tarball directly from Git using OBS tar_scm + use version string derived from parent Git tag and commit hash - remove obsolete vendor-files/tools/package-data version ID + explicitly generate ctdb manpages, needed without "make dist"- Update to 4.6.2 + remove bso#12721 patches now upstream- Enable samba-ceph build for openSUSE and SLE12SP3+; (fate#321622). + x86-64 and aarch64- Enable librados CTDB lock helper for samba-ceph package; (fate#321622).- Build and install the html man pages (bsc#1021907).- Fix CVE-2017-2619 regression with "follow symlinks = no"; (bso#12721).- Update to 4.6.1 + symlink race permits opening files outside share directory; CVE-2017-2619; (bso#12496); (bsc#1027147) + testparm checks for valid idmap parameters + add new krb client encryption types + support for printer driver upload from windows 10 + inherit owner = 'unix only' for improved quota support + improved CTDB event support + new primary group support for idmap_ad + idmap_hash deprecated + mvxattr added to recursively rename extended attributes- Remove chkconfig requirements for systemd systems- Don't call insserv if systemd is used- Fix check if we need to require insserv- async_req: make async_connect_send() "reentrant"; (bso#12105); (bsc#1024416).- Force usage of ncurses6-config thru NCURSES_CONFIG env var; (bsc#1023847).- add missing patch for libnss_wins segfault; (bsc#995730).- Fix vfs_ceph builds against recent Ceph versions; (bsc#1021933).- Document "winbind: ignore domains" parameter; (bsc#1019416).- Add base Samba dependency to samba-ceph package.- Update to 4.5.3 + Heap-based Buffer Overflow Remote Code Execution Vulnerability; CVE-2016-2123; (bso#12409); (bsc#1014437). + Don't send delegated credentials to all servers; CVE-2016-2125; (bso#12445); (bsc#1014441). + denial of service due to a client triggered crash in the winbindd parent process; CVE-2016-2126; (bso#12446); (bsc#1014442). - 4.5.1 and 4.5.2 updates + various streams vfs fixes + various printing fixes + ntlm_auth: do not map explicitly empty domain + various stability fixes in smbd + match file compression ReFS behavior- Add missing ldb module directory; (bnc#1012092).- s3/client: obey 'disable netbios' smb.conf param, don't connect via NBT port; (bsc#1009085); (bso#12418).- Include vfstest in samba-test; (bsc#1001203).- s3/winbindd: using default domain with user@domain.com format fails; (bsc#997833).- Fix segfault in libnss_wins; (bso#12277); (bso#12269); (bsc#995730).- Update to 4.5.0 + NTLM1 Authentication disabled by default + SMB2.1 leases enabled by default + Support for OFD locks + ctdb tool rewritten + Added shadow copy snapshot prefix parameter- Fix illegal memory access after memory has been deleted; (bso#11836); (bsc#975299).- Prevent core, make sure response->extra_data.data is always cleared out; (bsc#993692).- Don't package man pages for VFS modules that aren't built; (boo#993707).- Fix population of ctdb sysconfig after source merge; (bsc#981566).- Enable vfs_ceph builds for Factory (x86-64) + Package as samba-ceph to avoid Ceph dependency in base package.- Update to 4.4.5 + Prevent client-side SMB2 signing downgrade; CVE-2016-2119; (bso#11860); (bsc#986869).- Remove obsolete syslog.target; (bsc#983938).- Honor smb.conf socket options in winbind; (bsc#975131).- Don't use htons() with IP_PROTO_RAW; (bso#11705); (bsc#969522).- Update to 4.4.4 + SMB3 multichannel: Add implementation of missing channel sequence number verification; (bso#11809). + smbd:close: Only remove kernel share modes if they had been taken at open; (bso#11919). + notifyd: Prevent NULL deref segfault in notifyd_peer_destructor; (bso#11930). + s3:rpcclient: Make '--pw-nt-hash' option work; (bso#10796). + Fix case sensitivity issues over SMB2 or above; (bso#11438). + s3:smbd: Fix anonymous authentication if signing is mandatory. (bso#11910) + Fix NTLM Authentication issue with squid; (bso#11914). + pdb: Fix segfault in pdb_ldap for missing gecos; (bso#11530). + Fix memory leak in share mode locking; (bso#11934).- Update to 4.4.3 + Various post-badlock regressions; (bso#11841); (bso#11850); (bso#11858); (bso#11870); (bso#11872). + Only allow idmap_hash for default idmap config (bso#11786). + smbd: Avoid large reads beyond EOF; (bso#11878). + vfs_acl_common: Avoid setting POSIX ACLs if "ignore system acls" is set; (bso#11806). + libads: Record session expiry for spnego sasl binds; (bso#11852).- Fix NTLMSSP regressions caused by previous CVE fixes; (bso#11849); (bsc#975962); (bsc#979268), (bsc#977669).- Revert shared library packaging to comply with SLPP- Update to 4.4.2 + A man-in-the-middle can downgrade NTLMSSP authentication; CVE-2016-2110; (bso#11688); (bsc#973031). + Domain controller netlogon member computer can be spoofed; CVE-2016-2111; (bso#11749); (bsc#973032). + LDAP conenctions vulnerable to downgrade and MITM attack; CVE-2016-2112; (bso#11644); (bsc#973033). + TLS certificate validation missing; CVE-2016-2113; (bso#11752); (bsc#973034). + Named pipe IPC vulnerable to MITM attacks; CVE-2016-2115; (bso#11756); (bsc#973036). + "Badlock" DCERPC impersonation of authenticated account possible; CVE-2016-2118; (bso#11804); (bsc#971965). + DCERPC server and client vulnerable to DOS and MITM attacks; CVE-2015-5370; (bso#11344); (bsc#936862).- Fix samba.tests.messaging test and prevent potential tdb corruption by removing obsolete now invalid tdb_close call; (bsc#974629).- Obsolete libsmbclient from libsmbclient0 while not providing it; (bsc#972197).- Update to 4.4.0. + Read of uninitialized memory DNS TXT handling; (bso#11128); (bso#11686); CVE-2016-0771. + Getting and setting Windows ACLs on symlinks can change permissions on link target; (bso#11648); CVE-2015-7560. + Sockets with htons(IPPROTO_RAW); (bso#11705); CVE-2015-8543. + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem with no ACL support; (bso#10489). + docs: Add example for domain logins to smbspool man page; (bso#11643). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + docs: Add smbspool_krb5_wrapper manpage; (bso#11690). + winbindd: Return trust parameters when listing trusts; (bso#11691). + ctdb: Do not provide a useless pkgconfig file for ctdb; (bso#11696). + Crypto.Cipher.ARC4 is not available on some platforms, fallback to M2Crypto.RC4.RC4 then; (bso#11699). + s3:utils/smbget: Set default blocksize; (bso#11700). + Streamline 'smbget' options with the rest of the Samba utils; (bso#11700). + s3:clispnego: Fix confusing warning in spnego_gen_krb5_wrap(); (bso#11702). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + s3:vfs:glusterfs: Fix build after quota changes; (bso#11715). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + lib:socket: Fix CID 1350010: Integer OVERFLOW_BEFORE_WIDEN; (bso#11723). + smbd: Fix CID 1351215 Improper use of negative value; (bso#11724). + smbd: Fix CID 1351216 Dereference null return value; (bso#11725). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + docs: Add manpage for cifsdd; (bso#11730). + param: Fix str_list_v3 to accept ; again; (bso#11732). + lib/socket: Fix improper use of default interface speed; (bso#11734). + lib:socket: Fix CID 1350009: Fix illegal memory accesses (BUFFER_SIZE_WARNING); (bso#11735). + libcli: Fix debug message, print sid string for new_ace trustee; (bso#11738). + Fix installation path of Samba helper binaries; (bso#11739). + Fix memory leak in loadparm; (bso#11740). + tevent: version 0.9.28: Fix memory leak when old signal action restored; (bso#11742). + smbd: Ignore SVHDX create context; (bso#11753). + Fix net join; (bso#11755). + s3:libads: setup the msDS-SupportedEncryptionTypes attribute on ldap_add; (bso#11755). + passdb: Add linefeed to debug message; (bso#11763). + s3:utils/smbget: Fix option parsing; (bso#11767). + libnet: Make Kerberos domain join site-aware; (bso#11769). + Reset TCP Connections during IP failover; (bso#11770). + ldb: Version 1.1.26; (bso#11772). + s3:smbd: Add negprot remote arch detection for OSX; (bso#11773). + vfs_glusterfs: Fix use after free in AIO callback; (bso#11774). + mkdir can return ACCESS_DENIED incorrectly on create race; (bso#11780). + "trustdom_list_done: Got invalid trustdom response" message should be avoided; (bso#11782). + Mismatch between local and remote attribute ids lets replication fail with custom schema; (bso#11783). + Quota is not supported on Solaris 10; (bso#11788). + Talloc: Version 2.1.6; (bso#11789). + smbd: Enable multi-channel if 'server multi channel support = yes' in the config; (bso#11796). + build: Fix build when '--without-quota' specified; (bso#11798). + lib/socket/interfaces: Fix some uninitialied bytes; (bso#11802). + Access based share enum: handle permission set in configuration files; (bso#8093). + See also WHATSNEW.txt from the samba-doc package.- Update to 4.3.6. + Getting and setting Windows ACLs on symlinks can change permissions on link target; CVE-2015-7560; (bso#11648); (bsc#968222). + Fix Out-of-bounds read in internal DNS server; CVE-2016-0771; (bso#11128); (bso#11686); (bsc#968223).- Upgrade on-disk FSRVP server state to new version; (bsc#924519).- Only obsolete but do not provide gplv2/3 package names; (bsc#968973).- Relocate existing lock files to /var/lib/samba/lock; (bsc#968963).- Obsolete no longer existing samba-32bit package; (bsc#967625).- Update to 4.3.5. + s3:utils/smbget: Fix recursive download; (bso#6482). + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystemi with no ACL support; (bso#10489). + s3:smbd/oplock: Obey kernel oplock setting when releasing oplocks; (bso#11400). + vfs_shadow_copy2: Fix case where snapshots are outside the share; (bso#11580). + smbclient: Query disk usage relative to current directory; (bso#11662). + winbindd: Handle expired sessions correctly; (bso#11670). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + smbcacls: Fix uninitialized variable; (bso#11682). + s3:smbd: Ignore initial allocation size for directory creation; (bso#11684). + s3-client: Add a KRB5 wrapper for smbspool; (bso#11690). + s3-parm: Clean up defaults when removing global parameters; (bso#11693). + Use M2Crypto.RC4.RC4 on platforms without Crypto.Cipher.ARC4; (bso#11699). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + ctdb: Remove error messages after kernel security update; CVE-2015-8543; (bso#11705). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + param: Fix str_list_v3 to accept ";" again; (bso#11732).- Shift samba-client sysconfig data into samba and samba-winbind; (bsc#947361).- Simplify shared library packaging; (bsc#966956).- Enable clustering (CTDB) support; (bsc#966271).- s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703); (bsc#964023).- Add quotes around path of update-apparmor-samba-profile; (bnc#962177).- Remove autoconf build-time requirement.- Update to 4.3.4. + vfs_fruit: Enable POSIX directory rename semantics; (bso#11065). + Crash: Bad talloc magic value - access after free; (bso#11394). + Copying files with vfs_fruit fails when using vfs_streams_xattr without stream prefix and type suffix; (bso#11466). + samba-tool: Fix uncaught exception if no fSMORoleOwner attribute is given; (bso#11613). + Fix a typo in the smb.conf manpage, explanation of idmap config; (bso#11619). + Correctly initialize the list head when keeping a list of primary followed by DFS connections; (bso#11624). + Reduce the memory footprint of empty string options; (bso#11625). + lib/async_req: Do not install async_connect_send_test; (bso#11639). + Fix typos in man vfs_gpfs; (bso#11641). + Make "hide dot files" option work with "store dos attributes = yes"; (bso#11645). + Fix a corner case of the symlink verification; (bso#11647); (bnc#960249). + Do not disable "store dos attributes" on-the-fly; (bso#11649). + Update lastLogon and lastLogonTimestamp; (bso#11659).- Prevent access denied if the share path is "/"; (bso#11647); (bnc#960249).- Update to 4.3.3. + Malicious request can cause Samba LDAP server to hang, spinning using CPU; CVE-2015-3223; (bso#11325); (bnc#958581). + Remote read memory exploit in LDB; CVE-2015-5330; (bso#11599); (bnc#958586). + Insufficient symlink verification (file access outside the share); CVE-2015-5252; (bso#11395); (bnc#958582). + No man in the middle protection when forcing smb encryption on the client side; CVE-2015-5296; (bso#11536); (bnc#958584). + Currently the snapshot browsing is not secure thru windows previous version (shadow_copy2); CVE-2015-5299; (bso#11529); (bnc#958583). + Fix Microsoft MS15-096 to prevent machine accounts from being changed into user accounts; CVE-2015-8467; (bso#11552); (bnc#958585).- Update to 4.3.2. + vfs_gpfs: Re-enable share modes; (bso#11243). + dcerpc.idl: Accept invalid dcerpc_bind_nak pdus; (bso#11327). + s3-smbd: Fix old DOS client doing wildcard delete - gives an attribute type of zero; (bso#11452). + Add libreplace dependency to texpect, fixes a linking error on Solaris; (bso#11511). + s4: Fix linking of 'smbtorture' on Solaris; (bso#11512). + s4:lib/messaging: Use correct path for names.tdb; (bso#11562). + Fix segfault of 'net ads (join|leave) -S INVALID' with nss_wins; (bso#11563). + async_req: Fix non-blocking connect(); (bso#11564). + auth: gensec: Fix a memory leak; (bso#11565). + lib: util: Make non-critical message a warning; (bso#11566). + Fix winbindd crashes with samlogon for trusted domain user; (bso#11569); (bnc#949022). + smbd: Send SMB2 oplock breaks unencrypted; (bso#11570). + ctdb: Open the RO tracking db with perms 0600 instead of 0000; (bso#11577). + s3:smb2_server: Make the logic of SMB2_CANCEL DLIST_REMOVE() clearer; (bso#11581). + s3-smbd: Fix use after issue in smbd_smb2_request_dispatch(); (bso#11581). + manpage: Correct small typo error; (bso#11584). + s3: smbd: If EAs are turned off on a share don't allow an SMB2 create containing them; (bso#11589). + Backport some valgrind fixes from upstream master; (bso#11597). + auth: Consistent handling of well-known alias as primary gid; (bso#11608). + winbind: Fix crash on invalid idmap configs; (bso#11612). + s3: smbd: have_file_open_below() fails to enumerate open files below an open directory handle; (bso#11615). + Changing log level of two entries to DBG_NOTICE; (bso#9912).- Ensure samlogon fallback requests are rerouted after kerberos failure; (bnc#953382); (bnc#953972).- Ensure to link with --as-needed flag by removing SUSE_ASNEEDED=0. - Always use the default optimization even on pre-9.2 systems.- Remove redundant configure options while adding with-relro.- Relocate the lockdir to the /var/lib/samba/lock directory.- Cleanup and enhance the pidl sub package.- Require renamed python-ldb-devel and python-talloc-devel at build-time. - Requires python-ldb and python-talloc from the python subpackage.- Update to 4.3.1. + s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Windows; (bso#10252). + nss_winbind: Fix hang on Solaris on big groups; (bso#10365). + smbd: Fix file name buflen and padding in notify repsonse; (bso#10634). + kerberos: Make sure we only use prompter type when available; winbind: Fix 100% loop; (bso#11038). + source3/lib/msghdr.c: Fix compiling error on Solaris; (bso#11053). + s3:ctdbd_conn: make sure we destroy tevent_fd before closing the socket; (bso#11316). + s3: smbd: Fix mkdir race condition; (bso#11486). + pam_winbind: Fix a segfault if initialization fails; (bso#11502). + s3: dfs: Fix a crash when the dfs targets are disabled; (bso#11509). + s4:lib/messaging: Use 'msg.lock' and 'msg.sock' for messaging related subdirs; (bso#11515). + s3: smbd: Fix opening/creating :stream files on the root share directory; (bso#11522). + lib/param: Fix hiding of FLAG_SYNONYM values; (bso#11526). + net: Fix a crash with 'net ads keytab create'; (bso#11528). + s3: smbd: Fix a crash in unix_convert(); (bso#11535). + s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bso#11522); (bso#11535). + vfs_fruit: Return value of ad_pack in vfs_fruit.c; (bso#11543). + vfs_commit: set the fd on open before calling SMB_VFS_FSTAT; (bso#11547). + s3:locking: Initialize lease pointer in share_mode_traverse_fn(); (bso#11549). + s3:smbstatus: Add stream name to share_entry_forall(); (bso#11550). + s3:lib: Validate domain name in lookup_wellknown_name(); (bso#11555). + s3: lsa: lookup_name() logic for unqualified (no DOMAIN component) names is incorrect; (bso#11555).- Fix 100% CPU in winbindd when logging in with "user must change password on next logon"; (bso#11038).- Relocate the tmpfiles.d directory to the client package; (bnc#947552).- Do not provide libpdb0 from libsamba-passdb0 but add it to baselibs.conf instead; (bnc#942716).- Package /var/lib/samba/private/sock with 0700 permissions; (bnc#946051).- Package /var/lib/samba/msg with 0755 permissions; (bso#11515); (bnc#945502).- Require to install libfam0-gamin from samba-libs on post-12.1 and pre-13.15 systems; (bnc#945013).- Update to 4.3.0. + Samba "map to guest = Bad uid" doesn't work; (bso#9862). + revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes; (bso#10493). + No objectClass found in replPropertyMetaData on ordinary objects (non-deleted); (bso#10973). + Stream names with colon don't work with fruit:encoding = native; (bso#11278). + NetApp joined to a Samba/ADDC cannot resolve SIDs; (bso#11291). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + "force group" with local group not working; (bso#11320). + strsep is not available on Solaris; (bso#11359). + smbtorture does not build when configured --with-system-mitkrb5; (bso#11411). + Build with GPFS support is broken; (bso#11421). + Build broken with --disable-python; (bso#11424). + net share allowedusers crashes; (bso#11426). + nmbd incorrectly matches netbios names as own name; (bso#11427). + Python bindings don't check integer types; (bso#11429). + Python bindings don't check array sizes; (bso#11430). + CTDB's eventscript error handling is broken; (bso#11431). + Fix crash in nested ctdb banning; (bso#11432). + Cannot build ctdbpmda; (bso#11434). + samba-tool uncaught exception error; (bso#11436). + Crash in notify_remove caused by change notify = no; (bso#11444). + Poor SMB3 encryption performance with AES-GCM; (bso#11451). + Poor SMB3 encryption performance with AES-GCM (part1); (bso#11451). + fix recursion problem in rep_strtoll in lib/replace/replace.c; (bso#11455). + --bundled-libraries=!ldb,!pyldb,!pyldb-util doesn't disable ldb build and install; (bso#11458). + xid2sid gives inconsistent results; (bso#11464). + ctdb: Fix the build on FreeBSD 10.1; (bso#11465). + Handling of 0 byte resource fork stream; (bso#11467). + AD samr GetGroupsForUser fails for users with "()" in their name; (bso#11488).- Configure with --bundled-libraries=NONE; (bso#11458).- Adapt net-kdc-lookup patch for post-3.3 Samba versions; (bnc#295284).- Remove libiniparser-devel build-time requirement.- Update to 4.2.3. + s4:lib/tls: Fix build with gnutls 3.4; (bso#8780). + s4.2/fsmo.py: Fixed fsmo transfer exception; (bso#10924). + winbindd: Sync secrets.ldb into secrets.tdb on startup; (bso#10991). + Logon via MS Remote Desktop hangs; (bso#11061). + s3: lib: util: Ensure we read a hex number as %x, not %u; (bso#11068). + tevent: Add a note to tevent_add_fd(); (bso#11141). + s3:param/loadparm: Fix 'testparm --show-all-parameters'; (bso#11170). + s3-unix_msg: Remove socket file after closing socket fd; (bso#11217). + smbd: Fix a use-after-free; (bso#11218); (bnc#919309). + s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of interfaces; (bso#11245). + s3:smb2: Add padding to last command in compound requests; (bso#11277). + Add IPv6 support to ADS client side LDAP connects; (bso#11281). + Add IPv6 support for determining FQDN during ADS join; (bso#11282). + s3: IPv6 enabled DNS connections for ADS client; (bso#11283). + Fix invalid write in ctdb_lock_context_destructor; (bso#11293). + Excessive cli_resolve_path() usage can slow down transmission; (bso#11295). + vfs_fruit: Add option "veto_appledouble"; (bso#11305). + tstream: Make socketpair nonblocking; (bso#11312). + idmap_rfc2307: Fix wbinfo '--gid-to-sid' query; (bso#11313). + Group creation: Add msSFU30Name only when --nis-domain was given; (bso#11315). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’ undeclared"; (bso#11319). + smbd/trans2: Add a useful diagnostic for files with bad encoding; (bso#11323). + Change sharesec output back to previous format; (bso#11324). + Robust mutex support broken in 1.3.5; (bso#11326). + Kerberos auth info3 should contain resource group ids available from pac_logon; winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC; (bso#11328); (bnc#912457). + s3:smb2_setinfo: Fix memory leak in the defer_rename case; (bso#11329). + tevent: Fix CID 1035381 Unchecked return value; (bso#11330). + tdb: Fix CID 1034842 and 1034841 Resource leaks; (bso#11331). + s3: smbd: Use separate flag to track become_root()/unbecome_root() state; (bso#11339). + s3: smbd: Codenomicon crash in do_smb_load_module(); (bso#11342). + pidl: Make the compilation of PIDL producing the same results if the content hasn't change; (bso#11356). + winbindd: Disconnect child process if request is cancelled at main process; (bso#11358). + vfs_fruit: Check offset and length for AFP_AfpInfo read requests; (bso#11363). + docs: Overhaul the description of "smb encrypt" to include SMB3 encryption; (bso#11366). + s3:auth_domain: Fix talloc problem in connect_to_domain_password_server(); (bso#11367). + ncacn_http: Fix GNUism; (bso#11371).- Disable rpath usage; (bnc#902421).- Make the winbind package depend on the matching libwbclient version and vice versa; (bnc#936909).- Backport changes to use resource group sids obtained from pac logon_info; (bso#11328); (bnc#912457).- Order winbind.service Before and Want nss-user-lookup target.- Remove fam-devel build-time dependency for post-6 RHEL systems.- Update to 4.2.2. + s3:smbXsrv: refactor duplicate code into smbXsrv_session_clear_and_logoff(); (bso#11182). + gencache: don't fail gencache_stabilize if there were records to delete; (bso#11260). + s3: libsmbclient: After getting attribute server, ensure main srv pointer is still valid; (bso#11186). + s4: rpc: Refactor dcesrv_alter() function into setup and send steps; (bso#11236). + s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Create"; (bso#11240). + Mangled names do not work with acl_xattr; (bso#11249). + nmbd rewrites browse.dat when not required; (bso#11254). + vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuff; (bso#11213). + s3:smbd: Add missing tevent_req_nterror; (bso#11224). + vfs: kernel_flock and named streams; (bso#11243). + vfs_gpfs: Error code path doesn't call END_PROFILE; (bso#11244). + s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are used; (bso#11284). + ctdb: check for talloc_asprintf() failure; (bso#11201). + spoolss: purge the printer name cache on name change; (bso#11210); (bnc#901813). + CTDB statd-callout does not scale; (bso#11204). + vfs_fruit: also map characters below 0x20; (bso#11221). + ctdb: Coverity fix for CID 1291643; (bso#11201). + Multiplexed RPC connections are not handled by DCERPC server; (bso#11225). + Fix terminate connection behavior for asynchronous endpoint with PUSH notification flavors; (bso#11226). + ctdb-scripts: Fix bashism in ctdbd_wrapper script; (bso#11007). + ctdb: Fix CIDs 1125615, 1125634, 1125613, 1288201 and 1125553; (bso#11201). + SMB2 should cancel pending NOTIFY calls with DELETE_PENDING if the directory is deleted; (bso#11257). + s3:winbindd: make sure we remove pending io requests before closing client sockets; (bso#11141); (bnc#931854). + Fix panic triggered by smbd_smb2_request_notify_done() -> smbXsrv_session_find_channel() in smbd; (bso#11182). + 'sharesec' output no longer matches input format; (bso#11237). + waf: Fix systemd detection; (bso#11200). + CTDB: Fix portability issues; (bso#11202). + CTDB: Fix some IPv6-related issues; (bso#11203). + CTDB statd-callout does not scale; (bso#11204). + 'net ads dns gethostbyname' crashes with an error in TALLOC_FREE if you enter invalid values; (bso#11234). + libads: record service ticket endtime for sealed ldap connections; (bso#11267). + lib/util: Include DEBUG macro in internal header files before samba_util.h; (bso#11033).- Avoid a crash inside the tevent epoll backend; (bso#11141); (bnc#931854).- Remove the independently built libraries ldb, talloc, tdn, and tevent and the post-10.3 renamed libsmbclient from baselibs.conf.- Drop redundant doc attribute from man pages.- Update to 4.2.1. + s3:winbind:grent: Don't stop group enumeration when a group has no gid; (bso#8905). + Initialize dwFlags field of DNS_RPC_NODE structure; (bso#9791). + s3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers that don't send the 2 unused fields; (bso#10016). + build:wafadmin: Fix use of spaces instead of tabs; (bso#10476). + waf: Fix the build on openbsd; (bso#10476). + s3: client: "client use spnego principal = yes" code checks wrong name; (bso#10888). + spoolss: Retrieve published printer GUID if not in registry; (bso#11018). + s3: lib: libsmbclient: If reusing a server struct, check every cli->timout miliseconds if it's still valid before use; (bso#11079). + vfs_fruit: Enhance handling of malformed AppleDouble files; (bso#11125). + backupkey: Explicitly link to gnutls and gcrypt; (bso#11135). + replace: Remove superfluous check for gcrypt header; (bso#11135). + Backport subunit changes; (bso#11137). + libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with implementation; (bso#11140). + s3-winbind: Fix cached user group lookup of trusted domains; (bso#11143). + talloc: Version 2.1.2; (bso#11144). + Update libwbclient version to 0.12; (bso#11149). + brlock: Use 0 instead of empty initializer list; (bso#11153). + s4:auth/gensec_gssapi: Let gensec_gssapi_update() return NT_STATUS_LOGON_FAILURE for unknown errors; (bso#11164). + docs/idmap_rid: Remove deprecated base_rid from example; (bso#11169); (bnc#913304). + s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails in the SMB1 case; (bso#11173). + backupkey: Use ndr_pull_struct_blob_all(); (bso#11174). + Fix lots of winbindd zombie processes on Solaris platform; (bso#11175). + s3: libsmbclient: Add missing talloc stackframe; (bso#11177). + s4-process_model: Do not close random fds while forking; (bso#11180). + s3-passdb: Fix 'force user' with winbind default domain; (bso#11185).- Prevent samba package updates from disabling samba kerberos printing.- Add sparse file support for samba; (fate#318424).- Purge printer name cache on spoolss SetPrinter change; (bso#11210); (bnc#901813).- Correctly retain errno from Btrfs snapshot ioctls; (bnc#923374).- Simplify libxslt build requirement and README.SUSE install. - Remove no longer required cleanup steps while populating the build root.- Remove deprecated base_rid example from idmap_rid manpage; (bso#11169); (bnc#913304).- Update to 4.2.0. + smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT; (bso#1115). + pam_winbind: fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Make 'profiles' work again; (bso#9629). + s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"; (bso#9702). + Make validate_ldb of String(Generalized-Time) accept millisecond format ".000Z"; (bso#9810). + Use -R linker flag on Solaris, not -rpath; (bso#10112). + vfs: Add glusterfs manpage; (bso#10240). + Make 'smbclient' use cached creds; (bso#10279). + pdb: Fix build issues with shared modules; (bso#10355). + s4-dns: Add support for BIND 9.10; (bso#10620). + idmap: Return the correct id type to *id_to_sid methods; (bso#10720). + printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD; (bso#10808). + Don't build vfs_snapper on FreeBSD; (bso#10834). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3: smb2cli: query info return length check was reversed; (bso#10848). + s3: lib, s3: modules: Fix compilation on Solaris; (bso#10849). + lib: uid_wrapper: Fix setgroups and syscall detection on a system without native uid_wrapper library; (bso#10851). + winbind3: Fix pwent variable substitution; (bso#10852). + Improve samba-regedit; (bso#10859). + registry: Don't leave dangling transactions; (bso#10860). + Fix build of socket_wrapper on systems without SO_PROTOCOL; (bso#10861). + build: Do not install 'texpect' binary anymore; (bso#10862). + Fix testparm to show hidden share defaults; (bso#10864). + libcli/smb: Fix smb2cli_validate_negotiate_info with min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02; (bso#10866). + Integrate CTDB into top-level Samba build; (bso#10892). + samba-tool group add: Add option '--nis-domain' and '--gid'; (bso#10895). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + Fix smbclient loops doing a directory listing against Mac OS X 10 server with a non-wildcard path; (bso#10904). + Fix print job enumeration; (bso#10905); (bnc#898031). + samba-tool: Create NIS enabled users and unixHomeDirectory attribute; (bso#10909). + Add support for SMB2 leases; (bso#10911). + btrfs: Don't leak opened directory handle; (bso#10918). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: fix keytab array NULL termination; (bso#10933). + s3:passdb: fix logic in pdb_set_pw_history(); (bso#10940). + Cleanup add_string_to_array and usage; (bso#10942). + dbwrap_ctdb: Pass on mutex flags to tdb_open; (bso#10942). + Fix RootDSE search with extended dn control; (bso#10949). + Fix 'samba-tool dns serverinfo ' for IPv6; (bso#10952). + libcli/smb: only force signing of smb2 session setups when binding a new session; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + socket_wrapper: Add missing prototype check for eventfd; (bso#10965). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + vfs_streams_xattr: Check stream type; (bso#10971). + s3: smbd: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + vfs_fruit: Add support for AAPL; (bso#10983). + Fix spoolss IDL response marshalling when returning error without clearing info; (bso#10984). + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279). + Fix IPv6 support in CTDB; (bso#10996). + ctdb-daemon: Use correct tdb flags when enabling robust mutex support; (bso#11000). + vfs_streams_xattr: Add missing call to SMB_VFS_NEXT_CONNECT; (bso#11005). + s3-util: Fix authentication with long hostnames; (bso#11008). + ctdb-build: Fix build without xsltproc; (bso#11014). + packaging: Include CTDB man pages in the tarball; (bso#11014). + pdb_get_trusteddom_pw() fails with non valid UTF16 random passwords; (bso#11016). + Make Sharepoint search show user documents; (bso#11022). + nss_wrapper: check for nss.h; (bso#11026). + Enable mutexes in gencache_notrans.tdb; (bso#11032). + tdb_wrap: Make mutexes easier to use; (bso#11032). + lib/util: Avoid collision which alread defined consumer DEBUG macro; (bso#11033). + winbind: Retry after SESSION_EXPIRED error in ping-dc; (bso#11034). + s3-libads: Fix a possible segfault in kerberos_fetch_pac(); (bso#11037). + vfs_fruit: Fix base_fsp name conversion; (bso#11039). + vfs_fruit: mmap under FreeBSD needs PROT_READ; (bso#11040). + Fix authentication using Kerberos (not AD); (bso#11044). + net: Fix sam addgroupmem; (bso#11051). + vfs_snapper: Correctly handles multi-byte DBus strings; (bso#11055); (bnc#913238). + cli_connect_nb_send: Don't segfault on host == NULL; (bso#11058). + utils: Fix 'net time' segfault; (bso#11058). + libsmb: Provide authinfo domain for encrypted session referrals; (bso#11059). + s3-pam_smbpass: Fix memory leak in pam_sm_authenticate(); (bso#11066). + vfs_glusterfs: Add comments to the pipe(2) code; (bso#11069). + vfs/glusterfs: Change xattr key to match gluster key; (bso#11069). + vfs_glusterfs: Implement AIO support; (bso#11069). + s3-vfs: Fix developer build of vfs_ceph module; (bso#11070). + s3: netlogon: Ensure we don't call talloc_free on an uninitialized pointer; (bso#11077); CVE-2015-0240; (bnc#917376). + vfs: Add a brief vfs_ceph manpage; (bso#11088). + s3: smbclient: Allinfo leaves the file handle open; (bso#11094). + Fix Win8.1 Credentials Manager issue after KB2992611 on Samba domain; (bso#11097). + debug: Set close-on-exec for the main log file FD; (bso#11100). + s3: smbd: leases - losen paranoia check. Stat opens can grant leases; (bso#11102). + s3: smbd: SMB2 close. If a file has delete on close, store the return info before deleting; (bso#11104). + doc:man:vfs_glusterfs: improve the configuration section; (bso#11117). + snprintf: Try to support %j; (bso#11119). + ctdb-io: Do not use sys_write to write to client sockets; (bso#11124). + doc-xml: Add 'sharesec' reference to 'access based share enum'; (bso#11127).- Update to 4.2.0rc5. + Ensure we don't call talloc_free on an uninitialized pointer; CVE-2015-0240; (bso#11077); (bnc#917376).- Fix usage of freed memory on server exit; (bso#11218); (bnc#919309).- Fix tdb_store_flag_to_ntdb() gcc5 build failure.- Fix vfs_snapper DBus string handling; (bso#11055); (bnc#913238).- Update to 4.1.16. + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279).- Adjust baselibs.conf due to libpdb0 package rename to libsamba-passdb0.- Fix libsmbclient DFS referral handling. + Reuse connections derived from DFS referrals; (bso#10123); (fate#316512). + Set domain/workgroup based on authentication callback value; (bso#11059).- Update to 4.2.0rc4. - Add libsamba-debug, libsocket-blocking, libsamba-cluster-support, and libhttp to the libs package; (boo#913547). - Rename libpdb packages to libsamba-passdb. - Drop libsmbsharemodes packages.- Enable avahi support on post-12.2 systems.- Update to 4.1.15. + pam_winbind: Fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Fix profiles tool; (bso#9629). + s3-lib: Do not require a password with --use-ccache; (bso#10279). + s4:dsdb/rootdse: Expand extended dn values with the AS_SYSTEM control; (bso#10949). + s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addresses; (bso#10952). + s3:smb2_server: Allow reauthentication without signing; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + s3: smbd/modules: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack' attribute 'supported_extensions'; (bso#11006). + idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo; (bso#11006). + winbind: Retry LogonControl RPC in ping-dc after session expiration; (bso#11034).- yast2-samba-client should be able to specify osName and osVer on AD domain join; (bnc#873922).- Lookup FSRVP share snums at runtime rather than storing them persistently; (bnc#908627).- Specify soft dependency for network-online.target in Winbind systemd service file; (bnc#889175).- Fix spoolss error response marshalling; (bso#10984).- Update to 4.1.14. + pidl/wscript: Remove --with-perl-* options; revert buildtools/wafadmin/ Tools/perl.py back to upstream state; (bso#10472). + s4-dns: Add support for BIND 9.10; (bso#10620). + nmbd fails to accept "--piddir" option; (bso#10711). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + S3: source3/smbd/process.c::srv_send_smb() returns true on the error path; (bso#10880). + vfs_glusterfs: Remove "integer fd" code and store the glfs pointers; (bso#10889). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + s3: libsmbclient-smb2. MacOSX 10 SMB2 server doesn't set STATUS_NO_MORE_FILES when handed a non-wildcard path; (bso#10904). + spoolss: Fix jobid in level 3 EnumJobs response; (bso#10905). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: Fix keytab array NULL termination; (bso#10933). + Cleanup add_string_to_array and usage; (bso#10942).- Remove and cleanup shares and registry state associated with externally deleted snaphots exposed as shadow copies; (bnc#876312).- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Fix leak when closing file descriptor returned from dirfd; (bso#10918).- Fix spoolss EnumJobs and GetJob responses; (bso#10905); (bnc#898031). + Fix handling of bad EnumJobs levels; (bso#10898).- Remove dependency on gpg-offline as signature checking is implemented in the source validator.- Update to 4.1.13. + s3-libnet: Add libnet_join_get_machine_spns(); (bso#9984). + s3-libnet: Make sure we do not overwrite precreated SPNs; (bso#9984). + s3-libads: Add all machine account principals to the keytab; (bso#9985). + s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be NULL. Ensure this is safe with modern AD-DCs; (bso#10717). + Fix unstrcpy; (bso#10735). + pthreadpool: Slightly serialize jobs; (bso#10779). + s3: smbd: streams - Ensure share mode validation ignores internal opens (op_mid == 0); (bso#10797). + s3: smbd:open_file: Open logic fix; Use a more natural check; (bso#10809). + vfs_media_harmony: Fix a crash bug; (bso#10813). + docs: Mention incompatibility between kernel oplocks and streams_xattr; (bso#10814). + nmbd: Send waiting status to systemd; (bso#10816). + libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL; (bso#10817). + nsswitch: Skip groups we were not able to map; (bso#10824). + s3-winbindd: Use correct realm for trusted domains in idmap child; (bso#10826). + s3: nmbd: Ensure the main nmbd process doesn't create zombies; (bso#10830). + s3: lib: Signal handling - ensure smbrun and change password code save and restore existing SIGCHLD handlers; (bso#10831). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call; (bso#10838). + s3: smb2cli: Query info return length check was reversed; (bso#10848). + registry: Don't leave dangling transactions; (bso#10860).- Update to 4.2.0rc2./bin/sh/bin/sh/bin/sh/bin/shsamba-32bitsamba-gplv3s390zp35 1760090414  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4.19.8+git.435.78ced6cf30d-150600.3.21.14.19.8+git.435.78ced6cf30d-150600.3.21.14.19.8+git.435.78ced6cf30d-150600.3.21.14.19.8+git.435.78ced6cf30d4.19.8+git.435.78ced6cf30d sambasambasmbpasswdsmbusersslp.reg.dsamba.regsmbstatusnmb.servicesmb.servicesamba.confsambaauthunix.soconfigldbrpcsamba-bgqdvfsacl_tdb.soacl_xattr.soaio_fork.soaio_pthread.soaudit.sobtrfs.socacheprime.socap.socatia.socommit.socrossrename.sodefault_quota.sodirsort.soexpand_msdfs.soextd_audit.sofake_perms.sofileid.sofruit.sofull_audit.soglusterfs_fuse.sogpfs.soio_uring.solinux_xfs_sgid.somedia_harmony.sooffline.sopreopen.soreadahead.soreadonly.sorecycle.soshadow_copy.soshadow_copy2.soshell_snap.sosnapper.sostreams_depot.sostreams_xattr.sosyncops.sotime_audit.sounityed_media.sovirusfilter.sowidelinks.soworm.soxattr_tdb.sonmbdrcnmbrcsmbsmbdsysconfig.sambasmbstatus.1.gzsmbpasswd.5.gznmbd.8.gzsamba-bgqd.8.gzsmbd.8.gzvfs_acl_tdb.8.gzvfs_acl_xattr.8.gzvfs_aio_fork.8.gzvfs_aio_pthread.8.gzvfs_audit.8.gzvfs_btrfs.8.gzvfs_cacheprime.8.gzvfs_cap.8.gzvfs_catia.8.gzvfs_commit.8.gzvfs_crossrename.8.gzvfs_default_quota.8.gzvfs_dirsort.8.gzvfs_expand_msdfs.8.gzvfs_extd_audit.8.gzvfs_fake_perms.8.gzvfs_fileid.8.gzvfs_fruit.8.gzvfs_full_audit.8.gzvfs_glusterfs_fuse.8.gzvfs_io_uring.8.gzvfs_linux_xfs_sgid.8.gzvfs_media_harmony.8.gzvfs_offline.8.gzvfs_preopen.8.gzvfs_readahead.8.gzvfs_readonly.8.gzvfs_recycle.8.gzvfs_shadow_copy.8.gzvfs_shadow_copy2.8.gzvfs_shell_snap.8.gzvfs_snapper.8.gzvfs_streams_depot.8.gzvfs_streams_xattr.8.gzvfs_syncops.8.gzvfs_time_audit.8.gzvfs_unityed_media.8.gzvfs_virusfilter.8.gzvfs_widelinks.8.gzvfs_worm.8.gzvfs_xattr_tdb.8.gznmb.xmlsmb.xmlsambaupdate-apparmor-samba-profiledriversIA64W32ALPHAW32MIPSW32PPCW32X86WIN40x64msg.locknetlogonprofiles/etc/logrotate.d//etc/pam.d//etc/samba//etc//etc/slp.reg.d//usr/bin//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib64//usr/lib64/samba//usr/lib64/samba/auth//usr/lib64/samba/vfs//usr/sbin//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/omc/svcinfo.d//usr/share//usr/share/samba//var/lib/samba//var/lib/samba/drivers//var/lib/samba/lock/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:41070/SUSE_SLE-15-SP6_Update/5add5f7dce01a5b57b4b9abf50b932e5-samba.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linux  !"#$%&'()*+,-./00123334343344344543443433344443334464343433434344778ASCII textdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=4b9194a8e7f4f332b1e3d8c5ddb7b334c517dbbc, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=113b0d5c824649b4b01130250ff8d72b87a0c864, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=5bcc8bd3ed219895515148b1e9c5ab6f4585d04c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5b7bc95c510c454ff7a4f74500940a47fff96251, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d020430ce18ae5cdabe2b3f05235f4453262dc76, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0b4ba494b9ce0c69200b548d1ef8e6fdb5021f2b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3f9a85e029c3bac3f9c4399fb2fdec5f90484f9a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6cc01ca795ff9e7f0e0f8d5ed05626e58ee698b4, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0802e3b902e6c4d6ee41b55db26bf5a6b4816040, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=62dc7a221527e03662fd755b03de42383dfd5f82, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b366a38ab554723577ef43eb7b8148da8948f0c3, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e3e541ac813a909a9a4d2d295b691f58a773cee3, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=432d6ffe21db1a18731826ccd8db1960b4760120, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1a3b5b20b2b1f199292dc80ddcf0c7661738e70c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=164ead3a3844f69e4d30d69161d42ae6b602094f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e32d8b61ab5268cc24999c073c6b563065367850, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a3df58502a6424cfea99c2c5c330d247339320da, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=33e9369a4ae9fd7607e21e1e9574540eca3dd847, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2590093e3a3afb24e773250e979293b38737d977, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3127551bd3e07b216b3679942836f90cc825ab31, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=34bbffbee5310dbfecf26391b7b4111be18a602a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b751e4c18e85a6337882c6a738f6134f4f2452ce, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=074c9bbec0055904296b75a4343365e19f45cc67, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7d8892ead551d6353692d2b8afea312699c383a8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3f787674f017e9d12916595f07258d2291511286, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2af684901699a001b2215110e8be259d952cd96f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f92f7cb40741b426786162b76126488aaee81462, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=707faef23243a793e44579c83e65168f7430734f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe2e41d26db9230844b019853fbb276726781335, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b0afeec70fd73a488c99e89c8f90689af0114bea, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=58675cb8e5390350feda5a2b3a7c5013c1d08844, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=00d2b50d085d229eff51272d78e6697d881b1df2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=02a034c1798f0e1f5d82d902d22358ecdd0c770a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fa3c1c02d41f3f31766bb3d8c9e61c0ce1bd984c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c8a6d0d2df889a9a9c1503c20189dcbc5a53f2a6, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2aeb1b3541638056855ff1af4c856675a18fd075, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d2d92140a6815b97382b799f1772e12c061129c7, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9328e683462901b1ff5a980ea9717c69dc046ee2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fb6a235d4615c968e14ee3cb6ae2236290d26cf9, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4fb14acf345ebba49246745908c30d47ba02ded3, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1582589f20892109207d53b7248ab8d4102a402c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a06238deda982d5de309345a53672bbcb6a9e9a3, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a9d97fe6b96fa0fc20cacaaf8ed3252d5a5410a4, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=53d18aad3c94c4480d99cc00c74ea3fa8b5d04cc, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=05ed826b6ec021218707a52fbcffb030511923de, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=1c46d0a139b66889246f1edb4ab3a213c0b05b59, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 4.3.0, BuildID[sha1]=28443b52c1cefbc314779cc7ccbd74415e548128, 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*+<!,CWfmx9HW\o}"6Het}*Y    %$   B:RRcRqRaRRWRiRRRRRRoR_RmR-RsR[ReR+R2R}RuR*RrR,RpRlRZRtRbRnR1RhRR`RdR^R|R~RVRPRmRkRRRsRRaR}RwRlRR`RrRjRvR|RR'RRqRwR?RWRcR{R4R%RRkRRoRiR_R-RR[RuReRDRPRRJR:R8RaRRR6RR}RRRRRRRRRURTRRsRYRmRRRSRzRhR,RpRXRrR7RjRlRRnRRRbRIR5RZRtRQR`R$R^RdROR9R&RRvR3RRRCR>RBRR|R~R.RVRRRsRmRRRoR2RaR}RwRuRlRtR`R1RrRnRRvR|RR[RRmRRRRRaRsR}RwRuRlRtRZR`RrRRvR|RRRsR[RRHR:RaRRR}RRRmRuR{RZRlRtR9R`RzRrRRGR|RRR:RRRFRsRaRoRuR}RRRRtR9R`RERrRnR|RRRmRsRRR}RuRlRtRrR|RRcRR[R:RRRaRsR}RRRRRwRuRtRZRbR9R`RrRRvR|RRRoR{RaRRRsRuRtR`RzRrRnRRmRRRaR}RuRlRtR`R|RRRRRR:RRRaRsR}RmRcRuRlRtRbR9R`RrRR|RRRoRRRRmRRRaR}RsRuRlRtR`RrRRnR|RRRmRRRaR}RuRsRcRlRtRbR`RrR|RRuRRRsRtRrRRRRmRaR}RuRlRtR`R|RRuRkRmRRRRsRaR}RlRtR`RrRjR|RRmRsRRRaR}RuRlRtR`RrR|RRuRRRtRRuR[RsRmRRRRaR}RlRtRZR`RrR|RR%RTRRwRRR:RRRRRcRiRmR=RR$R R^R9R"R|R~RVRRRgRcRwRRR[R)RWRRyR{RqRR:R_R-ReRuRsRaRRRR}R]RoRRRRRRmR R,RtRpRfRrRZRnR^RdR`RzRxRRlRbR\RR(RvR9RR|RVRRR/B{a|FGSbsystemdcronlogrotatesystemdsystemd-sysvcompatutf-8a8d03e2d9520c5636fa524e041c210cd29369350ffb8b80d39d9c288be7b1730?7zXZ !t/]"k%˿m2_`d-h)5Gwa'][, - ^Ĺ 7orDd]h9T +^Fݲ4U'B)K 凓/aEwdGjtܲ]?XFtLdZY ,g%WRq{vK@ 7V5ɂ! b|3PJwuݒw+Uﲬ'S9!Ƒ'O$*fqd]EwH`-c:|_$ƤlEȄz{Ti-K7FP%M&]N^<Ό=i|,TR kaN(/t|=q@ȧsBZTzad>oq4V\jkf=#͓'5#{q}!׬9]wK#tԸmj*CgHI;< h)a:ݺf !ҫ1@}Թ/+£%L.g gmV,% i\گaќ:k.7*=U|j;zͦB09=8O>٭ϗ7 QzyztwͮEo^}ԩz#Ioq-E}qOw56Ԡk-Hl!Q('֧@jߎŢ Kp'[㞘OpGXM:h4,d_pw7M Ny8xi{$Sp ݡ}I3laPǧguOF7nL#ߝm8dL4(sGx3L"3{`P/t *k+& K< ;ޥtn]h eЛnfl641:EC}svMe\k{uq]5$w~@`ˋ Y JxGZksSRrA x#}0R_\*,Ev6n$@;/:S'%RT 'U8yxx&k [Cet@k&?;]uB_&~*YоNCیq=n&睬/8UUj:\Jg. ;]4:F^gc 3!&)_87K`&Ӊo?If h sh%Ǵxim3hLU۩9^^,pgʼw2CY>MvSRO%# hȿ8a[HEH Fa?8xs);k0Lb+..6FkA[}Rw$ȪmrL_\^[bzm#s2 zz>eOz =Fg)# #g?d‚J#eH S؅8Uab@J&"~$1 lX#s9/"Y/[d_%5~;wF;3Tn,NBz L7SsxAaPOkuC 3dψa vU;~L6X*3$s ol 8GSrkcŗ0P$3$\oȄ"r֡y&Mo싨<_z/zَD-b06% 'Y5x`+y]No_|.-=55i<$lm䶊ț_BƆ&Sz(>Ԅ$eՋ 7#D]} u.Zhd8?>̕A=IGȍiuԵ>MP= {8V8M$F+ĢX6YBå(SdLQȟHp 䇋NOjyr|8B___EF7!;J+\[IJrO%dsZ<`'wvp \T%I7W|2T{u|j<1AAQ?cgL90m XH1]rX/S|2e厚")ΒSf/Y,+Зyavuɤ#UXtQ dLu *S3? ^S5r1dwՏׂEqEWdf%(R[l IV}HϟD^%)+ɀiM'rub>a>YwD3֍nH ' T8s3&-O#Zzaaq򼷃FRo=?FK,`)__ܚ[yc%}La7,SBHƔvk͒7$"U',K[ _(VX)Jh-]>T&dm\g`nө RAv2,XVoBj E``L1 <wFd27t!ejjt3Ȩxmpk?> 1v>{[S8/]((>"HA: =]#͊QdJzGļ=[H3в^ bx)i~ܙ{[*#-'XRj>Md?'}A8sW?w) _cfcQU?9bl\2n;KN/-,,M.!u8at? 64D/,j8 ,6gMEB(P׬A[^1rJ '%΁#~ ९tH6ϥq(`*$0 dw`߶GDA쎓"THevb%woJ.\/1}a P&LxKKЪa4d5!.YBU @(N&T&)`1܋|a$hǢ(4KdGpzf1t: +f~$iF <.%V)PX]HL K{[ C]z 0Dpiم<6_YyCÌ$jFH|—1#lA:L .|UױK>q  ?J]y]c\]m6LĘ֟;ԓx;x:P/}+7s#=؋SFa[ A/64yp^Lj1Jf!“秙/h~, ^qò0cM~,i.,ͧJ{2^8{ٙUdruiخJnOuR2do݄p 7e"Vl3dj.U6i ܖe RNȜ *ߜKL~jK-=/m[Jč\dr]D1YUg\mD(#¨c2CЭn ͟cݼH^޾Xg@2{C'ٸ1A0xWj+I/ssܔ(UUzc=u۪>EkQi-c/﷽BC3c,ஃngTlZ9$EVm/ 欹is7{AYʶz8\;G{Z5mt+,~ n +)Ɖk>~RFkb$qw:XMH`͚c )SVPXx(ӄr\듮޽-&'P:V`6a4r||T={)f)K KC*oznmZ ?uH~q&/t꟣Cw E (Rr"Kc fzƢ~P~c&Ecg=qr|$\BgYې7|Oo$?&y-syP1Eҭ?uʲyByϔYbm~Csz9nYOyk&g^3YApBa;`?CA-`Zwb}ѓ '%/Ļ "UtBi Dy;_ȈpZgV"Nd;=ipvJb[!dtnR>xf=qክ`1Dρ<\feXk~룹5u J H߼4ir!I Lc@ט2Z.zNý͡VW=Nθ3YYFfQ׀A1F/8AxE3!U->+Msl+\.tn LkW.d@V^߹@/ ib]?NX0ۈ觮*:aɪnM8l"WQ&%Z@ +PT%qmgSncw&2`'"YXC4:{.3!\xАAk釬&vX'@vOz.);Ħ^$c}୩J*]vT&IJ~ d_"Vr`'mZ☏5S h{N{n+Pzr}[ZmT^œMH} BҏR~\)<*h.hR?՟Mj˴RQdޛHP5)El_-QaXuԤJ\r]b2},:[6`'G,h$+BbXh&]N KDK!`|/=~2übz }_,Mv4\:s3hZGl92P>vg'/pL)cgs-'<"XJɈA^Z$uo2 K e`@5 Z e^OdEa$u$_cϗgfP4_ieذ4XZ~ݏY$1]֒?ꐆRTꐪ-V]W)YUYZIσ8[x\rtG@fTtJ(;Sa` aÓEK` j)'c斃ꆷkB*c>lZn4KЍ@FIYz QwotY~zd691;y ng}QtL^z{6\S,IQk[Q5av˦ _D=8dW=i5[u¶C|1Sfj(dnSrjWgAG+xQ?6I Mnzm)0"FIB.*t(wK9OI|:frJOLx;AmkCtp(n4 ޱeA&\^ ݽ"BƫK8;+Y#Ͻ Qi"D}Oty/КDs26S2n3*}ȟ,kRwL IbCm [N>Œ98)w)@vkQmI/< l3h"(L`̹(diSL:ZQͰ-9m"h9wF:3D\^uEKxrt5x}HrS(GAtB2aQطƉG7v\G}(˼n43/^9;VH|"JMfXvn(t)Vf8`?f'kLLMdCc/v&<=ɳaiI{E|ex!<٨=-8VmkwP_ElOL&#I'lJ8Hh>!BZMÉ:ZOcs!YTb烼R4a"V;8g#1jF."Z~WR=~B2켔FЮ$n3LK +qL"_9,cma@]H7H㱨JFrrȳ+$$Qc[&msehu\BmLJ]!@ ۚ9ן$ڌJC#B K]=%B wPK)K@Q F:b7$@K^(e H3 ;sh(Ah6q$y?o.x mgI-{ \Ve+p]=9fM.e9,.A_7V4 Na O'xZ zP7V!O:Zq*1Wm`!5h|${ucU0N Q/@"Dnʠ Ni*5>ǵbbzwq/nQ*}V~$Ԡ+ I{\-cĒ$M T) cqԮ˫fF41"DZ8""Y^}σ^/8ʽ &HNnKj¤]_c~VNkʟV|jT3GQޔCI3K{Q\lB^v6書.<}5kuoa-o;0F+{z$X6E[OB[mIއyH)푍 8,ʒ3LAr]SP?#TڱqQTT~~+7%=Z$.1miTR˴).+h,vX{.GucK1uuՆIJybu^F,Nj;u"+<нuM'mw_3؛9 =|[J$~ǣ)u9 L2'^]80}RqT,m"f=M;R*-p09ZZ'!qҍmH 4߷aNCM`m|i6tгt )-ʬD[ae`_@*t B2vywOѩ&Ω0D߼$1Hs?Z3;c23N3 970O>B~ L@[~J-,(G>o;5ɨYJ٪ry-On#,9Gq"v{q DWwByq+2i1%, i[Cp)-y㳀yҴJ-<0 _&z΋ҦlT$Dǀx!9=Rx4ªt~\xa 7^)`rJAH&[1qcktNJ2`M$;Yv}H`Ux_:j_. ꘙQ^$cb(=#>e@ h$ze d P# |R۸*s\6)nuVq/hyMQ d9HYGY 5V }3oZDT^2 &4 uNq LC*#"NOr;4K-[H. }ц%aσ*kFnX7u%}7@Q& PZcVGP;릏V) /c KJ۱DŽl :Ǚ@C6 ; ,0%KЈ^"{=_0sVc52:%Zz lew:8uTuĐ7zrH76$or"*MʺqowPoxװϑ $8"雥R9HYxr M~ )\[m_y免Y/S3tzy^] ֈBuZZ3=5A8ϛ)wNC<^myYQo6uaTC$34e=Nn}i.5ibEjV\"&wsGQƾZ4]iK1TyP~c ˾v{MՓ,玝7J8$diPIc`m٤\@Oqn7)t v ֧7w*ea pkm*bx0+F!ڨiE|BYh>SOez˔DpՋ#,m}3YpgMz|`@~2"~O[gW6WZSjÝߞulEl)z>(8s )^COQ8iE?BDO%R}~S1hmNc4&|춧@vn*MO^":UlYqV$L02mk5V{`ꥊJY2=%n)SlR1+tB숽Dbs 'p-Bk߷t)#g[lշ[*yL3Z&8(S`no'97tZMR+#(GM j8#&M8=YqLs7L;*_V Nڅ3'hZe@e! +,S7^Ic` kDSoA֒$m OccMPvA,%`h' E)=c9+y-ɑ1m1ha4ڷszۉt Hda<}⍟ybڑhaѢm9MlccVa;x&@_ځHAE{1RE yb^N&,NT[;ߊEpf3O.4>c֬ap\%|J}>)e\h$(t/y+sdIv.fԑ$b+h L pPZ@b C"+ y*WZ`ILN|o7WK`~<0w \( BEo iQ\Mϭj{kahZe $nN66Q<y=rEJ-8۫E΋nL :Gt @-E27 {MzK]$»$-o)B)$« J&mi-_,zPZDP]Z|*'IuYFӔ ۉZH7b^lr!lEVX+5څBW:/1OcՒ OB9LauZͶptxk|~+;d Eg%cń0pܪmJn?3o"D譫()[MzX]v,n$ic^j*oi)6spi @hgQM˟R ?7bdu}mc7H<=qrEhAA[7.GX̒rǟU^<-;C$`#طP?2t ֽI[v|\^p9q,|E\wy&|znȩ7UDoi*mx33Db;nl|2J\^#Q+lhr"&aJJY3H'E_1}<5 ,:C̪bb .Zh2C S$(5e.8$a uks2s1ƞ9`>p_ -j$p$ZFͦArk'!1&RVVJv<]{X7l{XO=_WĬ:bD \y{ >h8Np:uAӕA:E`MCif( &iRLZ ÁCؚ>,Z%"E:D()~p y؟bѮ#l'0 ljAFp%\}˴ P/(?9[I3֝rBJU*bTVrv6Uqh'XWJ;+Ikj1X:Jww oa f|U&E~LC'/B1U1w*3I|-CgX=l#9Qxh\E~V )#g#8-g r5zm 1]7#^ǫw=E[V7:UZοGKσjw|Yq|ܒ{4C7#n (D5PkZ|pCYx:ah;8i5ɳVQd"b^49y-!o[͚PBoC+\υ`Wxy5Z6:$N۔0^t2"0jsx7 7+ :P  Kz-AbFf9hfqn3$i ySg^0MMl'VЭ64/ )$+qa<ER6|ZID*ḡyXy4wFVA?ZNӫ1?(W9DB%sD0C]`] `_k^zp%~|Bm5TC4ѹH3&9bܔ@gTL jCμ469RU** TLYt8m3 V ]'1Ҁ9a>TN.ᔞ(tCtd} 22KSἜWml%Km(D~v &'i)[(;~W,^ ͸xkKM96ErR=m޼Cg` 41S%ߝY`̡)oËʶiZwNgĠ8+@wGng'wCzYQrIc*Z2H}tBG)ȁ d0SM%dm'5"@حm^CalJP9>πc!Iyj1 NBO |?J1p 0Bڸ&ᄇ[0 *_mOSkd9602WSi[G>E)0mrbWVxny%GZilBaJ Pu%6{9s޺mdytvL;ɂC.ܶ.:=㸍 W ̈́0(XNk(2H.=FѦVoNqpdKG}9zL5d.DjCL ڷd J$s# IeU,Niঝ GHSQRVc5dRM]M,9q!?Ru^kԭ쯵QX蝥GBܼ9z |;meߌo#\X|Q.{=7#wWSd'lj{JqqX%a iODyG@8@.1l8T}H#Bi&\?Ohe'}rggEA]%pYN |M(TcѾ)綍O_ͻl/wo5e*ڨ7 y!Ү~Žo5N֜ )TeU;[Y3]0H Q< R_g*jڂf)ɟ Ԏw-*zIh 3~Ns,Y^#7(í@<1uqER֤#Zؐ 9w%6;Qo'<"pY\K?7?Ѷױ6$1灎s8X9H M.7m-bޙ\0I|%7ɭ>ˡ6ݿߩ~Jyɀ!}NbH `H<SU?RD@NϸCfgwRQA[>yR@J_\- <۟wuFz 2l*Ǐo7B&9TGJHtF-wW};@q0|d:ǹ͜sFOyqg#${ݦg\`.ŧ]A5@۬ݒt&QU9k#zV1i:m ˒ghd rBފ_g+R])&=S_t{z,GCX$ }]pGNr$甑+KެB+qcZJ̯-;i1|i)_?ypXtĔ_V P>U f}9G)"voUd&w> a .|$ڹ@FVtiIAFT?;Y3lT'%uv:hlDD%v#-%S}&>&]G!NE_` 9GYgOr܅h4e] ]ȡŖ!}Vi/j!̍ jS^`hbO&#f$q+!&pfb"6I-4^*X$31/yT wݷbUtPbiC8fΑ`zg23a\R[@c߿7H#GEH@47%].'(MK$h)wSbX$/{^5+oxy*jچ)I`KD6*rYL[֭ 7$3o5+:/єP9M΂6*ÓqL-nT&VZ<Ϝ5e|eRVd] :mҷ4xwB(?a?3qwEEʷEZ\238L5MKD`I4\N#{:dû3I ˩TBKhjWH'Ԑ)>Qm6ޓӍ$!nөAXmJس]-n ⸡a݋f{tEh癩]B8˲d.yv[?] iSx.CQefڨ,)'~xe9*ɷC(I|Bz:UWgV]''CrgE?Zr3h"SReH^`yiQ=lJqɃ!cn+:~8}¢.׻Tlseg]";ಪTsU>.GsS 8iQfk }) ||qR2)$4~#4lgݕ=CbwclH#zmOdݔcH'/bsf?B_8#-rkF9`DFk,C)`[ i<#,"G0D"cʾ7?@+)BxSTe{?}QU-'dJͼgtKJCJ*m'ta*]TmX~^wdIA] 63|Vrap{P6"2hȤO [A *3u el>-=Z\@n>T 9]e(-G ;@ ay Uˤ|J24˄/} qv67>F~$kWs| KRNO^tpۃ~kϸZ-ԗn,Ֆʑy>)CB271ej*0xNh$룝r_/Š" eGFBOӼnU6B2<4zd<ت/RC o%!zO@\OT[;!9ԉTdӰ|W\S+lC= $al(x9ӂVdy0;K56Wo>H~7mCe8h&7_1NGjq>T @A!SCshgV| _7h G&BI>z.Džbzz:hhV:`)1a)jt9n:)6b ;u6cA:?dPbw IJꕂ} ?sȧK>?FIf hԗENuxԩ-z2.`$][!w˵<_gRDC`PT ɹEQ{SF憁lףD4iMSɒK錣>PJkl @g3^YfU0*7UpwNHVv-aB q[̴ͮ_Ӟhm>IbZ|\ĥzK^Œ~zepeG=X>U1o8~=33'N x".md'uf @k5L?b5_B\ISVRRr6**o,FXk[qzmוȟXy4ݻ(+ M2Sp"Rߊ`PPRg%ng$?OqbSSxKw8]!-d+|_w4t4-w%zVњu[#q¡'>Xըō* ,⪦gB W8M߽hzJS%zsݯ!ҫ:t4PB]vpYȽW[M*kd8*DW4| eF ,/}[LtgBGy=%<7@ӡ ef,lb ]#"u-&Q@hp`Bi!a6gEJϢ,>,yYk"XDh\?_gūgbfN9HulW%t.tx[ 0fdx {{lB;.zaw7O0'/޻s;A9tݧG#J\[$SvbMpAJ+ s*-nSk:IqP `ypI 1>8J`O5Y2a}Zo2y4x@*vލQDq`c Q9 >=DRe5g?2t)KШ#>.o]1F6lJ4Q(@kׅyCI+vs=֝1//]U^,mry79o>w G ,iXnw+g8>:>Z@W)t*뭋GA>Dh_HT Q&!*2k6 _[Rb1 rUTv5$jPf< 4EnKoqq$RY`*!9SM!͸dHHBa @gnީS*F&w&W_n(y2L01cUhN5#ßEw 29T{T0%ݧDCճI!k ^pķ9Ҍ3)k3,>2kFIYZi;@豃uz於8y}-Nџ0K ?4 %rK=D8YRq򟿽U5t<7QUkŠ>ϯ:AqV!c?94vK"J"y<ص,f / [pܘ:xJC@+{K?׵'T" l*qMIEs5q,S)89\W>qTf<8ufs}aHGae7"RZѹʕQuv鋋'fQlI O][ąX [icړ{qW{ ldKtqco@W/>gk VeyY5uC_қZxϪF%(Pv<|?0F+s5)"zsxo$di; /WR:Kt6|T2}xңhh"Z^~CΣ2J=[?*ݥg4wͪ& 6e9U2~ ASs}Ϩ'X#A.4'+{x;D]3Gʠ%!Zx$kjwdH JcA8i{B`BLۙx*W\0lM\r3{V-%Gh+`wY<)ҼmMCr.>i`>%,1vҌT䋋LtY0HtA="x \:8Y΅?ʟy5px8n2C= P܎WegKVukiYn 5| ^KǵLKpƁߧ*|gZqh8c /,88 NMr͆qp׎n \ZI#@"GR;쬕21уHL=ZgǾE0M՟mEpW笳iLYH+[W+&2 RձQcE1YPXL@ Ŀҙ'C, tma>W:t^۩lmYQ ;Xz]dU(}?,SƩgwHӹ {Z=PYryuLk‡q8]EY&lX~5wu|s܈.ңko=NwhGRJkNJ/ IcḰsL e\mucc֓Ua[A/ GCveMNsDړ _e ϖ9(65҉FXBI@,0]A5(e: %| G8k"Qdա>Oie (G*"Gsuj2ڃ vGYum'+v@?Z*?9PU),S6A͍Qv|~Yi(QB+b9n> U;q@,,^i!};5$w"}-FEXV_ ςmA1?EA1S׍8#=03mns\>< ~.iȻ=L+Ⱇ2 :c6p@GqҗF3h)uB 84Ԩ2ڣMY~*$ j?HHE1xKE,0b~KHeX C -竢?kQ2cH͜#ғc[sr~uF$9i!@R޿M} Bkьm*徧-} }`1~hqW`*NZWOq)  liZc2#)aXOƢNy,cQr4=x\cJLJ5pul*Vxjxݺ ?Ӳ+H uTս9oEZ UF(3*{Vk+E6WiQ)2d%%:0fO^8&ehS^;tiyg Nmi֬6E-{ ;N=%t_ρ&J&J" sQVt%f ,$%cҷ$`5OiOHpg~׽%fREko㙸K¶Ѧ'qU(2e"\*Ϳ Ē@6ӲoJ֧.A?]Hֺ+2Ƭ:mz!mԂյl ;l6W&{9|떘^̌ԃNwF>;3?fyJs۸]N1]O]QȣUʬFLk{'40:2I*65@/E[a GÇ7:4 I # t}R9mXWkVy-:gaS+x|v^-+EU{ΣD%%- $?z+ޟ,'γ̧o/ǰuXO=iΕnaO}'R rʷ>^s=N|+eE>-H::-k"ƒIh0`PoXiW%hFhĬӌǬ`iOW:Űi24wG3sM)6/(Z#b.&BAs&ozEVnɌaʑlQJdULo13\V2>rbq G3!N$I 쿱9=#v0lpWMaVbL7۠#MݱpIK㍕k%Π 1B면PdbYq8ݢp/ 4OPgZ^y)ݓlCT,S`="`tysyܦaSe9H{>Gԑ$f94zL٭z]0e hS=ǥ34ڪ7b4:&|bF-qa)S]Jݑ$Z I"Vu #>aI,h`l^<>H%xf-o(h8*ˇW}HmԼI{\M΀M51 /tfZH`H ?1~JR~WNɣeYzA(jpKgH֎$W:o(ȩ'W!8nn6xp9e~D ?aZԂO"t>RDro xJ&+Vu.zG@EiO"h^T` haέpWmÞN& Sa{A箕MJAgmPyxEGO! LF؉X}p/'a2DZ:H- *ϡW\ s}b@J+2ָC c4fAwQf d1> Bpc؀GFڶ-KޢkǡZκodQ j|{8fYxtì& RQ]T62 uwv?}*-k*[!?-0VU1Ť5-6H$2O7jőUyYv'g_?@8QǒR~OI;_ 5nL4³+wj"=\4`> _$8qo(ׯb(5+|՚7Eh@=/<bXϼdŵry ){s;&ئm?c|<ΰ[qJ*qZZY5@, $0GG~溼}YؕQ_l}"VaA/3A+DtpW2 B{ug$wjJ)(M lrj'Rc wKr&!Ex*Zf&My.A,U  SP}{gݞe&3Ra;5׸n?U;vnńĉwTK? L~-2-@1xJEѢpiW+W*OЇܽOnVϿFӴhH u)fWpCьOe!&H6բ)A"t=4B+#E~՘)ƾuJ;w,m)PAξA#5# qxE/Bέ$P#h M߸^xC#TI19d2ɥLlۋ+pJw,hϻIsF S֭ Fᬮ[^uD/qvb}`%6׺≛u`8's(>ì^X((!?/3 h7iՊv90_wO8x8}-tN Iw} El̠ BY .:>Pfקgx3Z[ JcE.'lXV}ȷ&-/(/ްنB wuW:x :^bYlexjI)S/ayS^LjE㚦jn9O6drl2nO 1P$x|7Z<D(^"_ ;ۦjN P8$=1>y 9en)VEyFPh)N2IFIAfjlCbRG;LŧuRL7(yBc/ܬʃ{US\`y׼\-_/C=yk8wz ؉ڋ*\)Loº;ժ+l€v/+A_^舆hbvjm l{d-%/W\SbWM]LK0΃x08N$ƽ12W";40;^߆ӓ?/9b!AKU֙l՝+p7Nf)K,%.:A9{9-)q~ka-,ԗKNz%de\ \bP+Wu8Y uKv TxsYcDɍJ:*%+66i=z:[U ]33]#شPs 6 :qm/H¢YnI&l]=mw'or s5JQE&@Kd掫㵿2b@?-0V72 Ge:5)>ҿF>ixϫ8E`)[WtޗU(Ixr5,]CVjХ -,pyL%*%CW Ny7ٲ =+8W49#Y6 î= =b>sAT'  Hq?[! }*t(G^6<6_z3SEQ=ϡFvi&ޥe3|F%4wإR ?-;=?pA..eGH=SlM?bئ%^xh#w].bF4|~g\km+!t;5IodOI92lhk46\YI& :SHV5~[h'M;tc \%O[1murYL'gbP#ZhG] gbRTL4*2tQꍭ4-үo~]hJkvn~"en<貜7AuYš8i3dgeW` NG6orinf3c20{\ӔATXmйsp_S0Zy$A "K;{!1\6M_^>b]E.yt8- S:>[+~t҂'ٟ.YxȉVm.5_!vJgkIpe\aB,nt%ќQk ^t" Oo'kŖ ydy Q<E]VaYP^.BM|#CTu;`dÏg/lƃTqŞ苵.F@MFQQ>T&H ]n:< Q1t)x Z}/S .1*5PΌd֘͗'/Py SV}1A:Ⱦ9?OƁ e,KQ=+Tfqa 4%UHԇӸA6Wcȉ48ڃ 2VWj70u ^Ѯ YkWς]IuWx+F0`NvcIr*$: nLc݈GS@/ׂqj 应؇04*ylc\21xcKlt kR#m).oFVRPTqc[zW=TMW@ Utٽ7㺎b$'k!τ6V\ǙݕuS!Lz5V~|0HHuD|LS[t8k  jW02n@Xrʺ*QuԐ+[Wi q\ w|]n28iQs;gNɿ6g:*/L5 .tz8m.:01&/OYʆlNeೊk<4ST51_P[gȾP!Vzf1F35^3 reD5,=瓷T0=Z`( g¶욎lJPYI}iy$õ]3WfムS){cI]Yg9Qd|#B&M3&@ݛ5ĢUGC- qhrq4k ,})ޗnMrwwz TGN*no塷~v彤2Z$s;Alt@{=7+F@v5 dy(NliTH\6ވ),.tu!\3sISK(yJEo_PɠpC bhVѼ{_5 Mb?Y=2Y%k0`}`xF0wJBm1–f1UbJrHRdӭE.j9~`vV:Ů<=( ġDpP 9bq01@ zʦS̚RWš_x ]}eJ#j7k6Sv:k݊s=G3{B^FW  7ϗ_}~y~qOPWl=nM "ne )uѭ1zߐ@r`Pڜ+P%,YPEEpqYeʯ v2q`;MvG|ݢE.}ΟptaA(uڣ!RZŮӇbF&@.(RNCOXhrAZ%Jkz 6 lCdTr^$K/rhVVfLA)DNS̤7l)5P )h⼉K>q͑幋A%[}Y >SDŀ jJ'P琝ō%>s2 6ҩe]q \'XW0DQv$q؜1o;!/!-q1ZX䌢_4Y@'eT]zNt5UH_c$"6?DC5>$|Ν<{uLBVS|xGƱ?~4нPV!@JI84@s;hҖrR@psGYj5bbN y( cͪLEd'-F_*X:%ҳ2>]36&DU9 8S9!V?A;} LaGTU{ 4+Sr@}^"crc"6Rv3B#(W5ԿC"1 )A00eڠ%z">g'{8uP.'hg/´euR-bb;d#_D5Ėß|.N?xVz&>Gh'%_ְΣ0+=4_an hyִl s&N7HNQn QNVQ/IPϵ`W$_HĘz'P@m/ Vs#\,˦g0FV3=@†B˜0TKr 7%_ŀkE:K!wTR X8BDapr쟉,c*9q{_҅T8.\L*?yأ!VL\Cd潧y.7Z*k7d;ΡX'NW /mD@&q'b^>XH_oп =LEv1p"XTps.z}Xo+Y\/ax-.C ֕{ԟ,@bL/.M2,*Z%7Pw?dQKaAj>[\~`4x"lt8%r[˶,a e>$|X%B%B ¿ӯXr^r5r||GybȒҪs1 T9LImAp:zҔ$f$ط8\ppdlVk}'$ү❅S^fpyHq>au= 5?=kRK8NdjPoٯFFlZ^3XHԬA4To(ZFVf|olx@NnDDD`H ai"iQ|D0ɕ+.k罅G3a9h"̔/&Bx]P5ɮQ8׬Zi& %}ɚ$=G"*kb Մ{>]6 9Yxe :z+ٛMb-;hkGRM+BlslcZrG*]EHr&(v7Dݟ]~BB||h@S~;5oNtUsE 0PPE./б()5Ej_ y@ժWJLQ@BB՝dd5P*ORiv肥A'BPPrĩ9Kz#дI f[6YL?31][qǹX|:Z<@0'W Dn@O:@7j˼uR(Y`ql=q 8DܬPERR*Je$zVEp6$c]qiox*(uұ?oݲx5;;B.[qz@lAPc~ljF=xݲ[ⓗb2 X9.ٌeE mk xqu?Pַ4p5_3{`Bm U$*kْ`Y鑎AϜ _vzm=tQ }^KN&UBݔ qK+9J'4[n5Ѱ`)KƬ&_>,6 CؽK?뫁T4?p" 1KgAfz^TRTbQkI !۶bb@T!pHÝj^͓ gey(nΈ3by3KHW.%MZo/*yz9,|$N)~I lw]czcJe .3 z c[j'u <*+n Klc43t^6**dh ʳv_Eb`5^5Vެq{Kd#Rƿ}-B=$O#W |^ RS쎽3C^ԉ8lV9$O?v#uALi;^H'7ݓen/~rMgݥ6 tCj4'իu!h kZJpҕ.R0~zVs:ݎR`p(2H{P5k^nTxݚMhx浤EPRvw?%rsG%x'4Q& ݦ{೙Z7#TBS6<}"kGMDr ) Iֹ+_2Uco2b: ?ߘ1t"bUHoE`Gif93W\OJkMjih.,%(;:u 5cFz#sbK֞ffQ 3,J[S=EY(]pg{Üv[ș0 # VD9XFģkV 7Gԏc:ޭÔeٚ`JOPmWʑDnf!x?coe s+󓪘s]kW &fÏmdp4tL&,*FFKtz +Vr(ithOo+v6̝F>VC-Fv!#28{tFxuw뼄2KibmCpcV/j\-m@-o 7X7e|&x`eM 6R^We tuݗa*.3 %a;G#bh`@ˁx,)qa7@ֻ kz\t.k#0?w*y1=.t<I,4{(mh20[X@8$/2)װ[lPIG 2 >Bfug_:/\"!=@wp3?`uV';l@JFGN=cQ"6QVTD _{l[^C%@ot֗!'_ے,9mQҝK 6 JOR1(sb (uY%/ܰXsv\5Ȫ4'% ^`\ J2x޹Hco_8nZYbѢTQ2'`S%2wP aFj! ď>jFo[,>z'ĩgnb;v eϹaKH(w/H`d8ؑjyNfVn=XdԹpEڀKl!OZm- j&u/ᅡּ@ptP[xvsBBW ~K(D=UuIl9$_ϳ wmckm;SbC+-Rv%%\vΊDΔJ*x4(` j쀂=Hs2'֌b_;j+QN1ʮ\9l/$}[&2~u uBrALj nbh%84ܖyc OP)yIz`r4G(¡Ս{"v>sm #|]B_C=KE׿3©WSuz{ wb-/0gOs_̢d:1Is{B\H*"<~__cuq`J꡼]zF}NE+Md:( \>fkq&[ T&05Cv`@6y!0#gn6f,gK}kE`26"D73t=^,2b wfQ4*MtWBL; ǤMsTP(乷Ƹ*_У]}3:.4@ܩSqw*$dP^έHg`Kvp4J8=ka$6C Y g5b/r{HfAU(exE4+ -!%.U gz{W4 c{qeQkkٛo M;HN5=K#W3 r~[p33754j.+O˘Dhp8YjQcqt| p%3T+)+TAʝfڞɮQ9thpq:s qT 8PYgnul+$!O5<&$YT]Q )5:b_Mybΰ1/ܽ"2R65GsNQq4lTXF@ XL q',1*ꙜP&7I#Fl5kj;s+.bۈFo "ӌȵ~Id@ܲ.e呺W 嵸OE g$tXs13q‡tXSv+xNi=*aeoDӠdM[;ܫ;aL{֊YQίnX}wC j!}մث8>fxɉ _bv;Bc16X`㲪(<->I=FpbxN)]̸+k:s\^ډ|%$H+8ϝW`e |N4cM6j+-B(/ k GvE6!t5!'֯]mx_2<CۿYՆ% p0D6 ],'$D?uu i_J1T!G?ud'!!_ax6C-1no2a 9~+K\5.e q@g.0+`~Dl)IMY&40=`6'{㨣Cxl{BT: |a8&Al%nJΉi6i !dvvf卙dDߢUNA2GJr3NL<Pk"Xu=@0ś.ӸBSN\>ns풆:U,3GUEڗM#۲z z ̶jҒm"͗yH咠8:f؉36JL4>~GZf'(o *9C 2w_\_V~#~Z~|M5BS8]PzzFyK&9i_x.23iqjW#4MT1\nπ>?PHЏ4O2)?} k}VwDt"[tȵSlGY=}WȍXkQ9t/IOmzlg-8[9@P "W8LtcK.еD]%Ȋ1mn[ 3('x,t8GEO_kDN_1;T+AMzVWnjeI@O]~`H{(]΀qb*pZ,bwvU ?Y±TW&eQ^8!3ȿKvD&5{&Й10x dܞԬ5 cJCZθ6¢Vm{ `5qE^E|:/V5]GPY.:݋ĕz9`/ 2y$j< f͑x'`㿡M 7./*#z{ظ^9 wJg6Cj2>Lz >H,lx8[3}$:W."rn[o-҄n$CggC;DQ0,Cv]Sܚ";Uuߘ)G@RpcxX}vJXumPEkf*7tUñt3t;#"e|v@#gAKDK]mz(ydru\X(?b`tu;_^ɘ3km;cvt P7n\Y3ws\UߕU@G Xc^_*}梌Ākr&fe"%sBñMi3XFL}S0Zi&"r!uYaXkyc4IڻƿLŨ`bWa%yޝq>Ybb\ gamG\. *hV r΁' [2:NwjP@A\CnfgD3R~-Pd_*h:/8HeBdSO൲z,*t '2 |,Zk{Z284&RA܃Ș١DHOL'UT ξswv]M=C~7Rc);eb=:aRWvm n%1UJ NбmLB cvsŽX|10*,_@ry"/x2W<F*ZP/aB"XMEl]%~~0B0av6PiaSy绰0RTl&Edˇ3 a I^桵4yBAr3|yif/}zR4_ƆA][J KScB@9nV==ꢌǼl5{;*sml .x}H>M *a .JqVD.&ŗJ*96mU'#W%Lӫ:ǭxƦB1)K E¦ SNHENEOۓ;)=НP<{8D;BM{N'mW\̑_q඘ȠuNy/wm-dFaqD@0c*c23o ۑ^{BtZX5fӜ~+C8BC2 JPXEnXX|M,lG^4 s{n(v1$)qjk񻢷4u$lm_H&ᅬauwC\k(ї"R F^{P5OV_GGQ!:?"m?KIOOJ[pWf -` [dL*?C#GޮOkrCŵc:m]^Bcgᒕ`_vÎ}TX:frJ<|k j/ ;r8]7;b *"":@2m đC 07L/*gycykwW 됺ϵd+ͪ4;bz;wQ3HLe\w%pZYz uO71w~GjKy!;N[ ,详Cz_dDH5=2O4Փ6ɡ#3ޒP&}tܩŒ3#kJ¡T{`UT/}D k)]E*P.OI9 ̐.M9X&4ǩO} jk`[3hVwy? @SpO} }A%'krJDôZ"*A~o2w'2Qw)xgfS.C_[.[?3̭0B1Ht[m`q[Zُ-|Q[yFȩUեƊERIq<0Y4jkB/n X2ӓ n3Ѡ/g]N?l(4&qNbl] ѮpqX@NA03<&+jo:Y5c=j=Y!08C7J&eDEX/Yjjݧ%ۚqŒS*i&k=IcQG,mZ_Wu2A[o&>.֬fW 46o < %L~uT .iLwpgWa- ~0BX@Tn)5§nCC0a"?j hUT8ji6+!etldA/| Ā\8 f|\y Cɷy':kNlc$=qRᑮ/L6T\lJ,OPtIWPmfH~fS s1E:74AUP"Mqq\R\qx*Ygh8:yU0OV3.9 {"wz9.CF%NJ<贴i[t՛/=;gB*⧢/CK4Tetr hGV +9/] Jl?c/M'!_$eǰՅ̮60^h2vw]?,rY#oAF_h Yo}0!0cbp#}âV5&Oa*JNYe[(@2d@bD|{p&PFUy~ka+;y9"r}M`-zҏFB z.")xy#49ab,$6Ńs[ྐ3,/8 ^Eӌͣ,qhvH*mqu‡PמxKy^5 JQq*pLW _m#vFބvc3+67V? wOO\ 6$ҳ\l$s 0nE,^ca("owjM0p\fB3ܞS[%6mQvƳEMFYG|V+ypB^y™BvwޘU1Ji m#`} Xl+$AEz%Ea.mUTRWY%bnz ?ft 8TO[4"NdL})y&.NPa/iފԉ\>5v1>zP9lw82=ClH?J~@}-UM^Z\^.Ro㜌s Hy^^n=0~EԆ 坲H(p-Ͼ;w9z!RKFdytJj@+Ѩr(G閻'A\vs]˫Y̸MIXZ#C"D7n]l7Ėk 1 sXsF9Bœ 3'KjILq-@Yx^AevZ&pi[OSԨoVQVhG\m>&>9dG?orz>pMtOO櫗hf+ֶ N>;Y.T6'E13I(uvf@A=>Fw4MryO sפƫ5JӮc^gommA֨kBwܖ@:Ern*GЂ1Ļ>_WUªR .4H墭t_? 23\ӳ(Bsc2M۔{,9q 5/ edG$%dS<=YL}")89Uy5aq ^" -;AEHv8Cpp66,hNŞ1GcoVZRLlVs N\h~+*Qdr G}ST ןh"+|nU@%!Jmu)&sfQѐ&Ђ{:m>k)w˜8\xg6h`};vuPXϏ뫊frײ:rkJ@tpׅ~41S( eAGFkJGDf)!2O:'ظšJ W1Mф{vpMBE +dj%lM0ΤByeyOMQ@5Ŋt.K.E;pdDʡk90(_i[2hq.!tn QH|Eo4@s?0b!]mM+hw$EEr˶A,Jӭ"Vt }zz ֑ X ht!]y! .ѷ]>1iO]-M8R$p]9-աf=Ao=D u\κQ^[Nm ;$G^24Xb6Ѳv BR#d/,p(_T,S3H㙹(ic3Duj̍ SV/ C^6Q)R`MV=Gz ԣ|NMW)eѷ*8O>Vt",@rܾrBLmP`H7q[J yK7Ƽh]7qnR̢ɧWc*ܜ$CXb'hRؙ8C(u?B"=IOnEІU~K;)KP̦v392kg!(mOWԄNu%TDVxPKg%q:N6Ef_X|e0J{(A[[}w5Ug"4XGxt _L "–,q=y{r 3.w217U8<:]OK9tM}P 8Fʰ%0fz֋=@nwĔdE\tߘQ#Y>ő2۬Ym0HalR*ːeuqf5=+5AB>sggnW_*X+۳+,3 WE[j1K z' )v>O]Ԑs%Ƞ5s!Wklt`}dm%j?0&72~l=<}iS @. ]6ҿfwپM7Kis(`Bw # :nw-H/H`+\!)gMÂp]7X%^f:? 7D%McfV|jGUyZ+re:j^ml7%_d`ӟOp=IDz'%\I{[hGmV ϣx,՟OnqWwֈe*%":О5y@qnąys(booy,0g#Qza 70eQϼⷘ5K.bkombD%Kxwc;|qJ5#=vyr%ōU{X!{9CZ3N ʆ&= 4v }dSl'=] A9YO#]Vpj ?z`fa&5) EHk`n&por<dqVP#$A6Z\mv xǏ[ 8e"4%8$oW Mwgwn3fP{x )\-6Gpl%ii&A""oMD3 Z CVFp_L'|癐7(2^Ҳ,SBb,$Y+x3j{HQ/SKƮxJt?PpERd>?gPA!@yզig1XÒ0zl!˄NuN^oMBY)8q W!k1< _n^oLʑE&ż@B<]:|zIbyr2kS}Lge2*79Z΄y86d%b{i!fX+[9f;Ho4A=}$M6|e3}9~ʖ) 0f OټfW3o/ܽ 8WL&?*ad^ 9;H:C(u(2I]R^[mu pp7~ӟHT ̓qן߂Ũ-xɡ{*s6 c+යҠ4U}h 纪Q6̀DPP|&u -M PاL`w/x LChhB>ؠ5G .ƗnukUșuo?5q kP66.W+IWT䇊j2\J7Ev/=N S3 y1k{$ĎVUa"D\P- L9yλhvŭ቗_y%T1s\&/ov,y¾$ 8U#Y}뗝ʮҩԽ)<ŕT1̨T9 3D%dG mvWe'h->#?;ۂ<*j (#ٲVvQPJoWM@vU2zo컾Ģxzv5;A?(]l@cMh$m & յ|A=w*V Õ josKא&F #G2K^:씞TI@(ԊVuEhFfԏm7kq"F ;J~V%_7hԢ"d|YE 4ޭosm  A@ĸmZk,)aCN%Im >ϾzmY:%nUP|X Sx"//3wXH7o>1z:PtO6v)kC=_rRj$TSr2vapLZOxWEG.>ڙF&g96MH2"´ѱ}|\\iG ]h&9v D^eע:;J+^4˞=meU+#\ځ^1(c`t0Vܶao~ ii~NF`%7\tR-،Yx\0KEd m"%1ca< Gm1,rT l= 'ϔa1}BA3^(kCNrmbZő4Tܦ$+3ܬ6s- V/m+tz\u?I5 ]S1X;Ws#̲2QqOtuU]cC#PկKԉV:}8ټ'>/~^(.JuMԞקl_Pz#(y]^P\GkQU+b+swRaXu \V`BP;4Q a۪5xI|u}f=-gA}~^nybVnkiԷю3OSDhxrNUlyrpַA#nokJ0eO[m_-Mrی ,a&H7 Ԕp14qKm`#7"W_P[ͺRZ?D8´?W{Mu 7U'}/xbR73Y;I%zdz »^)+MWt!> gIIcW1]Mhn]-ZqZR y@/lU}%~N76Sb}DyTȧݨ=`)ݦ1S~;>ŚKF;?A!?f`Xr* Vz{ sb:(2@|;Hi~Wm__[R@g˲WRdToV8;LJy| %/ppW# G%r{YCߣ 04'):ɷ@S#(6IbFNRʂ ^{TDgQOizK bNǎm-LUFW "$Ef"@١fx_I]L8}{k +w.[3f-U+ #3Lz9qU7 ֹܿȣMh"MN{)Zt_A@ZF[]so54 CE*Xz/EB$4'6Yj+=ƥ2˹Ŷ9 nM2550D]UÞ'NF|TS*dꪒ@W4}=l!k;HWhFDKmNv//xS` BQ1+hNTWÿO(Ϝ U~6l̫^lM˹ Kzp5眑k%ϔX䳧޹hzنZ\K0Җ׳.$i ۧ*\D@ IMr{&T0óV<hDl0('TBzU ~;,Ӄc7 p# W$-KE9Bzڢ1۸ٗzb'A O&`X,/ϕr7H/&>Js\99CW'hӱ&eoY!W'dP!\OHHlduUE1n`O ƺ3:ՀUpC~׭D H5/TZנ Q81̧pA:Zksgd#ÆȼDWjO| u^0rQ!w2C+ߝz 'P =a+&={9ꇮI'g{;buR3(.1̩-$MYRM_3a mlj&WAawL"rpPxG3f?3P<4LA] ?`6EULZU ZKy(ZhKsKp΁n5. N@6QMdAP\X?g[~ Q u͕t՛qJmrƑU3̷/eX&SS 蘆 ({ $2RTp:Hn] ҕmӾ:81'&]X b{}h@dͳ/3z|NM)e\m'{k7 xEc+D\7c,ȱg?9X"<=Yz-KB+>R(`2u t815W9G+[B~]ܺFs {]a[&r#A8if/E߷guE$ HHw2Ä1 <^l}MĮIp"62*-1wUgYyDqYLKn֥2ؗfJPFȫ`Hוe}fa\Be'^6[+hI2^ʧoxƖN' 8d-mR M~Л{Ӵk:WUQ/E{m87·,ӎCJ hTԶ*L;ċ)J. p6T?P)~#Ɖ٬=/>[YLqf4a|A:y˱FDt0L,5:6r}6{ ̡F]TT̽y#aKx'Y[+ǶtAb3oOaZoLd PyEߑיdȐ͸$y5iz !SRj|otܾi}?yެ6+!;U8klwvoW )z#D6"bSf#&g3pxN}Ub۱Ipy̓=HO\[3L"}\>бYNa_盃D3"ZZS^䭓Ҳ/vRl!vîbrsQg%V\Ӟ%R>4F13wTUy{4/&}4mN!>rI۶$䴪eԚX`/m*qcv^w'Jg޼śh@"Fᕣw(I,< MxGI^iC -ػ7nӕh\zd @Kyi `2Ȇ3XCz_u,[S0 ;%Ao ĝDve.XB}f{!ũH֟I7g!œZ[$8M&6X_j8/9X:W'@n*f 0>w&v3lsLTL""ƼբĈf[\[~#d$(6yH,F,n%aR+C\5<\ yr8čwY) v{w{Wb]N^olhG 6c,2zDG~Čj2pMɥ+j.Xg'`l g{aW ء Q~z1&-z-|" OЗ[JP_325?Oc=_a_^[Xv6"*2tPca(8CLԂV?R e,m"JqaӮ.w4N$~]6v tlJe1=Xڢdۍ$G:\+،L_m˳]nu^s[]1%E֖r`p-s;&a3ƊFzNpMQ+*Y6(heW¨mI9T)uݝyRUU-HX={*}][\GJW8F?W 3m3zkv)ԗg,uSNtkP5ȕ\fR\dEo<ʳL?7祥~7wmhyN|nѓյ68Xb.̛=mR=@|ެGcedb;I)Xv9ڑ7!Dz>MR(/:JG73Yp6r>Xvi~f9Z\qk:[R}pv X~':OjRYڂyZ5F!لSQ7֔euġ# %4)cU`9ꪠ#BFi4)]tL0W=Լlm]4wHI?vw#^+1O/$,ގ(ݿ5?aUZD[kF\W$dBհ {cɇlЙ+|?¶T9?1-Y؈o UK>hO2F rxCӒ2|)I#1M$ ~nΓ|xӟ s:8Mv(Ob#`d ^?zr䀳v5yRqC%AIj.Ƒq2X{Mrh Ca[JpyCgS@Ri.]*{m Vtnj86Ֆs.Lj4a:f>": U>`VǷ3?YU6y9Dilv+\xLDˮxz K(r]S_ANt|bc )±k^]\<`MA(W6eVr',z 2#c&|Y?iCf2cEŷ qva~C%Km)'*_*&`~VC@Sꦋv )/osIМ#VSB̹!X@{$+"} У,9HPM8[af5ԬaU{nZ[oJRR] ][&Fobs'Mw Y}~]uuCρ}p%CDwh0IS W*/p =dh#n, - á\|rr^{?k 0?g ѼVpUO>XԟOl (19Gí|ҋi pM8&I٣EB=nXacC̴"okHv{\λy`%]`VI: vb+d(pN;cG# pb@W.nNڄ9]r5쵸˜ hVdoece9f#c񹍷(0ifA.6ϜR2ٕa _J)VnZoc V6sLJT})~+w92ƀ\qáTÍQ+%H3# W$Q zÍ5.C;i` d2|t`ޙ+]Gh C` $=ܬ荜gxPzh[ZԙR|1 DZ : b s <:/71G k<86C>b9EUI'-k7 (wq<$w{6 |>|!3AupQW.'g}V @&22{йP9y#=GB')_]eH1㴯Fy=ЬňL_!A8c"E 8{B'HL#un "1Z Iu!95-TDdzxYyC"Sjߝ7 Y22MNE&5ДKFdߗH;JiD1\ikWwrïl GYuaV[dYiemij̉|bcKíd_`v`U;5}2M_ɭu"pC#F\9߹?m0;*lh7sێ aYJ'9m&2X.≶oQFā=Eg>+6_˷]w#B|PҌOx)Y@ Jx_tr\hD>j/w%[^cS:5QTc•qAL?a- Q; 3m_ҎLA2Ro0EGo׽OE)++0,ϡɩ1,NfPmDj8s34ϝ)8cEU EGaStd-!Bh )>O"ьuTЮbRLʲ5EKP4`Y̦BuGk9q٤!$c+Iq<g֫^IqF7k|%r݈_,Dh ȋ^gahw9ԗ}Qy&OzZ{ı[b aQuЎ`R͘\ 8x ?lvɄ!zionHQ44h&;2ā’PMtxއ#rdo{tQDkG\?,/T3]H>OV#s6+9P*y`T-LCrV+7Rwe~0fo˗bT'p[F8 pGT0ޛV0t#G߸cћNK*@bjӗ_5Mk<Ț+k 21ҵ3zƴ7 Nf_7Oy /P _G0m5T`4dwf}OàU:Y By:b ?Jl4X-|Y?)1ȘLY$БO }ӤXV3v%Kѷ(Tx R+X@1BڼB߳ 9R;9 n1L3J9mF?Ox+7bG@>=70aWdN> sP}wۈlg)Slxpͬ mʪmF6dxR/w狾&;߇5F9Kŕ8w:<*pzWH,0 #(yݽtc7ͮXzxEWՅ:ز0yxcmkĵzP7gOA ."2S2o՘cqE0RWt_kvFg-Qfb>UY*" 8h>S`q߀j!R:6_b5tbkO=H|Zm!0e2NNIFGR9SFN"@rt:4ldÈTe9ۀ:o4}(uao= Y.Y Y&U,cV"#h%QM4+!>r|7b" z~+a<*‹ .jxB2wV`zb1.0:thڟ;i:_@z"^\`yQiw%GҪEF!crىl9&tPE^nNEIG)KpW37uG 읦&Xq5/nY0k!E A 0cb*o=?<VSlu臫Pl!JBeb2K ?Q w/H` }>&' k12\2B\hrZԀQ'+}MAҁ~l+=uT>IqGTᏗ"befߢ`i͓_+͎WyQ;Q\y:!TG qrr\'{BW6RsK변 V֗q٧d s83]W~_kH Ap8LsB]h- _ ~P2O;[؝J#Q܌J9[L#|5 K5Bqww^ {ȶ`2"o#ET*eՍ23j lAgNy-[OƑo/bFqg2Rk!U3'0?K٦޹z'>4:I{-yǓ#!j@ĪH,6ҸLThH67ټKI;YvIiC#h'xBTQY.c]w]ƿ_8z1(;9MW"6[w-(̶{[=McPK>) 9NV7ڨHҏٻI(Pk9LN +!oqfXXw%”>ӯܨ=!3òn-2){M`PMA;P; ~Q1 2Nѿ~=cdl nT'<;0Kag]vV/ 7YiQq'?BVp̝rQitINJNqR5c6x" oYJ"ɲNq d.쩱4F}2f)[Q $. (,L_n:X,z/wb{,F"G\y x*EF{eE7[>?0o{/= *Ì1r35Z8v6f&φ5R5.F6v OCmpV4cmD?YzaFD”^UɍORJ1W& (e+F7@ />ׄz3R t;Z im@*]c@_(:s zۙyR>+sӯ.~j20P;\\?I@>=5l%P8\Q46̛QuAwq+wv 3<]$pB?,E ȕ>m6Y[ߒA=rΟZ0-2}+ޣfALbpۨ??A`\'Bߟ)[oHCjc}ťklL4x.yZ^hPy&(O }1(_URVeWH@aOܷz!ծ\ ʺ_đbop.K2]#_:U: pV^C]ƭKXrms/V^;7ʫ6^KclZyZ4xT>J|A}y* :h7/wq.Ҧ&N_-8^R ?J1 O^8w G( GBgm˪!쵀"v>yʘ"9Խ/P 3fg wtu1"Y[wƇ`4ϱ*8 mj v8+w&q^D {Vd$gljh$+q&4nt2$:I0¹ю4"݅P)J?}=cxtf@ͷ84黖Lh`9}ezyzK h_$<@_? evf8)yq uwYJ8\PS1 sTƾLWK.vA|<588w>*i>EhعB?b|0U}bPPdXqah`aN}su8a;rNZģt?K+Yӵlk+·Ĩ1Ix @2sy oSMPvO6G:c d^b4^cgrH&Bz+ !US݆"Cˊפ%e;}Lg\vhwP%@cJ÷Q{4,@㥼7ˍS=Ҍcԡ[`u^zvoMH1& >:d$evcLð<3kUr: GJj`@ҝCWgtSKO?7>bE( 7?~gGXͺlr^9$SrrMuݪmҾ.F+Ojj`J^"]{RfV*3 z֩PZ!دCMEP4L;:x>wCBT^:rZqNTGW΢߾)9=5Nr1 އ0G]$ XDFo.Ͳ 1#_y>8U4ARJi=0Ȳ9ctU7GILQ] ~ 4gK?*4y]ȊHT9 21q͵D]u )|?˸wA8 *Qq `R]̌2n- êkϹZ% Zvc <|p1*}5dG,HKMnQa]/↥^veLVer?{v_3,,QR 8RD0J9ciXq 3kI 5\v+-2e(HM#sU0GI"!?7>O'"i6Fk#*"YlԧA[:dx&O)XyS{&U91#:eFj۫"aJbOCJQ؏&U_Nu/%a3xՁ;!D<#b=RHL|ѼI# Ts3vp^YC)1ri5*T*v[j+ު~; {RY0FiTo4V%s6F[>[To.Pf`%]?vzqvq cO^%^>G4di+J*e8ۅߦ󘬼hGj)qȆI|sy1'h9`XqZ/7u2R teH}Ζ;#w ~X{sbx$l-{6d2zl%iHhitRtA@y:"˕hFX?F 7j/ b08u%?zu]ө$jWBu/hǙp)t|_ BKK]| }mpвd#Bc?C-,q^4eFaVʣ.3;Vg fo;XG?)>k4?R,lm  E]{S֧hMiLOO`~$ _`XGs.Ѿ-B1`ԟK)`?[ޓV8JM|TPJ+{8|,׹1 f%$siywLCRO[n3[`g b;) ~2sߏ"_* .~O}^ gM|1'|`sK nlN ڸ5:o Dq~ EHE<[@S6#.m$RV,oIl0CIUjGJ&2yOD/|!%OCrC8v6 'MLZ<돢䣳j2tᶋl4h6 l_RU.㵊`P17ڵ+X:8 @uFg5-Y FpD6p"|z#2XXYSģ=d~º0A3xa0l>kHC;А՚N`QwEa>\FP; X|=#'n j'eN21t~MwpcFp6µ=3#;?; 1cZF%+k%%?O_f){\SV0*`׭xCHVVUwe#g#؄o.ٯ/|a3A΍ T \cm[p}:a}r}תQ}GykR䗴5J7+#hU,zpd4ՉMR|95󏻨NVMzMeF#|IbĔ5q¡>A3sDm|>æ~O${3̅4 Aahӗ["sѾKh _Y:H פ5?[;jGnZI\SG / oiU3TqMQΉ-+~_'ՇZPD[ɂ- :ԟNl1uy) 5Gl-2'|Zu<KmE< &]ϴ—jwh{-GnDBlZ4BR9J2mH5^D|O>`Y[Rv6ǝ~t(|l05M١*O~k aKyxnl v<X"^x|9Ć=H'S]?S=Z&<&JVĠWLpv2--ը";$<!\Ё+%2 K}ڳKWSlv~9U@7&%"h,H3Jm~SI%L]kVz}SyzbS}U3; @]6)p}2E1߁8CJĜ&o&s@:^"C!+tf %{JLTTĵ;@+shs2\fVPEcX@/!PTW8cS-/ ل1Ms6s?]I7v(eF .ԽJeAYҥׯ,y6a+| J=^@r"會̲/ _χ2UKDŶn$(Dc,[@֡3GM/.q2%jz(#_Pˈ'EJn:4jΞT^?U5 7(\RS#XzLȌT41 ̕:+\ ػ~;[&w/uCőpWU-\#gSM oYYGrA<70g'pw5/Q+ZV/gatRE܇)/yтotSUI޷їkFm(f@4eBS>(n>wGczG[eq"wWt3F3TV G̥USnǕṆ]BL| 4#~wu>6|i{a91wbS*BąH`bh\Œ sŔTk:Ǧg 8bMz ]3$l#ps|m:Bf>ZY-9"rvL[»8@=<.n5*Ji`u_!yP]h(0{ka3}]Cw93FnQSs25v+6wԍ îv cq\Q|wS" f!+Pݶ]jQgz!%#vs00r-&hċXWoi-PM[sMz ϟ7\GM&{&kT(N߲6>,:^j9׮Z7 [H^acoOIzJrIna dn Or=LRw^`&[R=~)PTb][79S!gW5E% CWEUd{ x7& Y6XUR븭I>br#wOʥ906TXkXߘf{J?(5]6Ԭ×pGBr0b~6#%h, آ1Un2LW:Py{Nt~4,v唍ʑeQGAoiO5oC|!}H-HL0 ]o*Vٛ'τ)=>_}a;[bR RJH:3t]]AtEVP8Wu_{?pK QX#8US.~7]v|" fY$]<X< "Hwl\"PY o%hZo5/ WL2pbpR# Fx;n^YֹbCAb/܍{?zѣ$<ۗSԤ0=hmCk5qh Wa}IGX Z"#iwvDoy%>u#?EH7 s?4F T1Հ-1A$20lep+HU7:!V^H^Q5|ȵ7$"-rv_*<rP[!-0M^9 1n)K{jKc9dY [3;I9F!g/,dISQxaY`}hx«o^Aa{̌'zj D"֛quQ / ΣLtSyp4*z4-ʮi0?`?mzb*TP/8-<Ё/^u::yʘ7 M-U4~(%wt藟`uLip\[-:Zx'\ejw;|BNT|2,^M GyGc֎]7jҳu$Qx7el4kG4BнfdoϳBe=cY))sKC֨໿|[ [C7lxG8$l]d%QAj%A6ה 0_Z]{ :|=|]vp(My3G?+baӆ o /3o"%9-dP_}qPG^Dw;RGNKiվv9Iyc]qIc$SM2ML[OKuއ|dBy& - 2 Sw&Gi=>HtAԔ/`vBOIJk/Q8Nvh/x(H·n/ҿi:>Cp2}#)PtW, 5U :Qp.PyV0Z@`J"ufgalP(:`Kt($IS&U9)oE;(jC)4c%I0"%4?{! H5htIrQbxya%{ L6cL>mjZ8XAQ1G L=P !8GSQ^f$Os3͵aA?n1Lce&fN-B𼼮]'za r"Qu עZމد =/jm)~l@Z-6wlRRmFl{tBdE.zUSD7ԧ(b9"\psfv,HͤhI ǣ 1ޝBm m~ :b&]i,)D>˨)ެ$!YŃ@H MŢz¹meXe +c6W6sfOPE mRZ ,Wj},L,pEjsS%-0ri3I j@f.($v*ϒ{Ȕ,^=!3(*D\{)O/Ìߣ׷> nYnוOU7b+a> ׇ9g\14w]"9؍@5Y|r/}i+Pj%gH x?\G(KXQmk3hCϵݽ izlTZz޼!6uFԃ1xrZk$qB4`qgՄ D)^ʢX[rz=SBN* ^\]ݪ)7 , jܑʵYZg;Y(LCݖHE-p^ 7e\O?TYZΎ$.Dri|Kx{>bn4~nnÒb3{`X1\-d1ް\e=RI3rѾp=HŤpE:>K0YKUyU&GvvP,H Ѥ;V#;#<4aq҃9:CEv^[Ci4jPLp{\2DLߓ3/f( q>%a'M*OQgOxgTx#d8rv ݒƨxGջN<4u6xMZJyW%ɝl":cI7 3AՒ"h\nM,HD|nc`AH@b`jv\pQh+u^vv3D 4Vy>F۱|8$?܍OiRj'?g@(!Kv>;)τW '?扬f 'u_BRLj$zV'&cpՓ76t>L7(5nwG/"slŤ6Vpw۔hQ˛hd3z#T|ߋl ˔ZtvD@7bѡ@n 31)$,PiGOC<3 \=4wHÏKl%K\R6~f؅Dh[GF: V!慧6|q 8 Ƶٝp#BSbU*!=^w3RG$rC OߎV7(9s367"]?0pBz*%Q0)O LCk}ҽ"c0RV*> \Hi`X)9WӾZd}L) $< :#m9eN% [ yb`wAr69Χʒ%.rNէޭY3ӢW@->V鐐WZ:Y6g&Pt4Bat nAxXòt~t]JFmuGƒϵFbZ vQe 8M8\PXJx)>`mY2ՁMɝU\5fgC:7 cLX oak<+YM0dwث4ʝaH8+',ar& aF::,[>ffJBv6v S-="]tdzG@iTܿjQ_ Wѓq‘L2rѳYj3|d9g:%L+jǠ P[f3J}U=^W$ю8)v3:I0}u<.vR^BF24)xSڞ؋/">4 Q-Y«NO htpkRDp<6T$UZ(H}fE i7UIprֳ*<]XHJ_#;^fU?n\S1D =_wl>۔iH>=nuRLxy `Xͽ ) `;Cɼ^x;{T\Ag{,YiSOT!'#.y+txEe-HϊG kG oILOby1(+sW9<][\cz!K=VSޤ6¿SJ8V !ϊ`8evC/( vHuصN;o8WqMzij3(R|a$X*4c":N?} yL.da["e5B=ۑL)H)nz$\68lXd+tTP[bw|*WUp/72׹[1a(D>Y&/${Or#7/<68 ^=Pb2R\E vhZ ,i;K@稯W`|V ">VB)ѶTCohgvj=7Nfʌ#Myd]Bk0.DG;U!we䛉M!ʍB$ 4i*sŽD8m <*dxL! Q~lE~ Io+xlOaxrw I)+sQG"EvܹXkj=۲B1ytIm gr~-͚0HH4+nimx{D=߻;u%6$mx_L_9>^Ms;* ~j= ^哒On%F‘kUZ_mݝAv0k $eBcbK(0 w4г%ɨ*\Y}/Xm yT_荣wD[\r;KB/v0!ey8 b V-j4SEh۴bM!.⼸/ _W`Y͙,e^KѩdWt@#3\Gzh}6IDUƍZnDdA6hѸo fvHWdSD7TVb& W .f#k &(pn^->ڈA/aj)Ad6';)o6K xT=EX;#;5F fդ0 pZBDHM=:bQK+qi\c-3Fɀ l/Erpvl|DdFXkO }xU L5i1g5.ү|Ai^jK >2퇈7>HԦ9p[w8󚏐LHˋӜ"5=*_ ,pz 7U|30P3չrQ*Te~L >:P,D,1ie8LEgv*hzkuX3nlߖ_񪕼I1^2OkWuCE%C |<c>[KV8){fEM^W(8ŊgP*Ѥc/2|\Yї[g6W0CCy83;pܮWvrԔ.>]>wȁU#x/t:N1({ҵj2;'7dAI&#>Qr)CSíT@Ze0 d"p=+-B{Z4>u{ g a$n痊{AtFꢂ[r'9zR1t% (;sx8ˋ76XXc+Q$އT){$g{:"k4V|t~nJUrQ>] >gx:ex$/̢RGG0z0&}~KZ.#xM;YFH`ˊLÀgXYY#˄&Yaf_yZĈ7ޜt6B?ҍѹ~.K3b܀uuv]AUMe'q ZU3ߑmNA j5l1= pvȎzš# 3b:?6QslF~P4S 0OpK*"gh9715H)j)}(?%5:`˾u׽r'5Mb9gDlY=V/g-FzM¸sLc멸}C11Nۂh%q M9Pu pd%KM"߹H*D(Bx CO>%Ȭ?tyaC#D93-Y#u67+tM%sZN|k,K㲚aH RH)+ f[ E%kVM$4jT,)?K_PZ'}zi[{ xǡH?꼬/+8!A"Olcb1`o9;0% ́7O >z˜X2$IR@)GLzq[YsEF")rG 5E(l'O`*.ZQɥbL4.B0a}yد**ʲÆh'L]ZI&-?}F!#nJeN$E on:Q9+.wP!&k߼4ձ Znu3Q]%ZwB,/&fb|2ǑNy| F3ڃlpl-A,j93-QC!փBORT)Lc}Ti] Wgvc u~Y@YE̲i6\%0eWo#p0DrhI );߀u*D$?HIorQ;_̴Xf| ͡/1vO<7Z:8- Z̹F|fn w|$@g&5"hqpWݫy Ӄ][H' sSrO Wo.ȊJ4~d_'a^/)PkgD'7+ύ 7#[H%(|T^5F|}et]]",H4Ԕ JH_C|AsgP=kUX10.jAnPx2ԫ*dae[H~HT=*`@Yea2jD.LX){er[H3݄y-o S7 >cUy \M 5d( TLj̚%G+M@K$ϐ?fc:0jRث-JӼ_8\"dFJ_ȳvYvain;:οyZ>a$kw0QۊJQ0i`35DwW.shgNk߿{51Jk+p(W|m' )tVIb{; S;}q&|S%'^DYv*BN |"1HaTz(x ݤUo p@ſ'd{Psd =T7}L 7I+ hpMqROxJf1q<֐P{gdttCbCv{!K'%'WV& "%. L\jUyH勹9ܝk #NXuu)s&YC'̰jld+O[ j'G=N,姡^Cu?*isCj%tȝ25?IoFg')#I槑=\Kr1%۞~WBUӵT+0{dGVT$E}ň(u/-߾+1t`@uHKd-= nZ1¼1J/?gFqk"IVT(у2X.ך#~ōD퉽7=b *x |Oc=q utU>JL3wՉF˸%9}|JO[Z gm @ ;ʓ8CD}-7BjE1z]^ʤ :v zd^1w ,NUp)&ʞ#cRlT?fRUb$n#1@ cg?i|Y5Kʕ 5+BrO ʒN3+C=:wa躻fk@vYv=1d;aҩX*m{=VBXH?+39k]xbVGьԾ&WU@KHg%A=!׀ \M!*zވ~s¢>[8had׶t [im\v=lCI>wAޖd:(MUB> X<=OЬk!o sn*K0/jcxlկJ^;B@t gk:d~zKHQjjavW`X-<k{i/ͬrקX*;nW2PE躛%9COkel]ņk֋tED_ǛO' p# S Ru%J-1; !X"3;HdѦx%L,bYt.Ol^{-&_]r}ReB|J*x9- >bo om]̈́ BJGe*ٰ/B&T|kTc>s˥w"{i66B9wHpKF\6CjA(R{6$ /I~2U58ڍߠk7JAx n )B 4~N,>]·r5`bWT{\A@;,Ėa}|OU#%N0cH,r`>Q zL!6KJ}5^|m ocoFue 㥕K|c.JRF}pH{8aA#AkY0 (8y;.ONNX(&s v90LgK_zN^5X 8Z"M5ӰwT g7Qo)2OՂK,ERq,.DJ>|,(pUuT@cy _}.4I%nc+@dyڒ Fm/ΐ*K^u\ɰA "[j"fJQBA.YamE09Mg1Z ЃV*d|Tc*8T;Ɵ sIo_/dڐy0_{~P[cG yr-a9%=˪*6Y+z'doI$ȲxfLHkc Q[@xuY.(Jal`s۰<5Ѣn٢ SLARpR"ykAvlXзeǂWU'NKIٸ^.9x/΀2']{k2UPp"Hs!Wө_]Ț@y&={=ꚌyQ(*X>.s@ssj}R8"}^)f509buP㑟U FCh}?+[*4ZgrN)zdh(w&"޽TNkE!fYwMV@Ad=rÈ'p<z̓;Ҿ#l$pUE8L @Qi,ŃpjRB#}׋ntqꃱt2Lt<]=֚>rR:<>Thx f++ˉ-xUN#ܹՏA1Ul/ES n!y.@jq,awrԮ06~}P),ԓ/L!Ze~:!+N)>DVjm{[1p0^ Jn2/[$(6!SJ}I8]qMCΠVAw0͑(*?M߶_zmax22K=9'v.n=N0*Rg#@O[ܷP7Ml&hALcSICZֱGOCv4[3jmWZsiZF{4]̒t<؏fٻ)0s})º:KnA:ɤrOcW'?vSǼ6kZtz!nȉ Zn83KH 0zRM&4˘ԉ `zU#{'%l֮brh @0Ziᛄ1TS\gQU0xvf~|Bqˊ/ab }UZafit$b5`-&8/.`@Z k^[2p(ddnÒ &-HsKGkpf$=@!^:/w tޯ2+K \U/2Wq*J)RyC|RYGVu7\,5q\O|~l&Dʲ]ON>p襠1z/йVi,#7ieAwfn)ƿܽ +XR[dKcdilE%2YX^]@g^!uZ#oT?]ҝxiz,K3JF^T@SNYZ46+EGNmw돴 DyȬP:w K F {;!om ,YM4Ui>)-T!m% {%bP&&ZR2EdSzoWH6qxYbLjtCVSs{|˕l*ftƧP2q>Jt/{4n!dp{s)s̩B )&TnlSh6qF̹FTv[IJ zG\- u9N$3YAB<*OG($mZc!%Yo]9j-fHQ|T0&,*aJb V$h۴RzC"z r)HkuF JymwCχ>ψ a RL Ne $!ɔjbŚλ{&5 cVނP|Ux,ܘ"y97z]LEn, Bߝ.'`ƹ#,splZ[HTc)e"Pq,%O`;(Zc%sXV}GaUip)?,h"')fg- ~8B>+O =n4lc|Gob:qHu{"7z Ҡ}L^~UzRO঄&o*g@E(y\(1Ibd;/xSN' A IIO 9SrxYz{ Q2=beS+v/YGƛ~̃>vEs\4 I (_Qw/I ,t&i(p`Pw԰?L_?q}zs,4MŝIuAtaɹDI3LFrq}6TG  SP9$S陵K"K֤LdA~ kG LWy==D AV?1J{CR[|`~N./qݸ< L5m$uq+ܿI1u@2[LK2B$L9^C .2*ɧ0bG9> ۉvd6Y,,A{=U*`m!ޥx`ͰN5Yb1[U}D<>V$`n8:e;PdViA6ݨ%KLbw'!t/(|,Y~aڀj:i]iOIE2LM= 4_ loCA_;?O?e,FOnΗ'!՟t9  dty@}R;fՁ{{GH8"cV&_ur1Yɺپ_ )IT GJNek)I]*Lm6FN .`tHB<C\2_@ؘ`%'V"zIquw f67` ZvƦ量 s:ܦx,cXҗY2 0y q( iprN=r!e)|o,}!g7H}lM& IvUȏeTRixo9F:h拭АWKua!74,Ը/;_Plr{G LP6YH"ڸ{\%feX^EIp5̕*]|x2־lY69h٫u>Uwz-_sKoWۂO<^u{H"4<#`!Do0V6j$:) |BpZ q  |xLTo cO7Āsk9PkQ,k"ˎnFE֮z>-Wq1@U9bF(L9kūK; ašf^ ?NɢM$kt=p'|X%JGzsYOYVbSM1s݆)&B=1 $ 3ǒʸHxNrT: nV R#2E.VcOqiQz(xB"BPEPuNiQ \qYEނ8wE0֎Mz!*ɏO;5}t(G)WVLKd}rg N?N!f+=V#: 6 I|&eCNF7Œv3~f/ڟ"=\n>J} LDb-U3ԽoJoHK$T U> ^'x:Ma+)K6u:tNC&\jjؖƽo2ozp4_{XhbS&Eb9$}.{69TwW0f@I^Qi_m}==j \#Z9!U"Š09&^Et8z7dwb"5 )v&&>^YWqq&I~ ^3jd+\ބFGPX-c.M5zG`7@︤XC3@L"b&~@dR"y.ƇBp?q^!xay_O8b1ƿ 95]O'5|!fvs@ZUv1:iXS-_[_hl :׋ ߲0,md)ni[Rwҥ 3 1sQ0Ea˺ȧ%L}UJhq{f;V<{wy~Sc:`jݧ6r, I&HFpf yDeNK!ʰzv<Q65v *3$*ƶ>T9+;TlQ!1́`xRz"zvtyr@̑ଦNW;~MxO/LMdm{Q+ӟi)xXD!nrS[_zZ?L;niݑӣPi] |ɲXC"{1BSj<GӞS׺M0PURr<+ZѢG?>qpu ڭ(rʉCIu1=ᎵV&CZj(_Vrn!,btba*r2L?%zT m`7 aZerv$ĘݔOBEҊm]ὂɺV]E,m6V-QSP!Zpng{+.Z wX`r戛e&NP*pZE %O?EF`(8<3G^B~@l]B,₴/x;N,{.PoU Q(TyK/rKF( 65sz4|e+ptuѰ_7sQ=sʘ23{)ޜ>CcPqH6ȯH~+2]=cNΕqD9Y3 N͞@B]ɺf@k7[w+V7X8s}2G\z$ZJ*` z˴NYNyB٤?=5|2xCo<E  VJ<֦beɘO(Usw) )ƐDzDq|f@H~ȟX N)sl+}EnW:ܬRtmui9lyWt>q+C-퇋!R|.Bٻ[0ȧQYg{(7pze Q-5oF.2b1CקyB9M߼ޫ(=-#o0VLjf+LEKGD;spNC╯ vjQ78V2yֽksev/E]Oؑ)j=;` BR?$ABd6űN R̙e p֊_W;(RBC&(QHm\܀g}z|xHg<Ʒ@VWnrr;9|Q ḽ:]!? jm2+mÖ_!o@ٟOA 'o&5%n0nQ 𾡃K[ esYz[ HV] Vfh&,n_C?av/zDӦ<{r&-mPjuMI̠0*XQY=9۰@fU|-D􌀭cm۔ޤKjY}T5:7J6S ;zeqo"cZ1v"%ԯ<hЄTA`Yd7T7S$/^=>}F:{HHEWp# ^x* 7h-Ċ2@W{zs@`RI =mB`N6;h - V )pL>lc!sRBgry`ػZ>4lÚzrOtZ(ei2ʾneP_Y 5wqa)<Rehp-` }mo Ɨ}(@P6̹OGVI`@ԣN'(>06 B^gZT M %ڿ NaQ8Cz-K%h $rfvXZD5+hc#z9 }Or9Ju7̥!c4HE g$oleOD=5%r]xy*h)'\;|<|Aö`ÌF`v Iʖ6U˺\y/p<9de;ۯ$!9~Ik A+hpnr5b _>,dגAl,0,nJr'VSvGwPhvJ%lSĖʚ| c4A7irœo摒Y&NJ,4z=qDeK{pfPaDY898hۙ f*&ݯS5 ;9KIݰ .)jcr>|oSԒ.4A*o]A^:"1_'~_pM3p)3DBo}1'I{#tj.p{dO/h2+7hS|h%v<2R8&~"^:yX`HFO [^Mʨl),RDrƹ@xWGc{ilJHh%.~ E%&A# !HTӣB|ϢyNH`P!懁ưF-\zT+R;'鞪ϰYeP7:H)og C֜^o6[i@%\c$ljBhJ4M:/3!% .x,&\r3wwVcm%,8fQa[ӿ[4{Cp'soõύ"S461iNѧ2$dqwß07/4?a46eQh u@oȖ(HO>Q2I!W!7kztUwh+PDG,',VRqㅪ }L [N|ݷ5h04Z%\n& e#ubDtV*#֗G+37`f+t޽ \s`z7ÓNe]]ja^S1 8}iwU[x/$^mI\N"\4 D=7n ߱!W CMlP$8n1zznobt\߅O0ytIDc5.R'1*ik)~- 1ʣmQ%]N%j%ݕ> \F;P!Ix3 C$䐂j*.{. mE㲐Ptf]NoV~t|v=^w8>ufS>Q.+Ԓ^!`ڹɊ-Bh٭Ii4n笽 B$?hRs)6G"\Y|+ЈB+*:/;AJz͜䕫+nzz)u:E4_*CW #-$(*KQ9hެZPt3āc.}MHk 'ݼv|V)VԘ"v-Cȗ4H{A ]Fה}~qgήo`3RM͘=l/TW˥1]UrJuU|u g8epP,KXZ=)UѠh|lȐ3&/"J쩀7H^AqT\P6m9π8 ?:'1:xR 6%5VLmX=tS*[yDzk'('7M'hӥ %AjiY|E)D+ihᮃ e9ABO-3 L " .gƢ vZQdL ,TjZ5r'Lun]/|mH zsxZg*zlg{ot5猜pwG.t 1Y fsB0 xjV'ZUe@VmY%&q‚kn?r-EHj>&| HJs;NƉ{M@_˟poڣcF̛;pgPnqGům) 7ffJ># >7o?y0ГpxC%(0 Gͳir^ 8 }Y1a(`VCչ69B8OndZ3SP͌ы0*T$uzw 9F,Ң_I@s{⦪IŶc껗_.A[)yܾU$;s# *I\aJԏ3Xߖ E\nE[::Kꊃm/m]u~+bT! ^cd.,4jO @};g6I|x+ZynѢ7 /Mٰ_+_nBLZgLsɤN"Y؄Q`\d+rg话D W x۠ rؾ3y?y sS %+2[ 7̝Egc dg\@8"FAaĊaň(} #S CO*M>i[rCvoVDn$F,`;$^Q8|]I%)h=5+JXp2t%a.{9>z_e7, ൎJ WkfOvL,1 6vSXnl#aB76 deb=BɅكp=1mI.ׁ}Kc₾i7>Z5!$Gl5#x2elZ se/܅ԡ1["f!^6 71< y\$ -trli3V^u%qƄ=!ޢb.ߛA7 Ջ'z6-%3-jhmê5 9dp%樸{2ws-Jh@kru Cwcvݝ^fFhO!/;\0|"_Ɨ?O#|^sb{!UɲםgU, Qs2\] e4gߣӧ _/*V卙"S6%My% ү3ݫ9һ/Ӧ0@&!*loI3J~aaդ"r!b۳f bF0wU>Mj~oe"2v&%L=8\ )ǘՌ"/THf Pk%bR +8o;Ϻhƫ8SSV]6d;W"U* /HFV?yּŀ3!\\IHiw!s|׆.641qmgLd "JuOͫm/~Cipsk|E3ާ+A)<_^zh]䙼g@aQ۝XKi%&Qu؇6'm UaM@@v:(ׅ%8tX3pho@x ʹCoMozbc3Bq XDe'F&2ظ{&fH\\ԏNɺqfq63l r!>Ox(Ee^^˙+pU~| Ƽ8&p"hs]݀g:NNFTgr< hfbB^ctnSJH8R\b]41G jOe&d3mIޞ &jZf_kc9#59shǟ';U#Zq a_ d82ssn is$mN ;5憂D)?&ő )>А$lF-G&{,`o:h*ecM#?/]oiIЯh)Z{NAz^Of߭-]K3Il^y@;m;$:vfċk lrX[Uj8QoӽqSZuKkA9㱬l滫1nH8MLY"O8ȃ\TiF6P%.cb8ƹ@j1 cf|ivRmjX+-CpG؎ke%g/H {XՕ.ajۡ4mu* ~0;6Ӣ4az~j!xF'K{+Y?O!1m@?W9A'+?gyPg*qyPB + bDzQ]XXW_bgp"N- c#ldR.cy8;vhiIq>2c,n&I;ck.pW*.mp8+NöElyߥ%K6ziwkb1&QUJȔoS(Lx"*\ɐdtz|BBv/P*ub(u@5NDPiޛ{0M~tۂ- _5:C]qÏGeU -ZV*,6h m)Mv]qzs΍nhp4*`ڥue! ܊Iﯜ*㐀O dupwhuDXRϜAoȡ}V^]K&\ݽT[8"8ښE4.:oCd쐛o|,Pz3 T\ysqwո,(HTk(kՕ& ' e[RoȔӥ>ԁNTf K9צPKų-"i4 pRx*IU!o=dVA HŨ4g7-^1Iy'yD*&)DO4°qs'p *K4b)J׌qA$\.Εi}j&GqOҙĺ7Q_=؄mOۿ]؇!TfǾnTA 2RAJ7^ kAQ>mD *v_2۳Ax_6щE*RYA +)ۭ5@XsQ煟ɕ]2SA9\W@#׷>/CD \]wBτr>(fBT7`9eN`P/8qY(yQh? b.,k0ylIP3%zJtLcS7@. @۔f%pY(0NƔ=Q4NCh5XZsdtoitv(Nt4ԳB5i,`b՗f#34X֢:{^EyE։'~ r7]ژѩ B%[Z2濳~% ۋ#7(ar#*39 e.As̤+D|#xQ eG*F6rs3Qma3Jf{`a:R'vӻ?u&4 ,H>8a`W ^.<F#qr)a;[gq:-QZS'N1<NEt\0[In;5 2#Æe$I}[XN>)P*t!=r.BH^17:]^|ɆU~A`kU']NRs>=A"Q!իUhEE$8)9;om{:p-CRQf/ET fNb/vEqz2triia+ECй|UESPL}r}e &n 'S53& qM!j&"@_J qu".2FX[V `Q//hPKg@ K$DPP؉p>mRA-hE z:V<,&ĥN큛kfͪ " .xOgax91U{ QFK70S<g7#H`?BRoh؁H@gm\  Z_F˓SQ҆'P#NoANo[`mx[jѶ#Z`cms>Hk9-n|u oS5 $u4+hAіKeAwՓ0dNs+jK^cq۩o uh4}}- gC4"M'pu4.D13_W [+I;O!â/MZ +v;c(LE TG(7]@%C4ƘF+/nQЯ2UA+ViZx_p 7 `<ƟLxRUnK"퍜`#\E"i!@j:$tT=4$QP8UzO@H]jGC=<6QpJܞԈW곒Ru< -'!֍3\Z~} _헳^3NBn(Mn >7X:j9F2;m0h:#Bxh8q&WcIxt.i,ph|'$_78qLFI_j?KnYlzE,U>D 0,ҲILc:kƩi:@!#6:=I.?!aS@j'XFU{۬Sа%,VBKq49>7C{_]=~I%$^=hN`gd^\2™LP!<%)j|,鞑Y'¹276WzX;X\˧G[$ZZd־\{r 8`w_m["ɢO"gX&JIAt4AP)k>ڵ.}R,= O.zr+K쑎ReT%Q5oR66gs0T5DPAI /ަe`Wy?) 6зlVƍѨL2u 4ZȮmDwuMafTQJkW}ؐo7 9FjP_ѸJX4GO*ZE(ҮT;a! 2YRn[׾fڕɮ+11~v]r  BE'I^&Kh&P" NG𐚠&]<)+FGJF~,fHcpxovY8R;5p%u.pw>[m#/DDV}-kc޼]qE^jFek?Ⱦ fwTx u+-3[zs$,@tbKӃvujבX y3C% ({%jnu0MM*φgMľ̞k>&20ys)l?=L׳I0-vLB>g^E|'e>?_" 4U,^R;I=~$sDչtUw*c FYMOzoz.%kplQr}nэWas)<8~ ODwaf11\j0Z`܏\FއQ~] |8##,bJ?gBI ]mukn ogZ%ʝb0υ^T+ͮ~Ԟs} m^Ub 45DYt%庶iOz2qվ ZfFVC,夃2Оm H910Uw9t׈.5 ^RɲV͸e [Q# RNAjK><>ulCjXDNSz|Z.3D}}Ӂ7+8b n;W/.&OX$*5.TqY3ҟN1OO WHIyb ֥,ZA#$@tcR=லBSFYT_Ƹ֥6hRO/79ߊ% *ȿnx!x.YoL6 ۙrs[I薩/<͛d)Qbg ^YsBE%`c#`K<&IECϖy0Bj-]PXm1\%=BGDAx Ȟd-jiY}Wv9~NRZ01gnqq@U'rDKbpE67X:.977+~]ȳ=nyDrDG:64])n;/0!aXg&Z4}]$аE<-rG)ԗ~I5Bһ5zYLJp\mڏӄmw0ޥW  IxJ5|v,qU /ੋYo9Q#ykЄ>QFq6[³!8 LJ>Nz^P5 +hƗRd#d*;Jr)1度&@=V֘T|+ǣ~ѓ|IH+-s|d0&wk}IMDQra5Yϥ,ti]c.Ww(tc,5klSn%&\hڜ` uuF0JzXB޹{gh~P=s*^g=E;tўU|w+zs%a΀ȱ Qf^/@M=Kzz-ޑxՇm< D*-- w*#_쨛[$~,p h}`.DvQ{<HJ)8 obof@7YcWgFyo*X k$f+۸R佌P4+zAɻX#K A:X'dbɓ([Gë03WX>i.F"^#фי&@b.D&RbV1{R\=q!Б^N:>Ft1,4܎ s x't8&1pխpb/3 {Tr @+<ψ5 l]E}~m4wB6+{P!{$ߌm@ME!N'"oր*i1B-ZYlQiα~6%PA9۬ՋK%QD}xNsP)Wg0}AA.F31fPξ1Uɩ4cr G6I;W`f?g5OCډ:+?qh4)YWJKPmǕPVsf[^:o\2Ѣ~bX<3M[|> up*ebYdL̗ܨq[WTXWn DM -bĽ8 7lhqu9e9KvYLˇmR[ Ⱦ cJv$~/sցNnV1TTA!qͩ d@krڑ4# uA1pofPw^ҩ!}Dk*u$PT '*IîP8=&Us(i HΎLP{pM.%8ewql'v+EǕw$˄8Hb0[V: }9T=.ᕺ'>['{o-v'gF!e ^?X =v32qt:V/WFo3aZeR !E(l\<̻C{Kk\fEk81[OK+F7-PY/m`[QQ: -l񳃊J%ˢ#"$vFvyxB(\lIѻwק9M5ku#mVP1*R5D\GiKr,݆dFN#-g@v4Se(^g]l 0`4Yt%dIk urS6ØTtpjg~o98c愽߈Lzw1! BONBs<Yo7ːrzO7^?d)*-׭TD3Qח2  9+hC8PNSԙuX&櫣^omA"Er  uwU{?10. jL+mX#|3@J+Z,,Z_eLV ٣P60qC%v~/B˪/)P.Yw Gk\!ùeZ;Qo 6B.GrPDQZ4 fVO@OSQahYldpel Ey9rk2^ T𯮏rgDFw=W}&Ŝ NN8Yv3w\c?ݗ T&/@XpT!3F5B $E`rfpU8K>f]/+e4Yh)l?.VOOw%9o4fE@.*-s4٭` |9{߽j%i8NҠѰzE*.]p<_jI8V1XUz(ieuUYXH? A$)i )? 6w<Ϥt6)XDb @SEWX_ @)$\ǥ0 a).X[O8 bI ^7e|2} pZ}MUAF˙u\k^m/xkn%6y;b?ok 4;–8:Ty5s'x6sqZ"Je TPÉW7j?dOxDrXխ!h#f[)c*Jz5gRӣbp *hz~ Ӥ$6z55f;ȋ7GX>Js=&GLMꤛX"AKHuH`r{GUR]@T]hǭњ1Y+ԣBæ8qX̣CY#V/~8!oއa]=zQ8C!:MYֹHe"A]4k |Pqxޜ״AӓNZ=%cMkOz&.0 |"߼ ;`Q&O~ ç%ݕ-*(LL"sý_ar}LP)s]&mZ6D2RQ^/dC%,l[%F):Mא2Mn{6y\Vىd,2ۨ&m/`N0I8IC3‚/=l6Njt4JWhL~T2&7Bi/W NQj qF?ԋ7]*y ,7?~~e!pX2Pjơ6hlI[[J'-x}| :Bʢ >8vPOzN:Qg?5D%A9;{()b!OlŅN?^|@kޚn Ū{CM]r0*Ia'6m-,Tу;Nc-JWT9JKA]M . [ Kp]!K:LUFliW 3@#+{(BbE$:zBFRpPw%7(7~,Eۻ֕)wk|-dV<[j#ʭx( osF%TF Wt71~z0W9 O0A>֦kV0.aג({{v~č>|(9vq}"9/Bd[RE _tHp ~'VH.-0Ut n8ZK(X*5W,/Ӓ 7L¾N Gby&#Ni qM] mzr:N\1qCԩR(6b_!(h}Fzj[CGM#(g]]Sv/W9 nuJ@x`01GD #R5'#hkj!Pv!DALN}Ca)}{G=PL #\rJ"^k*[)5;m: 8QCLÒR1cKez{˚tΤC@[D*c0a5(mJ簗5UF | cU% kwr ;bS,cuO#.R)zikLHjP+E oWKYp^)}(TgnxمdDŽ @Ϸ7@=B saWdP|HTį\HYG+SDɗS뗘tNcc>^\T#۵.r{dQm'i^׈ZN\9̊u]9,`C² N <-(usR(""_]GjxuΥ %"kGO$I# ȥ2UstHXyΗ+lB-n &`?=fՋ0]pCoR g5'C+'0} f3<c@1'vQ[Q7 L >A4@SB<] >*6%|4ڦdMTn.!Rc֕C`z]΍^=EfLgLחB-_X]#Ks|;yv$*#hЙg^MTЌ9,}iX~ɋ+u )!Uޚ8ScXJ6}ADWk͖ѻ1UAK`N= 9}'ݰv,(xfT9ƙGm8RblvA?t58p_.>рS->~GW.6PU:`QV99FVFr6nHWϴҥ^76D |PO[D۩ǚkGIx&5,W hro$,cJyݜ{%"O-x :0n9K=9c<qkB2Z[.pRo|gmj^2z'##`,Y$;V"eEP6H|xf1 a$` ̂ytj݇o]ֱ[ Zr>{a֛-l-w vށ ۪w=soPYI>˳Zd aJ/LS8rc&PflӮ%_i8_EJ5<wD3e;J:H>rՓ07.^d;QEavT#bO$ƍ $G=f;@3 p9q~j*Ȏ|>>M{ ೪і|ONnB* Ls qFP|ɟuzJZs`7\ 8xz;{YL}4WC6s9J 0u^XpXtHb3faM8Q$6ޞEMI8]Y]#׭lYWDZi{}i-.?xxGQVJ hmSOͪm? ) PYӸ+݊gxP%\: GQ7N !5hP3 +qWq'pUOGN=DTIiӯS̭)َFxnBZ<j x>2(#s)9r s7lq$J4a-2wpd[xyV`=(@\8V$7YEۗ!/ iȿl Q'1=M"f NUbAU=ܲ0L0@GQAD"Ps)]*x#|𧮴 r~t?pr.o5Uq%0n\{'7N$q=5ΕBۏ n8oD^jQZs)yަc,skbN1i|-@"vkoA $O(q/lH.CEW0 SIP0ۖE/1Oɏf|:P.C9jbA{7|!{+cFt|&HMO)x}a k=&tzΟ s ^AЩULWezAJq œ ŏԽ%DyC"VE;D/#ߗ iu9a>dRI@H_j i=ã68Ăp8XOߣTμ|]X=X\ӆpbH/=3H,m%!Fdvof(A;RC"ɀ>0K":DY7Y|L/ lk b_}W[OJJ_Z1NEŅOrcO] b_F<2]Yg 4b/N+B}$i-&cGJI*0žA,)8GKUW&wqcvY5XXʎVڀk?*ۙ/u{4_fGu$Q<ix"}Y܄G=n͖^Fiљ)?Hgg~9_I5 ӗ!Hyq\V 1"n#gj>MY䎙huυ?ti xu^ _EuZKVlRϘ7oUjfG)}B}' e@ UE5Z>Ff/1W٬ :r쩡޶5hF0YZcL.S?:hؘӠكY4= 4l =EzRJ+{jqn(=e_I*,dqhM{eX)&I|mZNP9%<|L-w&\ L̢{/'FpΆh0o0I++z<=MpD8qd^q 9Zw!$-^6 s<"4-$倳<@}/Wd&(koOSvp9zmRHv/=kIr׳^ܬW[Ϲ^'QKs∻0?]M8AIؼvfUH3xi(Ζi=-$2iE5lAPz\8[L+A`NDjV- ߂hdMdWkڈ'E2|ݧJFi n y`:d,c£g1ط{K*9A.RKj8)*z{T,u*K(gk?!\Կ8ֳI8Ȏ&@M7!z7 %>W/)j9ӽr扳X'r+j` \cPWn8OpI=GrThY psqau.|ޝHSrXqn\xm_;7ؠO aQ" %ۃU&Js.Wu-|MqGHnmp}\b1tvP9FjD2Ȉ[@^Dt3+1Q`|޴zAET+tƒChBcތ;ϖ| Ћ=#0l_3=9eAhG.Cy@+$I"eTc|_9ً/1ڧ==#y9s;p~*+݋8;iXs}gEf$ejk&LhVpxsj%/Fb~QOTz$oz?.<RsBq׀fKBbJ^7iD/[4;쮭G^E2 ڌN7S /m4J#,89 #*̊#G+rNӎ gm|P %ΟMWnR{td"OaS]U˜q>9*?ŭKbE?wzx  <×E̾!ǸhxQx!K"*.C䬡Ї@*7;+$z:dz(*Ye^%W׊ok/'[}2 #6ivKմq'h2NywRET*B^F, X,-J2BBEoJT[>]t pnb',{YR=܀N ˂zB=å+ P-#$#%>hO(ԣ6uE5SItJK"2MؑTwWVp$j6 67y}ܪ&ih|u8KbGTM .  /Rv%(*2"{|$F`C+˜z7f{}@&JwfZlk,0q6=^7YR.Y(4F֗@MD =M7# Nd_0 ]:1yv[ʟji \"Ț#.ܻGԆ#S XP*@cn@6s:%VYҧ:Hp8{ 75&nҷ%Łq]QR=TG0]Dc݋.bX4I`JDYྠFض>SNA=~:5eQ\x`Ɩ>0ʉ- j|Htcǜ6 `HZnn0,T:4!z-Zom+!ӈBHU9K<-AK%MqҪ!^}^Vj }B(A*1bX&uО("$(YyCF/Mԏ{z$wmgK,{a=!c 4/9 'mSZoS](-IvՅPBOe1IoP~CcC2/& D-rAi_;{tE;r٘&.PYHf$AG1X~ҐYz[TxZ.ƤpR-,@I2>aTxY>WM? Ȳ4ՙf;&~0y(\n ݤd߲*uhOf(as3"z?|JXI$H*l 4L5-nq{h2'sigjά,(X8lHK ̈b.0/-\Gp |/Wؽ Ӣ>޵vgn'C|<}xΌ4-V;,vaQeF[L񪆯Bvʍ܎hLW\RHٲw%>/^dLЦc%{uJvU4۷})7t2OpMb3t Dzg[Xc1r&Ҝ潼3a.+ qH mu\շI˭TU¥ `]T/Y;^^T;PT:7 ݼYl4ɤƧ8P1`j*kBIŋt)O:)T<Wg0빻}R^sx2&φbxǥr^¿Nw:^]wPB tގDU CY֡*Mq. 'yO%F!G44i|Bcqc|N0(C{bf;ԚbËRcD5Jӣ':9ܳzjO޿+Az#_]vu9e` FO4 QG0X9Nzx6H8iN3 8" GZkY?-Mʄ7Rxơ$kL~R=?toP{,!b+HnYַ#EF]+*:?7k4-RS]EBGI$&6Y8\`{ɿܡF$O kHj;2Ēbؓ5u_bQHtN{KsctWł0 i}S0N U +?iIjm>` di<%굪|٧MbB><ED/}O_h6IY.ID}\M0%1Kj.Kh ZeXKbN$N(zc]dEW9 h u4駣U: $-CB28=hg%;`Ue^md#//^:yIu۳sͬ)Nq7'P;L0k.Ԏ^&wzrGZ1o% 4^^+PwkuSkoTjnʷ\ Ul;Pq^c[2AxÀ:Qu@ ?UrIt3`L0WI|}"x>{8Tfz%4u^wO!lKnGqy4>TNqmYtS\(":o40@'.:br?j>oD"HzdCݬ`\ղ2<#Szc~J_2]w&%.[ XiL@"dt? uds`yxZuƊ'ڇ) 3 S Ԭks9E}䄛7 N=YDgx7|pk4Q3Xjsç d blHP/Cg |+~^>, ?#m,]DlJ}L-6{TVKr:4>.y%|1m|9ԆWw^p|%ќ!9~=d|V6t,(gRXn~z3kҢ*5b;оd1wfX5+\?ZH~q20 k=*$Z lEJ >`素k,aՄά7A⻵!u (EOIس6MQ;1[H@b0N$ʯiƃ70[W2dblI_#%&W6I.psD|` aah7r" 2hvd^ԴR{P = 9?B:CX3­mu{qw6";X2ΞNĨ#0&@}R5L.R9wOs IP[G+^*_&B\BO<<)!|p,p"1cSڟhn\٠z,Үlib)$y9PqH|SS4po5/ FIRd1`k$VZP17F"]BbpGl{mDrhG}6bnlj|Ki^O7+`YC(rM_vZ)ڱQ u@4PRnpDXND8ЙnsBuy(Q)H&giL7<Nh4:KPa_ -LV[d[>G jˆZi _P&T tzX) pp+"h1{M`8=A4?,VCjI^#QYѤ3YKr9k <.<X`5KrʓCT{BӘ PRJ:@Wх›*gVqR?qjAz4?S̳٭ҿ;$+ ŒȨLky=IWȪxxSDHtx~yJX7(] EN9wp]|xuUinnbZ!@9z70Wf­gJT3hR)]~TEV^g 3*]1OtWn`, pIX0 0@d RuvUNU6b{U!,0b8R̒@_৹!6pdQ(bzᑭh,3JuLch1ۣm]no*$]iuē84s'SEU>C3nXb8ySE mnbtFRY%+<*Zyr -!&ۇzţʶ;rڷ==B^&8@b%gv䏓`2tx^pȯ*Э<Ҽ]J47!δ(hg޸50M͜r {YM4A,@5I ڑs=Չ{ ץ7G61WGYU>c#T^ q!PHvG6'u,ha`h}r gbsO@g)ptG~3 KJ fj=ɤXBYTyUID*iն9 :iOz.?x|s;g$ǍD,_` = dw7jj8Lj yA-1Rs$z0 x_/T{:NAkAy (2VE;8_67o" 㩇Iw\]Z=E.`JHpF H-$KKV N{`*Z/m[WR@۪g1oNI+Y|в&gh,uQ,Qu`#t]f0Dl(1ŦLIT h\1i BS^u2z @4Px+|ui1%p|%_+[ճѣorڲA`rL i̓;1U?$S˔ o`:$g?*3o zlÐ)`4&J JD۵⁊40x2iE/iR*t9(}[o4W AVrvhMdةbs;5{.uT;<#@BjH#O՟Sq10rHIMtֆB7'U|mcU;~^A"l\ 81Jt2e+3}5b@I8=Ϋ;+HRgY7H0&'8PK^dYccaL&.MTQoSunơC}#zu`AϷB"gy<ag]DHrGơW7_<)`/B!Pˍ\IO9;W2>P(m۞6OG YSڬ iav1I>!]6f`'.s>(_ VR79:Aw/ɯ{_@o+Yg^@obrLp DVUSIHOJ)Mj/i$tn}JXPa  `pVہV&[>A'ɦӔ9"Γ!N3Ӡɩ+He*!I[~L6sV Sk.ZnӴ7\ꔦg#<1TR_L̀kM\R":we?"ȊUT ׯԻ:ŕu*-|-n?])Mzq Ycþ2-(ɇdp >6$gv+ȟE,4w?ΑdImP&5;~1]WG"5qvD[Y0T<%nd,+p;I``}6թӎv zS7zOZ4NـzA/"01m!ҙǏEg]|8OTEXpp룷R</N>.y/zy/y'\Eɑ7!T(",U@ƴ;HHo6K)PJj46MJ[qi'p:Iv?0q9\G팣V|!wl7/N&0 uzЁVC1>A&??dDG|gg $aHn R=iθ4ijZ|WI|HNG0|Y_a}haF((@Z4T6N#~#! mm&A4h2~ԭ j5$Kҏþ 9H֏ńP,vI!K3ƘL6Ky^V닓&Qv`|xQ1u?t6kE^kR?aq[[Q'U}8ب,߅u*jiױ%, %GSj8λ\8Ӓ{o{H]gRW&j- PRWazӏʹ} *cw11f(uYb \9N:?/z, 4@jN}S$MG9>IE\=$Agj +hMϧFa<>}2Ћ9Էd$!V>!_2f,j2d%,ٵ44zFwĩ\VK};Q3CM3~;u!-OEz\&Rs{hQ$O|kc=GubeROv@on&90͗wD*?TqrV48˼o/*4`TR[3v_~0Iۢ3Jm̓~sm<8goK;vzRK;y8v"ru$~fF-Up`/]5!E&oP_6wvfiE\=r:Ol+84f ziW'}Cz]"Pw*VU @T>/\& "yq=;Ŭ|/2M8?SތTGXteT̬-Up1]ViJ'DҊ"Pw,ZϏX@]q)uXh/zZzmUrts(pK=EN%󂮕gssꁪ%M +28.v(v{R$Ūx}r֥#v.nj@ N6PD>Hȕ5a K{ԭX hCrK15S4ճẫ4ϕ~ v:đ-Aգ/D}.V;U"o\`ֱ֏]!зӞ".t17{>ȂO5M.tb/2W|¸ciA'`-VyWsGq0^-n={o=؛{V۫[a9Ŏ1+ ? DG:X4Od$!`oO>p,d7Cl%뾎4&_>둎3=i + T+Y +qXPFX ځΉ{"aJ9FkKRQC )ӗz|/8F!"Γ8XPG0Z"8/4*;/KAYjAՁ̘7ӽ^'+P~!³c)g>7Iը6M,zDegU;*djr?A۩(;lu$琚tIQm!)Zs;8W.lO-{vR~^w3`6ﲻ.<]׍Mar#mx GV;+[mTti (l7=#*3 y Lh?"Mܾ9P.@7%I5I[ĶId  hc:2ဳR*ڛktO ,^wG}D2_ +Ԁ#p/V@ޘ[1Ҹw;؝-E8=6ֻe#tǴ"1A* ݚW``r F;`ib bXjrCӨ0G$ԽڡA[_;5Tw_?Tt;(Ԍg\W(: a^imO 0^DUGBɾ Kli[ic;uЃ3r}4 r2l! 0dJ ILNŅCN/-m_퍺}*}'i~@\T;~#=bt^%uVn+VuԚ]"8!Ze{T{;&CզQYKSܝ̔3tVTw"a#'ܯc`sI&ŏss7*VZ3M0\CZ>CTQ\5Dq^ Yd_ K D:R)`]e[ubdnF(h[C pf=#(Tb<Ʀqpg `?]R-}HB9lԅ4Fʼn.h)P.`$K ?T68?O TMj̅W6zJA 9kp ?&2e\*t+H#WDƼj~n2~I@أ  0d՚E蘦e`K~D_lO]%@x#C%oMs2s ~ynEm;:#tKͻTgؖ868+ y׉צ'ˋg 6O)TKVRs#HVm_F𱪭 |QZ1;|:l/vj`%%qi#CUu+tqIN,$$ȠrP5Ey"&TSLu#Y~ʼݯ,ݛR B`!G't.*y=~QP#7|ŮG(0%5TL 1-|<%3'PC^UA}uw`[C~XБäB`iR֣U~虭':Nļ s++&hKn&rA0x' vF-FHuJ%y\<- @juL6%wȶZk* Mcׂ=ikO&gF/[0#R>.8|eH:FI lO>"}DR<:)s_GQBn~ }$./'"J̣WjvxQ(B٢/7xQmls 4uE?c~3Ӂ/s̼ɞ"O?c/w_o%f23msŊӾ樅0f}] V <*  6#$iV]2.=ʕFe@btL.*1Ҋ3\UDqn1BbOqFWr9 u~nӰt a9&C,Nq@9NoX|,όMbnUuoN\Qv&S L5m/yƹ15 =v"vK_/+މ;镪MD{e/d,`i` 1 .Ͱ BLmI /fFٻG7< ݰ;v5 k,G=,DGȵP}_Cv~dzF.!y7$sn<}|m1QdfuKC-7",$ז, ;k\'*QMQ2ulkNE,@i% 2G֝5lj9te65%Ym2fշԕlʄ{ll94=͟_ ܕiX.q,2ͥy nO[†ߤ 6 E?)$׆PeFN릓ѾՑkF?tc'{nvdS9 Eąd^Y07 uf {9kyة6[&LB7(!0xeCZbIL/ d֩dM;oi$d~״w7XbMJTpz=NMnCO $Rk]5YgWAWUee9Q7E#ւ-ޚ'*ؘD[㊁C#;"m RR }l(# 7k%-6ϳ_?CA,*=#xĂi/j pܐz6o';oD V;,T7IQh3!Z=SKc 3(MGrBi+yl12K`^!>*N`j1[D>!b%?L`m6R]X-k[nB6) |{K(ᐮ@ =XVRu,+pۓA;H^&˻^U`u/rUy dn7VF4OE͢hiKA0N⫷׌gum\9JԞ'QKo׷xۃҼPqim Eu|l6ζE6 73Ga-@8[HH zrDIaQ†J\\̢:t?•c2S+E=H֡ᴋ$YѢYڕ>m}=7mO44nJ=턦$ObTlWvQ`C HZ Rd,mSм( fgkcI4]YT FAu3пT2qIeZO΋Y/!;jxXZx!y"q@" &Yцn/kUx}]8-O$=ey14';-@"e^cn)&`E.,ՂKjǀv~o5y.sR!r|+Gthizý.N:I[,<2 a#RCeXΊ3. E朵7K=ȿ'e8 uCfWTF\&)#ō? 4U`:Reو9.QA{z<L;< qr| rgq$+"P|SggjCZW0:?bw 0SkE1.K3\D\\fv/%)e1ceH6.lUUr<#qP/T42?MvYɰ UF;#_ @Aηн9䅵5&BkVu7T<%cplL>6-_ygU#^4HiVe+xl鴕52A9ROZ.= CqۆY UR:d*tGսz6bQ&X~ n+ ?N,M1`9e!ĞpV\lK>g \+)sC_QGL -Oz*6!eq=-L62̑%BGwuԸuې&W5󤑗8Jۋ$۴Kym-<)2ԹզC޾JͽMn%b6q?Az8v ?.,ܸp}2 -j6DN7C 0T'+Sfz50/b_x,sh >[Q@6c.CLj%jPc6KF'qݨ'sWݟr<4$*397 Tu͞WnH_:^ Ddx$ ɥ]$Yli-iSdu ޟS CYvI30]V6hbjʝPNv_ ՞M2r{-0_K_&"[Ն ?P)mWMU "t2a)B,!1Y c׮ݫBS M Ah#==3+.4I+*АΊ Z&emreb-Ȝ3^̜V7[sU#ms)L@vf3uLבeKzܮ.f<)s˷cW֋td@ڷ}UGA8RAOЙ$%K ~5tqFL^R&*\)=G.Tb,&%.63V [sI@\tB3O`B_" - >X\Hd!kF7ud e6羘k'SL3Gݠ9^WZ+m"n06NSnUnL%hܣb+,/BC@~5`uA" Ǎ`푚hmO @iC1l>ŧ ɸfEz5l-!%ᶉW+LHʝ.G;6j?G0= #~~:nVFF?do!<2vDϪ$b%FkSߨgUs,_;H&1g&+꒔ ϒ}]dx ej}gZx8YY ֢jfEhx/U3yJ%0K Innx/]9:Q4!2=)Щf! Epc;3Gܗ`zzmQmm^x琜O A ?9E)w눐^ oCfdTW Zq%fyp=VR4$%T4LzJ^O\f_1tm0bX{n( AUOE4-nyR_DI{v`<7w' -.Yz{8 6F?׉Йwص,b]Gd=áZ3f$OIQyUF!Z|F'?cAo~;97 \pQ Y[E\MǽC-K4_5ۑII]ɊpTfxU%Kl#L-ٻnq݋fh6+ͪ%! 2k#E+nA? 퇬 &8ςʗ+rۮBp|%i$StG^sd)JׁG19V%BrL"s3ǔ;w{ ^jU74éOUj-{" G'lNh`V@΀ T)WeaM܋̮؏e9.6ۨ``^$s 5>7 7zޞjEl_\]Q&Y׊enrC{yd8}SL21J>/SؐCM%*Ϯ_p; Vb~۝D;xbQX#TZ& ӭ!h \!]B#sO3Pzityf!FptY+Ƽ2EVjmUC!;)_WL@ӄUa!]Q'MJr{aD`@5 6c4lHhYd19dg E!@N6A FJ+qnL\PЏFz{)p/'m O7\/^uy a(2ɉǕ[;tso5˚fWoy%/t;n|7>5  )A[881PK8nTjg<~_e#G+{2yH'z5& ( 'pmBs-TE?dh GɟM^ qM;_X!-g MLѶFf߂43 D eqN}j uAFܭ#ӹg}U%ȷ7f۸zj,r IC rIo6C,[\h=M~/09'JRB*PWC뜉+|C6|zB9YPCv*Awn=\WZ d?sfEiZ~Jql~ia3v4şKphHnPm_ܡp[ԟu\?~ɶJs\N.Q@LK?wP <,tNzdgShsu܊ѧsucĹ?3֎UZ>!rw 9!\ G  TYpAr9~ V&l^?}&'OlH #O CQR y, 1wR:㢘+4yRʐy@(I"؄ܴLӸg!POL\5cÉAQ#7$x &+BF^<]>2*b-#Dޤt@NMDy?>LZ` a}`zt?K*Uc/\EW*ͩoO~N3LMnF2Fz8fh0G %Q&^}9fM& L\W| i{,&\.(&s:jRWUusuKY >,' #uʤ|P ۔|G!ꖵݼ I" a;h2]z`4Ekf~ʼ^T@n?eAIKw~{a(uH/*Q\9ȥ%xS5j"QhT m8'mOπ2uPw^㛼?z& &Do,m̖'C¤|i`LZUUBQ/J<jUƤ> 9t5p#Z-)G KֻS]s\s֑7(PR\xHZÚONUz̑FpҔ~RtەhD"MBB!mU= aS<`Bvח1-BMJ;b' 0)V)/Yo4Jƣl7 '\kjxKOANm^;^:5$ܛN20-0A(hTs8R\KtggD5͸blsW"N\Ls״AȞ*sI^vE-@!^DE%ikPI73bxZ*Ԗ3ٔR%V8a5H} E| i-g t4w::Oe]rFdzoNu U8HLGeCh:g Ύx1ڜ=)Oa Jo&Nn[:f̦K{knN7q~J}*mkTv)5C98pSJ|Ϛ3JiIQ%5ѪAd\4Z,ab/xE7uT!GgW鑳yҼxac}gkOZT;yHiPAm3+:H2N{Ouȋ23܄ɚ%CF潞ҿpp0,SG: CI1D_@ _Eg$ZNP`_hkp9;O L˩ZdUPJ ׭E5N]qmDt@Epp(?x\ 8pGK2|1 8Ae8^'*Ѓ9f`3TI}+[Y3op^6ulV+jTB,5qnݿt[4 sk5p +VݰwS갗:xu6?nootQpx0k_:85-G͑oPzr >)J{ #F{d5'SeNg :@45ێ\>t+0"=n`p}~ut\Hz7@l;]g}m\ .ŽoU |op/ϵV$$k"' TN[^VE/[>ۄyMr&2*ij|=g-M*VL5#=*n{Iɠpf!P~L|'s&EkS1L$S_UU MgH*Z/mƿoyG^ oXzY>#?|_UUJVMF6up0O1X"Ee#l/"*TC:,Nx{"Osw2EᏇYW韎H[%nEG3NQ= 0#d׺G>,LhKO|]X9>;=8Ms,GCش@=fSc/{2yT|7j }h 8gy4aXa:}r6-N"Hy*ʄ0=]Hr_ 8E冪Y_1ƌ^F{B^-fJKr?K#J8,W&ߋ!&r1a+u<hoc@|AVt<ǫR(2?0њ = o  b2_fc*Il#rF4+n9C:R=0e\Yu - _\͟)bT XZ=֕:QܶvnLDz{f'AFsI@oJtlssIҐN~,}ysՓ;Ë!ɒuO.7Mn2KoCb7 15bo'@uҴ[9k1'-=mgN;3TDϭN=ly L~cIFG]@4^%D X*w5OT$ |/kfJA=Ocd|d'F_`tWXWO$IQVf~n( M& #XmBC͡9 !*Ԩ!!ֻ X*w0(~h#7d!Ɓ꾉bn?9Z֊Gx@Sd֙6j"iwٺ>oU;ƍ'@{?pUWPqQ5-!֒W\+Y}7/lYRǩKC~m/LVlhψaѺ#t KZ6Pp>%95 EW.afUSy%,+'ń $?Ek+ b| 0w7_gx3K]wآK[X{IVJAVϰLPze7#6:RoG H9?]ρqL(G.@~O׮fSv0On|O&x> 3B 2Е 5TPFbqOKS>tq&uqM%ցqTsΐ(#HH‘'y!|r_rI/jbڌh*cS0ڻWƛeCJpn '*"U8fJFȴqs.g%#Jkx.u o> - X0aPR;#WCD0׼I䢨|sm{͕H xě]RtN;RUG+)7$;}ga+.p 9&0E؉| ?3tcAŘ} I=/nvW(Zo'WW0@@WԳ2HpB&LU}q"x-ik'9p]l/T<"aճQU5f [:v eq' z$^_FL CTZ9'"keb5kiE Yx5+KYv*}E}sɵ 2jv)r\ ;UdPڷL~n+8W\jrxͬA?jjǀ$q?ŭh>7𷴯2gL"jKy1ZuHiLҋl! {1{W8蓿.^;m 8ЩXm?$!&(.HɬH^^T$ڠf.-q]G"]$,!uݮWj G2E04z@m.}Fd8_oTzC?oy Dl(sBt;h+:[ ~/#NM=:MO(5il>^K=MLG beN/f!Jh9QsO+![Ap:%Wk^jA8-nSVWSt1q]ᄁp ٽ6JG5P<#?'C5H2 5NħMSrZ8hÞUXul ɡFZ}xaLL9dWiۡǎ$Z&eGn`vb z$Q=H6]&JCk# Lf/y[a/dmgBn\rXSڥ>Bb:.''=E VsYӉFJ¿xDiӘ=2y߀l{/u_4zq3%[)@jg<4-(׏|. _8ͬۃqCVׅ!g.f a unr  ଌ0wֲ[ '>l$J YZmLe