index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-08
ldb: Don’t pass NULL pointer into strcasecmp()
Joseph Sutton
1
-0
/
+12
2023-08-08
python: Use correct function signatures
Joseph Sutton
2
-3
/
+4
2023-08-08
lib/ldb-samba: Add missing newline to logging message
Joseph Sutton
1
-1
/
+1
2023-08-08
lib/util: Add missing newlines to logging messages
Joseph Sutton
3
-4
/
+4
2023-08-08
lib/replace: Const-qualify sys_errlist
Joseph Sutton
1
-1
/
+1
2023-08-08
lib:dbwrap: Remove unneeded space in debug message
Joseph Sutton
1
-1
/
+1
2023-08-03
lib:tevent: Fix code spelling
Andreas Schneider
1
-1
/
+1
2023-08-03
lib:fuzzing: Fix code spelling
Andreas Schneider
1
-2
/
+2
2023-07-31
lib/util: Move DEBUG() calls in gendb_search_v to common levels and new DBG_*...
Andrew Bartlett
1
-4
/
+4
2023-07-31
lib:krb5_wrap: Fix resource leak in smb_krb5_kt_seek_and_delete_old_entries
Pavel Filipenský
1
-5
/
+10
2023-07-28
ldb: change the version to 2.9.0 for Samba 4.20
Jule Anger
3
-2
/
+310
2023-07-28
ldb: release 2.8.0 for use in Samba 4.19.x
ldb-2.8.0
Jule Anger
1
-1
/
+1
2023-07-28
librpc/idl: Remove DCOM and WMI IDL
Andrew Bartlett
1
-29
/
+0
2023-07-28
krb5_wrap: add krb5_free_string()
Pavel Filipenský
2
-0
/
+10
2023-07-28
krb5_wrap: add krb5_free_enctypes()
Pavel Filipenský
2
-1
/
+11
2023-07-21
lib/cmdline: Also redact --newpassword in samba_cmdline_burn()
Andrew Bartlett
1
-0
/
+3
2023-07-21
lib/cmdline: Also burn the --password2 parameter if given
Andrew Bartlett
1
-0
/
+7
2023-07-21
lib/cmdline: Return if the commandline was redacted in samba_cmdline_burn()
Andrew Bartlett
2
-3
/
+8
2023-07-21
lib/fault: During smb_panic() print process comment and setprocname() title
Andrew Bartlett
5
-4
/
+85
2023-07-19
ldb: call tevent_set_max_debug_level(TEVENT_DEBUG_TRACE) together with ldb_te...
Stefan Metzmacher
1
-0
/
+2
2023-07-19
lib/util: call tevent_set_max_debug_level() in samba_tevent_set_debug()
Stefan Metzmacher
1
-0
/
+11
2023-07-19
tevent: version 0.15.0
tevent-0.15.0
Stefan Metzmacher
3
-11
/
+168
2023-07-19
tevent: add tevent_common_fd_str() helper
Stefan Metzmacher
2
-0
/
+24
2023-07-19
tevent: avoid calling epoll_update_event() again if epoll_check_reopen() alre...
Stefan Metzmacher
1
-2
/
+9
2023-07-19
tevent: let epoll_check_reopen() clear all events before reopening them
Stefan Metzmacher
1
-0
/
+2
2023-07-19
tevent: avoid epoll_check_reopen() overhead unless required
Stefan Metzmacher
1
-21
/
+29
2023-07-19
tevent: make use of TEVENT_DEBUG() when using TEVENT_DEBUG_TRACE
Stefan Metzmacher
5
-10
/
+10
2023-07-19
tevent: add TEVENT_DEBUG() avoid argument overhead when log is not active...
Stefan Metzmacher
1
-0
/
+7
2023-07-19
tevent: introduce tevent_set_max_debug_level() (default TEVENT_DEBUG_WARNING)
Stefan Metzmacher
4
-1
/
+55
2023-07-19
tevent: add fd_speed test
Stefan Metzmacher
1
-0
/
+114
2023-07-19
tevent: Flow: add tevent_thread_call_depth_set_callback()
Pavel Filipenský
7
-19
/
+136
2023-07-19
tevent: Flow: store cleanup function name in tevent_req
Stefan Metzmacher
4
-0
/
+16
2023-07-19
tevent: Flow: store cancel function name in tevent_req
Stefan Metzmacher
4
-5
/
+24
2023-07-19
tevent: Flow: store trigger function name in tevent_queue_entry
Pavel Filipenský
3
-4
/
+86
2023-07-19
tevent: Flow: store callback function name in tevent_req
Pavel Filipenský
4
-0
/
+23
2023-07-19
tevent: Flow: pass function name to tevent_req_create()
Pavel Filipenský
4
-3
/
+30
2023-07-19
tevent: Deprecate some tevent_thread_call_depth_*() functions
Pavel Filipenský
2
-32
/
+6
2023-07-19
tevent: Move definition of _DEPRECATED_ to the top of tevent.h
Pavel Filipenský
1
-7
/
+9
2023-07-19
tevent: add tevent_dlinklist.h as copy from lib/util/dlinklist.h
Stefan Metzmacher
2
-170
/
+192
2023-07-19
lib/util: dlinklist.h sync with LGPL copy from lib/ldb/include/dlinklist.h
Stefan Metzmacher
1
-13
/
+16
2023-07-19
ldb: clarify LGPL scope of include/dlinklist.h
Stefan Metzmacher
1
-3
/
+2
2023-07-19
ldb: remove trailing whitespaces from include/dlinklist.h
Stefan Metzmacher
1
-2
/
+2
2023-07-19
tevent: rely on epoll_create1() for epoll interface
Dmitry Antipov
2
-21
/
+12
2023-07-19
lib:replace: rely on epoll_create1() for epoll interface
Dmitry Antipov
1
-2
/
+2
2023-07-19
tdb: release 1.4.9
tdb-1.4.9
Stefan Metzmacher
2
-1
/
+74
2023-07-19
talloc: release 2.4.1
talloc-2.4.1
Stefan Metzmacher
3
-1
/
+83
2023-07-19
lib/fuzzing: patch for collecting fuzz_security_token_vs_descriptor seeds
Douglas Bagnall
1
-0
/
+253
2023-07-19
lib/fuzzing: adapt fuzz_sddl_access_check for AD variant
Douglas Bagnall
2
-0
/
+25
2023-07-19
lib/fuzzing: adapt fuzz_security_token_vs_descriptor for AD variant
Douglas Bagnall
2
-0
/
+24
2023-07-19
lib/fuzzing: add fuzzer for arbitrary token/sd access checks
Douglas Bagnall
2
-0
/
+66
[prev]
[next]