summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-4/+4
2012-03-28Add DEBUG statements to show when access has been denied and why.Richard Sharpe1-0/+2
2012-03-10s3: Remove chain_replyVolker Lendecke1-3/+0
2012-03-10s3: Make sure the andX chains are ended correctlyVolker Lendecke1-0/+6
2012-02-21s3: Fix typosVolker Lendecke1-2/+2
2011-11-30Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...Jeremy Allison1-0/+2
2011-10-19s3: Remove duplicate fsctl function definitionsDavid Disseldorp1-1/+0
2011-10-17First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm1-2/+2
2011-10-14Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm1-2/+2
2011-10-01Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...Richard Sharpe1-335/+32
2011-09-21Fix bug #8458] - IE9 on Windows 7 cannot download files to samba 3.5.11 shareJeremy Allison1-0/+25
2011-08-02s3: Pass sconn explicitly to open_was_deferredVolker Lendecke1-3/+3
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-1/+1
2011-05-31struct make "struct shadow_copy_data" its own talloc contextVolker Lendecke1-16/+5
2011-05-31s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke1-2/+3
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-05Fix many const compiler warnings.Jeremy Allison1-2/+2
2011-04-29s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett1-1/+1
2011-04-23s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-44/+5
2011-04-14s3: only include smb profiling where needed.Günther Deschner1-0/+1
2011-04-13s3: Make send_nt_replies() staticVolker Lendecke1-4/+4
2011-04-05Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison1-2/+2
2011-03-30s3: only include ntioctl.h where needed.Günther Deschner1-0/+1
2011-03-30s3-auth: smbd needs auth.hGünther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-4/+4
2011-01-25Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison1-2/+2
2011-01-20Make processing of incoming stream rename paths common between reply_mv and n...Jeremy Allison1-4/+22
2010-12-19s3: Reply correctly to FSCTL_IS_VOLUME_DIRTYVolker Lendecke1-0/+9
2010-12-17Move checks inside file_set_sparse() to allow it to be called from anywhere.Jeremy Allison1-18/+0
2010-12-17file_set_sparse needs to be a handle based call.Jeremy Allison1-1/+1
2010-12-17s3:smbd: implement FSCTL_SET_SPARSE more correctlyBjörn Jacke1-5/+43
2010-11-24Add in fsp->access_mask checks. Not required (underlying system does this)Jeremy Allison1-2/+4
2010-11-03s3: Align nttrans replies the same way Windows does itVolker Lendecke1-1/+1
2010-10-21Add code to implement SeSecurityPrivilege in net rpc rights, and in theJeremy Allison1-0/+10
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-10-11Canonicalize incoming and outgoing ACLs.Jeremy Allison1-4/+55
2010-10-01s3:smbd: Increase unsupported IOCTL debug message to 2Steven Danneman1-2/+4
2010-09-15Fix all sid_parse returns to be checked. Tidy up some checks and errorJeremy Allison1-5/+12
2010-09-16s3-smbd: prevent call_nt_transact_ioctl() crash in FSCTL_FIND_FILES_BY_SID case.Günther Deschner1-1/+4
2010-09-15Add check for invalid data size.Jeremy Allison1-1/+8
2010-09-09More paranoia to ensure SD's can't be set on read-only shares.Jeremy Allison1-0/+4
2010-09-08Don't rely on the underlying ACL modules to enforce share levelJeremy Allison1-0/+5
2010-08-26s3-build: only include "fake_file.h" where needed.Günther Deschner1-0/+1