summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* Fix the O3 developer buildVolker Lendecke2015-03-031-1/+1
* Remove an unused function call.Richard Sharpe2015-02-131-17/+0
* s3-passdb: lift annoying debug message level.Günther Deschner2015-02-131-1/+1
* Remove use of the "staticforward" macroPetr Viktorin2015-01-221-3/+3
* passdb: Cache output from pdb_[ug]id_to_sidVolker Lendecke2015-01-071-0/+14
* s3:passdb: fix logic in pdb_set_pw_history()Stefan Metzmacher2015-01-051-7/+8
* s3:pdb_samba_dsdb: use SEC_CHAN_DNS_DOMAIN in pdb_samba_dsdb_get_trusteddom_c...Stefan Metzmacher2014-12-191-6/+33
* s3:pdb_samba_dsdb: add pdb_samba_dsdb_get_trusteddom_credsStefan Metzmacher2014-12-191-1/+225
* s3:passdb: let pdb_get_trust_credentials() try pdb_get_trusteddom_creds() firstStefan Metzmacher2014-12-181-21/+44
* s3:passdb: add optional get_trusteddom_creds() hooksStefan Metzmacher2014-12-182-0/+330
* pdb: Increase version number to fix ABIGarming Sam2014-12-031-0/+312
* idmap: unify passdb *id_to_sid methodsGarming Sam2014-12-036-75/+101
* s3:passdb: avoid invalid pointer type warnings in pdb_wbc_sam.cStefan Metzmacher2014-11-251-6/+13
* s3:passdb: always copy the history in pdb_set_plaintext_passwd()Stefan Metzmacher2014-11-251-19/+14
* 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