summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* lib:util: Avoid free'ing our own pointerAndreas Schneider2021-02-091-4/+15
* lib:util: Add cache oversize test for memcacheAndreas Schneider2021-02-091-0/+39
* lib:util: Add basic memcache unit testAndreas Schneider2021-02-092-0/+128
* 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
* lib/util: Remove wrong return statement in unit testChristof Schmitt2020-08-241-2/+0
* lib/util: Fix cleanup in unit testChristof Schmitt2020-08-241-1/+1
* lib/util: Remove unnecessary semicolon from wscript_buildChristof Schmitt2020-08-241-1/+1
* lib: Move get_socket_port() to its only consumerVolker Lendecke2020-08-172-34/+0
* lib: Align integer types in same_net()Volker Lendecke2020-08-171-1/+1
* lib: Remove unused client_socket_addr()Volker Lendecke2020-08-172-39/+0
* util: Add cmocka unit test for directory_create_or_existsChristof Schmitt2020-08-162-0/+240
* util: Allow symlinks in directory_create_or_existChristof Schmitt2020-08-161-2/+16
* lib/util: Standardize use of st_[acm]time nsMatthew DeVore2020-08-152-0/+248
* lib: fix smb_strtox.[c|h] license headerRalph Boehme2020-08-052-4/+4
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-039-166/+227
* util: Fix a signed/unsigned comparisonMartin Schwenke2020-07-161-1/+1
* s3: lib: Fix missing TALLOC_FREE in error code path.Jeremy Allison2020-07-141-1/+1
* lib/util: allow to set TCP_USER_TIMEOUT socket optionGünther Deschner2020-07-081-0/+3
* lib/util: add generate_unique_u64() helper functionStefan Metzmacher2020-07-082-1/+51
* lib/debug: set the correct default backend loglevel to MAX_DEBUG_LEVELRalph Boehme2020-07-021-1/+1
* lib/debug: assert file backendRalph Boehme2020-07-021-6/+6