TODO python/samba/tests/krb5/simple_tests.py tgs_exchange_dict
[metze/samba/wip.git] / lib / util /
2020-09-11 Douglas Bagnallutils/asn1: avoid undefined behaviour warning
2020-08-31 Douglas Bagnalllib/util/asn1: avoid technically undefined shift
2020-08-28 Matthew DeVorelib/util: remove extra safe_string.h file
2020-08-28 Matthew DeVorestring_wrappers: include replace.h
2020-08-28 Matthew DeVorelib/util: do not make string_wrappers.h public
2020-08-24 Christof Schmittlib/util: Move cleanup for unit test in teardown function
2020-08-24 Christof Schmittlib/util: Remove wrong return statement in unit test
2020-08-24 Christof Schmittlib/util: Fix cleanup in unit test
2020-08-24 Christof Schmittlib/util: Remove unnecessary semicolon from wscript_build
2020-08-17 Volker Lendeckelib: Move get_socket_port() to its only consumer
2020-08-17 Volker Lendeckelib: Align integer types in same_net()
2020-08-17 Volker Lendeckelib: Remove unused client_socket_addr()
2020-08-16 Christof Schmittutil: Add cmocka unit test for directory_create_or_exists
2020-08-16 Christof Schmittutil: Allow symlinks in directory_create_or_exist
2020-08-15 Matthew DeVorelib/util: Standardize use of st_[acm]time ns
2020-08-05 Ralph Boehmelib: fix smb_strtox.[c|h] license header
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2020-07-16 Martin Schwenkeutil: Fix a signed/unsigned comparison
2020-07-14 Jeremy Allisons3: lib: Fix missing TALLOC_FREE in error code path.
2020-07-08 Günther Deschnerlib/util: allow to set TCP_USER_TIMEOUT socket option
2020-07-08 Stefan Metzmacherlib/util: add generate_unique_u64() helper function
2020-07-02 Ralph Boehmelib/debug: set the correct default backend loglevel...
2020-07-02 Ralph Boehmelib/debug: assert file backend
2020-06-29 Bjoern Jackeutil: fix build on AIX by fixing the order of replace...
2020-06-09 Martin Schwenkeutil: Reallocate larger buffer if getpwuid_r() returns...
2020-06-09 Martin Schwenkeutil: Fix build on FreeBSD by avoiding NSS_BUFLEN_PASSWD
2020-06-09 Martin Schwenkeutil: Simplify input validation
2020-05-27 Andrew Bartlettlib/util: Allow gdb to be started by samba_start_debugg...
2020-05-24 Björn Jackereplace, attr.: use function attributes only if support...
2020-05-18 Jeremy Allisons3: lib: Paranoia around use of snprintf copying into...
2020-05-15 Andreas Schneiderlib:util: Add test for path_expand_tilde()
2020-05-15 Andreas Schneiderlib:util: Add path_expand_tilde()
2020-05-12 Jeremy Allisonlib: util: Add sys_pwrite_full().
2020-05-12 Jeremy Allisonlib: util: Add sys_pread_full().
2020-05-12 Stefan Metzmacherlib: util: Add sys_valid_io_range()
2020-05-10 Gary Lockyerlib util ASN.1: Panic on ASN.1 tag mismatch
2020-05-07 Amit Kumarlib:util: Fix smbclient -l basename dir
2020-05-06 Gary Lockyerlib util asn1: modernize debug calls
2020-05-06 Amitay Isaacslib/util: Build genrand for util core
2020-05-04 Gary LockyerCVE-2020-10704 libcli ldap: Check search request lengths.
2020-05-04 Gary LockyerCVE-2020-10704: lib util asn1: Check parse tree depth
2020-05-04 Gary LockyerCVE-2020-10704: lib util asn1: Add ASN.1 max tree depth
2020-04-22 Martin Schwenkeutil: Fix signed/unsigned integer comparison
2020-02-27 Andrew Bartlettlib/util/fault.c: Unify printing of the stack trace...
2020-02-27 Andrew BartlettMove INTERNAL ERROR... printout into smb_panic() and...
2020-02-27 Andrew Bartlettlib/tfork: Improve process titles for the tfork waiter...
2020-02-27 Andrew Bartlettlib/util: Make prctl_set_comment take a printf format...
2020-02-21 Andreas Schneiderlib:util: Add (PULL|PUSH)_(BE|LE)_I(8|16|32|64) byterar...
2020-02-21 Andreas Schneiderlib:util: Do not expose internal header files
2020-02-21 Andreas Schneiderlib:util: Add comments to use bytearray.h to byteorder.h
2020-02-21 Andreas Schneiderlib:util: Use (PULL|PUSH)_BE_(U16|U32|U64) for R*VAL*
2020-02-21 Andreas Schneiderlib:util: Use PUSH_LE_(U16|U32) for S(I|S)VALS
2020-02-21 Andreas Schneiderlib:util: Use PUSH_LE_(U16|U32) for S(S|I)VAL
2020-02-21 Andreas Schneiderlib:util: Use PULL_LE_(U16|U32) for SVAL and IVAL
2020-02-21 Andreas Schneiderlib:util: Use _DATA_BYTE(_CONST) from bytearray.h
2020-02-21 Andreas Schneiderlib:util: Add test to verify old and new macros are...
2020-02-21 Andreas Schneiderlib:util: Add bytearray.h
2020-02-19 Volker Lendeckelib: Fix rotating nonstandard debug class log files
2020-02-06 Ralph Boehmelib/util: add talloc_alpha_strcpy()
2020-02-03 Ralph Wuerthnergpfswrap: Make pathname "const char *" in gpfswrap_quot...
2020-02-03 Ralph Wuerthnergpfswrap: Make pathname "const char *" in gpfswrap_get_...
2020-02-03 Ralph Wuerthnergpfswrap: Make pathname "const char *" in gpfswrap_set_...
2020-02-03 Ralph Wuerthnergpfswrap: Make pathname "const char *" in gpfswrap_get_...
2020-02-03 Ralph Wuerthnergpfswrap: Make pathname "const char *" in gpfswrap_putacl()
2020-02-03 Ralph Wuerthnergpfswrap: Make pathname "const char *" in gpfswrap_getacl()
2020-02-03 Ralph Wuerthnergpfswrap: Remove unused wrapper gpfswrap_getfilesetid()
2020-01-29 Jeremy Allisonlib: asn1.c: Prevent ASN1_ENUMERATED from wrapping.
2020-01-28 Günther Deschnerlib/util: use better linux os detection in gpfs configure
2020-01-27 Andreas Schneiderlib:util: Log mkdir error on correct debug levels
2020-01-21 Andrew BartlettCVE-2019-14907 lib/util: Do not print the failed to...
2020-01-21 Martin Schwenkeutil: Add detection of libunwind
2019-12-09 Ralph Boehmelib: spelling fix
2019-12-09 Ralph Boehmelib: add a comment to nt_time_to_full_timespec()
2019-12-09 Ralph Boehmelib: harden full_timespec_to_nt_time()
2019-12-09 Ralph Boehmelib: add NTTIME_MAX, NTTIME_MIN, NTTIME_OMIT and NTTIME...
2019-12-06 Ralph Boehmelib: canonicalize pull_dos_date3()
2019-12-06 Ralph Boehmelib: add time_t_to_full_timespec()
2019-12-06 Ralph Boehmelib: add timespec_string_buf()
2019-12-06 Ralph Boehmelib: use nt_time_to_unix_full() in nt_time_string()
2019-12-06 Ralph Boehmelib: add nt_time_to_full_time_t()
2019-12-06 Ralph Boehmelib: add full_timespec_to_time_t()
2019-12-06 Ralph Boehmelib: add nt_time_to_full_timespec()
2019-12-06 Ralph Boehmelib: add full_timespec_to_nt_time()
2019-12-06 Ralph Boehmelib: add functions dealing with struct timespec UTIME_OMIT
2019-12-06 Ralph Boehmelib: provide UTIME_NOW|OMIT defines under our own namespace
2019-11-27 Ralph Boehmesmbdotconf: mark "log level" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "logging" with substitution="1"
2019-11-27 Ralph Boehmesmbdotconf: mark "logfile" with substitution="1"
2019-11-22 Andrew Bartlettbuild: Do not build selftest binaries for builds withou...
2019-11-19 Christof Schmittgpfswrap: Add wrappers for gpfs_fstat_x and gpfs_stat_x
2019-11-15 Andrew Bartlettlib/util: change file_save_mode() to use O_EXCL
2019-10-02 Volker Lendeckelib: Fix a typo
2019-10-02 Volker Lendeckelib: Remove some unneeded #includes from tftw.c
2019-09-23 Björn Jackefault.c: improve fault_report message text pointing...
2019-09-18 Volker Lendeckelib: Add talloc_full_report_printf()
2019-09-17 Volker Lendeckelib: Use server_id_cmp() in server_id_equal()
2019-09-17 Volker Lendeckelib: Add server_id_cmp()
2019-09-10 Ralph Boehmelib: add round_timespec_to_nttime()
2019-09-01 Mathieu ParentSpelling fixes s/preceeding/preceding/
2019-09-01 Mathieu ParentSpelling fixes s/avaiable/available/
next