summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:param: introduce new lp_idmap_backend() that takes the domainMichael Adam2013-02-052-0/+28
* s3:param: add a commentMichael Adam2013-02-051-0/+4
* s3:param: remove unused function lp_idmap_backend()Michael Adam2013-02-054-2/+2
* s3:net idmap: remove call to lp_idmap_backend() - this is useless.Michael Adam2013-02-051-2/+2
* s3:param: remove unused functions lp_idmap_uid() and lp_idmap_gid()Michael Adam2013-02-052-49/+0
* s3:auth: use new lp_idmap_default_range() instead of lp_idmap_gid() in create...Michael Adam2013-02-051-2/+2
* s3:param: add utility function lp_idmap_default_range()Michael Adam2013-02-052-0/+6
* s3:param: add a utility function lp_idmap_range() to get the configured range...Michael Adam2013-02-052-0/+41
* s3:param: remove an old comment (that is not up-to date any more)Michael Adam2013-02-051-2/+0
* tdb: Remove "header" from tdb_contextVolker Lendecke2013-02-0513-59/+64
* tdb: Pass argument "header" to check_header_hashVolker Lendecke2013-02-051-4/+6
* tdb: Pass argument "header" to tdb_new_databaseVolker Lendecke2013-02-051-6/+8
* samba-tool/domain provision: add support for utf-8 passwords for --adminpassStefan Metzmacher2013-02-041-0/+1
* samba-tool/user setpassword: fix help messageStefan Metzmacher2013-02-041-3/+3
* s4:scripting/python: add support for utf-8 passwords from the command lineStefan Metzmacher2013-02-041-1/+2
* s3:dbrwap_ctdb: ZERO_STRUCT(rec) just to be sure in traverse_persistent_callb...Michael Adam2013-02-041-0/+1
* s3:dbwrap_ctdb: ZERO_STRUCT(rec) just to be sure in traverse_read_callback()Michael Adam2013-02-041-0/+2
* s3:dbwrap_ctdb: add "db_context" to "db_record"Stefan Metzmacher2013-02-041-2/+5
* s3:dbwrap_ctdb: setup result->name in db_open_ctdb()Stefan Metzmacher2013-02-041-0/+7
* lib/dbwrap: talloc_strdup() name in db_open_file()Stefan Metzmacher2013-02-041-1/+6
* lib/util: improve check_password_quality() to handle utf8Stefan Metzmacher2013-02-042-19/+120
* dsdb/util: rework samdb_check_password() to support utf8Stefan Metzmacher2013-02-041-5/+16
* dsdb/password_hash: rename variable 'stat' to 'vstat'Stefan Metzmacher2013-02-041-5/+5
* dsdb/password_hash: make sure that io->n.cleartext_utf8.data is a null termin...Stefan Metzmacher2013-02-041-0/+23
* s3: use generate_random_password() instead of generate_random_str()Stefan Metzmacher2013-02-045-12/+21
* Revert "selftest: skip smb2.ioctl tests on ntvfs"David Disseldorp2013-02-042-1/+2
* s3:modules remove gpfs_getacl_allocChristian Ambach2013-02-041-46/+0
* s3:modules use vfs_gpfs_getacl in gpfsacl_get_posix_aclChristian Ambach2013-02-041-3/+3
* s3:modules use vfs_gpfs_getacl in gpfsacl_set_nt_acl_internalChristian Ambach2013-02-041-5/+9
* s3:modules use vfs_gpfs_getacl in gpfs_get_nfs4_aclChristian Ambach2013-02-041-2/+5
* s3:torture/vfstest add memreport optionChristian Ambach2013-02-041-0/+8
* s3:torture/vfstest implement sys_acl_blob_get_fdChristian Ambach2013-02-041-0/+45
* s3:torture/vfstest implement sys_acl_blob_get_fileChristian Ambach2013-02-041-0/+32
* s3:vfs_gpfs use non_posix_sys_acl_blob_get_*_helperChristian Ambach2013-02-041-16/+90
* s3:vfs_gpfs add a generic vfs_gpfs_getacl functionChristian Ambach2013-02-041-0/+73
* s3:modules/vfs_gpfs add GPFS_GETACL_NATIVE defineChristian Ambach2013-02-041-0/+4
* s3:modules/non_posix_acls: only stat if we do not have it cachedChristian Ambach2013-02-041-4/+8
* s3:autoconf add non_posix_acls to NFS4ACL_OBJChristian Ambach2013-02-041-1/+1
* s3:autoconf introduce NFS4ACL_OBJChristian Ambach2013-02-041-3/+5
* s3-waf:modules add non_posix_acls dependency to vfs_gpfsChristian Ambach2013-02-041-1/+1
* vfs: Add helper function for non posix ACL modulesAndrew Bartlett2013-02-043-0/+136
* idl: Provide a common wrapper for the data to hash for a non-POSIX ACLAndrew Bartlett2013-02-041-0/+12
* selftest: add a test that demonstrates how new ACL blob code helpsChristian Ambach2013-02-041-0/+17
* vfs_acl_common: Do not fetch the underlying NT ACL unless we need itAndrew Bartlett2013-02-041-44/+80
* vfs: Whitespace fix only to get_nt_acl_internal indentationAndrew Bartlett2013-02-041-4/+4
* vfs: Implement an improved vfs_acl_common that uses the hash of the system ACLAndrew Bartlett2013-02-041-51/+250
* vfs: Add helper function hash_blob_sha256 to vfs_acl_common.cAndrew Bartlett2013-02-041-7/+19
* Fix typo in warning messageVolker Lendecke2013-02-041-1/+1
* tevent_poll: add poll_event_loop_wait()Stefan Metzmacher2013-02-031-2/+31
* tevent_poll: fix the usage of tevent_re_initialise()Stefan Metzmacher2013-02-021-0/+8