python-ldb-1.1.29-2.3.1<>,E [Ը/=„L"˾ItZ6a2lף1y>}$n R&Øt+A}t͇y;b9~PGHvmf.RUp-ji~BLzAS􍺰[J̐0_[DÇԖ?iu4A+al/jq:_Zqѡ/?԰Abn8tyڊ^b} æ4ydLF.F۟ i[@xC);0PSp" Tߠvwڿb.RMFGL S4Дpj>?/?/ d   >  ( 0 8 H  ,!` ( 8 /9 /: />)@)B)F)G* H*I*,X*0!Y*!Z*[*\+]+^+Ob+c,!d,e,f,l,u,v,w.x. y.03z.Cpython-ldb1.1.292.3.1Python bindings for the LDB libraryThis package contains the python bindings for the LDB library.[lamb03lopenSUSE Leap 42.3openSUSELGPL-3.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/Pythonhttps://ldb.samba.org/linuxx86_64( Z큤[[Vddiss@suse.comjmcdonough@suse.comlmuelle@suse.comdimstar@opensuse.orglmuelle@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.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comddiss@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlars@samba.org- Update license to LGPL 3.0 or later; (bsc#1109571);- Update to 1.1.29; (bsc#1032915). + add support for LDB_CONTROL_RECALCULATE_RDN_OID on ldb_modify() + Performance and memory consumption improvements- Update to 1.1.27 + performance improvements + VLV control improvements- Require talloc 2.1.6 at build-time; (bsc#954658).- Add ldb-python3.5-fix-soabi_name.patch: Do not change x86_64 to x86-64 when building with python 3.5.- Avoid a file collision for non SUSE build targets; (bsc#966174).- Update to 1.1.26; (bsc#954658). + let a timeout of -1 indicate no timeout for a given request + fix memory leaks in pyldb ldb.search() + build fixes + improve pyldb ldb.search() help message + add pyldb ldb.search_iterator() api + add LDB_ATTR_FLAG_FORCE_BASE64_LDIF as optional argument to ldb_schema_attribute_add() + add client support for LDB_CONTROL_DIRSYNC_EX- Provide python-ldb and python-ldb-devel; (bsc#966523).- Update to 1.1.25; (bsc#954658). + torture: test ldb_unpack_data_only_attr_list + increment version due to added ldb_unpack_data_only_attr_list + introduce ldb_unpack_data_withlist to unpack partial list of attributes- Update to 1.1.24. + fix LDAP \00 search expression attack DoS; CVE-2015-3223; (bso#11325) + fix remote read memory exploit in LDB; CVE-2015-5330; (bso#11599) + move ldb_(un)pack_data into ldb_module.h for testing + fix installation of _ldb_text.py + fix propagation of LDB errors through TDB + fix bug triggered by having an empty message in database during search- Update to 1.1.23; (bsc#954658). + Test improvements + Improved python3 bindings; (bsc#951911) + Minor build fixes- Add doxygen at build time to add the development documentation. - Disable rpath-install and silent-rules while configure.- Rename pyldb to python-ldb.- Move the ldb-cmdline library to the ldb-tools package as the packaged binaries depend on it.- Update the Samba Library Distribution Key file 'ldb.keyring'; (bso#945116).- Update to 1.1.21; (bsc#939050). + build fixes + improved python bindings- Update to 1.1.20. + validate_ldb of String(Generalized-Time) does not accept millisecond format ".000Z"; (bso#9810) + fix logic in ldb_val_to_time()- Update to 1.1.19. + Allow to register extended match rules- Update to 1.1.18. + fixes for segfaults in pyldb + documentation fixes + build system improvements + fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxx + Fix check for third_party + make the successful ldb_transaction_start() message clearer + ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory() + ldb-samba: Move pyldb-utils dependency to python_samba__ldb + build: improve detection of srcdir- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Remove dependency on gpg-offline as signature checking is implemented in the source validator.- BuildRequire docbook-xsl-stylesheets and libxslt to process the man pages.- Require pkg-config from the devel sub packages and do not BuildRequire it from libldb.- Update to 1.1.17. + pyldb: add some more helper functions for LdbDn + pyldb: fix doc string for set_extended_component() + pyldb: add some const to PyObject_FromLdbValue() + Add a env variable to disable RTLD_DEEPBIND. + ldb_ildap: Map some wrong username/password errors on to LDB_ERR_INVALID_CREDENTIALS + pass module init errors back to the caller + Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR on EACCES and EPERM + Fix 1138330 Dereference null return value + bad if test in ldb_comparison_fold() + use of NULL pointer bugfix + Fix CID 241329 Array compared against 0 + Fix CID 240798 Uninitialized pointer read + rdn_name: reject 'distinguishedName' depending of the MOD flags + Show the type of failing operation in default error message + Do not build libldb-cmdline when using system ldb. + ldb_map: Fix CID 1034791 Dereference null return value + Fix a const warning- Verify source tar ball gpg signature.- Consolidate python files in independent pyldb subpackages. - Add pyldb to baselibs.conf.- Update to 1.1.16. + Bump version to allow a depencency on the substring crash fix. + Cope with substring match with no chunks in ldb_filter_from_tree(). + Ensure not to segfault on a filter such as (mail=). + Add missing dependency on replace for ldb. + Add more data test data for one level test cases. + Add tests for the python api. + Add more tests related to onelevel search. + Use strncmp instead of strcmp when comparing the val part. + Make test output more readable.- Update to 1.1.15. + Ensure to decrement the transaction_active whenever we delete a transaction. + Move doxygen comments for ldb_connect to the right place.- Update to 1.1.14. + fixed callers for ldb_pack_data() and ldb_unpack_data() + move ldb_pack.c into common + Add ldbdump, based on tdbdump + Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h + Change ltdb_unpack_data to take an ldb_context - Update to 1.1.13. + Don't use "isprint" in ldb_binary_encode(); (bso#9147).- Update to 1.1.12. + Avoid printing secret attributes in ldb trace logs- Update to 1.1.11. + LDB:ldb_tdb.c - deny multi-valued attributes manipulation with doublets + LDB:ldbsearch - add search filter tests + LDB:ldbsearch - search filters do not only contain "=" + lib/ldb: Use tdb_parse_record and a callback rather than tdb_fetch() - BuildRequire tevent version >= 0.9.17.- Remove superfluous ldb-tools rpmlintrc file.- Update to 1.1.10. + Enhancements and fixes to the s3 read, sesssetup, and server functions + s3: Fix a crash in reply_lockingX_error + s3:libsmb, smbd, and s4:libcli: add EXTENDED_SIGNATURE support in tcon + s3:rpc_server: make usage of session_extract_session_key() + s3:smb2_*: make use of SMBD_SMB2_*() + s4 and libcli: enahncements and fixes- Update to 1.1.9. + Ensure rename target does not exist before deleting old record. + Add parameter to avoid NULL format string flagged by -Werror=format. - Update to 1.1.8. + Fixes for pyldb. + Drop support for tdb_compat. - BuildRequire pytalloc-devel.- Disable rpath while configure.- Tag GPL-3.0+ based on tdb license; (bnc#765270).- Define library name and use it instead of libldb1.- Add missing post, postun, and files part to the libldb1 package.- Rename package to ldb and add an independent libldb1 subpackage. - Enhance and polish the package descriptions and summaries.- BuildIgnore libtalloc to prevent a package conflict on Fedora systems.- BuildRequire popt-devel.- Define and use talloc, tdb, and tevent version macros. - Define python_sitearch if undefined.- BuildRequire libtalloc-devel, libtdb-devel, and libtevent-devel. - Configure with bundled tdb2 library.- Cleanup BuildRequires and spec file in general.- BuildRequire libtalloc2-devel >= 2.0.7.- BuildRequire libtalloc2-devel, libtdb1-devel, and libtevent0-devel. - Adjust license string. - Require libldb1 = %{version} from the devel package.- Initial independent libldb1 package./sbin/ldconfig/sbin/ldconfigpyldblamb03 15400227401.1.291.1.29-2.3.11.1.29-2.3.11.1.29libpyldb-util.so.1libpyldb-util.so.1.1.29_ldb_text.pyldb.so/usr/lib64//usr/lib64/python2.7/site-packages/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8973/openSUSE_Leap_42.3_Update/62c624465d1b80a2d73e02503b47bb9f-ldb.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=356dfa9363db4380a79f4bdada047bce530451b3, strippedC++ source, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4676c319f433f796ba18b251b700ae8869f5a113, stripped$%$P PPPPPPPPPPPPPPP P P P PPPPPPPPPPRRRRRR RRPRRR R RRRR RR RRRqU>,IT?]"k%a) gumZ7hyBw@n'۸[J*AQd~;P0~|nȓ*OkGW䍌Ҳʤ{9IC OrX I@Nr@A@?olTy5n+?! Wq=8`2ZD~Pae{w52}iC;1ܭG,.ܷ9MJEks^g8yܢ}g$}!zJ1e钲꒮ k &>%fVIrKZ;&8Z@.~P=Ƀ9%QK~z:h{'t(tE_]FreSF{HjoA)ANwX7YaA=q²0FUXdoJ?²=:iXq+,X딾P^$ۃcVjc#uل4^Ol-RhG <g~K<$GǓsN'~T0lJ!m:s_:4mļ[c2  'm_`n{B h:LESV_ugK7yKuXft F6V,&ezҹ8#—ddB,XjZXzci7%;XA}B_i:!9Ƀ93`TQ=ZRLMCɁBdpr`vFެ3\ii d,+`0e==.*b}v5C]M;&6Evdw]p 3Lх9~nJWYW-;BľP*fqlZ5THͅӱqHCh My=90or]+ 8/O%|. V2YeER9::ۍV?4+ŧ6ayOyRKzFbϲn.)\>֤5H:[a/dseɍ{SrOIDKmH(hYp_ H Ldy{Q6'(&PY-+jԟ(X{epx X_ Y+46gr1 ,3}.<_-Bޏ%T=B109CMچqZ=i[V Yڎvn8\r|V;cLC\noVH7 tD *xKz["-{ݒ/tq{v,ddsGpnҬ ?}bGE-v'"˱ vަL$??.Hi>U;Wo&͈r#Iqx:1`n^zhQ-YXkZjyg;Hœ\!s;%*__1g( k1g1,,SV+CFnނf 7Û9F`KZBQ µH &c@릇}5WuXOu)pf҈AB-0.؈ݼ8y"Trl30NU:-5&H #ذ&Ra/v )֡hOdtSäoVi{\0,..z-mEVaR(_F{0EX@]yhH\ >ɺ<祚-(rv&. sbhi5pSh#- :Q+8?gѝ6W?a\=54Ec6$gt/vM)/qOݛ"S1T~Vx*gk]+ !*I_)Xc֏a &`zP:$wHr 1d7gG ̽&0soViz\F|K`Wԫ|Ɵ .xyy@2lFP/f9u9vxhu2t 8_qcHCa ]qjs8x. Kv::܅QF}md&a(@ V/C1NJzͺWԘFU(Ed$>jW0E]hf-AGtG_Q/j3hԩ%Tېx$́7`CJD{J<]ԋ.$zRo#diC N~$]}$2uzU5cLtB4ʚNT