summaryrefslogtreecommitdiff
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* s3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.Justin Maggard2015-08-032-3/+3
* s3-passdb: Fix 'force user' with winbind default domainAndreas Schneider2015-04-081-0/+24
* pdb_tdb: Fix a TALLOC/SAFE_FREE mixupVolker Lendecke2014-11-171-1/+1
* Don't discard result of checking grouptypeRoel van Meer2014-09-011-2/+0
* passdb: fix NT_STATUS_NO_SUCH_GROUPArvid Requate2014-09-011-2/+2
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-08-072-2/+2
* dsdb: Always store and return the userParameters as a array of LE 16-bit valuesAndrew Bartlett2014-07-151-5/+26
* passdb: Do not routinely clear the global memory returned by get_global_sam_s...Andrew Bartlett2014-07-152-15/+41
* lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)Björn Baumbach2014-05-201-1/+1
* s3-passdb: Fix string duplication to pointers.Andreas Schneider2014-01-131-2/+12
* s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider2013-11-262-7/+25
* s3:passdb/pdb_util make pdb_create_builtin consider whether backend deals wit...Christian Ambach2013-06-211-4/+33
* s3:passdb add a gid argument to pdb_create_builtin_aliasChristian Ambach2013-06-212-2/+2
* s3:passdb expose pdb_create_builtin functionChristian Ambach2013-06-212-3/+4
* s3:passdb/pdb_tdb add parameter to control handling of BUILTINChristian Ambach2013-06-211-0/+10
* s3:passdb/pdb_ldap remove an unnecessary checkChristian Ambach2013-06-211-4/+0
* s3:passdb/pdb_ldap make the module handle well-knownChristian Ambach2013-06-211-0/+7
* s3:passdb make pdb_sid_to_id honor backend responsibilitiesChristian Ambach2013-06-211-0/+7
* s3:passdb/pdb_samba_dsdb make the module handle well-knownChristian Ambach2013-06-211-0/+7
* s3:passdb add pdb_*_is_responsible_for* functionsChristian Ambach2013-06-212-0/+79
* s3:passdb/samba_dsdb fix some compiler warningsChristian Ambach2013-06-211-2/+2
* s3:passdb/samba_dsdb fix a compiler warningChristian Ambach2013-06-211-1/+1
* passdb-machine_account_secrets: Remove #if SAMBA_BUILD_ == 4 now we only have...Andrew Bartlett2013-05-282-10/+0
* pdb_ldap: Do not skip accounts without a sambaAcctFlags valueAndrew Bartlett2013-05-161-4/+4
* PASSDB: add support to set and enumerate UPN suffixes associated with our forestAlexander Bokovoy2013-04-092-0/+38
* pdb: Fix array overrun by one.Andreas Schneider2013-02-221-3/+4
* ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2013-02-202-5/+5
* Rename pdb_ldap to pdb_ldapsamAndreas Schneider2013-02-065-12/+16
* waf: Fix pdb_ldap which cannot be built as a module.Andreas Schneider2013-01-231-2/+4
* passdb: Add discard_const_p() to pdb_samba_dsdbAndrew Bartlett2013-01-101-2/+2
* s3:passdb: fix building pdb_ldap as shared moduleMichael Adam2012-12-032-2/+3
* s3:passdb: don't look into group mappings in legacy_sid_to_unixid()Michael Adam2012-12-031-28/+1
* s3:passdb:pdb_ldap: treat "Unix User" and "Unix Group" in sid_to_id()Michael Adam2012-12-031-0/+5
* s3:passdb:pdb_ldap: pre-validate sid with sid_check_object_is_for_passdb()Michael Adam2012-12-031-3/+3
* s3:passdb: add sid_check_object_is_for_passdb()Michael Adam2012-12-031-0/+1
* s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_si...Michael Adam2012-12-031-16/+32
* s3:passdb: don't bail out in pdb_default_sid_to_id() if sid is not in our samMichael Adam2012-12-031-5/+0
* build the new sid_check_is_for_passdb() function into passdbMichael Adam2012-12-031-0/+1
* s3:passdb formatting changesChristian Ambach2012-09-271-7/+7
* lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett2012-09-261-1/+0
* build: Fix enabled handling for HAVE_LDAP, we need to use bld.CONFIG_SETAndrew Bartlett2012-09-221-1/+1
* s3:pdb_ldap remove unused functionChristian Ambach2012-09-221-23/+0
* s3: make smbldaphelper subsystem an internal libraryAlexander Bokovoy2012-09-141-7/+0
* s3: make ldapsam-related functions a smbldaphelper subsystemAlexander Bokovoy2012-09-131-2/+2
* s3-pdb: filter out more symbols only used in ldapsam internalsAlexander Bokovoy2012-09-121-1/+0
* s3-passdb: update abi_match and ignore more statically linked functionsAlexander Bokovoy2012-09-101-10/+0
* s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy2012-09-073-44/+44
* s3-waf: avoid exporting init symbols from statically linked modulesAlexander Bokovoy2012-09-071-0/+317
* s3-passdb: convert pdb_ipa to use secrets wrappersAlexander Bokovoy2012-09-071-4/+4
* s3-passdb: convert pdb_ldap to use secrets wrappersAlexander Bokovoy2012-09-071-2/+2