summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_SACL define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-031-1/+1
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-3/+3
* Implement missing info level SMB_FILE_LINK_INFORMATION.Jeremy Allison2010-05-181-0/+2
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-3/+3
* s3-build: fix the build.Günther Deschner2010-05-181-1/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-1/+1
* Carefully label SMB1-specific locking calls.Jeremy Allison2010-04-291-1/+1
* Connect set security descriptor into SMB2 code.Jeremy Allison2010-04-281-2/+2
* Plumb in get_nt_acl into SMB2.Jeremy Allison2010-04-261-40/+91
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-121-1/+2
* s3: add comment about what the FSCTL_QUERY_ALLOCATED_RANGES currently doesBjörn Jacke2010-04-071-0/+6
* Add FSCTL_QUERY_ALLOCATED_RANGES to the list of Windows ioctls we support.Jeremy Allison2010-04-051-0/+52
* Second part of fix for bug #6494 - Incorrect FileStatus returned in NT_CREATE...Jeremy Allison2010-03-301-1/+19
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-051-0/+4
* Remove all calls to reply_doserror - turn them intoJeremy Allison2009-12-211-42/+42
* Vector correctly through reply_openerror() (which uses the same logic).Jeremy Allison2009-12-171-6/+1
* Fix make test. Only do POSIX case conversion if FILE_FLAG_POSIX_SEMANTICS set...Jeremy Allison2009-11-241-8/+12
* Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTICS to the wayJeremy Allison2009-11-231-5/+68
* Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...Jeremy Allison2009-11-231-12/+18
* Fix bug #6898 - Samba duplicates file content on appendingJeremy Allison2009-11-231-0/+10
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-1/+1
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-1/+1
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-171-8/+10
* Got the logic simplification worked out so we still passJeremy Allison2009-11-051-1/+1
* Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplifyJeremy Allison2009-11-051-1/+1
* Simplify the logic - remove extraneous argument and calls to set_close_write_...Jeremy Allison2009-11-051-1/+1
* Get closer to an accurate model of Windows timestamp changes.Jeremy Allison2009-11-051-1/+1
* Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison2009-11-041-2/+1
* s3: Fix shadow copy display on Windows 7Volker Lendecke2009-10-081-1/+1
* We now pass the Microsoft SMB2 fileio test with EA's and streams...Jeremy Allison2009-09-171-1/+1
* Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.Jeremy Allison2009-09-141-1/+19
* 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