summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2019-11-15lib/util: change file_save_mode() to use O_EXCLAndrew Bartlett1-1/+1
2019-10-02lib: Fix a typoVolker Lendecke1-1/+1
2019-10-02lib: Remove some unneeded #includes from tftw.cVolker Lendecke1-13/+2
2019-09-23fault.c: improve fault_report message text pointing to our wikiBjörn Jacke1-1/+5
2019-09-18lib: Add talloc_full_report_printf()Volker Lendecke3-0/+145
2019-09-17lib: Use server_id_cmp() in server_id_equal()Volker Lendecke1-13/+2
2019-09-17lib: Add server_id_cmp()Volker Lendecke2-0/+18
2019-09-10lib: add round_timespec_to_nttime()Ralph Boehme2-0/+10
2019-09-01Spelling fixes s/preceeding/preceding/Mathieu Parent1-1/+1
2019-09-01Spelling fixes s/avaiable/available/Mathieu Parent1-1/+1
2019-09-01Spelling fixes s/hierachy/hierarchy/Mathieu Parent1-1/+1
2019-08-19lib: Remove a duplicate function prototypeVolker Lendecke1-5/+0
2019-08-14lib:util: Use generate_secret_buffer() for long term passwordsAndreas Schneider1-3/+3
2019-08-14lib:util: Fix documentation for random number functionsAndreas Schneider2-4/+13
2019-08-14lib: CID 1452289: API usage errors (USE_AFTER_FREE)Volker Lendecke1-1/+0
2019-08-12lib:util: Add better documentation for generate_secret_buffer()Andreas Schneider2-6/+17
2019-08-12lib:util: Add generate_nonce_buffer()Andreas Schneider2-2/+21
2019-08-08tfork: Free memory in torture test to satisfy sanitizerSwen Schillig1-0/+3
2019-08-08util: Free memory in charset torture test to satisfy sanitizerSwen Schillig1-0/+10
2019-08-08util: Free memory in genrand torture test to satisfy sanitizerSwen Schillig1-0/+2
2019-08-07charset: add tests for Unicode NFC <-> NFD conversionRalph Boehme1-0/+228
2019-08-07charset: add support for Unicode normalisation with libicuRalph Boehme3-1/+178
2019-08-07Add fuzzing binary for tiniparserMichael Hanselmann2-7/+18
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