summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: fix build on AIX by fixing the order of replace.h includeBjoern Jacke2020-06-291-1/+1
* util: Reallocate larger buffer if getpwuid_r() returns ERANGEMartin Schwenke2020-06-091-0/+13
* util: Fix build on FreeBSD by avoiding NSS_BUFLEN_PASSWDMartin Schwenke2020-06-091-5/+22
* util: Simplify input validationMartin Schwenke2020-06-091-5/+4
* lib/util: Allow gdb to be started by samba_start_debugger() under the default...Andrew Bartlett2020-05-271-0/+10
* replace, attr.: use function attributes only if supported by feature macro (o...Björn Jacke2020-05-241-9/+13
* s3: lib: Paranoia around use of snprintf copying into a fixed-size buffer fro...Jeremy Allison2020-05-181-2/+6
* lib:util: Add test for path_expand_tilde()Andreas Schneider2020-05-152-0/+133
* lib:util: Add path_expand_tilde()Andreas Schneider2020-05-152-0/+81
* lib: util: Add sys_pwrite_full().Jeremy Allison2020-05-122-0/+50
* lib: util: Add sys_pread_full().Jeremy Allison2020-05-122-0/+49
* lib: util: Add sys_valid_io_range()Stefan Metzmacher2020-05-122-0/+25
* lib util ASN.1: Panic on ASN.1 tag mismatchGary Lockyer2020-05-101-2/+3
* lib:util: Fix smbclient -l basename dirAmit Kumar2020-05-071-1/+7
* lib util asn1: modernize debug callsGary Lockyer2020-05-061-1/+1
* lib/util: Build genrand for util coreAmitay Isaacs2020-05-061-6/+6
* CVE-2020-10704 libcli ldap: Check search request lengths.Gary Lockyer2020-05-042-0/+8
* CVE-2020-10704: lib util asn1: Check parse tree depthGary Lockyer2020-05-041-0/+13
* CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-05-043-3/+25
* util: Fix signed/unsigned integer comparisonMartin Schwenke2020-04-221-1/+1
* lib/util/fault.c: Unify printing of the stack trace with the INTERNAL ERROR s...Andrew Bartlett2020-02-272-11/+19
* Move INTERNAL ERROR... printout into smb_panic() and improve "why" stringAndrew Bartlett2020-02-271-10/+13
* lib/tfork: Improve process titles for the tfork waiter processAndrew Bartlett2020-02-271-0/+4
* lib/util: Make prctl_set_comment take a printf format stringAndrew Bartlett2020-02-272-3/+11
* lib:util: Add (PULL|PUSH)_(BE|LE)_I(8|16|32|64) byterarray macrosAndreas Schneider2020-02-211-0/+32
* lib:util: Do not expose internal header filesAndreas Schneider2020-02-211-2/+0
* lib:util: Add comments to use bytearray.h to byteorder.hAndreas Schneider2020-02-211-0/+36
* lib:util: Use (PULL|PUSH)_BE_(U16|U32|U64) for R*VAL*Andreas Schneider2020-02-211-14/+14