summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3-msg: For msg_channel, correct the talloc hierarchyVolker Lendecke2012-08-161-1/+1
* s3-msg: Rename msg_channel_init_destructorVolker Lendecke2012-08-161-3/+3
* s3-autoconf: Fix deps for dbwrap_tortureVolker Lendecke2012-08-161-1/+1
* s3-g_lock: Properly free "rec" on retry to avoid deadlockVolker Lendecke2012-08-161-0/+1
* s3:brlock: give traverse_fn a proper nameChristian Ambach2012-08-161-2/+2
* s3:vfs_gpfs: make sure parameters are set correctly for leasesChristian Ambach2012-08-161-0/+25
* s3:vfs_gpfs: Fix compile error in gpfs moduleChristof Schmitt2012-08-161-0/+1
* s3-selftest: Add a seperate test for ACL tests using vfstestAndrew Bartlett2012-08-164-11/+94
* s3-torture: Add ACL commands to vfstestAndrew Bartlett2012-08-161-0/+311
* s3-torture: Use talloc more in vfstestAndrew Bartlett2012-08-162-29/+25
* s3-torture: Initialise fsp fully in vfstest openAndrew Bartlett2012-08-161-0/+34
* s3-smbd: Do not check no_acl_syscall_error(errno) after sys_acl_init()Andrew Bartlett2012-08-161-11/+2
* selftest: Extend xattr-tdb-1 vfstest to call statAndrew Bartlett2012-08-161-0/+1
* s3-vfs: Continue to make vfs_xattr_tdb non-recursiveAndrew Bartlett2012-08-161-24/+50
* s3-vfs: Add new VFS module to fake setting an ACLAndrew Bartlett2012-08-162-0/+378
* s3-selftest: convert xattr-tdb-1 vfstest driver into a subunit testAndrew Bartlett2012-08-163-10/+52
* s3-selftest: convert stream_depot vfstest driver into a subunit testAndrew Bartlett2012-08-163-10/+35
* fix printf warning in net connectionsAndrew Bartlett2012-08-161-2/+2
* s3:utils: remove standalone cclean toolGregor Beck2012-08-163-328/+1
* s3:net add command "connections cleanup"Gregor Beck2012-08-165-2/+286
* s3-vfs: Set errno in xattr emulationAndrew Bartlett2012-08-152-0/+7
* s3-vfs: Avoid loops in VFS modules: call _NEXT functions in xattr emulationAndrew Bartlett2012-08-152-8/+8
* s3-vfs: ensure we strictly free the talloc_stackframeAndrew Bartlett2012-08-151-1/+1
* librpc/idl: Make smb_acl_t public so we can pull/push it as a blobAndrew Bartlett2012-08-151-0/+9
* s3:smb2_server: do calculations based on SMBD_SMB2_NUM_IOV_PER_REQ in smbd_sm...Stefan Metzmacher2012-08-151-3/+3
* s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-opAndrew Bartlett2012-08-154-10/+0
* s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()Andrew Bartlett2012-08-155-48/+41
* s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett2012-08-156-1033/+1
* s3-smbd: Remove unused conn argument from convert_permset_to_mode_t()Andrew Bartlett2012-08-151-3/+3
* s3-smbd: Call sys_acl_set_permset() directly rather than via the VFSAndrew Bartlett2012-08-151-7/+7
* s3-smbd: Call sys_acl_set_qualifier() directly rather than via the VFSAndrew Bartlett2012-08-151-3/+3
* s3-smbd: Call sys_acl_set_tag_type() directly rather than via the VFSAndrew Bartlett2012-08-151-6/+6
* s3-smbd: Call sys_acl_create_entry() directly rather than via the VFSAndrew Bartlett2012-08-151-6/+6
* s3-smbd: Call sys_acl_add_perm() directly rather than via the VFSAndrew Bartlett2012-08-151-6/+6
* s3-smbd: Call sys_acl_clear_perms() directly rather than via the VFSAndrew Bartlett2012-08-151-2/+2
* s3-smbd: Call sys_acl_init() directly rather than via the VFSAndrew Bartlett2012-08-151-3/+3
* s3-smbd: Call sys_acl_free_acl() directly rather than via the VFSAndrew Bartlett2012-08-152-24/+24
* s3-smbd: Call sys_acl_free_qualifier() directly rather than via the VFSAndrew Bartlett2012-08-151-2/+2
* s3-smbd: Call sys_acl_get_entry() directly rather than via the VFSAndrew Bartlett2012-08-152-8/+8
* s3-smbd: Call sys_acl_free_qualifier() directly rather than via the VFSAndrew Bartlett2012-08-151-2/+2
* s3-smbd: Call sys_acl_get_qualifier() directly rather than via the VFSAndrew Bartlett2012-08-152-4/+4
* s3-smbd: Call sys_acl_get_tagtype() directly rather than via the VFSAndrew Bartlett2012-08-152-5/+5
* s3-smbd: Call sys_acl_get_permset() directly rather than via the VFSAndrew Bartlett2012-08-152-8/+8
* s3-smbd: Call sys_acl_get_perm() directly rather than via the VFSAndrew Bartlett2012-08-152-9/+9
* s3-smbd: Move smb_acl_t declaration to smb_acl.idlAndrew Bartlett2012-08-152-34/+4
* s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett2012-08-159-64/+49
* s3-winbind: Return the DC name from DC_PINGChristof Schmitt2012-08-153-1/+14
* s3-winbind: Pass ping-dc result to clientChristof Schmitt2012-08-151-1/+9
* s3-passdb: Silence scary DEBUG(0) message on first use of secrets.tdb databasesAndrew Bartlett2012-08-141-5/+10
* s3-vfs: Put vfs_aixacl_util.c helper functions into a header fileAndrew Bartlett2012-08-143-3/+24