summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-03-26lib:krb5_wrap: Add function to read the default_ccache_name config valueAndreas Schneider2-0/+93
2026-03-25auth: Remove talloc_set_name_const() if talloc_keep_secret() changes the tall...Pavel Filipenský1-1/+0
2026-03-25util/tests: Test that talloc_keep_secret() does not overwrite the namePavel Filipenský1-0/+20
2026-03-25lib/util: Overwrite talloc name in talloc_keep_secret() only if it would reve...Pavel Filipenský1-1/+7
2026-03-25util/tests: Extend the 'test_talloc_keep_secret' testPavel Filipenský1-0/+7
2026-03-25Revert "lib/util: Avoid overwriting talloc chunk name in talloc_keep_secret()"Pavel Filipenský2-0/+5
2026-03-23lib:util: Remove is_aligned prototype from alignment.hGary Lockyer1-10/+0
2026-03-20lib:replace add discard_align_pGary Lockyer1-0/+20
2026-03-20lib:util add alignment utilitiesGary Lockyer1-0/+62
2026-03-10s3: Warn if no mutexes available at runtimeVolker Lendecke1-0/+2
2026-03-01lib: Remove the "getwd cache"Volker Lendecke3-4/+0
2026-03-01torture: Use SINGLETON_CACHE_TALLOC in testsVolker Lendecke1-12/+12
2026-02-27vfs_aio_ratelimit: Add per-share TDB persistence for local rate limiter stateAvan Thakkar1-0/+8
2026-02-20pthreadpool: Fix CID 1681387, Error handling issues (CHECKED_RETURN)Anoop C S1-2/+10
2026-02-20build: Move jansson detection and related options to lib/utilMartin Schwenke2-0/+33
2026-02-18lib:audit_logging: Fix code spellingJennifer Sutton1-4/+4
2026-02-15lib: Avoid DEBUGADDs in debug_lock_order()Volker Lendecke1-12/+19
2026-02-15lib: Remove unused str_list_showVolker Lendecke2-21/+0
2026-02-15lib: Remove sys_fsusage()Volker Lendecke3-179/+0
2026-02-15lib: Add statvfs2fsusageVolker Lendecke2-0/+32
2026-02-15lib: Move statvfs.[ch] to lib/utilVolker Lendecke3-0/+316
2026-02-15lib: Move conv_str_bool() to its only userVolker Lendecke2-34/+0
2026-02-15lib: Avoid an "else", we return in the if-branchVolker Lendecke1-4/+5
2026-02-15lib: Remove very little used wrapper conv_str_u64()Volker Lendecke3-39/+8
2026-02-15lib: Clean up includes in util_strlist_v3.cVolker Lendecke1-3/+3
2026-02-13lib/pthreadpool: Add some pthreadpool_pipe unit testsNoel Power2-0/+331
2026-02-13lib/pthreadpool: Incorrect error state detected for dup2 callNoel Power1-1/+1
2026-02-09util: Avoid signed/unsigned integer comparisonsMartin Schwenke1-3/+3
2026-01-28lib:audit_logging JSON remove leading spacesGary Lockyer1-7/+3
2026-01-28lib:util:debug tests for JSON logging macrosGary Lockyer2-0/+291
2026-01-28lib:util:debug Logging macros for JSON outputGary Lockyer2-0/+59
2026-01-21lib:ldb-samba:ildap: fix empty attribute list handlingGary Lockyer1-1/+14
2026-01-20tdb: version 1.4.15tdb-1.4.15Björn Jacke2-1/+74
2026-01-20lib: Delay get_iconv_handle() in strchr_m()Volker Lendecke1-1/+3
2026-01-20lib: Remove extern const data_blob_nullVolker Lendecke2-3/+1
2026-01-20ldb: Avoid a few memset()s with direct structsVolker Lendecke3-12/+5
2026-01-18lib/pthreadpool: protect jobs list from concurrent thread accessNoel Power1-0/+40
2026-01-18lib/pthreadpool: Fix possible concurrent access to pool->glue_listNoel Power1-1/+79
2026-01-18lib/pthreadpool: fix free of already freed glue objectNoel Power1-1/+0
2026-01-18Add unit cmocka tests for pthreadpool_teventNoel Power2-0/+783
2026-01-18Add basic cmocka unit tests for pthreadpoolNoel Power2-0/+642
2026-01-15loadparm: add "kdc require canonicalization"Douglas Bagnall1-0/+1
2026-01-15torture: do not zero members more than onceDouglas Bagnall1-2/+0
2026-01-15loadparm: Add ‘krb5 acceptor report canonical client name’ optionJennifer Sutton1-0/+1
2026-01-15ldb: add "policy hints" controls to be used by password_hash moduleDouglas Bagnall2-0/+76
2026-01-13lib/krb5_wrap: Check memory allocation in smb_krb5_get_smb_session_key()Pavel Filipenský1-0/+4
2026-01-13lib/krb5_wrap: Zero sensitive memory in krb5_samba.cPavel Filipenský1-3/+6
2026-01-13lib/async_req: let async_connect_send() pass the fd to {before,after}_connect...Stefan Metzmacher2-8/+8
2026-01-07lib: Remove unnecessary assignmentsVolker Lendecke1-2/+0
2026-01-07smbd: Simplify callers of messaging_send()Volker Lendecke1-5/+1