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
/
source4
/
ntvfs
/
posix
/
pvfs_acl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-03
Revert making public of the samba-module library.
Jelmer Vernooij
1
-6
/
+6
2011-12-01
s4-ntvfs: added allow_override check based on use of NT ACL
Andrew Tridgell
1
-1
/
+13
2011-12-01
s4-ntvfs: fixed a unix ACL mapping bug
Andrew Tridgell
1
-21
/
+25
2011-10-28
lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystem
Andrew Bartlett
1
-1
/
+1
2011-10-28
lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run
Andrew Bartlett
1
-2
/
+2
2011-10-28
lib/util Rename samba_init_module_fn -> samba_module_init_fn
Andrew Bartlett
1
-2
/
+2
2011-10-28
lib/util Split samba-modules library into public and private parts
Andrew Bartlett
1
-1
/
+1
2011-10-28
lib/util Rename load_samba_modules -> samba_modules_load
Andrew Bartlett
1
-1
/
+1
2011-10-28
lib/util Rename run_init_functions -> samba_init_module_fns_run
Andrew Bartlett
1
-2
/
+2
2011-10-28
lib/util Rename init_module_fn to samba_init_module_fn
Andrew Bartlett
1
-2
/
+2
2011-10-27
Include uid_wrapper correctly.
Andreas Schneider
1
-9
/
+1
2011-10-06
lib/util: consolidate module loading into common code
Andrew Bartlett
1
-0
/
+1
2011-09-05
s4:ntvfs: s/!= PROTOCOL_SMB2/< PROTOCOL_SMB2_02/
Stefan Metzmacher
1
-4
/
+4
2011-09-05
s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/
Stefan Metzmacher
1
-1
/
+1
2011-06-06
s4-modules Remove lp_ctx from init functions that no longer need it
Andrew Bartlett
1
-2
/
+2
2011-03-22
s4:ntvfs/posix: name->dos.attrib isn't initialized in pvfs_access_check_create()
Stefan Metzmacher
1
-1
/
+1
2011-03-21
s4:ntvfs/posix: grant SEC_STD_DELETE if the parent grants SEC_DIR_DELETE_CHILD
Stefan Metzmacher
1
-10
/
+58
2010-11-01
s4-modules: get rid of the remaining static prototypes for modules
Andrew Tridgell
1
-2
/
+2
2010-10-14
s4-acl Merge sec_access_check() with se_access_check() from source3/
Andrew Bartlett
1
-1
/
+1
2010-05-24
s4:idmap Adjust code to new idmap structure names and layout.
Andrew Bartlett
1
-25
/
+15
2010-03-03
s4-posix: allow change ownership of files if the user has the right privileges
Andrew Tridgell
1
-2
/
+21
2010-02-11
s4: Switch to S3-style id mapping data types.
Kai Blin
1
-9
/
+9
2010-02-05
s4:UID wrapper - Fix includes
Matthias Dieter Wallnöfer
1
-0
/
+8
2009-11-20
s4:ntvfs/posix/pvfs_acl - Remove unused variable "token"
Matthias Dieter Wallnöfer
1
-1
/
+0
2009-10-18
s4-pvfs: more fixes for ACLs on file creation
Andrew Tridgell
1
-11
/
+12
2009-10-18
s4-pvfs: change the handling of access checking on create
Andrew Tridgell
1
-46
/
+103
2009-10-17
s4-pvfs: when uwrap is enabled, ignore chown errors
Andrew Tridgell
1
-0
/
+3
2009-10-17
s4-pvfs: don't auto-apply privilege bits in unix acl handling either
Andrew Tridgell
1
-7
/
+11
2009-10-17
s4-pvfs: use privileges rather than "uid == 0" in unix access check
Andrew Tridgell
1
-6
/
+12
2009-10-16
s4-pvfs: fixed mask handling for SEC_FLAG_MAXIMUM_ALLOWED
Andrew Tridgell
1
-2
/
+2
2009-10-15
s4-pvfs: fixed handling of SEC_FLAG_MAXIMUM_ALLOWED
Andrew Tridgell
1
-1
/
+1
2009-08-05
fixed a problem with group policy writes causing policy corruption
Andrew Tridgell
1
-0
/
+37
2009-08-05
fixed the sense of the pvfs_acl uwrap check
Andrew Tridgell
1
-1
/
+1
2009-08-05
make the UID_WRAPPER skip checks at runtime
Andrew Tridgell
1
-7
/
+7
2009-08-05
added a uid_wrapper library
Andrew Tridgell
1
-0
/
+8
2009-02-05
s4:pvfs: fix some talloc related compiler warnings
Stefan Metzmacher
1
-1
/
+1
2008-09-24
empty access mask is only denied on SMB2
Andrew Tridgell
1
-1
/
+3
2008-09-24
zero access mask should give ACCESS_DENIED
Andrew Tridgell
1
-0
/
+4
2008-06-28
pvfs: create a pvfs_acl subsystem
Stefan Metzmacher
1
-0
/
+22
2008-05-29
don't mask out SEC_FILE_READ_ATTRIBUTE on SMB2
Andrew Tridgell
1
-1
/
+3
2008-05-29
added support for returning the maximal access MXAC tag in SMB2 create
Andrew Tridgell
1
-0
/
+12
2008-05-29
SEC_FILE_READ_ATTRIBUTE is only automatically granted on SMB, not SMB2
Andrew Tridgell
1
-3
/
+10
2008-05-27
Vista returns ACCESS_DENIED here
Andrew Tridgell
1
-1
/
+1
2008-04-14
fixed a valgrind error in id mapping
Andrew Tridgell
1
-1
/
+1
2008-04-02
ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4
Kai Blin
1
-18
/
+82
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-11
/
+11
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r19199: split out the xattr NTACL code into a separate part of the posix
Andrew Tridgell
1
-40
/
+68
2007-10-10
r18581: also check for SEC_STD_DELETE, and split out the check into a separate
Andrew Tridgell
1
-8
/
+21
[next]