summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* nt-quotas: fixup failure case for TRANSACT_GET_USER_QUOTA_FOR_SIDUri Simchoni2016-04-291-0/+1
* smbd: do not cover up VFS failures to get quotaUri Simchoni2016-03-311-6/+1
* nt-quotas: vfs_get_ntquota() return NTSTATUSUri Simchoni2016-03-311-1/+3
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-241-1/+1
* s3:smbd: Move lp_posix_pathnames() out of ea_list_has_invalid_name().Jeremy Allison2016-03-241-1/+2
* s3:smbd: Change get_ea_names_from_file() to take a const smb_filename * param...Jeremy Allison2016-03-151-2/+2
* CVE-2015-7560: s3: smbd: Refuse to set an ACL from a POSIX file handle on a s...Jeremy Allison2016-03-101-0/+6
* CVE-2015-7560: s3: smbd: Refuse to get an ACL from a POSIX file handle on a s...Jeremy Allison2016-03-101-0/+7
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-071-2/+2
* smbd: enable unit-testing of NT_TRANSACT_GET_USER_QUOTAUri Simchoni2016-01-261-1/+1
* s3: smbd: Replace most uses of lp_posix_pathnames() with req->posix_pathnames...Jeremy Allison2015-12-231-9/+9
* s3: smbd: Split all calls to srvstr_get_path() to calls to srvstr_get_path_po...Jeremy Allison2015-12-231-5/+37
* s3: smbd: Split all calls to srvstr_get_path_wcard() into srvstr_get_path_wca...Jeremy Allison2015-12-231-3/+22
* s3: smbd: In nttrans2.c, add in UCF_POSIX_PATHNAMES to the ucf_flags if lp_po...Jeremy Allison2015-12-231-4/+6
* s3: smbd: Use ucf_flags variable instead of passing as parameter.Jeremy Allison2015-12-231-2/+4
* s3: smbd: Moving lp_posix_pathnames() out of the lower-level code.Jeremy Allison2015-12-131-1/+1
* lib: Make sid_linearize take a uint8_tVolker Lendecke2015-08-271-2/+3
* lib: Make sid_parse take a uint8_tVolker Lendecke2015-08-261-2/+3
* Convert three include files from uint32/16/8 to _t types as well as the sourc...Richard Sharpe2015-05-011-83/+83
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-041-4/+8
* s3:smbd: pass smbXsrv_connection to open_was_deferred()Stefan Metzmacher2014-09-191-3/+3
* s3:smbd: use req->sconn in reply_ntcancel()Stefan Metzmacher2014-09-191-1/+1
* s3:smbd: pass smbXsrv_connection to srv_send_smb()Stefan Metzmacher2014-09-191-3/+2
* s3:smbd: fix a comment typoRalph Boehme2014-09-091-1/+1
* s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGSStefan Metzmacher2014-08-221-3/+4
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-111-0/+4
* s3:smbd: use req->xconn in nttrans.cStefan Metzmacher2014-08-061-5/+6
* s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_stateStefan Metzmacher2014-08-061-1/+3
* s3:smbd: move sconn->smb1.sessions.* to xconn->smb1.sessions.*Stefan Metzmacher2014-08-061-1/+2
* 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