summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb
AgeCommit message (Expand)AuthorFilesLines
2020-11-26Do not create an empty DB when accessing a sam.ldbAndrew Bartlett1-0/+3
2020-11-03dsdb/mod/operational: correct comment arithmeticDouglas Bagnall1-1/+4
2020-10-21s4:dsdb:acl_read: Implement "List Object" mode featureStefan Metzmacher1-1/+78
2020-10-21s4:dsdb:util: add dsdb_do_list_object() helperStefan Metzmacher1-0/+21
2020-10-21s4:dsdb:acl_read: defer LDB_ERR_NO_SUCH_OBJECTStefan Metzmacher1-1/+23
2020-10-21s4:dsdb:acl_read: make use of aclread_check_object_visible() for the search baseStefan Metzmacher1-17/+5
2020-10-21s4:dsdb:acl_read: fully set up 'struct aclread_context' before the search bas...Stefan Metzmacher1-30/+32
2020-10-21s4:dsdb:acl_read: introduce aclread_check_object_visible() helperStefan Metzmacher1-9/+25
2020-10-01Fix build after removal of an extra safe_string.hAlexander Bokovoy8-0/+15
2020-09-07s4:ldap_server: Use samba_server_gensec_start() in ldapsrv_backend_Init()Stefan Metzmacher1-2/+2
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore14-0/+28
2020-08-17Fix a comment typo copied aroundVolker Lendecke2-2/+2
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme4-0/+4
2020-07-06dsdb/password_hash: don't double assign variables (CID 1363048, 1034720)Douglas Bagnall1-4/+4
2020-07-02CVE-2020-10760 dsdb: Ensure a proper talloc tree for saved controlsAndrew Bartlett2-0/+15
2020-07-02CVE-2020-10730: s4 dsdb vlv_pagination: Prevent repeat call of ldb_module_doneGary Lockyer1-12/+49
2020-07-02CVE-2020-10730: s4 dsdb paged_results: Prevent repeat call of ldb_module_doneGary Lockyer1-9/+34
2020-07-02CVE-2020-10730: dsdb: Ban the combination of paged_results and VLVAndrew Bartlett1-0/+10
2020-07-02CVE-2020-10730: dsdb: Fix crash when vlv and paged_results are combinedAndrew Bartlett1-0/+4
2020-07-02CVE-2020-10730: vlv: Another workaround for mixing ASQ and VLVAndrew Bartlett1-4/+15
2020-07-02CVE-2020-10730: vlv: Do not re-ASQ search the results of an ASQ search with VLVAndrew Bartlett1-0/+11
2020-07-02CVE-2020-10730: vlv: Use strcmp(), not strncmp() checking the NULL terminated...Andrew Bartlett1-2/+2
2020-07-01dsdb: Allow "password hash userPassword schemes = CryptSHA256" to work on RHEL7Andrew Bartlett1-7/+30
2020-06-13replmd: slightly clarify a commentDouglas Bagnall1-1/+1
2020-06-13dsdb/mod/acl_util: do not deref NULL sd_flags controlDouglas Bagnall1-1/+1
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2020-05-04CVE-2020-10700: dsdb: Do not permit the ASQ control for the GUID search in pa...Andrew Bartlett1-5/+13
2020-04-08s4:samdb: Do not create WDdigests for HTTP if weak crypto is disabledAndreas Schneider1-2/+6
2020-03-26dsdb: Use ARRAY_DEL_ELEMENT() in dirsync_filter_entry()Volker Lendecke1-5/+4
2020-03-22dsdb: Allow delete (directly and over DRS) of an object with a link to itselfAndrew Bartlett1-24/+54
2020-03-02dsdb: Add debugging for a contrived situation where a non-schema attribute is...Andrew Bartlett1-0/+11
2020-03-02dsdb: Add very verbose debugging if a delete fails in repl_meta_dataAndrew Bartlett1-2/+36
2020-02-28dsdb: Rewrite comment to remove refernece to LDAP backendsAndrew Bartlett1-3/+5
2020-02-28dsdb: Remove dead code in partition_prep_request()Andrew Bartlett1-30/+24
2020-02-28dsdb: Do not use ldb_save_controls() in partitions module for domain_scopeAndrew Bartlett1-7/+0
2020-02-28dsdb: Improve clarity by adding a comment in replmd_delete_internals()Andrew Bartlett1-0/+5
2020-02-28dsdb: Simplifiy VANISH_LINKS handling: The variable "parent" is always non-NULLAndrew Bartlett1-19/+15
2020-02-06dsdb: Correctly handle memory in objectclass_attrsAndrew Bartlett1-1/+16
2020-01-21repl_meta_data: Only reset replMetaData entry for name if we made a conflict ...Andrew Bartlett1-8/+7
2020-01-21repl_meta_data: Do not set *rename = true unless there has been a conflict on...Andrew Bartlett1-1/+0
2020-01-21repl_meta_data: Add comment explaining what is being renamed after the confli...Andrew Bartlett1-1/+4
2020-01-21CVE-2019-14902 dsdb: Change basis of descriptor module deferred processing to...Andrew Bartlett4-153/+156
2020-01-21CVE-2019-14902 repl_meta_data: Set renamed = true (and so do SD inheritance) ...Andrew Bartlett1-0/+13
2020-01-21CVE-2019-14902 repl_meta_data: Fix issue where inherited Security Descriptors...Andrew Bartlett1-1/+21
2020-01-21CVE-2019-14902 repl_meta_data: schedule SD propagation to a renamed DNAndrew Bartlett1-1/+16
2020-01-21CVE-2019-14902 dsdb: Ensure we honour both change->force_self and change->for...Andrew Bartlett1-0/+7
2020-01-21CVE-2019-14902 dsdb: Add comments explaining why SD propagation needs to be d...Andrew Bartlett1-0/+7
2020-01-21CVE-2019-14902 dsdb: Explain that descriptor_sd_propagation_recursive() is pr...Andrew Bartlett1-0/+3
2020-01-03dsdb: Align integer typesVolker Lendecke2-8/+8
2020-01-03audit_log: Align integer typesVolker Lendecke1-1/+1