summaryrefslogtreecommitdiff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* lib: Fix a typoVolker Lendecke2019-10-021-1/+1
* lib: Remove some unneeded #includes from tftw.cVolker Lendecke2019-10-021-13/+2
* fault.c: improve fault_report message text pointing to our wikiBjörn Jacke2019-09-231-1/+5
* lib: Add talloc_full_report_printf()Volker Lendecke2019-09-183-0/+145
* lib: Use server_id_cmp() in server_id_equal()Volker Lendecke2019-09-171-13/+2
* lib: Add server_id_cmp()Volker Lendecke2019-09-172-0/+18
* lib: add round_timespec_to_nttime()Ralph Boehme2019-09-102-0/+10
* Spelling fixes s/preceeding/preceding/Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/avaiable/available/Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/hierachy/hierarchy/Mathieu Parent2019-09-011-1/+1
* lib: Remove a duplicate function prototypeVolker Lendecke2019-08-191-5/+0
* lib:util: Use generate_secret_buffer() for long term passwordsAndreas Schneider2019-08-141-3/+3
* lib:util: Fix documentation for random number functionsAndreas Schneider2019-08-142-4/+13
* lib: CID 1452289: API usage errors (USE_AFTER_FREE)Volker Lendecke2019-08-141-1/+0
* lib:util: Add better documentation for generate_secret_buffer()Andreas Schneider2019-08-122-6/+17
* lib:util: Add generate_nonce_buffer()Andreas Schneider2019-08-122-2/+21
* tfork: Free memory in torture test to satisfy sanitizerSwen Schillig2019-08-081-0/+3
* util: Free memory in charset torture test to satisfy sanitizerSwen Schillig2019-08-081-0/+10
* util: Free memory in genrand torture test to satisfy sanitizerSwen Schillig2019-08-081-0/+2
* charset: add tests for Unicode NFC <-> NFD conversionRalph Boehme2019-08-071-0/+228
* charset: add support for Unicode normalisation with libicuRalph Boehme2019-08-073-1/+178
* Add fuzzing binary for tiniparserMichael Hanselmann2019-08-072-7/+18
* s3:utils: New struct to fix strict aliasing issues with sockets APISamuel Cabrero2019-07-221-0/+13
* lib:util: Use GnuTLS random number generator in genrand.cAndreas Schneider2019-07-183-32/+12
* lib: Optimize file_compareVolker Lendecke2019-07-171-14/+41
* 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