ctdb-4.17.4+git.314.7b07e3c51a6-150400.6.132<>, g^EBU=u Pzʢa_B5s{bFj#ڥ  {8oʹ"-Ǧޅr;WxdaˤάnR?bPɟG=RSf qPwFT^,sUJN]$6#ǫ2jr7S:nP\ W cӂA31 v+Y@(%̔; 49\y#"2$) "5.1>HH?8d" / =lp|   !5Eq\q >q  q q 4q 4q6Tq8q::q<=xJ>JI)J(I8I9N,:g=>?@BFGqHqItqXYZ[\q]|q^bcde f lu qvwqxՠqydz4Cctdb4.17.4+git.314.7b07e3c51a6150400.6.132Clustered TDBctdb is the clustered database used by Sambag^h02-ch2bBHhome:pvarkoly:CRANIX:leap15.4obs://build.opensuse.org/home:pvarkolyGPL-3.0-or-laterSystem/Daemonshttps://www.samba.org/linuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in ctdb.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 if [ -e /etc/sysconfig/ctdb ] ; then grep CTDB_LOGGING /etc/sysconfig/ctdb >/dev/null 2>&1 || sed -i s/CTDB_LOGFILE=/CTDB_LOGGING=file:/g /etc/sysconfig/ctdb fi if [ ! -f /etc/ctdb/config_migrate.sh ] ; then echo "* CTDB Configuration has been redesigned" echo "" echo " - Daemon and tool options are now specified in a new ctdb.conf" echo " Samba-style configuration file. For details, see ctdb.conf(5)." echo "" echo " - The event script configuration is no longer specified in the top-level" echo " configuration file. It can now be specified per event script." echo " For example, the configuration options for the 50.samba event script" echo " can be placed alongside the event script in a file called" echo " 50.samba.options. Script options can also be specified in a new" echo " script.options file. For details, see ctdb-script.options(5)." echo "" echo " - Options that affect CTDB startup should be configured in the" echo " distribution-specific configuration file. For details, see" echo " ctdb.sysconfig(5)." echo "" echo " - Tunable settings are now loaded from ctdb.tunables. Using" echo " CTDB_SET_TunableVariable= in the main configuration file is" echo " no longer supported. For details, see ctdb-tunables(7)." echo "" echo " An example script to migrate legacy configurations to the new" echo " style is available in /etc/ctdb/config_migrate.sh." fi PNAME=ctdb 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 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 ctdb.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 ctdb.conf || : 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 ctdb.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 ctdb.service ) || : fi exit 0 test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in ctdb.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 ctdb.service ) || : fi fi exit 0;c?a($SY! @!B(C88o@X@-ʀ'Z3Yɰ @ 4E0:MA h&i Kt f@W8?V6;K ;.2A arb%CAAA큤A큤큤@@큤A큤AAAAA큤A큤큤큤AAAg^g^c|c|c|g^Qg^Qc|g]5g^Qc|c|c|c|c|c|c|c|g^c|c|g^g^g^g]5g^g]5g^ g]5g^g^g^g^g^g^g^g^g^g]5g^g]5g^g^g^ g^g^qg^g^g^Qg^Qg^Qc|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|g^c|c|g^Lg^Kg^Kg^Lg^Ig^Kg^Jg^Kg^Jg^Lg^Ic|c|c|c|c|c|c|c|c|c|g^Ig^Jg^Jc|g^g^5g^5g^5g^5g^5g^5g^5g^5g^5g^5g^5g^5g^Mg^Lg^L9a43f30fabca9b35316947f6e10a1f42e44a38345d93e854e74fbb8843dbd8fb38a3a286e542e85018125e0181168813c62901ef4db6f99918821ab2541621e6a37afa67f468ff620b1f36c29146b57e28f3969303931001ded83b39158390ab805fe81f20ca4bd33467b102623b1a9c6748542819d08eb698db283cc01080b9ab99d4d4d16811a8d84b2399d74ce011dadac04f8c4fc12822799e7fdb7759270aee1dfb066afd6c3c038e36ecc7407a195eb7cf983413dc5b53ef041fae6a0d4c2af4da12e46bb1565ecbcb5649ba292dcc67db6974b5d9c770f8443366e9b896f617054e8a1cbedfb9e0bf6d38c0dd97f02040502826bbe68167fada88831555e7c222ed18953f19e6a40210dee4ac1f224ce37e8ede19518990ced301528ec2e38b13cad22ed5f93224c7cb5bee048038801db2d8a2c9210589b46ea1fdfe548af41b90c9ec097d4f4b17c07ad700e39873d7b2f4514deb60221aa5550a19f44792b042dcf943fba146b9926071f547b7744c9a6f221a0c243bafba999c3a1c3447b43700351fbc9bd224e12d636fda61d31e6d19d0196b94d0704d60811387833b1541eea181db57ddd0217e58f6415cb6353f5f1a3cc3ffb0b1920ea5146e582a823158d49b1a66f26582dd28aed0676a2ddcca0f5449cba101d171762da1f7e859672a88dd56653fe28c98187404d616c1bf88cb7bbc43799d56d6795b5c1a6d5b74bc005ca26ec2016be2b013e4e5bb7e71a28ac419c2d2cad509df853e72c4a83bb0ea7a1b454abf73d0f7a09774423e55f3cb15c7ea5be6f3fa4e8475afd841c6ffac5644c84421181ac7fa77110375ce2f83e445c5908c200003077545dda036b8a434ef583f401e4b4c0b528376a9207e658dfdeeae66830f307fb7e42cf18741503817a2fd9ed55b95e870bad7e859c98536bf28340f4f1d01df697b45dfaeb8471375d0f5ec815dc99ad81e6c3deab38a15b6b2696494309bed1307e00c1a6fbf97233c916145ed79bc7647a68b35ac2fba2c22b090b6a4571e8ea3ab3021bde3b31f9fe006cfeeccc454f15dcd838d38bfb0260e2b0b2030eb3ee5132d8a7105bf2e2f2329aaf16a1a6e5839ffd83e9a21e0d2a22e5fbc287525c8a7b43fec7a7b4d6f7ff6bfe8920654af4937a42121bc5ff69ac17fe4ebba039e991dade99575a6cb89b214deca35fdf53124daca2936dca9b4e7028ebff2c86feda5a6604c376e52b24ba13820aafcfbeee578d2d6c00ed6cf134016be531727b70164599a069e51dcb5d53533ea890eff4b2e124bb3134a725e2922f43da0ccd64350da5541ed6bd5d2482407a3e48c4579619902c19109d0b1f593005f597791f8a4377fbd3ee18c023e1dfafea2052df478551124e9f96f0b9f9e4e74b0def2811d8a73e85fbc095081e6d65961c2116e0dcebb9d61d3af150ce8e74d00a11e01cedd2e8cb20d8059d0f3f14a97cd02c6aaadf205d1edea9ab0b8bfe07ba42f99bc609a7d1d19ebf4ea0474c60453feeb1c70a14a33379c9dc94f73027d4f466856754746ff2c70efd8db4a4f7e08e6ec2b18c78d1dcd7aa66ff79bf4584b564491e63dae73fc385074ef9b4c68c78f7fb17973a2fab5f04c189ea57325729516da64592f77e659bee6d68790713e224004f5a5126fcbf740c84caea27319cea16e52bd5f100a1a1b7bf7c443eb1bfc6013eaf355d7f5269a424fb5837c0ac7342f3976b1f1bcfcd2434c71678668b59d4c3200b5d270feebea397ef7e1eba35f184f10e5612cf9fa21269bc3f359aedf988cfc304fc9505fb69af67fb0066cc6965c379aced70827d71199b1fb14435e3ed4409d5d9443bd149f75399415477e19c44ae25b4a72b72fa9f7a2db50da9f7fa649d1c8be28c7ebe548e127f3a75943b24d15245507779cdf5c77f4b883f1a679b36325f1dfa7d23b7de6058cbcf7f06cd0771ce57e3f66bd689f14bca1b08baa49d179f471b83b41dd8143b164379ee66b3a698ee3f1e3ab0bb4f2b5d803694032a8c93c24de8559a4d4c88a2dafe0c80c9c925fe2abd3911af5bbf7c14daa3d3131fa33dcb339afb745b82480b73828922cd5c34f350f1b38144d0ac5f260db61d2f4d28b572b217d74dc66951015eb702a64fbbed5d662691e967313d190e7db461317a924ffee62b04395d544348030ddb514a79b3e54be70edc8e42972998a585a810a65efc02cc9376eb4f37ddd964c60472307437b1f4d5cd9e6a7e8df8a168615be2b5916818377ca1e2d47613adfd7b0296f19867dfb5398809711bf98611e713c9adddc9be00e8b65a9481584651f0bffd8abea8d5175fad1af09937e600f8a86fce2400563a28b5c0b06abde4551e9d7628e6184a5f05a0e4bb8b9d165086cca8535a3a286b57cddf8ef2ba2ec51042398eae2a99765643fa523021c669f9a3d1fddc8ebd47768a72e94333e5f9dbb0a0eafa0bb3b9a9337293667fbbd212d86e1e1fb74f859f6088053a6c9eda9f9846c67e121db8071c21d387d3165022f730cc4c90a938ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b9039f08717526862075c0e646352b1395b48c2e199046cfed84426f4b26a7ddf8490f28a7e59270957db3d0df4854a40058f7db6b0c94315518adf4f8c35573d82c1f6e28e537e431140e2c0e47b72b156c3fedfecf0f8ba1f3a8c8e3d1f5df199550511963727bf61c00fcb90d558c1cacefe5d1620508f3c4078ef3d82eaea80d393694d091a88027c58b0627f8a538010bbc678b3aaa7b54cf5d7550768017f5528135d22163ca5a8214e48aff63c0682f2a2435554a460471987c38695c5f768d3a5799e4276376a3bb8b312a83bc043a7876af3e41f3a76802b8fc2943fba332e362f11a086734038af12b30c113f5251135e812efb7a0534f55f7e1e6c191933c63187f082e8bb6cc3169a7fb5293a5def0f63d136941d50dda013e2006b71a8622522e9fd9667cf88b9186705226aa71e3172bb8db64cec87020033db336b372045572e9344d445a8c4077c861ef0fdea9a6603052b28c41ef197505082fdba761e50a10c5d92b48b9a8ef73bd0d0c9101c6ce4e28ac1f31d0c98931f5dc30826708cc68665a004a8409976e411dda42c504c2591270bf38da0bf3676f92efab7c2865dc80b8fbca106564d090c7df73f705534d003a6cbab5ddc217fa327a65274a38d6297f6b7f574a0b778e9b8953b9600e484cf4ce591ed57f1fdbfb12cdb2aec7624b42304f4ec0e9bb11df94781bf823c42745424a2b4f42b109be9a43f30fabca9b35316947f6e10a1f42e44a38345d93e854e74fbb8843dbd8fbbed1b24f8042a6d7d40037fe18ed5974d1c29fd572562f2266208d5de74ef9eec0f39ac204a4ed87e39e98012c9fb2e5502ae7053b4f584e1dea3c0ea9dceb7ec95d2252ea7d52afc7794d67898e9792c02bb3f0e09610e4c8b1e652f000a4dafa9d840db75ecbd2d335e16a6297d0d5e915d889aca8c3413d9720c9fa012a6ea12464354480d5536f854b11ae2157d98bb8d78f917cde28437aefeca63bfe4e5316f2d6927173ed0bb5679d30fd4f4146d4cf55f48e3268a2fe98be1a21f8ebaf01c3560aa1c24d8d90fab36947835d546794708d62106477dfbe8bfc2642cb7c3c5726dcd2ee4a343c03258aa26667082b0c2a12391c61672adb6543bbac31f2ff3b9008e9327d65879364ec60476f7d3364dd3c93f253df7aa998941f8d9213018752042256e81e22a5e3f411a7ea5005696691bab7aa9921fc150ffd602c08255c09110b48ef98c8b9a01ea15271d33f648d4d2ef55552e48872ac25ac65762ce4ff6369c36d7fc4e271b9a5a3a70cfd6239780489715907994786a835f6517a359432062b005217fd64f55aa2409a3f7350a68a464a05d26283e1bd548d346e6cbeae41e7aebbb63ff6acac43a6aea73503609959612490f163be0fd132c0eb2e72eaac7defdb68a214b931ba1a1ef149d71f8df30abc33501101ba7e5e3b26e590f88b5f98dc5558a640793a5180c0acf5be79090275a6604e6cbcfe9c5d55f61bdbc471973262224794fd9a6a4188886ba2fcc78bdb7a603d2efe8e2c905ab98fc39a87554264df2e1bcb5beee38ee8c4a37021bfaf1ad9973e01d4f5066c694d3d4cdc69dc93784eaa77dd969d6f33ba01c9f65d921155f5310c1404e21e4ef377507a0860e230a1d91a635381badaa8c6a883a64e2b4c59887f96716b1720d03618f95b4cda622ddb2ec49730ec037e905a3d4416e063af061d27f3service@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsamba-4.17.4+git.314.7b07e3c51a6-150400.6.132.src.rpmconfig(ctdb)ctdbctdb(x86-64)ctdb-testslibctdb-event-client-samba4.so()(64bit)libctdb-event-client-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/mktemp/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/env/usr/bin/killall/usr/bin/sedconfig(ctdb)coreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libctdb-event-client-samba4.so()(64bit)libctdb-event-client-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libgenrand-samba4.so()(64bit)libgenrand-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libiov-buf-samba4.so()(64bit)libiov-buf-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libpopt.so.0()(64bit)libpopt.so.0(LIBPOPT_0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.12)(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.4)(64bit)libreplace-samba4.so()(64bit)libreplace-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-debug-samba4.so()(64bit)libsamba-debug-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsamba-util.so.0()(64bit)libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit)libsocket-blocking-samba4.so()(64bit)libsocket-blocking-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libsys-rw-samba4.so()(64bit)libsys-rw-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libtalloc-report-samba4.so()(64bit)libtalloc-report-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtalloc.so.2(TALLOC_2.1.0)(64bit)libtdb-wrap-samba4.so()(64bit)libtdb-wrap-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.10)(64bit)libtdb.so.1(TDB_1.2.2)(64bit)libtdb.so.1(TDB_1.2.5)(64bit)libtdb.so.1(TDB_1.3.0)(64bit)libtdb.so.1(TDB_1.3.11)(64bit)libtevent-util.so.0()(64bit)libtevent-util.so.0(TEVENT_UTIL_0.0.1)(64bit)libtevent.so.0()(64bit)libtevent.so.0(TEVENT_0.9.13)(64bit)libtevent.so.0(TEVENT_0.9.14)(64bit)libtevent.so.0(TEVENT_0.9.16)(64bit)libtevent.so.0(TEVENT_0.9.21)(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)libtime-basic-samba4.so()(64bit)libtime-basic-samba4.so(SAMBA_4.17.4_GIT.314.7B07E3C51A6150400.6.132_SUSE_OS15.0_X86_64_SAMBA4)(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)tdb-tools4.17.4+git.314.7b07e3c51a6-150400.6.1323.0.4-14.6.0-14.0-15.2-14.14.3cvc@cj@c@c @cc@cs@cjDcWcOcIO@c1@c1@c-cbz@b֜bb@bb&b{@bq@b_bV@b<]@b0b%b!@b!b D@b a@a7a@aa@aA@a@@a@af@aUaTU@aLl@aHwaC1a`@`!@``dd@`<@`@___i_@_|\@_{ _l@_i@_d@_ @^@^@^J^ϧ^^>@^^l@^^T@^{G^oj@^ku^b;@^6^2@^&^&]]])]]nU]i]e@]J@]B@] #\ڭ\\@\ \N\e\}@\o@\\\\\X)@\4\@\ @[[@[[%@[%@[@[ @[[F[t[#@[[Q@[Q@[\[[[{[z@[z@[r@[a[ @[W[WZZZZZZ`@Z@Z@Z@ZZZ@ZZ}@Z'ZZ@ZOZ@Z ,@ZZ@YYY@Y@Yo@Yo@Yo@Y@Y3YYu@Yg`Yf@Y7Y7Y, @Y"X:@X:@XXsX@X9@X@X@Xg@X,XƉX@XYXe@XX@X@X@XWXAb@X-W Wv@W$W;Wu@W#WW W@W~D@Wj}W_WYZ@WYZ@W=W(W!@WW@V3V3VV'@VՄ@VՄ@VVIV@V`Vl@V@V@V<@V<@V@VjV]VI@VG"@VG"@VG"@VG"@V(V'~@V V7@VBUYU@U@UUAUĝU@UU@Uy@UUrUq@UhTU_@USaNoel Power Noel Power Stefan Schubert Noel Power Samuel Cabrero Stefan Schubert David Mulder Samuel Cabrero Ben Greiner Noel Power Noel Power Noel Power Noel Power Noel Power Noel Power Stefan Schubert Samuel Cabrero Samuel Cabrero Samuel Cabrero Stefan Schubert Samuel Cabrero Samuel Cabrero Samuel Cabrero Noel Power Noel Power Samuel Cabrero Samuel Cabrero David Mulder David Disseldorp Noel Power David Mulder David Mulder Noel Power Samuel Cabrero Samuel Cabrero Dominique Leuenberger Samuel Cabrero Samuel Cabrero Samuel Cabrero Samuel Cabrero David Mulder Noel Power Noel Power Samuel Cabrero Samuel Cabrero Samuel Cabrero David Mulder David Mulder Samuel Cabrero Noel Power Samuel Cabrero Samuel Cabrero Samuel Cabrero Samuel Cabrero Samuel Cabrero Samuel Cabrero Noel Power Samuel Cabrero David Disseldorp David Disseldorp David Disseldorp Samuel Cabrero Thorsten Kukuk Noel Power Noel Power Marcus Meissner Samuel Cabrero Samuel Cabrero David Mulder Samuel Cabrero Noel Power Noel Power Samuel Cabrero Noel Power Noel Power Noel Power Noel Power Thorsten Kukuk Samuel Cabrero Samuel Cabrero Noel Power David Disseldorp Noel Power Jim McDonough James McDonough Samuel Cabrero Noel Power Noel Power npower Samuel Cabrero Noel Power David Disseldorp David Disseldorp npower David Disseldorp npower David Mulder David Disseldorp Samuel Cabrero David Mulder ddiss@suse.comSamuel Cabrero nopower@suse.comDavid Mulder Jan Engelhardt David Mulder Samuel Cabrero Samuel Cabrero Samuel Cabrero Samuel Cabrero dmulder@suse.comdmulder@suse.comdmulder@suse.comSamuel Cabrero jmcdonough@suse.comdmulder@suse.comSamuel Cabrero dmulder@suse.comSamuel Cabrero dmulder@suse.comdmulder@suse.comvcizek@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.descabrero@suse.deddiss@suse.comjmcdonough@suse.comscabrero@suse.deaaptel@suse.comjengelh@inai.dedimstar@opensuse.orgdmulder@suse.comjmcdonough@suse.comdavid.mulder@suse.comjmcdonough@suse.comjmcdonough@suse.comddiss@suse.comaaptel@suse.comdmulder@suse.comscabrero@suse.comscabrero@suse.comkukuk@suse.descabrero@suse.comdavid.mulder@suse.comscabrero@suse.comrbrown@suse.comdmulder@suse.comscabrero@suse.descabrero@suse.comscabrero@suse.dedimstar@opensuse.orgscabrero@suse.comscabrero@suse.deaaptel@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- 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.- Migration of PAM settings to /usr/lib/pam.d.- Change with_dc default to 0 (for non TW builds).- 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- Migration PAM settings to /usr/etc: Saving user changed configuration files in /etc and restoring them while an RPM update.- 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);- 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- Update to 4.14.7 * smbd panic on force-close share during offload write; (bso#14769); * smbd should support copy_file_range() for FSCTL_SRV_COPYCHUNK; (bso#12033); * Fix returned attributes on fake quota file handle and avoid hitting the VFS; (bso#14731); * vfs_shadow_copy2 fix inodes not correctly updating inode numbers; (bso#14756); * Fix build on Solaris; (bso#14774); * Make dos attributes available for unreadable files; (bso#14654); * Work around special SMB2 READ response behavior of NetApp Ontap 7.3.7; (bso#14607); * Start the SMB encryption as soon as possible; (bso#14793);- Add Certificate Auto Enrollment Policy; (jsc#SLE-18457).- Update to 4.14.6 * s3: lib: Fix talloc heirarcy error in parent_smb_fname(); (bso#14722). * smbd: Fix pathref unlinking in create_file_unixpath(); (bso#14732). * s3: VFS: default: Add proc_fd's fallback for vfswrap_fchown(); (bso#14734). * s3: smbd: Remove erroneous TALLOC_FREE(smb_fname_parent) in change_file_owner_to_parent() error path; (bso#14736). * NT_STATUS_FILE_IS_A_DIRECTORY error messages when using glusterfs VFS module; (bso#14730). * s3/modules: fchmod: Fallback to path based chmod if pathref; (bso#14734). * Spotlight RPC service doesn't work with vfs_glusterfs; (bso#14740). * 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.14.5 * s3: smbd: SMB1 SMBsplwr doesn't send a reply packet on success; (bso#14696); * s3: smbd: Ensure POSIX default ACL is mapped into returned Windows ACL for directory handles; (bso#14708); * s3: smbd: Fix uninitialized memory read in process_symlink_open() when used with vfs_shadow_copy2(); (bso#14721); * docs: Expand the "log level" docs on audit logging; (bso#14689); * smbd: Correctly initialize close timestamp fields; (bso#14714); * Fix gcc11 compiler issues; (bso#14699); * docs-xml: Update smbcacls manpage; (bso#14718); * docs: Update list of available commands in rpcclient; (bso#14719); * ctdb: Fix a crash in run_proc_signal_handler(); (bso#14475); * s3:winbind: For 'security = ADS' require realm/workgroup to be set; (bso#14695); * lib:replace: Do not build strndup test with gcc 11 or newer; (bso#14699);- Update to 4.14.4 * CVE-2021-20254: Fix buffer overrun in sids_to_unixids(); (bso#14571); (bsc#1184677). - Update to 4.14.3 * s3:modules:vfs_virusfilter: Recent New_VFS changes break vfs_virusfilter_openat; (bso#14671). * build: Notice if flex is missing at configure time; (bso#14586). * 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) * Fix memory leak in the RPC server; (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#14640). * samba-gpupdate: Test that sysvol paths download in case-insensitive way; (bso#14665). * smbd: Ensure errno is preserved across fsp destructor; (bso#14662). * idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid conflict; (bso#14663). * build: Only add -Wl,--as-needed when supported; (bso#14288).- Update to 4.14.2 * Release with dependency on ldb version 2.3.0. - Update to 4.14.1 * CVE-2021-20277: Fix out of bounds read in ldb_handler_fold; (bso#14655); * CVE-2020-27840: Fix unauthenticated remote heap corruption via bad DNs; (bso#14595); - Update to 4.14.0 * VFS layer modernized. * Printers publishing in AD improved. * Client group policies support for sudoers configuration and cron jobs. * Improved consistency of samba-tool subcommands. * CTDB now uses the terms leader and follower instead of master and slave. Configuration options have changed accordingly. * The ctdb isnotrecmaster command is removed. * For details on all items see WHATSNEW.txt in samba-doc package.- 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.12.7 + 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.12.6 + 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). + PANIC: Assert failed in get_lease_type(); (bso#14428). + util: Fix build on AIX by fixing the order of replace.h include; (bso#14422). + srvsvc_NetFileEnum asserts with open files; (bso#14355). + KDC breaks with DES keys still in the database and msDS-SupportedEncryptionTypes 31 indicating support for it; (bso#14354). + s3:smbd: Make sure vfs_ChDir() always sets conn->cwd_fsp->fh->fd = AT_FDCWD; (bso#14427). + PANIC: Assert failed in get_lease_type(); (bso#14428). + docs: Fix documentation for require_membership_of of pam_winbind.conf; (bso#14358). + ctdb-scripts: Use nfsconf utility for variable values in CTDB NFS scripts; (bso#14444). + s3:winbind:idmap_ad: Make failure to get attrnames for schema mode fatal; (bso#14425).- Don't install SuSEfirewall2 services, we don't have that package anymore- Update to samba 4.12.5 + Fix smbd panic on force-close share during async io; (bso#14301). + Fix segfault when using SMBC_opendir_ctx() routine for share folder that contains incorrect symbols in any file name; (bso#14374) + Fix DFS links; (bso#14391). + Can't use DNS functionality after a Windows DC has been in domain; (bso#14310). + ldapi search to FreeIPA crashes; (bso#14413). + Add net-ads-join dnshostname=fqdn option; (bso#14396) + Fix adding msDS-AdditionalDnsHostName to keytab with Windows DC; (bso#14406). + docs-xml: Update list of posible VFS operations for vfs_full_audit; (bso#14386). + winbindd: Fix a use-after-free when winbind clients exit; (bso#14382). + Client tools are not able to read gencache anymore; (bso#14370).- Update to samba 4.12.4 + 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).- add libnetapi-devel to baselibs conf, for wine usage (bsc#1172307)- Add system-user-nobody to samba package requirements- Update to samba 4.12.3 + Fix smbd panic on force-close share during async io; (bso#14301); + s3: vfs_full_audit: Add missing fcntl entry in vfs_op_names[] array; (bso#14343); + vfs_io_uring: Fix data corruption with Windows clients; (bso#14361); + Fix smbd crashes when MacOS Catalina connects if iconv initialization fails; (bso#14372); + Exporting from macOS Adobe Illustrator creates multiple copies; (bso#14150); + smbd does a chdir() twice per request; (bso#14256); + smbd mistakenly updates a file's write-time on close; (bso#14320); + vfs_shadow_copy2: implement case canonicalisation in shadow_copy2_get_real_filename(); (bso#14350); + Fix Windows 7 clients problem after upgrading samba file server; (bso#14375); + s3: Pass DCE RPC handle type to create_policy_hnd; (bso#14359); + Fix uxsuccess test with new MIT krb5 library 1.18; (bso#14155); + mit-kdc: Explicitly reject S4U requests; (bso#14342); + dbwrap_watch: Set rec->value_valid while returning nested share_mode_do_locked(); (bso#14352); + lib:util: Fix smbclient -l basename dir; (bso#14345); + s3:libads: Fix ads_get_upn(); (bso#14336); + ctdb: Fix a memleak; (bso#14348); + Malicous SMB1 server can crash libsmbclient; (bso#14366); + ldb: Bump version to 2.1.3, LMDB databases can grow without bounds; (bso#14330); + vfs_io_uring: Fix data corruption with Windows clients; (bso#14361); + s3/librpc/crypto: Fix double free with unresolved credential cache; (bso#14344); + docs-xml: Fix usernames in pam_winbind manpages; (bso#14358);- Installing: samba - samba-ad-dc.service does not exist and unit not found; (bsc#1171437);- libsmb: Don't try to find posix stat info in SMBC_getatr(); (bso#14101); (bsc#1169242);- Move libdcerpc-server-core.so to samba-libs package, this was initially erroneously located in samba-ad-dc.- Update to samba 4.12.2 + CVE-2020-10700: A client combining the 'ASQ' and 'Paged Results' LDAP controls can cause a use-after-free in Samba's AD DC LDAP server;(bso#14331); (bsc#1169850) + CVE-2020-10704: A deeply nested filter in an un-authenticated LDAP search can exhaust the LDAP server's stack memory causing a SIGSEGV; (bso#14334); (bsc#1169851).- Update to samba 4.12.1 + nmblib: Avoid undefined behaviour in handle_name_ptrs(); (bso#14295); + samba-tool group: Handle group names with special chars correctly; (bso#14296); + Add missing check for DMAPI offline status in async DOS attributes; (bso#14293); + Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); + 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); + librpc: Fix IDL for svcctl_ChangeServiceConfigW; (bso#14313); + nsswitch: Fix use-after-free causing segfault in _pam_delete_cred; (bso#14327); + fruit:time machine max size is broken on arm; (bso#13622); + CTDB recovery corner cases can cause record resurrection and node banning; (bso#14294); + s3/utils: Fix double free error with smbtree; (bso#14332); + 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); + CTDB recovery daemon can crash due to dereference of NULL pointer; (bso#14324);- s3: libsmbclient.h: add missing time.h include to fix ffmpeg build and make it compatible with -std=c99.- ndrdump tests: Make the tests less fragile - python/samba/gp_parse: Fix test errors with python3.8- Starting ctdb node that was powered off hard before results in recovery loop; (bso#14295); (bsc#1162680).- Update to samba 4.12.0 + For details on all items see WHATSNEW.txt in samba-doc package. + Samba 4.12 raises this minimum version to Python 3.5. + Samba now requires GnuTLS 3.4.7 to be installed. + New Spotlight backend for Elasticsearch. + Retiring DES encryption types in Kerberos. With this release, support for DES encryption types has been removed from Samba, and setting DES_ONLY flag for an account will cause Kerberos authentication to fail for that account (see RFC-6649). + Samba-DC: DES keys no longer saved in DB. + The netatalk VFS module has been removed. + The BIND9_FLATFILE DNS backend is deprecated in this release and will be removed in the future. + CTDB changes + The ctdb_mutex_fcntl_helper periodically re-checks the lock file. + Bugs + Retire DES encryption types in Kerberos; (bso#14202); bsc#(1165574). + dsdb: Correctly handle memory in objectclass_attrs; (bso#14258). + s3: DFS: Don't allow link deletion on a read-only share; (bso#14269). + pidl/wscript: configure should insist on Parse::Yapp::Driver; (bso#14284). + smbd fails to handle EINTR from open(2) properly; (bso#14285). + ldb: version 2.1.1; (bso#14270)). + vfs: Set getting and setting of MS-DFS redirects on the filesystem to go through two new VFS functions SMB_VFS_CREATE_DFS_PATHAT() and SMB_VFS_READ_DFS_PATHAT(); (bso#14282). + bootstrap: Remove un-used dependency python3-crypto; (bso#14255) + Fix CID 1458418 and 1458420; (bso#14247). + lib: Fix a shutdown crash with "clustering = yes"; (bso#14281). + Winbind member (source3) fails local SAM auth with empty domain name; (bso#14247). + winbindd: Handle missing idmap in getgrgid(); (bso#14265). + Don't use forward declaration for GnuTLS typedefs; (bso#14271). + Add io_uring vfs module; (bso#14280). + libcli:smb: Improve check for gnutls_aead_cipher_(en|de)cryptv2; (bso#14250). + s3: lib: nmblib. Clean up and harden nmb packet processing; (bso#14239); + lib:util: Log mkdir error on correct debug levels; (bso#14253).- Remove unused pwdutils buildrequires- Update to samba 4.11.6 + pygpo: Use correct method flags; (bso#14209); + 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);- 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).- 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);- 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- 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).- 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).- 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);- 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 ).- 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);- s3:winbindd: let normalize_name_map() call find_domain_from_name_noinit(); (bso#13173); (bsc#1123755); - s3:winbind: Fix regression introduced with bso #12851; (bso#12851); (bsc#1123755);- 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).- s3:passdb: Do not return OK if we don't have pinfo set up; (bsc#1099590); (bso#13376);- 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);- s3: winbind: Remove fstring from wb_acct_info struct; (bsc#1114459); - Use foreground execution mode for systemd samba daemons; (bsc#1112223);- 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- Update to 4.6.16; (bsc#1110943); + CVE-2018-10919: Fix unauthorized attribute access via searches; (bso#13434);- 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 4.6.15 + Fix ctdb_mutex_ceph_rados_helper deadlock; (bso#13540); (bsc#1102230); + Allow idmap_rid to have primary group other than "Domain Users"; (bsc#1087931).- 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).- CVE-2018-10858: Insufficient input validation on client directory listing in libsmbclient; (bso#13453); (bsc#1103411); - s3: winbind: Fix 'winbind normalize names' in wb_getpwsid(); (bso#12851); - winbind: avoid using fstrcpy in _dual_init_connection; (bso#13294); (bsc#1087303); - Fix ntlm authentications with "winbind use default domain = yes"; (bso#13126); (bsc#1068059); - net: fix net ads keytab handling; (bso#13166); (bsc#1067700); - fix vfs_ceph flock stub; (bso#13506).- 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);- Fix vfs_ceph with "aio read size" or "aio write size" > 0; (bsc#1093664). + vfs_ceph: add fake async pwrite/pread send/recv hooks; (bso#13425). + Fix memory leak in vfs_ceph; (bso#13424). - Update to 4.6.14 + winbind: avoid using fstrcpy(dcname,...) in _dual_init_connection; (bso#13294). + s3:smb2_server: correctly maintain request counters for compound requests; (bso#13215). + s3: smbd: Unix extensions attempts to change wrong field in fchown call; (bso#13375). + s3:smbd: map nterror on smb2_flush errorpath; (bso#13338). + vfs_glusterfs: Fix the wrong pointer being sent in glfs_fsync_async; (bso#13297). + s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(); (bso#13270). + s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here; (bso#13244). + s3:libsmb: allow -U"\\administrator" to work; (bso#13206). + CVE-2018-1057: s4:dsdb: fix unprivileged password changes; (bso#13272); (bsc#1081024). + s3:smbd: Do not crash if we fail to init the session table; (bso#13315). + libsmb: Use smb2 tcon if conn_protocol >= SMB2_02; (bso#13310). + smbXcli: Add "force_channel_sequence"; (bso#13215). + smbd: Fix channel sequence number checks for long-running requests; (bso#13215). + s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessions; (bso#13197). + s3:smbd: return the correct error for cancelled SMB2 notifies on expired sessions; (bso#13197). + samba: Only use async signal-safe functions in signal handler; (bso#13240). + subnet: Avoid a segfault when renaming subnet objects; (bso#13031).- 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).- CVE-2018-1050: DOS vulnerability when SPOOLSS is run externally; (bso#11343); (bsc#1081741);- Update to 4.6.13; (bsc#1084191) + ceph_statx configure time check doesn't work with a non-default - -with-libcephfs path; (bso#13250). - follow up fix for libceph-common detection; (bso#13277). + Fail to copy file with empty FinderInfo from Windows client to Samba share with fruit; (bso#13181). + vfs_ceph uses a local statvfs() call to determine FS capabilities; (bso#13208). + smbd tries to release not leased oplock during oplock II downgrade; (bso#13193). + smbd panic when chdir returns error during exit; (bso#13189). + ctdb_recovery_helper crashes if recovery process times out; (bso#13188). + POSIX ACL support is broken on hpux and possibly other big-endian OSs; (bso#13176). + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986). + g_lock conflict detection broken when processing stale entries.; (bso#13195). + The KDC on an RWDC doesn't send error replies in some situations; (bso#13132).- 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)- Update to 4.6.11; (bsc#1084191) + vfs_glusterfs: Fix exporting subdirs with shadow_copy2; (bso#13091); + s3: smbclient: Ensure we call client_clean_name() before all operations on remote pathnames; (bso#13093); + 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); + vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR; (bso#13086); + smbd: Move check for SMB2 compound request to new function; (bso#13047); + s3:vfs_glusterfs: Fix a double free in vfs_gluster_getwd(); (bso#13100); + s4:pyparam: Fix resource leaks on error; (bso#13101); + s3:smbd: Fix delete-on-close after smb2_find; (bso#13118);- 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).- CVE-2017-14746: Use-after-free vulnerability; (bso#13041); (bsc#1060427); - CVE-2017-15275: Server heap memory information leak; (bso#13077); (bsc#1063008);- 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);- Update to 4.6.9; (bsc#1065066); + Reverse sense of 'clear all attributes', ignore attribute change in SMB2 to match SMB1; (bso#12899); + SMBC_setatr() initially uses an SMB1 call before falling back; (bso#12913); + Fix segfault on MacOS 10.12.3 clients caused by SMB_VFS_GET_COMPRESSION; (bso#13003); + sys_getwd() can leak memory or possibly return the wrong errno on older systems; (bso#13069); + Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem; (bso#6133); + Map SYNCHRONIZE acl permission statically; (bso#7909); + Honor SEC_STD_WRITE_OWNER bit; (bso#7933); + Kernel oplocks still have issues with named streams; (bso#12791); + Handle EACCES when fetching DOS attributes; (bso#12944); + Missing assignment in sl_pack_float; (bso#12991); + Fix wrong Samba access checks when changing DOS attributes; (bso#12995); + Groupmap cleanup should not delete BUILTIN mappings; (bso#13065); + Enabling vfs_fruit results in loss of Finder tags and other xattrs; (bso#13076); + Fix GUID string format on GetPrinter info; (bso#12993); + Match WS2016 ReFS set compression behaviour; (bso#12144); + Fix implementation of process_exists control; (bso#13012); + GET_DB_SEQNUM control can cause ctdb to deadlock when databases are frozen; (bso#13021); + Free up record data if a call request is deferred; (bso#13029); + Initialize ctdb_ltdb_header completely for empty record; (bso#13036); + CTDB starts consuming memory if there are dead nodes in the cluster; (bso#13056); + Ignore event scripts with multiple '.'s; (bso#13070); + Sort the GPOs in the correct order; (bso#13046); + 'smbd' uses a lot of CPU on startup of a connection; (bso#12973); + Fix str[n]casecmp_m() by comparing lower case values; (bso#13018); + Can't change password in Samba from a windows client if Samba runs on IPv6 only interface; (bso#13079); + Fix file change notification for renames; (bso#12903); + Avoid a socket leak after fork; (bso#13006); + Fix a potential memleak; (bso#13090); + Fix passing of errno from async calls; (bso#12983); + Fix segfault when running with log level 10; (bso#13032); + Do not report an invalid range for AD DC role; (bso#12629); + Print the kinit failed message with DBGLVL_NOTICE; (bso#12704); + Fix changing passwords with Kerberos; (bso#12956); + Fix changing the password with 'smbpasswd' as a local user on a domain member; (bso#12975); + Fix a read after free if a chained SMB1 call goes async; (bso#12836); + CVE-2017-12163: Prevent client short SMB1 write from writing server memory to file; (bso#13020); + Let non_widelink_open() chdir() to directories directly; (bso#12885); + CVE-2017-12151: Keep required encryption across SMB3 dfs redirects; (bso#12996); + CVE-2017-12150: Some code path don't enforce smb signing when they should; (bso#12997);- 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.- Fix GUID string format on GetPrinter info request; (bso#12993); (bsc#1050707).- 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/shctdb-testsh02-ch2b 1741381281  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopq4.17.4+git.314.7b07e3c51a6-150400.6.1324.17.4+git.314.7b07e3c51a6-150400.6.1324.17.4+git.314.7b07e3c51a6-150400.6.1324.17.4+git.314.7b07e3c51a6 4.17.4+git.314.7b07e3c51a6 ctdbconfig_migrate.shctdb-crash-cleanup.shdebug-hung-script.shdebug_locks.sheventsnotificationREADMEfunctionsnfs-checks.d00.portmapper.check10.status.check20.nfs.check30.nlockmgr.check40.mountd.check50.rquotad.checkREADMEnfs-linux-kernel-calloutnodesnotify.shstatd-calloutctdbctdbdctdbctdb_diagnosticsltdbtoolonnodeping_pongctdb.servicetmpfiles.dctdb.confctdbctdb-configctdb-eventctdb-eventdctdb-pathctdb_killtcpctdb_lock_helperctdb_lvsctdb_mutex_fcntl_helperctdb_natgwctdb_recovery_helperctdb_takeover_helpersmnotifytdb_mutex_checklibctdb-event-client-samba4.soctdbdrcctdbctdbeventslegacy00.ctdb.script01.reclock.script05.system.script06.nfs.script10.interface.script11.natgw.script11.routing.script13.per_ip_routing.script20.multipathd.script31.clamd.script40.vsftpd.script41.httpd.script48.netbios.script49.winbind.script50.samba.script60.nfs.script70.iscsi.script91.lvs.scriptctdbCOPYINGREADMEctdb-etcd.7.htmlctdb-script.options.5.htmlctdb-statistics.7.htmlctdb-tunables.7.htmlctdb.1.htmlctdb.7.htmlctdb.conf.5.htmlctdb.sysconfig.5.htmlctdb_diagnostics.1.htmlctdb_mutex_ceph_rados_helper.7.htmlctdbd.1.htmlexamples11.natgw.options20.nfs_ganesha.check91.lvs.optionsREADMEconfig_migrate.shconfig_migrate.test_inputctdb.confctdb.spec.innfs-ganesha-calloutltdbtool.1.htmlonnode.1.htmlping_pong.1.htmlreadonlyrecords.txtsysconfig.ctdbctdb.1.gzctdb_diagnostics.1.gzctdbd.1.gzltdbtool.1.gzonnode.1.gzping_pong.1.gzctdb-script.options.5.gzctdb.conf.5.gzctdb.sysconfig.5.gzctdb-statistics.7.gzctdb-tunables.7.gzctdb.7.gzctdbpersistentctdb/etc//etc/ctdb//etc/ctdb/events//etc/ctdb/events/notification//etc/ctdb/nfs-checks.d//run//usr/bin//usr/lib/systemd/system//usr/lib//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/ctdb//usr/lib64/samba//usr/sbin//usr/share//usr/share/ctdb//usr/share/ctdb/events//usr/share/ctdb/events/legacy//usr/share/doc/packages//usr/share/doc/packages/ctdb//usr/share/doc/packages/ctdb/examples//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man5//usr/share/man/man7//var/lib//var/lib/ctdb//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/home:pvarkoly:CRANIX:leap15.4/standard/9735858edea57cdb43ee0a0fb084445d-sambadrpmxz5x86_64-suse-linux directoryPOSIX shell script, ASCII text executableASCII textemptyELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=2a5d70cecc7435d8a38a61089fdad3a9f3985183, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=8b8a1af9f4a9e47a08c4920b93835d625ee77b76, not strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=41a7f84d5ec5bcebc209cbeb198764dc1eab8041, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=0b2456f90f628082cfe966ca955b4bc5c991a372, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=9c81ef5c332955a5bf1c09988c8592ac7fe0dec1, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=468cc4214e28119e4b87cb39cc1f820fe9dbd863, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=352b4803b446ebf26a43c5a15165d86128e6702d, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=b946d86f7f922d0d88a8fd10394c38c250ee5aee, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=7ee3720c8a3b9ddc88df8e8e78c719817bf8e814, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=7c3e293932c081cb001e39b102dbe12a374c87a8, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=3e3c4ea554293af7f00067df057328e70e24a50f, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=d3a75f3c610893d9f2d5b906f8e8b34d2a6fbb48, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=b1a6dd9c57793bd5a3bb92db46348bf908086bc1, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=631ffcf01a462852587401c93ad07aaed0c7c50b, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a5c7cfb8d1a91a3bcc754036eed2d05d8ddec03d, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=33d4c5d8317d6a1a7ccd50a0c5933dc4097c497b, not strippedHTML document, ASCII text, with very long linesHTML document, ISO-8859 text, with very long linesmakefile script, ASCII textASCII text, with very long linestroff 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)./78<_n:aiu'#####'' %1RRRRRRRRR(RBR:R*R"R1R?RR=R@R$R&R7R4R8R6R5R3RRRRRRR+R'R9R)R%R0R!RRR#RAR2RR-RR;RRRRRRRRRRRRRRRRRRR5"Rd4@5utf-86fe6845a810660c1e3139a10338c54e4f8506531230316482be093497f04a7a0?7zXZ !t/1]"k%(tU B"&x0BI /vB LkH{1[UYf'rA Eu]|{`ОX>]6N>VXxlK(uu'y Ū>x̢<}=+Gx]f@FL31AUw>J)6̭q㙨<#d5#5zwh]:MxCiб46+UjcHM~"_W[/ڹjte*ꌠUsyjZxQF<J+95 !(S R94Vqo$a$Sh؆:W+l[!Vd>RǪ-Mi3ȶ4XW-. 4nf94h//?W .0|usi/.wPq4:&3s_!mq# ;b\f  KH+)W|_|W!<;# *qSC1K;Of~T\=M%38ȉِtU{trY>F ȃ$_M9 SUӝ.]Tka8oh7QCAʨ-RR\jÆ1dnژS$Sa!<2 f 8?-1#%|-œ[K )aA ZNu(8ԁݘL!pXfǟSU nŵ3T5jwf0;gRiv I&p$ayI2WMphZhCz촑s`JꮸuX> tqS7!AA3d⩱,wd)9i|e`ѧtovNIZr\#=QGFNԱMK zk$kJE/h rEfoAo*ED+ \4ߞ"5U#.8y}xg"QrLplyIDcbF,&kܾc2,1(}D_3]SŴ{}@p;E@S`+d𻆣Qtn@Cڣun/\D8]W+*\> Rgc) .a(+kCipfEIYé /[# MWD/DZSUBVj[Yi20"l Z8 k+x,]%(LHC !¼ކG8V_{4zV`zdodz&%W!~v0GM_ȶSSq:O|+ñl WzϠ̴:o]uFԨ}ܝ\ ϨJƏE^c;Ǖx8l%RZ+բ';׌^/->j6g6SvHE.]bqt3~c>$>,= A\وU2!~;j לQHl?I(rȃ`4 vMtGܮ$ᩞM|7 O;TxGfHF#J*f(fӋI!wnΎdjv|Cb¸Py);y{ A={t;Z֜$tVd:$~|MY;al\ _SOPбAű 0u: NwJeZ75揌\JIe=ӕ=(C^@p\PkJW' /ʋv{c/ ;QAn{btB3 ##&k ĝ|*).!8ώ *  ãGZyn㺏{Qc*ޑO~6<:f¬刋SրPV>5#7^{"]+WWճ<+$`>)($Aڨp`BĿ *#/m4B/s\7YƟkYC'u(Ϟؐ]z--+&rK? Axw7=}}b5lk;Z6Q}%Oi7}F-ٲ6nhT, $%bzHͧ#H }{QvpᓷBr{*XYi ]`Tr,? 5=O;p'""-kj>l %^ '34 /6aC8rv +<Э%Ҧ-ƇJ7`f}{Z_$%i )j+os-sf~ ?O}˯vOI){ CCszm5Pw^lwy A?P,2;(& ֿP*Y.O{R,P|"}D(i9qٓM}D:21s V [:M=TRα8g?%{_aN i~l4bu^.! tcEcPA>٢ȍ~\}zffk0ў:: ZҔ/vaqYNܷAI2wu57ܩ\dUc%kwim[ 1Ju[)B=d{0 #LXLÍXȨq/rwfE`r@ϸ,EJN3+e] H?5/!s97[F[FupԦÊsv^ꄤ/WY$q:g >B ` (X!$e+;ISب%ה]#-$I$-~iG:`@;SD|@D8pB"N) .ޣcqAexXmk frZ;f|2ǚ.^i8A}|DeIB_+2)až4O\,#PWw;'u=5Aຕk3Om`+$+q6YANiƕ&b4F&SCSzbJ& Z,]'.JqR?U2>yKS*I|u1߶Ŕܳ>!~m?p_-9޾[GN=#AQJ w֨g~k4|AFQZ`}LLLaQlx@ePT~»r<Rț5S{[0צ45HZ>~J&z m-yUEXwR-\sE QWu7L ]rPxC`O%+׋,Ww&2./ڐP*7(<P-={U[hwXȠ0OR-~`Η$=x9D;^r ȶ 7~u}-[̻6Vb3(=Jys֤:ČUfy8(Q.FM7~ sPU! ,ck|Z({B%5SKdjL/>A`e:0z !BF,idܕaq>At锓ڔlˮoo6UprͽF.Jk~mrb'dߣo9B%&чLa!I^%REH<ޒ͖g`H;rr2TeV X5ܿ:{ua& e Xʡ>Fe3߃||ÄZ(*g؜Q"OiIy"&)ZÔ P5ܨWJݺxNDڻ6h$&٬iiXP_TAmC ښ/BD u'o]v3z@ln]ԡ;~XZ$Sߔ9i463~᤮C ԓEnDSs)O7=p{8ܺOӰ|+@'B;x 3f[g H{<;{pᚏsDZ xb3DH {4ea`J.h36NP]> " ic YxZڢYCa? +5lg`)b8컋Qct]Q[S {SvP F8=ŢU)ۮ0gdO=-@9">t|$<=puЁ A$(s6D=s(7B|FǮ3-<#d}KTiˉ9Hyjߏ#"[g{|l'܈|(p 1jBG i dbWKڛ*~"I&|jiyv3CU߀tTWWíWߑn xZZG=Y yۏ#̖];z{ZYo'XL-,,M1Y5m3@ =@z3ddݰyw>wFAtF^-#AM{CSn׋`|صZko$ɭ Ƥhߑaƿ4?Z+5"\#(0x8 RS]Kg:gb=nqFLeʊ0;ٟ$3(i!PqwMnun7ݥgup Y5 /M*Q.Į.kT,:) > u<:zCH$6&w:VR};<$MH45UGY0MlJ '+]!c;eCa\NJ K,oɉM _TlM g3uhOhP+Z#iA ZLo$lNUgվV ËbH>?wMB9neB ڻU,.U|nk^J.KR~橉SFM`@fDJ"^}LgWI,ǶIĪZι5D ֏ԟfI_S`$p?p?2wQ2O\dXWi꡺.7m2auok1!n4/}_cpBU]t1(2n]6>Q>ʡ79!G!@t8FtIfNc9%ϖxۯ)A?ye[XZyҒ̮l<;;~Gʿ|:Y>q޶_RaYB9/-`mQ'6 c~'vWtaLg=o DgIMoNuo}kr~n0rQVt Nq8|؍ :T_zg5YPg$ŶK44T4S5kk# 4?gL3ѡcu)lRt:YfvZw6c{؊neP?A]a}ԩ9wk%j`wq \WfIe89t%m~wsb}iM|b» o*.+KPĐt*1?K,F`s7=xq `C&G7e`(7K꤆*1Vx/z b". N&d^H,8^! PKUR~aQDd7:EYH| cr֜@ewӻ uJ2nu>#>Uiĥ ?x1#o5Dh5% !%;Pwazux0S+oܟҁo_\i.iVxj D&OXZeW퇤yYt 0Kzt'k{"cφ1l%4TDOcJ$Cs&thoןJ,pFC2VX?{6GڏiD'e̩I])b3'o%p+ؾuN3^3([.BFY`bf5t޿`!w@ܝ۹,deVjiv}49ǸAn}Xu>Ʒf,03\kvHTVf dy@1߭j?SFWLg|TQ|!lwX6?bU_nr*{g(GJM]>[TN\X !V^کچ/Ir^T"L4׋)W2hq(mBFhG*Q9n曅UqB\|!vCȮpncyR;|!p` UXܶ#eg,2T}FX/~K$ys m5ىij"oyMNQ_jjW{9/ٵΣߐOȷA]^"#Vui,C|K>{bZtz/mߞ 9Y7ݛ/ MG#m#1L};A8ȿ~ \1@DZRi{ ~"9tA$?[PʏuoOr#3GH~Btb-*SZ0&/:cW7H z0!K~|Хg 1}  nv1m/lZ9{G#ӊw[e礩ٹAMvJ1}^׵~Ф&:XLR{8b16D1%U`*ѕE6 Ӥ3IHJrp9,rhir8ݫJ+Pirul)ž SUoZ"*PFs@7xs>do{T{: Ai Vj+;S\Ԍ.$gjכd ն@hCVȠX^=C> Q..'=IkP݇E> JUwvjVjNM&bf#58m}]pBj b},z/xÁ7^RZ k}8sAf:zf_2hGk+5UFˬm&W0kI`85I RCOu3w G7p" r89ᬿ犷2:ODj2]#KRB {wX^P"]ʡF*t@6>pCAO]6*%kaͯr4w%TϜ3)!]nY˸>yq+T0Z;{`N:teLķ*S:'Ls2Cb\|G)qPI ~xV9axh}#^r ^s-X_o3;" υ^͑QP6R%#z \SIvJ#7x4nc{dyqxۚ,;c% ag#9bՈ̡+/+daX*Q 7"1Vtz!x,OHS;aFSрUs Z:S͹`4!Zj%jFɈ}To PgmA[ ߫/"N)"BWn0=3iL/: alFS E3qS~:NDA%Y5۵hyA\;`{zn6Pm0d]QTaհ $,[-QƜ0ǃ+ʪ&LŏYV|'V-ĸZGy,hAz Ue٬ |BtiL3RD*VэX=V_:VAKIsWh) yQxݹwiKi'"/^O\l4V}>f\s5q V @d7ʅWkYfT }A> v$+:lFYTlhz9/PJvBa!,»~Mѧ~WIa1#cP*`:Á={50HvN56klA0L{Сz{fuE54lo9vxĿmL6NNAEʈ%=1VQD%Om-*zO1'أO5XouҚ46SWNEB' k]/j?,Z ~? 3+b^)O<MB}|mjrE #V @7 c9pz%vbZSN6Qa32>{̷y8Y!y@ e_ݩ$ͯ?|df&~,`%Ks`-~ 0G!P +Iof=#K'ݩ;ޗSN-{ d E7V$Wn"0PS!}i6L[W{4vtY &";XF7wR˧*]2YNj+AȄ@z~/)XL6#2}r;. eqf]&bZ֭QTIqJ"K/0Je=/jF9 acasY˸f16'BiMFt5EZLjO)Ƌ6hR鼬Փ^8eB'q- ^ fT Y^'N+A7,pvRT H2pzlh] OXVT0UD|kMU[h([wĉi݈< KG8WGq V4w !8A {f@JCeI}gńeBK?B&F# <ܯЁ}d4]jJSps6X-׮-(US[_DV:J2.P!HZ*4^ +  -)_HOnfD1pIEW?_>_.{kiU;#i"v^?*5P6SMɲ4W-yRU\b! 81s@qqLӡiħ;XKb rȗ;``8'nsk']>F+(Rmޫ(}Lt8A*Ɋ}.d沯T* N;eom#c&9 U0Ⱥ#|.^]5 #a"_jɒêBW1%Ч>Uw5θ̟k -ڄ%|3ddt7g+f2SXupOǧg6;\p~͆{W`-#pjy ( }ٯM,1~p!(!.2LjM*TB0/ԭާm [r22j6\{* M/PZD+uAj7 Yh[3aշ %[tGELEN)IQPN=)8-=ܜxE/9ooZhOgyq9*P%؊<#WXsKZkB84 aNd9vzNvRq0q"2~ņ{˝i\GBJͧ7ȊxS 9(H>瑉IRj 3JZ9aߥՃ :Dd;{x̡,2_߈'`+^qch%}Ia3q'_Gr EFݺ {<:-Fkp&5XX=\ #4-N>ׇNҔjY(/`oWʲyGkegBQߨDqNrL=eT9lqq40WD7> c- Gih Z`۟ ʩe /g.,o1Tܐ fWܴVO=52nUTnէ"H\l*3,B !n+BIKs s!k&?uS]"R&Öιƺב7¥  YߴZ:o*+cV4/0',i>/I1#ԃ7s}v'$.!+2hӄ;|10LI%t4$I<&P:>+yhN(=aVkֈ+'<23¿*@fl{ 5e IN._O4Jk@}.Y&LJ}g5?a>gfeV_QMOҚY1 =K-0ndEOo.RtFͪ QwL1ܞ鱉GlxJ@I;֫^BrG.Wjrx*":?R_d_͟zWoދP[9 0-qX^s[_[炿&>T驂1PKq`Kwz9(SS'n,*?DC'- ÎD .,FVK]tǎxs W[TqbP>L=ٛ$]论رx=n:Jy3C֢+G91K;KpԔ µB9 5 Tx sj[D`cY{5V9&Uy+˸.iq+ϔ)q ~;M}y tEZEyC<зfp#,6?6 '(g2i%\w y郷hrwኋOOcq#MWw$YTͫ?#I ЃQMJ:tB#q9U_O .n#~ pMt-VmfB!P>f*EOL'ҋn_׭~MV(5"ғ-izJ)`'e!=ߤDq$J[^%M誅 .?5\7F Lx A.lcnd;0qMG B^Ҵrwh/g( }". BrΝ.;' Z\cN ѱ`qWC*i Fr<ӿ猦YLFu,zyvX7>?h_ۂv7 م*l@j̙TgC7|NkH3Q>F&3!7uIWLo#FN#W1 sco눋||3V73.|hk&a 'uKVO:729Yh 8KH2 .8K{>>2LA) 9D{ؚ(@Σk]o7"X64&y#z'2 yrM/ AB DZуRmAr< ҐUs(bN|n[ߑ+D]L]w\ZR#J2gr6cn6HSuS?3meB'b99i 4U$gB6+-&A]ɜ* RH`TL]сP-^,XU7/t VeUV-ډU3P8M}΢ `߷5:Y=64`c펼Mb`Q)FR)SX8an=dv!\# {o. 0dn%ОƕZNy$ʹս6cjWp=)F^2N=*z : >(vZ'zi,ܮA>y'C`ї@n•AOb54\i&~Zx* V-anrDV4,`;FyÛXܿiߡ685 o?nG8k*9B[kg`x͒f2Wʀ@1]+k IiWlp)2)`H\#[2tJ(TD4NM P q)!Uُ֍"TMڢҭ"Prt:M GY]"*e<ba;\aܹ:*8͈8^%>W["ۜa.~Ƒ2Qբ%@^S>k'P;>Rn^wi)m{^\.`Lg+Aqu޷bx6ܡ٤g lޙP}cPU-|s7vuYK7VAMCw [Uxˇdyג$1=1M?λ.z*eAZr_F] .aK ol!\]&Ϧ/<*1O[/+l[O4r`)g6e'w>PZ쟱VJbvwccL-D丷~g,xR8=0^O0oʕkKgS/ `aQ P|rz|hvEzq}Z+|Wh U0Э먞 ;Yʉ jTK)󶳬4v}$(n_!Q-G!zKȸcb ='ׅ:MJܧo{Gˤ!%'LVEf ^^0(6q=Iq{X,`:P=;3;ϰ!7$eS*"0QpMQXOKJ#L+#&1qar0O_YZ)E3P#JAm\ OiO(9a`&ӎs}9J(!sHK6}Ƈ=7l4)=1_h#.={*?5w17Ns|d'_I[/3jZ䴚}SߌMɲ ׾xl%‰c1l"9+&T4{7}--3:Pq 9nU] d^Yv *ɹ(v}Toz:Zxnk ڒ(Шʣ +[\{E`3Ew^l'. јP.KaFUuܺPҸx02+#ةKV2yGa+ 0·)25Ԯ7uPAJz\Ufa_ϯzRGeu2T??V_ɴd_`[ vֽ͋aLy8R 9T)?e_ʐeASԷ`zX=gfVHNtpsI:TL3> z20okס}ՙ&* 2UD$&) 8cϷޕɣgnrvXj:9faF wWcV$j@<ء[ Z[2;"G יqGF)X0HP|;#K!]'Eվuaך .k~bGgףa{3[Xv8H cJ-f!Xss *({I|(_d7ؑa0"Քla&KW%=ulS&pҁ/skP9۴>&$ LTy5IbȑUwP @4*mZڄ>wk^&7Y2+i6!d>u&qSA zOUs`t{dzV<8Wr21b0WmV C40JЦ]j`Gv4&n{k0X):-KMsKD)|juUU.sZ '?oqZ2n<ۜKl4qJ|p%j+<qd+Y=qb.҆C{^]E';pg_H+87f ly}Fdv[1ͻ< UJs"u|+YpA^׵^4|cDاqG˵qS5;'dw|E3%#ɍ5@|s1[V7):NHU&KuEm;Ck Oo r/YvG_%&i^60XuKunyWD<7.NVRlqҖTcm(w|lӯL?Q_"2sgSɨ֠z: 0UL9#VtއVkAWN>k#a$@LY+̿Nc# 5r sY$~='XV,W6B}2H3Rb|ҫjk,yr=7/keF`Uk77,94T]"!$ S8TXC^?ʲ[!Onz~cB3 ̵<ٯ"(a: GuMeҳ4yaSW4pccxYsͻп. 4ž4pRs:#SQ3"H k?7y O2up3Fo&PQ;zBHYp-X4g[vU$yk>HGry+ 7zCjԙ^t,nFϤ8H;RL$t/ ?åM:.P$?y70 ua[$bx"goZ{6" g*7@nfPEzБlh߮;Kd5 Rm+̟c*玬.=xwO9O{b@E-e)KC:yi3 Y): I bbA:V[E-d{/ukv{;d5U"0bf;EyF&"c-քvl6.}1&ɂј5u,p+^0CPѲ|zG젗%IuHnuq0Ȥqo!r+4%_DYoq tlD<>,=v@` o\3Ebw/$K3o}%l.^g45uɌ~i?l3,>S-\븃FclnTQy\V'eOS༳$q6.e~3mΑ2J{4Yk-ʂe\5,iæ^فPBH.n#Һ q:H%+aPM@ }^%L? Zn0Ip`7bLvmCfq..,ְm Z=E@('Zc=[tTT!Rj !ÔXS2@g #]m~+ 3HuT&'JK.dߦ3[S&UxA؀'-WV)-+}VBgf!KHR?1^޽-{ϧRcKea)6X~GQ!k\q->?Ѻl֮GƏ9I!Z.b,)RFMVB=czͺDٻzsisMZA~L)ЌsEj!xQY|JkSKdm6RzEA.$3=UUQԊýwDd/Og剠㡠/yRmHLnݣ}%7<݉ w :4rLQ)M'I*Gi !9Uc1Rcyl:`  ɷF/.0PZM{,D5)ApYچUtV p=!!Cx;*D#@sg謮VX|b?!`=x9NN8ڡV2X%D|>wOJ2ȋ>[p=[\~ a%TfO7Jo{|z5.`[ݘH"tb 3zV'gSA@maMڞ#!co-hv\SqZV>҅I{R<[:~Lv7- mIAuL|)]wՉVpVOR2A1`=/S%؄0XG09 "FKp809] &("~&GN EbPTc ˫@۱Nqi&T}f'RVl Hh_MŁcm"f5 "f<́ ~5n'z TQ$b=;MZX#R6kq>4QtJo;#%a%3&6EnjzHUPiZRp׽gQS/U^aD䓏癐 @3hZT'B^7ip~lZtQrQV*9=ѭ3`p\Xo Y"Vlmu7-6S [êiJHA-nO_ɼ؏*$`wN:$|FG3|[Oo_pb!o Zm1 K{u>e6}:%b+k֒vn+l2-k_xҠ ׎5d=z]{a3DA?xVYkEqY$Xƴsj]LJF%qF1ۈ`ט7^~y x2u#Vzz<4Ǔk# ~gA˓]O"]AHh.%-Fi(xUNoZy9+٣Ft݇sx?jw.Up`AyBtvZQ"?ف۬WHl(Dm2z@|N{;*@dQ_22 }T2}?" 8 l~_!0!{d̜4)q*wv.j·&4,R{rܳ.G4T%c={6OTƭkF2ēW v u1I)-~֯IGUCia"L@!ޢnKuk:{Rtf̜~mDCB=}#pL!}/ 9I6}Esh|B¢;`&t ͑PPj-HJ8reǔ $6c˄cDA{}o;>sCL :, j沧N&~0mZS5eHp _8u4( xmFxԡd+w U1 T8J>q=/v.GSLG%_ W~+Z튙&vZG8@|?P&s@%<ǏO7elQC#8̼Zw7'9x"{m,X_}܊#J`2Tr:C5LvS?xPGZ=r{-r*lL:r~Yy aRFE|IgJj";f̸0teᡆbHxPM U?5gԪSC>sM&;g*n^֣Q.FTCLUShlTw;&GhCŃpy_;OwW7G~ZtBWr$ψ>BF*B &" 2yopV9q+\wh1"[.J߁"()r CGW̝ͥt O\3~J$|<>[֓m б{l DԮ֑S>5z0^a̾]|=pT{933nTiȏN\/01&)53MsJkIՀm 9d^ &$ "H-aW$PURNuo7%fu?)Vߡ0fNR=e+&{:l`d9n,5+V.l_F^3t9K:8v[B ܶ4"_"!cC:=LneE;.SRvurz"(L9Pa`q@m.ޯ?m;4~tM^I&:oW,#bGq!0HX,&s痰`Mʿ=2Dlr1L)oFy?rƓR dl> =ڭ2A%U-1 O41Et3; X. [-n*(sr%dzsXgXo} MF62$STv{gҀZSDQ>i> |K?<U~Ja )E@hm*EO.]}ҷTLM㿾AP7WrC6$mH3m'1;gj|*6N4B`[gdο\;箋"7]1*4;b$[w%O0":ηE/M[Y Y[Օ9@8iHK, 8V,ŁGjy8o&lD)Ͷ*؈׷=Z >lOPle*Cxc_$n!^:T-߅F\Z\;P燐`Xєehi8{)͛>^ ITq!C :d*ݧto {h]oD%sC;E&w^/QP`Xkx 4D>U_1AY15TXg|mQ+dkX+w @:X+K-B"T:&P\^q 7Ah/??Z6qBPahZKrd[ʌ/>0kl<92@|;zX# HKs_ۖ䒸A%3 xl=>ڠ٠<izVy 4 h0e{h瞺zV9c0a\eoo+wI'斄h7DSzVTmz=x5OR&ƤE=>q(d0QnĊ@ Lst̕[}F5` cqǬG׿#DVYN bf~ W!<< ³#<6+2Y:3S`9?cڮ;=-> ^e ց>qhX@ub:A"딵ȩwz*NGv :O L 08,7awY/Hg!\Y9/xdŗ9tY=ãLyx7e||D<0!Iyv~GzzZ[Qk!EmȀJNcET>+X .S JF]B@?<9exը0i,(`^.g師(Xfc39,d{ã?e1C3-7C:/_ۖ fAc$͚U_԰2v%Ґ xhTոlJp~/; D@K,;`R>JUVX^cYI dCװg0+o }ZLcnQn W|n5с9EZ"bKS7<ƈLiJPCVKFsXԭ!H&;7dn ~scSz.DB;(>\]O%7z!)bPx/6O(1,=77p r Ҍys2LЛþf:t=HqHQ A:Q8Ianݾz ~N᤯wH+SV׎XC=* IZy׊U{zjWyth`h-}j2ųfnۓe܍mpp}y3KqyXPҥ\s znڞ9łqdAI>TTЀs[x:APU-7JW }"Ml Z{IZ޲zr8b]!3?@O2F}LhWَ#ZT1ot 3QH~JP0{rV$GH#LJ̊0*5VQ5cp݀Žfp-3dgڼ gVLWiO,LU@cjnrEZv Ȩ)6ƇlrL )AMol>P v:|G"d E@#m'v8\=]lp72 v8mm|FrO"[՝? V5q(xP%[kz2d cvsne2ZjD(9bCW&}9c xY!KkN˨1d% g tm"3!*. 10謝We:qぎ,: {LG3$,*-C/0AQbQ8/v>\{>ƖCKLB%&]* ^7TGFLzqCNZ#V浥NPAg[K(x=Ԫk2wI4 4CxaJ$R; LL#fT !|^ L,jz%[u/Z@K#dڮOzy"!p[Ξ8B9˖|jܲ` axvkx`FQ`pZ3\5jLJ/ BN)I+̋g+@QQ|M㾴[b//@CR᧊yš5OA].K{V\IE#ꛔU ZE.U ڛr E5WѶ^O$CFMpxnG,]Pp6 X1ַm`P1Gg~2`}ڪhcQSz^Ng,٘:2J-$QʴGiHHsxAipъ;Wh9@x >2տ/VJكSfpşLS)P/1)<+»L7@B.!P5|4d5bjA= qLYw.l<h1\A!nhR dߝǜܗ^=[5FXX`y.oEJy7ڰ'"zo>zq'$N$@- e02-,AMsHAFp;BNbF\;ճ2<7bTS5?1cva 2(b< LwmWn#)W*+`)Aa%]m]5?? bFLTe5M1j5#BIs3l#$CYI4Seۊ8;F-aiO4'L"v`x]ʡR9rsl_!k^[mF=f]t%o3tI;s!CBZJ] Əf-\k1'K( "XEJ[;^-C4#>~!U[]?RB l v~{G LǤ/Ո;;& ʒ}-Ġdк׵,L2zrǵvađg;JL݊65OXOルg?j WgcMO4!G.¬!>SJ oycǖĒ9UIUG#ݻW}M8: .s$~JZ6aij@8glg~͒7'եʘ=;_At6!|yFNж}4[n}z]Hn J}>&fp:ݶ38 XYV&+%gaojeƟ>zՒ4@Exڕ :*O6(;'Ms7 mX[%Ya,9Biݰ"n?k%X<$1e7 NaOdO]Z. Wt$"E5mh=v[oLr7udp ~̣&863kcacElS/Uf@ڣ>2X4_dkm*ܿ@,l\LbŤ*´vavDmb4.sw2REԂe納IVwXI:,'wrXIAhAHjAMt:H[xr !T6CQB8Fw" \yk oOD^/zbci'_>ՁA?ԹvܯvJׯ&}=ɼ cM1g2~]p_|p¦7p A=! ucd8vU[?♺ %WvT+I0Z0 lر9Esɥ<ľVsK`]jOnM_n[&EQ ?ov5{Q90n(~)X_/t!2pq㤓tU.ZP $Qyx?dsxι5Z#1Hm#HL/]y(/V9&ȊnX喂~j*^BCY;xr柗zDI"I荍3x|]*}L6+ښ5ᶡp V*M@;I{e_dJ_Yz+{ H5MZ }V: /$1=ScgY~0 45N!ש6xa>UU}aYʛ4LNtyClfkE g֞_\(81ANxcDkJ.2r\⢼G#'m4GsV;`(>6[b`Lhc;b/fxdfPh; \DpD+3[ZQ?=ʊmbWljq6 2}ƕ_ q߇z3R]șsϓD,\R溣/nf6c#P_gZք,Xp0o:E++%0`rqgRʴʢg9휞_nLwǮ(-Lۖ(ph m:Z7Ui\?~}cա%VY @DbDV{zq{+li9{Os %$RSަyŭVqD@ W0[0&J/Tc&\QeʛMLjn%e~"uގcIOG([1~Z]yq釼k$н!,bzn>[2U>S]Yp kS#jZG }@qtc2\3~ %HCɀOwt}Ե\y|ƞI,:]V"yь|{va!K땍KjF*zU Uy8KiXw=ZS,?΅h jEZ:RӵMb\w%۪"݅AidU>-W󲷠OW! ]iˣNs=r, sa/^u<[rg˽fd=9vZc LI,ض&3p43@\*%>"N#+55fiQdܳRi>c5P"h:s;A#sBCՀ6Rzb`V' 8 dZfN3ދ -+#\pkN-%52%=/\,Pزnj"D[/{ n/wLk=0XygJ) "bSa6Qz"ޯ7= -&&lX-mZQQT:~MmkBs >U 0璵2Y@Ö>jhҦiy846 qmb=7,!%urKR}낳[il0}U*4?W)-&mpG4tٴH"?o 謢e;/j{⋛FxE3xtH MPw$0zD!HLf)ڿ};v+O㝶hĹdMVH%#fU }ptbWy9=yN2({U"mDs5 "nBzD9۲xmh֑akím 2S5H&9txF6W?qMvi"(t#a jpCV+)plHKl)|klZGf!Sҡ? acZ- kyt5h}!*S}]H-Yq4T}s/P*(Փ9L]<Շ9b2?C(pN\g5=J"weqzZ v8rB2A5#n u=-UopI/Y+7=X;u򄙺 aCGY詰]H00#! P¾rIٴ,=dY7YubWS .rtwɈl`łLjcpeO_и=;zݓ1)d#N3c>gAg \kBUIVU7Ӏo-LlLE2(~!aU%W0nmGfGէFe3W/tZTtP'mW5 άߥ şT#r=bY3%Rn9&nq;S+ ^vu^99׽pIu3CP8Eo~?T Yþq3,'#k7OENGR3 ;Tȩkw"8} iJWOyF1@/UՐk0±* WPd73^<\<а}BuyRwm|h,ʗa$$ev\ޡ۔JCPaaw#S]-Pl'_ PBNFZ}6$*$TH Db y0a˳* Kn & ~hWKSvҜ_d@(7`#V_FD#=qާ5I;2Ћ~^I#3Y<1Kh»& ХwWvxO$ZD~\R]`Է⅟̠{K\+V(ETA.J h߼ `Ac/ԴCQ.O1ǒy̟Ē'ҳ*7 w*2O68#"FL;D)8ړE?2DC'?a:~ E9UgeqOܮaMaCIXjd?# 2lcVb/j-N\+{L.uchs#Qط>pM2Vp^Z`8@@{1;mLc鋇\w dt8 =uwކsЯPS)`fHUZxXBRGX6ٙ48]QHug b'¡y:G 饩"1 H-W7H*iĄWg 1b~k?z "U+9t75ĭKGTAXqV#g9&%ALxHT%^uFuYc~] P 0aT\ؠw}F\d]: &6Kao폑]@5 ?()V|2p ^}ci 0{E2zF{o˛Zg~.ȓבIP'Z7^A]fDFx d`*ɹ,.Hk轻 +dO#KTm`0IaQ_'釵μ<&`iV1hw pِnsyy}bMj*LRrƨsʭ ~`G{PSA͌B͓?>4ڴxJjϭOgjw+5A%zcN2hȕ}w6'LrŚqŝ[|!QwhEKΣ9͎C%}AFC݂e2Wus*U{LRFrlB>ѥlB ߷uhIDa| QZ(8ND Y(בxL#|l5`MCBK*X-Za;,4{U/U,R6o-Ci0fؐnmHnM; n#32="DF!Kس?21/`%~4!-ퟚ$qnwɽ뿀2P̽2rd2 \?o圕b%zvWu!ièASq5'mW>XhYO28P/2I!4"@ 6M=؍\_EĠBEB5eo<ڼݎ{f} %a IǨ0oɷ@G]]3kZG@u>AebcC fLꯗ[)˄%KIuW,ʸ#ˤbE-J뒡@LQ5+B4 8n^2Ge<ڤ>h2^7$whf e5ق:m|͢L|DHcL 0i$]{-}ug~mOpOa-"EhHXy K9ߛ/EL:g!5!>eu7ǜ?J>+)9" c|ɉTC 8 䊚Pˉb3ku _nOVo+Q:4Z֑j\uMAƞ5 l.)@3eO(-B޵,Ġx(5f]Faū yTAX9-p~mIP|*9ee?o`m}tQ` mpK`5Tォ <[_De `˾g'6w|m49ňS[WHΆB~\{-W_|J7 ~A^ˣktd#Ϥ,Ec 6%✮w&Sj*ipHGTQ ӂ]sTY)P\#=-peoP_@_=6g݊RA+fN>p8a/KERX2\ wr# !cP`*px٦e}؟`# 68i$*B_OgkY |Uĵkn#{ 䭢t:FߜL0bOng\d|i(`>W>6OEѝ K}ыKx5/}E"Zdz:L *QlսvIs?"D=deN2TNp`5$<yJ"\ μ }F45:y)擰n֨ 0h/sT `xWCI?@?="2Z{R| H̶`V)SVP=Y8<=Y2]B>ާs n̸P#1|rLӗƺVZ[j ZwHy uA:lL\FEiw& /y./2w,c7+!%AL_S %d%߇1~cR!D_U"kqzuB4$SKa*ٴ|3X];]•o^̧$,F-5mb̹L.^iXz8UXmn ;TV}uNc/{:vU8aT) *;EHŒL|vV+}U`#LDngRguJ`+Դ];ni6\7f=Mv*='4.ŠjܒkXµkRg/B}f܉5jGA6J=f~`_ I@["jFGe%,V؉ 5Yק)X2cj|~Zy?^㲤:͋9j)/t L~qSZB5W($6##\- mI*5 rJ{@{rQN`&JbX1FtmzWñXq}S`c32z%\\o*iOqU0 -R<2˔V9gyE[$y@@mZ9"xl<}M7Kgb dIpvXAh%nI'ѫÆA~c3;mGKXHҞ;c4xF4X\7>+bQphuһV\c&iA/G_1;a?{4%ˎ_ !-uR*8 7M]4S/4FiVq~^yZ#-ij}[| tVY-̍6\A5>QfN|TucJ.E40DLs3\[ZJxJWU,de/b,Põ i]d_-n]/yӔ7#)䔹tiлߦ QeuId߅W&f&m}; ٶӲjP}*ā=שD@ qIvL}|$«n9: B ݚӳuMϴ\= '_?]9s!Ä\Xf\ᯒG,8I]e \r2?pufBP!*5?lCTuP+vp s=.;M3X`7Vǖβ NH8V͎M!^v;ǿ\E+!44+e3?D1Gh}. $澚1OZbOMU4W4QF+f OhUHZ:DzC9b&gE6t=vGU\zO =_`9T,ʼ :[lmٟ$pghêjR-q$L<%w QA퓷2 y3>2f K@}/uHD]З#`Jd54J .[^EGNm"ږ|M -V*s?Y (}'ܵ ACR_Mgl,{5.M.򴬁tڧ{}qqKJd}1>R~۬KWtWN3y@Tj/s *x[zs Y٦ u@D75 Q_e)btEpuc Hy!Px%ݎiE)tbu1W0 ^;̌ź-Lԁ=ˏ[`՝l T}aY53m\`jB?HbJt`deն7/ ;b3s@,:nIiN׶;XEeH}P 1q?&w".FOA\"CZ>MA1W|5(Nb @d^Vm'7,4'ѱŃ񓛺ND%!Otg|SI?S ӳ)ʝ.wY&ze/n\d)i* \2jY,d=f6nmA`W9ڱY bA)tM&&aWU!p$Y`^%I  @jKswazK73, 6wHEC!%^c[lO~G߳@r%X`(QO<-)}91;8uHUT&w8ONX_'ArHQvO">#w++ȣ69N b4AS^h,9k*; t͢kx9C|af1Fһͮ )x"o2yCWe쵒M-֡_~;tB=xoOs35Q ?Q oxcMJ=&` MR4 M=D k)رm#x]Ɏ^*D9i߹SNFLցΞإ;zm"߭yzd^Oaq蓽;?7BtH #IԗW|X` FV%{ ~lŢ8ܸRV+I˟L{0ʂMi V)DM Kt~ gGłJ(rAخ?i R6F-,eOyn04B):i#pTVA mD~9~\࡙%8?}n>F)(8MY<N`c^!}//RUeg.Vi@16nXbA4efjeK<jMnV\?AZR+M6]i6J %π)ǰE)8y@L`c;:N_iс*\J!t-aNGsT׌ B@ `~鍷,>N+gݫDE~ѤI' qLEtsB.s;'߱㪿%ZXM]$AeI~4~ \z6$>h)7bn zNX]r5s UN<Ǚ][1rQzG׵˻ְ:1Ω:duT;)"x™x-(@?k)qT)Q+waDm2 X1@uň`}h5_al&{J+;p!!px2x5qWj_B[N$qLWZ-BMӞ/~NPVeXR'Hvv4,6pV9)0D頟ŘCA>Q#mwG KC*-It맽<-ꭢAƭQ%(Qu@ 4cy*>mM(݁'dp\YR1Ի#xsJ%J`-e|tOBw;Z:Z c 10S¸\$~Aa168fzIFfΤ"$ HIWIG~96u!bNt6isFzFȵ ׃s6,- Z{QSmP<~Ekg<]{Y:=Eky{܎5mY;B3)xfnGia4ax@k:L~C4KF `J7쀦H#x2ۃ!Uh5dn JfE\/Dn۽@~Y 61L%X$q F1ꋦn&.7e5ˇH܋F)"ZS|ex_ .Xr^ tAghnQl-G HbkۀdžAL[`yy8CIX\)el_bQhE>폷$D&94͊k)f)(eKt(β2"}IfhʌOPI+jmQYVetld%pDGRVWIae=T 2K!w͘UchT$;J' Ue9PV fKR%vʒ~(2spk;CY%=SH7'} oíܬq5u<-,[cMڶk #g )-לOn8!L^3 Qa}8CuC<4Ў,gZ7/[aDx\6@oPcG pQqg~P0>C'8(A mYy8F7%U8u/iK,4<+M^-CFtM9㴿&"fX?6FƻH)^W?Cj/8;CuʩqY`MUP^ϘT}϶qqWƺBN,sl";VrM4Üv33f,“&$zخ$ p@u"G3tK="/ Sa:{BԺ d_"! Å@T:Q zvN+KaĂ?_bjkU,H.]O_`Qrf򋔩]<|yO?$=T@Qy~x5 O͡s[z#[2)(z w2dI O)DAwy k`$dLO)} h?Tʲ\jT(*͆k<*j"Y鞠cwx͏^gZ<*3I\ MZԷəQ}f:_Œt9 -s|F5->9G˥JF0-ӥ/? ʤ( lK ~lf`,|T5eh5w馄O.6 EaQ0X&V#n }R;5P^YKu0UX#wm<cF8f#MsOjM_IXz4r3 ɵ.꾲~\Vcz ~^xTƴo: U:_˚i$TPl.wI.#9T)הaT}6?p/+F?QYx( weI vqdմmDx\Y;lfX։\ XqmVYf-'|zT&̆r V?+w[S?=c@]ha}־ys@Gnzw gpEg~qH[xu=@=٫QU0Vͷ6_Cty=o(gUcun1`:^E,,xPB4Pبt;H@LDe:3nl{|p-%hC'7dٝ^[UGxﮛWsd9_2ex?X9К,-|N\clTl'4W ԇIf;Q"J[ \ ԙAvXGw؉!,Q+'%qp2{lDRϛw|V\zW V#3ӥ.Xx)>68St-3bsaqʼak4|>ĵ8{1+rdt&E!)'nZ;0tk|md0Tطy1?P!&BTtj WLiNf+QEZɢ|F 4=k_Al`Xcnt:]0a=͚e'SCjCX7U*kB]MnF/=ˬqrШ&|"(24ͮSaE{M3CcHKX bM&30/DZ:8`LM,r(ۥjHϧ5r;UI|өRc p/@HʶiӢ*,ʊTi kRVٹ[K,Z7]-9G`C%~/a $\348ІkѩJ¤X5fC"%&~ ;0(vj]mGl'1X#0q%o]t Ijj;t/㏁gģpzZevz ގXׇZ|77:zϿ$CL -IY)%2M+pЃ!516ŬlFJWG0pHxnARv(R+aȑ`2%^]#'``+"X)oS0"_M4W2yypҺ"jo @+ z)sYp|.0VK܂zbƛX4 *m`DFIrO- i3)Q"S)H2y<[=ʚ a#8:0&юu`sg'栥3;HPA^ЉC6bb^1\*DDp1&R,@ ֗ސ*\ICV$aHSG--_ʒZ|0ُq~ʍa3E#K9dXYK!whU (vv"Yhqb_'o^'^m3 dv@ois%N=+ǃ4e@/ά^* [=!Z5'z7Jk)tIacA%';PG"|WBOzhbu8Pdo9!֎Dp #+%]HۼQ~ -`(>%C ! Fa/q0vEjW '%=g>NN25<]E71C x0/&8#oW"tn! B5n)Y_N L>c3eWN(C/F#t*|}nu7`b_ ͑5R]纈}7 HcR)]:Ǥ3fPƱ-tR?Kn2qG-8ԅ;fiMC7ξE]*r @~O)4yTvt!mOEuI~ kZݲ1oT#& U#Z+%,d\ؕmCGTɠ+ PZ_ymEҙ\ԓIO>a00PJ=$>X|qbZǁ/sRzMOUDӕl{K\ْ{ [uaLNsGTnj3,zߌ@'5]SESfIɢz] *c{A&tn" ~B$c,qqjI2o)Q8ꠝ1M9qzjzMg}x ZfTaE,VL_AQ%;ЗHg<ՠDlskjdlQbNe;VH=pG.䔼QAEAƒ6{J,Ѣni3 f|KB)T85{4b`)=7қ #I;UOptp\:T~!e؟[Ԧ N7rP_2&;]v=j9mbR;xh̹݂_;>q'HdTK k|Cͅ"5Q`>@xW\QԦ-9ޗq3fbŖw" `@Y@:All tfUr=6ws[9U?kN̆Ht( b.ݗmC 5[=WG2X=w05j*C dؑ%ىƒ#Uxv[qjVczdz]T+OL.;[0^ĢvXƒOKюE>n\n-c: :ceO<e!zP MUKYPMBY#u<O%}6C OOwSG~ ފ&ndV rJ63 16o?Jqt1}FY&X%ϾUZ['. ڦ"N[Z$(Biؗw.ض*^7[-(,Y-z 4dr:9C5.H:i3pE킺ikmƒ \}bӱ҉ZCwp,aMiU̙Ÿg+R7l: k‹uzWnSW[XVBi0u5ڐ|_3~2*Z7۟K+! %ݦKS~_HuӉס`6{xt=Tҡ^:̥O'~UFT~<7 :W+Fv*ա5kuĎ"&B9}9&tqYiټu +a;߾!3UaGGʆvaKX;Z5Is0 o^g :1ȭP˙+0F G֪ ߔښANwhĸ2ŵ S26WtxD ns"xT\it̍W<}'Q),.e?Z&gac'hiW6 0og=wفMp!mxh4}(/>-kqCj ڕJ*vźJ.J Uge‹jVh7uS{CL)}.[r7$El>ӚJ7ezt]"qDozsyڶ+$nj< Y/~1ACVq:YY^/1⑛mM8E7?Yz>N>Qz쏲:ζ&x"@È'6ZkIj6)*rdfiĩ-'@< # kkp6j46 WUl}KXlD 2jk׵ldoOV,.{a/F U9gZܵU$s.r(5:\RZB^yO{ bqM&>!4O;¥D7ӢP(q@$ eJhn#7S<?МVH@#)of~iFn x/ Wg|ؖOTK,u>yTSh0(H0-3^ms- vR^dYrH1K0Azk!!1}JȜ2 ?!#0f`z4-*?&qsws1f?X$ҤfB5]b6.[ZOli5Ы@ w/TQs:pJ;#z#ip,[Sөm}]@;+aձ'B-zIe Ed~zhqMʼnя b%^M7qm: +EM69r~TvJr<1},h"Zb9lN,hʓy@!z]WMr0.A/gxӺ!:84-5e㨴Z xn7Dtr?g6V ؛)xyR;M־Vp_\c{̻É$]f1rUv*mǷ˥,[28 z}xEN9hg>"31WYVQDb *}ҁIY7C2ʯ=ѱ;w VSBg!C% +g)}ܛYqB>zf9 o:%ly-h1 ">ƚv{%G9e1ZQRVC CM1M>T6ȄR$1cҧYC;VPn ^Tt Ns޲Eh)&@52d-G8<݂B͐#Ř9|URtڙ<~_Rj7Dȓ8F 0m)tuEMq8ŏ} =@ab 9^mB}',5'[X(ޏb=Hn eyJTmǍlë -u 8*Fy/5sNhf_ goJֳD3U)h/4h#G~!ف.@ D-V8Tp}6AuAR^r| ?P26U$wEXZɜwSĪX2<;8)NdyJMPuҌ{u<0xI/~vud7^Zxj1oCJ empq.s*T1w p%b&J6oFb&Ki8.[8k߷QOx\<EPWUvG^W$LMv1 K2(5XHVPQa)lQBTHbznVJؙXiOtT"6oCߺq*Gѯh{2'ˌSt2rFl :4~>,JljVrעzmb)Kg~o-E9uQjQa7m1?PwΠh-t=3vz(dlD{zҟ/;$Hsunb~( X:aHٻ@]WK\\{hӪPhe2dARRY!MI m-ݙpZD=\r"0{llYˇ^Zܯ ^Ep > +BpQ-ΌG4v {|9 5wTdgra<:dh֛gm͓̽fh.R_a֋̰ r3CJ|j^.Pp_RW1ua#{\R9XmdڱIȽJ::b1㟲 8ԅѳt?r Q)3a1L]U3ZE@{g:ٝ?b&d,ktTq{G K08oz##Dڦ] ci sZ J#TFܱc:N,lrk*1_J); I~ 8MF ׻){hZ>ai*r`2XHBK"{qJF/BM.b@wH +Rz8aGP/3xä|_.ժge_~xIdApjI؏3rJ8h&.\a,Fi ݯ4?PUto xFגُ I>م!"-/vM,n_7 |P#4µsoh`>;߭"=E816 76̼|i 7ߣE't\SuA_7/ԇb#>y~i^?Sphd7*Ǎl^p,=D޻_ӫ0D'ϲ@|㙨p3> | X1 uE |TsYn,=M5ՂUL"S4m針 N_T{mw=sHM5(ک]]`Jw2 J5sXbkT 2({h.@/9xDw+K# ^ 8"bXp5kjr(jy%fgk Y ~GII2 VG=uRC_48.xTˈU]AB"zzR`fH ['F dTn`-уIa.mX0BtƂhaSiLELG,5 p4$t\;J7on.\y~si&0Rc*uL< NB ivH|Z /!~RYSef { dY߂mZIhYb 3L{P 'ؚ(17_O+ ]n*WSJ[{"K&HhebE\ڥB ȃfvKЍpYJxL^{- @ 9APHIK犤"s>?ƭf;LmȞq6qGFAcoRG=M 6ںgP߈X^%)FeM;Yz4k{&mI2Z U &f%l/pVп/E4q܎j bF`ٰ_)+ar:SU:yk \Fa@QzZ{촘4!ټIgV@*/kK]}=k|xc$Yl+87r#űA " ;gVsfPFqrmF,N{VQM_U4SS:ȟ fDL^њb2ZPe# \ex pNO z+_ u\Xa/ˢ*؞s9!\CG7զ< љ_0 qv$`zd&׹)MSJ7# !PߔIA`Z:%eB 7Z`)7tڂZi!ymuv r/_UUaЋnS(^+OFt<8 }/[5_l|x*ݛ|Dq,avh=J81<ѓ̙|}lhl5H0cwx|Pa&q~ػA) 1)48guǍ)Fpxq;㢖 Hg*Pun[:QW^(_q]vK~T?w3v>; [dW+~,jl3>I‚#i096}LW6%RS_DyٜuYg3*x *4@_P{M K̷%iL^Z 6yʾ=BC876Չ I5FQظ9WCtXif'C/젔h<-qT\TywYrwTMX?v(Fͼ+V|u(uQ<ns/< F\:J?R3m荈b͍][ Ŀl' m@/VZ,7GPq) Y`mL5@8Tױ/VyLB\Db[(Ya)/DoَŊ42yW̾bߠ <ċDSv6+z6L>Xe{Y^.嵰^j!!c`2MdBBZ^.ZD(<@:GXtB{Q eK}HC j=|Ҋdw fPB骭P }wJV>aTqO:zNLh 91lMs|Sn5-HAR5-1% W}B.vya"sҸפVr쒾蜅Ih~鶎ߕi(\ T# C":*-:w| 8gnF$B02bW{PIO˪uʪr&RZ) 7m|ؗ]̷!cocuOG'K9= cV7a:S4J!n1)e+sо&)?c Kcllbr_u6ߖ1 z>7Ơq KG=7sMyJsPxy~q+c[w-hk z4vbOWy =JrݺOc gARg:ZCC(ùl8spF[z6K)4mqcp)s8RsDԘQ|˄͎7N&^Rz8<ߑI `\}$OXٷTzzp=еt#>]:7&+Ug@B? q <^ԕR"\z,qQLjK;S-tFE鴇8G_[uVlѪoaf Lw QjqKa+&k h6 \Ni7YPxjX:^[^d|q@5vth;J)+E1O'+yᬨ]404i2"Ű/$j `^0sq5XUXܽ>3V8ؕ-<#+P G8(wq+eK"EMOօMlɛE#to(Y'a$h$Aة&ź`9)t1 ]pKHijΏfH+ҹoj{cd#pDv<ԒːjROR9Cޫ:>FZi'3? ki v@(_Ԇ3ik 7syKޟ?,+ze]x \N4hjg(x 9zpH6O1~plqzV_(M OH`0[t1/InഎL$EYtGL Q~jpǑٟq**AʘnLA_w]AXnOW_1&cNMֈ=qߛ]?f6~3!D^0V)_gi2TQBZ.ϧ8-0WѥdP)=nE-ziWܮ2SMr2F:^ϷN&z4 STsXkS? wFfbzAN^̮E+k%8c+uY[qlNLf]$;K^ C|JN3KأQm)}X|-Q3^PN/j `\a9)C׍/(-dNCXB6 M\> #ݬcstZSF(aiI~.t$jZ5тgSid^D-9]r|!Z[0̇6Ujw>6:RhxwgU,>͂lRv1Кfre\G^Х NTӶX+Ƶ[{?gu*0zvQmjn}#>.+x(W9F{d7/3Il, Œ54UXyȐ#8$Z{a[tfcP}_#^8iXX'mXN_R?J$F6d{~28o,T yffDف |Я 3ӏfCvX(AAILDFRw7RXwwԭ1ݴջ39؃|(dim%84ƘtQ)+T9cjR][6 '"le$8.|g乛NIoO{4&ͥCR 5LA0w69~,RE?ڃi)Gu &C]-w:_E@|g`Ÿ~78Ht&.l̞N} ?jWjy[)#0jD0(./mA8w5*S1w܊O="<Ѣ:#CճFpWȄaMz};_眎4Xd]r+1\;09{9F.`:c/Du"8d)1zBc]Ju )oM@PbB4z gJ'~ctoq%Р;EhRn/~&vz&8B<6u1iy r:Z7@A%Aa*5?9/H] Fc飼 ED4oyl2j6[_GS#/  sJuD7M0AԤ=ݙK>ZC.P*a=.F|$̮Y[ǫ RXjM٬%.3x "ycRBO$u;vȼ,FKKVx@ڂ3sn<,ֶ~G7lA\תwEԂ-ROsAie|*:ȚEM 6d! G*m՞b ޙ ;=ΐE4e|[aھæO.H)#J$R,F~㬯ޮ1_!^ .ʋF5J8fQCE)ȃ֎DOB"lfD;@7-HQc6 մ83-$cam(~b o! ؾGx9 cV] ib5rY.ћ Q>b#͝I0b R6F?.wqkɄ]<+bkTg[ 6**Fي6N8dLG,?c9ޕH#3d]bo1u hRYjQFNb86h `ӏE"y/9>9t7 h;_o͟Ze~E:icv~#*L_ȸœ H;Ο3`̧I _Z(8{ ծNn>? s tJSy}I%EQCqcp6ߥTb橳n rCz FaIF 2JnR~_+5x[#P)S3Ͳ=DYn+MAa#jo9} U4YV JʰW|ީxuꏝ0|ҳYteޗ%C˼F!rnhV7@4|5$=a8אauYF(D~Lp[d}l=NlggSFfB o'A"e$O(㌲g@xNF/OzFrГ6#Pou Iw; AaLVii K%k~!-I].FC)@ț.EcHl/i?;3b K}`8 쯰_|r2KJ}i;+X¶+B8bɪMYb .taW{OjEͷ8YLҼׂznp$%_q T~8]xELLb<ʥ6zm2Y5sHX`y1IꚰCSӚ⨌e3q5Peׄ\H=9偿y'K+cdJQH߲2Z\Dmkl̲+l_҂OKV>p{&Ma7 ~@ o˱9vHzvt(sg;f}~47qXFE`DdSPd+r \Q< xY YՕroXQzEi+Ei'MӐ+N)!>樛LTtP&@ȞطcZ廁)||4yuvj;{5Nڠ>gQfU :iF":O6 d8_ H-I<[-:ȶ3] RwQ8:42د̗%%HiҋRэ;JZ5hI%XIIUa~f(S0yA %㬟vucnY~ x1&UB'%Z={:{9E.vx`bwj`:e˸DM0 &xBað4Cۋ<7VU9s@kfu dIiS&L-3s>w'ӴEnk!h\ d)lY޷h϶,%ů* 7&O+ĻNT'+t Ao{&8;XyK5RaCGtHBUuwH{Z?Hro!YW >ĶO6m5۵;̦.@ pW sLΖ94.Li꘲;F $%E to Z^eע_F! b]}9$Hq}2}e"FBe4T{ۥ)"mQz 򆟖raTlnHjCH4)+{)6 i-ͷp}LDFI|䔄tIG~~G *|)fU^8] 03SO=Tz)BWL8';s׿ðsbn j{]^<-ё/2N]],#V|d'4F2>󈯲6!R$f;V.'˙Oe<F~2Gs1mK7[ xG' cWmi Gip}'9BIB ף7Zyyvh\4ΐ l`aCCp=u N5 0a9O(zƙ:p|mu]h։~Lr+D͸HGM><9q<")/|>hK(Ja ;t[oA9EUAj B7I#[ ޥ0UnXGveYqq(a 5hG!Ԍe)}VF?hjZ,KeW؏Hג/ǗUdQ|en9O9+W²SQP)a!glkh߽7l&&x \rt_`3%} Nh'4@N(qpj*9/eB"5+Q}QZ/]SO| 49~F:OǷ%Q OnU^^.q+e $@YcnC@1ҩ2TkM~c``^OS_Cr#j(Dl!G),4 V8fHa#r!#Aߗ`…|W7A'ڮHT;oMv!dUܧ'X?>ACxP*\OޖL}ښ\"faPWJIE:aD*gGm tZ_~Gttk/Ԗv\ys9ΎQ [)pk j4TB^{RjгzFy{Nɛ7x\4N6S4/c_CyVUO7Cb"\ZNt <_+p&m9҆XYmK]zsR)#7L#Q̈́]ܽl ABРMQCʡGlBb{ 1CR1LMX/:X6.C|.ӱNeUG| ,UP"`"=D6+?uvW+^h2_6|wLΘp5 vl,_Kjw4?>%a sNʧ}ŲȽXnp>s Lzsn86)c: YZX}pUa,ADQ> tkF D!oIOml,+<+1ͪ~M*M MQOiK${$bt V%NSEUҾ+=4T6pV!Dxń\fٓz^-ţUB f'AI>{T%ecBt27=oq\Foq67Wlw3)]`gd.QozO%d-G_EBE^Mq;1ٕg!d1+mI#~sAE$Vϧs* bF,kV H f|bT챼z+b}\e2+ ix:5ƁW:Sш&<#;g?WFmUlMK:J&)4~4U]zqa/_jAMm;YBIr.OjLmJ Yj~K<8ZM 76Mg;GgS[a0;̼T$;Gc+}ilcXر/G~(\7 .W8 TlkljJPI. 2Y w*ȿA>K N=T{7Z4fHw`YQ{\#)(⑲UPzz="(k$Nϖ smY27E 3h`Db%ghժϊOyQK|,F9)2ǬϞ*3paa&/)N,M}QVPUee=Tq :y,e<7N.8HFW| |#,v dܙ J|[~N OJ,AȦ9e]orIHʙ(k?)Fm.}1Ŕ0RcszAζOzLrL$dz!gz#`[`cX2/s7>ʢom|aݟP@c@|?GXU=jaC39`C|'`UsV"]$}|H4,SZH \HNnڱ |_[jY| h"I8䭐SuJ0DI.GSB{h9aZ,  =h's:A=xz(_`([)sG#]?DtSr"t ;vhѮ \Y `7 \5&N x[T6ih[%m.\jV)>Ij iESsޙV_X`e6o*&^RTgzT x4bňTޏ֩<]dN=pL+LOz悐̠ci^7۬¾p|+AVa_c*9FnHkፗE YQ`_*J(aSǃBVM"ݫ?bTF}6,!;$+h` [^he ryJB:L.*+䕰h<#P ŠR$Jh=.\T3 NJϹZܸLbG&`>$bn*nWjxF~A"F8=Dž ?©;fCS&xQ @Gڰ(DY,:N5hQΑa(ųXa8&3h_#L2n1s|IEA]C1Mhn!md u64R6 rb|xJذwI2!G1mr  '5nd1F]N_,Ā^:/婾!F)>Boh:ѵE77Ե o_]ۣļ:{͉z@UpB-8@=f4@ Kv'L$Ʊ˫f*pT!3?W" ! p)̪)YJ`- ̉ e-Z 8,Hig{0x=LzeS9a ߃ɠFFIHۭxXt8Mx+EJ:.}*ҙkl{k5dc^{M ـI?R<}B(P)V͙atWduwDV RfƠUd.!5^34&+5_tY巭ntU,0y&(⬂:a 4b;;^(X est05nƕ`Lо'16yܕ`Opy38 .2mԙLhbXh* &'@X zc]7Rw1(wiM/AU+0&~@. 3{3K>M6D,j&d^`^ h%zw6kl\S[vSz>CuWhQ`(SUnk~Gk3͞km0wU!B$&H6QJ& & o2?-FTdh[ ./S z"QJB a\ƚԖFv[F6+M;µz<>"kmz]Σ>՘%C=d0DjɠKlҴw,ČP/U+Rzm?! 2E=]y Ո 15tB9,QTdqvcAx8qK ~>lڏ!L@~mFG俯\Mc.Ā1Rd}Q`",ŮI盢%l3V!Իc|#{~G}X!{獊kFr^RJ'Ԯ"\XTF@MALZ|B xE/mjpc,ƍ]:3~N*_D ۷V=96phOnX$ԆgK3-8`\v>VG~4dqﵩ˸$݊y^Hnid ,CÁH]xbmc)KOdO*|X?lDzgK2 OUO6:d^XY`MVӏL2p>T̆8ι PFFB_vwoNߖ/87Β(tc_ a 0F ;.mh]:9?߸M7Cnsz:ueKm_F]`P&-$4Zfr^Q?5۫IE:l'Ƶe=cq ?|Bl;+"^7 dyssghyJ[0PF@2BA?^ -ˁ+^-9Ҧϳ'bHg roQ\A+gA\]3PƳŮ-i{g]'q[zPw'#`Ǽg0٩ pPH뾝~`~ci~qx#EWZ"EC e+z GnzH_'kA4!^v 6 i1e74E̿h㒂I:tVxvKXjl^>,ͭ5v3N?,)?}rLSF"Rke;ٴ }}^僔.arUzRSJx,VQ`mu=$D%uh퉺c-V~/w?b07,ڬNK>A/!)2) ׏K?Wp܅;! Łe#fr|ؔ(;?Y:I>m~w8KEP ?d7kq$/HaXviWohqE8(&hiN,FgY'?E1v z=8#;@UsMvf팕Tl8k 11a{1wRC`C?x䞷=kXH۝xEXZOl̖Omtقeo,6eœ5l~ΚJui3=ԇg?@..[kfgC7Z(?AyQWۺNfzs?1a鼿2 a0-gJ+&fkBϒ.)2SPEgUWMXLtp@\9ƣ<#W@W^`}+lm'避gTMEe?p(;Ͻ_E@$(89[/̻%0N@qklBL:WY ; N<]lny/'e#:n +idji6&X\KsJn%Bɟ*RBjaoP.پP3o1hI ťcE:'?Xklir.9vH#콬$9)Lׄ޻ A }AW9Yb~;-v=YzNI0JLx-~YN:79AoN2nA[Ӳp;:,;G\O[΅0x3i>='*DW&>5grKI\ p0!Z(c`= N.J&8c|$} 6}ו댶\oT[Dҷ`6rO0K8jnuq*3[##`}gFi 7!8H] &ʌwX$rfw \[JN:M"Z ۍ:Y-vmߧrTV=O0{"!Uy _koPm7R ѧC_%RPQFԢmF  }&n- ߟ=&/]/8Z^4tbe>X,.~N)Zŗ"1; P22B&,, 4>SocOC, Iە#E97ǹjwiw,; lSK1>L W5 +;`D~RI98Kxc&F'!BkļoS~"[mxw1v3LAq0[.tT>~F!mz ampƬH􌐛БjrZ&PUkb:O`w lhxqw* 4Ӓ:G(^oOuѦNGCc{^ NJA ʅ)Itkb}jVa0>岦,p*HU{ML}g"'` zyU6mXp0R2ث]j2 BէŽf0CE 7k[C2s13|HJxAȨjDugi21*ŌxXJAе}<~S% IФRbgo;tҺn-FW^jMP<^k KINPT.ǛfZFygMfR͏lvY&T<ȦV w}vەB 8AL;Iҳc:C_Vׂfv )dm-%,-eb2 c_6Q[/R< 1сcIZKf7I[(čVƘ焇\my;g.K} `C`xxt/Ǒߪf/{E\Mcqjw9 ??}r:"ۈY?6AZ ӆIX_<![;pͮR7ixԙ$>4.O0'k'hĎLLcdN0~|\#a,ĵҊ]Cwސׄ*%"ëҝߔr3ɌΧոg;_U陃 v8~A+GK8x}yu֦+cokn p<ٓ=>VpB7p\6(K{}8A1ڽG"2{;!JlDvY7\ `i]ڣ) -2ıfbYxmF`ba& #NTTR'-/8-d1v/' R)}aT-?y*/) C[-blguXC_6/tDUBN|w&5¶Bttz+~r{<#6omfXG_o_-'Ѷtoj,9]p78D hɰ/*dGsH3c==h[V;&0L *&t \#f: b}M22T@dW:dlYp瑦/ 7-Lȵ}gZvq.= d8 eL[-i>\T5jMTCbl%[ԒZ(Kgv1oa-)AR1Fя%9p[*sX}AХ,{\USqG^3I:׷.*;n×钰_:T RZf`pj Xo9-xe!zHG$*'o.;'CsJ$ZrŢ{_ m6b<{;cgs4j?*Zʶo)hXF+x?rUzG=>Vխ(MMk]b\/:-ꛈ`*s}Q[kM9#ߌ^I۠ae 1jrYd:ivi#M!L4'8!|"UAPG߿AQDq1zO&6!ploOc Y:٤fxLO6O' +g:X*/Ugz/*bzAIV+kĄhQ՜!Nܗ]ȊsոnK`\ 2ǚ-$E,d%hB@^Ц:[/pXU,ZЦDUV Ri~o Ia* (`$)wƯӈ#ld0aY]5ȡP򨙰TTcxK8rg X? +[u?q^7yD[̉[ҧd?z׿h`)ꯕc򩍞3oV+!afOc,sYmlZd,8t_\NO[4XRoO^DlM7=bRrd:ť~R;F<"ƊD#W {ظk, QRS 6Ty\dKܤO4lr3_y+,g! P6!F?׽ש#SK=6.%ep#o^N [ jۈzP1f*u?=:^lH t8 9K40J7v9Ėa`y^E>-ǀy DL [/_ s/s$.ҵLR$Ek]fv s]t6`݂6)KgB p:-Uc02j9N"bY)-=k]m!MwV3w l|"~=0k}Zg弳.ɽ<;P(5s!Cu0wY6;KHw!b_洙J8V"H/hSbs&;H}x^V @& 3*ND{FxWC Jލt U_k[1C9 HPX euF#gr x'-QRUWзTC2=Zz'hdQ>|-9pa9Bd YZ