summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: Avoid "includes.h" in lib/util/charset/Volker Lendecke2021-01-126-6/+20
* lib: Remove using talloc_stack from lib/util/charset/Volker Lendecke2021-01-121-16/+20
* lib: Move utf16_len[_n]() to lib/util/charset/Volker Lendecke2021-01-124-44/+43
* build: Make smb_panic() available as a subsystem of its ownVolker Lendecke2021-01-121-8/+43
* lib: Avoid all_string_sub() in smb_panic()Volker Lendecke2021-01-121-2/+15
* build: Move weird.c and charset_macosxfs.c to ICONV_WRAPPERVolker Lendecke2021-01-121-2/+13
* lib: Simplify "weird" charset codeVolker Lendecke2021-01-121-24/+21
* lib: Move ucs2_align() to 'charset' subsystemVolker Lendecke2021-01-124-8/+10
* lib: Add samba_sockaddr_[gs]et_port()Volker Lendecke2021-01-112-0/+32
* lib: Move sockaddr_storage_to_samba_sockaddr() to lib/Volker Lendecke2021-01-112-0/+29
* lib: Use hex_byte() in ucs2hex_pull()Volker Lendecke2021-01-081-8/+7
* lib: Use hex_byte() in rfc1738_unescape()Volker Lendecke2021-01-081-7/+7
* lib:util: Add directory_create_or_exists_recursive()Andreas Schneider2021-01-063-5/+165
* debug: detect logrotation by checking inode numberRalph Boehme2020-12-071-2/+29
* debug: pass struct debug_class *config to do_one_check_log_size()Ralph Boehme2020-12-071-13/+9
* debug: pass struct debug_class *config to reopen_one_log()Ralph Boehme2020-12-071-6/+6
* s4-torture: test file_line_parse as wellGünther Deschner2020-11-131-0/+31
* lib: Fix file_lines_parse() to do what people expect. Much safer to use.Jeremy Allison2020-11-132-2/+11
* lib: create a wrapper for file_lines_parse().Jeremy Allison2020-11-131-3/+11
* lib: Move generate_unique_u64_state into generate_unique_u64()Volker Lendecke2020-11-101-5/+5
* util_net: fix a statement not reached warningBjörn Jacke2020-11-101-1/+2
* debug: remove a cast, which makes the Solaris Studio compiler unhappyBjörn Jacke2020-11-101-1/+1
* lib: Remove an optimization in string_replace()Volker Lendecke2020-09-301-29/+5
* utils/asn1: avoid undefined behaviour warningDouglas Bagnall2020-09-111-1/+5
* lib/util/asn1: avoid technically undefined shiftDouglas Bagnall2020-08-311-1/+1
* lib/util: remove extra safe_string.h fileMatthew DeVore2020-08-284-1/+30
* string_wrappers: include replace.hMatthew DeVore2020-08-281-0/+2
* lib/util: do not make string_wrappers.h publicMatthew DeVore2020-08-281-1/+0
* lib/util: Move cleanup for unit test in teardown functionChristof Schmitt2020-08-241-3/+9