s4:lib: Fix code spelling
[gd/samba-autobuild/.git] / lib /
2023-08-14 Volker Lendeckeaudit_logging: Simplify json_add_stringn() with json_st...
2023-08-14 Volker Lendecketevent: Fix a typo
2023-08-14 Volker Lendeckedbwrap: Simplify dbwrap_change_int32_atomic_action()
2023-08-14 Volker Lendeckedbwrap: Simplify dbwrap_change_uint32_atomic_action()
2023-08-14 Joseph Suttontsocket: Fix code spelling
2023-08-14 Joseph Suttonlib/replace: Ensure that __STDC_WANT_LIB_EXT1__ is...
2023-08-14 Joseph Suttonlib:krb5_wrap: Remove unnecessary cast
2023-08-14 Joseph Suttonldb:ldb_sqlite3: Access correct member of union
2023-08-14 Joseph Suttonldb: Fix code spelling
2023-08-08 Douglas Bagnalllib/replace: fix strlcat/strlcpy compile for Honggfuzz
2023-08-08 Douglas Bagnallfuzz: add fuzzer for ldb_comparison_fold
2023-08-08 Douglas Bagnallfuzz: add fuzzer for sess_crypt_blob
2023-08-08 Douglas Bagnallutil/base64: add a note about zero length strings
2023-08-08 Douglas Bagnalllib/fuzzing:fuzz_sddl_access_check fix nul-term check
2023-08-08 Douglas Bagnalllib/fuzzing: LLVMFuzzerTestOneInput() takes const uint8_t*
2023-08-08 Joseph Suttonlib/util: Fix code spelling
2023-08-08 Joseph Suttonlib:socket: Add missing newlines to logging messages
2023-08-08 Joseph Suttonlib:mscat: Add missing newlines to logging messages
2023-08-08 Joseph Suttontalloc: Fix typo
2023-08-08 Joseph Suttonlib:charset: Update NUM_CHARSETS to reflect true value
2023-08-08 Joseph Suttonldb: Work around inconsistent behaviour in PyObject_AsM...
2023-08-08 Joseph Suttonldb: Clarify documentation for PyObject_AsMessageElement()
2023-08-08 Joseph Suttonldb: Don’t leak ‘el’
2023-08-08 Joseph Suttonldb: Check talloc_zero_array() return value
2023-08-08 Joseph Suttonldb: Don’t leak ‘msg’
2023-08-08 Joseph Suttonldb: Check talloc_strdup() return value
2023-08-08 Joseph Suttonldb: Don’t decrement reference count until object is...
2023-08-08 Joseph Suttonldb: Fix leaks
2023-08-08 Joseph Suttonldb: Account for ‘name’ possibly being NULL
2023-08-08 Joseph Suttonldb: Don’t pass NULL pointer into strcasecmp()
2023-08-08 Joseph Suttonpython: Use correct function signatures
2023-08-08 Joseph Suttonlib/ldb-samba: Add missing newline to logging message
2023-08-08 Joseph Suttonlib/util: Add missing newlines to logging messages
2023-08-08 Joseph Suttonlib/replace: Const-qualify sys_errlist
2023-08-08 Joseph Suttonlib:dbwrap: Remove unneeded space in debug message
2023-08-03 Andreas Schneiderlib:tevent: Fix code spelling
2023-08-03 Andreas Schneiderlib:fuzzing: Fix code spelling
2023-07-31 Andrew Bartlettlib/util: Move DEBUG() calls in gendb_search_v to commo...
2023-07-31 Pavel Filipenskýlib:krb5_wrap: Fix resource leak in smb_krb5_kt_seek_an...
2023-07-28 Jule Angerldb: change the version to 2.9.0 for Samba 4.20
2023-07-28 Jule Angerldb: release 2.8.0 for use in Samba 4.19.x
2023-07-28 Andrew Bartlettlibrpc/idl: Remove DCOM and WMI IDL
2023-07-28 Pavel Filipenskýkrb5_wrap: add krb5_free_string()
2023-07-28 Pavel Filipenskýkrb5_wrap: add krb5_free_enctypes()
2023-07-21 Andrew Bartlettlib/cmdline: Also redact --newpassword in samba_cmdline...
2023-07-21 Andrew Bartlettlib/cmdline: Also burn the --password2 parameter if...
2023-07-21 Andrew Bartlettlib/cmdline: Return if the commandline was redacted...
2023-07-21 Andrew Bartlettlib/fault: During smb_panic() print process comment...
2023-07-19 Stefan Metzmacherldb: call tevent_set_max_debug_level(TEVENT_DEBUG_TRACE...
2023-07-19 Stefan Metzmacherlib/util: call tevent_set_max_debug_level() in samba_te...
2023-07-19 Stefan Metzmachertevent: version 0.15.0
2023-07-19 Stefan Metzmachertevent: add tevent_common_fd_str() helper
2023-07-19 Stefan Metzmachertevent: avoid calling epoll_update_event() again if...
2023-07-19 Stefan Metzmachertevent: let epoll_check_reopen() clear all events befor...
2023-07-19 Stefan Metzmachertevent: avoid epoll_check_reopen() overhead unless...
2023-07-19 Stefan Metzmachertevent: make use of TEVENT_DEBUG() when using TEVENT_DE...
2023-07-19 Stefan Metzmachertevent: add TEVENT_DEBUG() avoid argument overhead...
2023-07-19 Stefan Metzmachertevent: introduce tevent_set_max_debug_level() (default...
2023-07-19 Stefan Metzmachertevent: add fd_speed test
2023-07-19 Pavel Filipenskýtevent: Flow: add tevent_thread_call_depth_set_callback()
2023-07-19 Stefan Metzmachertevent: Flow: store cleanup function name in tevent_req
2023-07-19 Stefan Metzmachertevent: Flow: store cancel function name in tevent_req
2023-07-19 Pavel Filipenskýtevent: Flow: store trigger function name in tevent_que...
2023-07-19 Pavel Filipenskýtevent: Flow: store callback function name in tevent_req
2023-07-19 Pavel Filipenskýtevent: Flow: pass function name to tevent_req_create()
2023-07-19 Pavel Filipenskýtevent: Deprecate some tevent_thread_call_depth_*(...
2023-07-19 Pavel Filipenskýtevent: Move definition of _DEPRECATED_ to the top...
2023-07-19 Stefan Metzmachertevent: add tevent_dlinklist.h as copy from lib/util...
2023-07-19 Stefan Metzmacherlib/util: dlinklist.h sync with LGPL copy from lib...
2023-07-19 Stefan Metzmacherldb: clarify LGPL scope of include/dlinklist.h
2023-07-19 Stefan Metzmacherldb: remove trailing whitespaces from include/dlinklist.h
2023-07-19 Dmitry Antipovtevent: rely on epoll_create1() for epoll interface
2023-07-19 Dmitry Antipovlib:replace: rely on epoll_create1() for epoll interface
2023-07-19 Stefan Metzmachertdb: release 1.4.9
2023-07-19 Stefan Metzmachertalloc: release 2.4.1
2023-07-19 Douglas Bagnalllib/fuzzing: patch for collecting fuzz_security_token_v...
2023-07-19 Douglas Bagnalllib/fuzzing: adapt fuzz_sddl_access_check for AD variant
2023-07-19 Douglas Bagnalllib/fuzzing: adapt fuzz_security_token_vs_descriptor...
2023-07-19 Douglas Bagnalllib/fuzzing: add fuzzer for arbitrary token/sd access...
2023-07-19 Douglas Bagnalllib/fuzzing: add fuzz_sddl_access_check
2023-07-11 Douglas Bagnallconfigure: ensure sizeof(int) >= 4
2023-06-30 Andrew Bartlettbuild: Remove unused check for SHA1_Update and SHA1_REN...
2023-06-30 Andrew BartlettRemove redundant check and fallback for AES CMAC 128...
2023-06-30 Andrew Bartlettcrypto: Remove aesni-intel accelerated AES crypto functions
2023-06-30 Andrew BartlettRemove rudundent check for gnutls_pkcs7_get_embedded_da...
2023-06-30 Andrew Bartlettcrypto: Rely on GnuTLS 3.6.13 and gnutls_pbkdf2()
2023-06-25 Joseph Suttonlib:audit_logging: Add function to return the JSON...
2023-06-25 Christof Schmittgpfswrap: Add wrapper for gpfs_register_cifs_export
2023-06-21 Stefan Metzmacherdocs-xml/smbdotconf: also allow 2012[_R2] for 'ad dc...
2023-06-16 Volker Lendeckelib: Add a few required #includes
2023-06-15 Joseph Suttonlib:audit_logging: Add function to create JSON object...
2023-06-14 Joseph Suttonparam: Remove reference to unrecognized parameter ...
2023-06-14 Joseph Suttonpyldb: Check for allocation failure in py_ldb_dn_get_pa...
2023-06-14 Joseph Suttonpyldb: Raise an exception if ldb_dn_get_parent() fails
2023-06-13 Pavel Filipenskýlib:dbwrap: Add dbwrap_merge_dbs()
2023-06-13 Pavel Filipenskýlib:dbwrap: Fix trailing whitespace in lib/dbwrap/dbwrap.h
2023-06-01 Stefan Metzmacherlib/replace: check for valgrind/callgrind.h
2023-06-01 Stefan Metzmacherlib/util: use RUNNING_ON_VALGRIND to check if valgrind...
2023-05-24 Joseph Suttonpyldb: Fix leak
2023-05-24 Joseph Suttonlib:audit_logging:tests: Check return value of json_new...
next