summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-02-13s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...Michael Adam1-1/+1
2013-02-12Fix bug 9519 - Samba returns unexpected error on SMB posix open.Jeremy Allison1-2/+9
2013-02-11Fix bug #9642 - vfs_afsacl.c won't build.Jeremy Allison1-1/+2
2013-02-09Improve the configure tests for aio_suspend to get rid of warnings. Timur pro...Richard Sharpe2-2/+2
2013-02-08s3: Make SMB2_GETINFO multi-volume aware.Ira Cooper3-9/+20
2013-02-08winbind: Fix an incompatible pointer type warningVolker Lendecke1-1/+1
2013-02-08torture: We use transactions for CLEAR_IF_FIRST dbVolker Lendecke1-1/+1
2013-02-07BUG 9633: Recursive mget should continue on EPERM.David Disseldorp1-2/+11
2013-02-07s3-rpc_server: Fix password encoding in _netr_ServerGetTrustInfo().Sumit Bose1-14/+8
2013-02-07s3-rpc_server: Dont wipe out ref pointers in _netr_ServerGetTrustInfo().Günther Deschner1-13/+4
2013-02-06autoconf: rename pdb_ldap module to pdb_ldapsamAlexander Bokovoy1-2/+7
2013-02-06source3/wscript: support 'pdb_ldap' module in configureAlexander Bokovoy1-0/+13
2013-02-06Rename pdb_ldap to pdb_ldapsamAndreas Schneider6-13/+17
2013-02-05s3:auth small optimization in create_token_from_sidChristian Ambach1-3/+5
2013-02-05s3:net: reduce indentation in net idmap delete for symmetry and consistencyMichael Adam1-5/+7
2013-02-05s3:net: introduce a talloc stackframe for net idmap deleteMichael Adam1-3/+2
2013-02-05s3:net_idmap_delete do not lock two records at the same timeChristian Ambach1-24/+25
2013-02-05s3:net idmap: use lp_idmap_default_backend() now that we have it.Michael Adam1-1/+1
2013-02-05s3:param: add new lp_idmap_default_backend()Michael Adam2-0/+6
2013-02-05s3:param: introduce new lp_idmap_backend() that takes the domainMichael Adam2-0/+28
2013-02-05s3:param: add a commentMichael Adam1-0/+4
2013-02-05s3:param: remove unused function lp_idmap_backend()Michael Adam2-1/+1
2013-02-05s3:net idmap: remove call to lp_idmap_backend() - this is useless.Michael Adam1-2/+2
2013-02-05s3:param: remove unused functions lp_idmap_uid() and lp_idmap_gid()Michael Adam2-49/+0
2013-02-05s3:auth: use new lp_idmap_default_range() instead of lp_idmap_gid() in create...Michael Adam1-2/+2
2013-02-05s3:param: add utility function lp_idmap_default_range()Michael Adam2-0/+6
2013-02-05s3:param: add a utility function lp_idmap_range() to get the configured range...Michael Adam2-0/+41
2013-02-05s3:param: remove an old comment (that is not up-to date any more)Michael Adam1-2/+0
2013-02-04s3:dbrwap_ctdb: ZERO_STRUCT(rec) just to be sure in traverse_persistent_callb...Michael Adam1-0/+1
2013-02-04s3:dbwrap_ctdb: ZERO_STRUCT(rec) just to be sure in traverse_read_callback()Michael Adam1-0/+2
2013-02-04s3:dbwrap_ctdb: add "db_context" to "db_record"Stefan Metzmacher1-2/+5
2013-02-04s3:dbwrap_ctdb: setup result->name in db_open_ctdb()Stefan Metzmacher1-0/+7
2013-02-04s3: use generate_random_password() instead of generate_random_str()Stefan Metzmacher5-12/+21
2013-02-04s3:modules remove gpfs_getacl_allocChristian Ambach1-46/+0
2013-02-04s3:modules use vfs_gpfs_getacl in gpfsacl_get_posix_aclChristian Ambach1-3/+3
2013-02-04s3:modules use vfs_gpfs_getacl in gpfsacl_set_nt_acl_internalChristian Ambach1-5/+9
2013-02-04s3:modules use vfs_gpfs_getacl in gpfs_get_nfs4_aclChristian Ambach1-2/+5
2013-02-04s3:torture/vfstest add memreport optionChristian Ambach1-0/+8
2013-02-04s3:torture/vfstest implement sys_acl_blob_get_fdChristian Ambach1-0/+45
2013-02-04s3:torture/vfstest implement sys_acl_blob_get_fileChristian Ambach1-0/+32
2013-02-04s3:vfs_gpfs use non_posix_sys_acl_blob_get_*_helperChristian Ambach1-16/+90
2013-02-04s3:vfs_gpfs add a generic vfs_gpfs_getacl functionChristian Ambach1-0/+73
2013-02-04s3:modules/vfs_gpfs add GPFS_GETACL_NATIVE defineChristian Ambach1-0/+4
2013-02-04s3:modules/non_posix_acls: only stat if we do not have it cachedChristian Ambach1-4/+8
2013-02-04s3:autoconf add non_posix_acls to NFS4ACL_OBJChristian Ambach1-1/+1
2013-02-04s3:autoconf introduce NFS4ACL_OBJChristian Ambach1-3/+5
2013-02-04s3-waf:modules add non_posix_acls dependency to vfs_gpfsChristian Ambach1-1/+1
2013-02-04vfs: Add helper function for non posix ACL modulesAndrew Bartlett3-0/+136
2013-02-04vfs_acl_common: Do not fetch the underlying NT ACL unless we need itAndrew Bartlett1-44/+80
2013-02-04vfs: Whitespace fix only to get_nt_acl_internal indentationAndrew Bartlett1-4/+4