summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2015-03-03Fix the O3 developer buildVolker Lendecke1-1/+1
2015-02-13Remove an unused function call.Richard Sharpe1-17/+0
2015-02-13s3-passdb: lift annoying debug message level.Günther Deschner1-1/+1
2015-01-22Remove use of the "staticforward" macroPetr Viktorin1-3/+3
2015-01-07passdb: Cache output from pdb_[ug]id_to_sidVolker Lendecke1-0/+14
2015-01-05s3:passdb: fix logic in pdb_set_pw_history()Stefan Metzmacher1-7/+8
2014-12-19s3:pdb_samba_dsdb: use SEC_CHAN_DNS_DOMAIN in pdb_samba_dsdb_get_trusteddom_c...Stefan Metzmacher1-6/+33
2014-12-19s3:pdb_samba_dsdb: add pdb_samba_dsdb_get_trusteddom_credsStefan Metzmacher1-1/+225
2014-12-18s3:passdb: let pdb_get_trust_credentials() try pdb_get_trusteddom_creds() firstStefan Metzmacher1-21/+44
2014-12-18s3:passdb: add optional get_trusteddom_creds() hooksStefan Metzmacher2-0/+330
2014-12-03pdb: Increase version number to fix ABIGarming Sam1-0/+312
2014-12-03idmap: unify passdb *id_to_sid methodsGarming Sam6-75/+101
2014-11-25s3:passdb: avoid invalid pointer type warnings in pdb_wbc_sam.cStefan Metzmacher1-6/+13
2014-11-25s3:passdb: always copy the history in pdb_set_plaintext_passwd()Stefan Metzmacher1-19/+14
2014-11-11pdb_tdb: Avoid a nasty error message with ctdbVolker Lendecke1-0/+6
2014-11-11pdb_tdb: Fix a TALLOC/SAFE_FREE mixupVolker Lendecke1-1/+1
2014-11-03pdb_tdb: don't leak state_path onto talloc tosDavid Disseldorp1-2/+8
2014-11-03account_pol: don't leak state_path onto talloc tosDavid Disseldorp1-2/+10
2014-10-17passdb: Use common code in cli_credentials_set_machine_account_db_ctx()Andrew Bartlett1-16/+50
2014-09-27s3:passdb: add pdb_get_trust_credentials()Stefan Metzmacher3-22/+556
2014-09-20passdb: Use talloc_zero_arrayVolker Lendecke1-3/+2
2014-09-08passdb: Avoid use-after-free when setting a plaintext passwordAndrew Bartlett1-2/+3
2014-09-01passdb: Use sam_get_results_trust() and implement pdb_samba_dsdb_get_trustedd...Andrew Bartlett1-1/+124
2014-08-25passdb: fix NT_STATUS_NO_SUCH_GROUPArvid Requate1-2/+2
2014-08-23Don't discard result of checking grouptypeRoel van Meer1-2/+0
2014-08-09passdb: add missing newline to debug message in get_primary_group_sid()Justin Maggard1-1/+1
2014-07-18lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2-2/+2
2014-07-09dsdb: Always store and return the userParameters as a array of LE 16-bit valuesAndrew Bartlett1-5/+26
2014-07-04secrets: Ensure we store the secureChannelType when written to secrets.ldbAndrew Bartlett1-7/+19
2014-06-16passdb: Allow a passdb module to do idmap for everythingAndrew Bartlett3-0/+333
2014-06-11passdb: Do not routinely clear the global memory returned by get_global_sam_s...Andrew Bartlett2-15/+41
2014-05-30Fix several talloc stack frames not freedSamuel Cabrero1-0/+8
2014-05-03s3:passdb: improve a debug message in pdb_default_sid_to_id()Michael Adam1-1/+4
2014-05-03s3:passdb: fix and improve debug message in pdb_default_sid_to_id().Michael Adam1-1/+2
2014-05-03s3: Always cache idmapping results of pdb backend.Alexander Werth2-17/+33
2014-04-16lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach1-1/+1
2014-04-02dsdb: Rework samdb_result_acct_flags to use either userAccountControl or msDS...Andrew Bartlett1-6/+5
2014-03-05Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam1-6/+24
2014-02-25passdb: spare superfluous call to lookup_rids() in lookup_sids()Michael Adam1-7/+12
2014-02-24s3:passdb: Fix the use of uninitialized scalar variable.Poornima Gurusiddaiah1-8/+2
2014-02-21passdb: Patch memory leak in pdb_ldap.cJose A. Rivera1-4/+6
2014-02-07param: rename lp function and variable from "renameuser_script" to "rename_us...Garming Sam3-4/+4
2014-02-07param: rename lp function and variable from "deluser_script" to "delete_user_...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "adduser_script" to "add_user_scr...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "addmachine_script" to "add_machi...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam3-5/+5
2014-02-07dbwrap: add a dbwrap_flags argument to db_open()Michael Adam3-6/+6
2014-02-05s3-lib: Add winbind_lookup_usersids().Andreas Schneider1-0/+311
2014-01-09s3-passdb: Fix string duplication to pointers.Andreas Schneider1-2/+12
2014-01-09samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer1-4/+0