summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* debug: Remove "override_logfile"Volker Lendecke2021-10-221-10/+0
* charset_macosxfs.c: fix compilation on macOSAlex Richardson2021-10-181-1/+2
* lib/gpfswrap: add gpfs_set_times_path() wrapperRalph Boehme2021-09-062-0/+15
* lib/util: improve debug message about unknown classesStefan Metzmacher2021-07-011-2/+1
* lib: add sys_io_ranges_overlap()Ralph Boehme2021-06-304-0/+143
* util/charset: warn loudly on unexpected E2BIGDouglas Bagnall2021-06-181-2/+2
* util/iconv: reject improperly packed UTF-8Douglas Bagnall2021-06-181-11/+21
* torture: talloc_string_sub tests for utf-8 brevityDouglas Bagnall2021-06-181-0/+58
* lib: Slightly simplify server_id_set_disconnected()Volker Lendecke2021-06-041-8/+6
* lib:util: Fix log level for normal startup messageDmytro Bagrii2021-05-201-1/+1
* lib:util: Fix return value of tdb_fetch_uint32_byblob()Andreas Schneider2021-05-121-1/+6
* lib: Add str_list_add_printf()Volker Lendecke2021-05-113-2/+84
* lib: Simplify str_list_make_empty()Volker Lendecke2021-05-111-9/+1
* lib:util: Add debug_get_log_type() functionAndreas Schneider2021-04-292-0/+6
* lib: Remove close_low_fds()Volker Lendecke2021-04-272-36/+0
* lib: Directly call close_low_fd() in become_daemon()Volker Lendecke2021-04-271-1/+12
* lib:util: Remove NIS support from string_match()Andreas Schneider2021-04-222-55/+1
* util: Ensure debugger is not started until it is allowed to attachJoseph Sutton2021-04-201-10/+39
* util: Ensure debugger can be attached to processJoseph Sutton2021-04-201-12/+18
* lib: Fix a typoVolker Lendecke2021-04-191-1/+1
* lib: Simplify tdb_fetch_int32()Volker Lendecke2021-04-191-11/+10
* lib: Simplify tdb_fetch_uint32_t()Volker Lendecke2021-04-191-11/+11
* lib: Remove unused tdb_traverse_delete_fn()Volker Lendecke2021-04-192-16/+0
* lib: Fix nonempty line endingsVolker Lendecke2021-04-192-16/+16
* lib: Fix includes in util_tdb.hVolker Lendecke2021-04-191-0/+2
* lib: Fix includes in strv.hVolker Lendecke2021-04-191-1/+2
* gpfswrap: Remove wrapper for gpfs_set_times_path()Samuel Cabrero2021-04-192-16/+0
* gpfswrap: Add wrapper for gpfs_set_times()Samuel Cabrero2021-04-192-0/+13
* lib/util: fix timespec normalizationPhilipp Gesang2021-04-163-8/+99
* asn1: Remove unused function asn1_check_enumerated()Joseph Sutton2021-04-012-15/+0
* lib: Make pidfile_path_create() return the existing PID on conflictVolker Lendecke2021-03-162-35/+53
* util:str_sub: talloc_free on errorDouglas Bagnall2021-03-111-0/+1
* util: don't mark impure functions as pureDouglas Bagnall2021-03-112-4/+4
* lib/util: Replace buggy string_sub_talloc() with talloc_string_sub() in lib/utilAndrew Bartlett2021-03-103-62/+138
* lib: Fix samba_sockaddr_[get|set]_portVolker Lendecke2021-03-091-4/+4
* lib: Align integer typesVolker Lendecke2021-03-091-2/+3
* lib: Avoid a memleak in pidfile_unlink()Volker Lendecke2021-03-091-5/+4
* lib: Avoid ZERO_STRUCT in pidfile_pid()Volker Lendecke2021-03-091-3/+1
* lib: Make socket options output less chattyVolker Lendecke2021-03-091-16/+38
* daemons: Do not notify systemd in child processes started by main sambaSamuel Cabrero2021-03-012-5/+36
* lib:util: Move variable initialization out of conditional compilation blockSamuel Cabrero2021-03-011-1/+1
* lib:util: Avoid free'ing our own pointerAndreas Schneider2021-02-031-4/+15
* lib:util: Add cache oversize test for memcacheAndreas Schneider2021-02-031-0/+39
* lib:util: Add basic memcache unit testAndreas Schneider2021-02-032-0/+128
* lib: Simplify parse_guid_string() and ndr_syntax_id_from_string()Volker Lendecke2021-01-282-75/+39
* lib: Provide a meaningful errno if FD_CLOEXEC is missingVolker Lendecke2021-01-261-0/+2
* lib: Fix the build on FreeBSDMartin Schwenke2021-01-251-0/+1
* lib: Use hex_byte() in strhex_to_str()Volker Lendecke2021-01-221-27/+6
* lib: Avoid an "includes.h"Volker Lendecke2021-01-221-1/+3
* lib: Fix 'charset' dependenciesVolker Lendecke2021-01-121-1/+1