ctdb-4.9.5+git.383.7b7f8f14df8-lp151.2.36.1<>,I_/=„P|<i=Ի?>'(EY 9"LK{|gʝ@#I^ K‚p|@HT='0nj!`CDV fYďƝ5eĔ tѡؗ!Tw}SޑQQ}-w9)UE 8N?ꎅ!M'L,Òjߢ-VքLժ:B0-7|[ՆR`|t-&9^CAC@c l+ERv:>F٨?٘d! . <lp|  &oss s ls 8s 6s 7ts9@s;s==s?@\IAIII(J!8J(9M`:]=T>\?d@lFtGsHXsI$sXY\$s]s^bcJdeflusvw`sx,syz8HLRٔCctdb4.9.5+git.383.7b7f8f14df8lp151.2.36.1Clustered TDBctdb is the clustered database used by Samba_old-atreju4:openSUSE Leap 15.1openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgSystem/Daemonshttps://www.samba.org/linuxi586 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in ctdb.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in ctdb.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-samba-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-samba-update-$service-new-in-upgrade" fi done for service in ctdb.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : 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 test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset ctdb.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in ctdb.service ; do if [ ! -e "/run/rpm-samba-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-samba-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in ctdb.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 else # package uninstall for service in ctdb.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi exit 0; ?`0SIY8!/5 %VX'\Vue {&&] ,@}0NB!i=b Kt ho@KXvВT>)v)6;} ;T.2 4B aF#vAAA큤A큤큤@@A큤A큤AAA큤A큤큤큤AAA_F_F____9_9___9_________F_____U__9__U__U_V_V_V_V_V_V_V__V__V_V_V_Y_F_F_F_Z__F_9_9__________________F____ _____ ________________ ____F________________6c5d91431500d7452744772c33a6d6d4c3d934cf307f38d5fdd5d41cd9db9c184aa1d70a7a9e2cb94d56a1fd1a832d4cd54278cb5e69ead97e30578e4784e7bf9537d7db0e92820ca3d2c94637b4ab504613b79fb44ac5ecf937d6aa2c000f86a258f95199dca4b2752bd3f36bd01ef03254dbf7581816ac7ac60771f1ce0218ab99d4d4d16811a8d84b2399d74ce011dadac04f8c4fc12822799e7fdb77592744123898f26d3c230fe87c7bb90c5142be05777d47794ca4441c15baefa4034e4c2af4da12e46bb1565ecbcb5649ba292dcc67db6974b5d9c770f8443366e9b83333483125a81aaa31e9727365ade22fabfaac0edd3f2c205ebf9d070b02f7e055e7c222ed18953f19e6a40210dee4ac1f224ce37e8ede19518990ced301528ec2e38b13cad22ed5f93224c7cb5bee048038801db2d8a2c9210589b46ea1fdfe668661c051470ab140c85e14c707f3a54021b0804438caca7468c48ee6ee0b01c67b6091b4963f8d74d649632f0fe6a009031305f92f9e4e2b3c2d40376c7ac41c3447b43700351fbc9bd224e12d636fda61d31e6d19d0196b94d0704d608113edf432975973d8fe5bc13fb3688a8d1cefc588d6aab3f5f8738cbd94ac3736c76e582a823158d49b1a66f26582dd28aed0676a2ddcca0f5449cba101d171762ded0996fc6911a41115b966e4a28cd113fde2dad736ede4c4c479acd1f7d0938abfbb0e374093791189e170a899a426937d24cf2a00644edc6e0d15bbbb4eb4e8f7904204a617b0709eed25895dd9716700731d54cf22c943011ea8631101040065143917ab122a8379c47de31786371c6ffbb87e5c36cbc931ed2cc7bd8dfabe6f6a38670e98500ee1efc088af28ee07040b33400a83c015b6c84bcaa32d1d057fe2e8f5f09db394358c3cdc28b743698e8c8963fedd5a914036a883e8b66e3d6d9ea67845f9817b482214cce55338a47e3fda0995f223016621fce4ae46a6570e655756b0ee43b9f1e9ee319155d9c19c9294641a2105facb8699512420ec2d3788fad86508ff2e382b633a57b91addbd0e4ccc989fe2305e258c9441eb196135970bc528c674ca59331a0b2b4a87d456ac92726b583bb324a7e27448d6bfb9f270960234406df14d1de6dd92ee12ee47e76a9831b06be2ad4b96b4a6228e5f3e97f1a32de85a446f2e0bd279f4726944bdaae6ed9af850ae86b55bee76c754d66afdcb0f8762d157bdeee7f0cf30c8d378ef19859cb290669b1c45d24a89d171e84711159c54b8cd815a9b457341455f5a43ff24ca7741919b2315484138bb57ba0ae48290fdf70bab14793db99afb66fa311debf713dea7d5c69053ef203f410ca92e05d5d2e445a1b8d447152c8f052cc3c57187abe0f9645488605f15ed9281df62d3761eff2bd21f46e4b68cd2af70aa7dd609f81f99103d17cfcf7a21f66bfe9a719377644054c4d0ba8f1b3d9796d17f2a865d289225ac2f55f48f5c2f14afa15523b2778a9e62a9c039a52369806965bb48a3efefec0421393bd936e841f7023ff9bc1853e6182848d878f7ff8d54603cd17e5c9de3dc4161fc808c55d8fd7a1174a5ba396b5bd94ac3b66c3fb2b6566288ad6dfc755b8411358bc41307e00c1a6fbf97233c916145ed79bc7647a68b35ac2fba2c22b090b6a4571e804c6ade80684a00482280048b3d4c6e06447c106921197f2968658bcf066cca3f9803273aec7466978fac6da76a81eb7ffcd70e3dde1edb8b5dd742263bb06e58a7e30b4ecec5ba14b6943ab0c8248651f9a96c2567dedb17fd3402b45a65d6482a56d5c679626951ad4bd2ad3326c44c53933961d3be2d7ca77a3c0e1d013b882571f9ebf7356983e5de0c4d5ead2c4f60f87b16e7d00d3360d22d4bcb7e5f01dfdf4b3f328792f2579a8fdcae30b7d51d9cd7b1b91cc054419da52f045c7620cababc0cc3ee89fd892a90bc3213ae889fef809dbc4507f80fae58a778c7802a372adacbc187b1012de59d9a5b5c87ac7406d7e231d22b5f1b453e8108c2cc757958fccbaa346d1d98e7eb5199b396bb5f795a97bea097478a54e30d7b5e06244f10d1359d08fa6672d0eb423d654e6af315ab1e109470cb170101e63fda07f20368173053b28d6736c11abb44d866748787d8a4fafb162f3daade13e2eec0941371d406c46a94640226593de62901b515c76944f878a08311a27f9e7f1f98da39f0ae52f2fb4b1ae8f31d5553a7a169ce07899b3127138f2fb8341d5ee801d04cb8d3d2fbcd4489807070ccebe1683496581dc51f71c6b48648841047c9c77ebf9ca7200ebf6a865bfa9b0226c0ab52157c2a800a43cbd7f33f40d5400616999e6fcf2191ba428272100315dc235ba920e84d4818128ddef931b7ba9153043baf139442db8d225b148948cf0f76d6d172c34b9bc277b8e1ea817a9415ea5f4f60f296eb6df4426dc8416a877801600e8af5caacc45ff73abfc590a7ac208f245a370bd88041263d71549a2def66308b99a072e05dd0f66fa39ab10a5302228ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b9039f08717526862075c0e646352b1395b48c2e199046cfed84426f4b26a7ddf849716036b8a06762d0a5599e4c9bb6881e966caa7ba5c1166c12aebf08ec890583e67c1696ceb0eb1b00665cdcae85926dcd07b1d81c879e93a15135515931ce4c5e288db020a55cc28aa22e288568cfc2436f4a69f9cfa5e0738132f7d650a687f41df9b3d91b25ed7ccdbec26c96d4181a25e4d385d5a8bbe85148532cf9aeaa79769f85ac7a17af95d8cb21e8a8753238d3472dad400645dc6f8bbf546544ca308755e71596b01a24ed20dca77bfee3ed3da8ba22f0effae0289ddc3e98c7c525029a6a3c11876a8498c8b11e1473bd3849227935fad1a49db062eb991062c554965e384686f5d30c25e84603b88c6547f0e0ef30d9e9c26af5bb85fbc8f5c51a8622522e9fd9667cf88b9186705226aa71e3172bb8db64cec87020033db3362f2043b54c9be8d157f15e56c6090491e63303a625401d2befff4ce6fe6bc8372eb8c3451039de5de8bbe748ee6a3130da1bff440e4c3be48680da29843344de1a780f4df2dc70e49e6c3c7af17a36e8e2eeec1e596bedaff29366f7fc91348c30826708cc68665a004a8409976e411dda42c504c2591270bf38da0bf3676f92efab7c2865dc80b8fbca106564d090c7df73f705534d003a6cbab5ddc217fa327a65274a38d6297f6b7f574a0b778e9b8953b9600e484cf4ce591ed57f1fdbfb12cdb2aec7624b42304f4ec0e9bb11df94781bf823c42745424a2b4f42b109be6c5d91431500d7452744772c33a6d6d4c3d934cf307f38d5fdd5d41cd9db9c18bed1b24f8042a6d7d40037fe18ed5974d1c29fd572562f2266208d5de74ef9eec2f86511b548c67a272f605dc89d40a700f30b3757d5421e2ed2cf1c2e35265dd23e4755f075081eaff1f38cba21aca29523ddff739f0cd2be7f3be7c42c5ab2a12464354480d5536f854b11ae2157d98bb8d78f917cde28437aefeca63bfe4e373a92cd9f8ba588bffa985e544f6c175899beeb28a8c8fbd9eecf76bff806e3af01c3560aa1c24d8d90fab36947835d546794708d62106477dfbe8bfc2642cba78b58fe9d631ffcdf9e17a5b44cecd117f227c4d507981ba535ffa7945377bdb4c22dee3d057f42da2c290be4ce81364f1d0aebfd4cacd33aa9e17413928e4bf2ff3b9008e9327d65879364ec60476f7d3364dd3c93f253df7aa998941f8d92846544fe19abeb01a1fdc8ecb163791baf7b9a0243065eb7416f3ef835eb19b994c01e43a44f0ab602b789ea5980231a5ea0a13fbacdbf8330a5c6076cad0f4871b82f3b201ddd35022ff7bb08afbcade4084115496dc86a50706f4f941ba8bae6fabec031b228cbe7982d2201462982fcd988a722f712e78377c5264aa3d30c6ead60682002dae08a13d28e63a664f79f8810b7f6b2301bf0b06e4b806cd762cf500163b03f35f3f1e8e13d7461644b1398f216540f0f582e00a249cb41e99e6e248bd7c2ff3ffb345ce0e6ff91594b216b9917659ab3c2ed46b4e2075b4edc49fb7ebcf47f8f1cdc474c09af8d49677c70e5911411a6304b1e9ec6a6aee74a7c65ba5b39d26f42bf454dfccfa1634423dfa160a8252289c39fc1efce48b03b999bfd9f72769e47fcccb75096ce56fb12e1310df2e8fef2ad31052a51a7ac21e5d988ccde8cb9fdee522069e7f581844e9fbb8f782c41408d1980715e2f9f38f60d5080afb23416cf493a160d08daed39222d2dd740ea7a73db6e3979eed9fa32e07579837116fee6be2714c9efc2c7927cfc9ae86ac556d42dc9543699aa3fctdb_run_testsservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsamba-4.9.5+git.383.7b7f8f14df8-lp151.2.36.1.src.rpmconfig(ctdb)ctdbctdb(x86-32)libctdb-event-client-samba4.solibctdb-event-client-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_I386) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/mktemp/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/env/usr/bin/killallconfig(ctdb)coreutilsdiffutilsfillupgreplibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.2.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libctdb-event-client-samba4.solibctdb-event-client-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_I386)libiov-buf-samba4.solibiov-buf-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_I386)libpopt.so.0libpopt.so.0(LIBPOPT_0)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.2)libreplace-samba4.solibreplace-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_I386)libsamba-debug-samba4.solibsamba-debug-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_I386)libsamba-util.so.0libsamba-util.so.0(SAMBA_UTIL_0.0.1)libsocket-blocking-samba4.solibsocket-blocking-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_I386)libsys-rw-samba4.solibsys-rw-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_I386)libtalloc-report-samba4.solibtalloc-report-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_I386)libtalloc.so.2libtalloc.so.2(TALLOC_2.0.2)libtalloc.so.2(TALLOC_2.1.0)libtdb-wrap-samba4.solibtdb-wrap-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_I386)libtdb.so.1libtdb.so.1(TDB_1.2.1)libtdb.so.1(TDB_1.2.10)libtdb.so.1(TDB_1.2.2)libtdb.so.1(TDB_1.2.5)libtdb.so.1(TDB_1.3.0)libtdb.so.1(TDB_1.3.11)libtevent-util.so.0libtevent-util.so.0(TEVENT_UTIL_0.0.1)libtevent.so.0libtevent.so.0(TEVENT_0.9.13)libtevent.so.0(TEVENT_0.9.14)libtevent.so.0(TEVENT_0.9.16)libtevent.so.0(TEVENT_0.9.21)libtevent.so.0(TEVENT_0.9.9)libtime-basic-samba4.solibtime-basic-samba4.so(SAMBA_4.9.5_GIT.383.7B7F8F14DF8LP151.2.36.1_SUSE_OS15.0_I386)libtirpc.so.3libtirpc.so.3(TIRPC_0.3.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sedtdb-tools4.9.5+git.383.7b7f8f14df8-lp151.2.36.13.0.4-14.6.0-14.0-15.2-14.14.1__d@__ @^^@^^2^1^^t@^s^^Y^.^@]]@]]@]@]@]nU]_@]J@]:\ڭ\\@\ \N\e\e\}@\o@\\\\\4\ @[[@[[%@[@[ @[[t[#@[[Q@[Q@[\[[[{[z@[r@[ @[WZZZZZZ`@Z@Z@ZZ@ZZ}@Z'Z@ZOZ@Z ,@Z@YY@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_@USaSamuel Cabrero Samuel Cabrero Samuel Cabrero David Mulder Noel Power Noel Power Samuel Cabrero Samuel Cabrero Noel Power David Mulder Noel Power Samuel Cabrero Samuel Cabrero Samuel Cabrero Noel Power David Disseldorp David Mulder Noel Power Noel Power Noel Power Noel Power Noel Power James McDonough npower npower David Disseldorp David Disseldorp npower David Disseldorp npower David Mulder David Mulder David Disseldorp Samuel Cabrero David Mulder ddiss@suse.comnopower@suse.comJan Engelhardt David Mulder Samuel Cabrero Samuel Cabrero Samuel Cabrero dmulder@suse.comdmulder@suse.comdmulder@suse.comjmcdonough@suse.comdmulder@suse.comSamuel Cabrero dmulder@suse.comSamuel Cabrero dmulder@suse.comdmulder@suse.comvcizek@suse.comdmulder@suse.comdmulder@suse.comnopower@suse.comscabrero@suse.dejmcdonough@suse.comscabrero@suse.deaaptel@suse.comjengelh@inai.dedimstar@opensuse.orgdmulder@suse.comjmcdonough@suse.comdavid.mulder@suse.comjmcdonough@suse.comaaptel@suse.comdmulder@suse.comscabrero@suse.comscabrero@suse.comkukuk@suse.dedavid.mulder@suse.comscabrero@suse.comrbrown@suse.comdmulder@suse.comscabrero@suse.comdimstar@opensuse.orgscabrero@suse.comaaptel@suse.comnopower@suse.comnopower@suse.comaaptel@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comddiss@suse.comnopower@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comddiss@suse.comdmulder@suse.comnopower@suse.comjmcdonough@suse.comaaptel@suse.comkukuk@suse.comkukuk@suse.denopower@suse.comaaptel@suse.comdmulder@suse.comddiss@suse.comdmulder@suse.comddiss@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comnopower@suse.comnopower@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comnopower@suse.comddiss@suse.comjmcdonough@suse.comddiss@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comjmcdonough@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comtchvatal@suse.comlmuelle@suse.comnopower@suse.comcrrodriguez@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comnoel.power@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comnopower@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.commpluskal@suse.comlmuelle@suse.comnopower@suse.deddiss@suse.comddiss@suse.comddiss@suse.comlmuelle@suse.denopower@suse.delmuelle@suse.comnopower@suse.deddiss@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- CVE-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);- CVE-2020-1472: Unauthenticated domain takeover via netlogon ("ZeroLogon"). + s3:rpc_server/netlogon: Protect netr_ServerPasswordSet2 against unencrypted passwords; (bsc#1176579); (bso#14497); + s3:rpc_server/netlogon: Support "server require schannel:WORKSTATION$ = no" about unsecure configurations; (bsc#1176579); (bso#14497); + s4 torture rpc: repeated bytes in client challenge; (bsc#1176579); (bso#14497); + libcli/auth: Reject weak client challenges in netlogon_creds_server_init() "server require schannel:WORKSTATION$ = no"; (bsc#1176579); (bso#14497);- Add obsoletes to libsmbldap2 package to fix upgrades from previous versions; (bsc#1172810);- Fix net command unable to negotiate SMB2; (bsc#1174120);- CVE-2020-14303: Endless loop from empty UDP packet sent to AD DC nbt_server; (bso#14417); (bsc#1173359).- 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).- Add libnetapi-devel to baselibs conf, for wine usage; (bsc#1172307);- Installing: samba - samba-ad-dc.service does not exist and unit not found; (bsc#1171437);- CVE-2020-10704: samba: Stack overflow in AD DC (C)LDAP server; (bso#14334); (bsc#1169851).- Fix spnego fallback from kerberos to ntlmssp in smbd server; (bso#14106); (bsc#1169473);- Fix CLI tools still printing "Unable to initialize messaging context" messages; (bso#13925); (bsc#1167070). - Do print mkdir failure message on error debug level when initializing messaging; (bso#13823); (bsc#1167070).- Fix domain join when the machine account does not exists; (bso#14007); (bsc#1161389);- Fix pam_winbind with krb5_auth or wbinfo -K for users of trusted domains/forests; (bso#14124); (bsc#1160490);- Prefer principal over DOMAIN/username for NTLM; (bso#13861); (bsc#1143499);- 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).- Fix Ceph snapshot root relative path handling; (bso#14216); (bsc#1141320).- Print command %J substitution issue; (bso#13745); (bsc#1158551);- CVE-2019-14861: DNSServer RPC server crash, an authenticated user can crash the DCE/RPC DNS management server by creating records with matching the zone name; (bso#14138); (bsc#1158108). - CVE-2019-14870: DelegationNotAllowed not being enforced, the DelegationNotAllowed Kerberos feature restriction was not being applied when processing protocol transition requests (S4U2Self), in the AD DC KDC; (bso#14187); (bsc#1158109).- CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040); (bsc#1154598); - CVE-2019-10218: Client code can return filenames containing path separators; (bso#14071); (bsc#1144902);- CVE-2019-14833: samba: Accent with "check script password" Samba AD DC check password script does not receive the full password; (bso#12438); (bsc#1154289).- Fix broken username/password authentication with CUPS and smbspool; (bsc#1152143); (bso#14128).- Fix auth problems when printing via smbspool backend with kerberos; (bnc#1148539); (bso#13832).- CVE-2019-10197: user escape from share path definition; (bso#14035); (bsc#1141267).- Prepare for use future use of kernel keyrings, modify /etc/pam.d/samba to include pam_keyinit.so; (bsc#1144059).- CVE-2019-12435: zone operations can crash rpc server; (bso#13922); (bsc#1137815).- Fix cephwrap_flistxattr() debug message; (bso#13940); (bsc#1134697). - Add ceph_snapshots VFS module; (jsc#SES-183).- Fix vfs_ceph realpath; (bso#13918); (bsc#1134452).- MacOS credit accounting breaks with async SESSION SETUP; (bsc#1125601); (bso#13796). - Mac OS X SMB2 implmenetation sees Input/output error or Resource temporarily unavailable and drops connection; (bso#13698)- Explicitly enable libcephfs POSIX ACL support; (bso#13896); (bsc#1130245).- CVE-2019-3880: Save registry file outside share as unprivileged user; (bso#13851); (bsc#1131060 ).- CVE-2019-3870 pysmbd: missing restoration of original umask after umask(0); (bso#13834); (bsc#1130703);- Update to samba-4.9.5 + audit_logging: Remove debug log header and JSON Authentication: prefix; (bso#13714); + Fix upgrade from 4.7 (or earlier) to 4.9; (bso#13760); + s3: lib: nmbname: Ensure we limit the NetBIOS name correctly; (bso# CID: 1433607; (bso#11495); + smbd: uid: Don't crash if 'force group' is added to an existing share connection; (bso#13690); + s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code; (bso#13770); + s3: SMB1 POSIX mkdir does case insensitive name lookup; (bso#13803); + s3:utils/smbget fix recursive download with empty source directories; (bso#13199); + samba-tool drs showrepl: Do not crash if no dnsHostName found; (bso#13716); + s3:libsmb: cli_smb2_list() can sometimes fail initially on a connection; (bso#13736); + join: Throw CommandError instead of Exception for simple errors; (bso#13747); + ldb: Avoid inefficient one-level searches; (bso#13762); + s3: libsmb: use smb2cli_conn_max_trans_size() in cli_smb2_list(); (bso#13736); + tldap: Avoid use after free errors; (bso#13776); + Fix idmap xid2sid cache churn; (bso#13802); + access_check_max_allowed() doesn't process "Owner Rights" ACEs; (bso#13812); + s3-smbd: Avoid assuming fsp is always intact after close_file call; (bso#13720); + s3-vfs-fruit: Add close call; (bso#13725); + s3-smbd: Use fruit:model string for mDNS registration; (bso#13746); + s3-vfs: add glusterfs_fuse vfs module; (bso#13774); + printing: Check lp_load_printers() prior to pcap cache update; (bso#13766); + vfs_ceph: vfs_ceph strict_allocate_ftruncate calls (local FS) ftruncate and fallocate; (bso#13807); + lib/audit_logging: Actually create talloc; (bso#13737); + netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpg; (bso#13728); + dns: Changing onelevel search for wildcard to subtree; (bso#13738); + samba-tool: Don't print backtrace on simple DNS errors; (bso#13721); + sambaundoguididx: Use the right escaped oder unescaped sam ldb files; (bso#13759); + ctdb: Print locks latency in machinereadable stats; (bso#13742); + messages_dgm: Messaging gets stuck when pids are recycled; (bso#13786); + audit_logging: auth_json_audit required auth_json; (bso#13715); + man pages: Document prefork process model; (bso#13765); + CVE-2019-3824 ldb: Release ldb 1.4.6; (bso#13773); + s3:auth: ignore create_builtin_guests() failing without a valid idmap configuration; (bso#13697); + s3:auth_winbind: Ignore a missing winbindd as NT4 PDC/BDC without trusts; (bso#13722); + s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not available; (bso#13723); + s4:server: Add support for 'smbcontrol samba shutdown' and 'smbcontrol debug/debuglevel'; (bso#13752); + Python: Ensure ldb.Dn can doesn't rencoded str with py2; (bso#13616); + vfs_glusterfs: Adapt to changes in libgfapi signatures; (bso#13330); + s3-vfs: Use ENOATTR in errno comparison for getxattr; (bso#13774); + notifyd: Fix SIGBUS on sparc; (bso#13704); + waf: Check for libnscd; (bso#13787); + s3:vfs: Correctly check if OFD locks should be enabled or not; (bso#13770); + lib/util: Count a trailing line that doesn't end in a newline; (bso#13717); + Recovery lock bug fixes; (bso#13800); + s3: net: Do not set NET_FLAGS_ANONYMOUS with -k; (bso#13726); + s3:libsmb: Honor disable_netbios option in smbsock_connect_send; (bso#13727); + vfs_fileid: Fix get_connectpath_ino; (bso#13741); + vfs_fileid: Fix fsname_norootdir algorithm; (bso#13744);- Fix vfs_ceph ftruncate and fallocate handling; (bso#13807); (bsc#1127153).- Fix update-apparmor-samba-profile script after apparmor switched to using named profiles. The change is backwards compatible; (bsc#1126377);- LoadParm().load_default() fails with "Unable to load default file"; (bsc#1089758);- Abide by load_printers smb.conf parameter; (bso#13766); (bsc#1124223);- Update to samba-4.9.4 + libcli/smb: Don't overwrite status code; (bso#9175). + wbinfo --group-info 'NT AUTHORITY\System' does not work; (bso#12164). + Session setup reauth fails to sign response; (bso#13661). + vfs_fruit: Validation of writes on AFP_AfpInfo stream; (bso#13677). + vfs_shadow_copy2: Nicely deal with attempts to open previous version for writing; (bso#13688). + Restoring previous version of stream with vfs_shadow_copy2 fails with NT_STATUS_OBJECT_NAME_INVALID fsp->base_fsp->fsp_name; (bso#13455). + CVE-2018-16853: Fix S4U2Self crash with MIT KDC build; (bso#13571). + s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs; (bso#13708) + PEP8: fix E231: missing whitespace after ','. + winbindd: Fix crash when taking profiles;(bso#13629) + CVE-2018-14629 dns: Fix CNAME loop prevention using counter regression; (bso#13600) + 'samba-tool user syscpasswords' fails on a domain with many DCs; (bso#13686). + CVE-2018-16853: Do not segfault if client is not set; (bso#13571). + lib:util: Fix DEBUGCLASS pointer initializiation; (bso#13679) + ctdb-daemon: Exit with error if a database directory does not exist; (bso#13696). + s3:libads: Add net ads leave keep-account option; (bso#13498).- Drop more %if..%endif guards which are idempotent. - Drop requires on ldconfig which are already auto-discovered. - Do not ignore errors from useradd/groupadd.- Remove python2 build dependency from samba-libs; (bsc#1116900);- Update update-apparmor-samba-profile script to ignore the shares's paths containing substitution variables in any place, not only at the beginning of the path.- Update to samba-4.9.3 + CVE-2018-14629: Unprivileged adding of CNAME record causing loop in AD Internal DNS server; (bso#13600); (bsc#1116319); + CVE-2018-16841: Double-free in Samba AD DC KDC with PKINIT; (bso#13628); (bsc#1116320); + CVE-2018-16851: NULL pointer de-reference in Samba AD DC LDAP server; (bso#13674); (bsc#1116322); + CVE-2018-16852: NULL pointer de-reference in Samba AD DC DNS servers; (bso#13669); (bsc#1116321); + CVE-2018-16853: Samba AD DC S4U2Self crash in experimental MIT Kerberos configuration (unsupported); (bso#13678); (bsc#1116324); + CVE-2018-16857: Bad password count in AD DC not always effective; window; (bso#13683); (bsc#1116323);- Update to samba-4.9.2 + dsdb: Add comments explaining the limitations of our current backlink behaviour; (bso#13418); + Fix problems running domain backups (handling SMBv2, sites); (bso#13621); + testparm: Fix crashes with PANIC: Messaging not initialized on SLES 12 SP3; (bso#13465); + Make vfs_fruit able to cleanup AppleDouble files; (bso#13642); + File saving issues with vfs_fruit on samba >= 4.8.5; (bso#13646); + Enabling vfs_fruit looses FinderInfo; (bso#13649); + Cancelling of SMB2 aio reads and writes returns wrong error NT_STATUS_INTERNAL_ERROR; (bso#13667); + Fix CTDB recovery record resurrection from inactive nodes and simplify vacuuming; (bso#13641); + examples: Fix the smb2mount build; (bso#13465); + libtevent: Fix build due to missing open_memstream on Illiumos; (bso#13629); + winbindd_cache: Fix timeout calculation for sid<->name cache; (bso#13662); + dsdb encrypted_secrets: Allow "ldb:// and "mdb://" in file path; (bso#13653); + Extended DN SID component missing for member after switching group membership; (bso#13418); + Return STATUS_SESSION_EXPIRED error encrypted, if the request was encrypted; (bso#13624); + python: Allow forced signing via smb.SMB(); (bso#13621); + lib:socket: If returning early, set ifaces; (bso#13665); + ldb: Bump ldb version to 1.4.3, Python: Ensure ldb.Dn can accept utf8 encoded unicode; (bso#13616); + smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attribute; (bso#13673); + waf: Add -fstack-clash-protection; (bso#13601); + winbind: Fix segfault if an invalid passdb backend is configured; (bso#13668); + Fix bugs in CTDB event handling; (bso#13659); + Misbehaving nodes are sometimes not banned; (bso#13670);- lib:socket: If returning early, set ifaces; (bso#13665); (bsc#1111373);- winbind requires latest version of libtevent-util0 to start- Backport latest gpo code from master + Read policy from local gpt cache + Offline policy application + Make group policy extensible via register/unregister gpext + gpext's run via a process_group_policy method- Enable profiling data collection- Change samba-kdc package name to samba-ad-dc - Move samba-ad-dc.service to the samba-ad-dc package- Update to samba-4.9.1 + s3: nmbd: Stop nmbd network announce storm; (bso#13620); + s3-rpcclient: Use spoolss_init_spoolss_UserLevel1 in winspool cmds; (bso#13597); + CTDB recovery lock has some race conditions; (bso#13617); + s3-rpc_client: Advertise Windows 7 client info; (bso#13597); + ctdb-doc: Remove PIDFILE option from ctdbd_wrapper man page; (bso#13610);- Tumbleweed doesn't define the sle_version macro, so we must include a check for suse_version also. Otherwise python3 is disabled on Tumbleweed.- Update to samba-4.9.0 + samba_dnsupdate: Honor 'dns zone scavenging' option, only update if needed; (bso#13605); + wafsamba: Fix 'make -j'; (bso#13606);- Update to samba-4.9.0rc5 + s3: VFS: vfs_full_audit: Ensure smb_fname_str_do_log() only returns absolute pathnames; (bso#13565); + s3: util: Do not take over stderr when there is no log file; (bso#13578); + Durable Reconnect fails because cookie.allow_reconnect is not set; (bso#13549); + krb5-samba: Interdomain trust uses different salt principal; (bso#13539); + vfs_fruit: Don't unlink the main file; (bso#13441); + smbd: Fix a memleak in async search ask sharemode; (bso#13602); + Fix Samba GPO issue when Trust is enabled; (bso#11517); + samba-tool: Add "virtualKerberosSalt" attribute to 'user getpassword/syncpasswords'; (bso#13539); + Fix CTDB configuration issues; (bso#13589); + ctdbd logs an error until it can successfully connect to eventd; (bso#13592);- Update to samba-4.9.0rc4 + s3: smbd: Ensure get_real_filename() copes with empty pathnames; (bso#13585); + samba domain backup online/rename commands force user to specify password on CLI; (bso#13566); + wafsamba/samba_abi: Always hide ABI symbols which must be local; (bso#13579); + Fix a panic if fruit_access_check detects a locking conflict; (bso#13584); + Fix memory and resource leaks; (bso#13567); + python: Fix print in dns_invalid.py; (bso#13580); + Aliasing issue causes incorrect IPv6 checksum; (bso#13588); + Fix CTDB configuration issues; (bso#13589); + s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_read_recv(); (bso#13568);- Add missing zlib-devel dependency which was previously pulled in by libopenssl-devel- Update to samba-4.9.0rc3+git.22.3fff23ae36e + CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from malicious servers; (bso#13453); + CVE-2018-1140: ldbsearch '(distinguishedName=abc)' and DNS query with escapes crashes, ldb: Release LDB 1.3.5 for CVE-2018-1140; (bso#13374); + CVE-2018-10918: cracknames: Fix DoS (NULL pointer de-ref) when not servicePrincipalName is set on a user; (bso#13552); + CVE-2018-10919: acl_read: Fix unauthorized attribute access via searches; (bso#13434); + ctdb_mutex_ceph_rados_helper: Set SIGINT signal handler; (bso#13540); + CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled via "ntlm auth"; (bso#13360); + s3-tldap: do not install test_tldap; (bso#13529); + ctdb_mutex_ceph_rados_helper: Fix deadlock via lock renewals; (bso#13540); + CVE-2018-1140 Add NULL check for ldb_dn_get_casefold() in ltdb_index_dn_attr(); (bso#13374); + ctdb-eventd: Fix CID 1438155; (bso#13554); + Fix CIDs 1438243, (Unchecked return value) 1438244 (Unsigned compared against 0), 1438245 (Dereference before null check) and 1438246 (Unchecked return value); (bso#13553); + ctdb: Fix a cut&paste error; (bso#13554); + systemd: Only start smb when network interfaces are up; (bso#13559); + Fix quotas don't work with SMB2; (bso#13553); + s3/smbd: Ensure quota code is only called when quota support detected; (bso#13563); + s3/libsmb: Explicitly set delete_on_close token for rmdir; (bso#13204); + s3:waf: Install eventlogadm to /usr/sbin; (bso#13561); + Shorten description in vfs_linux_xfs_sgid manual; (bso#13562);- Update to samba-4.9.0rc2+git.21.a1069afb007 + s3: smbd: Using "sendfile = yes" with SMB2 can cause CPU spin; (bso#13537); + s3: smbd: Fix path check in smbd_smb2_create_durable_lease_check(); (bso#13535); + samba-tool trust: Support discovery via netr_GetDcName; (bso#13538); + s4-dsdb: Only build dsdb Python modules for AD DC; (bso#13542); + Fix portability issues on freebsd; (bso#13520); + DNS wildcard search does not handle multiple labels correctly; (bso#13536); + samba-tool domain trust: Fix trust compatibility to Windows Server 1709 and FreeIPA; (bso#13308); + Fix portability issues on freebsd; (bso#13520); + ctdb-protocol: Fix CTDB compilation issues; (bso#13545); + ctdb-docs: Replace obsolete reference to CTDB_DEBUG_HUNG_SCRIPT option; (bso#13546); + ctdb-doc: Provide an example script for migrating old configuration; (bso#13550); + ctdb-event: Implement event tool "script list" command; (bso#13551);- Update to samba-4.8.4+git.37.a7a861d7982; + CVE-2018-1139: Weak authentication protocol allowed; (bsc#1095048); (bsc#13360); + CVE-2018-1140: Denial of Service Attack on DNS and LDAP server; (bsc#1095056); (bso#13466); (bso#13374); + CVE-2018-10858: Insufficient input validation on client directory listing in libsmbclient; (bsc#1103411); (bso#13453); + CVE-2018-10918: Denial of Service Attack on AD DC DRSUAPI server; (bsc#1103414); (bso#13552); + CVE-2018-10919: Confidential attribute disclosure from the AD LDAP server; (bsc#1095057); (bso#13434); + s3:winbind: winbind normalize names' doesn't work for users; (bso#12851); + winbind: Fix UPN handling in canonicalize_username(); (bso#13369); + s3: smbd: Fix SMB2-FLUSH against directories; (bso#13428); + samdb: Fix building Samba with gcc 8.1; (bso#13437); + s3:utils: Do not segfault on error in DoDNSUpdate(); (bso#13440); + smbd: Flush dfree memcache on service reload; (bso#13446); + ldb: Save a copy of the index result before calling the + lib/util: No Backtrace given by Samba's AD DC by default; (bso#13454). + s3: smbd: printing: Re-implement delete-on-close semantics for print files missing since 3.5.x; (bso#13457). + python: Fix talloc frame use in make_simple_acl(); (bso#13474). + krb5_wrap: Fix keep_old_entries logic for older Kerberos libraries;(bso#13478). + krb5_plugin: Add winbind localauth plugin for MIT Kerberos; (bso#13480).- Add missing package descriptions; (bsc#1093864); - Fix dependency issue between samba-python and samba-kdc; (bsc#1062876); - Call update-apparmor-samba-profile when running samba-ad-dc; (bsc#1092099);- Update to 4.8.2 + After update to 4.8.0 DC failed with "Failed to find our own NTDS Settings objectGUID" (bso#13335). + fix incorrect reporting of stream dos attributes on a directory (bso#13380). + vfs_ceph: add asynchronous fsync; fake synchronous call (bso#13412). + vfs_ceph: add fake async pwrite/pread send/recv hooks; (bso#13425) + vfs_ceph: Fix memory leak; (bso#13424). + libsmbclient: Fix hard-coded connection error return of ETIMEDOUT; (bso#13419). + s4-lsa: Fix use-after-free in LSA server; (bso#13420). + winbindd: Do re-connect if the RPC call fails in the passdb case; (bso#13430). + cleanupd: Sends MSG_SMB_UNLOCK twice to interested peers; (bso#13416). + cleanupd: Use MSG_SMB_BRL_VALIDATE to signal cleanupd unclean process shutdown; (bso#13414). + ctdb-client: Remove ununsed functions from old client code; (bso#13411). + printing: Return the same error code as windows does on upload failures; (bso#13395). + nsswitch: Fix memory leak in winbind_open_pipe_sock() when the privileged pipe is not accessable; (bso#13400). + s4:lsa_lookup: remove TALLOC_FREE(state) after all dcesrv_lsa_Lookup{Names,Sids}_base_map() calls; (bso#13420). + rpc_server: Fix NetSessEnum with stale sessions; (bso#13407). + s3:smbspool: Fix cmdline argument handling; (bso#13417).- Move libdfs-server-ad-samba4.so library from kdc to libs package, as it is required by some client libs; (bsc#1074135); - Update to 4.8.1; (bsc#1091179); + s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here; (bso#13244); + s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(); (bso#13270); + Round-tripping ACL get/set through vfs_fruit will increase the number of ACE entries without limit; (bso#13319); + s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues; (bso#13347); + s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE without delete access; (bso#13358); + s3: smbd: Fix memory leak in vfswrap_getwd(); (bso#13372); + s3: smbd: Unix extensions attempts to change wrong field in fchown call; (bso#13375); + ms_schema/samba-tool visualize: Fix python2.6 incompatibility; (bso#13337); + Fix invocation of gnutls_aead_cipher_encrypt(); (bso#13352); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + winbindd: Recover loss of netlogon secure channel in case the peer DC is rebooted; (bso#13332); + s3:smbd: Don't use the directory cache for SMB2/3; (bso#13363); + ctdb-client: Fix bugs in client code; (bso#13356); + ctdb-scripts: Drop "net serverid wipe" from 50.samba event script; (bso#13359); + s3: lib: messages: Don't use the result of sec_init() before calling sec_init(); (bso#13368); + libads: Fix the build '--without-ads'; (bso#13273); + winbind: Keep "force_reauth" in invalidate_cm_connection, add 'smbcontrol disconnect-dc'; (bso#13332); + vfs_virusfilter: Fix CIDs 1428738-1428740; (bso#13343); + dsdb: Fix CID 1034966 Uninitialized scalar variable; (bso#13367); + rpc_server: Fix core dump in dfsgetinfo; (bso#13370); + smbclient: Fix notify; (bso#13382); + Fix smbd panic if the client-supplied channel sequence number wraps; (bso#13215); + Windows 10 cannot logon on Samba NT4 domain; (bso#13328); + lib/util: Remove unused '#include ' from tests/tfork.c; (bso#13342); + Fix build errors with cc from developerstudio 12.5 on Solaris; (bso#13343); + Fix the picky-developer build on FreeBSD 11; (bso#13344); + s3:modules: Fix the build of vfs_aixacl2.c; (bso#13345); + s3:smbd: map nterror on smb2_flush errorpath; (bso#13338); + lib:replace: Fix linking when libtirpc-devel overwrites system headers; (bso#13341); + winbindd: 'wbinfo --name-to-sid' returns misleading result on invalid query; (bso#13312); + s3:passdb: Do not return OK if we don't have pinfo set up; (bso#13376); + Allow AESNI to be used on all processor supporting AESNI; (bso#13302);- Use new foreground execution flags for systemd samba daemons; (bsc#1088574); (bsc#1071090); (bsc#1065551); + Add %post scriptlet to clear old sysconfig flags - Update vendor-files to commit 880b3e7. + Set samba sysconfig template variables to "" + Add required daemon flags directly to systemd unit- Specfile cleanup + Remove %if..%endif guards which don't affect the build + Remove redundant %clean section + Replace old $RPM_* shell vars with macros- BuildRequire pkgconfig(systemd) and pkgconfig(libsystemd) in place of systemd and systemd-devel: Allow OBS to optimize the workload by allowing the usage of the 'build-optimized' systemd packages.- Enable building samba with python3, and create a samba-python3 package.- Update to 4.8 + New GUID Index mode in sam.ldb for the AD DC + GPO support for samba KDC + Time machine support with vfs_fruit + Encrypted secrets + AD Replication visualization + Improved trust support - ability to not scan global trust list - AD external trusts have limited support - verbose trusted domain listing + VirusFilter VFS module + NT4-style replication removed + vfs_aio_linux removed- Disable samba-pidl package, due to the removal of dependency perl-Parse-Yapp; (bsc#1085150);- Update to 4.7.6; + CVE-2018-1050: DOS vulnerability when SPOOLSS is run externally; (bso#11343); (bsc#1081741); + CVE-2018-1057: Authenticated users can change other users' password; (bso#13272); (bsc#1081024).- Disable python until full python3 port is done; (bsc#1082139); + Remove contents of package samba-python + Remove contents of package libsamba-policy0 + Remove contents of package libsamba-policy-devel + Remove library libsamba-python-samba4.so from samba-libs package + Remove library libsamba-net-samba4.so from samba-libs package + Remove smbtorture binary and manpage from samba-test- samba fails to build with glibc2.27; (bsc#1081042);- Update to 4.7.5; (bsc#1080545); + smbd tries to release not leased oplock during oplock II downgrade; (bso#13193); + Fix copying file with empty FinderInfo from Windows client to Samba share with fruit; (bso#13181); + build: Deal with recent glibc sunrpc header removal; (bso#10976); + Make Samba work with tirpc and libnsl2; (bso#13238); + vfs_ceph: Add fs_capabilities hook to avoid local statvfs; (bso#13208); (bsc#1075206); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + ctdb-recovery-helper: Deregister message handler in error paths; (bso#13188); + samba: Only use async signal-safe functions in signal handler; (bso#13240); + Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue; (bso#12986); + repl_meta_data: Fix linked attribute corruption on databases with unsorted links on expunge. dbcheck: Add functionality to fix the corrupt database; (bso#13228); + Fix smbd panic when chdir returns error during exit; (bso#13189); + Make Samba work with tirpc and libnsl2; (bso#13238); + Fix POSIX ACL support on HPUX and possibly other big-endian OSs; (bso#13176);- Update to 4.7.4; (bsc#1080545); + s3: smbclient: Implement 'volume' command over SMB2; (bso#13140); + s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv(); (bso#13171); + s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse point symlink on Windows from smbclient; (bso#13172); + Build man page for vfs_zfsacl.8 with Samba; (bso#12934); + repl_meta_data: Allow delete of an object with dangling backlinks; (bso#13095); + s4:samba: Fix default to be running samba as a deamon; (bso#13129); + Performance regression in DNS server with introduction of DNS wildcard, ldb: Release 1.2.3; (bso#13191); + vfs_zfsacl: Fix compilation error; (bso#6133); + "smb encrypt" setting changes are not fully applied until full smbd restart; (bso#13051); + winbindd: Fix idmap_rid dependency on trusted domain list; (bso#13052); + vfs_fruit: Proper VFS-stackable conversion of FinderInfo; (bso#13155); + winbindd: Dependency on trusted-domain list in winbindd in critical auth codepath; (bso#13173); + repl_meta_data: Fix removing of backlink on deleted objects; (bso#13120); + ctdb: sock_daemon leaks memory; (bso#13153); + TCP tickles not getting synchronised on CTDB restart; (bso#13154); + winbindd: winbind parent and child share a ctdb connection; (bso#13150); + pthreadpool: Fix deadlock; (bso#13170); + pthreadpool: Fix starvation after fork; (bso#13179); + messaging: Always register the unique id; (bso#13180); + s4/smbd: set the process group; (bso#13129); + Fix broken linked attribute handling; (bso#13095); + The KDC on an RWDC doesn't send error replies in some situations; (bso#13132); + libnet_join: Fix 'net rpc oldjoin'; (bso#13149); + g_lock conflict detection broken when processing stale entries; (bso#13195); + s3:smb2_server: allow logoff, close, unlock, cancel and echo on expired sessions; (bso#13197); + s3:libads: net ads keytab list fails with "Key table name malformed"; (bso#13166); (bsc#1067700); + Fix crash in pthreadpool thread after failure from pthread_create; (bso#13170); + s4:samba: Allow samba daemon to run in foreground; (bso#13129); (bsc#1065551); + third_party: Link the aesni-intel library with "-z noexecstack"; (bso#13174); + vfs_glusterfs: include glusterfs/api/glfs.h without relying on "-I" options; (bso#13125);- Re-enable usage of libnsl (did got lost with glibc change) - Use TI-RPC (sunrpc is deprecated and will be removed soon from glibc)- smbc_opendir should not return EEXIST with invalid login credentials; (bnc#1065868).- Update to 4.7.3; (bsc#1069666); + Non-smbd processes using kernel oplocks can hang smbd; (bso#13121); + python: use communicate to fix Popen deadlock; (bso#13127); + smbd on disk file corruption bug under heavy threaded load; (bso#13130); + tevent: version 0.9.34; (bso#13130); + s3: smbd: Fix delete-on-close after smb2_find; (bso#13118); + CVE-2017-14746: s3: smbd: Fix SMB1 use-after-free crash bug; (bsc#1060427);(bso#13041); + CVE-2017-15275: s3: smbd: Chain code can return uninitialized memory when talloc buffer is grown; (bsc#1063008); (bso#13077); - Build with AD DC support only in openSUSE.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- samba-tool requires samba-python; (bnc#1067771).- Run all daemons in the foreground and let systemd handle it; (bsc#1065551). - Update to 4.7.1; + Fix exporting subdirs with shadow_copy2; (bso#13091); + Currently if getwd() fails after a chdir(), we panic; (bso#13027); + Ensure default SMB_VFS_GETWD() call can't return a partially completed struct smb_filename; (bso#13068); + sys_getwd() can leak memory or possibly return the wrong errno on older systems; (bso#13069); + smbclient doesn't correctly canonicalize all local names before use; (bso#13093); + Fix broken linked attribute handling; (bso#13095); + Missing LDAP query escapes in DNS rpc server; (bso#12994); + Link to -lbsd when building replace.c by hand; (bso#13087); + Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem; (bso#6133); + Map SYNCHRONIZE acl permission statically in zfs_acl vfs module; (bso#7909); + Samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xattr module; (bso#7933); + Missing assignment in sl_pack_float; (bso#12991); + Wrong Samba access checks when changing DOS attributes; (bso#12995); + samba_runcmd_send() leaves zombie processes on timeout; (bso#13062); + groupmap cleanup should not delete BUILTIN mappings; (bso#13065); + Enabling vfs_fruit results in loss of Finder tags and other xattrs; (bso#13076); + man pages: Properly ident lists; (bso#9613); + smb.conf.5: Sort parameters alphabetically; (bso#13081); + Fix GUID string format on GetPrinter info; (bso#12993); + Remote serverid check doesn't check for the unique id; (bso#13042); + CTDB starts consuming memory if there are dead nodes in the cluster; (bso#13056); + ctdb-common: Ignore event scripts with multiple '.'s; (bso#13070); + libgpo doesn't sort the GPOs in the correct order; (bso#13046); + Remote serverid check doesn't check for the unique id; (bso#13042); + vfs_catia: Fix a potential memleak; (bso#13090); + Fix file change notification for renames; (bso#12903); + Samba DNS server does not honour wildcards; (bso#12952); + Can't change password in samba from a Windows client if Samba runs on IPv6 only interface; (bso#13079); + vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR; (bso#13086); + Apple client can't cope with SMB2 async replies when creating symlinks; (bso#13047); + s4:rpc_server:backupkey: Move variable into scope; (bso#12959); + Fix ntstatus_gen.h generation on 32bit; (bso#13099); + Fix a double free in vfs_gluster_getwd(); (bso#13100); + Fix resouce leaks and pointer issues; (bso#13101); + vfs_solarisacl: Fix build for samba 4.7 and up; (bso#13049);- Add samba-kdc to baselibs.conf. - Do not wrap samba-kdc's package definition into if/endif: the package won't be generated simply based on the fact that there is no files section for the package. Allows the source validator to ensure samba-kdc is a built package.- Update to 4.7.0; + Whole DB read locks: Improved LDAP and replication consistency; (bso#12858). + Samba AD with MIT Kerberos + Dynamic RPC port range: Default range changed from "1024-1300" to "49152-65535". + Authentication and Authorization audit support: New auth_audit debug class. + Multi-process LDAP Server: The LDAP server in the AD DC now honours the process model used for the rest of the 'samba' process. + Improved Read-Only Domain Controller (RODC) Support; (bso#12977). + Additional password hashes stored in supplementalCredentials. + Improvements to DNS during Active Directory domain join. + Significant AD performance and replication improvements. + Query record for open file or directory. + Removal of lpcfg_register_defaults_hook(). + Change of loadable module interface. + SHA256 LDAPS Certificates: The self-signed certificate generated for use on LDAPS will now be generated with a SHA256 self-signature, not a SHA1 self-signature. + CTDB no longer allows mixed minor versions in a cluster. + CTDB now ignores hints from Samba about TDB flags when attaching to databases. + New configuration variable CTDB_NFS_CHECKS_DIR. + The CTDB_SERVICE_AUTOSTARTSTOP configuration has been removed. + The CTDB_SCRIPT_DEBUGLEVEL configuration variable has been removed. + The example NFS Ganesha call-out has been improved. + A new "replicated" database type is available.- CVE-2017-12163: Prevent client short SMB1 write from writing server memory to file; (bso#13020); (bsc#1058624).- CVE-2017-12150: Some code path don't enforce smb signing, when they should; (bso#12997); (bsc#1058622).- CVE-2017-12151: Keep required encryption across SMB3 dfs redirects; (bso#12996); (bsc#1058565).- Clean specfile assuming SUSE-only system and product >=SLE11 + %{ul_version}, %{rhel_version}, %{mandriva_version}, %{centos_version} are always undefined + %{_vendor} is "suse" and %{suse_version} is at least 1100- Update to 4.6.7; (bsc#1054017) + Joining a Huawai storage fails: empty CLDAP ping answer; (bso#11392). + smbcacls can fail against a directory on Windows using SMB2.; (bso#12937). + vfs_ceph provides inconsistent directory listings; (bso#12911). + Misused talloc context can cause a user to crash their smbd by chaining SMB1 commands.; (bso#12836). + Use-after free can crash libsmbclient code.; (bso#12927). + Server exit with active AIO can crash.; (bso#12925). + Ensure notifyd doesn't return from smbd_notifyd_init; (bso#12910). + fd leak to ctdb sub-processes leads to SELinux AVC denial in audit logs; (bso#12898). + vfs_fruit shouldn't send MS NFS ACEs to Windows clients; (bso#12897). + smbspool_krb5_wrapper does not tell CUPS that it requires negotiate for authentication; (bso#12886). + finder sidebar showing question mark instead of icon when using ip to connect with vfs_fruit; (bso#12840). + Winbind stops obtaining the 'unixHomeDirectory' & 'loginShell' attributes from AD.; (bso#12720). + KCC run at selftest startup can fail spuriously due to a race; (bso#12869). + winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change; (bso#12782). + rpc_pipe_client memory leaks due to long term memory context passed to rpc_pipe_open_interface(); (bso#12890). + CVE-2017-2619 breaks accessing previous versions of directories with snapshots in subdirectories of the share; (bso#12885). + dns_name_equal doing OOB read; (bso#12813). + replica_sync tests flap; (bso#12753). + Selftest should not call 'net cache flush' and wipe important winbind entries; (bso#12868). + Old Samba versions don't support using recent ldb versions (>=1.1.30); (bso#12859). + pam_winbind fails with kerberos method = secrets and keytab; (bso#10490). + race starting winbindd against posixacl test; (bso#12843). + Crash in the reentrant smbd_smb2_create_send() if the something fails in the subsequent try; (bso#12832). + spnego.c passes the wrong argument order to gensec_update_ev() for the FALLBACK case; (bso#12788). + Clients with SMB3 support can't connect with "server max protocol = SMB2_02"; (bso#12772). + A log message of samb-tool user syncpasswords reverses string arguments in a debug message "Call Popen[...".; (bso#12768). + The smb tarmode tests kills the share dir contents; (bso#12867). + Fix for a bug in MacOS X Sierra NTLMv2 processing; (bso#12862). + CVE-2017-2619 regression with non-wide symlinks to directories; (bso#12860). + manpage/index.html lists links not in alphabetical order; (bso#12854). + smbcacls got error NT_STATUS_NETWORK_NAME_DELETED; (bso#12831). + If a record is locked in a database, then recovery does not complete; (bso#12857). + debug_locks.sh script does not log any information; (bso#12856). + SIGSEGV in cm_connect_lsa_tcp dereferencing conn->lsa_tcp_pipe->transport after error; (bso#12852). + smbclient can't parse DOMAIN+username if a different winbind separator is used; (bso#12849). + Related requests with SessionSetup fail with INTERNAL_ERROR; (bso#12845). + Related requests with TreeConnect fail with NETWORK_NAME_DELETED; (bso#12844). + cli->server_os not filled correctly; (bso#12779). + REGRESSION: smbclient doesn't print the session setup anymore; (bso#12824). + smblcient doesn't handle STATUS_NOT_SUPPORTED gracefully for FSCTL_VALIDATE_NEGOTIATE_INFO; (bso#12808). + CTDB NFS call-out failures do not cause event failures; (bso#12837). + net command fails due to incorrectly return code; (bso#12828). + Fix building Samba with GCC 7.1; (bso#12827).- Fix duplicate CTDB_LOGGING params when downgraded and upgraded again; (bsc#1048339).- fix cephwrap_chdir(); (bsc#1048790). - Update to 4.6.6 + CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation; (bsc#1048278).- Fix ctdb logs to /var/log/log.ctdb instead of /var/log/ctdb; (bsc#1048339).- Fix inconsistent ctdb socket path; (bsc#1048352). - Fix non-admin cephx authentication; (bsc#1048387).- Update to 4.6.5; (bsc#1040157) + Specifying CTDB_LOGGING=syslog:nonblocking causes ctdbd to crash at startup; (bso#12814). + vfs_expand_msdfs tries to open the remote address as a file path; (bso#12687). + PANIC (pid 1096): assert failed: lease_type_is_exclusive(e_lease_type); (bso#12798). + With clustering get update_num_read_oplocks failed and PANIC: num_share_modes == 1 assertion failure; (bso#11844). + contend_level2_oplocks_begin_default oplock optimisation doesn't carry over to leases; (bso#12766). + `ctdb nodestatus` incorrectly displays status for all nodes with wrong exit code; (bso#12802). + CTDB can spin hard on revoking readonly delegations if a node becomes disconnected; (bso#12697). + Printing a share mode entry with leases can crash in the ndr code; (bso#12793). + Fix flakey unit tests for eventd; (bso#12792). + CTDB daemon crashes if built with clang; (bso#12770). + smbcacls fails if no password is specified; (bso#12765). + idmap_rfc2307: Lookup of more than two SIDs fails; (bso#12757). + samba-tool user syncpasswords doesn't trigger the script when a user gets removed; (bso#12767). + systemd: fix detection of libsystemd; (bso#12764). + Notify subsystem only maps first inotify mask to Windows notify filter; (bso#12760). + Allow passing trusted domain password as plain-text to PASSDB layer; (bso#12751). + Can't case-rename files with vfs_fruit; (bso#12749). + wrong sid->uid mapping for SIDs residing in sIDHistory; (bso#12702). + vfs_acl_common should force "create mask = 0777", not 0666; (bso#12562). + Ordering of notify responses broken; (bso#12756).- s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1; (bso#11822); (bsc#1042419).- Revert explicit winbind %{version}-%{release} dependency. + The ABI has stabilized since (bsc#936909), so remove to fix cross-media dependencies; (bsc#1037899).- Fix CVE-2017-7494 remote code execution from a writable share; (bso#12780); (bsc#1038231).- Update to 4.6.3; (bsc#1036011) + s3:vfs:shadow_copy2: vfs_shadow_copy2 fails to list snapshots from shares with GlusterFS backend; (bso#12743). + Fix for Solaris C compiler; (bso#12559). + s3: locking: Update oplock optimization for the leases era; (bso#12628). + Make the Solaris C compiler happy; (bso#12693). + s3: libgpo: Allow skipping GPO objects that don't have the expected LDAP attributes; (bso#12695). + Fix buffer overflow caused by wrong use of getgroups; (bso#12747). + lib: debug: Avoid negative array access; (bso#12746). + cleanupdb: Fix a memory read error; (bso#12748). + streams_xattr and kernel oplocks results in NT_STATUS_NETWORK_BUSY; (bso#7537). + winbindd: idmap_autorid allocates ids for unknown SIDs from other backends; (bso#11961). + vfs_fruit: Resource fork open request with flags=O_CREAT|O_RDONLY; (bso#12565). + manpages/vfs_fruit: Document global options; (bso#12615). + lib/pthreadpool: Fix a memory leak; (bso#12624). + Lookup-domain for well-known SIDs on a DC; (bso#12727). + winbindd: Fix error handling in rpc_lookup_sids(); (bso#12728). + winbindd: Trigger possible passdb_dsdb initialisation; (bso#12729). + credentials_krb5: use gss_acquire_cred for client-side GSSAPI use case; (bso#12611). + lib/crypto: Implement samba.crypto Python module for RC4; (bso#12690). + ctdb-readonly: Avoid a tight loop waiting for revoke to complete; (bso#12697). + ctdb_event monitor command crashes if event is not specified; (bso#12723). + ctdb-docs: Fix documentation of "-n" option to 'ctdb tool'; (bso#12733). + smbd: Fix smb1 findfirst with DFS; (bso#12558). + smbd: Do an early exit on negprot failure; (bso#12610). + winbindd: Fix substitution for 'template homedir'; (bso#12699). + s4:kdc: Disable principal based autodetected referral detection; (bso#12554). + idmap_autorid: Allocate new domain range if the callers knows the sid is valid; (bso#12613). + LINKFLAGS_PYEMBED should not contain -L/some/path; (bso#12724). + PAM auth with WBFLAG_PAM_GET_PWD_POLICY returns wrong policy for trusted domain; (bso#12725). + rpcclient: Allow -U'OTHERDOMAIN\user' again; (bso#12731). + winbindd: Fix password policy for pam authentication; (bso#12725). + s3:gse: Correctly handle external trusts with MIT; (bso#12554). + auth/credentials: Always set the realm if we set the principal from the ccache; (bso#12611). + replace: Include sysmacros.h; (bso#12686). + s3:vfs_expand_msdfs: Do not open the remote address as a file; (bso#12687). + s3:libsmb: Only print error message if kerberos use is forced; (bso#12704). + winbindd: Child process crashes when kerberos-authenticating a user with wrong password; (bso#12708). + vfs_fruit: Office document opens as read-only on macOS due to CNID semantics; (bso#12715). + vfs_acl_xattr: Fix failure to get ACL on Linux if memory is fragmented; (bso#12737).- Generate and update vendor-files tarball from Git + SuSEfirewall2 service samba-client only setup IPv4 rule; (bsc#1034416).- Generate source tarball directly from Git using OBS tar_scm + use version string derived from parent Git tag and commit hash - remove obsolete vendor-files/tools/package-data version ID + explicitly generate ctdb manpages, needed without "make dist"- Update to 4.6.2 + remove bso#12721 patches now upstream- Enable samba-ceph build for openSUSE and SLE12SP3+; (fate#321622). + x86-64 and aarch64- Enable librados CTDB lock helper for samba-ceph package; (fate#321622).- Build and install the html man pages (bsc#1021907).- Fix CVE-2017-2619 regression with "follow symlinks = no"; (bso#12721).- Update to 4.6.1 + symlink race permits opening files outside share directory; CVE-2017-2619; (bso#12496); (bsc#1027147) + testparm checks for valid idmap parameters + add new krb client encryption types + support for printer driver upload from windows 10 + inherit owner = 'unix only' for improved quota support + improved CTDB event support + new primary group support for idmap_ad + idmap_hash deprecated + mvxattr added to recursively rename extended attributes- Remove chkconfig requirements for systemd systems- Don't call insserv if systemd is used- Fix check if we need to require insserv- async_req: make async_connect_send() "reentrant"; (bso#12105); (bsc#1024416).- Force usage of ncurses6-config thru NCURSES_CONFIG env var; (bsc#1023847).- add missing patch for libnss_wins segfault; (bsc#995730).- Fix vfs_ceph builds against recent Ceph versions; (bsc#1021933).- Document "winbind: ignore domains" parameter; (bsc#1019416).- Add base Samba dependency to samba-ceph package.- Update to 4.5.3 + Heap-based Buffer Overflow Remote Code Execution Vulnerability; CVE-2016-2123; (bso#12409); (bsc#1014437). + Don't send delegated credentials to all servers; CVE-2016-2125; (bso#12445); (bsc#1014441). + denial of service due to a client triggered crash in the winbindd parent process; CVE-2016-2126; (bso#12446); (bsc#1014442). - 4.5.1 and 4.5.2 updates + various streams vfs fixes + various printing fixes + ntlm_auth: do not map explicitly empty domain + various stability fixes in smbd + match file compression ReFS behavior- Add missing ldb module directory; (bnc#1012092).- s3/client: obey 'disable netbios' smb.conf param, don't connect via NBT port; (bsc#1009085); (bso#12418).- Include vfstest in samba-test; (bsc#1001203).- s3/winbindd: using default domain with user@domain.com format fails; (bsc#997833).- Fix segfault in libnss_wins; (bso#12277); (bso#12269); (bsc#995730).- Update to 4.5.0 + NTLM1 Authentication disabled by default + SMB2.1 leases enabled by default + Support for OFD locks + ctdb tool rewritten + Added shadow copy snapshot prefix parameter- Fix illegal memory access after memory has been deleted; (bso#11836); (bsc#975299).- Prevent core, make sure response->extra_data.data is always cleared out; (bsc#993692).- Don't package man pages for VFS modules that aren't built; (boo#993707).- Fix population of ctdb sysconfig after source merge; (bsc#981566).- Enable vfs_ceph builds for Factory (x86-64) + Package as samba-ceph to avoid Ceph dependency in base package.- Update to 4.4.5 + Prevent client-side SMB2 signing downgrade; CVE-2016-2119; (bso#11860); (bsc#986869).- Remove obsolete syslog.target; (bsc#983938).- Honor smb.conf socket options in winbind; (bsc#975131).- Don't use htons() with IP_PROTO_RAW; (bso#11705); (bsc#969522).- Update to 4.4.4 + SMB3 multichannel: Add implementation of missing channel sequence number verification; (bso#11809). + smbd:close: Only remove kernel share modes if they had been taken at open; (bso#11919). + notifyd: Prevent NULL deref segfault in notifyd_peer_destructor; (bso#11930). + s3:rpcclient: Make '--pw-nt-hash' option work; (bso#10796). + Fix case sensitivity issues over SMB2 or above; (bso#11438). + s3:smbd: Fix anonymous authentication if signing is mandatory. (bso#11910) + Fix NTLM Authentication issue with squid; (bso#11914). + pdb: Fix segfault in pdb_ldap for missing gecos; (bso#11530). + Fix memory leak in share mode locking; (bso#11934).- Update to 4.4.3 + Various post-badlock regressions; (bso#11841); (bso#11850); (bso#11858); (bso#11870); (bso#11872). + Only allow idmap_hash for default idmap config (bso#11786). + smbd: Avoid large reads beyond EOF; (bso#11878). + vfs_acl_common: Avoid setting POSIX ACLs if "ignore system acls" is set; (bso#11806). + libads: Record session expiry for spnego sasl binds; (bso#11852).- Fix NTLMSSP regressions caused by previous CVE fixes; (bso#11849); (bsc#975962); (bsc#979268), (bsc#977669).- Revert shared library packaging to comply with SLPP- Update to 4.4.2 + A man-in-the-middle can downgrade NTLMSSP authentication; CVE-2016-2110; (bso#11688); (bsc#973031). + Domain controller netlogon member computer can be spoofed; CVE-2016-2111; (bso#11749); (bsc#973032). + LDAP conenctions vulnerable to downgrade and MITM attack; CVE-2016-2112; (bso#11644); (bsc#973033). + TLS certificate validation missing; CVE-2016-2113; (bso#11752); (bsc#973034). + Named pipe IPC vulnerable to MITM attacks; CVE-2016-2115; (bso#11756); (bsc#973036). + "Badlock" DCERPC impersonation of authenticated account possible; CVE-2016-2118; (bso#11804); (bsc#971965). + DCERPC server and client vulnerable to DOS and MITM attacks; CVE-2015-5370; (bso#11344); (bsc#936862).- Fix samba.tests.messaging test and prevent potential tdb corruption by removing obsolete now invalid tdb_close call; (bsc#974629).- Obsolete libsmbclient from libsmbclient0 while not providing it; (bsc#972197).- Update to 4.4.0. + Read of uninitialized memory DNS TXT handling; (bso#11128); (bso#11686); CVE-2016-0771. + Getting and setting Windows ACLs on symlinks can change permissions on link target; (bso#11648); CVE-2015-7560. + Sockets with htons(IPPROTO_RAW); (bso#11705); CVE-2015-8543. + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem with no ACL support; (bso#10489). + docs: Add example for domain logins to smbspool man page; (bso#11643). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + docs: Add smbspool_krb5_wrapper manpage; (bso#11690). + winbindd: Return trust parameters when listing trusts; (bso#11691). + ctdb: Do not provide a useless pkgconfig file for ctdb; (bso#11696). + Crypto.Cipher.ARC4 is not available on some platforms, fallback to M2Crypto.RC4.RC4 then; (bso#11699). + s3:utils/smbget: Set default blocksize; (bso#11700). + Streamline 'smbget' options with the rest of the Samba utils; (bso#11700). + s3:clispnego: Fix confusing warning in spnego_gen_krb5_wrap(); (bso#11702). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + s3:vfs:glusterfs: Fix build after quota changes; (bso#11715). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + lib:socket: Fix CID 1350010: Integer OVERFLOW_BEFORE_WIDEN; (bso#11723). + smbd: Fix CID 1351215 Improper use of negative value; (bso#11724). + smbd: Fix CID 1351216 Dereference null return value; (bso#11725). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + docs: Add manpage for cifsdd; (bso#11730). + param: Fix str_list_v3 to accept ; again; (bso#11732). + lib/socket: Fix improper use of default interface speed; (bso#11734). + lib:socket: Fix CID 1350009: Fix illegal memory accesses (BUFFER_SIZE_WARNING); (bso#11735). + libcli: Fix debug message, print sid string for new_ace trustee; (bso#11738). + Fix installation path of Samba helper binaries; (bso#11739). + Fix memory leak in loadparm; (bso#11740). + tevent: version 0.9.28: Fix memory leak when old signal action restored; (bso#11742). + smbd: Ignore SVHDX create context; (bso#11753). + Fix net join; (bso#11755). + s3:libads: setup the msDS-SupportedEncryptionTypes attribute on ldap_add; (bso#11755). + passdb: Add linefeed to debug message; (bso#11763). + s3:utils/smbget: Fix option parsing; (bso#11767). + libnet: Make Kerberos domain join site-aware; (bso#11769). + Reset TCP Connections during IP failover; (bso#11770). + ldb: Version 1.1.26; (bso#11772). + s3:smbd: Add negprot remote arch detection for OSX; (bso#11773). + vfs_glusterfs: Fix use after free in AIO callback; (bso#11774). + mkdir can return ACCESS_DENIED incorrectly on create race; (bso#11780). + "trustdom_list_done: Got invalid trustdom response" message should be avoided; (bso#11782). + Mismatch between local and remote attribute ids lets replication fail with custom schema; (bso#11783). + Quota is not supported on Solaris 10; (bso#11788). + Talloc: Version 2.1.6; (bso#11789). + smbd: Enable multi-channel if 'server multi channel support = yes' in the config; (bso#11796). + build: Fix build when '--without-quota' specified; (bso#11798). + lib/socket/interfaces: Fix some uninitialied bytes; (bso#11802). + Access based share enum: handle permission set in configuration files; (bso#8093). + See also WHATSNEW.txt from the samba-doc package.- Update to 4.3.6. + Getting and setting Windows ACLs on symlinks can change permissions on link target; CVE-2015-7560; (bso#11648); (bsc#968222). + Fix Out-of-bounds read in internal DNS server; CVE-2016-0771; (bso#11128); (bso#11686); (bsc#968223).- Upgrade on-disk FSRVP server state to new version; (bsc#924519).- Only obsolete but do not provide gplv2/3 package names; (bsc#968973).- Relocate existing lock files to /var/lib/samba/lock; (bsc#968963).- Obsolete no longer existing samba-32bit package; (bsc#967625).- Update to 4.3.5. + s3:utils/smbget: Fix recursive download; (bso#6482). + s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystemi with no ACL support; (bso#10489). + s3:smbd/oplock: Obey kernel oplock setting when releasing oplocks; (bso#11400). + vfs_shadow_copy2: Fix case where snapshots are outside the share; (bso#11580). + smbclient: Query disk usage relative to current directory; (bso#11662). + winbindd: Handle expired sessions correctly; (bso#11670). + smbd: Show correct disk size for different quota and dfree block sizes; (bso#11681). + smbcacls: Fix uninitialized variable; (bso#11682). + s3:smbd: Ignore initial allocation size for directory creation; (bso#11684). + s3-client: Add a KRB5 wrapper for smbspool; (bso#11690). + s3-parm: Clean up defaults when removing global parameters; (bso#11693). + Use M2Crypto.RC4.RC4 on platforms without Crypto.Cipher.ARC4; (bso#11699). + s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703). + ctdb: Remove error messages after kernel security update; CVE-2015-8543; (bso#11705). + loadparm: Fix memory leak issue; (bso#11708). + lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714). + ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719). + s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file; (bso#11727). + param: Fix str_list_v3 to accept ";" again; (bso#11732).- Shift samba-client sysconfig data into samba and samba-winbind; (bsc#947361).- Simplify shared library packaging; (bsc#966956).- Enable clustering (CTDB) support; (bsc#966271).- s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703); (bsc#964023).- Add quotes around path of update-apparmor-samba-profile; (bnc#962177).- Remove autoconf build-time requirement.- Update to 4.3.4. + vfs_fruit: Enable POSIX directory rename semantics; (bso#11065). + Crash: Bad talloc magic value - access after free; (bso#11394). + Copying files with vfs_fruit fails when using vfs_streams_xattr without stream prefix and type suffix; (bso#11466). + samba-tool: Fix uncaught exception if no fSMORoleOwner attribute is given; (bso#11613). + Fix a typo in the smb.conf manpage, explanation of idmap config; (bso#11619). + Correctly initialize the list head when keeping a list of primary followed by DFS connections; (bso#11624). + Reduce the memory footprint of empty string options; (bso#11625). + lib/async_req: Do not install async_connect_send_test; (bso#11639). + Fix typos in man vfs_gpfs; (bso#11641). + Make "hide dot files" option work with "store dos attributes = yes"; (bso#11645). + Fix a corner case of the symlink verification; (bso#11647); (bnc#960249). + Do not disable "store dos attributes" on-the-fly; (bso#11649). + Update lastLogon and lastLogonTimestamp; (bso#11659).- Prevent access denied if the share path is "/"; (bso#11647); (bnc#960249).- Update to 4.3.3. + Malicious request can cause Samba LDAP server to hang, spinning using CPU; CVE-2015-3223; (bso#11325); (bnc#958581). + Remote read memory exploit in LDB; CVE-2015-5330; (bso#11599); (bnc#958586). + Insufficient symlink verification (file access outside the share); CVE-2015-5252; (bso#11395); (bnc#958582). + No man in the middle protection when forcing smb encryption on the client side; CVE-2015-5296; (bso#11536); (bnc#958584). + Currently the snapshot browsing is not secure thru windows previous version (shadow_copy2); CVE-2015-5299; (bso#11529); (bnc#958583). + Fix Microsoft MS15-096 to prevent machine accounts from being changed into user accounts; CVE-2015-8467; (bso#11552); (bnc#958585).- Update to 4.3.2. + vfs_gpfs: Re-enable share modes; (bso#11243). + dcerpc.idl: Accept invalid dcerpc_bind_nak pdus; (bso#11327). + s3-smbd: Fix old DOS client doing wildcard delete - gives an attribute type of zero; (bso#11452). + Add libreplace dependency to texpect, fixes a linking error on Solaris; (bso#11511). + s4: Fix linking of 'smbtorture' on Solaris; (bso#11512). + s4:lib/messaging: Use correct path for names.tdb; (bso#11562). + Fix segfault of 'net ads (join|leave) -S INVALID' with nss_wins; (bso#11563). + async_req: Fix non-blocking connect(); (bso#11564). + auth: gensec: Fix a memory leak; (bso#11565). + lib: util: Make non-critical message a warning; (bso#11566). + Fix winbindd crashes with samlogon for trusted domain user; (bso#11569); (bnc#949022). + smbd: Send SMB2 oplock breaks unencrypted; (bso#11570). + ctdb: Open the RO tracking db with perms 0600 instead of 0000; (bso#11577). + s3:smb2_server: Make the logic of SMB2_CANCEL DLIST_REMOVE() clearer; (bso#11581). + s3-smbd: Fix use after issue in smbd_smb2_request_dispatch(); (bso#11581). + manpage: Correct small typo error; (bso#11584). + s3: smbd: If EAs are turned off on a share don't allow an SMB2 create containing them; (bso#11589). + Backport some valgrind fixes from upstream master; (bso#11597). + auth: Consistent handling of well-known alias as primary gid; (bso#11608). + winbind: Fix crash on invalid idmap configs; (bso#11612). + s3: smbd: have_file_open_below() fails to enumerate open files below an open directory handle; (bso#11615). + Changing log level of two entries to DBG_NOTICE; (bso#9912).- Ensure samlogon fallback requests are rerouted after kerberos failure; (bnc#953382); (bnc#953972).- Ensure to link with --as-needed flag by removing SUSE_ASNEEDED=0. - Always use the default optimization even on pre-9.2 systems.- Remove redundant configure options while adding with-relro.- Relocate the lockdir to the /var/lib/samba/lock directory.- Cleanup and enhance the pidl sub package.- Require renamed python-ldb-devel and python-talloc-devel at build-time. - Requires python-ldb and python-talloc from the python subpackage.- Update to 4.3.1. + s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Windows; (bso#10252). + nss_winbind: Fix hang on Solaris on big groups; (bso#10365). + smbd: Fix file name buflen and padding in notify repsonse; (bso#10634). + kerberos: Make sure we only use prompter type when available; winbind: Fix 100% loop; (bso#11038). + source3/lib/msghdr.c: Fix compiling error on Solaris; (bso#11053). + s3:ctdbd_conn: make sure we destroy tevent_fd before closing the socket; (bso#11316). + s3: smbd: Fix mkdir race condition; (bso#11486). + pam_winbind: Fix a segfault if initialization fails; (bso#11502). + s3: dfs: Fix a crash when the dfs targets are disabled; (bso#11509). + s4:lib/messaging: Use 'msg.lock' and 'msg.sock' for messaging related subdirs; (bso#11515). + s3: smbd: Fix opening/creating :stream files on the root share directory; (bso#11522). + lib/param: Fix hiding of FLAG_SYNONYM values; (bso#11526). + net: Fix a crash with 'net ads keytab create'; (bso#11528). + s3: smbd: Fix a crash in unix_convert(); (bso#11535). + s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bso#11522); (bso#11535). + vfs_fruit: Return value of ad_pack in vfs_fruit.c; (bso#11543). + vfs_commit: set the fd on open before calling SMB_VFS_FSTAT; (bso#11547). + s3:locking: Initialize lease pointer in share_mode_traverse_fn(); (bso#11549). + s3:smbstatus: Add stream name to share_entry_forall(); (bso#11550). + s3:lib: Validate domain name in lookup_wellknown_name(); (bso#11555). + s3: lsa: lookup_name() logic for unqualified (no DOMAIN component) names is incorrect; (bso#11555).- Fix 100% CPU in winbindd when logging in with "user must change password on next logon"; (bso#11038).- Relocate the tmpfiles.d directory to the client package; (bnc#947552).- Do not provide libpdb0 from libsamba-passdb0 but add it to baselibs.conf instead; (bnc#942716).- Package /var/lib/samba/private/sock with 0700 permissions; (bnc#946051).- Package /var/lib/samba/msg with 0755 permissions; (bso#11515); (bnc#945502).- Require to install libfam0-gamin from samba-libs on post-12.1 and pre-13.15 systems; (bnc#945013).- Update to 4.3.0. + Samba "map to guest = Bad uid" doesn't work; (bso#9862). + revert LDAP extended rule 1.2.840.113556.1.4.1941 LDAP_MATCHING_RULE_IN_CHAIN changes; (bso#10493). + No objectClass found in replPropertyMetaData on ordinary objects (non-deleted); (bso#10973). + Stream names with colon don't work with fruit:encoding = native; (bso#11278). + NetApp joined to a Samba/ADDC cannot resolve SIDs; (bso#11291). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + "force group" with local group not working; (bso#11320). + strsep is not available on Solaris; (bso#11359). + smbtorture does not build when configured --with-system-mitkrb5; (bso#11411). + Build with GPFS support is broken; (bso#11421). + Build broken with --disable-python; (bso#11424). + net share allowedusers crashes; (bso#11426). + nmbd incorrectly matches netbios names as own name; (bso#11427). + Python bindings don't check integer types; (bso#11429). + Python bindings don't check array sizes; (bso#11430). + CTDB's eventscript error handling is broken; (bso#11431). + Fix crash in nested ctdb banning; (bso#11432). + Cannot build ctdbpmda; (bso#11434). + samba-tool uncaught exception error; (bso#11436). + Crash in notify_remove caused by change notify = no; (bso#11444). + Poor SMB3 encryption performance with AES-GCM; (bso#11451). + Poor SMB3 encryption performance with AES-GCM (part1); (bso#11451). + fix recursion problem in rep_strtoll in lib/replace/replace.c; (bso#11455). + --bundled-libraries=!ldb,!pyldb,!pyldb-util doesn't disable ldb build and install; (bso#11458). + xid2sid gives inconsistent results; (bso#11464). + ctdb: Fix the build on FreeBSD 10.1; (bso#11465). + Handling of 0 byte resource fork stream; (bso#11467). + AD samr GetGroupsForUser fails for users with "()" in their name; (bso#11488).- Configure with --bundled-libraries=NONE; (bso#11458).- Adapt net-kdc-lookup patch for post-3.3 Samba versions; (bnc#295284).- Remove libiniparser-devel build-time requirement.- Update to 4.2.3. + s4:lib/tls: Fix build with gnutls 3.4; (bso#8780). + s4.2/fsmo.py: Fixed fsmo transfer exception; (bso#10924). + winbindd: Sync secrets.ldb into secrets.tdb on startup; (bso#10991). + Logon via MS Remote Desktop hangs; (bso#11061). + s3: lib: util: Ensure we read a hex number as %x, not %u; (bso#11068). + tevent: Add a note to tevent_add_fd(); (bso#11141). + s3:param/loadparm: Fix 'testparm --show-all-parameters'; (bso#11170). + s3-unix_msg: Remove socket file after closing socket fd; (bso#11217). + smbd: Fix a use-after-free; (bso#11218); (bnc#919309). + s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of interfaces; (bso#11245). + s3:smb2: Add padding to last command in compound requests; (bso#11277). + Add IPv6 support to ADS client side LDAP connects; (bso#11281). + Add IPv6 support for determining FQDN during ADS join; (bso#11282). + s3: IPv6 enabled DNS connections for ADS client; (bso#11283). + Fix invalid write in ctdb_lock_context_destructor; (bso#11293). + Excessive cli_resolve_path() usage can slow down transmission; (bso#11295). + vfs_fruit: Add option "veto_appledouble"; (bso#11305). + tstream: Make socketpair nonblocking; (bso#11312). + idmap_rfc2307: Fix wbinfo '--gid-to-sid' query; (bso#11313). + Group creation: Add msSFU30Name only when --nis-domain was given; (bso#11315). + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’ undeclared"; (bso#11319). + smbd/trans2: Add a useful diagnostic for files with bad encoding; (bso#11323). + Change sharesec output back to previous format; (bso#11324). + Robust mutex support broken in 1.3.5; (bso#11326). + Kerberos auth info3 should contain resource group ids available from pac_logon; winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC; (bso#11328); (bnc#912457). + s3:smb2_setinfo: Fix memory leak in the defer_rename case; (bso#11329). + tevent: Fix CID 1035381 Unchecked return value; (bso#11330). + tdb: Fix CID 1034842 and 1034841 Resource leaks; (bso#11331). + s3: smbd: Use separate flag to track become_root()/unbecome_root() state; (bso#11339). + s3: smbd: Codenomicon crash in do_smb_load_module(); (bso#11342). + pidl: Make the compilation of PIDL producing the same results if the content hasn't change; (bso#11356). + winbindd: Disconnect child process if request is cancelled at main process; (bso#11358). + vfs_fruit: Check offset and length for AFP_AfpInfo read requests; (bso#11363). + docs: Overhaul the description of "smb encrypt" to include SMB3 encryption; (bso#11366). + s3:auth_domain: Fix talloc problem in connect_to_domain_password_server(); (bso#11367). + ncacn_http: Fix GNUism; (bso#11371).- Disable rpath usage; (bnc#902421).- Make the winbind package depend on the matching libwbclient version and vice versa; (bnc#936909).- Backport changes to use resource group sids obtained from pac logon_info; (bso#11328); (bnc#912457).- Order winbind.service Before and Want nss-user-lookup target.- Remove fam-devel build-time dependency for post-6 RHEL systems.- Update to 4.2.2. + s3:smbXsrv: refactor duplicate code into smbXsrv_session_clear_and_logoff(); (bso#11182). + gencache: don't fail gencache_stabilize if there were records to delete; (bso#11260). + s3: libsmbclient: After getting attribute server, ensure main srv pointer is still valid; (bso#11186). + s4: rpc: Refactor dcesrv_alter() function into setup and send steps; (bso#11236). + s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Create"; (bso#11240). + Mangled names do not work with acl_xattr; (bso#11249). + nmbd rewrites browse.dat when not required; (bso#11254). + vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuff; (bso#11213). + s3:smbd: Add missing tevent_req_nterror; (bso#11224). + vfs: kernel_flock and named streams; (bso#11243). + vfs_gpfs: Error code path doesn't call END_PROFILE; (bso#11244). + s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are used; (bso#11284). + ctdb: check for talloc_asprintf() failure; (bso#11201). + spoolss: purge the printer name cache on name change; (bso#11210); (bnc#901813). + CTDB statd-callout does not scale; (bso#11204). + vfs_fruit: also map characters below 0x20; (bso#11221). + ctdb: Coverity fix for CID 1291643; (bso#11201). + Multiplexed RPC connections are not handled by DCERPC server; (bso#11225). + Fix terminate connection behavior for asynchronous endpoint with PUSH notification flavors; (bso#11226). + ctdb-scripts: Fix bashism in ctdbd_wrapper script; (bso#11007). + ctdb: Fix CIDs 1125615, 1125634, 1125613, 1288201 and 1125553; (bso#11201). + SMB2 should cancel pending NOTIFY calls with DELETE_PENDING if the directory is deleted; (bso#11257). + s3:winbindd: make sure we remove pending io requests before closing client sockets; (bso#11141); (bnc#931854). + Fix panic triggered by smbd_smb2_request_notify_done() -> smbXsrv_session_find_channel() in smbd; (bso#11182). + 'sharesec' output no longer matches input format; (bso#11237). + waf: Fix systemd detection; (bso#11200). + CTDB: Fix portability issues; (bso#11202). + CTDB: Fix some IPv6-related issues; (bso#11203). + CTDB statd-callout does not scale; (bso#11204). + 'net ads dns gethostbyname' crashes with an error in TALLOC_FREE if you enter invalid values; (bso#11234). + libads: record service ticket endtime for sealed ldap connections; (bso#11267). + lib/util: Include DEBUG macro in internal header files before samba_util.h; (bso#11033).- Avoid a crash inside the tevent epoll backend; (bso#11141); (bnc#931854).- Remove the independently built libraries ldb, talloc, tdn, and tevent and the post-10.3 renamed libsmbclient from baselibs.conf.- Drop redundant doc attribute from man pages.- Update to 4.2.1. + s3:winbind:grent: Don't stop group enumeration when a group has no gid; (bso#8905). + Initialize dwFlags field of DNS_RPC_NODE structure; (bso#9791). + s3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers that don't send the 2 unused fields; (bso#10016). + build:wafadmin: Fix use of spaces instead of tabs; (bso#10476). + waf: Fix the build on openbsd; (bso#10476). + s3: client: "client use spnego principal = yes" code checks wrong name; (bso#10888). + spoolss: Retrieve published printer GUID if not in registry; (bso#11018). + s3: lib: libsmbclient: If reusing a server struct, check every cli->timout miliseconds if it's still valid before use; (bso#11079). + vfs_fruit: Enhance handling of malformed AppleDouble files; (bso#11125). + backupkey: Explicitly link to gnutls and gcrypt; (bso#11135). + replace: Remove superfluous check for gcrypt header; (bso#11135). + Backport subunit changes; (bso#11137). + libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with implementation; (bso#11140). + s3-winbind: Fix cached user group lookup of trusted domains; (bso#11143). + talloc: Version 2.1.2; (bso#11144). + Update libwbclient version to 0.12; (bso#11149). + brlock: Use 0 instead of empty initializer list; (bso#11153). + s4:auth/gensec_gssapi: Let gensec_gssapi_update() return NT_STATUS_LOGON_FAILURE for unknown errors; (bso#11164). + docs/idmap_rid: Remove deprecated base_rid from example; (bso#11169); (bnc#913304). + s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails in the SMB1 case; (bso#11173). + backupkey: Use ndr_pull_struct_blob_all(); (bso#11174). + Fix lots of winbindd zombie processes on Solaris platform; (bso#11175). + s3: libsmbclient: Add missing talloc stackframe; (bso#11177). + s4-process_model: Do not close random fds while forking; (bso#11180). + s3-passdb: Fix 'force user' with winbind default domain; (bso#11185).- Prevent samba package updates from disabling samba kerberos printing.- Add sparse file support for samba; (fate#318424).- Purge printer name cache on spoolss SetPrinter change; (bso#11210); (bnc#901813).- Correctly retain errno from Btrfs snapshot ioctls; (bnc#923374).- Simplify libxslt build requirement and README.SUSE install. - Remove no longer required cleanup steps while populating the build root.- Remove deprecated base_rid example from idmap_rid manpage; (bso#11169); (bnc#913304).- Update to 4.2.0. + smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT; (bso#1115). + pam_winbind: fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Make 'profiles' work again; (bso#9629). + s3:smb2_server: protect against integer wrap with "smb2 max credits = 65535"; (bso#9702). + Make validate_ldb of String(Generalized-Time) accept millisecond format ".000Z"; (bso#9810). + Use -R linker flag on Solaris, not -rpath; (bso#10112). + vfs: Add glusterfs manpage; (bso#10240). + Make 'smbclient' use cached creds; (bso#10279). + pdb: Fix build issues with shared modules; (bso#10355). + s4-dns: Add support for BIND 9.10; (bso#10620). + idmap: Return the correct id type to *id_to_sid methods; (bso#10720). + printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD; (bso#10808). + Don't build vfs_snapper on FreeBSD; (bso#10834). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3: smb2cli: query info return length check was reversed; (bso#10848). + s3: lib, s3: modules: Fix compilation on Solaris; (bso#10849). + lib: uid_wrapper: Fix setgroups and syscall detection on a system without native uid_wrapper library; (bso#10851). + winbind3: Fix pwent variable substitution; (bso#10852). + Improve samba-regedit; (bso#10859). + registry: Don't leave dangling transactions; (bso#10860). + Fix build of socket_wrapper on systems without SO_PROTOCOL; (bso#10861). + build: Do not install 'texpect' binary anymore; (bso#10862). + Fix testparm to show hidden share defaults; (bso#10864). + libcli/smb: Fix smb2cli_validate_negotiate_info with min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02; (bso#10866). + Integrate CTDB into top-level Samba build; (bso#10892). + samba-tool group add: Add option '--nis-domain' and '--gid'; (bso#10895). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + Fix smbclient loops doing a directory listing against Mac OS X 10 server with a non-wildcard path; (bso#10904). + Fix print job enumeration; (bso#10905); (bnc#898031). + samba-tool: Create NIS enabled users and unixHomeDirectory attribute; (bso#10909). + Add support for SMB2 leases; (bso#10911). + btrfs: Don't leak opened directory handle; (bso#10918). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: fix keytab array NULL termination; (bso#10933). + s3:passdb: fix logic in pdb_set_pw_history(); (bso#10940). + Cleanup add_string_to_array and usage; (bso#10942). + dbwrap_ctdb: Pass on mutex flags to tdb_open; (bso#10942). + Fix RootDSE search with extended dn control; (bso#10949). + Fix 'samba-tool dns serverinfo ' for IPv6; (bso#10952). + libcli/smb: only force signing of smb2 session setups when binding a new session; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + socket_wrapper: Add missing prototype check for eventfd; (bso#10965). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + vfs_streams_xattr: Check stream type; (bso#10971). + s3: smbd: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + vfs_fruit: Add support for AAPL; (bso#10983). + Fix spoolss IDL response marshalling when returning error without clearing info; (bso#10984). + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279). + Fix IPv6 support in CTDB; (bso#10996). + ctdb-daemon: Use correct tdb flags when enabling robust mutex support; (bso#11000). + vfs_streams_xattr: Add missing call to SMB_VFS_NEXT_CONNECT; (bso#11005). + s3-util: Fix authentication with long hostnames; (bso#11008). + ctdb-build: Fix build without xsltproc; (bso#11014). + packaging: Include CTDB man pages in the tarball; (bso#11014). + pdb_get_trusteddom_pw() fails with non valid UTF16 random passwords; (bso#11016). + Make Sharepoint search show user documents; (bso#11022). + nss_wrapper: check for nss.h; (bso#11026). + Enable mutexes in gencache_notrans.tdb; (bso#11032). + tdb_wrap: Make mutexes easier to use; (bso#11032). + lib/util: Avoid collision which alread defined consumer DEBUG macro; (bso#11033). + winbind: Retry after SESSION_EXPIRED error in ping-dc; (bso#11034). + s3-libads: Fix a possible segfault in kerberos_fetch_pac(); (bso#11037). + vfs_fruit: Fix base_fsp name conversion; (bso#11039). + vfs_fruit: mmap under FreeBSD needs PROT_READ; (bso#11040). + Fix authentication using Kerberos (not AD); (bso#11044). + net: Fix sam addgroupmem; (bso#11051). + vfs_snapper: Correctly handles multi-byte DBus strings; (bso#11055); (bnc#913238). + cli_connect_nb_send: Don't segfault on host == NULL; (bso#11058). + utils: Fix 'net time' segfault; (bso#11058). + libsmb: Provide authinfo domain for encrypted session referrals; (bso#11059). + s3-pam_smbpass: Fix memory leak in pam_sm_authenticate(); (bso#11066). + vfs_glusterfs: Add comments to the pipe(2) code; (bso#11069). + vfs/glusterfs: Change xattr key to match gluster key; (bso#11069). + vfs_glusterfs: Implement AIO support; (bso#11069). + s3-vfs: Fix developer build of vfs_ceph module; (bso#11070). + s3: netlogon: Ensure we don't call talloc_free on an uninitialized pointer; (bso#11077); CVE-2015-0240; (bnc#917376). + vfs: Add a brief vfs_ceph manpage; (bso#11088). + s3: smbclient: Allinfo leaves the file handle open; (bso#11094). + Fix Win8.1 Credentials Manager issue after KB2992611 on Samba domain; (bso#11097). + debug: Set close-on-exec for the main log file FD; (bso#11100). + s3: smbd: leases - losen paranoia check. Stat opens can grant leases; (bso#11102). + s3: smbd: SMB2 close. If a file has delete on close, store the return info before deleting; (bso#11104). + doc:man:vfs_glusterfs: improve the configuration section; (bso#11117). + snprintf: Try to support %j; (bso#11119). + ctdb-io: Do not use sys_write to write to client sockets; (bso#11124). + doc-xml: Add 'sharesec' reference to 'access based share enum'; (bso#11127).- Update to 4.2.0rc5. + Ensure we don't call talloc_free on an uninitialized pointer; CVE-2015-0240; (bso#11077); (bnc#917376).- Fix usage of freed memory on server exit; (bso#11218); (bnc#919309).- Fix tdb_store_flag_to_ntdb() gcc5 build failure.- Fix vfs_snapper DBus string handling; (bso#11055); (bnc#913238).- Update to 4.1.16. + dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279).- Adjust baselibs.conf due to libpdb0 package rename to libsamba-passdb0.- Fix libsmbclient DFS referral handling. + Reuse connections derived from DFS referrals; (bso#10123); (fate#316512). + Set domain/workgroup based on authentication callback value; (bso#11059).- Update to 4.2.0rc4. - Add libsamba-debug, libsocket-blocking, libsamba-cluster-support, and libhttp to the libs package; (boo#913547). - Rename libpdb packages to libsamba-passdb. - Drop libsmbsharemodes packages.- Enable avahi support on post-12.2 systems.- Update to 4.1.15. + pam_winbind: Fix warn_pwd_expire implementation; (bso#9056). + nsswitch: Fix soname of linux nss_*.so.2 modules; (bso#9299). + Fix profiles tool; (bso#9629). + s3-lib: Do not require a password with --use-ccache; (bso#10279). + s4:dsdb/rootdse: Expand extended dn values with the AS_SYSTEM control; (bso#10949). + s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addresses; (bso#10952). + s3:smb2_server: Allow reauthentication without signing; (bso#10958). + s3-smbclient: Return success if we listed the shares; (bso#10960). + s3-smbstatus: Fix exit code of profile output; (bso#10961). + libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does; (bso#10966). + s3: smbd/modules: Fix *allocate* calls to follow POSIX error return convention; (bso#10982). + Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack' attribute 'supported_extensions'; (bso#11006). + idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo; (bso#11006). + winbind: Retry LogonControl RPC in ping-dc after session expiration; (bso#11034).- yast2-samba-client should be able to specify osName and osVer on AD domain join; (bnc#873922).- Lookup FSRVP share snums at runtime rather than storing them persistently; (bnc#908627).- Specify soft dependency for network-online.target in Winbind systemd service file; (bnc#889175).- Fix spoolss error response marshalling; (bso#10984).- Update to 4.1.14. + pidl/wscript: Remove --with-perl-* options; revert buildtools/wafadmin/ Tools/perl.py back to upstream state; (bso#10472). + s4-dns: Add support for BIND 9.10; (bso#10620). + nmbd fails to accept "--piddir" option; (bso#10711). + nss_winbind: Add getgroupmembership for FreeBSD; (bso#10835). + S3: source3/smbd/process.c::srv_send_smb() returns true on the error path; (bso#10880). + vfs_glusterfs: Remove "integer fd" code and store the glfs pointers; (bso#10889). + s3-nmbd: Fix netbios name truncation; (bso#10896). + spoolss: Fix handling of bad EnumJobs levels; (bso#10898). + s3: libsmbclient-smb2. MacOSX 10 SMB2 server doesn't set STATUS_NO_MORE_FILES when handed a non-wildcard path; (bso#10904). + spoolss: Fix jobid in level 3 EnumJobs response; (bso#10905). + s3: nmbd: Ensure NetBIOS names are only 15 characters stored; (bso#10920). + s3:smbd: Fix file corruption using "write cache size != 0"; (bso#10921). + pdb_tdb: Fix a TALLOC/SAFE_FREE mixup; (bso#10932). + s3-keytab: Fix keytab array NULL termination; (bso#10933). + Cleanup add_string_to_array and usage; (bso#10942).- Remove and cleanup shares and registry state associated with externally deleted snaphots exposed as shadow copies; (bnc#876312).- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Fix leak when closing file descriptor returned from dirfd; (bso#10918).- Fix spoolss EnumJobs and GetJob responses; (bso#10905); (bnc#898031). + Fix handling of bad EnumJobs levels; (bso#10898).- Remove dependency on gpg-offline as signature checking is implemented in the source validator.- Update to 4.1.13. + s3-libnet: Add libnet_join_get_machine_spns(); (bso#9984). + s3-libnet: Make sure we do not overwrite precreated SPNs; (bso#9984). + s3-libads: Add all machine account principals to the keytab; (bso#9985). + s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be NULL. Ensure this is safe with modern AD-DCs; (bso#10717). + Fix unstrcpy; (bso#10735). + pthreadpool: Slightly serialize jobs; (bso#10779). + s3: smbd: streams - Ensure share mode validation ignores internal opens (op_mid == 0); (bso#10797). + s3: smbd:open_file: Open logic fix; Use a more natural check; (bso#10809). + vfs_media_harmony: Fix a crash bug; (bso#10813). + docs: Mention incompatibility between kernel oplocks and streams_xattr; (bso#10814). + nmbd: Send waiting status to systemd; (bso#10816). + libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL; (bso#10817). + nsswitch: Skip groups we were not able to map; (bso#10824). + s3-winbindd: Use correct realm for trusted domains in idmap child; (bso#10826). + s3: nmbd: Ensure the main nmbd process doesn't create zombies; (bso#10830). + s3: lib: Signal handling - ensure smbrun and change password code save and restore existing SIGCHLD handlers; (bso#10831). + idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837). + s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call; (bso#10838). + s3: smb2cli: Query info return length check was reversed; (bso#10848). + registry: Don't leave dangling transactions; (bso#10860).- Update to 4.2.0rc2./bin/sh/bin/sh/bin/sh/bin/shold-atreju4 1603993267  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrs4.9.5+git.383.7b7f8f14df8-lp151.2.36.14.9.5+git.383.7b7f8f14df8-lp151.2.36.14.9.5+git.383.7b7f8f14df8-lp151.2.36.1  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_diagnosticsctdb_run_cluster_testsctdb_run_testsltdbtoolonnodeping_pongctdbctdb-configctdb-eventctdb-eventdctdb-pathctdb_killtcpctdb_lock_helperctdb_lvsctdb_mutex_fcntl_helperctdb_natgwctdb_recovery_helperctdb_takeover_helpersmnotifylibctdb-event-client-samba4.soctdb.servicetmpfiles.dctdb.confctdbdctdbd_wrapperrcctdbeventslegacy00.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.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.htmlctdbd_wrapper.1.htmlexamples11.natgw.options20.nfs_ganesha.check91.lvs.optionsREADMEconfig_migrate.shconfig_migrate.test_inputctdb.confnfs-ganesha-calloutltdbtool.1.htmlonnode.1.htmlping_pong.1.htmlreadonlyrecords.txtrecovery-process.txtsysconfig.ctdbctdb.1.gzctdb_diagnostics.1.gzctdbd.1.gzctdbd_wrapper.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//usr/lib/ctdb//usr/lib/samba//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//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/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:14804/openSUSE_Leap_15.1_Update/5efc3247935de50852981b6dd7a54fdc-samba.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linux directoryPOSIX shell script, ASCII text executableASCII textemptyELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=375447b0aa19dc4a5a765e337d5aef447006fe8b, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=3b563b0a2439eae613035b3abba05a78609031d0, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=d0669c20849f0e1af2feddc934202620b69609c9, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=f5479939ae75e69b8e5602d6435d682e1c720c45, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=e1feb5cf4c6c8b0ef2c8f8d6497a000f121fad71, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=ab1f865e49b7df2ac3e749d8009e0c125e2f3343, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=147bd6976c4944b96f04757902ed61548b94972f, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=dd0307d798552f8d08bc3baef3e1d57af4d11c13, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=d0d532da0c4a6d8c104f9c7a26b4755bc59cbdf3, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=f55d3584d2a54a1a1440ae2d34edb287ef712335, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=5a1295057f9e74aba83ef7f6f913722794118c8d, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=e5d739d46bb4c3bc60fbb6b90a5069a29fb39224, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=04f3284c75c03c93b4a6888d74884c30aab6dbc5, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=cf317dff75672617faf0ccb0febf40f067eb43d3, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=fcf389c5eb28796800c53d86d747c0dd0e0a3c5a, for GNU/Linux 3.2.0, strippedHTML document, ASCII text, with very long linesHTML document, ISO-8859 text, with very long linesASCII 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)./0;<Ehx;bk'  #'##'' %.RRRRRRRR@R/R8R&R R;R>R(R$R6R3R1RR,R"RRRRRRRRRRRR#R.R'R7RR?R!R%R0R+RR9R RRRR6R1RRRRRRR0R RRRRRRRRRR R R8R(R@R&R,R;R>RRR$RRRRRRRRRR"R1RR#R'R7RR?R!R%R0RR+R9R RR>R,RRRRRR"RRRR!R9R+R R R8R(RR@R&R,R:R=R;R>RRR$RRRRRRRRRR"R1RR#RR7RR'R%R?R!R0RR+R9R R R8R(R@R&R,R;R>RRR$RRRRRRRRRR"R1RR#R'R7RR?R!R%R0RR+R9R R R8R(R@R&R,R;R>RRR$RRRRRRRRRR"R1RR#R'R7RR?R!R%R0RR+R9R R(R RR8R,R$R&R>R1RRRRRR"RR#R7RR'R!R%R0R+R9R RR(R RRR$R&RRRRRR"RR'R#RR!R%R RR@R/R8R&R R;R>R(R$R,R6R3R1RR"RRRRRRRRRRRR#R.R7RR'R?R!R%R0R+RR9R R@R(R/R8R&R R;R>R$R6R3R1RR,R"RRRRRRRRRRRR#R.R7RR'R?R!R%R0R+RR9R RBRRRRRRARR PPR R8R(R@R&R,R;R>RRR$RRRRRRRRRR"R1RR#R'R7RR?R!R%R0RR+R9R R@R/R8R&R R*R(RR-R,RR$R"R5R2R6R4R3R1RRRRRRRRRRRR#R.R)R7RR'R?R!R%R0RR+R9R RRRRRRRRRRRRRRRRRRУ}::\mutf-874c69f499687ed797a5a3e317d9d268e4f72607b0d265ff2649b6e0ba1fec8cc?7zXZ !t/.]"k%UUEp>|'n7jl\jɎ'C{dXZL@vT)]!,G/3p"ݔӢu Zrx'˻lЁb!Ө yh0L3Yg[jfj9[+L2oHؼ:4^GdJJ)Θ ʛ@$0pr$Wxkv.1Դ6`n)ӬSRtSIcJjmH{@hbJV38GF* ȆjZ;JvgŲеb+=h|ED|щKX,/̏3Ia&J^n ^G!P憤GG b5|#<-&=}+qI1hJSӎ9'Lẫ ˏ$)I烮6~diJp+=TE& v5)in#~"c$ț>cMQzrl= #C O/xTA|P TjMڿT64=؈r[z-7˂(0rǤ%$aUzZj0_+A@%fuͻ^$7&໵[%9hlǩi̙E w[ס18ֿo( y^cGY|H;w]+rA2q k?&'Y!"&FqTPs#lVHnQ'LD}WM/:x /hkcN7iG0rB@X]PzaaY#59o)Ͽdd(0m'[e͡2( N>vAtP}!$1>~cFK 7[ԿskupKcfj Ѧ&9@sbFj4bY8 _>s)~Qf52HQpS5M;@-}/fcPTMnkh]3dĮբQs 3Љc8 +,mT\K  ֮I`|-@-QאxGO6h+q6;x\lmR&P)+އfmU?Q8OK\_ۣNΚn36N&Q8=P^3k'|{["gGWfߤf]fwDp5"lK|YO*` ^Dl})zM#9s.ݵX  Rn梪%6;6fdSysm #@ܫmbKR*G&}\D(Y9NFSʟ7z4F#g!AZ ܛ?{OH2{%vՇcFPV\}O>q쎻O0LPu=P! raϐ*2evCdZCe|W/kI_'T7e#53 㷱>.}I%GzFS&>)%">nH#nG ẅ#1L?XkE!|Q:],%paQ0kM%!T@y~>ٵl!8qډXyȪq~)evF@8. I/ۃeY))pm>doXED cΕ!l!OtU:GVUJ(tf8FgJcrc1II}?+;yد{&:1\4dJC<&`BM(?LB·9 m$ }vI`[^Vt[6KAkKz܏LN$'"YV?R1`X1zhZ&M".:>|L?_lI{%g.&19IÖOE%\B=_w"Ū=P]9X_K/=" (g<)봃Gq !Sf3GF (-(SG:+d++#1 db Ȃ4_/}#H""uDpteIzL$&~޽ ]~~Ш 8@~4?y߿.Wg7斀V̄gOZϒP }@4ƞ ļѕ|ԋLkjd,MWeV!G$|x4%[C@;m\# w]ZNC{N9e87:GXeX] \}<`͵<7`HH8c砽*>&[R璌e$9f9hhw@ u >~t#_:{1ނbQq|J"*yg;cp\"/l$Ow4o ]{yqkCԆV%PA:)?1Jj:뱟Gtxu|c%+ʴELA;,\u#`N%Gn^C [㍶5jy1 &ad_OgER> :6lW:)|s){|wMC _%>@PRk5rqnŕ" ș ],|/R^ V/Vi [Գ3qԕN)7c\`)/]**m|bHWh[ |6+U/ qvЄWmr  ŽSZ76 ?/lmm9F4~Jii0d$lBnbhX]}yS &@XC/c\`Qr !c,b<( 0u-P 3.6sqǥ,?RN՞.l:L3-V.x7` .q72aF&(m?&ZA4%74+2p6i$d/\|-#:@-e9czL~2߱Z;\(Z %6dh=^{_ڦʻv~sQ9\!!IdCۗEZwY>#B)|anw(2$5S;P[C3=RMY-ypEQ $^CR[K-)_-ó*od߮=hʤ"Zb,!z45Ҳ{vl_Ms&Z*L45c_uh `emX}^L$ԳW~Ϥ%4tZ7)&&tl/œŝRJR1*Y]\]-,ӎOO%в6eD)i#PxQ~bő6J4-:rG Mt>̴cgͿ>.5W9?sj&-qٍt¤ 6N#tg襗"l٬Hpu~l o4-N]3ùȿȦFvA{$#D~j~W$R)8LrrJ*;JԿ45C|0)ǣwkE;wdX1TW}>4ϼC*hZRU]Lϻ{Qxnd-JcUWE2+zcStj:802x kJD-d/* }Kg'mX0 --]:r=nݯ@{}vnE'FP&ԝ)5s[mq oK׾7[v* =G,y1fRrBbou9[ :Tpّ} yŲ;%g6$tL#]׺Cw9vpuV9hhjzʤA%OYyv}gu\R*Pb%~Ga#a |ZNJK7~z t cd%M+ײer%58*w?u]`^ԖuB=-#Pqvsv7BR#ʼ9<RcL<^;HsģpbgG&= ӇW~<,7,cA$,hkkG{ ~Uw1!A>xKGGz o4v=8}u=FUP`Fc4V>-JtL֒͘nnŗ+)pveƓ?bX ge;!V*n ^k4ǗyL[8Q!65ңU|^x< <^`ZkáTUHc4=1CF Ob 3tUkH{U OsǵKV 78NV}|}Ԏm @U0ҩa9D9h?i%kբTeמmi,2՚2R !~◴euq)pTR\(ǖ" MDr*ϮIn)M6(;MPOct>{ʠ_@-j'ﱴVPx t֧&_e۱.w뺯[#rzbrgd"go :C2pd\r2:ph,{toNM+=m *3HTv qHX6΢~T.坝JHz.2;Yą%4/7$5*ńVbgKܖD)󀞷 Ķ3z/nlALHRݫP lz\66~/jBH\6"LaK_`?yv4$lp07Sl7Əolgeu2 ]Gfh~]n9@TܟƏ;[rUcb wa%'_#s\sO˯>^V}1c'ov.O?*jh$fp_p}/_pK=.J 3 ZJgN7‘`:*T?ND%&j]ӥ_8^!bp)mt\$zG:#߇2T0+eRQ q]nZWTHJF6d' Qwz/bW3N2kA>GW{gRScSQs za ݍi7miJhGG" S Qp+h"PI}ueOP=dt5!FsO3oFD~Ύw]zZI;5P n'2^a`= %RxG?<X@n+TDCꈳvD) =ѶX0Kzhiᵁ /^oǫ =M+Z.P6迅 ug֢ipJv>W4;i|B~$>yf-TӋW=c#ְyxf&:}5mK;433M3|IơuόIZݓ0QeځܤV@`>.;jxP/3 5f pQI^rGsBE;k WȄ?Oa lw f>ٕSQ%W qez%.X+N]WKb(_kPk\ WǴh;Od}; 9E0>􇺹¼߼#I/eǛvrTRHaBymf<hDi:6[jVݷm6 Gǧ,2 껇!IQ{gۏ8( Qg7ouP{NVc3B~4)ą& e(K"Z:Pu4W@Eˬ )|P kjf<)KR8Hٗ ɛk+ɒO%ga^߸[L]Zs١r84m:4h::sfiox{D^J|/ DS`As%"GՏg]Xg8\'ƪt^+CT@/ʝLS=EeGh+.z6a6v+SWZ)zԵ ME?v!sMb,k"pW0!cQAh},O '?*&@X㕵(5>Ȫ8WE'hԆ0S/慌c82ѕn0 Y(eZV 9#@gØPD^r]$>M7stA\1N)X׫Wi^am T`h#7ДKuv. }0E"mT0}ikrCCPNcK\  ;%[3׽Lf%!AxX*V>L̊~n* l>gRg6/<"2Ok=Y*9~LEzv5v̊' ^nO iZiΏ 7%!@C9J74vecײm ̀6xGކ5^q#s_(ܶt GSzKMg ~'ưwl9#3SFwkz/O[n èv?7-IϿIh%R2aeXrCE9y8w$GEӾPf5hMVnD)Iz\25kԹO"ٚ0nhP[j' jo7VBgΦoŽ-C,} m8EYp/8f+שvYsbRT|4 eҨ ?\I4Mtߐ}Q`u]i 0Iֶhk~OC.cuEuqnĄ^;_7H;MuU z6$ ZOBTO bB֘ܿIaVJ9P3~kNF;0Ixje<4ъ]W-t#Ih 1zp>糀bݵF`>k¸`^ db`6&Nw]p9\%UP/I-26h>jn*)l(BZ).9D >~.omCKi初dRuzvR!4HNБzw}8Ro0'roa9 pS\6n55c~%uI?䡕""ÌZ elE?qy((5W;o[Y ݭE8)tV1]~ꮬzu_ZBj=r.Avs:a`-W;D _4K_/]qRk}v1b<ba?A U =I?`.P-SBLm AE9^ЭQD`HjHϝYj9n"h*&D|P4f&?W)_^ >PsqT5 Ysp`<3a&=RI:^Q!ھahe:bxc] y Bot;YYOMhKIt>m1.08梇[Y?1Z!]'$^7wMl%7Q5Юi=l&N2QȚ~#H[1Y֫tY@,WbCPhl۹ \]tiZe3[Բsͫ] xbjt(h$c캦sJJr+Z DO5 " +,h}x`儼P*_؏m)#$iZgL"P/d$FEQgO@s ~0 ЭRgflCw8T!F ~)6d%".9 tEvNE PVE-rA gAK"f$t-pY+91ݶ@x, aNw(l^ӮREfld9y:`{Q37"><,^2ވ1^ &yQK: a*!h侣X>X`⁂oj"~KC9~G _"-o4 Rwz2 A_\p>G FHۜB`YkiB?rމTӟ.rίcP%X),ŒI)(حwݤ-;pόni/^󑓕tوJ秂Fe' lJ6'Ḳ U(Hh(Hq,e~~ϽϦy >W!UsfdҸ@Nc@Vu V).#~pKb,Z=f*jŐn\-w(:"PKozuN<'7-Ʈ%JHGzQtTT=iJcUh_BXk/;Q0T>7N 1̅,GWR|&+.&4yS4WϺk[Gg~XT*5U?䘉JkS~PTlhh$TfX.ƾ8 \vEU:"lY؉ QF%M B=$XE&R5`JMAI? Yu^*tY3fr12? %YJM퀻<(rf}9IKGK\AJ3 W648D'Wrk c[pUb\{;Ue:>s鲿a0Ŧ,)#o%%}JiQ-*H˶Npv$z!x7i< *\KBخצ}?bPu0{s;޻1EWfhBlLL|>X;^ųETb?~wgjiwэ@OӓukM0Kl$gx=Q#;1T/{~d#D|5_hsК9ɛ~͌zMuh9Ժ/."#.I3,ě𹚖[aJl0 qSphm0USGWw##̻ n%+ogPHy20vY/Cu%ǮZI}3M?f_4S-=@0< u)COr2A *࢚O5ғ$ZU}=:Jߏ/ʧ.l'Ď.)2C\naߗ l,W!>"_(5Oۊ4IGAy)mdpXF" (C"XC}.=Ͷ۴vH=I%7)y4{Iſrd˶|!ymS(U}e?oLjD p =å%7o3^usdA\jc<)eYYY]͒ Gf8I_5yΐU\Ԯ[ {e`Л wf|ҦNXwd]`p8Ϛ$*>XEmAG FBĢ\`xe=>N(` Qp  ua,Uù96IbД6w)ݖ6p`yʘ⹥|Xma|;DU+H=6`W5F #zrnuͶhګH?#cdpf5J b<|ЌSAuRe,8POyGWX; L+~"2-;ގKg?઼z ?Y7S>UC'!eQ&⑑y5x 0pR^CO͘sc[ØN{+/Cܖ/LėӷBJ&|HJfmQFmm!<.?8(1*kGu>r $UfS"fmSQ+%̜M~^nޫ+ 8B'Z\>QyTps8xn=Q `nyWXk`3lX];BFk DήVq؃DQ1YsjДaݕ#V;u/\RF(FO۽ز4MGx)ОyJuBNt)0Hn,Pl+JmFikDxctܱ)jgUUa۪JuN0ն+7~K%6qmşGW jCω}duXɾMIij0$t@7|a[S IQ2t4]Ẇ[cuSD߲w M ;6HE"`…z'v?MUjw9ZXeo;LUhFs@@ouSJ9tΟ&f-yz0-rzH{PBUOX h\,M 2jD dMȿ/Qx ]{mS7 EkO}r$F+[ݼݫܨ u)Dv7C)V `#NN^fv(r.u1vq>ڥ?^2g ut_Y" _MF]W<Q0JoP=ЂΥ-"G5S!݂)a+Hjp[}2@1ݩ U >`YrVxչNdیte;&vfp} ٛR' SfCpW-ސIJݽ 0Kjn(D#|N8WPH?փY6M["c2zy*U]4B{\+˷6Im Dw~Z tLU|LRB$T삔9("x\}C0jGm_>S |r uQݘtFwJQCSDےIUB&$^QMJW {;k ɶwXR۠=.>7VĕSNۛOmwt 6\Lv]mrX< R }g0CV˰ij8ouҨo@an8Ķk›/wa2||sP\I"\1i[2Wb;)|cSHjBH&@fJbA=NS .LG |* 䑴vhIDֺOD۳֔&G?F*7iX ϝeoQ'2 3zNo d"蕃F-l܆aϖF{>v-d;T~z)"V{*:q*DdpWD%5D$J*"4 LΛi?(Y;n^9@xAaGPc6noWT +"uik8)cZȊԲ4:D5˞p*١QM.X;{"-»c>'=q<]2Jh*ƣGd/]I kmط>s oJ&݃An;8oΣrPz#7DMİEXpP+z ^ vy HYn|gNg̰ocDb1tD c MQ)Y\枯 AL h3 9Č^//Ũw?F=xkݓ8M4:iYFhh#K )yux:<H\Q.&0% ͫ>E!eVZ5Be|b ,q:}c^~޸&:"+TPqguHw)t25kle%$|4c~Fx2n\Ϋ MϏD6fdս-y-kx|rvV*[߳k␪-d!H sx:abUaa~gQ9DS$I?"e{On;ҪGt8Y'}+_> I)'oXũ/?f `O? *xOzg{hy_D'zROw0rַٳw䒊˃Iqպ#s&?O:_,xÆI7ËNy6'u@>cs,nn*F`!N,nxDM;^&IJ^o4R1.mGE_xh#dK ]R10ֱH.\(,.q[kӶS܄]s3|Q'&,MFQ$4"ımxI0{7hd+Os}Kx !' KR`44^|D8u͎tq,hyR"o{^ 3ǒ=a34@#1Zƒr(b~y`}tT]mĭ;h@>ՙ0ӣv4{TW(ze{8/r06u/RM8<2> n۹N]ja'Bdɥ§O& bS(q:V3^~G[& daoKjqFЎ-s>>i`ctߦXmsxTw=/Wji')IL\&/}_@YSUC~j1"g':TR![,HwBб.7eDH#eu_$ANm]C͍9/PwNBNjiSE%0R^rHK b%$Zvk&}.L |cmnjd,ip$!FdKhR\fXY+e ;5ZVU8"a?H9>I&7 {Uo`t{ɟR ǵР`:9]9P * 35[?3>-yJ-Kx},nCZ} wUx2wE2V\IR)nRBKGaQׅog7Mל8n(bGK 9z)X! 2\]mM+i-u*ҿJnnbܦu;GOrxwDc`E2=ee+5 7sH'n Ά'H x\lm(jMv!'^aN,SƼ珨P"g>OǽKLXSl2%TohF/iD}]М>y_7oLezk]o+ooLoٗ{ +*YD,j Z 'Ш,P{ȑc)A/ۜM.%3Sgc_e v-*rs/p_cH f&xh0V-=6RV\q́ PEF&z2r%lGEa/kF}漼}ʭL߻wZ  {{}h-I=4]ppd[wXmc@Gܠ~wL\rZfGob푆Ftj-itFҸILK<}lp31)o[BRҗ_Έ.0P ##t``^SYBy?GѫoQ=oq2}%f=Nd絻%q 2_YPx' qD^r$s5@7ߏu\t;* #m̈́`T:ZS҈*oU}jD>UK4Y=LP0U$z?s@TYR hQ9>IXE=jl7Ų:FVZBH?qK#R%b*o"mr_Q2vۯ?14)p/hAHEEWKFK_LS Y3y+mdT<0b_u~E1#5YJ w?.)FQ:YeKKC "L(kՌo _eXvpS*Sfm qRI1|9e//-@2ĽȂCx\R<򊏉/[<[VAu`-ج#,hPa$+/a\FPLoac`C{T,n豭FpF@7?u}]πYVdEjW+>c[3x!=:Пk6YD'K3n>Vm qR$v|"8CWwEmWa7SLˡ'?%WRW]6o$ w._*JeR[/I֭3^.-`r迄vJ# >.~if")d0V"9(jfF"F9}O)6~(\P|I.R,~[;Vk%^Ÿn4O?^[|T@-/qyXHrzlp^I0fir-5&B4lER~x+‣MI,  hoͱ2lrycb-m.aT*Ї+?t G ŋW/1.H@@EwO;~ i)-5.:5Q -fx#N[`]OSg<\Q.(u|Õ ,6pEKc@ 3 Ā+M?1ϳ:>bo䪓1R[oKj>^ |qyc0&zv=P|CMOL gAs-& ^':s֏=0_Ɗi㉓e"_lw /?o%el]Zc縚Cw$"0bE_snh>jPTa|ͮD_k/l=x9-Wu[QKS(;Tq5Sf'W4I4!t#w~Zu倽ߪe>ƜrMXKX JnE h-ͪAoG`Qos8uxxROp$ԇK?$$;ag1`yu6{(,Dr|ZdZDGO'}c3 {AlD޴#a= !@GϦK EŦ!=#dӍfeo7("5 ((М8LZ*PrA^JSw|?H7QvhsF [4,CCZ*,b":WvБ3Gnڨ1z7-.jWJR" * (F80oS(g'>;*TI$!/\gY:BKU`ܿR mdV6?`2)-;jZu%R5PJ]% 6RLg*Vy$EF\w ɏÐ9kQuwL8[PބrB~: AhȊQw'΂X쓜@EPU|;*Fg/V-Ru~>e"HZA޴q>-E+pr_w|f`$"^.Ƴ:COp1+l*?I@&so, g~%p]"#n]%k8Qo 9YByȇܙmkYaGQ8; e?v3POxĖ9_vEPJ[UȾU!ԍ(AhУӯ*JiWnRN/j[+29Z?̩mբ_ 4 <~  V޽f˄^}A#صCߊ2HḤ|y=격)!>xb9A9ݧB q h$[U!%JI8~.1:ct`i%p0YGˣ!ڸamk*8s9ӁG8|I]- M+WtY BȩfZ NxCplNBƒü%7{Jx(%8py["G7lPhj%ڦ Bs5| [PD01<sMT@|GC~{RZ;)#erXf:)XOz20`56^=l`FZ ee,xӗҍىvm\ܣjk cߋwitrM;=Ec((p(,Gfx=/=u2]FKZfG8*%AFh?IG#YChjq[=,zɌn)o.ٽLXp\8{' gn&VzelRϘx]d[zO+($>;'P>彧p<0 rAmQhJ`l*ku$$.F8D i3/ָ.8?U2XgW, WQoH9XQ,Y艹g¼N E0l Yk˦1y%ubEAE/\ץm>Cܘo4፳:1 is@$5o*6b!NH`卹dj9uA>b[Ph]  +v¯yM4Ib0_@y%Յ1FcBAvlߥ;[ z1?D8+@O1rO[JοP j ZKhD4*6IFy/4?;y )6#v;/{cRG\u%QV'Ul1MT ک̺KWq ^Uƚ~N&g|;7HE%nƵhlp#x tq3' nÆz'":Phk#DnL qQ}Cat\(e}A%"CC:;\,|g!P<UsFmK(87Z%[oKMx(-!w}yq+%o|P6 5$_ σڋ9'˽/J/e5'")aU׏rl~ipsA#'bN+, q >(݃$VHk0&o^:F?_@{mjuIwm1.%ᯇ%$$Ao/wxA@yt$v(gKM:$NKŲSK'ȓr-A6ʕKKֈ"7K3Z"U7aɑxfh%}lIt +n~qf[p6DI{Qh]N*W9DtDu:iɂ1uOppm\Ǐzu,X¨!7A7(IA }/9k'P%8[r֟%w.AsFToy޹lg"NQTXPXޏl'+֡>Tcm`oE@O`v6e(a66 Tȳ/9bHvq154wdTy`/sI$ 91[(%Fobݱщ<hf7ohB[ 9GLaaEcyYqL0ci(^9]mt$BRn~@oP6 G4/bCx.IΥ v}S.A.}U$FZ:Úh * '\EV2!lϗzx UN#ȩJnjKD޾z"NKe郂Sui/t월i}-,4'P젉?uꟉpg"K2v/F v#Rx2?[q'3[xdi-]`(i)9DEdIߘÇ ˊxrmG^E[ nܓ<6G N I+5|o_cwrKY4&9jݻ濃3C6U m>n怦4 Iwޜ^j87U;gRxqH:K&FJAĉT xY`vlmed kʓ I!{5~Iy0" }v \:ŽlFx%Abq]_{s)sDr]%}l!77:}s+z >nXMx j3,oC8[D%FƜZk #m=K2I8Ʋb e*j:buΚZtL] H?7€ƱkϮIRVٖJ4N2룠OWS7(LJ^j%3qvORHBeMi-Yz'PrNAiM_YSPlMѥWY ꭗha|ޅ*n|X6d#tʟF&߻? C5cӏ 21(d>QM1 #j^W7͏Vr*=\{T O0Ң% J4 y4!|v!629<L[OAbhIPS`+~CFot|o$Nr ]7 XYWOJ31׼kX{'95j@k2no>IyE3i ފmVDd3noWm1BEǣr>\ j$%8IJI ?#tʞ,G|ަ^c7(dQW)(WH~T峐S972F2_;Yl|Mwx:  ۀ\xB4@z.A{m9@ix}ßMܿL7YR㝂 >ʟ˧QO6J9 + QMh ~.KP!|B*8|tzo+㽰 Gn%*r$>D$ݑ}M(m )Ydǁw0datߡhIW>`V;G{ԦeXM!@[i&BB2PM8fpRle9tyJro{RGRIL5`FsA+:WCy'NqsNU5;+uC -[_9Rs+js;dou]/:-'w7SfP{`W+p9C͈e~5Vfդe"@R(c%)L !"r H5O7a؉8_wpLaA1hh-k1xC:K1U졛w9v߰KQy,\* ^NA?N/2s`5M~/%AdzyU^xoF{1nI nvb(Qx&%%z?t c-7V[K[j͢+Cm^~WܿԬY_B^:ÔkxIF(45Q*//|fg&ߓ)vx 0Y| {A֨Μ]ԳѤ'f: 9c .q&<3^1lu]d\A4e ]JׄX5d;d&ۧ<Mc|#n꽗/ ISJNjrs!RoMND͖ݜMڏ{TfC]77:Ur7rCVj4kJQ y{G=EIUqhNTVIn'# p?4Č7ԪltC0X {qTXG|HUoܛeO2I ĵ S7 UljYP,x鶄qqLwm -ZGZ u7O&BD۬b(X,JU7蔪{ɴ`)YE`=xWxcNU_e)+|mO0e6u үxYiZY|?o-%l A>Cd6h9|vFNI/I-k8R!q&Ʒb({"{QUK4;<˄p)8F \wnWg[1> ڄvKd\\mݎA"k9cZJ1${|Lp#j@B`QanS0Q-(!+x"!b:tjui'O`=ĸs;'VJ}O C1/ořVn*eE>P҇oX&K/:Ơ"DBܓGT^haqFX=r!^~L{my-Lz\bݭg>5&]䵘.ھ[Hj$eoo TP3.g?_],~+]]5E`FÙ6r9s2TKe֚Wi` NbsNVtn\ _)\J)eї*Ytj.;d7j} @@/ ijn5jd$x\{)2$=;C}]|[emiǍ`?ߜjmMN˧*l4Y pc,n0t3"óְi7ϩ 9<$/o${KTۯUÚY7:pj**5EDF]unm6"m}wgXBl&ٲ̩lA-%3};?S5ȀCg:mle` `GPytϛ eM*V*aB"95Ϝwh *-}*XFr+ :6aokVg= b Bom+ HBk@~L?qWc ILkδPLQ?(*\BS@rXX4X@`\S>ElR pMiYoX:ԄLf @\nY9#57=dZ Ȃ2riL2V{Ӄ+I܏8RtG0aGo,}lw ,gksra~+ka]˳;` ĺeDr+d!̿[/Caqep\US'GLW͛rH`9  WKSu0+8, 6x=A!O쭳 NQFzLPqoV,v=v 3hZ?X5~ ;'.iɬVMIu8s}iGK9g-%Ä,JVH@9zi:E./H붅TFAys9Rqڿ?qzRt~z :UˏH fLkR]QhXU,5P"$_|r682<%J HFn(b(m& uіp׀㯆Hf-,*uGwt+!%#u+Ȋ}:؛%.poU yTJhyqE2lP&ʟ!$X=?@Fڃ2WwxL"3ڃ@k2Z7W3W2s{/Kzׇi\.{ˍbChjUt1W@'̹TAntx X\).hoN9єoބjǹjb<{ fw=Y@j/ϱ-^&ŕ |5tD bs&4XˣV0~~L;6KE)y >S drrY#F Ҹ KYq'I+`tF޷-vMYwyE_HQ#cx15i嘆+Ktô屮?kxdnt@}&^ItWr:"MGAXw%LSB2:3Zҥ9thā '*+z<om_3Bj~ 7=čAkhuﲷtXJj#M~Tvy=hz-Q ﵂BJBaAt@ f%Ҟ鱁>OJFi1T_9M߮=A%337^N# rez)ꋐLVq]{OsI ,xG&Bh|Ɯד;ӷa8gcI(~e eb*_wd<3X``.zsPAiCzKާ:vJ? kKUZ[$ٵԄFw;[pw3K:Ǥs#[zp$H3w {8LQTFT* ibSiOߕ\r#,6Du^5- ڮ\S߳WPJ8頗nYKK-xO //_"EƼ?TxܴHn58ʧ9똝r-$ qPdB Ai1,A=:th;y;lQ ѯ_8yG5rak ^y.3;ə3lZI ƔwY~ZFwvqDD+!LhMş*`<Q&Vwsx )ېjnN]? Zޛdgm"bD@{qԓ#H}KBLiAj/0J^PymG7X )5x2cq} \eMYԤ10”A%&Z.,yHIVY,AmIAOʧ~ -^I? Ӹ( З gӗ<I]7i| z˙?2B.aMM_kU X/~0.s0]حv1ZfNu?mQj\^cхdX5ӃB*AYBd.k-_A&Y1٨+zUb? ]cWJ={W AfV5eJ{ku=۝PDݜ=Iιnx û=l*ES:ҩDz8QwT]țs1,v :!Jͧ=8r6nOpdwIA k Ec|M:(=LD5s] >#S`BL%ſs[(R;0=ziϊ`ܜ7n!QkV{IWi(|smƛ\ M: [ԙθFe}'BB}c}r[UAZ'jSwh5$ \y9090ig0Ep:қ,DX<2fZ 9ywzDec_}¡'-aYkǗĩ﹮tRSnj_VyK`hXŸo zU*ZƀNspg׆O\HK,[TPK MQH| XDʱe=z+ _d F;[3Eu{`iEW"}mm)Pm_( YY!nM!ϿLېЃyT@e߮b{9*b 5ƘNB[Fxe\}sbsR#tԞ/-k&Mҥʘ]`MRhew{h@_e ,S/b\hH*}~U@A4 'oBҪv+Tba^->aQ{?<5,3̹%j=t>Ï:z+d Sy3..k\O 'o3N"!S%U 7kvS唊W-7a7۞ +z]:ȒM6\D~MS<~RcMr)Nu)C SyD\@=Ȇ5 x> `SAU%E<в#R^py2Ƕ+,}7>7ո EyMCyocE9"QMɾt}H0̲[5ay_a}/ZYadYbLSp%*&wak.ceʸIi9QbvC~ `#O}y`FODCtO%--9 A+D,fDb"l늣`rvAIi Ŭ%6r&+H,}OE 1Tī.7ʈsԖ}G!xS;~~'OqF7;lzD%f7hS;V8LԲ`ݟBuv7o|t*8/&fm^ {YX`RRbrG퇒H:7S+I&4Iۋt6TLc w lN e8;o] o/_6 WA J['L'a<ɅCBe@DqY6úE.B"JcID)[Wy *_^b0o% 1X N<5E  $^p0!V'm1۲gjsܖR;lhM],ɵͿ"i r]H#1-L]s:1.J9z P;7ɸ0X)i\df}e%02>m<0`;F|MPAE j &qK5ިD l4V|䎰IYO, <CNedK_K̮vv!=80k4 !hl 4Qf`QGf" <DXW4=\C. | -&M(+5C1RMǛZ[FlHj3NlK ÃpSi(TC&ڹP՘u#͇o-e碶G#oIru pۢ&,r+VPlv ľ˹g:GЉ $e+q](*:cZ%,x9?k8YX0F1R9 +*ohaS3K!w kӘ{ 4 Mqn!uYóTїй?|k ɐ_fns^{I5W3㯮9}R>ݾ+DjkhaMqAkvk>L?rSs2,0̶KQ^i/ӌ66I'OzWgi{=͗GS?úHxzDUdlk R#BƮӥp qwq}fWNb#e^HZ^=LS_hryǦ͆ZNY4l`Y)͜f2Gf[\?c?_flJV^8Ŭ}QdB@Ւ̎ޡs&(bw2hZ\,WYHX_)&HM7ʡD ")nj-0>p5ϛQs7R?# uJIBy&JhaQji7cŗuvT@I}o,!Mž;Ҭ8>/ܤ2]=5- &ː67Z[YI7L6*^H,уAI=Oay7.u X @ݜ7̽~_w={Dr&N|]IJu#e}uq,Te|'$rw$,K7+tHKrx/:#x*o!Qx%|'ApcӶ#1fo&Mթ~Q[j O W7! ^%~⸰w 70t{ר>W"v<|k}x l9|`L oD6HH|@F Mq0\',URH}N{+փNK 01<oUJ^ e_j^yiz,R!ێ <ގqR Y2=pS:p;HQ3D]F>B%o0Uv` ̊^Lo.̴ e&V<Ţ#Ū)ϲp+ Pu`Vh RǾ\>+0ܗ캱C;- ̴/-\yusLcTx9RWʒ!&{1'~m>Lši 6,D2P 4eAlDH]w~t qeP+n5h<+F$6҇&Wo@J&x 60M洴m,zo!]~ͩKE\@$C |uSBEX=;5 .MmWB~AoJy[ѶB!}ͩ` 3 *lÕs{h"e]hTPTZJcN2r0:; oq""KeJoj:(螘1C%0kvCCWxsIص@_qm:˅ VO5FA ,jtUo So\ E+ew0!ĭ@T]ټ8{rrFCx4t^1Ҳ=5{}Yg,uo]3TS9+D{ 4 t_4YqG.'Ҟ#ml Pp9RԝЌmu2%rȐ9{[Eh<wa׿Z2_t\%kciFDS]$\Kþ^7AMfd\ZSV@[dC4u 32nbs @KI) 5(ϖ@O-͎m)և4ڀٱ|o.?-:KwXb?'=2qwwws[yvvC.(tc$h!;5qƁ#Tpxi泺V 'krPI(? Z۞w0G\?>asDh<+5z߉9Xz_΢@$fTGMMhx1EQ6AQcu>K,Qp>_3ޥ?ϊ{ 7)(;>J )K(\4VNͥg1yM׺9CZȢ[zio);T B"wV҃ qa FzFcZyPLq$1y]_)E _o[ ?-> 1XTKTG?@ -uf pi7zwvV߂LOfI `"eAT׆l5O|:%JU3޳U<k/wϳn)c%dl98"v&{G^{A txN(o ߢ-nBckZ娰/퉙c;. +r?e8jOuv`WM"WZ.Mz,/`c 2 ڂc{IQ@ju]V%iI,;0hX?+T2th;GnHp\47,] މ)θA\M?+E[fُV!,MZC W5O^&†q&K2zrЬouGn-t]=)TIOZel cdif~,BTuAQt'wQ-"m_SMރ}8Lh𝡜(Z8zoVvcsO#ik(Y.]?xbYj;&[%aƶf-DjF&(`ӃY؊ pi/f{K={l?Ab0j&Y<ދ1[+8<ՊdB$h~jQE4s48aH$" pN ߛ{uH֏K&kͷ-"_28DK(m{5n`Uf^gāS QbPe0a)GmTtD㍹P_+8+[lX;cҲRĒ }nj,PQZDK$PSK{N.E&d,,,7'5>WoJ&751\D]J}:#mkdzD1b{kLY 3WK0/ I|BJ33m)zDM2&"V Ѵ BA Po}8/Cyz(Q 7[wR1A |VR#!\@e&I6dAnV<#w'&m9Zԫ*g|+#ERD?O} L|nQfB.s ]A\]@8O ZJ-UyEƼW$C/:rX?Q)Hsy,GbFO'o(qsϒ1G#kL= [G<}ʬ慖 B`kδ3n>YH j/^ WO:(f"lzˎncNqyMIIA魐?nj_IG~q_63r;jmG&JL Y WJؑ5Dy4.ZJ.`m \bn֘##!"=fǠZN.ے< OO<22fUh[4|l1#QZ{4Q'j׼jODP9=7 [&31-+1wAvsO=+=aoKZ9j.rHwn*bB3xMtX9֭oNV:q6ڢ=Kgb#}y Ŕ[; ~!MUoy^g߭=~s<0RGpnH`T v6sJlSڪ(.Pm55ųQeOy8(kJ3]BH\fR"4D׈u"ot3,^Dx0<$ב)|[x~PL} z-dWcuI7k482אD  '6vVo=ڛ@CIn8x#lc,ñKHTؖ<"9>Lq;Uat$K)@/@q/xFےhۚ(DA0զI5N!s^1m|f6̒a;h}B˙'c J):QJʉ=Oߑ^7t1IDBE[/KI-hi281߳GW6 sHe䅄W\wuIZ*:\ttM@6 APQB=(ݳ :f[rͬbr# Pl'k.ke'9}Se(:f(oE/g$kȲ" R+}]1#Yq{,t۰%ɼW,-4]~n.&4x,_7_*TO)/Qee""sC4 vEfFVnҫ+JгQWP$CN<nj_fFjDDZid%Sdr&O{j 틯H|MM$Ҏ s3fm4HxX׳KZNq.c ,80;A,/m(%tO1_hYa"zZ* 0*qI*#ף%"F6GrMl56Y{vFĢ>ϚKi{Ψ&oaT9礨]NtMӎ nKPthJ0^ptT /ׂ9E1,^T IQA^Ќ@wU*6 >hWXmӂG"Fɴ_Ĥ?&Tar>d3YX5QD \nyM)zz P 5un_;Ay߼]5wϚ3P7M3l"vٜvsR;1c**Y5qdd ȺrTag۫bX<΀4r\UI׼oƟ|4{y v3.8_%l +A¡=p@f@̭sa2cIr\O#E]A3]T=[b-&Ttso=ѸZrDm&N}y~ws=rݞJmvHrIL;w|m_ N;S!"{3ЍsyO8Nq=ւv*IϭUh^X*"L>!]Ks[*(l]0( o}y۪ ,^vQPJ!섬@^ϊiꋘLizÏ ث36\ Jg Ic`4aQ+_c.l1kO*ᙍH/GXM6R^-rO]VՀw3[ЊQdUTa2%[6yNo[|]̿d.0vTVZ?j[  K޻< 85vDcq&( v +eɣg=Pw4lw[%R3;=??z޴wW^No ƃLr_6c+p 4Q]6jG[@%"0f̒k$YHՈ3@BMsH'MA%BzJRs!=떘xlH@omE%9}V1!".?grh @ZZٟYRR%a|UݲG瓲*D}&i=~ \ CI!5 9Ê$KlF$\aFbZ_ G[%3cQXR&PSᇾB+J 8[rrtg%#RNT9Luu:SRr>l~bl0ZRa$H.rqa7ǀVcYs C]Ғv/́WI5,Wp8 'W* :Yl@eP8/sKƄ($֎4hm脒Mk`{ԩ![ S|Kր<@[ ܘyViV9J; $upjsߖ-g?k(X hxW}s:QF :X%yۯqoʘp@:({@eMU[SFC7RW>FqMޓd"^+DP@?peaNԎ h۷`qN<<yD͏D7U'[xq8`w˛^:Ý -J!)4!7+eOOD+cJ4eWFƖwKNp`ׂ غT|Oef Pu3p4 O~rg̀q8{YW,F;2T^ozZ^G 2XRdu[f\ZE2gbv1~o 8-si;OYRZ' %PsNMm=WOה'3YQj$,Oz+QJ֥7L wnc+(Tq?]6&w2.;W0IظUPM '=9=[Ϙiv~$JE]w|AA}T{vb_u_P&߳]0nǘ'YR ;Ձ]H'tGs,G5N +[KQ3i#2'ֲݸqxSS5fE$l:κj0Q*B?Ģޟ{ݶ 3?L&JW-\ʄǖr`IQ_3R9C) _B3zezx{îd_̛"!بpϱ;+Vimjn@t-Ԇy!p!V*Me&^k+j:" O$ >$JTOA3{82ս +++k#R8C;U7Jn6"iv#@!xQؗ ,~(2 d<.dm"BoK۲.d *h!0gnt r"z2G5zL{ofy]q򗖷80gg)|2[V;d۞57.ϩ}7FdǩrBT#w,dV(UfOg(0VpŲ9t0u64V awj9yȷhs_4n@ds1h;;JgՉR)g]=U$ # 饜fih9d`2]qC#C ;̿kL XfѾ˹V:dݬ &ѥm|)8`{N+Dȕ~⌵V|W#sDlҡi :ADۼ} ^iO粺uIjR;B)c5ګy 0kTk|XvTb.X\i?{QEu|br!D?]FŎװ!#d}@0[~tZp8Srg82AL4v'9%J'@~#yP]Mcb1 A B;<ȍbQy E"b^IׁlU@Pw,KfoKWVNΤc#|-kر)QuFdrӳav;TxAVw,WVvNp$6z` uBut^aPy0 .bX*iA#o_l OŅUR4;os$^KRw(GFfh>.Q2=dO! s񡍐ֺ\ih# |%px\{^նCB L%s̜sN;DH;r#l[q\j9ԑkx(R4}Z>P%kS6Ʒ!stfx-}{fR\0[sAQZI1 gA`^'d&Sd߮BRBd1] $ZmRjl$1'LpNFS?+'sa6Ẋr0;M&i-SF՜[J SɐðX>%HVcW )Kc.1*pnN1G jN5Ϛ.;*$wQͤ=ax>P܃>2ʆ޹K ~gG4x=< Vpֳm4#ch_~vV We&UBu['^(%NpT$ьOCO뉊>>1͋] WlٱYH?j.هwWu/]pm&x f}Ly[3wl];A.j}[d@l2k a{t8B;ro`)@(l=ګěM05k}đ]pj6>Șw@#êz!גF.L&qb&7&<?xb+ OV 6jC6-GpPsKˋ:_ogtHD+|fJ+]L6~ <[|F%i,-r oNT5ݺ#xs7tQaHՍc T9u09DE.? +S:ݻ*&* `WsgQ6 GO+Ҷn6 X͕t3Ns/%łDl*᥊"Qn B* R W+ ,PΩ8dOe~u-JL٫$83#lar=# _8Srw!Zhצhi]Sk j{B;516}`/U;tվsVG00pdH %c.d ƃ8ţ8K:2rOP+R0?gIeGwGS##Iͨ ʌ`qRteKZ2ń+.gCнw}UKJw w1# Zy{dgEH5;UG}醙Q`'/+-DTc>]&B5~Pk!Qπo-R*Av>b͹SYFfF8Ԝ=ɦ#Ůg XRQw2-%߻]D$M޲zR?\6yǿ]ƷH՝'D55Ep$<s _ײ٦ٳj5]^^_n0dyVpFdbDz# whG'H"塀T;V:ȫ_ p'0 K}~׫Y7J,&̐ geгN IL C&45}D3߆LC͚̮PQ);钘O_Vr?K6c 졜@׾.}zURP;ŭW}HD2Ejۓ<^ܹQJ7G e`L3@5oT&4yfq#>xo-m!Ze8Bw0rSs5sE[+s}1QS^Z QazWW#Lmu VNӭ4YVzyʌ*DUaw]&i,^ E8̃L\QijkbXC,墥%`:+jaMT#'a &cS{W$qt#SE:ѧlEN,{nu(.dup'fed_IL2z߻ga _){mA`O}6F]EL=8(Fe.I%E}?L^ PQDUٚgCŒ1_D:/^BD݉4|BZ,+L#'TZ:]EaԦ`|.{ }7jG("/T0&L](m&A+F &n戸!o u]JOg-vѝ/̀v+:)+wWn}̦S TtEـ:G`^f+}bmSA:X5X}?n[ ygAdX&3XΔ8IsDdff_/r lwϺihz aV Ce 'p6_TR~ ^ T].>l7u3ſ`ӯOщvYt;(r]ђEmEEɦ+VY(]œ;3<ݸcil-CT~7q1>3cZNNX5L|=E͆WY\y=#ourɀ#naV7YKpȣmsW_4,D_WZ% Gm/6" DX ?i2i*[]^<*+* =VVKUe' $\}ک.'z'ǽD *r' J{?a)DGFL"K b%@=*݌:UG𖤦 1}Gþ MK8'J !a-x~~Ę_C}"<,/jpHc^p͸{g@v6yVhþe&,5JNhf1ö_4uiRĒZ.ji_7)z//9h.dg1a }à i+vVs^'Q;HcLuW` wAO5!xIik8|mO.w0+j# AQ)Vωh߃L B86 r$WqV)Tިli5L`8uuNHʺ18)X:?:PTHr I& '&s146Q蹗>U`>_;@ϨCtc_r9 e:Z{Z!r?'~ [\OͅiA]Լ< ͨH " W{!e_#i\!cܥے} z3}4m2`i M;bf>Z,%ϙTF\j.TRm֠$Dtr?z dT)y8wY֤!8kj7  @LysPe#Χ F$=[vw̙.T螾\kUXDL|!sXuNf!fKa,xn#, XN6>vUMTϹ)C9s2$w,ډDH!UZM%9\X3F <^j0QЀ)5ѱ^ߊ:~=P2<׈%o87Vڳ QO^B7n{ FT]3SWX)<X~i^w$]_4*P)IJ}-4 #y?g 1_/Ӛ4-nJjj9OBV?atZ(b3" Xȵ7iN_ִtVjcN>wސ4' Lp\Or$6mKD5?zҿ>̘*W+ 't$;NxQK)+URBmԴ Ig!a'In!-MNUǶfldᑦZml$:c25'ϵ]fouBбZzd0dqO3 : vJ9QXʀc7Lz !ru3 =ܱ p4wb و=zcgx͖b ۗ/v*ƞ Wߤ<8^ZV"as:ͦ"jīQ,^Tlw[ԝ2A KA=Ot` 6WHz3/*5-`j>)K\a\Pg$GRBI3E;+W-(tܔ@% N9m^9+ɱa (ht!>`g$,g6bY?(Pf3nXo螒>R韪*4=,!aН'"AUM;mkZwDj`DIN?T@;/SmnOsZY6Tp<(iZx`Yr69`YDch3F-/Vr s gRw=j+PC^j]ϋ殭V.LE~B0^ܱ@e$5~>r4 slhiz^RκlxvPܼԷI;^,Z?Vݫ W=VcIv'+$hH9~Y%w|c_CSShLJ1ȩ 4 Noj6b8)N7u.\pfj^şzBjڠ _Q"BG.^|f!x0vآ4Z>7j}S|nx!Ñ)R9`ua^"ZM<}Ls TS9j.@@yr/:g4-gO"\0 2Tk1{Vr?n-3r#ٓNz:-&?͑cr5tP`[_QsDG9L.޼DC.WĬ,X> _}W!HwwXƏK8̭ƌ5:rY'8R1v']LG>!]?}1J)Δd9Kj+]ovwE6&X݁,Q.4̉F]ܻWk@?EޡK]U2Hab e t:z^ټ40(b > }mdό)ֻNf5:ݑZWLÁʔmCpATpS%Y8jE7MgsSvw vg8HRnZmLWKCպ^ Ѹ^}sR:&U<Ʃ(]wS8dD*Z#{J{ F@a/߹c#H|^{=uՔuƕw2* > 6]APg&)lLqER0OT3bY*ۼq7" z|<.UeQ//Ndžb.NN襾rM}r qɏҳKn>DGܷ3R%ɔװ[Hg+1P4]yTˏa79?̩J%?WPqyB}dI3r6q[8+,x~hX!eۦ - ~TFOƗ K"ˢ\8'rܨerPHax$jԳ=B'j^BX#O-45) vR~&3MtHv^jdRfxu{=R\?EJp#<, O&%?w2GM_#흮;ޅ 1W)^@-'[E*BS'-5RƝ,dE[F] YKZX6djS-֡Mta.` ^)_|É"dB`Ȋ\URW^#ަG Mov/ϓM]|/Us^XbCß\_rg09>2An-kpMْRٮ)*47 "80%.r۰FWbmF 3EPX^ BU^ H!+ .%62m~%k+|nvJROJݞ B_d+k]&s@k$ՀZhBd9_1GYE慫D80J|rz ZVJ#){V[h -O2V!".j\6ݖR?gQ8%m)ccu"M0:ۡ{lP1`|fB-ԉ!~*yГS@ xCG~ @++߂?dPV[ \PFe&qAS)eV|IRPY~wc =E+r 85 QtlV:TI|Z~u<&r+jX33`kLќ>& 2OCalFOnpS (n&tM{]<7;:adry4އ79hMjaTYKw蕽)]W-:?IF{jԋT9 CpLCX5?/ᒄ̌ Y "v]Z! KիƘǑSeZ͜ u8З93TMo?Ζ-˃Q!:+]@ Rg# ̊B]|,|ɏP~YwlЮ $\$,ID8;wRVQ~)BKh&D:aʍUہOG2CW!Ⱦ7o˴Jajv(K1`d,f4&YN^ppKrUeoZEu3TOyD/]6%5b rƧsq.e9r-`XB!.J@o 6xVUT]BL@GtɹXTb#c=7-ndP)}T"y7c/X:''lةٍ~dXq>ɑf0|JMMS7,T~v0u >ObdtM$Wi拇[x<;I>Lƙ;H(Ԡߛ5-ᘋt!y6=Bs';q<:+'`큧YG2tsI/3*R~qD:{˫LOBU5%di#6Zcy* Qcm 3qkɰO%ۯ;E@(q /Hj}Jа nk*!?Ax9"w_N6I~l HX}񣏏e)v˨!kB͏(RbU@_2NkC丹{NCaCtnЖg?o_``A⩻{@oTSEэ4١QGLO CT$:+C>pl\ _) pAz}Op6`~+R[ڇԕ]i& Gb mu׌m窗~ԸD0(17͂KD㼀}{z +E5J2cBhi罻Dw`#${A \O(\rt۸eo"`6MhŐ "%q\197o#?)3Gw`P]4ܸj̢wA0? cխ༝osm V{#qC گsf5pI^S/Cmcڪw.Sz`uFZegn̞z02? rt&'Z<{_Ͷd׃TL*s,rٳ$dC%w@j]5v"}Q>o/m #9#Jkf#[÷ԯY&  W=*5/-Arow_OGQA>GVRyF,o?=B~iGf-H|aHmckU K !_#Zj0D&I9al"t3v8ů5Xo$}̤43:FӘ`cP8}%he7dB^dR~d[faM-7tg m8"Fھmfh-?UQF똓%ƭo[Q"ucIo̳<*"Q='=i\|v=̎<឴iEj8ki-ʮ4ysƻX%mӝkSeoxFб;^JĄ8[9!JH8zF$9  >HƺSJqK0#A oFy8zuZ&zj E5q} PKI SнWZ&;Љ#[wV; +Gi /vXLP6UJ*xs]YvT2: @2c뿶m'$dǂn?$N\(dv` .|Zx \~{zm*S:6O4+חVRY( ȓ# \㱿 G!P8h!I(7q'Et^jf, h[Ϧ0ݘ" r3[hEa?1^b:׍sV˥/Mb9TW+wi6iG/"_mX+1YJ|Neo"Yؙb(<*|X$VG96^kp $GsydX*wcE#c[$j$DBd]G+RS%̐cFL6pm vw>5 n=ҚRfl,軪9gESmyzkf.5ڸ<#]+AUW%72DH0J] ôӱH9(f;G:MQ4WoEіhWupbssDd90Y9 K9ӕvp _޽mGkL2O$u}Af;VYp4m$nodks)8tMZ{!XP6 q"L0֗\p|RGgu( lU| ,YfϜ;LgJm2Y\x XUBqڔj@zw>]B+z"3tl iINŊ؜hA}9uŞ+*otMӵYn sjXjصKNTy6xe,v5͗ !8z[c8hKGQ`Z,Md:H} Ҫ3A,)(7FqъT xYHdqphPb")-%!NW'F %\h Jdo,֐#ܧtAAQa &oTWxB(jI٥ɴ3Hw鬲=X{e4#x'vMoAos8IZsȨ"4qT_3A{ޠy۳T<=&U1L>:nBzR~& .:t,:Ճ8ư~D< Qᶈ>fټCX+aCGNMfF喈`~-VJ&DDbg$NuIUD5MS!S5@<]5/T*ֺŔ ޽[HSɣĠ,ػ>a+7Roi;XmqWH)l_}2ep$t់vdڪ/Ʊ_Ϗe'Mh˟_&ZR0nes8!9!ʛ;>_KC0|?AW a3s"݌:XO :G'a%F*gN{OhK_*–@~M:|ZMdOsSDN֏^JwPa+o:j#tўsۭTə$NE#SϲCz@r :]u9%C{9p')z⺂<'gPT,.X"z?`+Qwt \9b;fc3ro}.zab;Ʊmd!QSQ7Ph-RhbzNvu ve=[mR˚[$cw%}Ӌ/}d/4({9%XAҪc?w &t(VX=e3HK+vE_1W,bw'[Sc/_fj.UoAU xp BI^'yc ]>GB!U|`k!ڔhfXUC77~\2d7{' `&Ymift&GǏ2dؤбWt)oliƌ\B ^v76:Yj RjffH/@%i"zHP&/]E UTE5'%3 k!"!m=߿!2UyfQd٬77_} E0:?z&x1N~s9*[rLu>vU s D{_cLI1_m0 Aߒͭ;rD[[f[W];X|㞼k`mm vO%YMr^]a_`4HfQb a{FZ2oI#~}QLhD팛onJQ]}aC,ų}~W/“ Pn64=n5Ćv*JD]=,tWhj B^xihӓEed" _*a#bKɇӎa #;Fwn*F0Lq[ >%Us cc1.*g撏饌L L͛$k׽:MT rzq$1~lLQvĐzcr)gؙY*qdUd؂"Uţ _dJk!6L1dI*Ğ⧤Jn)JM)`?kH8"~InNu8͖cMݰ3ZKgON]w_Z[kǃ:4]qH/F#ǭIk粄rhY|mXrtG(bOcV.P/)M3-Qm'pRNo.@IO|ȟr&0C4n/Q}M; Ҭ *O 󏌝\X%dN\jv6$곕Ӹ9jC5-2}Gu@tٺ}'=hٌR xb$=$C kټῳ]t \L8ٺW̄wE축`W'[LpbJmCg#~rnCm~܀Yd͋ #QTz]OPSnK$)cC!$8*pшQlEajj b֋- 8xY &;_ꦘek * ԰맚ڶdyl*"S`/6`PkHQgRN%B".}tJ~қۍ G7!S8%*0;yV6 &n ~;sjYsvFc_i]uV a}[@k HD~*ѷg!p D1܉\ެ٪>(/`'tN4"bv9Lj 7zxt&؝B;a''f4Si7lm$80C ֢z؁@tBMt}* s^h_N#Ɔo:f P]RK.'Bɑۯc>}Ljuq#Lz%w+R WhOef# ~ r2(:V >r5WwPuv .r 6@lVN@'<ǽ*5*Ax9Ag6f~3&"$AB"k45bg_K^V(Y|DoCÏv!Dc J;s=ϙlM|N ¶aj $HH!Q4PIJwYHĩ58b[&U?U.o˜0`6m`O~ I+/6闌i>EH)%0IYQ %*gp X%{:T)6jμ)9ʏ󴺧?=YP%{SĦ~JI1`Ո܍63Xb RR «cW˱4rm\jl%/B\JqoM(,,Oesu,%٨.O]Q9$Ӈs={'::'eM / @oa]*ȉ{o$͔NFO"reڂ -gx}d4 L:lquMZB|"Z ٶ+Os&([y#IW߼7+ AwzbY~QmC<$R 8f&ZMb.+ȴK{-wqtpIG(] USuJ @zlU^|E;; & = 0ޥ~}m9_ k52o36ɁfȎ J4 .Me8A߅2(죷EbC;&xA-hbf[lp"%Vkdv^s]EO/.h&9l;!@IlP ϶+wՒz#P>W^T,Hc.oԅ-1Ef؜ .(YǯIjBI̪'y+"?4JD3Hd]U`N_^W1z'%2ȘOl񂉚+) hnoH_鯧E ng /h68ںN1"W`$3 I|PB~SE">Mrx"Bw$1qqr;ҬeX[=i2aMRth'ku5c%LwX߶ٛ;kRGD )ǧ: o=a¾u7K{SfG<2f#OKDVVޡ'؍.bN赮 1THOg8u158YnxbA{]ESȀ2˷ދ(зWgO!wTY-Ka8rбBy>`WX?u,aK(8D-ˑ[O1K=J!#hDLk/+rnE8I8̟S˨ql#'| A@;-&<6H!0'> ]gYЪ}ŷ|ѬbcB_Ob(!gĈ>0a QsOsyhjwvMTrdHhpv8կOA B'^TA-PwDeIlAbuvvnwRag$;“c]׆W҇U [qeLNWJ[wk:tw)z7)}0BM}+ھ\J6[DW-%0;sb[ӧ99,g 6E .:^MV-uy;Sqv$>y$FVڡ.Jq̩Xk N^Zb:4ߥMeU3T&ox##4 'm 2)4eql\j* 6`CО f*61Nѻ5jѡc6e{6 #3.) #m;UI1BLJaI[=sī Y"\Q`L Z+jUF+ܘ|@ܿGN:*gJ=(?%ܷ-hk=Bp}r|9-IleLh ؅<݂kr҃ Q(1@/R8'W0v#kZta0,"GTlJȾ̏ :p>H>+nz3-4&>gJEd CGQ|‹  ))琳DX[VGqjnCd8j7k _ѕuαee^toq*CoLcGU3\6PO9@|Xq/npc2U7B=7MڭAXmm;Ez@jY-6ּCh,4qy60o&] Q0I2(/ِSd8+\xQsZigLӸؙ> j{ll#4Y!bW bMo+L"{K:$,i I$*W^ռt:~i{mI]n<, ǃ`8Bۆ^,ymD_N.ȮNΉWndn)f% ./[(~=}z#Lp]'QaV/"vo^wV 5iHC#FȥSo^:Y;~Ɉ 1 UVOz[4jUT ;kRZM4(y^L1{m_bW\;Qpڇcw^4<4櫹6d󄧍QfrAlDO,jCNqyM*BCMMVvP@O*d(6ױ8=(]hy%hc r(D/~JϫoGN/Ys`js1jVGzUdacQDBG>&il{,72QXD8]QF;o\6AoCt"1ɆFuVV)]&"awRO.d@7>Q㫠iX-EKdmnu1$5~i%>onÀ\EmW\ $wHkb 2nth * ^+fWsw"QŃU3F4M5'c6{^ZS:V`޲9^GެU0Vᓟ';*!HP HswSrxu 7Q>~qJ1Lyj02$-io-B$3'Hw Ԁ/+4\࢒M-Ox.כX5&"Rڝw!6<+p֊K<0%Z?1_n1.C R,Eƪ'Pƌ@V@MfGb 4c kmgݴM e4v;`$ )j::I^^ǎ!S*0?yA*b| Y5$Dλ Dl3"g(ވ߲DIpt{\ENG?K !͍lh k`'?`=0Ppᄱ@ᏏtGy -60dePmf'ujYUlSRqYg nV `L `l[9@*1))?LK'4  g?<խH6+X }+553I1uro@ ɐ8ʏLs iTcGjoX;S˞1QQO?n墆Y1Hi,2Fj?Vp1,^Jx'(L&O z5$0i%_1Yw.?XNsL^9MaXM½(E=ۧF奞ښoS/Fkp\"լ4$@aA߭F9cm9fG1V I',m}dmfMI3( A,2p{J, JdK\,\teka{yK)~D !!~T0$TPnyh?Lu{~&DS1=u pda9&uP /ҞIm+rFSiw(/1Vy Σĸ3i@!YXB[ca󿒬Jgo( PM6GڃkV~oY7ʚ}ΰ]|HI׊D1J`[:z<ݰ{, LiXf59۽x-3&9>|]TwBy>x vxݱ.v!&e5kd^ YpEi ƨR0,y+JryVַP-ez17~!}XQr^K%W%*\GN]݄8Zc5B"@;<Dl0$gp6S30q9?ΨÇZP G@T,n-]j%Wt/G)#">>Gv pDvY~og+8L;b*%Mp Mu{x/jڇ|&.N-w&PaJA$k#Ֆ;J6"mO(lԩw0KnVzS/ PbP= NnLW展0O[F*c<1n߂";3O+VBfdJ uLWd<}/1,8=ao=-XE}@ȔqV'ÅawثVR\BbE]X=M#ıRf~ٷG]r\KǗ“Gg=7D bS䘎_mCܧy`\^l%ZzwN+e)9nP7AFz5!U~lj(|q*HG9U l@"8)^J_ if*oZ>24<4匢"ݪͿkHy=M=#.[9@EC'\pkO0#ZxLBq,슦:2cZ> F7;g!$K9;gW`p8 [)ȍC>>ek?e>Ne)oodzt7p%{̀ Xm3Xe >eI`<$/-٠qlz|Uժ^'񻙻z3B#'Z>s;e&3AuDSBM_ZV  nĭ]~T*Ij]ňaSi睝4hBch28=:ʴ}+τnBv!K֕}=PĴcى0t0)/oW!Ƶ'IHDO|&O$;-@%3;(cmY"}kiuq :ri~7gDJЗ#\\*J0dOװ*pNkoZ>2{+~]n禝0хR[t( שȰV/\"Ϻ -שO+`2#(OnL]b|ifa3 ^'ӖCE1+(R{ ~X6/`XuʧȲcPoo 6 yYQ?-%$aDV2zRs$N;F!S\18 ҇B ?i-d`H^ }WH̀.};{9CȽYXOhF8c*hfW[ߐ`i(LPkoseXK4$"j΄Snsّ4'*꾼1Ц.j7 Λ`[i(7e}xXd@N ؄u*y#Mi01}Z]&?^)oj2][&ڭ? \iet:M&P{Cx ~{a>+gB.zЬt@}GuEϏbu\ NVx潹qE% U!QG`fwLF5+s i8 l4+EnFح񲸠p'/S@"C-gTmEao"cV>T83b޸|a.xtf=Aŝc\Ўu@\97eRF@ xʫ6Tq"f L?9]q GlF)huYc+5+"L7^9`MlŅ,l pi ǯlHȫcyz> 9pAA_as>Y!:U=V9_ w3z{.fk%[صx '1'z~:谶=f]Rq }P$̶}i7[;dtL҆Zn+esM>w=l2/bCɲ,|^!/Q&-b~`V=YS{J"l%Q+z[UDSx;ϩ?4VnB.dm᫣fX 43+/.ib量RY\ۑ2F+@P8#pܚb}&=P*$0Jǣ:qޑ5¥s[`f?Z]si*i6Ky- QHuBCIa0fL N|wɲ3s~'@B(aL6.A.%g'vfq?f&KMϯ-7 tUpB tԒطqn7W<O%M: 8.eS'(/Րy1!NS,{vPxV ¾,c{FJ8 vu8~2jA" '$_RD$okj8h}CmJ֞$廙ÖXn,}mXB}ߠԵ'~RP oRO"|Aff($6;i@aL>h"_m`}aPZ*&Nqf7ѣOEF:8͘սoHgܴ<ƀg\@Kh:G~kBɋ%g#KC7z`$ 2}7 ~W]j$]{MtOglh9gkYZAAN_i;7z@u8fyԝlŀ}D;II;[S0]jwlWJO)Qo9q<վ6\3rFUK;s%P!q{S"5f٧fղ tRpVMƗ94Pz7QiA}@><,Ո.9̛(Ok%#Jb4tA{䱽~'ݫZBsD3@JRM3|ۙT}D!ɚi "F:|in|`on֝CZ[ICa0}Ao1 #k&W`xLEdć%}w= dbRk*}׉foo>MPũ33*js|^/Hrg\{V]DCJڌoD_ Wmt_M &jݴWQ-"&`>Rx1 8|t5xR]9*o1mUr´4jsCwv4$ Ɣ]xYyn\7}9$Z)k+ahO>ek_|lmrZ2nvy++x儃F*lZf ,Չ=Vc;*!|ܪ.fw۔Mz#2g(5C_'x#o.sNS g㭨 UrhF)>P=0"ҳ<{>9s}!p%8Faؚ0X: ~LWx//DT#)1?\zQl|;(ge)y<\X?_[kk4t}q IJp.)DyOo!>UmKD̀.57T|+b ; IP 9&eH:jU%N0RN#AoK.MZrY4'5-O pO23 X rI5D]gI64N: pRj.@ rSd %1mnJryj jv2ò;x2PcvԍXKL.xM.'I'5\H ɽk3eK+_RuϹ#^(:+ɗ0aLV^5F"@y!KtG){L"RvkI ;+X.NɲF$KS&ysf091/|$/D nFa|# MGmBl1ex}P[Nz']'*VPL>tRovalQfZAbğv7`)bKlkEeӪiD:ZC`pվR;fc6_j4Axh%XJI=Qyw[XEO',k^A&Nh)M5FajƁj@iߔhz|C9xMV'hX~_1P29 K #DuDz@S#p{&D#ϒvnu\Csv#mp\& ] O,N+ 67[I$zCG%!)'4V\{[_ R O!W0(_qZԯ3n^ˏ}GuᵎJ%y.JK %9{cb$W$&HaAG, n*Z}:GNo ?ןCNެnb4SN"3zϢQR22m)\$2b'-h{z9`]dCY_'8"*׆ )x;E9NFS"NmVbsJT#Bm* /dh# Ah|~mN[[f䟠ٱyj Lr42Y3YfyN73!u_1Y,歕].uy1Bڐ-X^]Q7Vӱ͎&=M3{^!#BS[FdwC?8ƢF@}5".8'K Atw0pJPI]=yu]9Mo-=Sy숦E ˞DªN(ao8AEu۠/ uxUʳgj{ Ɩ`#'$qe{<Ƀ]j9&.CC07sm-AC* avb+vW8 Z5@A^Sd6;]UJavqmq4W;y5Y׾+Da}#AjHL%b4Tbm%1ե̦enYp)4)=  5XesfGksŹtXɋ˒Q*cMV%A*IB7+bu +=jؑ&9=lD %º9um>4jĵ{ShibRiļӤ!GL3$Xc GtPl2Qyrk趠E\G%ݧv $m87[`m<M,TŀY~M`:nFrN[G jL-(*tة1q@ր7L)Va1 ~ DmճuܒYuwjL1ssYnȗ'*fd吃tg|n^&.u=$x?O4, gNs 畣yĭyjc* bNYE 0j&xnOK'cLV\'opj]BAdz $bSHhW.u`@HZ@(GV2޸Js" G;4I%3q˩PYp_ɐ{2g1 ~7IF;@ooxx(\"GYm2d]xC2eo#+%;S_ԃּ Dpүyt$ ̉':i)g}<}"O,߯/i 40s\7DvN!;1寤yyбٽP$iǛO MKmD) *Gf3+>T0:I1Eִ'ǰ0@אK {EB.AЊ\bS%d;bIJ2 = 0{-o3ϭu3KkC>>A0&X+Sơ8E0ЪxK؋N""9uzmLEKNIhfs:d΢3H(3ejgF!6h~ pg0T5 ].0rC EӤ Plan@Q&-ش\ 5]:}MMŠ{3e~8@5cÇ:@ݗ;sTXְ̿_m.xevm%~@cFs8 Ix 4Қ.);ӦF畜)kWK ǜ:O4VCzo9>wnȡxU[\[,}a>PI!" 3zҮP!v &sqcAU"gQJƳѤ?%pM<_UN:-} q^#}7p]8w beQv&Y6oiphvkm7ߟ"pE(܄XV<6fzui{10族2#bWTȦztWidžIԹ BB/Ws5i;zU.͒N>T8.ґs1Odǜ o \ :B5]fp xbZnZnBDy u3G}-_XkL+>BxʲפSHeBrxɔC97[#Qy6BA?JݡxT@ujLWy Ć^܋={va_h/ vQiF{|D;Sf;!S.ybnOJ)ɸΓPTqBmz1mvȔ# arb/ ; '?6h0I&Ebf| Q!vzW$bOe*Oj.@uIz#>{'y[Ki2vˠ ȀDio37pT:7NY( Zػv@zsٓJcA63Z=nl" %;`n+Rr-At?VVhDzSY)C.׺+Mui~l ̙5:/:9)ٿy /n_E#B:cN #8 tK%z>H2V]@:IEv,Aܢu }(Xp/>I,^@A)P&oK=X!%}č/ۇ9.pH7'#o2&M=KK?D37M[$Mp~&J:#]m@t^Xsm3G^x7&<̙ĨJ_a,Ű1߆K0Ǵ^X@x- )aE%H[ĕ3'wV<<2 c-9j_$&7#]d6shlst_W1dBcu j8JVy/m &,\RF `yOb;@W4heR؜8to%WE%n֐|Л** ':iβGX]3o)MMhjG{?ɢ1/iF8!G?cC?'_|-8k Д+{  VrjWLMpaցhM>]1upL$E.ݓޟ@Fy " lQ8(4LDI"Up\%k cHmE>0R ֑Wi% Op0ʁKrIv9:k콓a+Lcr L>xm%ŝ-? -5${\GP6Pƽd\,Hxcr)M-PdzWċB= $'츅etVx&c_u<rQ*Q \Sg 9-77B>B+0)~*[Ƣ}fJyGBEI¯w%V+!28/ me2Fyg)q6bʵ0V/kBnkܣ7svZd`f$B^M6{Ϯn^6ӥEAE^8iM)Q75@1V/ ȤHC`T Qb.{ _6,<#pYο JIz) uQOa&,Pd8(\2Xx1̿Yn/U|Js(oHs6n^4*ϱ~fU,|`g@pB%P\ $5[%XM^z:&T,l cBj5BXG ݶ)Xsbג3,WEĀ|ecrRFTGa; ǖMp}4Smge'OGw1VAMX|zZE[%k0aҵw(Bf'43Wk0ڜ ~eQz٣tv>ù/rR& S8+ʥ},MÙo05AM#0i:ok^ vNa.p|Jp3`W;鈏E uD셇?˃'>ž͛r"(g!zR$ /. }H^Xxx{x!xJ)DB? ,FM=2+|R2VL+S٢RWr}14{㡣IV>+Qʬq Ku*?ஊ[g +]$j%L]+[ꬠ4:͑50Gt^*SȼELU6utp=ՆD¨]ep:Y V7yW?;[hQ@AIxց^یP횡hcxBf}eyܢ6 LfRq*z r}9?bQfe~FQSuCk (`ܢ&Y#@?<ȩͮBsYTH5;A ?R1ވ-XQFw-:@qӇs/j?f[HHqۺ roSj΅qn{đԾwl$Τ-D Y{;L)=g'}1,20lVQ%ODy+ڛV?`ŭ܂@QT&̂مdJk1]W?}ja]'6 +\$\v `DȰ6 SKzTϰ([,T=0ZJ{.g΅V~2b|rаC~c cH/z^aGj(.75Ъe5DgH?U+U'0̸Q wPakȟ+5A)ϐt-V&]3޳fdRMqV}&*|I)N[73n\k> xB94w 52{kCHI^w }{)TMr>ɖs8 ~ȏWË-MKC=\9."N-d2ݗB %$^D{If )vnZ."[H4;\W _iaT2(UHQ@ElSNt%MN> fl쌓iYΈo>" ޲?2;m' T7έNXaYk=g: S T|gʧd@w7YQ`da8ojϯ *+X_u] Bf.LV;R)]8gsDuMhYGxL'hZo +3P64|eE$5٫IZi'YɦeC lrv@F=8psS;zFi7s(xbz3ObB_U[]?S( <փ5S) IiJ>+02z;C\j{r2s0c6}/lQ?ZʈRܠp{#,|F}-VbnHэBL٪ -ҳ$M ÌIFGy_i-q@"/^O~!MƭɌ[M;ZwO1>TZ?Ǯeۙ~94%_0B22є2Pnak(!Q MuV,yEwW(Gا =LyPUpuzWĭ`7scU;z_WfC4Lyw*\$rrtLb8\1EҖܘ C֏yG :ᙏ~t_70pfȐф\sت= {h@j|5苔%C7Nw1?p b橨bwsY'n8xi;]M#x)N|YtiJvsā a#M4*Dț\T?c֨N2hGH0f-,6N(= J {Eq?W  _e{'y 5̀WJ %|1iא 'QȊHnj|3>~V!ڹsG8w@Fe @I|R"X{@#@߃JNJRJ}5؟Ĩ&b읔 eKhM`pH \4ͶUt, jz6j牧HOєR6HRM"[ύ9ɃEE-E6ţV_ NO] HUFmPy