summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix typosVolker Lendecke2012-02-211-2/+2
* Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...Jeremy Allison2011-11-301-0/+2
* s3: Remove duplicate fsctl function definitionsDavid Disseldorp2011-10-191-1/+0
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-171-2/+2
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-141-2/+2
* Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...Richard Sharpe2011-10-011-335/+32
* Fix bug #8458] - IE9 on Windows 7 cannot download files to samba 3.5.11 shareJeremy Allison2011-09-211-0/+25
* s3: Pass sconn explicitly to open_was_deferredVolker Lendecke2011-08-021-3/+3
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-2/+2
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* struct make "struct shadow_copy_data" its own talloc contextVolker Lendecke2011-05-311-16/+5
* s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke2011-05-311-2/+3
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* Fix many const compiler warnings.Jeremy Allison2011-05-051-2/+2
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-1/+1
* s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher2011-04-231-44/+5
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3: Make send_nt_replies() staticVolker Lendecke2011-04-131-4/+4
* Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison2011-04-051-2/+2
* s3: only include ntioctl.h where needed.Günther Deschner2011-03-301-0/+1
* 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