summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-0/+1
2009-03-25Ensure we never enter VFS_CREATE without having initializedJeremy Allison1-0/+2
2009-03-23s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher1-2/+3
2009-02-25Make test for open modes more robust against other bits.Jeremy Allison1-1/+1
2009-02-25Fix bug in processing of open modes in POSIX open.Jeremy Allison1-0/+2
2009-02-24Allow set attributes on a stream fnum to be redirected to the base filename.Jeremy Allison1-2/+10
2009-02-13Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch1-1/+2
2009-02-09s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...Steven Danneman1-3/+9
2009-02-09S3: New module interface for SMB message statistics gatheringtodd stecher1-1/+4
2009-01-29s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty1-39/+13
2009-01-23Extend NTIMES to allow setting create_timetodd stecher1-40/+59
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-0/+1
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-3/+1
2009-01-08s3:smbd: make static const in mangle_hash2.c really static constStefan Metzmacher1-1/+1
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-0/+2
2008-12-31Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke1-2/+1
2008-12-31Use parent_dirname_talloc instead of parent_dirname in smb_unix_mknodVolker Lendecke1-3/+7
2008-12-23s3: Fix stream marshalling to return the correct streaminfo statusTim Prouty1-10/+1
2008-12-19Fix bug #5986 - Editing a stream is broken (rename problems).Jeremy Allison1-10/+11
2008-12-04Fix bug #5937 - filenames with "*" char hide other filesJeremy Allison1-6/+4
2008-12-03s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty1-6/+6
2008-12-03s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...Tim Prouty1-61/+98
2008-12-03s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILETim Prouty1-0/+1
2008-12-03s3: Add SMB_VFS_CREATE_FILE to the vfs layerTim Prouty1-16/+17
2008-12-01s3:smbd: write times should be set on the base file instead of the stream nameStefan Metzmacher1-1/+9
2008-12-01s3:smbd: return DELETE_PENDING on path based operations on streams, when the ...Stefan Metzmacher1-0/+40
2008-12-01s3:smbd: construct the correct newname for stream renamesStefan Metzmacher1-16/+32
2008-12-01Fix a debug message, append the correct \nVolker Lendecke1-1/+1
2008-11-28Remove inbuf references from the trans2ioctl codeVolker Lendecke1-4/+4
2008-11-28Consolidate the buffer checks for the reply_trans style functionsVolker Lendecke1-57/+18
2008-11-28Remove an unused variableVolker Lendecke1-2/+0
2008-11-27Fix the offset checks in the trans routinesVolker Lendecke1-3/+3
2008-11-08Do not write into inbuf for the transs requestVolker Lendecke1-6/+6
2008-11-04Fix a const warningVolker Lendecke1-1/+1
2008-11-02Remove some inbuf references by adding "cmd" to smb_requestVolker Lendecke1-3/+3
2008-11-02Use "vwv" in trans parsingVolker Lendecke1-21/+21
2008-11-02Remove a bunch of direct inbuf references by adding "vwv" to smb_requestVolker Lendecke1-5/+5
2008-10-31Get closer to passing S4 RAW-ACLs.Jeremy Allison1-3/+6
2008-10-16Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.Jeremy Allison1-3/+4
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-57/+57
2008-10-13Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke1-3/+3
2008-10-13Pass struct smb_request to file_freeVolker Lendecke1-11/+11
2008-10-13Pass struct smb_request to file_fspVolker Lendecke1-4/+4
2008-09-23Fix bug #5783 FindFirst fails where search pattern == mangled filename.Jeremy Allison1-6/+7
2008-09-10When requesting UNIX info levels on findfirst/findnext, don't play games with...Jeremy Allison1-1/+5
2008-09-08Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke1-6/+9
2008-09-05Write times code update.Jeremy Allison1-5/+7
2008-06-19Remove current_user references from trans2.cVolker Lendecke1-2/+2
2008-06-19Remove some current_user references from trans2.cVolker Lendecke1-19/+25
2008-06-19Remove the "current_user" arg from check_fspVolker Lendecke1-4/+4