summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-17dns_server: Try and use the dns-SERVER account if we were configured with itAndrew Bartlett1-14/+47
2012-10-17ccan: check for all the used config.h definesRusty Russell2-0/+37
2012-10-16libcli/dns: Time out requests after a whileKai Blin1-0/+8
2012-10-16selftest/knownfail: add samba3.rpc.lsa.privileges.lsa.PrivilegesStefan Metzmacher1-0/+1
2012-10-16Revert "provision: Always create DNS user."Stefan Metzmacher1-13/+18
2012-10-13s4-dns: Fix the comments about ignoring zones in internal serverMatthieu Patou1-1/+7
2012-10-12s3:smb2_getinfo ensure proper error for not yet present quota supportChristian Ambach1-0/+4
2012-10-12s3:vfs_gpfs re-indent run-away linesChristian Ambach1-4/+10
2012-10-12s3:vfs_gpfs fix the buildChristian Ambach1-5/+11
2012-10-12s3:vfs_gpfs remove a trailing spaceChristian Ambach1-1/+1
2012-10-12s3:vfs_gpfs skip local flock when gpfs sharemodes are disabledChristian Ambach1-2/+5
2012-10-12selftest: Move more tests to common list script.Jelmer Vernooij3-29/+32
2012-10-11samba.join: Fix multiple spaces.Jelmer Vernooij1-1/+1
2012-10-11selftest: Move some tests to common test script.Jelmer Vernooij2-2/+2
2012-10-11selftests.tests: Remove reference to Samba 4.Jelmer Vernooij1-4/+4
2012-10-11samba.provision.sambadns: Use == to compare strings, not 'is'.Jelmer Vernooij1-1/+1
2012-10-11s3fs-printing: Simplify the comment and location handling.Andreas Schneider1-13/+17
2012-10-11packaging: Add support for reloading systemd services.Andreas Schneider4-0/+4
2012-10-11provision: Always create DNS user.Jelmer Vernooij1-18/+13
2012-10-11wafsamba: Ignore some more symbols when checking for dupes.Jelmer Vernooij1-1/+1
2012-10-11smbd: Always free the talloc_stackframe() before leaving smbd_do_query_securi...Andrew Bartlett1-0/+3
2012-10-11docs: Add very basic samba manpage.Karolin Seeger1-0/+181
2012-10-11rpc_server:srvsvc Remove psd variable that was no longer set by SMB_VFS_FGET_...Andrew Bartlett1-5/+3
2012-10-11build: Remove --disable-sharedAndrew Bartlett2-15/+2
2012-10-11vfs: Remove irixacl module (all the fucntions in it are unimplemented)Andrew Bartlett7-197/+0
2012-10-11vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctxAndrew Bartlett4-31/+50
2012-10-11vfs: Improve formatting of vfs_fake_aclsAndrew Bartlett1-2/+2
2012-10-11vfs: Improve formatting of vfs_defaultAndrew Bartlett1-23/+23
2012-10-11examples: Re-indent and reformat skel VFS modulesAndrew Bartlett2-348/+436
2012-10-11vfs: Use a blocking function in vfs_zfsacl for system ACL blobsAndrew Bartlett1-0/+12
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_tru64acl for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_solarisacl for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_posixacl for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_irix for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_hpux for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_gpfs for posix ACLsAndrew Bartlett1-0/+58
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_fake_acls for posix ACLsAndrew Bartlett1-67/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_default for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl2 for posix ACLsAndrew Bartlett1-0/+38
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_aixaclAndrew Bartlett1-0/+2
2012-10-11vfs: Use a blocking function in vfs_afsacl for system ACL blobsAndrew Bartlett1-1/+17
2012-10-11vfs: Implement a sys_acl_blob_get_{fd,file} for POSIX ACL backendsAndrew Bartlett3-1/+126
2012-10-11vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett7-17/+16
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett25-130/+245
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett27-146/+219
2012-10-11build: Add vfs_media_harmony to the waf buildAndrew Bartlett1-0/+9
2012-10-11posixacls: Add IDL changes for vfs_acl_xattr using hash of the sys aclAndrew Bartlett2-1/+32
2012-10-10s3-rpc_server: fix build warningDavid Disseldorp1-0/+2
2012-10-09Make sure the returned sd is on the right context, and if not it's always freed.Jeremy Allison1-1/+3
2012-10-09Move setting of psd->dacl->revision and protect against null SD's.Jeremy Allison1-2/+4