summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2024-01-16time.c: fix ctime which was feeded with the mtime secondsBjörn Jacke1-1/+1
2024-01-09lib/util: let is_zero_addr() return true for AF_UNSPECStefan Metzmacher1-0/+3
2024-01-04lib: Confine the copy_no_nl memcpy to debug_gpfs_log()Volker Lendecke1-62/+29
2024-01-04lib: Avoid memcpy in debug_lttng_log()Volker Lendecke1-9/+12
2024-01-04lib: Avoid memcpy in debug_systemd_log()Volker Lendecke1-12/+21
2023-12-21librpc: Change type of ‘u16string’ from ‘const uint16_t *’ to ‘cons...Joseph Sutton2-18/+13
2023-12-21lib:util: Use portable integer constantsJoseph Sutton1-3/+3
2023-12-21lib:util: Remove redundant casts in PUSH_*() macrosJoseph Sutton1-6/+6
2023-12-21lib:util: Don’t unnecessarily parenthesize macro argumentsJoseph Sutton1-6/+6
2023-12-21lib:util: Cast macro parameter ‘val’ to expected typeJoseph Sutton1-3/+3
2023-12-21lib:util: Parenthesize macro parametersJoseph Sutton1-5/+5
2023-12-21lib:util: Define TIME_FIXUP_CONSTANT_INT using INT64_C() macroJoseph Sutton1-5/+1
2023-12-15VERSION: move COPYRIGHT_STARTUP_MESSAGE as SAMBA_COPYRIGHT_STRING into version.hStefan Metzmacher1-28/+0
2023-12-08util/data_blob: Fix code spellingJoseph Sutton1-1/+1
2023-12-08util/data_blob: Remove trailing whitespaceJoseph Sutton1-7/+7
2023-12-08util/charset: Remove trailing whitespaceJoseph Sutton1-6/+6
2023-11-24lib/util: convert DBG_STARTUP_NOTICE() to use debug_set_forced_log_priority(D...Stefan Metzmacher1-2/+6
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