summaryrefslogtreecommitdiff
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* pdb_tdb: Avoid a nasty error message with ctdbVolker Lendecke2014-11-111-0/+6
* pdb_tdb: Fix a TALLOC/SAFE_FREE mixupVolker Lendecke2014-11-111-1/+1
* pdb_tdb: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-2/+8
* account_pol: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-2/+10
* passdb: Use common code in cli_credentials_set_machine_account_db_ctx()Andrew Bartlett2014-10-171-16/+50
* s3:passdb: add pdb_get_trust_credentials()Stefan Metzmacher2014-09-273-22/+556
* passdb: Use talloc_zero_arrayVolker Lendecke2014-09-201-3/+2
* passdb: Avoid use-after-free when setting a plaintext passwordAndrew Bartlett2014-09-081-2/+3
* passdb: Use sam_get_results_trust() and implement pdb_samba_dsdb_get_trustedd...Andrew Bartlett2014-09-011-1/+124
* passdb: fix NT_STATUS_NO_SUCH_GROUPArvid Requate2014-08-251-2/+2
* Don't discard result of checking grouptypeRoel van Meer2014-08-231-2/+0
* passdb: add missing newline to debug message in get_primary_group_sid()Justin Maggard2014-08-091-1/+1
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-07-182-2/+2
* dsdb: Always store and return the userParameters as a array of LE 16-bit valuesAndrew Bartlett2014-07-091-5/+26
* secrets: Ensure we store the secureChannelType when written to secrets.ldbAndrew Bartlett2014-07-041-7/+19
* 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