summaryrefslogtreecommitdiff
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* pdb_ldap: Use dom_sid_str_bufVolker Lendecke2018-12-111-1/+2
* passdb: dom_sid_str_bufVolker Lendecke2018-12-112-23/+38
* pdb_ldap: Fix typosVolker Lendecke2018-12-111-2/+2
* pdb_ldap: Use dom_sid_str_bufVolker Lendecke2018-12-071-15/+19
* Fix spelling mistakesOlly Betts2018-11-302-4/+4
* libads: Give krb5_errs.c its own headerVolker Lendecke2018-11-271-0/+1
* s3:passdb: Use discard_const_p() in py_passdbAndreas Schneider2018-11-141-2/+2
* passdb: Use dom_sid_str_bufVolker Lendecke2018-11-091-3/+7
* passdb: Use dom_sid_str_bufVolker Lendecke2018-11-091-3/+3
* lib: Remove gencache.h from proto.hVolker Lendecke2018-10-191-0/+1
* s3:secrets: clean up sid before storingPhilipp Gesang2018-10-191-1/+10
* s3/py_passdb: add get_domain_sid() to get domain sid from secrets databaseBjörn Baumbach2018-10-111-0/+28
* pdb: Fix some "(ret == true)" to just "(ret)"Volker Lendecke2018-10-081-2/+2
* Fix pdb_samba_dsdb build on Ubuntu 16.04 with -O3 -Werror=strict-overflowAndrew Bartlett2018-09-201-1/+1
* s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt2018-09-071-1/+1
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-051-1/+2
* lib: Pass mem_ctx to cache_path()Volker Lendecke2018-08-171-1/+1
* lib: Pass mem_ctx to state_path()Volker Lendecke2018-08-172-2/+2
* s3:passdb: Don't leak memory on error in fetch_ldap_pw()Andreas Schneider2018-08-111-0/+4
* s3:passdb: Fix size of ascii_p16Andreas Schneider2018-05-171-1/+1
* Fix spelling s/specfied/specified/Mathieu Parent2018-05-121-1/+1
* Fix spelling s/retrive/retrieve/Mathieu Parent2018-05-121-1/+1
* Fix spelling s/coult/could/Mathieu Parent2018-05-121-3/+3
* samdb: Add remote address to connectGary Lockyer2018-05-101-2/+5
* dsdb: pass the remote address to samdb connectGary Lockyer2018-05-101-1/+1
* Fix Jean François name to be UTF-8Simo Sorce2018-05-093-3/+3
* s3:passdb: Do not return OK if we don't have pinfo set upAndreas Schneider2018-04-191-1/+1
* s3/py_passdb: initialize optional parameters earlierDouglas Bagnall2018-04-131-4/+2
* pdb_nds: Fix CID 1273401 Unused valueVolker Lendecke2018-04-071-7/+11
* wscript_build: fix c modules deps name for Python 3Joe Guo2018-04-051-1/+3
* python3 port for passdb moduleNoel Power2018-04-052-109/+120
* pdb_ldap: Fix CID 1363266 Resource leakVolker Lendecke2018-04-041-2/+3
* s3:passdb: Fix size typesAndreas Schneider2018-03-201-1/+2
* pdb_samba_dsdb: make use of dom_sid_is_valid_account_domain()Stefan Metzmacher2018-03-201-35/+1
* s3:passdb: add create_builtin_guests()Stefan Metzmacher2018-03-192-0/+361
* s3:passdb: handle dom_sid=NULL in create_builtin_{users,administrators}()Stefan Metzmacher2018-03-151-4/+6
* pdb: Fix CID 1427620 Resource leakVolker Lendecke2018-01-171-1/+2
* pdb: Fix CID 1427624 Resource leakVolker Lendecke2018-01-171-1/+1
* pdb_samba_dsdb: set PDB_CAP_TRUSTED_DOMAINS_EXRalph Boehme2018-01-131-1/+1
* pdb_samba_dsdb: implement pdb_samba_dsdb_del_trusted_domainRalph Boehme2018-01-131-1/+118
* pdb_samba_dsdb: implement pdb_samba_dsdb_set_trusted_domainRalph Boehme2018-01-131-1/+389
* pdb_samba_dsdb: implement PDB_CAP_TRUSTED_DOMAINS_EX related functionsStefan Metzmacher2018-01-131-0/+284
* pdb_samba_dsdb: implement pdb_samba_dsdb_enum_trusteddoms()Stefan Metzmacher2018-01-131-4/+82
* lib: Use messaging_send_all instead of message_send_allVolker Lendecke2017-12-051-4/+4
* messaging: Remove the "n_sent" arg from message_send_allVolker Lendecke2017-12-051-2/+1
* passdb: Fix a typoVolker Lendecke2017-11-131-1/+1
* s3:passdb: Fix a memory leak in secrets_fetch_or_upgrade_domain_info()Andreas Schneider2017-11-131-0/+1
* s3:passdb: Make sure the salt is fully initialized before passingAndreas Schneider2017-10-271-2/+4
* s3:secrets: Do not leak memory of pw and old_pwAndreas Schneider2017-10-271-0/+12
* samdb: Rework samdb_connect_url() to return LDB error code and an error stringAndrew Bartlett2017-09-201-12/+13