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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-17
dns_server: Try and use the dns-SERVER account if we were configured with it
Andrew Bartlett
1
-14
/
+47
2012-10-17
ccan: check for all the used config.h defines
Rusty Russell
2
-0
/
+37
2012-10-16
libcli/dns: Time out requests after a while
Kai Blin
1
-0
/
+8
2012-10-16
selftest/knownfail: add samba3.rpc.lsa.privileges.lsa.Privileges
Stefan Metzmacher
1
-0
/
+1
2012-10-16
Revert "provision: Always create DNS user."
Stefan Metzmacher
1
-13
/
+18
2012-10-13
s4-dns: Fix the comments about ignoring zones in internal server
Matthieu Patou
1
-1
/
+7
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-12
selftest: Move more tests to common list script.
Jelmer Vernooij
3
-29
/
+32
2012-10-11
samba.join: Fix multiple spaces.
Jelmer Vernooij
1
-1
/
+1
2012-10-11
selftest: Move some tests to common test script.
Jelmer Vernooij
2
-2
/
+2
2012-10-11
selftests.tests: Remove reference to Samba 4.
Jelmer Vernooij
1
-4
/
+4
2012-10-11
samba.provision.sambadns: Use == to compare strings, not 'is'.
Jelmer Vernooij
1
-1
/
+1
2012-10-11
s3fs-printing: Simplify the comment and location handling.
Andreas Schneider
1
-13
/
+17
2012-10-11
packaging: Add support for reloading systemd services.
Andreas Schneider
4
-0
/
+4
2012-10-11
provision: Always create DNS user.
Jelmer Vernooij
1
-18
/
+13
2012-10-11
wafsamba: Ignore some more symbols when checking for dupes.
Jelmer Vernooij
1
-1
/
+1
2012-10-11
smbd: Always free the talloc_stackframe() before leaving smbd_do_query_securi...
Andrew Bartlett
1
-0
/
+3
2012-10-11
docs: Add very basic samba manpage.
Karolin Seeger
1
-0
/
+181
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
build: Remove --disable-shared
Andrew Bartlett
2
-15
/
+2
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
examples: Re-indent and reformat skel VFS modules
Andrew Bartlett
2
-348
/
+436
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
7
-17
/
+16
2012-10-11
smbd: Add mem_ctx to {f,}get_nt_acl VFS call
Andrew Bartlett
25
-130
/
+245
2012-10-11
smbd: Add mem_ctx to sys_acl_init() and all callers
Andrew Bartlett
27
-146
/
+219
2012-10-11
build: Add vfs_media_harmony to the waf build
Andrew Bartlett
1
-0
/
+9
2012-10-11
posixacls: Add IDL changes for vfs_acl_xattr using hash of the sys acl
Andrew Bartlett
2
-1
/
+32
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
[next]