summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a ...Jeremy Allison2013-12-091-4/+2
* smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILEJeremy Allison2013-12-091-2/+2
* smbd: Pull mtime handling into open_file_ntcreateVolker Lendecke2013-11-231-18/+0
* s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...Jeremy Allison2013-08-151-43/+1
* Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison2013-08-051-0/+12
* Fix bug 9678 - Windows 8 Roaming profiles failGregor Beck2013-08-011-7/+2
* Ensure we do pathname processing before SD and EA processing in NTTRANS_CREATE.Jeremy Allison2013-07-191-38/+38
* Ensure we can't create a file using NTTRANS with an invalid EA list.Jeremy Allison2013-07-191-0/+20
* smbd: Fix a profile problemVolker Lendecke2013-07-091-2/+4
* smbd: Always free the talloc_stackframe() before leaving smbd_do_query_securi...Andrew Bartlett2012-10-111-0/+3
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-6/+7
* Don't call can_write_to_file() if we already have 'fsp->can_write' set.Jeremy Allison2012-09-141-0/+2
* Windows does canonicalization of inheritance bits. Do the same.Jeremy Allison2012-08-301-0/+35
* Re-add set_sd(), called from set_sd_blob(). Allows us to centralize all ACL c...Jeremy Allison2012-08-301-14/+26
* Rename set_sd() to set_sd_blob() - this describes what it does.Jeremy Allison2012-08-301-4/+4
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-2/+2
* s3:smbd: change nt_open_pipe() to uint16_t pnum/fnumStefan Metzmacher2012-06-281-3/+3
* Remove unused code now we set the correct command codes.Jeremy Allison2012-06-191-5/+0
* Fix Bug 8989 - Samba 3.5.x (and probably all other versions of Samba) does no...Jeremy Allison2012-06-151-0/+6
* s3:smbd: change nttrans.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-3/+5
* s3:smbd: make use of change_notify_fsp_has_changes()Stefan Metzmacher2012-06-061-1/+1
* s3:smbd: only strip \\ off the name if present (for ntcreatex)Stefan Metzmacher2012-05-281-2/+4
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-4/+4
* Add DEBUG statements to show when access has been denied and why.Richard Sharpe2012-03-281-0/+2
* s3: Remove chain_replyVolker Lendecke2012-03-101-3/+0
* s3: Make sure the andX chains are ended correctlyVolker Lendecke2012-03-101-0/+6
* s3: Fix typosVolker Lendecke2012-02-211-2/+2
* Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...Jeremy Allison2011-11-301-0/+2
* s3: Remove duplicate fsctl function definitionsDavid Disseldorp2011-10-191-1/+0
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-171-2/+2
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-141-2/+2
* Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...Richard Sharpe2011-10-011-335/+32
* Fix bug #8458] - IE9 on Windows 7 cannot download files to samba 3.5.11 shareJeremy Allison2011-09-211-0/+25
* s3: Pass sconn explicitly to open_was_deferredVolker Lendecke2011-08-021-3/+3
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-2/+2
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* struct make "struct shadow_copy_data" its own talloc contextVolker Lendecke2011-05-311-16/+5
* s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke2011-05-311-2/+3
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* Fix many const compiler warnings.Jeremy Allison2011-05-051-2/+2
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-1/+1
* s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher2011-04-231-44/+5
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3: Make send_nt_replies() staticVolker Lendecke2011-04-131-4/+4
* Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison2011-04-051-2/+2
* s3: only include ntioctl.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1