summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-4/+4
* Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison2011-01-251-2/+2
* Make processing of incoming stream rename paths common between reply_mv and n...Jeremy Allison2011-01-201-4/+22
* s3: Reply correctly to FSCTL_IS_VOLUME_DIRTYVolker Lendecke2010-12-191-0/+9
* Move checks inside file_set_sparse() to allow it to be called from anywhere.Jeremy Allison2010-12-171-18/+0
* file_set_sparse needs to be a handle based call.Jeremy Allison2010-12-171-1/+1
* s3:smbd: implement FSCTL_SET_SPARSE more correctlyBjörn Jacke2010-12-171-5/+43
* 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