Correct "succeded" typos.
[nivanova/samba-autobuild/.git] / source3 / smbd / nttrans.c
2016-10-25 Stefan Metzmachers3:smbd: only pass UCF_PREP_CREATEFILE to filename_conv...
2016-04-29 Uri Simchonint-quotas: fixup failure case for TRANSACT_GET_USER_QUO...
2016-03-31 Uri Simchonismbd: do not cover up VFS failures to get quota
2016-03-31 Uri Simchonint-quotas: vfs_get_ntquota() return NTSTATUS
2016-03-24 Jeremy Allisons3: smbd: Remove many common uses of lp_posix_pathnames().
2016-03-24 Jeremy Allisons3:smbd: Move lp_posix_pathnames() out of ea_list_has_i...
2016-03-15 Jeremy Allisons3:smbd: Change get_ea_names_from_file() to take a...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Refuse to set an ACL from...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Refuse to get an ACL from...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
2016-01-26 Uri Simchonismbd: enable unit-testing of NT_TRANSACT_GET_USER_QUOTA
2015-12-23 Jeremy Allisons3: smbd: Replace most uses of lp_posix_pathnames(...
2015-12-23 Jeremy Allisons3: smbd: Split all calls to srvstr_get_path() to calls...
2015-12-23 Jeremy Allisons3: smbd: Split all calls to srvstr_get_path_wcard...
2015-12-23 Jeremy Allisons3: smbd: In nttrans2.c, add in UCF_POSIX_PATHNAMES...
2015-12-23 Jeremy Allisons3: smbd: Use ucf_flags variable instead of passing...
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-08-26 Volker Lendeckelib: Make sid_linearize take a uint8_t
2015-08-26 Volker Lendeckelib: Make sid_parse take a uint8_t
2015-05-01 Richard SharpeConvert three include files from uint32/16/8 to _t...
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
next