lib/util: do not make string_wrappers.h public
[samba.git] / lib /
2020-08-28 Matthew DeVorelib/util: do not make string_wrappers.h public
2020-08-26 Andrew Bartlettoss-fuzz: Ensure a UTF8 locale is set for the samba...
2020-08-26 Andrew Bartlettoss-fuzz: Try harder to ensure we always fail fast
2020-08-25 Mathieu ParentFix FTBFS / Increase the over-estimation for sparse...
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-19 Andreas Schneiderlib:param: Add lpcfg_parse_enum_vals()
2020-08-19 Andreas Schneiderdocs-xml: Add 'client smb encrypt'
2020-08-19 Andreas Schneiderparam: Create and use enum_smb_encryption_vals
2020-08-18 Andrew Bartlettparam: Allow tests to silence deprecation warnings
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-09 Stefan Metzmacherlzxpress: add bounds checking to lzxpress_decompress()
2020-08-07 Jeremy Allisons3: Parameters. Add 'async dns timeout' parameter....
2020-08-07 Jeremy Allisonlib: addns: Add code for asynchronously looking up...
2020-08-07 Jeremy Allisonlib: addns: Add code for asynchronously looking up...
2020-08-05 Ralph Boehmelib: fix smb_strtox.[c|h] license header
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2020-08-03 Samuel Thibaultldap_server: fix hurd build
2020-08-03 Douglas Bagnalloss-fuzz: use uninstrumented dynamic python
2020-07-29 Douglas Bagnallldb_controls: control_to_string avoids crash
2020-07-16 Martin Schwenkeutil: Fix a signed/unsigned comparison
2020-07-16 Martin Schwenketdb: Fix some signed/unsigned comparisons
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-07 Stefan Metzmacherlib/torture: fix subunit names of nested suites
2020-07-07 Stefan Metzmacherlib/torture: add back links to the parent objects
2020-07-07 Stefan Metzmacherlib/torture: make torture_subunit_test_name() public
2020-07-02 Ralph Boehmelib/debug: set the correct default backend loglevel...
2020-07-02 Ralph Boehmelib/debug: assert file backend
2020-07-02 Volker Lendeckeldb_ldap: Fix a memleak ldb-2.2.0
2020-07-02 Gary LockyerCVE-2020-10730: lib ldb: Check if ldb_lock_backend_call...
2020-07-01 Andreas Schneidertls: Use NORMAL:-VERS-SSL3.0 as the default configuration
2020-07-01 Andrew Bartlettdsdb: Allow "password hash userPassword schemes = Crypt...
2020-06-29 Bjoern Jackeutil: fix build on AIX by fixing the order of replace...
2020-06-19 Alexander Bokovoyldb_ldap: fix off-by-one increment in lldb_add_msg_attr
2020-06-19 Alexander Bokovoylib/ldb: add unit test for ldb_ldap internal code
2020-06-17 Andreas Schneiders3:lib:tls: Use better priority lists for modern GnuTLS
2020-06-15 Volker Lendeckeldb: Avoid a cast (unsigned long long) in ldbmodify.c
2020-06-15 Volker Lendecketsocket: Fix a typo
2020-06-13 Douglas Bagnallldb commandline: don't crash if a received control...
2020-06-13 Douglas Bagnallldb/controls: avoid stealing our own stuff
2020-06-13 Douglas Bagnallldb/mod/paged_searches: cope with NULL control data
2020-06-10 David Disseldorpdbwrap_rbt: support TDB_INSERT and TDB_MODIFY store...
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-06-09 Andreas Schneidertalloc: Mark ptr of talloc_unlink() not as a tainted...
2020-05-27 Andrew Bartlettlib/util: Allow gdb to be started by samba_start_debugg...
2020-05-24 Björn Jackeldb: also use portable __has_attribute macro to check...
2020-05-24 Björn Jacketalloc: also use portable __has_attribute macro to...
2020-05-24 Björn Jacketdb: also use __has_attribute macro to check for attrib...
2020-05-24 Björn Jackereplace, attr.: use function attributes only if support...
2020-05-19 Volker Lendecketevent: Fix a tevent tutorial error
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-15 Volker Lendeckedbwrap: Make dbwrap_lock_order_[un]lock() public
2020-05-15 Volker Lendeckedbwrap: Simplify dbwrap_lock_order_[un]lock()
2020-05-13 awalkerlib:param: Fix memory leak in lpcfg_load_internal()
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 ldb: Limit depth of ldb_parse_tree
2020-05-10 Gary Lockyerlib util ASN.1: Panic on ASN.1 tag mismatch
2020-05-08 Gary LockyerFix clang 9 format-nonliteral warnings
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-05-08 Gary LockyerFix clang 9 parentheses-equality warnings
2020-05-07 Stefan Metzmacherlib/socket: autodetect RSS using ETHTOOL_GRXRINGS
2020-05-07 Stefan Metzmacherlib/socket: let query_iface_speed_from_name() initializ...
2020-05-07 Amit Kumarlib:util: Fix smbclient -l basename dir
2020-05-06 Gary Lockyerlib util asn1: modernize debug calls
2020-05-06 Volker Lendecketest: Make local.event.*.fd1 a bit less flapping
2020-05-06 Amitay Isaacslib/util: Build genrand for util core
2020-05-06 Amitay Isaacslib/messaging: Move messages_dgm out of source3
2020-05-05 Jule Angerpytdb tests: add test for storev()
2020-05-05 Jule Angerpytdb: add python binding for storev()
2020-05-04 Andrew BartlettCVE-2020-10700: ldb: Always use ldb_next_request()...
2020-05-04 Gary LockyerCVE-2020-10704 libcli ldap: Check search request lengths.
2020-05-04 Gary LockyerCVE-2020-10704: libcli ldap_message: Add search size...
2020-05-04 Gary LockyerCVE-2020-10704: smb.conf: Add max ldap request sizes
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-23 Volker Lendeckelib: Fix a valgrind error
2020-04-22 Martin Schwenkeutil: Fix signed/unsigned integer comparison
2020-04-07 Gary Lockyerlib ldb: lmdb init var before calling mdb_reader_check
2020-03-31 Gary Lockyerlib ldb: lmdb clear stale readers on write txn start
2020-03-26 Volker Lendecketdbtorture: Use ARRAY_DEL_ELEMENT()
2020-03-26 Volker Lendeckeldb: Use ARRAY_DEL_ELEMENT() in ldb_dn_set_extended_com...
2020-03-26 Volker Lendeckeldb: Use ARRAY_DEL_ELEMENT() in ldb_dn_extended_filter()
2020-03-26 Volker Lendeckeldb: Use ARRAY_DEL_ELEMENT() in ldb_kv_index_del_value()
2020-03-26 Volker Lendeckeldb: Use ARRAY_DEL_ELEMENT() in ldb_kv_msg_delete_element()
2020-03-26 Volker Lendeckelib: Add macro ARRAY_DEL_ELEMENT()
next