summaryrefslogtreecommitdiff
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* secrets: Protect against a non-0-terminated ldap passwordVolker Lendecke2017-04-221-0/+7
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-2210-12/+12
* smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke2017-04-201-1/+1
* smbldap: Introduce "smbldap_get_paged_results"Volker Lendecke2017-04-201-3/+4
* smbldap: Introduce "smbldap_get_ldap"Volker Lendecke2017-04-203-161/+273
* smbldap: Move ldapsam_privates to pdb_ldap.hVolker Lendecke2017-04-181-0/+30
* lib: Remove unused winbind_get_groups and _get_sid_aliasesVolker Lendecke2017-03-281-0/+308
* passdb: Remove pdb_ipaVolker Lendecke2017-03-154-1543/+1
* s3:passdb: use cli_credentials_set_kerberos_state() for trusts in pdb_get_tru...Stefan Metzmacher2017-02-241-0/+17
* Correct "somthing" typos.Chris Lamb2017-02-221-1/+1
* passdb: Remove pdb_wbc_samVolker Lendecke2017-01-093-493/+0
* passdb: Use "all_zero" where appropriateVolker Lendecke2017-01-031-2/+2
* passdb: Move lookup_unix_[user|group]_name to lookup_sid.cVolker Lendecke2016-12-282-0/+345
* lib: Add lib/util_unixsids.hVolker Lendecke2016-12-281-0/+1
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-134-5/+5
* passdb: Fix format-nonliteral warningAmitay Isaacs2016-08-241-5/+22
* passdb: remove a misleading comment from lookup_name_smbconf()Michael Adam2016-08-041-1/+0
* 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