index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_fake_perms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-05
vfs: Fix some whitespace
Volker Lendecke
1
-3
/
+3
2017-12-18
vfs: Use static_decl_vfs in all VFS modules
Christof Schmitt
1
-1
/
+1
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-2
/
+2
2013-04-10
vfs_fake_perms: Fix bug 9775, segfault for "artificial" conn_structs
Volker Lendecke
1
-4
/
+29
2013-04-09
vfs_fake_perms: Slightly streamline code
Volker Lendecke
1
-2
/
+2
2013-04-09
vfs_fake_perms: Slightly streamline code
Volker Lendecke
1
-16
/
+21
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-2
/
+2
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-4
/
+4
2011-03-30
s3-auth: vfs modules need auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-4
/
+4
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-8
/
+5
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
1
-7
/
+8
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-10
/
+10
2008-06-19
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
1
-4
/
+4
2008-06-19
Remove current_user_info reference from vfs_fake_perms.c
Volker Lendecke
1
-6
/
+4
2008-01-07
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
1
-2
/
+2
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
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
r20261: merge 20260 from samba_3_0_24
Herb Lewis
1
-0
/
+1
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-2
/
+2
2007-10-10
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
1
-4
/
+4
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-4
/
+2
2003-05-14
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
1
-5
/
+5
2003-05-11
Fix VFS layer:
Alexander Bokovoy
1
-223
/
+17
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
1
-2
/
+2
2003-03-27
Use the new modules system in VFS. If a module can't be loaded with the
Jelmer Vernooij
1
-5
/
+3
2003-03-03
Fixes to the vfs_fake_perms modules - we only need to specify the VFS
Andrew Bartlett
1
-211
/
+29
2002-12-30
Add a new VFS module, that just fiddles the file permissions. Still need to
Andrew Bartlett
1
-0
/
+471