summaryrefslogtreecommitdiff
path: root/source3/smbd/fake_file.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-15Add 'bool use_privs' to smbd_calculate_access_mask().Jeremy Allison1-1/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-2/+2
2012-06-15s3:smbd: change fake_file.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam1-2/+2
2012-06-06s3:smbd: let open_fake_file() take a uint64_t vuidStefan Metzmacher1-1/+1
2012-01-03s3: Remove the unused "file_existed" parameter from smbd_calculate_access_maskVolker Lendecke1-1/+0
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-1/+1
2011-07-11s3:smbd: use smbd_calculate_access_mask() also for fake_filesStefan Metzmacher1-0/+13
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-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-1/+1
2010-08-26s3-build: only include "fake_file.h" where needed.Günther Deschner1-0/+1
2010-02-01Arg. Got the sense of the test reversed to fix bug #7080 - Quota only shown w...Jeremy Allison1-1/+1
2010-02-01Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison1-1/+1
2009-08-27s3:smbd: add is_fake_file_path() that takes only the raw path as stringStefan Metzmacher1-14/+22
2009-07-20s3: Plumb smb_filename through open_fake_fileTim Prouty1-7/+22
2009-01-08s3:smbd: make fake_files[] static constStefan Metzmacher1-1/+1
2008-11-21First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison1-1/+0
2008-10-13Pass struct smb_request to file_freeVolker Lendecke1-3/+3
2008-10-13Pass struct smb_request to file_newVolker Lendecke1-2/+2
2008-10-09Remove a pointless level of indirectionVolker Lendecke1-8/+0
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-1/+1
2008-06-15Remove the current_user reference from fake_file.cVolker Lendecke1-4/+3
2008-05-16Simplify fake_file logicVolker Lendecke1-37/+31
2008-05-10Remove "user" from connection_structVolker Lendecke1-1/+2
2007-12-02Bump up debug levelVolker Lendecke1-2/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-1/+1
2007-10-10r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison1-2/+2
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-10/+13
2007-10-10r15660: Without this when using smbcquotas I getVolker Lendecke1-0/+6
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-1/+1
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-91/+83
2007-10-10r6673: Fix the write cache based on some VERY good detective workJeremy Allison1-1/+0
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r2388: fix client quota supportStefan Metzmacher1-3/+3
2007-10-10r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher1-1/+1
2004-04-02Added per-share parameter "store dos attributes". When set, will storeJeremy Allison1-4/+4
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-0/+166