Revert "client foo"
[metze/samba/wip.git] / lib / util /
2024-05-22 Volker Lendeckelib: Use struct initialization
2024-05-14 Earl ChewRestore empty string default for conf.env['icu-libs']
2024-05-10 Earl ChewCombine ICU libraries icu-i18n and icu-uc into a single...
2024-05-10 Earl ChewAugment library_flags() to return libraries
2024-05-07 Douglas Bagnalllib:util: codepoint_cmpi: be transitive and case-insens...
2024-05-07 Douglas Bagnalllib:util:tests: more tests for codepoint_cmpi
2024-04-30 Volker Lendeckelib: Fix whitespace
2024-04-16 Volker Lendeckelib: Add fdopen_keepfd()
2024-04-16 Volker Lendeckelib: Give lib/util/util_file.c its own header file
2024-04-10 Douglas Bagnallutil:datablob: avoid non-transitive comparison in data_...
2024-04-10 Douglas Bagnallutil: charset:util_str: use NUMERIC_CMP in strncasecmp_...
2024-04-10 Douglas Bagnallutil:charset:codepoints: codepoint_cmpi warning about...
2024-04-10 Douglas Bagnallutil:charset:codepoints: condepoint_cmpi uses NUMERIC_CMP()
2024-04-10 Douglas Bagnallutil:test: test_ms_fn_match_protocol_no_wildcard: allow -1
2024-04-10 Douglas Bagnallutil:charset:util_str: use NUMERIC_CMP in strcasecmp_m_...
2024-04-10 Douglas Bagnalltorture:charset: test more of strcasecmp_m
2024-04-10 Douglas Bagnalltorture:charset: use < and > assertions for strncasecmp_m
2024-04-10 Douglas Bagnalltorture:charset: use < and > assertions for strcasecmp_m
2024-04-10 Douglas Bagnallutil:binsearch: user NUMERIC_CMP()
2024-04-10 Douglas Bagnallutil:tsort.h: add a macro for safely comparing numbers
2024-03-22 Volker Lendeckelib: Remove timeval_set()
2024-03-22 Volker Lendeckelib: Remove timeval_until()
2024-02-27 Jo Suttonlib:util: Fix printing hex‐escaped characters
2024-02-27 Jo Suttonlib:util: Correctly determine whether a character needs...
2024-02-16 Jo Suttonlib:util: Remove inaccurate comment
2024-02-08 Jo Suttonlib:util: Remove trailing whitespace
2024-01-16 Björn Jacketime.c: fix ctime which was feeded with the mtime seconds
2024-01-09 Stefan Metzmacherlib/util: let is_zero_addr() return true for AF_UNSPEC
2024-01-04 Volker Lendeckelib: Confine the copy_no_nl memcpy to debug_gpfs_log()
2024-01-04 Volker Lendeckelib: Avoid memcpy in debug_lttng_log()
2024-01-04 Volker Lendeckelib: Avoid memcpy in debug_systemd_log()
2023-12-21 Joseph Suttonlibrpc: Change type of ‘u16string’ from ‘const uint16_t...
2023-12-21 Joseph Suttonlib:util: Use portable integer constants
2023-12-21 Joseph Suttonlib:util: Remove redundant casts in PUSH_*() macros
2023-12-21 Joseph Suttonlib:util: Don’t unnecessarily parenthesize macro arguments
2023-12-21 Joseph Suttonlib:util: Cast macro parameter ‘val’ to expected type
2023-12-21 Joseph Suttonlib:util: Parenthesize macro parameters
2023-12-21 Joseph Suttonlib:util: Define TIME_FIXUP_CONSTANT_INT using INT64_C...
2023-12-15 Stefan MetzmacherVERSION: move COPYRIGHT_STARTUP_MESSAGE as SAMBA_COPYRI...
2023-12-08 Joseph Suttonutil/data_blob: Fix code spelling
2023-12-08 Joseph Suttonutil/data_blob: Remove trailing whitespace
2023-12-08 Joseph Suttonutil/charset: Remove trailing whitespace
2023-11-24 Stefan Metzmacherlib/util: convert DBG_STARTUP_NOTICE() to use debug_set...
2023-11-24 Stefan Metzmacherlib/util: add debug_set_forced_log_priority()
2023-11-20 Joseph Suttonutil/charset: Have talloc_utf16_str[n]dup() accept...
2023-11-20 Björn Jackelib/util/become_daemon.c: use DBG_STARTUP_NOTICE
2023-11-20 Björn Jackedebug.h: introduce DEBUG_STARTUP_NOTICE
2023-11-20 Björn Jackelib/util: move copyright define to copyright.h
2023-11-16 Joseph Suttonutil/charset: Add talloc_utf16_str[n]dup()
2023-11-16 Joseph Suttonutil/charset: Include missing headers
2023-11-16 Joseph Suttonutil/charset: Remove unnecessary cast
2023-11-15 Joseph Suttonutil/charset: Prefer PULL_LE_U16() to older SVAL()...
2023-11-15 Joseph Suttonutil/charset/tests: Add tests for UTF‐16 string length...
2023-11-15 Joseph Suttonutil/charset: Add utf16_len_n()
2023-11-15 Joseph Suttonutil/charset: Include final UTF‐16 code unit in length...
2023-11-15 Joseph Suttonutil/charset: Add utf16_len()
2023-11-15 Joseph Suttonutil/charset: Rename utf16_len() to utf16_null_terminat...
2023-11-15 Joseph Suttonutil/charset: Rename utf16_len_n() to utf16_null_termin...
2023-11-15 Joseph Suttonutil/charset: Remove trailing whitespace
2023-10-27 Andreas Schneiderlib:util: Add a gfree_memcache()
2023-10-27 Andreas Schneiderlib:util: Add boolean return type for memcache_add_talloc()
2023-10-27 Andreas Schneiderlib:util: Add boolean return type for memcache_add()
2023-10-26 Douglas Bagnalllibutil/iconv: avoid overflow in surrogate pairs
2023-10-26 Douglas Bagnalllibutil/iconv: don't allow wtf-8 surrogate pairs
2023-10-26 Douglas Bagnallutil/charset/torture: test convert_string_talloc with...
2023-10-26 Douglas Bagnallutil/convert string: remove inaccurate misspelt comment
2023-10-26 Douglas Bagnallutil/charset: disambiguate docs for convert_string...
2023-10-26 Douglas Bagnalllib/util/charset: @param typos
2023-10-25 Joseph Suttonlib/util: Fix comment
2023-10-24 Stefan Metzmacherlib/util: add samba_socket_{poll,sock,poll_or_sock...
2023-10-13 Stefan Metzmacherlib/util: sync DLIST_DEMOTE_SHORT() changes to dlinklist.h
2023-10-13 Joseph Suttonlib:util: Remove always‐false comparison (CID 242193)
2023-10-13 Joseph Suttonutil: Remove redundant assertion (CID 1497841)
2023-10-01 Joseph Suttonlib/util: Fix building with FORTIFY_SOURCE=2
2023-09-26 Douglas Bagnallutil/str: helper to check for utf-8 validity
2023-09-26 Andrew Bartlettconditional_aces: Avoid manual parsing for ace_conditio...
2023-09-11 Joseph Suttonlib:charset: Fix code spelling
2023-09-06 Stefan Metzmacherlib/util: inline iov_{buflen,buf,advance}()
2023-08-28 Martin Schwenkeutil: Avoid logging to multiple backends for stdout...
2023-08-24 Douglas Bagnalllib/util: strhex_to_data_blob checks talloc
2023-08-08 Douglas Bagnallutil/base64: add a note about zero length strings
2023-08-08 Joseph Suttonlib/util: Fix code spelling
2023-08-08 Joseph Suttonlib:charset: Update NUM_CHARSETS to reflect true value
2023-08-08 Joseph Suttonlib/util: Add missing newlines to logging messages
2023-07-31 Andrew Bartlettlib/util: Move DEBUG() calls in gendb_search_v to commo...
2023-07-21 Andrew Bartlettlib/fault: During smb_panic() print process comment...
2023-07-19 Stefan Metzmacherlib/util: call tevent_set_max_debug_level() in samba_te...
2023-07-19 Stefan Metzmacherlib/util: dlinklist.h sync with LGPL copy from lib...
2023-06-25 Christof Schmittgpfswrap: Add wrapper for gpfs_register_cifs_export
2023-06-01 Stefan Metzmacherlib/util: use RUNNING_ON_VALGRIND to check if valgrind...
2023-05-16 Dmitry Antipovlib:util: prefer size_t for random data generation...
2023-05-05 Joseph Suttonlib:util: Fix undefined bitshift
2023-04-14 Christof Schmittdebug: Only initialize gpfs wrapper when gpfs logging...
2023-04-14 Andreas Schneiderlib:util: Fix code spelling
2023-04-14 Andreas Schneiderlib:util: Remove trailing white spaces in byteorder.h
2023-04-06 Andrew Bartlettlib/util: Add "debug syslog format = always", which...
2023-03-09 Dmitry Antipovlib:util: prefer mallinfo2() over mallinfo() if available
2023-03-09 Volker Lendeckelib: Add dump_data_addbuf()
2023-03-09 Volker Lendeckelib: Move the dump_data_pw() prototype to the other...
2023-03-09 Volker Lendeckelib: Fix whitespace
next