summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2
AgeCommit message (Expand)AuthorFilesLines
2026-01-07lib: Don't call a function to initialize an empty DATA_BLOBVolker Lendecke2-2/+2
2023-08-08s4:smb_server: Add missing newlines to logging messagesJoseph Sutton2-6/+6
2023-01-10lib: Remove idtree from samba_util.hVolker Lendecke1-1/+1
2020-11-27s4: rename source4/smbd/ to source4/samba/Ralph Boehme4-4/+4
2020-09-07s4:smb_server: Use cli_credentials_init_server() for negprotAndreas Schneider1-12/+13
2020-06-22source4/smb_server: Use NT_STATUS_PENDING instead of STATUS_PENDINGChristof Schmitt1-1/+1
2019-04-01libsmb: Rename InfoType from [MS-SMB2] according to the specVolker Lendecke1-8/+8
2019-03-28s4:libcli/smb2: align struct smb_ioctl.smb2 to [MS-SMB2] namesStefan Metzmacher1-7/+8
2019-03-28s4:libcli/smb2: fix smb2_getinfo_send() marshallingStefan Metzmacher1-1/+1
2017-05-21s4:smb_server: avoid using gensec_update_ev() for the negotiate blobStefan Metzmacher1-1/+2
2017-03-29auth: Log the transport connection for the authorizationAndrew Bartlett1-0/+1
2017-03-29auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett1-0/+39
2016-08-19pvfs_open win10 fix, need return SMB2_CREATE_TAG_QFIDouyang.xu1-0/+5
2016-04-12CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme1-0/+1
2016-04-12CVE-2016-2114: s4:smb2_server: fix session setup with required signingStefan Metzmacher1-8/+0
2016-03-17s4-smb_server: check for return code of cli_credentials_set_machine_account().Günther Deschner1-2/+4
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2015-10-23build: Enable NTVFS file server to be omittedAndrew Bartlett1-1/+1
2015-07-07Introduce setting "desired" for 'smb encrypt' and 'client/server signing'Michael Adam1-0/+1
2015-03-27Rename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that it conforms with the M...Richard Sharpe1-1/+1
2014-11-25s4:smb_server/smb2: remove unused _pad variablesStefan Metzmacher3-12/+0
2014-11-25s4:smb_server/smb2: avoid unused warnings in smb2srv_setinfo_send()Stefan Metzmacher1-1/+1
2014-03-27s4:smb_server: make use of gensec_update_ev()Stefan Metzmacher1-1/+1
2014-02-20s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam1-2/+3
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+1
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-1/+2
2012-05-09s4:smb_server/smb: only create a new session with vuid == 0Stefan Metzmacher1-0/+5
2012-04-11s4-smb2: Fix a talloc crash bug.Andreas Schneider1-2/+2
2012-04-02s4:smb_server/smb2: add missing 'return;' statements in smb2srv_chain_reply()Stefan Metzmacher1-0/+3
2012-04-02s4:smb_server/smb2: after smbsrv_terminate_connection() we have to returnStefan Metzmacher1-1/+0
2012-04-02s4:smb_server/smb2: fix memory leak in smb2srv_chain_reply()Stefan Metzmacher1-0/+2
2012-04-02s4:smb_server/smb2: use helper variable smb2srv_chain_reply()Stefan Metzmacher1-6/+7
2011-11-08s4-smb_server No longer follow the security=share smb.conf directiveAndrew Bartlett1-1/+0
2011-11-03s4:smb_server: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/Stefan Metzmacher1-1/+1
2011-11-03s4:smb_server: change the default for "server signing" to "default"Stefan Metzmacher1-1/+4
2011-11-03s4:smb_server/smb2: add the same SMB_SIGNING_AUTO logic as for smb1Stefan Metzmacher1-2/+25
2011-10-31s4:smb_server/smb2: correctly implement related compound requestsStefan Metzmacher2-0/+15
2011-10-31s4:smb_server/smb2: always grant the requested creditsStefan Metzmacher3-20/+20
2011-10-31s4:smb_server/smb2: echo back more header fieldsStefan Metzmacher1-3/+7
2011-10-19s4:smb_server/smb2: make use of _smb_setlen_tcp()Stefan Metzmacher1-1/+1
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett1-1/+1
2011-09-29s4:smb_server/smb2: make sure we sign the final session setupStefan Metzmacher1-3/+10
2011-09-05s4:smb_server: make use of PROTOCOL_SMB2_02Stefan Metzmacher1-1/+1
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett1-1/+1
2011-03-04s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.cGünther Deschner1-2/+2
2010-12-01s4-smb_server Return why the ntvfs_connect() failed.Andrew Bartlett1-1/+1
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-19/+0
2010-10-11smb2: Add missing dependency on NDR_DFSBLOBS.Jelmer Vernooij1-1/+1
2010-09-15s4-smb: serialise session setup operationsAndrew Tridgell1-0/+9
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2-5/+5