summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2015-08-27lib: Make sid_linearize take a uint8_tVolker Lendecke1-1/+1
2015-08-01secrets: Add function to fetch only password change timestampChristof Schmitt1-9/+23
2015-07-28s3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.Justin Maggard2-3/+3
2015-07-21pdb_tdb: Use fstr_sprintfVolker Lendecke1-9/+8
2015-07-08s3:pdb_samba_dsdb: make use of dsdb_trust_search_tdo()Stefan Metzmacher1-13/+16
2015-05-16Convert the few instances of int32 there were to int32_t.Richard Sharpe1-3/+3
2015-05-12Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe15-82/+82
2015-04-17s3-passdb: fix memleak in pdb_default_get_trusted_domain().Günther Deschner1-1/+9
2015-03-31s3-passdb: Fix 'force user' with winbind default domainAndreas Schneider1-0/+24
2015-03-17lib: Remove tdb_compatVolker Lendecke1-2/+2
2015-03-17lib: Remove "use_ntdb" param from secrets_init_pathVolker Lendecke2-5/+4
2015-03-17Remove callers of lp_use_ntdbVolker Lendecke2-2/+2
2015-03-17passdb: Fix the O3 developer buildVolker Lendecke1-2/+2
2015-03-12s3:pdb_samba_dsdb: implement pdb_samba_dsdb_set_trusteddom_pw()Stefan Metzmacher1-1/+278
2015-03-12s3:pdb_samba_dsdb: return the domain sid in pdb_samba_dsdb_get_trusteddom_pw()Stefan Metzmacher1-0/+13
2015-03-12s3:pdb_samba_dsdb: return the previous password and the kvno in pdb_samba_dsd...Stefan Metzmacher1-19/+72
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