python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / lib / util / util.c
2023-10-13 Joseph Suttonutil: Remove redundant assertion (CID 1497841)
2023-08-24 Douglas Bagnalllib/util: strhex_to_data_blob checks talloc
2023-04-14 Andreas Schneiderlib:util: Fix code spelling
2023-03-09 Volker Lendeckelib: Add dump_data_addbuf()
2023-01-27 Jeremy Allisons3:lib: Change file_modtime() to return an error code...
2022-07-25 Stefan Metzmacherlib/util: make use of tevent_cached_getpid() in perform...
2022-06-09 Joseph Suttonlib/util: Delegate constant time memcmp to gnutls_memcmp()
2022-06-09 Joseph Suttonlib/util: Reduce sum variable to uint8_t
2022-06-09 Joseph Suttonlib/util: Change function to mem_equal_const_time()
2022-06-09 Joseph Suttonlib/util: Move memcmp_const_time() to util.c
2022-01-24 Stefan Metzmacherlib/util: add dump_data_diff*() helpers
2022-01-24 Stefan Metzmacherlib/util: split out a dump_data_block16() helper
2021-04-20 Joseph Suttonutil: Ensure debugger is not started until it is allowe...
2021-04-20 Joseph Suttonutil: Ensure debugger can be attached to process
2021-03-11 Douglas Bagnallutil: don't mark impure functions as pure
2021-01-22 Volker Lendeckelib: Use hex_byte() in strhex_to_str()
2021-01-06 Andreas Schneiderlib:util: Add directory_create_or_exists_recursive()
2020-08-16 Christof Schmittutil: Allow symlinks in directory_create_or_exist
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2020-05-27 Andrew Bartlettlib/util: Allow gdb to be started by samba_start_debugg...
2020-01-27 Andreas Schneiderlib:util: Log mkdir error on correct debug levels
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-04-11 Swen Schilliglib: modify string conversion wrapper to handle invalid...
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 Schilligutil: Add two wrapper for string to int conversion
2018-08-30 Christof Schmittlib: Fix lstat check in directory_create_or_exist
2017-10-27 Volker Lendeckelib: Use all_zero where appropriate
2017-03-20 Volker Lendeckelib: Simplify smb_nanosleep
2017-03-16 Amitay Isaacslib/util: Fix initializer
2017-02-14 Cody Harringtonndrdump: Add the option --hex-input for hexdump parsing
2016-11-15 Andreas Schneiderlib:util: Don't print lstat warning on ERROR debug...
2016-06-20 Martin Schwenkelib/util: Optimise trim_string() to use a single memmove(3)
2016-03-01 Aurelien Aptellib/util/util.c: move null-check before use
2015-11-19 Volker Lendeckelib: Fix memalign_array overflow protection
2015-10-28 Jeremy Allisonlib: util: Make non-critical message a warning.
2015-07-09 Uri Simchoniutil.c: fix order of inclusion to correctly consume...
2015-07-03 Stefan Metzmacherlib/util: fix output format in dump_data*()
2015-05-12 Volker Lendeckelib: Remove unused hex_encode()
2014-12-05 Volker Lendeckelib: Fix signed/unsigned comparisons
2014-10-03 Martin Schwenkelib/util: Clean up includes for util.c
2014-09-20 Volker Lendeckelib/util: Drop unnecessary use of talloc_tos()
2014-09-19 Martin Schwenkelib/util: Return some functions to util_str.c
2014-09-19 Martin Schwenkelib/util: Move next_token* functions to util_str.c
2014-07-29 Jeremy AllisonFix now erroneous comment for directory_create_or_exist()
2014-07-28 Volker Lendeckelib: directory_create_or_exist() does not use "uid...
2014-07-28 Volker Lendeckelib: Simplify directory_create_or_exist with an early...
2014-04-17 Andreas Schneiderlib: Change uid_wrapper to preloadable version.
2014-04-16 Björn Baumbachlib-util: rename memdup to smb_memdup and fix all callers
2013-12-11 Michael Adamlib:util: fix a comment typo
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-11 Björn BaumbachCVE-2013-4476: lib-util: add file_check_permissions()
2013-06-01 Kai Blinlibcli: Remove uneeded debug message
2013-05-18 Kai Blindebug: Add ability to dump_data per debug class
2013-03-15 Andrew Bartlettlib/util: Cast mode_t result to unsigned int for GNU...
2013-03-06 Andreas SchneiderMake sure to set umask() before calling mkstemp().
2013-01-09 Andreas Schneiderutil: Add a strict directory_create_or_exist function.
2012-08-24 Stefan Metzmacherlib/util: don't SMB_ASSERT() in process_exists_by_pid()
2012-06-29 Stefan Metzmacherlib/util: fix fd leak in anonymous_shared_allocate...
2012-03-24 Jelmer Vernooijlib/util: Allow calloc use in util.c, too.
2012-03-24 Jelmer Vernooijlib/util: Move calloc_array and memalign_array to top...
2012-03-14 Stefan Metzmacherlib/util: only change umask during mkdir()
2012-03-14 Stefan Metzmacherlib/util: cope with races between lstat and mkdir in...
2012-03-14 Stefan Metzmacherlib/util: use a helper variable in directory_create_or_...
2012-03-14 Stefan Metzmacherlib/util: do an early return on error directory_create_...
2012-03-14 Stefan Metzmacherlib/util: remove unneeded else branch in directory_crea...
2012-03-14 Stefan Metzmacherlib/util: don't start DEBUG output with 'error '
2012-02-06 Volker Lendeckelib/util: Add hex_encode_buf
2012-01-25 Volker LendeckeIntroduce dump_data_file
2011-10-27 Andreas SchneiderInclude uid_wrapper correctly.
2011-10-18 Michael Adamlib/util: skip single hex digit at the end of the input...
2011-10-18 Michael Adamlib/util: fix function header comment to strhex_to_str()
2011-10-18 Michael Adamlib/util: untangle assignent from check in strhex_to_str()
2011-08-15 Simo Sorceutil: add function to extend anonymous shared memory
2011-08-10 Simo Sorcelib-util: Make create_unlink_tmp argument optional
2011-08-10 Simo Sorcelib-util: Make useful function a common utility.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-08 Andrew BartlettImprove debug messages when creating socket directories
2011-04-13 Volker Lendeckelib: Move next_token next to next_token_talloc
2011-01-20 Stefan Metzmacherlib/util: add anonymous_shared_free()
2011-01-20 Stefan Metzmacherlib/util: s/allocate_anonymous_shared/anonymous_shared_...
2011-01-20 Stefan Metzmacherlib/util: fix rounding to page size in allocate_anonymo...
2010-10-24 Volker LendeckeAdd dump_data_cb()
2010-10-24 Volker LendeckeAdd print_asc_cb()
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-17 Björn Jackelib/util: usec_time_diff takes arguments the other...
2010-09-16 Björn Jackes3/s4: merge msleep and smb_msleep
2010-09-09 Günther Deschnerlib/util: remove some unused_result warnings.
2010-09-04 Andrew Tridgellutil: added samba_start_debugger()
2010-03-22 Stefan Metzmacherlib/util: add allocate_anonymous_shared()
2010-02-22 Brad HardsSpelling fixes for libutil
2010-02-05 Matthias Dieter... s4:UID wrapper - Fix includes
2009-11-02 Andrew Bartlettlib/util Use rfc1738.c from Squid for all our URL encod...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-01 Kamen Mazdrashkiutil: strhex_to_str() fixed to handle '0x' correctly
2009-10-01 Kamen Mazdrashkiutil: fixed compile time "discards qualifiers" warning
2009-08-05 Andrew Tridgellmake the UID_WRAPPER skip checks at runtime
next