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-08-16
s3:vfs_gpfs: Fix compile error in gpfs module
Christof Schmitt
1
-0
/
+1
2012-08-16
s3-selftest: Add a seperate test for ACL tests using vfstest
Andrew Bartlett
4
-11
/
+94
2012-08-16
s3-torture: Add ACL commands to vfstest
Andrew Bartlett
1
-0
/
+311
2012-08-16
s3-torture: Use talloc more in vfstest
Andrew Bartlett
2
-29
/
+25
2012-08-16
s3-torture: Initialise fsp fully in vfstest open
Andrew Bartlett
1
-0
/
+34
2012-08-16
s3-smbd: Do not check no_acl_syscall_error(errno) after sys_acl_init()
Andrew Bartlett
1
-11
/
+2
2012-08-16
selftest: Extend xattr-tdb-1 vfstest to call stat
Andrew Bartlett
1
-0
/
+1
2012-08-16
s3-vfs: Continue to make vfs_xattr_tdb non-recursive
Andrew Bartlett
1
-24
/
+50
2012-08-16
s3-vfs: Add new VFS module to fake setting an ACL
Andrew Bartlett
2
-0
/
+378
2012-08-16
s3-selftest: convert xattr-tdb-1 vfstest driver into a subunit test
Andrew Bartlett
3
-10
/
+52
2012-08-16
s3-selftest: convert stream_depot vfstest driver into a subunit test
Andrew Bartlett
3
-10
/
+35
2012-08-16
fix printf warning in net connections
Andrew Bartlett
1
-2
/
+2
2012-08-16
s3:utils: remove standalone cclean tool
Gregor Beck
3
-328
/
+1
2012-08-16
s3:net add command "connections cleanup"
Gregor Beck
5
-2
/
+286
2012-08-15
s3-vfs: Set errno in xattr emulation
Andrew Bartlett
2
-0
/
+7
2012-08-15
s3-vfs: Avoid loops in VFS modules: call _NEXT functions in xattr emulation
Andrew Bartlett
2
-8
/
+8
2012-08-15
s3-vfs: ensure we strictly free the talloc_stackframe
Andrew Bartlett
1
-1
/
+1
2012-08-15
librpc/idl: Make smb_acl_t public so we can pull/push it as a blob
Andrew Bartlett
1
-0
/
+9
2012-08-15
s3:smb2_server: do calculations based on SMBD_SMB2_NUM_IOV_PER_REQ in smbd_sm...
Stefan Metzmacher
1
-3
/
+3
2012-08-15
s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-op
Andrew Bartlett
4
-10
/
+0
2012-08-15
s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()
Andrew Bartlett
5
-48
/
+41
2012-08-15
s3-smbd: Remove sys_acl_*() VFS wrapper functions
Andrew Bartlett
6
-1033
/
+1
2012-08-15
s3-smbd: Remove unused conn argument from convert_permset_to_mode_t()
Andrew Bartlett
1
-3
/
+3
2012-08-15
s3-smbd: Call sys_acl_set_permset() directly rather than via the VFS
Andrew Bartlett
1
-7
/
+7
2012-08-15
s3-smbd: Call sys_acl_set_qualifier() directly rather than via the VFS
Andrew Bartlett
1
-3
/
+3
2012-08-15
s3-smbd: Call sys_acl_set_tag_type() directly rather than via the VFS
Andrew Bartlett
1
-6
/
+6
2012-08-15
s3-smbd: Call sys_acl_create_entry() directly rather than via the VFS
Andrew Bartlett
1
-6
/
+6
2012-08-15
s3-smbd: Call sys_acl_add_perm() directly rather than via the VFS
Andrew Bartlett
1
-6
/
+6
2012-08-15
s3-smbd: Call sys_acl_clear_perms() directly rather than via the VFS
Andrew Bartlett
1
-2
/
+2
2012-08-15
s3-smbd: Call sys_acl_init() directly rather than via the VFS
Andrew Bartlett
1
-3
/
+3
2012-08-15
s3-smbd: Call sys_acl_free_acl() directly rather than via the VFS
Andrew Bartlett
2
-24
/
+24
2012-08-15
s3-smbd: Call sys_acl_free_qualifier() directly rather than via the VFS
Andrew Bartlett
1
-2
/
+2
2012-08-15
s3-smbd: Call sys_acl_get_entry() directly rather than via the VFS
Andrew Bartlett
2
-8
/
+8
2012-08-15
s3-smbd: Call sys_acl_free_qualifier() directly rather than via the VFS
Andrew Bartlett
1
-2
/
+2
2012-08-15
s3-smbd: Call sys_acl_get_qualifier() directly rather than via the VFS
Andrew Bartlett
2
-4
/
+4
2012-08-15
s3-smbd: Call sys_acl_get_tagtype() directly rather than via the VFS
Andrew Bartlett
2
-5
/
+5
2012-08-15
s3-smbd: Call sys_acl_get_permset() directly rather than via the VFS
Andrew Bartlett
2
-8
/
+8
2012-08-15
s3-smbd: Call sys_acl_get_perm() directly rather than via the VFS
Andrew Bartlett
2
-9
/
+9
2012-08-15
s3-smbd: Move smb_acl_t declaration to smb_acl.idl
Andrew Bartlett
2
-34
/
+4
2012-08-15
s3-smbd: Change allocation of smb_acl_t to talloc()
Andrew Bartlett
9
-64
/
+49
2012-08-15
s3-winbind: Return the DC name from DC_PING
Christof Schmitt
3
-1
/
+14
2012-08-15
s3-winbind: Pass ping-dc result to client
Christof Schmitt
1
-1
/
+9
2012-08-14
s3-passdb: Silence scary DEBUG(0) message on first use of secrets.tdb databases
Andrew Bartlett
1
-5
/
+10
2012-08-14
s3-vfs: Put vfs_aixacl_util.c helper functions into a header file
Andrew Bartlett
3
-3
/
+24
2012-08-14
s3-selftest: Add smbclient tarmode test
Salvador I. Gonzalez
2
-1
/
+185
2012-08-14
s3-selftest: Fix copy/paste error in test usage string
Salvador I. Gonzalez
1
-1
/
+1
2012-08-13
Fix smbclient/tarmode panic on connecting to Windows 2000 clients.
Salvador I. Gonzalez
1
-8
/
+19
2012-08-13
Ensure we update last_access on the winbindd child struct on each request.
Jeremy Allison
1
-0
/
+1
2012-08-12
s3: skip loading vfs modules for printer connections
Björn Jacke
1
-0
/
+6
2012-08-11
s3-nfs4acls: Remove lookup_sid and sidmap from NFSv4 ACL mapping and check gi...
Andrew Bartlett
1
-115
/
+13
[next]