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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-12
s3:smb2_getinfo ensure proper error for not yet present quota support
Christian Ambach
1
-0
/
+4
2012-10-12
s3:vfs_gpfs re-indent run-away lines
Christian Ambach
1
-4
/
+10
2012-10-12
s3:vfs_gpfs fix the build
Christian Ambach
1
-5
/
+11
2012-10-12
s3:vfs_gpfs remove a trailing space
Christian Ambach
1
-1
/
+1
2012-10-12
s3:vfs_gpfs skip local flock when gpfs sharemodes are disabled
Christian Ambach
1
-2
/
+5
2012-10-11
s3fs-printing: Simplify the comment and location handling.
Andreas Schneider
1
-13
/
+17
2012-10-11
smbd: Always free the talloc_stackframe() before leaving smbd_do_query_securi...
Andrew Bartlett
1
-0
/
+3
2012-10-11
rpc_server:srvsvc Remove psd variable that was no longer set by SMB_VFS_FGET_...
Andrew Bartlett
1
-5
/
+3
2012-10-11
vfs: Remove irixacl module (all the fucntions in it are unimplemented)
Andrew Bartlett
7
-197
/
+0
2012-10-11
vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctx
Andrew Bartlett
4
-31
/
+50
2012-10-11
vfs: Improve formatting of vfs_fake_acls
Andrew Bartlett
1
-2
/
+2
2012-10-11
vfs: Improve formatting of vfs_default
Andrew Bartlett
1
-23
/
+23
2012-10-11
vfs: Use a blocking function in vfs_zfsacl for system ACL blobs
Andrew Bartlett
1
-0
/
+12
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_tru64acl for posix ACLs
Andrew Bartlett
1
-0
/
+2
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_solarisacl for posix ACLs
Andrew Bartlett
1
-0
/
+2
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_posixacl for posix ACLs
Andrew Bartlett
1
-0
/
+2
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_irix for posix ACLs
Andrew Bartlett
1
-0
/
+2
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_hpux for posix ACLs
Andrew Bartlett
1
-0
/
+2
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_gpfs for posix ACLs
Andrew Bartlett
1
-0
/
+58
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_fake_acls for posix ACLs
Andrew Bartlett
1
-67
/
+2
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_default for posix ACLs
Andrew Bartlett
1
-0
/
+2
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl2 for posix ACLs
Andrew Bartlett
1
-0
/
+38
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl
Andrew Bartlett
1
-0
/
+2
2012-10-11
vfs: Use a blocking function in vfs_afsacl for system ACL blobs
Andrew Bartlett
1
-1
/
+17
2012-10-11
vfs: Implement a sys_acl_blob_get_{fd,file} for POSIX ACL backends
Andrew Bartlett
3
-1
/
+126
2012-10-11
vfs: Remove type parameter from sys_acl_blob_get_{fd,file}
Andrew Bartlett
5
-14
/
+13
2012-10-11
smbd: Add mem_ctx to {f,}get_nt_acl VFS call
Andrew Bartlett
23
-124
/
+231
2012-10-11
smbd: Add mem_ctx to sys_acl_init() and all callers
Andrew Bartlett
25
-140
/
+203
2012-10-11
build: Add vfs_media_harmony to the waf build
Andrew Bartlett
1
-0
/
+9
2012-10-10
s3-rpc_server: fix build warning
David Disseldorp
1
-0
/
+2
2012-10-09
Make sure the returned sd is on the right context, and if not it's always freed.
Jeremy Allison
1
-1
/
+3
2012-10-09
Move setting of psd->dacl->revision and protect against null SD's.
Jeremy Allison
1
-2
/
+4
2012-10-09
s3: Pass down smb_filename to smbacl4_fill_ace4
Volker Lendecke
1
-6
/
+6
2012-10-08
s3fs-printing: Fix RAW printing for normal users.
Andreas Schneider
1
-1
/
+1
2012-10-06
s3: Add two tests a CLEAR_IF_FIRST crash
Volker Lendecke
1
-0
/
+56
2012-10-06
We should never just assign an st_mode to an ace->perms field, theoretically
Jeremy Allison
1
-2
/
+2
2012-10-05
Modify ensure_canon_entry_valid() into ensure_canon_entry_valid_on_set() - ma...
Jeremy Allison
1
-154
/
+141
2012-10-05
Simplify ensure_canon_entry_valid by splitting out the _get codepath.
Jeremy Allison
1
-3
/
+86
2012-10-04
Remove the parameters:
Jeremy Allison
2
-8
/
+0
2012-10-04
Remove all uses of lp_security_mask/lp_force_security_mode/lp_dir_security_ma...
Jeremy Allison
2
-20
/
+10
2012-10-04
Revert "Add functions to programatically set the security mask and directory ...
Jeremy Allison
2
-16
/
+0
2012-10-04
Revert "When creating a new file/directory, we need to obey the create mask/d...
Jeremy Allison
1
-15
/
+0
2012-10-04
s3fs-smbd: Make sure the registry is set up before we init printing.
Andreas Schneider
1
-4
/
+4
2012-10-04
waf: Build pam_smbpass module only if enabled.
Andreas Schneider
2
-1
/
+5
2012-10-03
Revert "Fix bug #9222 - smbd ignores the "server signing = no" setting for SM...
Jeremy Allison
2
-12
/
+4
2012-10-03
Fix bug #9214 - Bad user supplied SMB2 credit value can cause smbd to call sm...
Jeremy Allison
1
-1
/
+6
2012-10-03
Fix bug #9222 - smbd ignores the "server signing = no" setting for SMB2.
Jeremy Allison
2
-4
/
+12
2012-10-02
When creating a new file/directory, we need to obey the create mask/directory...
Jeremy Allison
1
-0
/
+15
2012-10-02
Add functions to programatically set the security mask and directory security...
Jeremy Allison
2
-0
/
+16
2012-10-02
When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER a...
Jeremy Allison
1
-0
/
+10
[next]