s3:vfs: add create tags to SMB_VFS_CREATEFILE
[sfrench/samba-autobuild/.git] / source3 / smbd / nttrans.c
2014-12-04 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to open_was_deferred()
2014-09-19 Stefan Metzmachers3:smbd: use req->sconn in reply_ntcancel()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to srv_send_smb()
2014-09-09 Ralph Boehmes3:smbd: fix a comment typo
2014-08-21 Stefan Metzmachers3:smbd: mask security_information input values with...
2014-08-11 Volker Lendeckevfs3: Pass "lease" through SMB_VFS_CREATE_FILE
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in nttrans.c
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.signing_state to xconn->smb1...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.sessions.* to xconn->smb1...
2013-12-09 Jeremy Allisonsmbd: Always use UCF_PREP_CREATEFILE for filename_conve...
2013-12-09 Jeremy Allisonsmbd: change flag name from UCF_CREATING_FILE to UCF_PR...
2013-11-22 Volker Lendeckesmbd: Pull mtime handling into open_file_ntcreate
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-15 Jeremy Allisons3:lib: Factor read_ea_list_entry() and read_nttrans_ea...
2013-08-05 Jeremy AllisonFix bug #10010 - Missing integer wrap protection in...
2013-08-01 Gregor BeckFix bug 9678 - Windows 8 Roaming profiles fail
2013-07-19 Jeremy AllisonEnsure we do pathname processing before SD and EA proce...
2013-07-19 Jeremy AllisonEnsure we can't create a file using NTTRANS with an...
2013-07-09 Volker Lendeckesmbd: Fix a profile problem
2012-10-11 Andrew Bartlettsmbd: Always free the talloc_stackframe() before leavin...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-09-14 Jeremy AllisonDon't call can_write_to_file() if we already have ...
2012-08-30 Jeremy AllisonWindows does canonicalization of inheritance bits....
2012-08-30 Jeremy AllisonRe-add set_sd(), called from set_sd_blob(). Allows...
2012-08-30 Jeremy AllisonRename set_sd() to set_sd_blob() - this describes what...
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-06-28 Stefan Metzmachers3:smbd: change nt_open_pipe() to uint16_t pnum/fnum
2012-06-19 Jeremy AllisonRemove unused code now we set the correct command codes.
2012-06-16 Jeremy AllisonFix Bug 8989 - Samba 3.5.x (and probably all other...
2012-06-15 Michael Adams3:smbd: change nttrans.c to use fsp_fnum_dbg() for...
2012-06-06 Stefan Metzmachers3:smbd: make use of change_notify_fsp_has_changes()
2012-05-28 Stefan Metzmachers3:smbd: only strip \\ off the name if present (for...
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-03-28 Richard SharpeAdd DEBUG statements to show when access has been denie...
2012-03-10 Volker Lendeckes3: Remove chain_reply
2012-03-10 Volker Lendeckes3: Make sure the andX chains are ended correctly
2012-02-21 Volker Lendeckes3: Fix typos
2011-11-30 Jeremy AllisonFix bug 8636 - When returning an ACL without SECINFO_DA...
2011-10-19 David Disseldorps3: Remove duplicate fsctl function definitions
2011-10-17 Frank LahmFirst part of fix for bug #8419 - Make VFS op "streamin...
2011-10-14 Frank LahmAdd support for VFS op streaminfo chaining in all relev...
2011-10-01 Richard SharpeMove FSCTL handling into the VFS. Initial code changes...
2011-09-21 Jeremy AllisonFix bug #8458] - IE9 on Windows 7 cannot download files...
2011-08-02 Volker Lendeckes3: Pass sconn explicitly to open_was_deferred
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-05-31 Volker Lendeckestruct make "struct shadow_copy_data" its own talloc...
2011-05-31 Volker Lendeckes3: Remove SHADOW_COPY_DATA typedef
2011-04-23 Stefan Metzmachers3:smbd/nttrans: make use of BVAL() and remove ugly...
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-04-13 Günther Deschners3: only include smb profiling where needed.
2011-04-13 Volker Lendeckes3: Make send_nt_replies() static
2011-04-05 Jeremy AllisonFix bug #7080 - Quota only shown when logged as root.
2011-03-29 Günther Deschners3: only include ntioctl.h where needed.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-01-25 Jeremy AllisonAdd uint32_t name_hash argument (currently unused)...
2011-01-21 Jeremy AllisonMake processing of incoming stream rename paths common...
2010-12-19 Volker Lendeckes3: Reply correctly to FSCTL_IS_VOLUME_DIRTY
2010-12-17 Jeremy AllisonMove checks inside file_set_sparse() to allow it to...
2010-12-17 Jeremy Allisonfile_set_sparse needs to be a handle based call.
2010-12-17 Björn Jackes3:smbd: implement FSCTL_SET_SPARSE more correctly
2010-11-24 Jeremy AllisonAdd in fsp->access_mask checks. Not required (underlyin...
2010-11-03 Volker Lendeckes3: Align nttrans replies the same way Windows does it
2010-10-21 Jeremy AllisonAdd code to implement SeSecurityPrivilege in net rpc...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-12 Jeremy AllisonCanonicalize incoming and outgoing ACLs.
2010-10-01 Steven Dannemans3:smbd: Increase unsupported IOCTL debug message to 2
2010-09-15 Jeremy AllisonFix all sid_parse returns to be checked. Tidy up some...
2010-09-15 Günther Deschners3-smbd: prevent call_nt_transact_ioctl() crash in...
2010-09-15 Jeremy AllisonAdd check for invalid data size.
2010-09-09 Jeremy AllisonMore paranoia to ensure SD's can't be set on read-only...
2010-09-09 Jeremy AllisonDon't rely on the underlying ACL modules to enforce...
2010-08-25 Günther Deschners3-build: only include "fake_file.h" where needed.
2010-08-24 Volker Lendeckes3: Make srv_send_smb take an sconn instead of a sock fd
2010-08-16 Volker Lendeckes3: Remove smbd_server_fd from send_nt_replies
2010-06-13 Volker Lendeckes3: Remove fsp_belongs_conn
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to remove_pending_lock_reques...
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to the remove_pending_change_...
2010-06-12 Volker Lendeckes3: change_notify_reply() does not need its "conn"...
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from reply_ntcancel
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from send_nt_replies
2010-06-03 Günther Deschners3-security: use shared SECINFO_DACL define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_SACL define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_GROUP define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_OWNER define.
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-19 Jeremy AllisonImplement missing info level SMB_FILE_LINK_INFORMATION.
next