summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Hopefully last part of the fix for bug 6651 - smbd SIGSEGV when breaking oplo...Jeremy Allison2009-09-031-2/+2
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-285-24/+92
* s3:smbd: teach filename_convert() about fake files (2nd fix for bug #6642)Stefan Metzmacher2009-08-271-0/+11
* s3:smbd: add is_fake_file_path() that takes only the raw path as stringStefan Metzmacher2009-08-271-14/+22
* s3:streams: check for :$DATA only in the backend (fix bug #6642)Stefan Metzmacher2009-08-271-3/+0
* s3/smbd: open the share_info.tdb on startup instead of tconxSteven Danneman2009-08-261-0/+9
* Help debug for bug 6651 - smbd SIGSEGV when breaking oplocks.Jeremy Allison2009-08-241-0/+4
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-247-94/+62
* Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison2009-08-241-0/+11
* Log debug message when hires timestamps are available on theJeremy Allison2009-08-211-0/+4
* Fix bug 6529 - Offline files conflict with Vista and Office 2003Jeremy Allison2009-08-213-1/+27
* Fix coverity CID: 932 - forward null.Jeremy Allison2009-08-211-2/+4
* s3:smbd: implement SMB2 Find (Query Directory)Stefan Metzmacher2009-08-191-1/+197
* s3:smbd: store a dirptr on the files_struct for SMB2 Query DirectoryStefan Metzmacher2009-08-191-0/+4
* s3:smbd: add a generic smbd_dirptr_lanman2_entry() functionStefan Metzmacher2009-08-192-46/+214
* s3:smbd: implement all SMB2 Create contexts except "ExtA"Stefan Metzmacher2009-08-191-8/+217
* s3:smbd: make smbd_check_open_rights() function non-static for use in SMB2Stefan Metzmacher2009-08-192-8/+13
* s3:smbd: parse context blobs in SMB2 CreateStefan Metzmacher2009-08-191-48/+150
* s3:smbd: add support for canceling SMB2 Notify calls.Stefan Metzmacher2009-08-171-0/+17
* s3:smbd: add smbd_notify_cancel_by_smbreq()Stefan Metzmacher2009-08-172-0/+23
* s3:smbd: implement SMB2 Cancel correctly.Stefan Metzmacher2009-08-1713-60/+32
* s3:smbd: allow SMB2 Cancel to have the async flag setStefan Metzmacher2009-08-141-6/+8
* s3:smbd: fix parsing of the SMB2 bodyStefan Metzmacher2009-08-141-5/+7
* Fix BASE-DELAYWRITE test by removing const from struct smb_filenameJeremy Allison2009-08-123-21/+21
* Add "store create time" parameter (docs to follow)Jeremy Allison2009-08-125-13/+106
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-1219-19/+19
* s3:smbd: as check_path_syntax() changes the string, we need to copy the strin...Stefan Metzmacher2009-08-121-2/+8
* s3:smbd: avoid 'goto out' in smbd_smb2_create_send()Stefan Metzmacher2009-08-121-20/+15
* s3:smbd: make sure we don't call conn_free() with a NULL pointer for SMB2Stefan Metzmacher2009-08-121-1/+3
* s3:smbd: correctly invalidate vuids when SMB2 is usedStefan Metzmacher2009-08-122-0/+5
* Ensure the fsp->fsp_name stat_ex struct is alwaysJeremy Allison2009-08-101-0/+1
* Refactor the use of create_time and change time to goJeremy Allison2009-08-104-26/+66
* s3:smbd: convert '\\' into '/' in SMB2 CreateStefan Metzmacher2009-08-081-0/+8
* s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher2009-08-0815-118/+118
* Move the checks for null timestamps down below the VFS_NTIMESJeremy Allison2009-08-071-30/+3
* Correctly send out notify messages for timestamp changes.Jeremy Allison2009-08-071-5/+3
* s3:smbd: split the dir entry marshalling into smbd_marshall_dir_entry()Stefan Metzmacher2009-08-071-443/+482
* s3:smbd: move dptr globals into struct smbd_server_connectionStefan Metzmacher2009-08-077-88/+135
* s3:smbd: remove dirptr and dirpath from connection_structStefan Metzmacher2009-08-075-48/+46
* s3:smbd: implement get_lanman2_dir_entry() on top of smbd_dirptr_get_entry()Stefan Metzmacher2009-08-071-229/+215
* s3:smbd: let get_dir_entry() use smbd_dirptr_get_entry()Stefan Metzmacher2009-08-071-139/+89
* s3:smbd: add generic smbd_dirptr_get_entry()Stefan Metzmacher2009-08-072-0/+163
* s3:smbd: conn_free_internal() can be static nowStefan Metzmacher2009-08-073-17/+17
* s3:smbd: add a smbd_server_connection pointer to connection_structStefan Metzmacher2009-08-075-31/+35
* s3:smbd: don't ignore check_descend in get_dir_entry()Stefan Metzmacher2009-08-071-0/+6
* s3: Fix a bug in renames of directoriesTim Prouty2009-08-061-6/+19
* Remove a const warning.Jeremy Allison2009-08-061-1/+1
* Put SMB_INFO_STANDARD back into setfileinfo, but do it rightJeremy Allison2009-08-061-0/+45
* We're not changing last write, but setting this to be FILE_NOTIFY_CHANGE_CREA...Jeremy Allison2009-07-311-1/+1
* Tidy up treatment of ctime.Jeremy Allison2009-07-302-5/+9