summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-01SMB2: Fix rename on Windows 7.Ira Cooper1-8/+0
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner1-0/+1
2010-05-29s3:smbd Use the right num_sidsSimo Sorce1-1/+1
2010-05-20Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensi...Jeremy Allison1-7/+26
2010-05-19Fix bug 7442 - Samba returns incorrect SMB2 QFS device info.Jeremy Allison1-2/+9
2010-05-18Implement missing info level SMB_FILE_LINK_INFORMATION.Jeremy Allison1-5/+99
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-2/+0
2010-05-13Fix bug 7399 - SMB2: QUERY_DIRECTORY is returning invalid values.Jeremy Allison1-0/+10
2010-05-11Fix more SMB2-OPLOCK bugs. Only 3 more issues to address then we're good to g...Jeremy Allison1-1/+9
2010-05-07This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...Jeremy Allison1-14/+14
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-04-29Carefully label SMB1-specific locking calls.Jeremy Allison1-1/+1
2010-04-29Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is returning invalid values.Jeremy Allison1-6/+17
2010-04-23s3-smbd: group print relate data in own structureSimo Sorce1-1/+6
2010-04-08Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()Jeremy Allison1-17/+4
2010-04-08Fix bug #7339 - MSDFS is non-functional in 3.5.xJeremy Allison1-0/+1
2010-03-22s3:smbd: disable SMB encryption when the echo handler is activeStefan Metzmacher1-0/+10
2010-03-15Fix bug #7188 - Logic error in check of total_data for call_trans2mkdir()Jeremy Allison1-16/+13
2010-03-05Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison1-2/+10
2010-02-25Fix up debug info on smb2_rename code.Jeremy Allison1-9/+3
2010-02-25Implement rename/move in SMB2 from Windows7.Jeremy Allison1-0/+109
2010-02-05Remove now unused variable.Jeremy Allison1-1/+0
2010-02-05Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison1-36/+0
2009-12-21Rename reply_doserror() -> reply_force_doserror().Jeremy Allison1-1/+1
2009-12-21Remove all calls to reply_doserror - turn them intoJeremy Allison1-17/+17
2009-12-15Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at...Jeremy Allison1-10/+5
2009-12-02Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison1-4/+5
2009-12-01Ensure we don't see the xattr used to store NT security (visible when xattr_tdbJeremy Allison1-1/+1
2009-12-01s3: Fix smbd to correctly return INVALID_LEVEL on set_file_end_of_file_info f...Tim Prouty1-5/+26
2009-11-25s3 setfileinfo: Open with FILE_WRITE_DATA when setting the file sizeTim Prouty1-1/+1
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