docs: Improve wording, fix a typo
[samba.git] / lib /
2021-06-11 Joseph Suttonpyldb: Fix Message.items() for a message containing...
2021-06-11 Joseph Suttonpyldb: Add test for Message.items()
2021-06-09 Andreas Schneiderlib:mscat: Don't use deprecated types
2021-06-08 Stefan Metzmacherlib:cmdline: Use getprogname() to avoid possible issues...
2021-06-08 Stefan Metzmachers3:cmdline: Use D_ERR() instead of DBG_ERR() for talloc log
2021-06-08 Andreas Schneiderlib:cmdline: Also set logfile for the debug system
2021-06-04 Volker Lendeckelib: Slightly simplify server_id_set_disconnected()
2021-06-04 Volker Lendecketevent: Remove single-use ev_str_list_[length|add]
2021-06-04 Volker Lendeckelib: Open tdb files with O_CLOEXEC
2021-06-04 Volker Lendeckelib: Fix a typo
2021-06-04 Volker Lendeckedbwrap: Remove "db_context->try_fetch_locked()" fn...
2021-06-04 Volker Lendeckedbwrap: Remove unused dbwrap_try_fetch_locked()
2021-05-27 Ralph Boehmeloadparam: add option "acl flag inherited canonicalization"
2021-05-25 Andreas Schneiderlib:cmdline: Add a --configfile only parser for ntlm_auth
2021-05-25 Andreas Schneiderlib:cmdline: Add a --option only parser for testparm
2021-05-20 Dmytro Bagriilib:util: Fix log level for normal startup message
2021-05-20 Andreas Schneiderlib:cmdline: Add SAMBA_CMDLINE_CONFIG_NONE
2021-05-20 Andreas Schneiderlib:cmdline: Add a debug only option
2021-05-19 Joseph Suttonpython: Ensure reference counts are properly incremented
2021-05-18 Andreas Schneiderlib:cmdline: Fix setting 'log file' from smb.conf
2021-05-12 Andreas Schneiderlib:util: Fix return value of tdb_fetch_uint32_byblob()
2021-05-11 Volker Lendeckelib: Add str_list_add_printf()
2021-05-11 Volker Lendeckelib: Simplify str_list_make_empty()
2021-05-11 Joseph Suttonaudit logging tests: Fix flapping test
2021-05-10 Andrew Walkers3:smbd - support streams larger than 64 KiB
2021-05-07 Andreas Schneiderlib:replace: Do not build strndup test with gcc 11...
2021-05-06 Andreas Schneiderlib:cmdline: Align integer types
2021-05-06 Andreas Schneiderlib:cmdline: We need to always set a log file
2021-05-06 Andreas Schneiderlib:cmdline: Also set logfilebase for -l|--log-basename
2021-05-06 Andreas Schneiderlib:cmdline: Rename to cmdline_sanity_checker
2021-05-06 Andreas Schneiderlib:cmdline: Improve error message for duplicate options
2021-04-29 Andreas Schneiderlib:util: Add debug_get_log_type() function
2021-04-28 Andreas Schneiderlib:cmdline: Add sanity check for options
2021-04-28 Andreas Schneiderlib:cmdline: Add samba_cmdline_burn()
2021-04-28 Andreas Schneiderlib:cmdline: Set kerberos=required for --use-krb5-ccach...
2021-04-28 Andreas Schneiderlib:cmdline: Implement legacy kerberos options
2021-04-28 Andreas Schneiderlib:cmdline: Parse cmdline options with popt
2021-04-28 Andreas Schneiderlib:cmdline: Add callback for loading the config file
2021-04-28 Andreas Schneiderlib:cmdline: Add client credentials
2021-04-28 Andreas Schneiderlib:cmdline: Add initial code for new cmdline option...
2021-04-28 Andreas Schneiderlib:param: Add 'client protection' config option
2021-04-28 Andreas Schneiderlib:param: Add 'client use kerberos' config parameter
2021-04-28 Andreas Schneidertests: Use ldbsearch '--scope instead of '-s'
2021-04-28 Douglas Bagnallpython: remove all 'from __future__ import print_function'
2021-04-27 Andreas Schneiderlib:replace: Fix a posible double free
2021-04-27 Volker Lendeckelib: Remove close_low_fds()
2021-04-27 Volker Lendeckelib: Directly call close_low_fd() in become_daemon()
2021-04-26 Björn Baumbachpyldb: fix a typo
2021-04-25 Andreas Schneiderlib:replace: Fix possible resource leaks in test_closef...
2021-04-25 Andreas Schneiderlib:replace: Fix memory leak in test_asprintf()
2021-04-25 Andreas Schneiderlib:replace: Fix a memleak in test_strndup()
2021-04-25 Andreas Schneiderlib:replace: Fix a memleak in test_strdup()
2021-04-25 Andreas Schneiderlib:replace: Fix resource leak in os2_delete test
2021-04-23 Andreas Schneiderlib:ldb: Change page size of guidindexpackv1.ldb
2021-04-23 Gary Lockyerlib:ldb: Use a 1MiB lmdb so the test also passes on...
2021-04-22 Andreas Schneiderlib:replace: Remove NIS support
2021-04-22 Andreas Schneiderlib:util: Remove NIS support from string_match()
2021-04-22 Andreas Schneiderlib:texpect: Do not link against nsl
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-04-20 Stefan Metzmacherlib/replace: don't set -D_SAMBA_HOSTCC_ explicitly
2021-04-19 Volker Lendeckelib: Fix a typo
2021-04-19 Volker Lendeckelib: Simplify tdb_fetch_int32()
2021-04-19 Volker Lendeckelib: Simplify tdb_fetch_uint32_t()
2021-04-19 Volker Lendeckelib: Remove unused tdb_traverse_delete_fn()
2021-04-19 Volker Lendeckelib: Fix nonempty line endings
2021-04-19 Volker Lendeckelib: Fix includes in util_tdb.h
2021-04-19 Volker Lendeckelib: Fix includes in strv.h
2021-04-19 Samuel Cabrerogpfswrap: Remove wrapper for gpfs_set_times_path()
2021-04-19 Samuel Cabrerogpfswrap: Add wrapper for gpfs_set_times()
2021-04-16 Philipp Gesanglib/util: fix timespec normalization
2021-04-12 Philipp Gesanglib/audit_logging/test: fix typos
2021-04-07 Douglas Bagnallldb/attrib_handler casefold: simplify space dropping
2021-04-07 Douglas Bagnallldb: fix ldb_comparison_fold off-by-one overrun
2021-04-06 Samuel Cabrerooss-fuzz: Update build script to be compatible with...
2021-04-01 Volker Lendeckeprinting: Align integer types
2021-04-01 Joseph Suttonasn1: Remove unused function asn1_check_enumerated()
2021-03-30 Douglas Bagnallldb-samba: remove redundant negative check
2021-03-30 Douglas Bagnallldb-samba: avoid VLA in dsdb match dns tombstone
2021-03-30 Douglas Bagnallldb-samba: avoid leak in dsdb_match_for_dns_to_tombston...
2021-03-26 Andrew Bartlettbuild: Consolidate --with-dnsupdate with --with-ads...
2021-03-26 Andrew Bartlettsmb.conf: Remove "share backend" option
2021-03-24 Stefan Metzmacherldb: bump version to 2.4.0, in order to be used for...
2021-03-24 Douglas BagnallCVE-2020-27840: pytests: move Dn.validate test to ldb
2021-03-24 Douglas BagnallCVE-2020-27840 ldb_dn: avoid head corruption in ldb_dn_...
2021-03-24 Douglas BagnallCVE-2021-20277 ldb/attrib_handlers casefold: stay in...
2021-03-24 Douglas BagnallCVE-2021-20277 ldb tests: ldb_match tests with extra...
2021-03-19 Volker Lendeckemessaging: Fix receiving file descriptors
2021-03-17 Douglas Bagnallldb: improve comments for ldb_module_connect_backend()
2021-03-17 Douglas Bagnallldb/test/ldb_tdb: correct introductory comments
2021-03-17 Douglas Bagnallldb.h: remove undefined async_ctx function signatures
2021-03-16 David DisseldorpBug 9931: change pytalloc source to LGPL
2021-03-16 Douglas Bagnallfuzz:afl main: run the initialisation function
2021-03-16 Douglas Bagnallfuzz: add a LLVMFuzzerInitialize() to all fuzzers
2021-03-16 Douglas Bagnallfuzz:afl main: add a diagnostic message
2021-03-16 Douglas Bagnallfuzz/afl main: don't treat fuzzer as fuzzee
2021-03-16 Volker Lendeckelib: Remove init_names()
2021-03-16 Volker Lendeckelib: Make pidfile_path_create() return the existing...
2021-03-16 Volker Lendeckelib: Use FIONREAD in wait_for_read_send/recv
2021-03-11 Douglas Bagnallldb: correct comments in attrib_handers val_to_int64
next