summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-04vfs: Implement an improved vfs_acl_common that uses the hash of the system ACLAndrew Bartlett1-51/+250
2013-02-04vfs: Add helper function hash_blob_sha256 to vfs_acl_common.cAndrew Bartlett1-7/+19
2013-02-04Fix typo in warning messageVolker Lendecke1-1/+1
2013-02-01s3-net: mention optional impersonation principal for PAC retrieval.Günther Deschner1-1/+1
2013-02-01s3:auth: wbcAuthenticateEx gives unix times (bug #9625)Stefan Metzmacher1-3/+3
2013-01-30smbd: Fix a typoVolker Lendecke1-1/+1
2013-01-30smbd: Fix a typoVolker Lendecke1-1/+1
2013-01-29s3:winbindd: change getpwsid() to return a passwd struct for a group sid id-m...Michael Adam1-9/+43
2013-01-29s3:winbindd: check the correct variable for talloc success in rpc_query_user()Michael Adam1-1/+1
2013-01-29s3:winbindd:getgrnam: also produce a group struct for a user with ID_TYPE_BOTHMichael Adam1-2/+13
2013-01-29s3:winbindd: create group structs for gids that are coming from a user sid id...Michael Adam1-0/+49
2013-01-29s3:winbindd: factor add_wbint_Principal_to_dict() out of wb_group_members_done()Michael Adam2-17/+47
2013-01-29s3:winbindd: fix a cut'n'paste comment typo in wb_fill_pwentMichael Adam1-1/+1