summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* passdb: Allow a passdb module to do idmap for everythingAndrew Bartlett2014-06-163-0/+333
* passdb: Do not routinely clear the global memory returned by get_global_sam_s...Andrew Bartlett2014-06-112-15/+41
* Fix several talloc stack frames not freedSamuel Cabrero2014-05-301-0/+8
* s3:passdb: improve a debug message in pdb_default_sid_to_id()Michael Adam2014-05-031-1/+4
* s3:passdb: fix and improve debug message in pdb_default_sid_to_id().Michael Adam2014-05-031-1/+2
* s3: Always cache idmapping results of pdb backend.Alexander Werth2014-05-032-17/+33
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-161-1/+1
* dsdb: Rework samdb_result_acct_flags to use either userAccountControl or msDS...Andrew Bartlett2014-04-021-6/+5
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-051-6/+24
* passdb: spare superfluous call to lookup_rids() in lookup_sids()Michael Adam2014-02-251-7/+12
* s3:passdb: Fix the use of uninitialized scalar variable.Poornima Gurusiddaiah2014-02-241-8/+2
* passdb: Patch memory leak in pdb_ldap.cJose A. Rivera2014-02-211-4/+6
* param: rename lp function and variable from "renameuser_script" to "rename_us...Garming Sam2014-02-073-4/+4
* param: rename lp function and variable from "deluser_script" to "delete_user_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "adduser_script" to "add_user_scr...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "addmachine_script" to "add_machi...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam2014-02-073-5/+5
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-073-6/+6
* s3-lib: Add winbind_lookup_usersids().Andreas Schneider2014-02-051-0/+311
* s3-passdb: Fix string duplication to pointers.Andreas Schneider2014-01-091-2/+12
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider2013-11-212-7/+25
* build: get rid of source strings from source3/passdb/wscript_buildMichael Adam2013-09-241-9/+4
* lib: Use "mem_ctx" arg in gencache_getVolker Lendecke2013-09-051-2/+2
* lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke2013-09-051-1/+1
* 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