]> git.samba.org - garming/samba-autobuild/.git/history - lib/util
torture: beginning of a mdssvc RPC service test-suite
[garming/samba-autobuild/.git] / lib / util /
2019-08-08 Swen Schilligtfork: Free memory in torture test to satisfy sanitizer
2019-08-08 Swen Schilligutil: Free memory in charset torture test to satisfy...
2019-08-08 Swen Schilligutil: Free memory in genrand torture test to satisfy...
2019-08-07 Ralph Boehmecharset: add tests for Unicode NFC <-> NFD conversion
2019-08-07 Ralph Boehmecharset: add support for Unicode normalisation with...
2019-08-07 Michael HanselmannAdd fuzzing binary for tiniparser
2019-07-22 Samuel Cabreros3:utils: New struct to fix strict aliasing issues...
2019-07-18 Andreas Schneiderlib:util: Use GnuTLS random number generator in genrand.c
2019-07-17 Volker Lendeckelib: Optimize file_compare
2019-07-08 Noel Powerlib/util: clang: Fix 'Null pointer passed as an argument'
2019-07-05 Martin Schwenkeutil: Fix off-by-one error in message about overflow
2019-07-05 Martin Schwenkeutil: Avoid localised underflow
2019-07-03 Volker Lendeckelib: Fix return of server_id_db_prune_name()
2019-07-01 Noel Powerlib/util: clang: Fix warning: Value stored to 'ret...
2019-07-01 Noel Powerlib/util: Fix Value stored to 'ret' is never read warning
2019-07-01 Martin Schwenkeutil: Fix signed/unsigned comparisons by casting
2019-07-01 Martin Schwenkeutil: Fix signed/unsigned comparisons by declaring...
2019-07-01 Martin Schwenkeutil: Fix signed/unsigned comparisons by declaring...
2019-06-30 Swen Schilligtests-util: Adding test to verify "allow no conversion...
2019-06-30 Swen Schilligtests-util: Adding test to verify "full-string-conversi...
2019-06-30 Swen Schilligtests-util: Adding test to verify "allow-negative"...
2019-06-30 Swen Schilligutil: cleanup API change for strtoul(l) wrappers
2019-06-30 Swen Schilliglib: Update all consumers of strtoul_err(), strtoull_er...
2019-06-30 Swen Schilliglib: Add capability to enable standard glibc behaviour...
2019-06-30 Swen Schilliglib: Add check for full string consumption when convert...
2019-06-30 Swen Schilliglib: Prepare for strtoul_err(), strtoull_err() API...
2019-06-30 Swen Schilliglib: Add flag definitions to control the internal strin...
2019-06-30 Swen Schilligtests-util: Adding test to verify "no-conversion" detection
2019-06-30 Swen Schilligtests-util: Adding test to verify negative "number...
2019-06-30 Swen Schilligtests-util: Adding strtoul(l)_err() test leaving errno...
2019-06-26 Noel Powerlib/util: clang: Fix Value stored during its initializa...
2019-06-11 Noel Powerlib/util: clang: Fix dereference of a null pointer...
2019-06-11 Noel Powerlib/util: clang: Fix a dereference of a null pointer...
2019-06-11 Noel Powerlib/util/charset: clang: Fix Value stored to 'reason...
2019-06-11 Noel Powerlib/util: clang: Fix 'Null pointer passed as an argumen...
2019-06-11 Noel PowerDLIST_REMOVE: clang: Fix dereference of a null pointer...
2019-06-04 Noel Powerlib/util/tests: clang fix Value stored to 'lines' is...
2019-05-29 Noel Powerlib/util: Fix cppcheck null pointer dereference warning
2019-05-28 Volker Lendeckelib: Fix CID 1445648 Null pointer dereferences
2019-05-28 Stefan Metzmacherlib/util: set current_msg_{level,class} also during...
2019-05-28 Stefan Metzmacherlib/util: remove unused prototypes in debug.h
2019-05-28 Stefan Metzmacherlib/util: fix call to dbghdrclass() for DEBUGC()
2019-05-27 Gary LockyerFix ubsan null pointer passed as argument 2
2019-05-24 Jeremy Allisonlib: util: Finally remove possibilities of using sys_po...
2019-05-24 Jeremy Allisonlib: util: Remove file_pload()
2019-05-24 Jeremy Allisonlib: util: Add file_ploadv().
2019-05-24 Jeremy Allisonlib: popen: Prepare to remove sys_popen().
2019-05-19 Fabrice FontaineFix uClibc build on 64bit platforms by including stdint.h
2019-05-17 Andreas Schneiderlib:util: Add a test for byteorder.h
2019-05-17 Andreas Schneiderlib:util: Move VWV macro to smb_constants.h
2019-05-17 Andreas Schneiderlib:util: Remove PPC big endian asm optimized code...
2019-05-17 Andreas Schneiderlib:util: Remove unused ALIGN marcos from byteorder.h
2019-05-16 Rikard Falkebornlib:util: Fix tfork return value if sigprocmask fails
2019-05-15 Douglas Bagnallutil/charset/torture: ensure each cp850 high bytes...
2019-05-15 Douglas Bagnallutil/charset/convert: do not pretend to realloc
2019-05-15 Douglas Bagnallutil/charset/convert: when retrying, retry from the...
2019-05-15 Douglas Bagnallutil/charset/convert: do not overflow dest len in corne...
2019-05-15 Douglas Bagnallutil/charset/convert: do not overflow dest len
2019-05-15 Douglas Bagnallutil/charset/convert_string: always set length
2019-05-06 Gary Lockyerlib util debug: Increase format buffer to 4KiB
2019-04-30 Andreas Schneiderlib:util: Sync memory.h with replace.h
2019-04-22 Christof Schmittgpfswrap: Remove unused gpfs_prealloc wrapper
2019-04-18 Ralph Wuerthners3:debug: enable logging for early startup failures
2019-04-18 Ralph Wuerthners3:debug: adjust indention
2019-04-18 Ralph Wuerthners3:debug: use struct initializer
2019-04-11 Swen Schilligcommon-lib: Update error check for new string conversio...
2019-04-11 Swen Schilliglib: modify string conversion wrapper to handle invalid...
2019-04-06 Christof Schmittmemcache: Properly track the size of talloc objects
2019-04-06 Christof Schmittmemcache: Introduce struct for storing talloc pointer
2019-04-03 Andreas Schneiderlib:util: Include talloc_keep_secret.h in samba_util.h
2019-04-03 Andreas Schneiderlib:util: Add test for talloc_keep_secret()
2019-04-03 Andreas Schneiderlib:util: Add support to keep talloc chunks secret
2019-03-26 Volker Lendeckelib: Make fd_load work for non-regular files
2019-03-08 Andreas Schneiderlib:util: Move debug message for mkdir failing to log...
2019-03-01 Swen Schilliglib: modify string conversion wrapper to handle signed...
2019-03-01 Swen Schilligcommon-lib: Use wrapper for string to integer conversion
2019-03-01 Swen Schilligutil: Add two wrapper for string to int conversion
2019-02-20 Gary Lockyerlib util: Add function to generate random uint64_t
2019-02-14 Andreas Schneiderwaf: Do not install internal header
2019-02-14 Andreas Schneiderlib:util: Move discard_const(_p) to own header for...
2019-02-14 Andreas Schneiderlib:util: Add GPL header to tftw.c
2019-02-14 Andreas Schneiderlib:util: Add missing "replace.h" header in tftw
2019-02-11 Aliaksei Karalious3:util: Move static file_pload() function to lib/util
2019-02-11 Aliaksei Karalious3:util: Move popen wrappers to lib/util
2019-02-08 Stefan Metzmacherlib/util: inline lib/util/util_runcmd.h again
2019-02-07 Stefan Metzmacherlib/util: add samba_runcmd_export_stdin() helper function
2019-02-07 David Disseldorplib/debug: retain full string in state.prog_name global
2019-01-28 Andreas Schneiderutil: Add file tree walk interface
2019-01-28 Andreas Schneiderlib:util: Use C99 initializer in tfork test
2019-01-28 Andreas Schneiderlib:util: Use C99 initializer for weird_table in charset
2019-01-28 Andreas Schneiderlib:util: Use C99 initializer for builtin_functions...
2019-01-18 Christof Schmittlib: Use gpfs.h from third_party on Linux
2019-01-12 Swen Schilliglib: remove unused function nttime_from_string()
2018-12-20 Andreas Schneiderlib:util: Use memset_s() in data_blob_clear()
2018-12-20 Andreas Schneiderlib:util: Sync memory.h with replace.h
2018-12-20 Andreas Schneiderlib:util: Cleanup comments in memory.h
2018-12-20 Ralph Boehmedebug: enable per debug-class logfiles
2018-12-20 Ralph Boehmedebug: remove fd and debugf from state, use dbgc_config...
2018-12-20 Ralph Boehmedebug: update logsize checking for per debug-class...
2018-12-20 Ralph Boehmedebug: update need_to_check_log_size() for per debug...
next