summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-04-17lib: Remove an obsolete commentVolker Lendecke1-7/+0
2024-04-16lib: Add fdopen_keepfd()Volker Lendecke2-8/+30
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke5-56/+83
2024-04-16lib-interface: Add extra parameter 'options' to interface definitionVinit Agnihotri1-0/+1
2024-04-16docs: Document new tdbdump -x optionChristof Schmitt1-0/+8
2024-04-16tdb: Add test for tdbdump -xChristof Schmitt3-1/+18
2024-04-16tdb: Add tdbdump option to output all data as hex valuesChristof Schmitt1-16/+35
2024-04-16tdb: Add test for tdbdump commandChristof Schmitt3-1/+67
2024-04-16tdb: Return failure as exit status from test_tdbbackup.shChristof Schmitt1-4/+11
2024-04-16lib:crypto: Reformat source codeJo Sutton1-2/+6
2024-04-15smbdotconf: Enable "winbind debug traceid" by defaultPavel Filipenský1-0/+1
2024-04-10ldb: reduce non-transitive comparisons in ldb_msg_element_compare()Douglas Bagnall1-2/+9
2024-04-10ldb: avoid non-transitive comparison in ldb_val_cmp()Douglas Bagnall1-1/+1
2024-04-10util:datablob: avoid non-transitive comparison in data_blob_cmp()Douglas Bagnall1-2/+3
2024-04-10ldb:attrib_handlers: ldb_comparison_binary uses NUMERIC_CMP()Douglas Bagnall1-1/+1
2024-04-10ldb:attrib_handlers: ldb_comparison_Boolean uses NUMERIC_CMP()Douglas Bagnall1-1/+1
2024-04-10util: charset:util_str: use NUMERIC_CMP in strncasecmp_m_handleDouglas Bagnall1-2/+2
2024-04-10lib/torture: add assert_int_{less,greater} macrosDouglas Bagnall1-0/+20
2024-04-10util:charset:codepoints: codepoint_cmpi warning about non-transitivityDouglas Bagnall1-0/+12
2024-04-10util:charset:codepoints: condepoint_cmpi uses NUMERIC_CMP()Douglas Bagnall1-1/+2
2024-04-10util:test: test_ms_fn_match_protocol_no_wildcard: allow -1Douglas Bagnall1-1/+1
2024-04-10util:charset:util_str: use NUMERIC_CMP in strcasecmp_m_handleDouglas Bagnall1-2/+3
2024-04-10torture:charset: test more of strcasecmp_mDouglas Bagnall1-0/+3
2024-04-10torture:charset: use < and > assertions for strncasecmp_mDouglas Bagnall1-7/+7
2024-04-10torture:charset: use < and > assertions for strcasecmp_mDouglas Bagnall1-7/+7
2024-04-10util:binsearch: user NUMERIC_CMP()Douglas Bagnall1-2/+4
2024-04-10ldb:ldb_dn: use safe NUMERIC_CMP in ldb_dn_compare()Douglas Bagnall1-1/+1
2024-04-10ldb:ldb_dn: use safe NUMERIC_CMP in ldb_dn_compare_base()Douglas Bagnall1-1/+1
2024-04-10ldb: add NUMERIC_CMP macro to ldb.hDouglas Bagnall1-0/+16
2024-04-10util:tsort.h: add a macro for safely comparing numbersDouglas Bagnall1-0/+19
2024-04-10lib/fuzzing/decode_ndr_X_crash: guess the pipe from filenameDouglas Bagnall1-2/+10
2024-04-10ldb: avoid out of bounds read and write in ldb_qsort()Douglas Bagnall1-1/+1
2024-04-10pyldb: don't allow py_ldb_dn_copy() with the wrong pyldbDouglas Bagnall1-0/+13
2024-04-10pyldb: add dn.copy() python method.Douglas Bagnall1-0/+69
2024-04-10pyldb: add Message.ldb accessorDouglas Bagnall1-0/+18
2024-04-10pyldb: add Dn.ldb accessorDouglas Bagnall1-0/+23
2024-04-10pyldb: add PyErr_internal_LDB_DN_OR_RAISEDouglas Bagnall1-23/+47
2024-04-10pyldb: normalise name of pyldb_Message_CheckDouglas Bagnall1-8/+8
2024-04-10ldb:pyldb: reorder structs for possible type-punningDouglas Bagnall1-3/+40
2024-04-10pyldb: py_ldb_msg_set_dn checks dn ldb equalityDouglas Bagnall1-8/+22
2024-04-10pyldb: py_ldb_msg_elements uses PyErr_LDB_MESSAGE_OR_RAISEDouglas Bagnall1-3/+6
2024-04-10pyldb: py_ldb_msg_items checks for more errorsDouglas Bagnall1-2/+11
2024-04-10pldb: py_ldb_msg_items uses PyErr_LDB_MESSAGE_OR_RAISEDouglas Bagnall1-4/+8
2024-04-10pyldb: py_ldb_msg_contains() checks ldb equalityDouglas Bagnall1-1/+7
2024-04-10pyldb: py_ldb_msg_keys() uses PyErr_LDB_MESSAGE_OR_RAISEDouglas Bagnall1-4/+8
2024-04-10pyldb: py_ldb_msg_richcmp() uses PyErr_LDB_MESSAGE_OR_RAISE()Douglas Bagnall1-2/+2
2024-04-10pyldb: use PyErr_LDB_MESSAGE_OR_RAISE() in various functionsDouglas Bagnall1-15/+25
2024-04-10pyldb: add PyErr_LDB_MESSAGE_OR_RAISE() macroDouglas Bagnall1-0/+35
2024-04-10pyldb: catch up with README.Coding for some `PyArg_ParseTuple`sDouglas Bagnall1-7/+14
2024-04-10pyldb: py_ldb_dn_concat() uses PyErr_LDB_DN_OR_RAISEDouglas Bagnall1-7/+9