summaryrefslogtreecommitdiff
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-passdb: wrap secrets.tdb accessors used by PDB modulesAlexander Bokovoy2012-09-071-0/+34
* Free protect_ids in secret_store_domain_guid() as the caller of fetch_secrets...Michele Baldessari2012-09-071-0/+2
* Free protect_ids in secret_store_domain_sid() as the caller of fetch_secrets(...Michele Baldessari2012-09-051-0/+2
* s3: Fix some nonempty blank linesVolker Lendecke2012-09-041-3/+3
* s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DCAndrew Bartlett2012-09-042-276/+281
* s3: Remove a shadowing variable declarationVolker Lendecke2012-09-011-2/+0
* s3-passdb: Allow reload of the static passdb from pythonAndrew Bartlett2012-08-282-2/+21
* s3-secrets: Use talloc_stackframe() in secrets_init_path()Andrew Bartlett2012-08-281-3/+6
* s3-secrets: Handle all valid ROLE_ values in get_default_sec_channel()Andrew Bartlett2012-08-281-1/+2
* s3-secrets: Add helper function to set machine account password from secrets_...Andrew Bartlett2012-08-281-0/+86
* s3: fix compile warning on openindianaBjörn Jacke2012-08-231-5/+5
* s3-passdb: Allow pdb_sid_to_id to work on any SIDAndrew Bartlett2012-08-213-13/+19
* s3-passdb: Silence scary DEBUG(0) message on first use of secrets.tdb databasesAndrew Bartlett2012-08-141-5/+10
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-094-12/+37
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-092-3/+10
* s3-passdb: Simplify idmap wrapper in pdb_samba4Andrew Bartlett2012-08-071-50/+9
* s3-pypassdb: Fix wrapper for pdb_domain_info to return correct dns_{domain,fo...Andrew Bartlett2012-08-021-2/+2
* s3: Fix Coverity ID 710803 Resource leakVolker Lendecke2012-07-311-0/+1
* s3-pdb: remove unused variables.Günther Deschner2012-07-241-2/+0
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* source3/passdb/py_passdb.c: wrap all calls in talloc_stackframe()Rusty Russell2012-07-181-519/+489
* source3/passdb/py_passdb.c: don't steal from talloc_stackframe().Rusty Russell2012-07-181-15/+2
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-187-44/+41
* s3-secrets: Use C99 typesAndrew Bartlett2012-07-151-6/+6