summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2025-01-02include <grp.h> for setgroups in a few placesMichael Tokarev1-0/+3
2025-01-02remove usage of bzeroMichael Tokarev4-14/+1
2025-01-02replace direct calls to memset_s() with commonly used macrosMichael Tokarev5-18/+5
2025-01-02specify some deps on private libs actually used directlyMichael Tokarev2-3/+3
2024-12-30ldb: fix Coverity 1636883Douglas Bagnall1-1/+1
2024-12-20util:datablob: data_blob_pad checks its alignment assumptionDouglas Bagnall1-1/+1
2024-12-20util: add a crypt strerror helperDouglas Bagnall2-0/+26
2024-12-20util: add a crypt wrapper, derived from dsdb:password_hashDouglas Bagnall3-0/+101
2024-12-19ldb:dn_compare_base: avoid unlikely int overflowDouglas Bagnall1-5/+7
2024-12-19ldb:dn_compare: be a bit more transitiveDouglas Bagnall1-5/+11
2024-12-19ldb:kv_cache: s/ltdb/ldb_kv/ in comments and messagesDouglas Bagnall1-4/+6
2024-12-19ldb:kv: s/ltdb/ldb_kv/ in comments and messagesDouglas Bagnall1-7/+10
2024-12-19ldb:ldb_pack: filter avoids looping over msg when attrs contain "*"Douglas Bagnall1-9/+13
2024-12-19ldb:dn_casefold_internal: TALLOC_FREE only what we tallocedDouglas Bagnall1-7/+13
2024-12-19ldb:tests: add tests ensuring indexes don't change search resultsDouglas Bagnall1-0/+478
2024-12-19lib:ldb-samba: use 'ldb' debug class more widelyDouglas Bagnall2-0/+6
2024-12-12ldb: Add LGPLv3 LICENSE fileAndreas Schneider1-0/+165
2024-12-12tdb: Add LGPLv3 LICENSE fileAndreas Schneider1-0/+165
2024-12-12tevent: Add LGPLv3 LICENSE fileAndreas Schneider1-0/+165
2024-12-12talloc: Add LGPLv3 LICENSE fileAndreas Schneider1-0/+165
2024-12-02lib: Simplify smbconf_txt_load_file()Volker Lendecke1-4/+4
2024-12-02lib: Move some R/W "data" segment to R/O "text"Volker Lendecke1-18/+18
2024-11-12lib: Simplify nybble_to_hex_*Volker Lendecke1-44/+2
2024-11-12ldb: User hexchars_upper from replace.hVolker Lendecke1-3/+2
2024-11-12libreplace: Introduce hexchars_{upper|lower}Volker Lendecke4-11/+14
2024-11-11lib/replace: memset_explicit() only takes three argumentsThomas Klausner1-1/+1
2024-11-11param: Add "client netlogon ping protocol"Volker Lendecke2-0/+16
2024-11-11param: Remove parameter "cldap port"Volker Lendecke1-1/+0
2024-11-11lib/util: Include grp.h for setgroups during autoconfSamuel Thibault1-0/+3
2024-11-08Describe implication of upstream ICU-22610Earl Chew1-0/+4
2024-11-06ldb:test:lmdb_free_list: s/the the/to the/ in commentDouglas Bagnall1-1/+1
2024-11-06util:charset: s/the the\b/the/ in commentsDouglas Bagnall1-1/+1
2024-11-06tevent docs: s/the the\b/the/Douglas Bagnall1-1/+1
2024-11-06pyldb: s/the the\b/the/ in commentsDouglas Bagnall1-1/+1
2024-11-06ldb:pack: s/the the/in the/ in commentsDouglas Bagnall1-2/+2
2024-11-06lib/afs: s/the the\b/the/ in commentsDouglas Bagnall1-1/+1
2024-11-05smbd: add option "smb3 directory leases"Ralph Boehme1-0/+2
2024-10-23Isolate hsm auth value from the cacheDavid Mulder1-0/+3
2024-10-23Add lp Rust bindingsDavid Mulder1-0/+8
2024-10-06lib: Use talloc_realloc instead of talloc_realloc_sizeVolker Lendecke1-1/+1
2024-10-02lib: Avoid duplicate definition of ADD_TO_ARRAYVolker Lendecke1-9/+1
2024-10-02lib: Fix CID 1596761 Resource leakVolker Lendecke1-2/+4
2024-09-29lib/addns: match additional names in a non case insensitive wayStefan Metzmacher1-1/+5
2024-09-28doc: Update doc about talloc vs malloc speedAndreas Schneider3-17/+16
2024-09-28lib:talloc: Use tabs to align output in speed testAndreas Schneider1-5/+5
2024-09-28lib:talloc: Increase alloc size to 128 kilobytesAndreas Schneider1-16/+20
2024-09-28lib:talloc: Don't optimize the speed testAndreas Schneider1-0/+9
2024-09-28lib:talloc: Add talloc_zero vs calloc testAndreas Schneider1-0/+39
2024-09-28lib:talloc: Use memset_s() to avoid the call gets optimized outAndreas Schneider2-2/+2
2024-09-28lib:talloc: Remove trailing spaces from testsuite.cAndreas Schneider1-31/+31