summaryrefslogtreecommitdiff
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* passdb: Fix format-nonliteral warningAmitay Isaacs2016-08-241-5/+22
* lib: Move "message_send_all" to serverid.cVolker Lendecke2016-07-281-0/+1
* s3:pdb_samba_dsdb: fix calucating of dsdb_flagsStefan Metzmacher2016-06-271-2/+2
* lib: Give base64.c its own .hVolker Lendecke2016-05-042-0/+2
* pdb_ldap: Don't use autofree if "mods" still changesVolker Lendecke2016-04-221-1/+7
* build: mark explicit dependencies on pytalloc-utilGarming Sam2016-03-151-1/+1
* py_passdb: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-15/+3
* pypassdb: Do not use pytalloc_Object directlyAndrew Bartlett2016-03-081-107/+107
* passdb: Avoid a "ret == true"Volker Lendecke2016-03-021-1/+1
* passdb: add linefeed to debug messageUri Simchoni2016-03-011-1/+2
* s3/passdb/py_passdb.c: free frame before returningAurelien Aptel2016-03-011-23/+23
* pdb: Fix segfault in pdb_ldap for missing gecosLuca Olivetti2016-02-051-3/+3
* passdb: change ABI version to 0.25.0 due to removed symbol.Michael Adam2016-01-221-0/+312
* s3:passdb: move my_sam_name() from passdb to util_name.cMichael Adam2016-01-221-18/+0
* python: Remove Python 2.4 support macrosAndrew Bartlett2016-01-071-7/+0
* passdb: Change ABI version to 0.24.2Garming Sam2015-11-301-0/+313
* Add --set-nt-hash option to pdbedit to update user password from nt-hash hexs...Alberto Maria Fiaschi2015-11-301-6/+18
* s3: lsa: lookup_name() logic for unqualified (no DOMAIN\ component) names is ...Jeremy Allison2015-10-151-1/+30
* Rely on /dev/urandomVolker Lendecke2015-10-131-29/+0
* lib: Make sid_linearize take a uint8_tVolker Lendecke2015-08-271-1/+1
* secrets: Add function to fetch only password change timestampChristof Schmitt2015-08-011-9/+23
* s3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.Justin Maggard2015-07-282-3/+3
* pdb_tdb: Use fstr_sprintfVolker Lendecke2015-07-211-9/+8
* s3:pdb_samba_dsdb: make use of dsdb_trust_search_tdo()Stefan Metzmacher2015-07-081-13/+16
* Convert the few instances of int32 there were to int32_t.Richard Sharpe2015-05-161-3/+3
* Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe2015-05-1215-82/+82
* s3-passdb: fix memleak in pdb_default_get_trusted_domain().Günther Deschner2015-04-171-1/+9
* s3-passdb: Fix 'force user' with winbind default domainAndreas Schneider2015-03-311-0/+24
* lib: Remove tdb_compatVolker Lendecke2015-03-171-2/+2
* lib: Remove "use_ntdb" param from secrets_init_pathVolker Lendecke2015-03-172-5/+4
* Remove callers of lp_use_ntdbVolker Lendecke2015-03-172-2/+2
* passdb: Fix the O3 developer buildVolker Lendecke2015-03-171-2/+2
* s3:pdb_samba_dsdb: implement pdb_samba_dsdb_set_trusteddom_pw()Stefan Metzmacher2015-03-121-1/+278
* s3:pdb_samba_dsdb: return the domain sid in pdb_samba_dsdb_get_trusteddom_pw()Stefan Metzmacher2015-03-121-0/+13
* s3:pdb_samba_dsdb: return the previous password and the kvno in pdb_samba_dsd...Stefan Metzmacher2015-03-121-19/+72
* 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