index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
fake_file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-11
s3:smbd: use smbd_calculate_access_mask() also for fake_files
Stefan Metzmacher
1
-0
/
+13
2011-03-30
s3-auth: smbd needs auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-1
/
+1
2010-08-26
s3-build: only include "fake_file.h" where needed.
Günther Deschner
1
-0
/
+1
2010-02-01
Arg. Got the sense of the test reversed to fix bug #7080 - Quota only shown w...
Jeremy Allison
1
-1
/
+1
2010-02-01
Fix bug #7080 - Quota only shown when logged as root.
Jeremy Allison
1
-1
/
+1
2009-08-27
s3:smbd: add is_fake_file_path() that takes only the raw path as string
Stefan Metzmacher
1
-14
/
+22
2009-07-20
s3: Plumb smb_filename through open_fake_file
Tim Prouty
1
-7
/
+22
2009-01-08
s3:smbd: make fake_files[] static const
Stefan Metzmacher
1
-1
/
+1
2008-11-21
First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
Jeremy Allison
1
-1
/
+0
2008-10-13
Pass struct smb_request to file_free
Volker Lendecke
1
-3
/
+3
2008-10-13
Pass struct smb_request to file_new
Volker Lendecke
1
-2
/
+2
2008-10-09
Remove a pointless level of indirection
Volker Lendecke
1
-8
/
+0
2008-06-19
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
1
-1
/
+1
2008-06-15
Remove the current_user reference from fake_file.c
Volker Lendecke
1
-4
/
+3
2008-05-16
Simplify fake_file logic
Volker Lendecke
1
-37
/
+31
2008-05-10
Remove "user" from connection_struct
Volker Lendecke
1
-1
/
+2
2007-12-02
Bump up debug level
Volker Lendecke
1
-2
/
+3
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
1
-1
/
+1
2007-10-10
r21191: Add in the POSIX open/mkdir/unlink calls.
Jeremy Allison
1
-2
/
+2
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-10
/
+13
2007-10-10
r15660: Without this when using smbcquotas I get
Volker Lendecke
1
-0
/
+6
2007-10-10
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
1
-1
/
+1
2007-10-10
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
1
-91
/
+83
2007-10-10
r6673: Fix the write cache based on some VERY good detective work
Jeremy Allison
1
-1
/
+0
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-1
/
+2
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r2388: fix client quota support
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r408: - replace (conn->admin_user != True) with (current_user.uid != 0)
Stefan Metzmacher
1
-1
/
+1
2004-04-02
Added per-share parameter "store dos attributes". When set, will store
Jeremy Allison
1
-4
/
+4
2003-05-12
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
1
-0
/
+166