summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-09-14lib:mscat: Remove unnecessary castsJoseph Sutton1-5/+5
2023-09-11lib:charset: Fix code spellingJoseph Sutton2-7/+7
2023-09-11tevent: Fix code spellingJoseph Sutton1-1/+1
2023-09-11tdb: Fix code spellingJoseph Sutton1-1/+1
2023-09-11lib:printer_driver: Fix code spellingJoseph Sutton1-1/+1
2023-09-11ldb: Fix code spellingJoseph Sutton5-8/+8
2023-09-11lib:krb5_wrap: Fix spelling in documentationJoseph Sutton1-5/+5
2023-09-11lib:crypto: Fix code spellingJoseph Sutton1-1/+1
2023-09-11lib:compression: Fix code spellingJoseph Sutton1-4/+4
2023-09-06lib/util: inline iov_{buflen,buf,advance}()Stefan Metzmacher2-73/+72
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-28util: Avoid logging to multiple backends for stdout/stderrMartin Schwenke1-23/+13
2023-08-24lib/util: strhex_to_data_blob checks tallocDouglas Bagnall1-1/+4
2023-08-21lib:krb5_wrap: Fix references to incorrect function namesJoseph Sutton1-11/+9
2023-08-21lib:krb5_wrap: Fix code spellingJoseph Sutton1-4/+4
2023-08-14audit_logging: Simplify json_add_stringn() with json_stringn()Volker Lendecke3-9/+19
2023-08-14tevent: Fix a typoVolker Lendecke1-1/+1
2023-08-14dbwrap: Simplify dbwrap_change_int32_atomic_action()Volker Lendecke1-27/+37
2023-08-14dbwrap: Simplify dbwrap_change_uint32_atomic_action()Volker Lendecke1-29/+38
2023-08-14tsocket: Fix code spellingJoseph Sutton1-7/+7
2023-08-14lib/replace: Ensure that __STDC_WANT_LIB_EXT1__ is set to 1Joseph Sutton1-1/+1
2023-08-14lib:krb5_wrap: Remove unnecessary castJoseph Sutton1-1/+1
2023-08-14ldb:ldb_sqlite3: Access correct member of unionJoseph Sutton1-6/+6
2023-08-14ldb: Fix code spellingJoseph Sutton1-5/+5
2023-08-08lib/replace: fix strlcat/strlcpy compile for HonggfuzzDouglas Bagnall1-0/+11
2023-08-08fuzz: add fuzzer for ldb_comparison_foldDouglas Bagnall2-0/+63
2023-08-08fuzz: add fuzzer for sess_crypt_blobDouglas Bagnall2-0/+60
2023-08-08util/base64: add a note about zero length stringsDouglas Bagnall1-1/+9
2023-08-08lib/fuzzing:fuzz_sddl_access_check fix nul-term checkDouglas Bagnall1-1/+1
2023-08-08lib/fuzzing: LLVMFuzzerTestOneInput() takes const uint8_t*Douglas Bagnall27-27/+27
2023-08-08lib/util: Fix code spellingJoseph Sutton1-2/+2
2023-08-08lib:socket: Add missing newlines to logging messagesJoseph Sutton1-4/+4
2023-08-08lib:mscat: Add missing newlines to logging messagesJoseph Sutton2-26/+26
2023-08-08talloc: Fix typoJoseph Sutton1-1/+1
2023-08-08lib:charset: Update NUM_CHARSETS to reflect true valueJoseph Sutton1-3/+11
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