summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2_getinfo ensure proper error for not yet present quota supportChristian Ambach2012-10-121-0/+4
* s3:vfs_gpfs re-indent run-away linesChristian Ambach2012-10-121-4/+10
* s3:vfs_gpfs fix the buildChristian Ambach2012-10-121-5/+11
* s3:vfs_gpfs remove a trailing spaceChristian Ambach2012-10-121-1/+1
* s3:vfs_gpfs skip local flock when gpfs sharemodes are disabledChristian Ambach2012-10-121-2/+5
* s3fs-printing: Simplify the comment and location handling.Andreas Schneider2012-10-111-13/+17
* smbd: Always free the talloc_stackframe() before leaving smbd_do_query_securi...Andrew Bartlett2012-10-111-0/+3
* rpc_server:srvsvc Remove psd variable that was no longer set by SMB_VFS_FGET_...Andrew Bartlett2012-10-111-5/+3
* vfs: Remove irixacl module (all the fucntions in it are unimplemented)Andrew Bartlett2012-10-117-197/+0
* vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctxAndrew Bartlett2012-10-114-31/+50
* vfs: Improve formatting of vfs_fake_aclsAndrew Bartlett2012-10-111-2/+2
* vfs: Improve formatting of vfs_defaultAndrew Bartlett2012-10-111-23/+23
* vfs: Use a blocking function in vfs_zfsacl for system ACL blobsAndrew Bartlett2012-10-111-0/+12
* vfs: Use posix_sys_acl_blob_get_file in vfs_tru64acl for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_solarisacl for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_posixacl for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_irix for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_hpux for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_gpfs for posix ACLsAndrew Bartlett2012-10-111-0/+58
* vfs: Use posix_sys_acl_blob_get_file in vfs_fake_acls for posix ACLsAndrew Bartlett2012-10-111-67/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_default for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl2 for posix ACLsAndrew Bartlett2012-10-111-0/+38
* vfs: Use posix_sys_acl_blob_get_file in vfs_aixaclAndrew Bartlett2012-10-111-0/+2
* vfs: Use a blocking function in vfs_afsacl for system ACL blobsAndrew Bartlett2012-10-111-1/+17
* vfs: Implement a sys_acl_blob_get_{fd,file} for POSIX ACL backendsAndrew Bartlett2012-10-113-1/+126
* vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett2012-10-115-14/+13
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-1123-124/+231
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-1125-140/+203
* build: Add vfs_media_harmony to the waf buildAndrew Bartlett2012-10-111-0/+9
* s3-rpc_server: fix build warningDavid Disseldorp2012-10-101-0/+2
* Make sure the returned sd is on the right context, and if not it's always freed.Jeremy Allison2012-10-091-1/+3
* Move setting of psd->dacl->revision and protect against null SD's.Jeremy Allison2012-10-091-2/+4
* s3: Pass down smb_filename to smbacl4_fill_ace4Volker Lendecke2012-10-091-6/+6
* s3fs-printing: Fix RAW printing for normal users.Andreas Schneider2012-10-081-1/+1
* s3: Add two tests a CLEAR_IF_FIRST crashVolker Lendecke2012-10-061-0/+56
* We should never just assign an st_mode to an ace->perms field, theoreticallyJeremy Allison2012-10-061-2/+2
* Modify ensure_canon_entry_valid() into ensure_canon_entry_valid_on_set() - ma...Jeremy Allison2012-10-051-154/+141
* Simplify ensure_canon_entry_valid by splitting out the _get codepath.Jeremy Allison2012-10-051-3/+86
* Remove the parameters:Jeremy Allison2012-10-042-8/+0
* Remove all uses of lp_security_mask/lp_force_security_mode/lp_dir_security_ma...Jeremy Allison2012-10-042-20/+10
* Revert "Add functions to programatically set the security mask and directory ...Jeremy Allison2012-10-042-16/+0
* Revert "When creating a new file/directory, we need to obey the create mask/d...Jeremy Allison2012-10-041-15/+0
* s3fs-smbd: Make sure the registry is set up before we init printing.Andreas Schneider2012-10-041-4/+4
* waf: Build pam_smbpass module only if enabled.Andreas Schneider2012-10-042-1/+5
* Revert "Fix bug #9222 - smbd ignores the "server signing = no" setting for SM...Jeremy Allison2012-10-032-12/+4
* Fix bug #9214 - Bad user supplied SMB2 credit value can cause smbd to call sm...Jeremy Allison2012-10-031-1/+6
* Fix bug #9222 - smbd ignores the "server signing = no" setting for SMB2.Jeremy Allison2012-10-032-4/+12
* When creating a new file/directory, we need to obey the create mask/directory...Jeremy Allison2012-10-021-0/+15
* Add functions to programatically set the security mask and directory security...Jeremy Allison2012-10-022-0/+16
* When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER a...Jeremy Allison2012-10-021-0/+10