summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_samba_dsdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3/pdb: fix debug message typosDavid Disseldorp2019-08-131-12/+10
* passdb: Use dom_sid_str_bufVolker Lendecke2019-01-081-33/+64
* passdb: dom_sid_str_bufVolker Lendecke2018-12-111-1/+2
* Fix pdb_samba_dsdb build on Ubuntu 16.04 with -O3 -Werror=strict-overflowAndrew Bartlett2018-09-201-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
* pdb_samba_dsdb: make use of dom_sid_is_valid_account_domain()Stefan Metzmacher2018-03-201-35/+1
* 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
* samdb: Rework samdb_connect_url() to return LDB error code and an error stringAndrew Bartlett2017-09-201-12/+13
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* passdb: Use "all_zero" where appropriateVolker Lendecke2017-01-031-2/+2
* passdb: Fix format-nonliteral warningAmitay Isaacs2016-08-241-5/+22
* s3:pdb_samba_dsdb: fix calucating of dsdb_flagsStefan Metzmacher2016-06-271-2/+2
* lib: Give base64.c its own .hVolker Lendecke2016-05-041-0/+1
* s3:pdb_samba_dsdb: make use of dsdb_trust_search_tdo()Stefan Metzmacher2015-07-081-13/+16
* Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe2015-05-121-13/+13
* 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
* 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
* idmap: unify passdb *id_to_sid methodsGarming Sam2014-12-031-32/+14
* passdb: Use sam_get_results_trust() and implement pdb_samba_dsdb_get_trustedd...Andrew Bartlett2014-09-011-1/+124
* passdb: fix NT_STATUS_NO_SUCH_GROUPArvid Requate2014-08-251-2/+2
* Don't discard result of checking grouptypeRoel van Meer2014-08-231-2/+0
* dsdb: Always store and return the userParameters as a array of LE 16-bit valuesAndrew Bartlett2014-07-091-5/+26
* passdb: Allow a passdb module to do idmap for everythingAndrew Bartlett2014-06-161-0/+7
* passdb: Do not routinely clear the global memory returned by get_global_sam_s...Andrew Bartlett2014-06-111-12/+34
* Fix several talloc stack frames not freedSamuel Cabrero2014-05-301-0/+8
* dsdb: Rework samdb_result_acct_flags to use either userAccountControl or msDS...Andrew Bartlett2014-04-021-6/+5
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-051-6/+24
* s3:passdb/pdb_samba_dsdb make the module handle well-knownChristian Ambach2013-06-211-0/+7
* s3:passdb/samba_dsdb fix some compiler warningsChristian Ambach2013-06-211-2/+2
* s3:passdb/samba_dsdb fix a compiler warningChristian Ambach2013-06-211-1/+1
* passdb: Add discard_const_p() to pdb_samba_dsdbAndrew Bartlett2013-01-101-2/+2
* s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DCAndrew Bartlett2012-09-041-0/+2303