1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/ldb
Jule Anger 94f11c3c21 ldb: release 2.8.0 for use in Samba 4.19.x
* CVE-2023-0614 Not-secret but access controlled LDAP attributes can be discovered (bug 15270)
* pyldb: Raise an exception if ldb_dn_get_parent() fails
* Implement ldap_whoami in pyldb and add the RFC4532 LDB_EXTENDED_WHOAMI_OID definition
* Documentation and spelling fixes
* Add ldb_val -> bool,uint64,int64 parsing functions
* Split out ldb_val_as_dn() helper function
* add LDB_CHANGETYPE_MODRDN support to ldb_ldif_to_pyobject()
* add LDB_CHANGETYPE_DELETE support to ldb_ldif_to_pyobject()
* let ldb_ldif_parse_modrdn() handle names without 'rdn_name=' prefix
* Don't create error string if there is no error
* Avoid allocation and memcpy() for every wildcard match candidate
* Make ldb_msg_remove_attr O(n)
* pyldb: Throw error on invalid controls
* pyldb: remove py2 ifdefs
* Call tevent_set_max_debug_level(TEVENT_DEBUG_TRACE)

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15270

Signed-off-by: Jule Anger <janger@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2023-07-28 10:48:33 +00:00
..
ABI CVE-2023-0614 ldb: Filter on search base before redacting message 2023-04-05 02:10:35 +00:00
common ldb: call tevent_set_max_debug_level(TEVENT_DEBUG_TRACE) together with ldb_tevent_debug() 2023-07-19 08:02:33 +00:00
docs
examples
include ldb: clarify LGPL scope of include/dlinklist.h 2023-07-19 08:02:33 +00:00
ldb_key_value CVE-2023-0614 ldb: Filter on search base before redacting message 2023-04-05 02:10:35 +00:00
ldb_ldap
ldb_ldb
ldb_map ldb: Use correct member of union 2023-04-05 02:10:35 +00:00
ldb_mdb lib:ldb: Fix code spelling 2023-04-11 09:06:35 +00:00
ldb_sqlite3 lib:ldb:ldb_sqlite3: Fix code spelling 2023-04-04 07:31:36 +00:00
ldb_tdb
man lib:ldb: Fix code spelling 2023-04-11 09:06:35 +00:00
modules
nssldb lib:ldb:nssldb: Fix code spelling 2023-04-04 07:31:36 +00:00
tests lib:ldb: Fix code spelling 2023-04-11 09:06:35 +00:00
tools lib:ldb: Fix code spelling 2023-04-11 09:06:35 +00:00
web
_ldb_text.py
configure
Doxyfile
examples.dox
ldb.pc.in
mainpage.dox
Makefile
pyldb_util.c
pyldb-util.pc.in
pyldb.c pyldb: Check for allocation failure in py_ldb_dn_get_parent() 2023-06-14 22:57:35 +00:00
pyldb.h
README_gcov.txt
wscript ldb: release 2.8.0 for use in Samba 4.19.x 2023-07-28 10:48:33 +00:00