summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-01-07lib: Reduce indentationVolker Lendecke1-7/+12
2026-01-07lib: Add timespec_equal()Volker Lendecke2-0/+7
2026-01-07lib: Fix some whitespaceVolker Lendecke1-18/+18
2025-12-08lib/util: Add tests for the new secure data_blob_..._s() functionsPavel Filipenský1-1/+56
2025-12-08lib/util: Fix trailing white spaces in tests/data_blob.cPavel Filipenský1-6/+6
2025-12-08lib/util: Avoid overwriting talloc chunk name in talloc_keep_secret()Pavel Filipenský2-5/+0
2025-12-08lib/util: Add data_blob_..._s() functions that call talloc_keep_secret()Pavel Filipenský1-0/+71
2025-12-08lib/util: Move talloc_keep_secret.c from samba-util to samba-util-corePavel Filipenský1-1/+2
2025-12-08lib/util: Set "PREDEFINED = DOXYGEN" in DoxyfilePavel Filipenský1-0/+1
2025-12-08lib/util: Change comments to Doxygen in data_blob.hPavel Filipenský1-9/+64
2025-12-08lib/util: Refactor data_blob.{h,c}Pavel Filipenský2-23/+15
2025-12-03Revert "ldb: User hexchars_upper from replace.h"Andreas Schneider1-3/+8
2025-11-20tdb: Fix parse_hex during `tdbtool storehex`Lin Liu1-2/+2
2025-11-20loadparm: add "kdc name match implicit dollar without canonicalization"Douglas Bagnall1-0/+2
2025-11-13config: add kdc always include pacGary Lockyer1-0/+1
2025-11-12lib:util: Add APIs for fetch/store int64/uint64 values to/from tdbVinit Agnihotri2-0/+121
2025-11-11lib:replace: Remove memset_s()Andreas Schneider4-38/+1
2025-11-11Replace memset_s() with memset_explicit()Andreas Schneider4-28/+27
2025-11-11lib:replace: Add test for memset_explicit()Douglas Bagnall2-0/+104
2025-11-11lib:replace: Implement memset_explicit()Andreas Schneider4-1/+20
2025-11-11lib:replace: Remove trailing spaces in READMEAndreas Schneider1-4/+4
2025-11-10lib: Fix whitespaceVolker Lendecke1-6/+6
2025-11-10lib: Add some const to bitmap functionsVolker Lendecke2-4/+4
2025-11-10lib: Fix bitmap_talloc()'s parameter to unsignedVolker Lendecke2-2/+6
2025-11-10lib: Simplify num_parameters() with ARRAY_SIZE()Volker Lendecke1-1/+1
2025-11-10lib: "boolean == true" looks strange :-)Volker Lendecke1-4/+2
2025-11-10smbd: Fix a few possible buffer read overrunsVolker Lendecke1-1/+3
2025-11-04Remove previous himmelblau integration attemptDavid Mulder1-11/+0
2025-10-29lib:ldb:tests: Fix memory leaks in ldb_lmdb_free_list_testAndreas Schneider1-7/+13
2025-10-29lib:ldb:tests: Avoid memory leaks in ldb_kv_ops testAndreas Schneider1-7/+35
2025-10-22lib:ldb:tools: Do not leak memory in ldb_cmdline_process_internal()Andreas Schneider1-2/+2
2025-10-22lib:ldb:tools: Remove trailing spaces in cmdline.cAndreas Schneider1-7/+7
2025-10-22lib:replace: Implement setproctitle() based on PRCTL_MM_MAPAndreas Schneider1-0/+179
2025-10-22lib:replace: Remove trailing spacesAndreas Schneider1-28/+28
2025-10-22lib:replace: There is special code already to check for HAVE_PRCTLAndreas Schneider1-1/+1
2025-10-17Add missing include needed for cmocka.hAndreas Schneider7-0/+7
2025-10-10config: add certificate backdating compensationGary Lockyer1-0/+1
2025-10-10config: add strong certificate binding enforcementGary Lockyer3-0/+14
2025-09-28lib/util: Fix CID 1414760 - Resource leakShweta Sodani1-1/+5
2025-09-26lib:crypto: Use gnutls_cipher_decrypt3() if possibleAndreas Schneider1-0/+17
2025-09-26lib:crypto: Use gnutls_cipher_encrypt3() if possibleAndreas Schneider1-22/+58
2025-09-11tdbtorture: Fix CID 1034815,1034816: protect from out-of-bounds accessShachar Sharon1-3/+3
2025-09-11rpc_server: Remove the source4 implementation of wkssvcStefan Metzmacher1-1/+5
2025-09-10lib: Fix the build on FreeBSDVolker Lendecke1-0/+2
2025-09-03krb5: handle GSS-Proxy credentials lifetimeAlexander Bokovoy1-2/+33
2025-09-02lib: Add talloc_realloc_zero()talloc-2.4.4Volker Lendecke5-1/+150
2025-09-02lib: Remove unused interpret_string_addr_prefer_ipv4()Volker Lendecke2-24/+0
2025-09-02lib: Fix whitespaceVolker Lendecke1-2/+2
2025-09-02lib: tevent_req_set_endtime() can failVolker Lendecke1-1/+4
2025-09-01lib: Re-add dlclose(handle) when module initialization failedVolker Lendecke1-1/+3