summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2020-11-10util_net: fix a statement not reached warningBjörn Jacke1-1/+2
2020-11-10debug: remove a cast, which makes the Solaris Studio compiler unhappyBjörn Jacke1-1/+1
2020-09-30lib: Remove an optimization in string_replace()Volker Lendecke1-29/+5
2020-09-11utils/asn1: avoid undefined behaviour warningDouglas Bagnall1-1/+5
2020-08-31lib/util/asn1: avoid technically undefined shiftDouglas Bagnall1-1/+1
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore4-1/+30
2020-08-28string_wrappers: include replace.hMatthew DeVore1-0/+2
2020-08-28lib/util: do not make string_wrappers.h publicMatthew DeVore1-1/+0
2020-08-24lib/util: Move cleanup for unit test in teardown functionChristof Schmitt1-3/+9
2020-08-24lib/util: Remove wrong return statement in unit testChristof Schmitt1-2/+0
2020-08-24lib/util: Fix cleanup in unit testChristof Schmitt1-1/+1
2020-08-24lib/util: Remove unnecessary semicolon from wscript_buildChristof Schmitt1-1/+1
2020-08-17lib: Move get_socket_port() to its only consumerVolker Lendecke2-34/+0
2020-08-17lib: Align integer types in same_net()Volker Lendecke1-1/+1
2020-08-17lib: Remove unused client_socket_addr()Volker Lendecke2-39/+0
2020-08-16util: Add cmocka unit test for directory_create_or_existsChristof Schmitt2-0/+240
2020-08-16util: Allow symlinks in directory_create_or_existChristof Schmitt1-2/+16
2020-08-15lib/util: Standardize use of st_[acm]time nsMatthew DeVore2-0/+248
2020-08-05lib: fix smb_strtox.[c|h] license headerRalph Boehme2-4/+4
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme9-166/+227
2020-07-16util: Fix a signed/unsigned comparisonMartin Schwenke1-1/+1
2020-07-14s3: lib: Fix missing TALLOC_FREE in error code path.Jeremy Allison1-1/+1
2020-07-08lib/util: allow to set TCP_USER_TIMEOUT socket optionGünther Deschner1-0/+3
2020-07-08lib/util: add generate_unique_u64() helper functionStefan Metzmacher2-1/+51
2020-07-02lib/debug: set the correct default backend loglevel to MAX_DEBUG_LEVELRalph Boehme1-1/+1
2020-07-02lib/debug: assert file backendRalph Boehme1-6/+6
2020-06-29util: fix build on AIX by fixing the order of replace.h includeBjoern Jacke1-1/+1
2020-06-09util: Reallocate larger buffer if getpwuid_r() returns ERANGEMartin Schwenke1-0/+13
2020-06-09util: Fix build on FreeBSD by avoiding NSS_BUFLEN_PASSWDMartin Schwenke1-5/+22
2020-06-09util: Simplify input validationMartin Schwenke1-5/+4
2020-05-27lib/util: Allow gdb to be started by samba_start_debugger() under the default...Andrew Bartlett1-0/+10
2020-05-24replace, attr.: use function attributes only if supported by feature macro (o...Björn Jacke1-9/+13
2020-05-18s3: lib: Paranoia around use of snprintf copying into a fixed-size buffer fro...Jeremy Allison1-2/+6
2020-05-15lib:util: Add test for path_expand_tilde()Andreas Schneider2-0/+133
2020-05-15lib:util: Add path_expand_tilde()Andreas Schneider2-0/+81
2020-05-12lib: util: Add sys_pwrite_full().Jeremy Allison2-0/+50
2020-05-12lib: util: Add sys_pread_full().Jeremy Allison2-0/+49
2020-05-12lib: util: Add sys_valid_io_range()Stefan Metzmacher2-0/+25
2020-05-10lib util ASN.1: Panic on ASN.1 tag mismatchGary Lockyer1-2/+3
2020-05-07lib:util: Fix smbclient -l basename dirAmit Kumar1-1/+7
2020-05-06lib util asn1: modernize debug callsGary Lockyer1-1/+1
2020-05-06lib/util: Build genrand for util coreAmitay Isaacs1-6/+6
2020-05-04CVE-2020-10704 libcli ldap: Check search request lengths.Gary Lockyer2-0/+8
2020-05-04CVE-2020-10704: lib util asn1: Check parse tree depthGary Lockyer1-0/+13
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer3-3/+25
2020-04-22util: Fix signed/unsigned integer comparisonMartin Schwenke1-1/+1
2020-02-27lib/util/fault.c: Unify printing of the stack trace with the INTERNAL ERROR s...Andrew Bartlett2-11/+19
2020-02-27Move INTERNAL ERROR... printout into smb_panic() and improve "why" stringAndrew Bartlett1-10/+13
2020-02-27lib/tfork: Improve process titles for the tfork waiter processAndrew Bartlett1-0/+4
2020-02-27lib/util: Make prctl_set_comment take a printf format stringAndrew Bartlett2-3/+11