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
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-17
s3:libsmb: add support for userspace quic support using ngtcp2
Stefan Metzmacher
3
-2
/
+252
2025-07-17
s3:selftest: run smb2.{bench,connect,credits,ioctl,rw} over quic_ko_wrapper
Stefan Metzmacher
1
-0
/
+16
2025-07-17
s3:libsmb: add support for SMB_TRANSPORT_TYPE_QUIC
Stefan Metzmacher
1
-1
/
+198
2025-07-17
s3:smbd: add support for SMB_TRANSPORT_TYPE_QUIC
Stefan Metzmacher
3
-6
/
+199
2025-07-17
libcli/smb: define SMB_TRANSPORT_TYPE_QUIC
Stefan Metzmacher
3
-0
/
+27
2025-07-10
tests: Replace PREFIX_ABS with PREFIX
Pavel Filipenský
10
-33
/
+30
2025-07-08
s3:winbind: Initialize and setup idmap child in winbindd_getgrnam()
Samuel Cabrero
1
-3
/
+26
2025-07-08
s3:winbind: Initialize and setup idmap child in winbindd_getpwnam()
Samuel Cabrero
1
-5
/
+28
2025-07-07
smbd: avoid mangling names in smbd_dirptr_lanman2_match_fn() for POSIX
Ralph Boehme
1
-1
/
+7
2025-07-07
smbd: pass dirfsp instead of conn and dptr to smbd_dirptr_lanman2_entry() and...
Ralph Boehme
4
-13
/
+9
2025-07-07
libsmb: use parse_finfo_posix_info in is_bad_finfo_name()
Ralph Boehme
1
-1
/
+3
2025-07-07
libsmb: set finfo->flags.posix in parse_finfo_posix_info()
Ralph Boehme
1
-0
/
+1
2025-07-07
libsmb: add flags to struct file_info
Ralph Boehme
1
-0
/
+3
2025-07-07
libads: fix get_kdc_ip_string() ...
Ralph Boehme
1
-0
/
+1
2025-07-07
s3-winbindd: Fix internal winbind dsgetdcname calls w.r.t. domain name
Günther Deschner
6
-12
/
+60
2025-07-07
s3:winbindd: avoid using any netlogon call to get a dc name
Stefan Metzmacher
2
-250
/
+5
2025-07-01
rpc registry: add ProductType for AD DC
Michael Saxl
1
-0
/
+1
2025-07-01
s3:utils: Allocate memory on the frame in ntlm_auth main function.
Andreas Schneider
1
-3
/
+6
2025-07-01
s3:utils: Fix memory leaks in manage_ntlm_server_1_request()
Andreas Schneider
1
-0
/
+3
2025-07-01
s3:utils: Fix memory leaks in test_ntlm_in_lm()
Andreas Schneider
1
-5
/
+7
2025-07-01
s3:utils: Fix memory leaks in test_lmv2_ntlmv2_broken()
Andreas Schneider
1
-8
/
+10
2025-07-01
s3:utils: Fix memory leaks in test_lm_ntlm_broken()
Andreas Schneider
1
-8
/
+8
2025-07-01
s3:utils: Fix memory leaks in test_ntlm_in_both()
Andreas Schneider
1
-5
/
+7
2025-06-30
vfs_ceph_new: Handle the special case of UTIME_NOW
Anoop C S
1
-3
/
+17
2025-06-30
vfs_ceph: Handle the special case of UTIME_NOW
Anoop C S
1
-0
/
+13
2025-06-30
vfs_ceph: Add ctime processing to SMB_VFS_FNTIMES
Anoop C S
1
-0
/
+4
2025-06-28
s3:winbind: Correct spelling in debug messages related to ADS
Daniel Widrick
1
-2
/
+2
2025-06-24
s3/smbd: Conditionally define smb2_request_to_snum()
Anoop C S
1
-0
/
+2
2025-06-24
s3:winbind: Delegate normalize_name_unmap to the idmap child in winbindd_getg...
Samuel Cabrero
1
-15
/
+47
2025-06-24
s3:winbind: Delegate normalize_name_unmap to the idmap child in winbindd_getp...
Samuel Cabrero
1
-17
/
+48
2025-06-24
s3:winbind: Delegate normalize_name_unmap to the idmap child in winbindd_getg...
Samuel Cabrero
1
-20
/
+51
2025-06-24
s3:winbind: Remove unused fill_grent()
Samuel Cabrero
2
-47
/
+0
2025-06-24
s3:winbind: Delegate normalize_name_map to the idmap child in winbindd_getgrgid
Samuel Cabrero
1
-5
/
+55
2025-06-24
s3:winbind: Delegate normalize_name_map to the idmap child in winbindd_getgrnam
Samuel Cabrero
1
-10
/
+65
2025-06-24
s3:winbind: Delegate normalize_name_map to the idmap child in wb_next_grent
Samuel Cabrero
1
-7
/
+65
2025-06-24
s3:winbind: Fix debug message
Samuel Cabrero
1
-1
/
+1
2025-06-23
vfs_ceph_new: use per-share profile macros
Shachar Sharon
1
-77
/
+89
2025-06-23
vfs_default: use per-share profile macros
Shachar Sharon
1
-108
/
+140
2025-06-23
s3/smb_prometheus_endpoint: export per-share profile stats
Shachar Sharon
1
-145
/
+333
2025-06-23
status: dump only relevant sections of per-share
Shachar Sharon
2
-1
/
+89
2025-06-23
status: dump per-share profile counters
Shachar Sharon
4
-27
/
+167
2025-06-23
smbd: smb2-operations per-share profile counters
Shachar Sharon
4
-47
/
+119
2025-06-23
smbd: init per-share profile counters
Shachar Sharon
1
-0
/
+17
2025-06-23
profile: reset per-share counters
Shachar Sharon
2
-0
/
+29
2025-06-23
profile: collect per-share counters from TDB
Shachar Sharon
3
-0
/
+69
2025-06-23
profile: defined helper macros for per-share counters
Shachar Sharon
1
-14
/
+143
2025-06-23
profile: dynamic per-share in-memory counters
Shachar Sharon
2
-0
/
+227
2025-06-20
auth: Direct variable initialization
Volker Lendecke
1
-9
/
+2
2025-06-20
auth: Remove unused session_info_set_session_key()
Volker Lendecke
2
-18
/
+0
2025-06-20
libsmb: Slightly simplify cli_tcon_andx_done()
Volker Lendecke
1
-1
/
+1
[prev]
[next]