summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2021-07-01lib/util: improve debug message about unknown classesStefan Metzmacher1-2/+1
2021-06-30lib: add sys_io_ranges_overlap()Ralph Boehme4-0/+143
2021-06-18util/charset: warn loudly on unexpected E2BIGDouglas Bagnall1-2/+2
2021-06-18util/iconv: reject improperly packed UTF-8Douglas Bagnall1-11/+21
2021-06-18torture: talloc_string_sub tests for utf-8 brevityDouglas Bagnall1-0/+58
2021-06-04lib: Slightly simplify server_id_set_disconnected()Volker Lendecke1-8/+6
2021-05-20lib:util: Fix log level for normal startup messageDmytro Bagrii1-1/+1
2021-05-12lib:util: Fix return value of tdb_fetch_uint32_byblob()Andreas Schneider1-1/+6
2021-05-11lib: Add str_list_add_printf()Volker Lendecke3-2/+84
2021-05-11lib: Simplify str_list_make_empty()Volker Lendecke1-9/+1
2021-04-29lib:util: Add debug_get_log_type() functionAndreas Schneider2-0/+6
2021-04-27lib: Remove close_low_fds()Volker Lendecke2-36/+0
2021-04-27lib: Directly call close_low_fd() in become_daemon()Volker Lendecke1-1/+12
2021-04-22lib:util: Remove NIS support from string_match()Andreas Schneider2-55/+1
2021-04-20util: Ensure debugger is not started until it is allowed to attachJoseph Sutton1-10/+39
2021-04-20util: Ensure debugger can be attached to processJoseph Sutton1-12/+18
2021-04-19lib: Fix a typoVolker Lendecke1-1/+1
2021-04-19lib: Simplify tdb_fetch_int32()Volker Lendecke1-11/+10
2021-04-19lib: Simplify tdb_fetch_uint32_t()Volker Lendecke1-11/+11
2021-04-19lib: Remove unused tdb_traverse_delete_fn()Volker Lendecke2-16/+0
2021-04-19lib: Fix nonempty line endingsVolker Lendecke2-16/+16
2021-04-19lib: Fix includes in util_tdb.hVolker Lendecke1-0/+2
2021-04-19lib: Fix includes in strv.hVolker Lendecke1-1/+2
2021-04-19gpfswrap: Remove wrapper for gpfs_set_times_path()Samuel Cabrero2-16/+0
2021-04-19gpfswrap: Add wrapper for gpfs_set_times()Samuel Cabrero2-0/+13
2021-04-16lib/util: fix timespec normalizationPhilipp Gesang3-8/+99
2021-04-01asn1: Remove unused function asn1_check_enumerated()Joseph Sutton2-15/+0
2021-03-16lib: Make pidfile_path_create() return the existing PID on conflictVolker Lendecke2-35/+53
2021-03-11util:str_sub: talloc_free on errorDouglas Bagnall1-0/+1
2021-03-11util: don't mark impure functions as pureDouglas Bagnall2-4/+4
2021-03-10lib/util: Replace buggy string_sub_talloc() with talloc_string_sub() in lib/utilAndrew Bartlett3-62/+138
2021-03-09lib: Fix samba_sockaddr_[get|set]_portVolker Lendecke1-4/+4
2021-03-09lib: Align integer typesVolker Lendecke1-2/+3
2021-03-09lib: Avoid a memleak in pidfile_unlink()Volker Lendecke1-5/+4
2021-03-09lib: Avoid ZERO_STRUCT in pidfile_pid()Volker Lendecke1-3/+1
2021-03-09lib: Make socket options output less chattyVolker Lendecke1-16/+38
2021-03-01daemons: Do not notify systemd in child processes started by main sambaSamuel Cabrero2-5/+36
2021-03-01lib:util: Move variable initialization out of conditional compilation blockSamuel Cabrero1-1/+1
2021-02-03lib:util: Avoid free'ing our own pointerAndreas Schneider1-4/+15
2021-02-03lib:util: Add cache oversize test for memcacheAndreas Schneider1-0/+39
2021-02-03lib:util: Add basic memcache unit testAndreas Schneider2-0/+128
2021-01-28lib: Simplify parse_guid_string() and ndr_syntax_id_from_string()Volker Lendecke2-75/+39
2021-01-26lib: Provide a meaningful errno if FD_CLOEXEC is missingVolker Lendecke1-0/+2
2021-01-25lib: Fix the build on FreeBSDMartin Schwenke1-0/+1
2021-01-22lib: Use hex_byte() in strhex_to_str()Volker Lendecke1-27/+6
2021-01-22lib: Avoid an "includes.h"Volker Lendecke1-1/+3
2021-01-12lib: Fix 'charset' dependenciesVolker Lendecke1-1/+1
2021-01-12lib: Avoid "includes.h" in lib/util/charset/Volker Lendecke6-6/+20
2021-01-12lib: Remove using talloc_stack from lib/util/charset/Volker Lendecke1-16/+20
2021-01-12lib: Move utf16_len[_n]() to lib/util/charset/Volker Lendecke4-44/+43