summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-23Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"Volker Lendecke1-2/+1
2009-11-23Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke1-8/+6
2009-11-21s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke1-6/+8
2009-11-21s3: Make the implicit reference to Protocol in mask_match() explicitVolker Lendecke1-1/+2
2009-11-18s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke1-22/+9
2009-11-17Remove "store create time" code, cause create time to be storedJeremy Allison1-1/+1
2009-11-04Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison1-4/+2
2009-11-03Fix debug statements to use correct function name.Jeremy Allison1-13/+13
2009-11-03requires_resume_key is a bool not int.Jeremy Allison1-7/+2
2009-11-03Fix more of the RAW-SEARCH test. Older info levels areJeremy Allison1-2/+9
2009-11-02Fix bug 6867 - trans2findnext returns reply_nterror(req, ntstatus) In a direc...Jeremy Allison1-12/+16
2009-10-29Start fixing the RAW-STREAMS test - ensure that the xattrJeremy Allison1-0/+1
2009-09-18s3-smbd: fix get_ea_names_from_file() and check for pnames pointer.Günther Deschner1-1/+3
2009-09-17We now pass the Microsoft SMB2 fileio test with EA's and streams...Jeremy Allison1-0/+59
2009-09-14Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.Jeremy Allison1-2/+8
2009-09-09s3:smbd: Add a "hidden" parameter "share:fake_fscaps"Volker Lendecke1-0/+3
2009-08-24Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison1-59/+47
2009-08-24Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison1-0/+11
2009-08-21Fix bug 6529 - Offline files conflict with Vista and Office 2003Jeremy Allison1-0/+9
2009-08-19s3:smbd: add a generic smbd_dirptr_lanman2_entry() functionStefan Metzmacher1-46/+193
2009-08-12Fix BASE-DELAYWRITE test by removing const from struct smb_filenameJeremy Allison1-20/+18
2009-08-12Add "store create time" parameter (docs to follow)Jeremy Allison1-4/+5
2009-08-10Refactor the use of create_time and change time to goJeremy Allison1-15/+23
2009-08-07Move the checks for null timestamps down below the VFS_NTIMESJeremy Allison1-30/+3
2009-08-07Correctly send out notify messages for timestamp changes.Jeremy Allison1-5/+3
2009-08-07s3:smbd: split the dir entry marshalling into smbd_marshall_dir_entry()Stefan Metzmacher1-443/+482
2009-08-07s3:smbd: move dptr globals into struct smbd_server_connectionStefan Metzmacher1-10/+13
2009-08-07s3:smbd: remove dirptr and dirpath from connection_structStefan Metzmacher1-22/+24
2009-08-07s3:smbd: implement get_lanman2_dir_entry() on top of smbd_dirptr_get_entry()Stefan Metzmacher1-229/+215
2009-08-06Put SMB_INFO_STANDARD back into setfileinfo, but do it rightJeremy Allison1-0/+45
2009-07-31We're not changing last write, but setting this to be FILE_NOTIFY_CHANGE_CREA...Jeremy Allison1-1/+1
2009-07-30Tidy up treatment of ctime.Jeremy Allison1-5/+7
2009-07-30Fix bug #6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison1-0/+16
2009-07-30Remove the extraneous logic in smb_set_info_standard - weJeremy Allison1-26/+8
2009-07-30SMB_INFO_STANDARD is not a valid info level on set,Jeremy Allison1-42/+0
2009-07-24s3: Convert a few callers of unix_convert() over to filename_convert()Tim Prouty1-19/+9
2009-07-24s3: Remove a few callers of get_full_smb_filename()Tim Prouty1-24/+50
2009-07-24s3: Simplify rename_internals() by passing in smb_filename structsTim Prouty1-35/+36
2009-07-24s3: Allow filename_convert() to pass through unix_convert_flags and let the c...Tim Prouty1-0/+10
2009-07-22s3: Convert some callers of vfs_stat_smb_fname to SMB_VFS_STAT()Tim Prouty1-9/+19
2009-07-21s3: plumb smb_filename through some of the trans2 posix_* functionsTim Prouty1-60/+38
2009-07-21s3: Remove unnecessary callers of get_full_smb_filenameTim Prouty1-47/+34
2009-07-21s3: Remove the now unused fname parameter from filename_convert()Tim Prouty1-10/+5
2009-07-21s3: Remove unnecessary fname argument from callers of filename_convertTim Prouty1-9/+14
2009-07-21s3: Plumb smb_filename through map_open_params_to_ntcreateTim Prouty1-6/+4
2009-07-20s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty1-35/+35
2009-07-17Fix Coverity CID 928. Removed check as this can never be null.Jeremy Allison1-1/+1
2009-07-17Fix Coverity CID 929. Potential NULL deref after code refactoring.Jeremy Allison1-0/+5
2009-07-17Fix coverity CID 930. Pointer check can never be null here.Jeremy Allison1-1/+1
2009-07-17Fix coverity CID 931. This check is redundent as smb_fname canJeremy Allison1-1/+1