summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-08-28ldb:kv_index: help static analysers to not worry (CID 1615192)Douglas Bagnall1-1/+1
2024-08-28util:charset: Remove unreachable code (CID 1272948)Joseph Sutton1-9/+0
2024-08-28lib/util: Speed up slow data-blob-to-hex functionsJo Sutton2-4/+60
2024-08-27lib: Make a few functions staticVolker Lendecke2-20/+14
2024-08-21lib/replace: add renameat2() replacementStefan Metzmacher3-1/+90
2024-08-21docs-xml: add 'vfs mkdir use tmp name' optionStefan Metzmacher1-0/+2
2024-08-21lib/util: let server_id_str_buf_unique() use server_id_bufStefan Metzmacher3-27/+9
2024-08-21lib/util: split out server_id_from_string_ex allow the unique delimiter to be...Stefan Metzmacher2-12/+25
2024-08-21lib/util: add server_id_str_buf_unique_ex() and allow the delimiter to be pas...Stefan Metzmacher2-10/+33
2024-08-21lib/util: let server_id_str_buf() use PRIu32 and PRIu64Stefan Metzmacher1-10/+8
2024-08-21lib/util: add a comment to struct server_id_bufStefan Metzmacher1-1/+17
2024-08-21lib/param: Don't treat a missing include file as an error in handle_include().Pavel Filipenský1-1/+1
2024-08-20libreplace: add rep_copy_reflink()Ralph Boehme2-0/+37
2024-08-06lib: Fix whitespaceVolker Lendecke1-4/+4
2024-08-06tsocket: Use iov_buflenVolker Lendecke1-23/+11
2024-08-06tdb: version 1.4.12tdb-1.4.12Stefan Metzmacher2-1/+74
2024-08-04ldb: Fix ldb public library header files being unusableJo Sutton1-1/+1
2024-08-04lib:cmdline: Load network interfaces in _samba_cmdline_load_config_s4()Jo Sutton2-1/+12
2024-08-04ldb-samba: Fix code spellingJo Sutton1-1/+1
2024-08-04lib:util: Fix code spellingJo Sutton1-1/+1
2024-08-04lib:cmdline: Fix code spellingJo Sutton1-1/+1
2024-07-29ldb: change the version to 2.11.0 for Samba 4.22Jule Anger2-2/+311
2024-07-29tdb: version 1.4.11tdb-1.4.11Jule Anger2-1/+74
2024-07-27ldb:kv_index: use subtransaction_cancel in transaction_cancelDouglas Bagnall1-4/+1
2024-07-27ldb:kv_index: subtransaction_cancel: check for nested tdbDouglas Bagnall1-1/+3
2024-07-27ldb:kv_index: don't recalculate a lengthDouglas Bagnall1-2/+1
2024-07-27ldb:kv_index: realloc away old dn listDouglas Bagnall1-1/+5
2024-07-27ldb_kv_index: dn_list load sub transaction can re-use keysDouglas Bagnall1-39/+57
2024-07-27ldb:ldb_kv_dn_list_find_val: check for int overflowDouglas Bagnall1-0/+4
2024-07-27ldb_kv_cache: always initialise dn_list.strictDouglas Bagnall1-14/+7
2024-07-27tdb: allow tracing of internal tdbDouglas Bagnall1-8/+13
2024-07-27tdb: fix compilation with TDB_TRACE=1Douglas Bagnall1-3/+6
2024-07-26s3:libads: Remove ads_keytab_create_default & friendsPavel Filipenský2-117/+0
2024-07-26s3:libads: Use the TRACE SUPPORT for keys operationsPavel Filipenský1-3/+3
2024-07-26krb5_wrap: Add TRACE SUPPORT for keys operationsPavel Filipenský1-0/+111
2024-07-16lib:param: Add missing return code checkAndreas Schneider1-0/+3
2024-07-16lib:util: Move open() of /dev/null into the if-clauseAndreas Schneider1-1/+2
2024-07-10cmdline:burn: list commands to always burn; warn on unknownDouglas Bagnall1-7/+51
2024-07-09ldap_server: Add a ldapsrv debug class to log LDAP queriesAndréas Leroux2-0/+2
2024-07-04lib: Remove unused strnrchr_wVolker Lendecke2-27/+0
2024-07-03cmdline:burn: add a note about short option combinationsDouglas Bagnall1-0/+16
2024-07-03cmdline:burn: explicitly burn --usernameDouglas Bagnall1-0/+4
2024-07-03cmdline:burn: use allowlist to ensure more passwords burnDouglas Bagnall1-9/+77
2024-07-03cmdline: test_cmdline tests more burningDouglas Bagnall1-1/+23
2024-07-03cmdline:burn: do not burn options starting --user-*, --password-*Douglas Bagnall1-8/+19
2024-07-03cmdline:burn: localise some variablesDouglas Bagnall1-11/+7
2024-07-03cmdline:burn: always return true if burntDouglas Bagnall1-2/+2
2024-07-03cmdline:burn: handle arguments separated from their --optionsDouglas Bagnall1-1/+26
2024-07-03cmdline:burn: do not retain false memoriesDouglas Bagnall1-2/+3
2024-07-03cmdline:tests: extend cmdline_burn testsDouglas Bagnall1-7/+25