summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* lib: add round_timespec_to_nttime()Ralph Boehme2019-09-102-0/+10
* lib/util: clang: Fix 'Null pointer passed as an argument'Noel Power2019-07-081-1/+1
* util: Fix off-by-one error in message about overflowMartin Schwenke2019-07-051-8/+10
* util: Avoid localised underflowMartin Schwenke2019-07-051-6/+6
* lib: Fix return of server_id_db_prune_name()Volker Lendecke2019-07-031-1/+6
* lib/util: clang: Fix warning: Value stored to 'ret' is never read warningNoel Power2019-07-011-1/+1
* lib/util: Fix Value stored to 'ret' is never read warningNoel Power2019-07-011-1/+1
* util: Fix signed/unsigned comparisons by castingMartin Schwenke2019-07-015-8/+10
* util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke2019-07-011-8/+8
* util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke2019-07-013-6/+6
* tests-util: Adding test to verify "allow no conversion" flagSwen Schillig2019-06-301-0/+33
* tests-util: Adding test to verify "full-string-conversion" flagSwen Schillig2019-06-301-0/+28
* tests-util: Adding test to verify "allow-negative" flagSwen Schillig2019-06-301-0/+38
* util: cleanup API change for strtoul(l) wrappersSwen Schillig2019-06-301-5/+0
* lib: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-304-46/+48
* lib: Add capability to enable standard glibc behaviour for string to int conv...Swen Schillig2019-06-301-10/+16
* lib: Add check for full string consumption when converting string to intSwen Schillig2019-06-301-0/+22
* lib: Prepare for strtoul_err(), strtoull_err() API changeSwen Schillig2019-06-302-12/+31
* lib: Add flag definitions to control the internal string to int conversion ro...Swen Schillig2019-06-301-0/+7
* tests-util: Adding test to verify "no-conversion" detectionSwen Schillig2019-06-301-0/+28
* tests-util: Adding test to verify negative "number" detectionSwen Schillig2019-06-301-0/+37
* tests-util: Adding strtoul(l)_err() test leaving errno untouchedSwen Schillig2019-06-301-0/+29
* lib/util: clang: Fix Value stored during its initialization is never readNoel Power2019-06-261-1/+4
* lib/util: clang: Fix dereference of a null pointer warningNoel Power2019-06-111-0/+7
* lib/util: clang: Fix a dereference of a null pointer warning(s)Noel Power2019-06-111-6/+20
* lib/util/charset: clang: Fix Value stored to 'reason' is never read warningNoel Power2019-06-111-4/+4
* lib/util: clang: Fix 'Null pointer passed as an argument...' warningNoel Power2019-06-111-3/+7
* DLIST_REMOVE: clang: Fix dereference of a null pointer warningNoel Power2019-06-111-1/+1
* lib/util/tests: clang fix Value stored to 'lines' is never read warningNoel Power2019-06-041-1/+1
* lib/util: Fix cppcheck null pointer dereference warningNoel Power2019-05-291-0/+2
* lib: Fix CID 1445648 Null pointer dereferencesVolker Lendecke2019-05-281-1/+2
* lib/util: set current_msg_{level,class} also during a DEBUGADD[C]() callStefan Metzmacher2019-05-282-7/+17
* lib/util: remove unused prototypes in debug.hStefan Metzmacher2019-05-281-2/+0
* lib/util: fix call to dbghdrclass() for DEBUGC()Stefan Metzmacher2019-05-281-1/+1
* Fix ubsan null pointer passed as argument 2Gary Lockyer2019-05-272-3/+5
* lib: util: Finally remove possibilities of using sys_popen() unsafely.Jeremy Allison2019-05-242-96/+0
* lib: util: Remove file_pload()Jeremy Allison2019-05-242-47/+0
* lib: util: Add file_ploadv().Jeremy Allison2019-05-242-0/+47
* lib: popen: Prepare to remove sys_popen().Jeremy Allison2019-05-242-20/+38
* Fix uClibc build on 64bit platforms by including stdint.hFabrice Fontaine2019-05-191-0/+1
* lib:util: Add a test for byteorder.hAndreas Schneider2019-05-172-0/+441
* lib:util: Move VWV macro to smb_constants.hAndreas Schneider2019-05-171-3/+0
* lib:util: Remove PPC big endian asm optimized code in byteorder.hAndreas Schneider2019-05-171-51/+0
* lib:util: Remove unused ALIGN marcos from byteorder.hAndreas Schneider2019-05-171-5/+0
* lib:util: Fix tfork return value if sigprocmask failsRikard Falkeborn2019-05-161-1/+1
* util/charset/torture: ensure each cp850 high bytes is 3 utf8 bytesDouglas Bagnall2019-05-151-0/+52
* util/charset/convert: do not pretend to reallocDouglas Bagnall2019-05-151-16/+7
* util/charset/convert: when retrying, retry from the startDouglas Bagnall2019-05-151-1/+2
* util/charset/convert: do not overflow dest len in corner caseDouglas Bagnall2019-05-151-2/+2
* util/charset/convert: do not overflow dest lenDouglas Bagnall2019-05-151-1/+10