summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2013-09-24build: get rid of source strings from source3/passdb/wscript_buildMichael Adam1-9/+4
2013-09-05lib: Use "mem_ctx" arg in gencache_getVolker Lendecke1-2/+2
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke1-1/+1
2013-06-21s3:passdb/pdb_util make pdb_create_builtin consider whether backend deals wit...Christian Ambach1-4/+33
2013-06-21s3:passdb add a gid argument to pdb_create_builtin_aliasChristian Ambach2-2/+2
2013-06-21s3:passdb expose pdb_create_builtin functionChristian Ambach2-3/+4
2013-06-21s3:passdb/pdb_tdb add parameter to control handling of BUILTINChristian Ambach1-0/+10
2013-06-21s3:passdb/pdb_ldap remove an unnecessary checkChristian Ambach1-4/+0
2013-06-21s3:passdb/pdb_ldap make the module handle well-knownChristian Ambach1-0/+7
2013-06-21s3:passdb make pdb_sid_to_id honor backend responsibilitiesChristian Ambach1-0/+7
2013-06-21s3:passdb/pdb_samba_dsdb make the module handle well-knownChristian Ambach1-0/+7
2013-06-21s3:passdb add pdb_*_is_responsible_for* functionsChristian Ambach2-0/+79
2013-06-21s3:passdb/samba_dsdb fix some compiler warningsChristian Ambach1-2/+2
2013-06-21s3:passdb/samba_dsdb fix a compiler warningChristian Ambach1-1/+1
2013-05-28passdb-machine_account_secrets: Remove #if SAMBA_BUILD_ == 4 now we only have...Andrew Bartlett2-10/+0
2013-05-16pdb_ldap: Do not skip accounts without a sambaAcctFlags valueAndrew Bartlett1-4/+4
2013-04-09PASSDB: add support to set and enumerate UPN suffixes associated with our forestAlexander Bokovoy2-0/+38
2013-02-22pdb: Fix array overrun by one.Andreas Schneider1-3/+4
2013-02-20ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2-5/+5
2013-02-06Rename pdb_ldap to pdb_ldapsamAndreas Schneider5-12/+16
2013-01-23waf: Fix pdb_ldap which cannot be built as a module.Andreas Schneider1-2/+4
2013-01-10passdb: Add discard_const_p() to pdb_samba_dsdbAndrew Bartlett1-2/+2
2012-12-03s3:passdb: fix building pdb_ldap as shared moduleMichael Adam2-2/+3
2012-12-03s3:passdb: don't look into group mappings in legacy_sid_to_unixid()Michael Adam1-28/+1
2012-12-03s3:passdb:pdb_ldap: treat "Unix User" and "Unix Group" in sid_to_id()Michael Adam1-0/+5
2012-12-03s3:passdb:pdb_ldap: pre-validate sid with sid_check_object_is_for_passdb()Michael Adam1-3/+3
2012-12-03s3:passdb: add sid_check_object_is_for_passdb()Michael Adam1-0/+1
2012-12-03s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_si...Michael Adam1-16/+32
2012-12-03s3:passdb: don't bail out in pdb_default_sid_to_id() if sid is not in our samMichael Adam1-5/+0
2012-12-03build the new sid_check_is_for_passdb() function into passdbMichael Adam1-0/+1
2012-09-27s3:passdb formatting changesChristian Ambach1-7/+7
2012-09-26lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett1-1/+0
2012-09-22build: Fix enabled handling for HAVE_LDAP, we need to use bld.CONFIG_SETAndrew Bartlett1-1/+1
2012-09-22s3:pdb_ldap remove unused functionChristian Ambach1-23/+0
2012-09-14s3: make smbldaphelper subsystem an internal libraryAlexander Bokovoy1-7/+0
2012-09-13s3: make ldapsam-related functions a smbldaphelper subsystemAlexander Bokovoy1-2/+2
2012-09-12s3-pdb: filter out more symbols only used in ldapsam internalsAlexander Bokovoy1-1/+0
2012-09-10s3-passdb: update abi_match and ignore more statically linked functionsAlexander Bokovoy1-10/+0
2012-09-07s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy3-44/+44
2012-09-07s3-waf: avoid exporting init symbols from statically linked modulesAlexander Bokovoy1-0/+317
2012-09-07s3-passdb: convert pdb_ipa to use secrets wrappersAlexander Bokovoy1-4/+4
2012-09-07s3-passdb: convert pdb_ldap to use secrets wrappersAlexander Bokovoy1-2/+2
2012-09-07s3-passdb: wrap secrets.tdb accessors used by PDB modulesAlexander Bokovoy1-0/+34
2012-09-07Free protect_ids in secret_store_domain_guid() as the caller of fetch_secrets...Michele Baldessari1-0/+2
2012-09-05Free protect_ids in secret_store_domain_sid() as the caller of fetch_secrets(...Michele Baldessari1-0/+2
2012-09-04s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2012-09-04s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DCAndrew Bartlett2-276/+281
2012-09-01s3: Remove a shadowing variable declarationVolker Lendecke1-2/+0
2012-08-28s3-passdb: Allow reload of the static passdb from pythonAndrew Bartlett2-2/+21
2012-08-28s3-secrets: Use talloc_stackframe() in secrets_init_path()Andrew Bartlett1-3/+6