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:smb2_server: verify the signature before the session_status
Stefan Metzmacher
1
-3
/
+4
2012-08-16
s3:smb2_server: add some const to print_req_vectors()
Stefan Metzmacher
1
-1
/
+1
2012-08-16
s3-libsmb: Add a python wrapper
Volker Lendecke
3
-1
/
+678
2012-08-16
s3-g_lock: Make g_lock_lock more robust
Volker Lendecke
1
-0
/
+24
2012-08-16
s3-msg: For msg_channel, correct the talloc hierarchy
Volker Lendecke
1
-1
/
+1
2012-08-16
s3-msg: Rename msg_channel_init_destructor
Volker Lendecke
1
-3
/
+3
2012-08-16
s3-autoconf: Fix deps for dbwrap_torture
Volker Lendecke
1
-1
/
+1
2012-08-16
s3-g_lock: Properly free "rec" on retry to avoid deadlock
Volker Lendecke
1
-0
/
+1
2012-08-16
s3:brlock: give traverse_fn a proper name
Christian Ambach
1
-2
/
+2
2012-08-16
s3:vfs_gpfs: make sure parameters are set correctly for leases
Christian Ambach
1
-0
/
+25
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
[prev]
[next]