summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-8/+8
* Add "store create time" parameter (docs to follow)Jeremy Allison2009-08-121-4/+4
* Refactor the use of create_time and change time to goJeremy Allison2009-08-101-10/+22
* s3: Convert a few callers of unix_convert() over to filename_convert()Tim Prouty2009-07-241-2/+2
* s3: Simplify rename_internals() by passing in smb_filename structsTim Prouty2009-07-241-69/+52
* s3: Allow filename_convert() to pass through unix_convert_flags and let the c...Tim Prouty2009-07-241-0/+8
* s3: Remove the now unused fname parameter from filename_convert()Tim Prouty2009-07-211-8/+4
* s3: Fix RENAME_FLAG_RENAME path to stop calling unix_convert twiceTim Prouty2009-07-211-50/+75
* s3: Move is_ntfs_stream*() to filename.cTim Prouty2009-07-201-24/+0
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-9/+11
* s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty2009-07-081-48/+1
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-12/+6
* Rename update_stat_ex_writetime() -> update_stat_ex_mtime()Jeremy Allison2009-07-081-2/+2
* The migration to struct stat_ex broke the calculation ofJeremy Allison2009-07-081-0/+18
* s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty2009-07-061-11/+3
* s3: Change some filename_convert to pass in NULL for char **fname argumentTim Prouty2009-07-061-2/+2
* s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...Stefan Metzmacher2009-07-021-2/+11
* s3:smbd: simplify the notify code a bit and always reply via change_notify_re...Stefan Metzmacher2009-07-021-1/+3
* s3:smbd: push nttrans and trans2 responses with no data to the clientStefan Metzmacher2009-07-021-0/+8
* s3:smbd: restore the 3.0.x bahavior of send_nt_replies()Stefan Metzmacher2009-07-021-0/+5
* s3 file_access: Convert some more functions over to use smb_filneameTim Prouty2009-06-251-2/+2
* s3: simplify some redundant logic in is_ntfs_default_stream_smb_fname()Tim Prouty2009-06-251-5/+1
* Add some const to the stat struct in the dosmode calls.Jeremy Allison2009-06-181-34/+6
* Replace the boilerplate calls to :Jeremy Allison2009-06-181-18/+12
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-0/+16
* s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty2009-06-171-0/+12
* Fix msdfs after the change to smb_filename struct. We must *always*Jeremy Allison2009-06-161-4/+38
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-121-58/+45
* s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert firstTim Prouty2009-06-101-48/+66
* s3:smbd: move some session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-0/+2
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-15/+13
* TALLOC_FREE happily lives with a NULL ptr. Tim, please check!Volker Lendecke2009-05-241-6/+2
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-36/+54
* Ensure we never enter VFS_CREATE without having initializedJeremy Allison2009-03-251-0/+4
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-1/+2
* s3:signing: the seqnum should only be decremented by 1 for ntcancel requestsStefan Metzmacher2009-03-061-1/+1
* s3: Add extid to the dev/inode pairTim Prouty2009-02-191-0/+2
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-1/+7
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-291-2/+2
* Remove some smb fsp knowledge from rpc_server/Volker Lendecke2009-01-201-1/+1
* s3: Differentiate between posix files with colons and actual streamsTim Prouty2009-01-111-2/+34
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-4/+3
* Fix call to ndr_size_dom_sid, missing parameter.Jeremy Allison2009-01-051-1/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-051-7/+7
|\
| * s3: Allow renames of streams via NTRENAME and fix stream error codes on renameTim Prouty2009-01-041-7/+7
* | Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-1/+1
|/
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-1/+1
* Use parent_dirname_talloc instead of parent_dirname in copy_internalsVolker Lendecke2008-12-311-2/+6
* s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty2008-12-031-4/+4
* s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...Tim Prouty2008-12-031-16/+38