summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* dsdb/password_hash: don't double assign variables (CID 1363048, 1034720)Douglas Bagnall2020-07-061-4/+4
* CVE-2020-10760 dsdb: Add tests for paged_results and VLV over the Global Cata...Andrew Bartlett2020-07-021-65/+106
* CVE-2020-10760 dsdb: Ensure a proper talloc tree for saved controlsAndrew Bartlett2020-07-022-0/+15
* CVE-2020-10730: s4 dsdb vlv_pagination: Prevent repeat call of ldb_module_doneGary Lockyer2020-07-021-12/+49
* CVE-2020-10730: s4 dsdb paged_results: Prevent repeat call of ldb_module_doneGary Lockyer2020-07-021-9/+34
* CVE-2020-10730: dsdb: Ban the combination of paged_results and VLVAndrew Bartlett2020-07-021-0/+10
* CVE-2020-10730: dsdb: Fix crash when vlv and paged_results are combinedAndrew Bartlett2020-07-021-0/+4
* CVE-2020-10730: selftest: Add test to show that VLV and paged_results are inc...Andrew Bartlett2020-07-022-0/+50
* CVE-2020-10730: vlv: Another workaround for mixing ASQ and VLVAndrew Bartlett2020-07-021-4/+15
* CVE-2020-10730: selftest: Add test to confirm VLV interaction with ASQAndrew Bartlett2020-07-021-0/+27
* CVE-2020-10730: vlv: Do not re-ASQ search the results of an ASQ search with VLVAndrew Bartlett2020-07-021-0/+11
* CVE-2020-10730: vlv: Use strcmp(), not strncmp() checking the NULL terminated...Andrew Bartlett2020-07-021-2/+2
* dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7Andrew Bartlett2020-07-011-7/+30
* replmd: slightly clarify a commentDouglas Bagnall2020-06-131-1/+1
* dsdb/mod/acl_util: do not deref NULL sd_flags controlDouglas Bagnall2020-06-131-1/+1
* Fix clang 9 format-nonliteral warningsGary Lockyer2020-05-081-1/+1
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-082-2/+2
* CVE-2020-10700: dsdb: Do not permit the ASQ control for the GUID search in pa...Andrew Bartlett2020-05-041-5/+13
* CVE-2020-10700: dsdb: Add test for ASQ and ASQ in combination with paged_resultsAndrew Bartlett2020-05-041-0/+171
* s4:samdb: Do not create WDdigests for HTTP if weak crypto is disabledAndreas Schneider2020-04-081-2/+6
* dsdb: Use ARRAY_DEL_ELEMENT() in dirsync_filter_entry()Volker Lendecke2020-03-261-5/+4
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-231-4/+4
* dsdb: Allow delete (directly and over DRS) of an object with a link to itselfAndrew Bartlett2020-03-221-24/+54
* dsdb: Add test for the case of a link pointing back at its own objectAndrew Bartlett2020-03-221-0/+25
* Remove unnecessary/incorrect talloc_steal() callsJonathon Reinhart2020-03-051-1/+1
* dsdb: Add debugging for a contrived situation where a non-schema attribute is...Andrew Bartlett2020-03-021-0/+11
* dsdb: Add very verbose debugging if a delete fails in repl_meta_dataAndrew Bartlett2020-03-021-2/+36
* dsdb: Rewrite comment to remove refernece to LDAP backendsAndrew Bartlett2020-02-281-3/+5
* dsdb: Remove dead code in partition_prep_request()Andrew Bartlett2020-02-281-30/+24
* dsdb: Do not use ldb_save_controls() in partitions module for domain_scopeAndrew Bartlett2020-02-281-7/+0
* dsdb: Improve clarity by adding a comment in replmd_delete_internals()Andrew Bartlett2020-02-281-0/+5
* dsdb: Simplifiy VANISH_LINKS handling: The variable "parent" is always non-NULLAndrew Bartlett2020-02-281-19/+15
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-0720-920/+920
* dsdb: Correctly handle memory in objectclass_attrsAndrew Bartlett2020-02-061-1/+16
* CVE-2019-19344 kcc dns scavenging: Fix use after free in dns_tombstone_record...Gary Lockyer2020-01-211-9/+42
* repl_meta_data: Only reset replMetaData entry for name if we made a conflict ...Andrew Bartlett2020-01-211-8/+7
* repl_meta_data: Do not set *rename = true unless there has been a conflict on...Andrew Bartlett2020-01-211-1/+0
* repl_meta_data: Add comment explaining what is being renamed after the confli...Andrew Bartlett2020-01-211-1/+4
* CVE-2019-14902 dsdb: Change basis of descriptor module deferred processing to...Andrew Bartlett2020-01-214-153/+156
* CVE-2019-14902 repl_meta_data: Set renamed = true (and so do SD inheritance) ...Andrew Bartlett2020-01-211-0/+13
* CVE-2019-14902 repl_meta_data: Fix issue where inherited Security Descriptors...Andrew Bartlett2020-01-211-1/+21
* CVE-2019-14902 repl_meta_data: schedule SD propagation to a renamed DNAndrew Bartlett2020-01-211-1/+16
* CVE-2019-14902 dsdb: Ensure we honour both change->force_self and change->for...Andrew Bartlett2020-01-211-0/+7
* CVE-2019-14902 dsdb: Add comments explaining why SD propagation needs to be d...Andrew Bartlett2020-01-211-0/+7
* CVE-2019-14902 dsdb: Explain that descriptor_sd_propagation_recursive() is pr...Andrew Bartlett2020-01-211-0/+3
* dsdb: Use write_data() to write to the password check scriptVolker Lendecke2020-01-191-3/+4
* dsdb: Align integer typesVolker Lendecke2020-01-191-2/+4
* dsdb: Align integer typesVolker Lendecke2020-01-032-8/+8
* audit_log: Align integer typesVolker Lendecke2020-01-031-1/+1
* smbdotconf: mark "check password script" with substitution="1"Ralph Boehme2019-11-271-1/+3