summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2023-11-24lib/util: add debug_set_forced_log_priority()Stefan Metzmacher2-0/+11
2023-11-20util/charset: Have talloc_utf16_str[n]dup() accept NULL pointersJoseph Sutton1-0/+6
2023-11-20lib/util/become_daemon.c: use DBG_STARTUP_NOTICEBjörn Jacke1-1/+1
2023-11-20debug.h: introduce DEBUG_STARTUP_NOTICEBjörn Jacke1-0/+2
2023-11-20lib/util: move copyright define to copyright.hBjörn Jacke1-0/+28
2023-11-16util/charset: Add talloc_utf16_str[n]dup()Joseph Sutton2-0/+48
2023-11-16util/charset: Include missing headersJoseph Sutton1-0/+2
2023-11-16util/charset: Remove unnecessary castJoseph Sutton1-1/+1
2023-11-15util/charset: Prefer PULL_LE_U16() to older SVAL() macroJoseph Sutton1-2/+2
2023-11-15util/charset/tests: Add tests for UTF‐16 string length functionsJoseph Sutton1-0/+166
2023-11-15util/charset: Add utf16_len_n()Joseph Sutton2-1/+20
2023-11-15util/charset: Include final UTF‐16 code unit in length calculation loopJoseph Sutton1-1/+1
2023-11-15util/charset: Add utf16_len()Joseph Sutton2-3/+16
2023-11-15util/charset: Rename utf16_len() to utf16_null_terminated_len()Joseph Sutton2-3/+3
2023-11-15util/charset: Rename utf16_len_n() to utf16_null_terminated_len_n()Joseph Sutton2-3/+3
2023-11-15util/charset: Remove trailing whitespaceJoseph Sutton2-22/+22
2023-10-27lib:util: Add a gfree_memcache()Andreas Schneider2-0/+7
2023-10-27lib:util: Add boolean return type for memcache_add_talloc()Andreas Schneider2-4/+5
2023-10-27lib:util: Add boolean return type for memcache_add()Andreas Schneider2-6/+8
2023-10-26libutil/iconv: avoid overflow in surrogate pairsDouglas Bagnall1-0/+10
2023-10-26libutil/iconv: don't allow wtf-8 surrogate pairsDouglas Bagnall1-0/+33
2023-10-26util/charset/torture: test convert_string_talloc with emptyish stringsDouglas Bagnall1-0/+160
2023-10-26util/convert string: remove inaccurate misspelt commentDouglas Bagnall1-3/+0
2023-10-26util/charset: disambiguate docs for convert_string twinsDouglas Bagnall1-2/+5
2023-10-26lib/util/charset: @param typosDouglas Bagnall2-5/+5
2023-10-25lib/util: Fix commentJoseph Sutton1-1/+1
2023-10-24lib/util: add samba_socket_{poll,sock,poll_or_sock}_error()Stefan Metzmacher2-0/+113
2023-10-13lib/util: sync DLIST_DEMOTE_SHORT() changes to dlinklist.hStefan Metzmacher1-0/+21
2023-10-13lib:util: Remove always‐false comparison (CID 242193)Joseph Sutton1-1/+1
2023-10-13util: Remove redundant assertion (CID 1497841)Joseph Sutton1-1/+1
2023-10-01lib/util: Fix building with FORTIFY_SOURCE=2Joseph Sutton1-1/+1
2023-09-26util/str: helper to check for utf-8 validityDouglas Bagnall2-0/+126
2023-09-26conditional_aces: Avoid manual parsing for ace_condition_bytes, use DATA_BLOBAndrew Bartlett1-0/+1
2023-09-11lib:charset: Fix code spellingJoseph Sutton2-7/+7
2023-09-06lib/util: inline iov_{buflen,buf,advance}()Stefan Metzmacher2-73/+72
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-08util/base64: add a note about zero length stringsDouglas Bagnall1-1/+9
2023-08-08lib/util: Fix code spellingJoseph Sutton1-2/+2
2023-08-08lib:charset: Update NUM_CHARSETS to reflect true valueJoseph Sutton1-3/+11
2023-08-08lib/util: Add missing newlines to logging messagesJoseph Sutton3-4/+4
2023-07-31lib/util: Move DEBUG() calls in gendb_search_v to common levels and new DBG_*...Andrew Bartlett1-4/+4
2023-07-21lib/fault: During smb_panic() print process comment and setprocname() titleAndrew Bartlett4-4/+83
2023-07-19lib/util: call tevent_set_max_debug_level() in samba_tevent_set_debug()Stefan Metzmacher1-0/+11
2023-07-19lib/util: dlinklist.h sync with LGPL copy from lib/ldb/include/dlinklist.hStefan Metzmacher1-13/+16
2023-06-25gpfswrap: Add wrapper for gpfs_register_cifs_exportChristof Schmitt2-0/+13
2023-06-01lib/util: use RUNNING_ON_VALGRIND to check if valgrind is usedStefan Metzmacher1-2/+12
2023-05-16lib:util: prefer size_t for random data generation functionsDmitry Antipov2-7/+7
2023-05-05lib:util: Fix undefined bitshiftJoseph Sutton1-1/+1
2023-04-14debug: Only initialize gpfs wrapper when gpfs logging is enabledChristof Schmitt1-1/+3