summaryrefslogtreecommitdiffstats
path: root/source3/smbd/fake_file.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'bool use_privs' to smbd_calculate_access_mask().Jeremy Allison2012-09-151-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-2/+2
* s3:smbd: change fake_file.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-2/+2
* s3:smbd: let open_fake_file() take a uint64_t vuidStefan Metzmacher2012-06-061-1/+1
* s3: Remove the unused "file_existed" parameter from smbd_calculate_access_maskVolker Lendecke2012-01-031-1/+0
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-1/+1
* s3:smbd: use smbd_calculate_access_mask() also for fake_filesStefan Metzmacher2011-07-111-0/+13
* 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-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-1/+1
* s3-build: only include "fake_file.h" where needed.Günther Deschner2010-08-261-0/+1
* Arg. Got the sense of the test reversed to fix bug #7080 - Quota only shown w...Jeremy Allison2010-02-011-1/+1
* Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison2010-02-011-1/+1
* s3:smbd: add is_fake_file_path() that takes only the raw path as stringStefan Metzmacher2009-08-271-14/+22
* s3: Plumb smb_filename through open_fake_fileTim Prouty2009-07-201-7/+22
* s3:smbd: make fake_files[] static constStefan Metzmacher2009-01-081-1/+1
* First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison2008-11-211-1/+0
* Pass struct smb_request to file_freeVolker Lendecke2008-10-131-3/+3
* Pass struct smb_request to file_newVolker Lendecke2008-10-131-2/+2
* Remove a pointless level of indirectionVolker Lendecke2008-10-091-8/+0
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-1/+1
* Remove the current_user reference from fake_file.cVolker Lendecke2008-06-151-4/+3
* Simplify fake_file logicVolker Lendecke2008-05-161-37/+31
* Remove "user" from connection_structVolker Lendecke2008-05-101-1/+2
* Bump up debug levelVolker Lendecke2007-12-021-2/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-1/+1
* r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-10-101-2/+2
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-10/+13
* r15660: Without this when using smbcquotas I getVolker Lendecke2007-10-101-0/+6
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-1/+1
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-91/+83
* r6673: Fix the write cache based on some VERY good detective workJeremy Allison2007-10-101-1/+0
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-1/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r2388: fix client quota supportStefan Metzmacher2007-10-101-3/+3
* r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher2007-10-101-1/+1
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-021-4/+4
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-121-0/+166