summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* Add in fsp->access_mask checks. Not required (underlying system does this)Jeremy Allison2010-11-241-2/+4
* s3: Align nttrans replies the same way Windows does itVolker Lendecke2010-11-031-1/+1
* Add code to implement SeSecurityPrivilege in net rpc rights, and in theJeremy Allison2010-10-211-0/+10
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* Canonicalize incoming and outgoing ACLs.Jeremy Allison2010-10-111-4/+55
* s3:smbd: Increase unsupported IOCTL debug message to 2Steven Danneman2010-10-011-2/+4
* Fix all sid_parse returns to be checked. Tidy up some checks and errorJeremy Allison2010-09-151-5/+12
* s3-smbd: prevent call_nt_transact_ioctl() crash in FSCTL_FIND_FILES_BY_SID case.Günther Deschner2010-09-161-1/+4
* Add check for invalid data size.Jeremy Allison2010-09-151-1/+8
* More paranoia to ensure SD's can't be set on read-only shares.Jeremy Allison2010-09-091-0/+4
* Don't rely on the underlying ACL modules to enforce share levelJeremy Allison2010-09-081-0/+5
* s3-build: only include "fake_file.h" where needed.Günther Deschner2010-08-261-0/+1
* s3: Make srv_send_smb take an sconn instead of a sock fdVolker Lendecke2010-08-241-2/+2
* s3: Remove smbd_server_fd from send_nt_repliesVolker Lendecke2010-08-161-2/+2
* s3: Remove fsp_belongs_connVolker Lendecke2010-06-131-4/+4
* s3: Explicitly pass sconn to remove_pending_lock_requests_by_mid_smb1Volker Lendecke2010-06-121-1/+1
* s3: Explicitly pass sconn to the remove_pending_change_notify_request_by_midVolker Lendecke2010-06-121-1/+1
* s3: change_notify_reply() does not need its "conn" argumentVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from reply_ntcancelVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from send_nt_repliesVolker Lendecke2010-06-121-1/+1
* 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