summaryrefslogtreecommitdiff
path: root/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2023-12-21ldb: Fix code spellingJoseph Sutton1-1/+1
2023-12-08ldb: Fix code spellingJoseph Sutton1-3/+3
2023-11-20Use python.h from libreplaceAndreas Schneider2-2/+2
2023-11-01lib/ldb: pyldb search iterator avoids exception leakDouglas Bagnall1-0/+1
2023-11-01lib/ldb: py LDBError avoids leak and checks for alloc failureDouglas Bagnall1-5/+17
2023-10-25ldb: Fix code spellingJoseph Sutton5-12/+12
2023-10-13ldb: sync DLIST_DEMOTE_SHORT() changes to include/dlinklist.hStefan Metzmacher1-0/+21
2023-10-01ldb: Fix building with FORTIFY_SOURCE=2Joseph Sutton1-0/+3
2023-09-14ldb: Prefer explicit initialization to ZERO_STRUCT()Joseph Sutton1-9/+5
2023-09-11ldb: Fix code spellingJoseph Sutton5-8/+8
2023-08-30ldb: Heed return code from Python testsuiteJoseph Sutton1-1/+1
2023-08-30ldb: Remove unused importJoseph Sutton1-1/+0
2023-08-30lib:ldb:tests: Remove explicit comparison with FalseJoseph Sutton1-1/+1
2023-08-30pyldb: Fix leaksJoseph Sutton2-5/+25
2023-08-30pyldb: Check return values of Python functionsJoseph Sutton2-10/+147
2023-08-30pyldb: Check return values of talloc functionsJoseph Sutton2-25/+172
2023-08-30pyldb: Check whether Python object is a listJoseph Sutton1-0/+5
2023-08-14ldb:ldb_sqlite3: Access correct member of unionJoseph Sutton1-6/+6
2023-08-14ldb: Fix code spellingJoseph Sutton1-5/+5
2023-08-08ldb: Work around inconsistent behaviour in PyObject_AsMessageElement()Joseph Sutton1-0/+38
2023-08-08ldb: Clarify documentation for PyObject_AsMessageElement()Joseph Sutton1-3/+3
2023-08-08ldb: Don’t leak ‘el’Joseph Sutton1-0/+1
2023-08-08ldb: Check talloc_zero_array() return valueJoseph Sutton1-0/+5
2023-08-08ldb: Don’t leak ‘msg’Joseph Sutton1-0/+4
2023-08-08ldb: Check talloc_strdup() return valueJoseph Sutton1-1/+14
2023-08-08ldb: Don’t decrement reference count until object is no longer neededJoseph Sutton1-1/+1
2023-08-08ldb: Fix leaksJoseph Sutton1-0/+4
2023-08-08ldb: Account for ‘name’ possibly being NULLJoseph Sutton2-3/+7
2023-08-08ldb: Don’t pass NULL pointer into strcasecmp()Joseph Sutton1-0/+12
2023-08-08python: Use correct function signaturesJoseph Sutton1-1/+2
2023-07-28ldb: change the version to 2.9.0 for Samba 4.20Jule Anger3-2/+310
2023-07-28ldb: release 2.8.0 for use in Samba 4.19.xldb-2.8.0Jule Anger1-1/+1
2023-07-19ldb: call tevent_set_max_debug_level(TEVENT_DEBUG_TRACE) together with ldb_te...Stefan Metzmacher1-0/+2
2023-07-19ldb: clarify LGPL scope of include/dlinklist.hStefan Metzmacher1-3/+2
2023-07-19ldb: remove trailing whitespaces from include/dlinklist.hStefan Metzmacher1-2/+2
2023-06-14pyldb: Check for allocation failure in py_ldb_dn_get_parent()Joseph Sutton1-0/+4
2023-06-14pyldb: Raise an exception if ldb_dn_get_parent() failsJoseph Sutton1-2/+9
2023-05-24pyldb: Fix leakJoseph Sutton1-1/+3
2023-05-16python: Safely clear structure membersJoseph Sutton1-11/+8
2023-05-09lib:ldb: do not offset against NULL pointer in ldb_ldif_read()Dmitry Antipov1-4/+4
2023-04-26ldb: Implement ldap_whoami in pyldbVolker Lendecke1-0/+36
2023-04-26ldb: Add the RFC4532 LDB_EXTENDED_WHOAMI_OID definitionVolker Lendecke1-0/+5
2023-04-12pyldb: Handle allocation failureJoseph Sutton1-0/+4
2023-04-12ldb: Avoid undefined pointer arithmeticJoseph Sutton1-9/+9
2023-04-12ldb: Fix function documentation to be consistentJoseph Sutton1-12/+12
2023-04-12ldb: Don't wrongly claim to return message elementsJoseph Sutton1-0/+2
2023-04-12ldb: Remove misleading commentJoseph Sutton1-2/+2
2023-04-12ldb: Remove old misleading commentsJoseph Sutton1-4/+0
2023-04-11lib:ldb: Fix code spellingAndreas Schneider4-5/+5
2023-04-06lib:ldb:tests: Fix signedness build errorAndreas Schneider1-1/+1