summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_tcon.c
Commit message (Expand)AuthorAgeFilesLines
* smb2_tcon: avoid STATUS_PENDING completely on tdisStefan Metzmacher2019-03-281-3/+3
* smb2_tcon: avoid STATUS_PENDING responses for tree connectStefan Metzmacher2019-03-281-1/+5
* Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...Ralph Boehme2019-01-111-2/+2
* smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...Stefan Metzmacher2018-06-181-2/+2
* s3:smb2_tcon: Add check to prevent non-DFS clients from connecting to an msdf...Ralph Wuerthner2018-04-071-0/+15
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-221-0/+3
* s3:smb2_tcon: allow a compound request after a TreeConnectStefan Metzmacher2017-06-171-0/+2
* s3/smbd: ensure global "smb encrypt = off" is effective for share with "smb e...Ralph Boehme2017-01-271-1/+2
* s3:smb2_server: convert encryption desired and required bools to flagsRalph Boehme2016-01-221-4/+8
* smbd:smb2: only enable encryption in tcon if desiredMichael Adam2015-07-071-3/+6
* s3:smb2_tcon: require a signed request when authentication is used for SMB >=...Stefan Metzmacher2015-06-061-9/+40
* s3:smb2_tcon: cancel pending requests on all connections on tdisStefan Metzmacher2015-05-061-31/+35
* smbd: Make SMB3 clients use encryption with "smb encrypt = auto"Volker Lendecke2015-03-031-0/+5
* s3:smb2_server: check xconn->smb2.server.cipher instead of xconn->smb2.server...Stefan Metzmacher2014-10-161-1/+1
* s3:smbd: pass smbd_smb2_request to make_connection_smb2()Stefan Metzmacher2014-09-191-1/+1
* s3:smb2_server: pass smbXsrv_connection to smbd_server_connection_terminate*()Stefan Metzmacher2014-08-061-6/+6
* s3:smb2_*: make use of smb2req->xconn where possibleStefan Metzmacher2014-08-061-2/+2
* s3:smb2_server: move sconn->smb2.requests to xconn->smb2.requestsStefan Metzmacher2014-08-061-1/+2
* s3:smb2_tcon: cancel and wait for pending requests on tdisStefan Metzmacher2014-03-121-4/+78
* s3:smb2_tcon: split smbd_smb2_tdis into an async *_send/recv pair.Jeremy Allison2014-03-121-16/+89
* s3:smb2_tcon: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-2/+2
* param: rename lp function and variable from "hideunwriteable_files" to "hide_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "hideunreadable" to "hide_unreada...Garming Sam2014-02-071-1/+1
* s3:smbd: fill tcon->global->session_global_idStefan Metzmacher2012-10-191-0/+2
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+4
* s3:smb2_tcon: set global->encryption_required and enforce itStefan Metzmacher2012-08-091-5/+29
* s3:smb2_tcon: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-7/+5
* s3:smb2_tcon: reject access to shares mark as "smb encrypt = required"Stefan Metzmacher2012-07-231-0/+8
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-4/+3
* s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher2012-06-251-53/+47
* s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher2012-06-061-1/+1
* s3:smb2_tcon: make the top level code async usingStefan Metzmacher2012-05-141-24/+58
* s3:smb2_tcon: add smbd_smb2_tree_connect_send/recv as wrapperStefan Metzmacher2012-05-141-0/+79
* s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_...Stefan Metzmacher2012-03-061-3/+0
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-1/+1
* Fix bug 8710 - connections.tdb - major leak with SMB2.Jeremy Allison2012-01-181-3/+3
* s3:smb2 report access_based_dir_enum in tcon replyChristian Ambach2011-11-241-0/+5
* s3:smb2 do not set allow_namespace_caching flag for a shareChristian Ambach2011-11-241-1/+1
* s3:smb2_server: return BAD_NETWORK_NAME if the path is terminated in SMB2_TCONStefan Metzmacher2011-09-071-0/+8
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_tcon.cStefan Metzmacher2011-09-071-24/+8
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-1/+1
* s3:smb2_tcon: return the correct maximal_access on the shareStefan Metzmacher2011-07-111-1/+1
* Move smbd_smb2_request_check_tcon() smbd_smb2_request_check_session() next to...Jeremy Allison2011-07-081-60/+0
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-291-0/+1
* More simple const fixes.Jeremy Allison2011-05-051-1/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-1/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-1/+1
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2010-11-101-3/+9