summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lib:util: Use PUSH_LE_(U16|U32) for S(I|S)VALSAndreas Schneider2020-02-211-2/+2
* lib:util: Use PUSH_LE_(U16|U32) for S(S|I)VALAndreas Schneider2020-02-211-2/+2
* lib:util: Use PULL_LE_(U16|U32) for SVAL and IVALAndreas Schneider2020-02-211-2/+2
* lib:util: Use _DATA_BYTE(_CONST) from bytearray.hAndreas Schneider2020-02-211-2/+4
* lib:util: Add test to verify old and new macros are the sameAndreas Schneider2020-02-212-0/+279
* lib:util: Add bytearray.hAndreas Schneider2020-02-213-0/+534
* lib: Fix rotating nonstandard debug class log filesVolker Lendecke2020-02-191-1/+1
* lib/util: add talloc_alpha_strcpy()Ralph Boehme2020-02-062-0/+25
* gpfswrap: Make pathname "const char *" in gpfswrap_quotactl()Ralph Wuerthner2020-02-032-3/+6
* gpfswrap: Make pathname "const char *" in gpfswrap_get_winattrs_path()Ralph Wuerthner2020-02-032-3/+5
* gpfswrap: Make pathname "const char *" in gpfswrap_set_winattrs_path()Ralph Wuerthner2020-02-032-3/+6
* gpfswrap: Make pathname "const char *" in gpfswrap_get_realfilename_path()Ralph Wuerthner2020-02-032-3/+8
* gpfswrap: Make pathname "const char *" in gpfswrap_putacl()Ralph Wuerthner2020-02-032-3/+3
* gpfswrap: Make pathname "const char *" in gpfswrap_getacl()Ralph Wuerthner2020-02-032-3/+3
* gpfswrap: Remove unused wrapper gpfswrap_getfilesetid()Ralph Wuerthner2020-02-032-13/+0
* lib: asn1.c: Prevent ASN1_ENUMERATED from wrapping.Jeremy Allison2020-01-291-1/+17
* lib/util: use better linux os detection in gpfs configureGünther Deschner2020-01-281-1/+1
* lib:util: Log mkdir error on correct debug levelsAndreas Schneider2020-01-271-2/+5
* CVE-2019-14907 lib/util: Do not print the failed to convert string into the logsAndrew Bartlett2020-01-211-18/+20
* util: Add detection of libunwindMartin Schwenke2020-01-212-2/+11
* lib: spelling fixRalph Boehme2019-12-091-1/+1
* lib: add a comment to nt_time_to_full_timespec()Ralph Boehme2019-12-091-2/+12