summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2020-11-04selftest: add test for new "samba-tool user unlock" commandBjörn Baumbach2-0/+21
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-21s4:dsdb:tests: add AclVisibiltyTestsStefan Metzmacher1-1/+320
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder7-12/+12
2020-10-01Fix build after removal of an extra safe_string.hAlexander Bokovoy10-0/+17
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 DeVore23-0/+46
2020-08-24tests/vlv: attempt to cause trouble by changing sort attributeDouglas Bagnall1-0/+23
2020-08-24tests/vlv: remove redundant assignmentsDouglas Bagnall1-3/+1
2020-08-17Fix a comment typo copied aroundVolker Lendecke26-26/+26
2020-08-11python compat: remove text_typeDouglas Bagnall2-4/+3
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme7-0/+7
2020-07-06dsdb/password_hash: don't double assign variables (CID 1363048, 1034720)Douglas Bagnall1-4/+4
2020-07-02CVE-2020-10760 dsdb: Add tests for paged_results and VLV over the Global Cata...Andrew Bartlett1-65/+106
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: selftest: Add test to show that VLV and paged_results are inc...Andrew Bartlett2-0/+50
2020-07-02CVE-2020-10730: vlv: Another workaround for mixing ASQ and VLVAndrew Bartlett1-4/+15
2020-07-02CVE-2020-10730: selftest: Add test to confirm VLV interaction with ASQAndrew Bartlett1-0/+27
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 format-nonliteral warningsGary Lockyer1-1/+1
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer2-2/+2
2020-05-04CVE-2020-10700: dsdb: Do not permit the ASQ control for the GUID search in pa...Andrew Bartlett1-5/+13
2020-05-04CVE-2020-10700: dsdb: Add test for ASQ and ASQ in combination with paged_resultsAndrew Bartlett1-0/+171
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-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-4/+4
2020-03-22dsdb: Allow delete (directly and over DRS) of an object with a link to itselfAndrew Bartlett1-24/+54
2020-03-22dsdb: Add test for the case of a link pointing back at its own objectAndrew Bartlett1-0/+25
2020-03-05Remove unnecessary/incorrect talloc_steal() callsJonathon Reinhart1-1/+1
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