summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-151-37/+0
* Second part of fix for 6875 - trans2 FIND_FIRST2 response --> FIND_FIRST2 Dat...Jeremy Allison2009-12-231-10/+5
* Fix bug 6867 - trans2findnext returns reply_nterror(req, ntstatus) In a direc...Jeremy Allison2009-12-231-12/+16
* s3:smbd: Add a "hidden" parameter "share:fake_fscaps"Volker Lendecke2009-10-201-0/+3
* Fix bug 6529 - Offline files conflict with Vista and Office 2003. Jeremy.Jeremy Allison2009-10-201-58/+68
* Correctly implement SMB_INFO_STANDARD setfileinfo.Jeremy Allison2009-08-131-3/+3
* Fix bug #6520 time stamps - e.g. last mod time is not preserved when "unix ex...Jeremy Allison2009-07-021-3/+31
* Fix bug #6487: Missing DFS call in trans2 mkdir call.Jeremy Allison2009-06-191-0/+15
* Fix bug #6421 - POSIX read-only open fails on read-only shares.Jeremy Allison2009-06-021-5/+9
* Ensure we return NT_STATUS_FILE_IS_A_DIRECTORY on a posix open on aJeremy Allison2009-05-261-1/+1
* s3: Always allocate memory in dptr_ReadDirNameAravind Srinivasan2009-05-261-4/+18
* Ensure we never enter VFS_CREATE without having initializedJeremy Allison2009-04-151-0/+2
* Make test for open modes more robust against other bits.Jeremy Allison2009-02-251-1/+1
* Fix bug in processing of open modes in POSIX open.Jeremy Allison2009-02-251-0/+2
* Allow set attributes on a stream fnum to be redirected to the base filename.Jeremy Allison2009-02-241-2/+10
* Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2009-02-131-1/+2
* s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...Steven Danneman2009-02-091-3/+9
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-1/+4
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-291-39/+13
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-40/+59
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-0/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-3/+1
* s3:smbd: make static const in mangle_hash2.c really static constStefan Metzmacher2009-01-081-1/+1
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-0/+2
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-2/+1
* Use parent_dirname_talloc instead of parent_dirname in smb_unix_mknodVolker Lendecke2008-12-311-3/+7
* s3: Fix stream marshalling to return the correct streaminfo statusTim Prouty2008-12-231-10/+1
* Fix bug #5986 - Editing a stream is broken (rename problems).Jeremy Allison2008-12-191-10/+11
* Fix bug #5937 - filenames with "*" char hide other filesJeremy Allison2008-12-041-6/+4
* s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty2008-12-031-6/+6
* s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...Tim Prouty2008-12-031-61/+98
* s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILETim Prouty2008-12-031-0/+1
* s3: Add SMB_VFS_CREATE_FILE to the vfs layerTim Prouty2008-12-031-16/+17
* s3:smbd: write times should be set on the base file instead of the stream nameStefan Metzmacher2008-12-011-1/+9
* s3:smbd: return DELETE_PENDING on path based operations on streams, when the ...Stefan Metzmacher2008-12-011-0/+40
* s3:smbd: construct the correct newname for stream renamesStefan Metzmacher2008-12-011-16/+32
* Fix a debug message, append the correct \nVolker Lendecke2008-12-011-1/+1
* Remove inbuf references from the trans2ioctl codeVolker Lendecke2008-11-281-4/+4
* Consolidate the buffer checks for the reply_trans style functionsVolker Lendecke2008-11-281-57/+18
* Remove an unused variableVolker Lendecke2008-11-281-2/+0
* Fix the offset checks in the trans routinesVolker Lendecke2008-11-271-3/+3
* Do not write into inbuf for the transs requestVolker Lendecke2008-11-081-6/+6
* Fix a const warningVolker Lendecke2008-11-041-1/+1
* Remove some inbuf references by adding "cmd" to smb_requestVolker Lendecke2008-11-021-3/+3
* Use "vwv" in trans parsingVolker Lendecke2008-11-021-21/+21
* Remove a bunch of direct inbuf references by adding "vwv" to smb_requestVolker Lendecke2008-11-021-5/+5
* Get closer to passing S4 RAW-ACLs.Jeremy Allison2008-10-311-3/+6
* Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.Jeremy Allison2008-10-161-3/+4
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-57/+57
* Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke2008-10-131-3/+3