summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_tcon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...Jeremy Allison2010-10-191-0/+3
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3: Fix some uninitialized variable warningsVolker Lendecke2010-08-301-5/+5
* Make DFS work over SMB2.Jeremy Allison2010-05-211-5/+29
* Fix connecting to [homes] share over SMB2.Jeremy Allison2010-05-191-3/+20
* When tearing down the connection make sure we close all files beforeJeremy Allison2010-05-071-0/+1
* Fix crash in cancel-tdis lock test. Correctly shut down connection.Jeremy Allison2010-05-071-1/+1
* Correctly report share types (now Win7 makes RPC calls against us).Jeremy Allison2010-04-261-1/+7
* First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri...Jeremy Allison2010-04-171-9/+18
* On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound ti...Jeremy Allison2010-04-071-0/+19
* Make conn_close_all() safe to call from SMB2 sessions (fix crash bug).Jeremy Allison2010-02-241-2/+4
* streamline some log levels for invalid servicenamesChristian Ambach2009-12-061-1/+1
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-121-1/+1
* s3:smbd: make sure we don't call conn_free() with a NULL pointer for SMB2Stefan Metzmacher2009-08-121-1/+3
* s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher2009-08-081-1/+1
* s3:smbd: add a smbd_server_connection pointer to connection_structStefan Metzmacher2009-08-071-1/+1
* s3:smbd: call set_current_service() when a SMB2 tcon will be usedStefan Metzmacher2009-06-041-0/+5
* s3:smbd: return more details in the SMB2 Tree Connect responseStefan Metzmacher2009-06-031-6/+32
* s3:smbd: create a connection_struct in SMB2 Tree ConnectStefan Metzmacher2009-06-031-0/+19
* s3:smbd: implement SMB2 Tree DisconnectStefan Metzmacher2009-05-221-0/+36
* s3:smbd: implement SMB2 Tree ConnectStefan Metzmacher2009-05-221-0/+196