summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-22s4/libcli/smb2: pass lp_ctx to smb2_session_init() and remember debug encrypt...Ralph Boehme7-1/+23
2025-07-22libcli/smb: also dump signing_algo in smbXcli_session_dump_keys()Ralph Boehme3-0/+4
2025-07-22libcli/smb: make smbXcli_session_dump_keys() usable for the server sideRalph Boehme3-45/+43
2025-07-22libcli/smb: move cli_session_dump_keys() to libsmbRalph Boehme3-53/+58
2025-07-22third_party/quic_ko_wrapper: Remove unused config checkAnoop C S1-3/+0
2025-07-21vfs_virsufilter: Fix the invocation of SMB_VFS_NEXT_CONNECTRabinarayan Panigrahi1-1/+6
2025-07-18smbd: fix mode being sent to possibly_set_archiveSrinivas Rao V1-1/+1
2025-07-17vfs_ceph_new: cleanup to async pathShweta Sodani1-53/+48
2025-07-17s3:selftest: run smb2.{bench,connect,credits,ioctl,rw} over quic-ngtcp2Stefan Metzmacher1-0/+15
2025-07-17s3:libsmb: add support for userspace quic support using ngtcp2Stefan Metzmacher3-2/+252
2025-07-17s4:lib/tls: add tstream_tls_ngtcp2_connect_send/recvStefan Metzmacher3-0/+2023
2025-07-17lib/tsocket: optimize tdgram_recvfrom_done() into tdgram_recvfrom_send()Stefan Metzmacher1-0/+16
2025-07-17s3:selftest: run smb2.{bench,connect,credits,ioctl,rw} over quic_ko_wrapperStefan Metzmacher2-0/+21
2025-07-17selftest: let 'fileserver' support quicStefan Metzmacher1-0/+5
2025-07-17selftest: use quic_ko_wrapper if availableStefan Metzmacher2-0/+20
2025-07-17third_party: add quic_ko_wrapper to simulate IPPROTO_QUIC socketsStefan Metzmacher6-2/+5771
2025-07-17third_party: import ngtcp2 v1.13.0 from https://github.com/ngtcp2/ngtcp2.gitStefan Metzmacher143-0/+54235
2025-07-17s3:libsmb: add support for SMB_TRANSPORT_TYPE_QUICStefan Metzmacher2-1/+219
2025-07-17s3:smbd: add support for SMB_TRANSPORT_TYPE_QUICStefan Metzmacher4-6/+222
2025-07-17s4:lib/tls: add tstream_tls_params_quic_{prepare,enabled() and tstream_tls_qu...Stefan Metzmacher3-3/+391
2025-07-17third_party: import quic from https://github.com/lxin/quic.gitStefan Metzmacher13-0/+3478
2025-07-17system_gnutls: print the found gnutls version and detected featuresStefan Metzmacher1-0/+3
2025-07-17lib/param: allow smb_transport[s]_parse() to handle 'quic'Stefan Metzmacher1-0/+3
2025-07-17libcli/smb: define SMB_TRANSPORT_TYPE_QUICStefan Metzmacher5-0/+33
2025-07-10Add check for the GPO link to have at least two attributes separated by semic...Aleksandr Sharov1-1/+3
2025-07-10tests: Rename local variable: prefix_abs -> prefixPavel Filipenský1-2/+2
2025-07-10selftest: Remove no longer used PREFIX_ABS from environmentPavel Filipenský1-1/+0
2025-07-10tests: Replace PREFIX_ABS with PREFIXPavel Filipenský32-371/+370
2025-07-10selftest:s4: Delete no longer used hash key 'prefix_abs' from ctxPavel Filipenský1-2/+0
2025-07-10selftest: Remove prefix_abs from ctx hash keyPavel Filipenský2-14/+14
2025-07-10selftest:s4: Fix prefix in setup functionsPavel Filipenský1-33/+29
2025-07-10selftest:s3: Fix prefix in setup functionsPavel Filipenský1-110/+99
2025-07-10selftest: Make '$prefix' absolute path and remove '$prefix_abs'Pavel Filipenský1-9/+9
2025-07-08s3:winbind: Initialize and setup idmap child in winbindd_getgrnam()Samuel Cabrero1-3/+26
2025-07-08s3:winbind: Initialize and setup idmap child in winbindd_getpwnam()Samuel Cabrero1-5/+28
2025-07-07smbd: avoid mangling names in smbd_dirptr_lanman2_match_fn() for POSIXRalph Boehme2-2/+7
2025-07-07smbd: pass dirfsp instead of conn and dptr to smbd_dirptr_lanman2_entry() and...Ralph Boehme4-13/+9
2025-07-07libsmb: use parse_finfo_posix_info in is_bad_finfo_name()Ralph Boehme1-1/+3
2025-07-07libsmb: set finfo->flags.posix in parse_finfo_posix_info()Ralph Boehme1-0/+1
2025-07-07libsmb: add flags to struct file_infoRalph Boehme1-0/+3
2025-07-07tests: expand SMB3 POSIX test for Windows illegal characters behaviourRalph Boehme2-2/+20
2025-07-07libads: fix get_kdc_ip_string() ...Ralph Boehme1-0/+1
2025-07-07s3-winbindd: Fix internal winbind dsgetdcname calls w.r.t. domain nameGünther Deschner6-12/+60
2025-07-07s3:winbindd: avoid using any netlogon call to get a dc nameStefan Metzmacher2-250/+5
2025-07-01rpc registry: add ProductType for AD DCMichael Saxl1-0/+1
2025-07-01s3:utils: Allocate memory on the frame in ntlm_auth main function.Andreas Schneider1-3/+6
2025-07-01s3:utils: Fix memory leaks in manage_ntlm_server_1_request()Andreas Schneider1-0/+3
2025-07-01s3:utils: Fix memory leaks in test_ntlm_in_lm()Andreas Schneider1-5/+7
2025-07-01s3:utils: Fix memory leaks in test_lmv2_ntlmv2_broken()Andreas Schneider1-8/+10
2025-07-01s3:utils: Fix memory leaks in test_lm_ntlm_broken()Andreas Schneider1-8/+8