summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-08-08ldb: Don’t pass NULL pointer into strcasecmp()Joseph Sutton1-0/+12
2023-08-08python: Use correct function signaturesJoseph Sutton2-3/+4
2023-08-08lib/ldb-samba: Add missing newline to logging messageJoseph Sutton1-1/+1
2023-08-08lib/util: Add missing newlines to logging messagesJoseph Sutton3-4/+4
2023-08-08lib/replace: Const-qualify sys_errlistJoseph Sutton1-1/+1
2023-08-08lib:dbwrap: Remove unneeded space in debug messageJoseph Sutton1-1/+1
2023-08-03lib:tevent: Fix code spellingAndreas Schneider1-1/+1
2023-08-03lib:fuzzing: Fix code spellingAndreas Schneider1-2/+2
2023-07-31lib/util: Move DEBUG() calls in gendb_search_v to common levels and new DBG_*...Andrew Bartlett1-4/+4
2023-07-31lib:krb5_wrap: Fix resource leak in smb_krb5_kt_seek_and_delete_old_entriesPavel Filipenský1-5/+10
2023-07-28ldb: change the version to 2.9.0 for Samba 4.20Jule Anger3-2/+310
2023-07-28ldb: release 2.8.0 for use in Samba 4.19.xldb-2.8.0Jule Anger1-1/+1
2023-07-28librpc/idl: Remove DCOM and WMI IDLAndrew Bartlett1-29/+0
2023-07-28krb5_wrap: add krb5_free_string()Pavel Filipenský2-0/+10
2023-07-28krb5_wrap: add krb5_free_enctypes()Pavel Filipenský2-1/+11
2023-07-21lib/cmdline: Also redact --newpassword in samba_cmdline_burn()Andrew Bartlett1-0/+3
2023-07-21lib/cmdline: Also burn the --password2 parameter if givenAndrew Bartlett1-0/+7
2023-07-21lib/cmdline: Return if the commandline was redacted in samba_cmdline_burn()Andrew Bartlett2-3/+8
2023-07-21lib/fault: During smb_panic() print process comment and setprocname() titleAndrew Bartlett5-4/+85
2023-07-19ldb: call tevent_set_max_debug_level(TEVENT_DEBUG_TRACE) together with ldb_te...Stefan Metzmacher1-0/+2
2023-07-19lib/util: call tevent_set_max_debug_level() in samba_tevent_set_debug()Stefan Metzmacher1-0/+11
2023-07-19tevent: version 0.15.0tevent-0.15.0Stefan Metzmacher3-11/+168
2023-07-19tevent: add tevent_common_fd_str() helperStefan Metzmacher2-0/+24
2023-07-19tevent: avoid calling epoll_update_event() again if epoll_check_reopen() alre...Stefan Metzmacher1-2/+9
2023-07-19tevent: let epoll_check_reopen() clear all events before reopening themStefan Metzmacher1-0/+2
2023-07-19tevent: avoid epoll_check_reopen() overhead unless requiredStefan Metzmacher1-21/+29
2023-07-19tevent: make use of TEVENT_DEBUG() when using TEVENT_DEBUG_TRACEStefan Metzmacher5-10/+10
2023-07-19tevent: add TEVENT_DEBUG() avoid argument overhead when log is not active...Stefan Metzmacher1-0/+7
2023-07-19tevent: introduce tevent_set_max_debug_level() (default TEVENT_DEBUG_WARNING)Stefan Metzmacher4-1/+55
2023-07-19tevent: add fd_speed testStefan Metzmacher1-0/+114
2023-07-19tevent: Flow: add tevent_thread_call_depth_set_callback()Pavel Filipenský7-19/+136
2023-07-19tevent: Flow: store cleanup function name in tevent_reqStefan Metzmacher4-0/+16
2023-07-19tevent: Flow: store cancel function name in tevent_reqStefan Metzmacher4-5/+24
2023-07-19tevent: Flow: store trigger function name in tevent_queue_entryPavel Filipenský3-4/+86
2023-07-19tevent: Flow: store callback function name in tevent_reqPavel Filipenský4-0/+23
2023-07-19tevent: Flow: pass function name to tevent_req_create()Pavel Filipenský4-3/+30
2023-07-19tevent: Deprecate some tevent_thread_call_depth_*() functionsPavel Filipenský2-32/+6
2023-07-19tevent: Move definition of _DEPRECATED_ to the top of tevent.hPavel Filipenský1-7/+9
2023-07-19tevent: add tevent_dlinklist.h as copy from lib/util/dlinklist.hStefan Metzmacher2-170/+192
2023-07-19lib/util: dlinklist.h sync with LGPL copy from lib/ldb/include/dlinklist.hStefan Metzmacher1-13/+16
2023-07-19ldb: clarify LGPL scope of include/dlinklist.hStefan Metzmacher1-3/+2
2023-07-19ldb: remove trailing whitespaces from include/dlinklist.hStefan Metzmacher1-2/+2
2023-07-19tevent: rely on epoll_create1() for epoll interfaceDmitry Antipov2-21/+12
2023-07-19lib:replace: rely on epoll_create1() for epoll interfaceDmitry Antipov1-2/+2
2023-07-19tdb: release 1.4.9tdb-1.4.9Stefan Metzmacher2-1/+74
2023-07-19talloc: release 2.4.1talloc-2.4.1Stefan Metzmacher3-1/+83
2023-07-19lib/fuzzing: patch for collecting fuzz_security_token_vs_descriptor seedsDouglas Bagnall1-0/+253
2023-07-19lib/fuzzing: adapt fuzz_sddl_access_check for AD variantDouglas Bagnall2-0/+25
2023-07-19lib/fuzzing: adapt fuzz_security_token_vs_descriptor for AD variantDouglas Bagnall2-0/+24
2023-07-19lib/fuzzing: add fuzzer for arbitrary token/sd access checksDouglas Bagnall2-0/+66