summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2019-07-22s3:utils: New struct to fix strict aliasing issues with sockets APISamuel Cabrero1-0/+13
2019-07-18lib:util: Use GnuTLS random number generator in genrand.cAndreas Schneider3-32/+12
2019-07-17lib: Optimize file_compareVolker Lendecke1-14/+41
2019-07-08lib/util: clang: Fix 'Null pointer passed as an argument'Noel Power1-1/+1
2019-07-05util: Fix off-by-one error in message about overflowMartin Schwenke1-8/+10
2019-07-05util: Avoid localised underflowMartin Schwenke1-6/+6
2019-07-03lib: Fix return of server_id_db_prune_name()Volker Lendecke1-1/+6
2019-07-01lib/util: clang: Fix warning: Value stored to 'ret' is never read warningNoel Power1-1/+1
2019-07-01lib/util: Fix Value stored to 'ret' is never read warningNoel Power1-1/+1
2019-07-01util: Fix signed/unsigned comparisons by castingMartin Schwenke5-8/+10
2019-07-01util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke1-8/+8
2019-07-01util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke3-6/+6
2019-06-30tests-util: Adding test to verify "allow no conversion" flagSwen Schillig1-0/+33
2019-06-30tests-util: Adding test to verify "full-string-conversion" flagSwen Schillig1-0/+28
2019-06-30tests-util: Adding test to verify "allow-negative" flagSwen Schillig1-0/+38
2019-06-30util: cleanup API change for strtoul(l) wrappersSwen Schillig1-5/+0
2019-06-30lib: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig4-46/+48
2019-06-30lib: Add capability to enable standard glibc behaviour for string to int conv...Swen Schillig1-10/+16
2019-06-30lib: Add check for full string consumption when converting string to intSwen Schillig1-0/+22
2019-06-30lib: Prepare for strtoul_err(), strtoull_err() API changeSwen Schillig2-12/+31
2019-06-30lib: Add flag definitions to control the internal string to int conversion ro...Swen Schillig1-0/+7
2019-06-30tests-util: Adding test to verify "no-conversion" detectionSwen Schillig1-0/+28
2019-06-30tests-util: Adding test to verify negative "number" detectionSwen Schillig1-0/+37
2019-06-30tests-util: Adding strtoul(l)_err() test leaving errno untouchedSwen Schillig1-0/+29
2019-06-26lib/util: clang: Fix Value stored during its initialization is never readNoel Power1-1/+4
2019-06-11lib/util: clang: Fix dereference of a null pointer warningNoel Power1-0/+7
2019-06-11lib/util: clang: Fix a dereference of a null pointer warning(s)Noel Power1-6/+20
2019-06-11lib/util/charset: clang: Fix Value stored to 'reason' is never read warningNoel Power1-4/+4
2019-06-11lib/util: clang: Fix 'Null pointer passed as an argument...' warningNoel Power1-3/+7
2019-06-11DLIST_REMOVE: clang: Fix dereference of a null pointer warningNoel Power1-1/+1
2019-06-04lib/util/tests: clang fix Value stored to 'lines' is never read warningNoel Power1-1/+1
2019-05-29lib/util: Fix cppcheck null pointer dereference warningNoel Power1-0/+2
2019-05-28lib: Fix CID 1445648 Null pointer dereferencesVolker Lendecke1-1/+2
2019-05-28lib/util: set current_msg_{level,class} also during a DEBUGADD[C]() callStefan Metzmacher2-7/+17
2019-05-28lib/util: remove unused prototypes in debug.hStefan Metzmacher1-2/+0
2019-05-28lib/util: fix call to dbghdrclass() for DEBUGC()Stefan Metzmacher1-1/+1
2019-05-27Fix ubsan null pointer passed as argument 2Gary Lockyer2-3/+5
2019-05-24lib: util: Finally remove possibilities of using sys_popen() unsafely.Jeremy Allison2-96/+0
2019-05-24lib: util: Remove file_pload()Jeremy Allison2-47/+0
2019-05-24lib: util: Add file_ploadv().Jeremy Allison2-0/+47
2019-05-24lib: popen: Prepare to remove sys_popen().Jeremy Allison2-20/+38
2019-05-19Fix uClibc build on 64bit platforms by including stdint.hFabrice Fontaine1-0/+1
2019-05-17lib:util: Add a test for byteorder.hAndreas Schneider2-0/+441
2019-05-17lib:util: Move VWV macro to smb_constants.hAndreas Schneider1-3/+0
2019-05-17lib:util: Remove PPC big endian asm optimized code in byteorder.hAndreas Schneider1-51/+0
2019-05-17lib:util: Remove unused ALIGN marcos from byteorder.hAndreas Schneider1-5/+0
2019-05-16lib:util: Fix tfork return value if sigprocmask failsRikard Falkeborn1-1/+1
2019-05-15util/charset/torture: ensure each cp850 high bytes is 3 utf8 bytesDouglas Bagnall1-0/+52
2019-05-15util/charset/convert: do not pretend to reallocDouglas Bagnall1-16/+7
2019-05-15util/charset/convert: when retrying, retry from the startDouglas Bagnall1-1/+2