summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* Third part of fix for bug #8541 - readlink() on Linux clients fails if the sy...Jeremy Allison2011-10-261-2/+1
* Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...Jeremy Allison2011-10-261-4/+14
* s3: We only need base_name in map_open_params_to_ntcreateVolker Lendecke2011-08-181-1/+2
* Fix bug 8111 - CIFS VFS: unexpected error on SMB posix openJeremy Allison2011-05-061-12/+49
* Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison2011-04-071-2/+3
* Fix bug #7651 - mknod and mkfifo fails with "No such file or directory"Jeremy Allison2010-09-061-2/+2
* Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensions.Jeremy Allison2010-05-251-7/+26
* Fix bug #7188 - Logic error in check of total_data for call_trans2mkdir()Jeremy Allison2010-05-201-16/+13
* Fix bug #7339 - MSDFS is non-functional in 3.5.xJeremy Allison2010-04-121-0/+1
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-091-37/+0
* Rename reply_doserror() -> reply_force_doserror().Jeremy Allison2009-12-211-1/+1
* Remove all calls to reply_doserror - turn them intoJeremy Allison2009-12-211-17/+17
* Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at...Jeremy Allison2009-12-151-10/+5
* Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison2009-12-021-4/+5
* Ensure we don't see the xattr used to store NT security (visible when xattr_tdbJeremy Allison2009-12-011-1/+1
* s3: Fix smbd to correctly return INVALID_LEVEL on set_file_end_of_file_info f...Tim Prouty2009-12-011-5/+26
* s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke2009-11-181-22/+9
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-171-1/+1
* Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison2009-11-041-4/+2
* Fix debug statements to use correct function name.Jeremy Allison2009-11-031-13/+13
* requires_resume_key is a bool not int.Jeremy Allison2009-11-031-7/+2
* Fix more of the RAW-SEARCH test. Older info levels areJeremy Allison2009-11-031-2/+9
* Fix bug 6867 - trans2findnext returns reply_nterror(req, ntstatus) In a direc...Jeremy Allison2009-11-021-12/+16
* Start fixing the RAW-STREAMS test - ensure that the xattrJeremy Allison2009-10-291-0/+1
* s3-smbd: fix get_ea_names_from_file() and check for pnames pointer.Günther Deschner2009-09-181-1/+3
* We now pass the Microsoft SMB2 fileio test with EA's and streams...Jeremy Allison2009-09-171-0/+59
* Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.Jeremy Allison2009-09-141-2/+8
* s3:smbd: Add a "hidden" parameter "share:fake_fscaps"Volker Lendecke2009-09-091-0/+3
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-59/+47
* Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison2009-08-241-0/+11
* Fix bug 6529 - Offline files conflict with Vista and Office 2003Jeremy Allison2009-08-211-0/+9
* s3:smbd: add a generic smbd_dirptr_lanman2_entry() functionStefan Metzmacher2009-08-191-46/+193
* Fix BASE-DELAYWRITE test by removing const from struct smb_filenameJeremy Allison2009-08-121-20/+18
* Add "store create time" parameter (docs to follow)Jeremy Allison2009-08-121-4/+5
* Refactor the use of create_time and change time to goJeremy Allison2009-08-101-15/+23
* 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-071-10/+13
* s3:smbd: remove dirptr and dirpath from connection_structStefan Metzmacher2009-08-071-22/+24
* s3:smbd: implement get_lanman2_dir_entry() on top of smbd_dirptr_get_entry()Stefan Metzmacher2009-08-071-229/+215
* 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-301-5/+7
* Fix bug #6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison2009-07-301-0/+16
* Remove the extraneous logic in smb_set_info_standard - weJeremy Allison2009-07-301-26/+8
* SMB_INFO_STANDARD is not a valid info level on set,Jeremy Allison2009-07-301-42/+0
* s3: Convert a few callers of unix_convert() over to filename_convert()Tim Prouty2009-07-241-19/+9
* s3: Remove a few callers of get_full_smb_filename()Tim Prouty2009-07-241-24/+50
* s3: Simplify rename_internals() by passing in smb_filename structsTim Prouty2009-07-241-35/+36