Displaying 6 results from an estimated 6 matches for "xconn".
Did you mean:
xconc
2018 Jun 25
2
Samba 4.7.1 Generating Core Dumps
...ized out>
#18 0x00007fc2208967c7 in gensec_update (gensec_security=<optimized out>, out_mem_ctx=out_mem_ctx at entry=0x55b48e61d690, in=..., out=out at entry=0x7ffcba8c57d0) at ../auth/gensec/gensec.c:396
No locals.
#19 0x00007fc2282f2f09 in negprot_spnego (ctx=ctx at entry=0x55b48e61d690, xconn=xconn at entry=0x55b48e5fa480) at ../source3/smbd/negprot.c:187
blob = {data = 0x0, length = 0}
blob_out = <optimized out>
dos_name = "\270\233h&\004\000\000\000\037\373g&\302\177\000"
unix_name = "\000\000a\216\264U\000\000\000\000\000\0...
2018 Sep 21
0
AES-GCM with AES-NI
...and considered inferior to GCM
I apologize for formatting issues, I typically don’t use email lists.
In /source3/smbd/smb2_negprot.c lines 494 to 502
“
/*
* For now we preferr CCM because our implementation
* is faster than GCM, see bug #11451.
*/
if (aes_128_ccm_supported) {
xconn->smb2.server.cipher = SMB2_ENCRYPTION_AES128_CCM;
} else if (aes_128_gcm_supported) {
xconn->smb2.server.cipher = SMB2_ENCRYPTION_AES128_GCM;
}
“
This implies that GCM is not used unless as a fallback. The bug is titled
Poor SMB3 encryption performance with AES-GCM
This implies the b...
2015 Apr 21
0
samba-4.2.0 join samba3 PDC
...at ../source3/smbd/sesssetup.c:260
#29 0x00007f4802abec03 in reply_sesssetup_and_X (req=0x7f48048c1860) at
../source3/smbd/sesssetup.c:646
#30 0x00007f4802b16fd7 in switch_message (type=115 's',
req=0x7f48048c1860) at ../source3/smbd/process.c:1648
#31 0x00007f4802b17198 in construct_reply (xconn=0x7f48048b5db0,
inbuf=0x0, size=264, unread_bytes=0, seqnum=0, encrypted=false,
deferred_pcd=0x0) at ../source3/smbd/process.c:1684
#32 0x00007f4802b18294 in process_smb (xconn=0x7f48048b5db0,
inbuf=0x7f48048c16f0 "", nread=264, unread_bytes=0, seqnum=0,
encrypted=false, deferred_pcd=0x0)...
2017 Apr 18
0
Crash on samba-server(4.4) .. Some Queries
...ource3/smbd/server_exit.c:263
<============================
#7 0x00007f8e1f78bba2 in exit_server_cleanly
(reason=reason at entry=0x7f8e20d40a31 "NT_STATUS_CONNECTION_RESET") at
../source3/lib/smbd_shim.c:131
#8 0x00007f8e21e8ae06 in smbd_server_connection_terminate_ex
(xconn=0x7f8e246f5000, reason=0x7f8e20d40a31
"NT_STATUS_CONNECTION_RESET", location=<optimized out>)
at ../source3/smbd/smb2_server.c:1081
#9 0x00007f8e21e8f54e in smbd_smb2_connection_handler (ev=<optimized
out>, fde=<optimized out>, flags=<optimized out>,
private_d...
2020 Jan 23
0
[Announce] Samba 4.10.13 Available for Download
...cli_RNetShareEnum()
on an SMB1 connection.
* BUG 14176: s3: libsmb: Ensure return from net_share_enum_rpc() sets
cli->raw_status on error.
* BUG 14189: s3: smbd: SMB2 - Ensure we use the correct session_id if
encrypting an interim response.
* BUG 14205: s3: smbd: Only set xconn->smb1.negprot.done = true after
supported_protocols[protocol].proto_reply_fn() succeeds.
o Douglas Bagnall <douglas.bagnall at catalyst.net.nz>
* BUG 14209: pygpo: Use correct method flags.
o Ralph Boehme <slow at samba.org>
* BUG 13925: s3: Remove now unneeded call to...
2020 Mar 03
6
Upgrade 4.9 -> 4.11 oups
Hello !
I decided to upgrade my fileservers from stretch/samba 4.9 to buster/samba 4.11
I just realized that smbd is not working anymore :-/
If someone has an idea It would be amazing... as an idiot, I upgraded my 20 servers.... without snapshot....
Thank you so much
Here's some logs :
root at ef113:~# tail /var/log/samba/log.smbd
#1