summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* partition: reversing partition unlockingAaron Haslett2019-08-071-53/+72
* partition: correcting lock orderingAaron Haslett2019-08-071-51/+84
* dsdb repl_meta_data: Don't print ldif on errorGary Lockyer2019-07-091-5/+4
* s4/dsdb/schema: clang: Fix Array access results in null pointer derefNoel Power2019-07-081-1/+3
* s4/dsdb/schema: Fix 'Value stored to 'ret' is never read'Noel Power2019-07-081-2/+0
* s4/dsdb/schema: Fix Access to field results in deference of null pointerNoel Power2019-07-081-0/+9
* s4 samdb: pass ldb options to ldb_module_connect_backendGary Lockyer2019-07-041-1/+4
* s4/tests/dsdb_schema: not usefully executable as scriptDouglas Bagnall2019-07-021-1/+0
* repl_md: Avoid dropping cross-partition linksTim Beale2019-07-021-15/+16
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-307-12/+17
* dsdb: Handle DB corner-case where PSO container doesn't existTim Beale2019-06-261-0/+12
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-241-3/+3
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-10/+10
* CVE-2019-12436 dsdb/paged_results: ignore successful results without messagesDouglas Bagnall2019-06-192-2/+51
* auth auth_log: csbuild unused parm unix_usernameGary Lockyer2019-06-131-1/+0
* dsdb: disable ORDERED_INTEGER with MDB pack format v1Aaron Haslett2019-05-291-9/+63
* ldb: binding ordered indexes to GUID indexingAaron Haslett2019-05-291-6/+29
* dsdb:audit_log: avoid printing "... remote host [Unknown] SID [(NULL SID)] ..."Stefan Metzmacher2019-05-281-1/+3
* ldap server: generate correct referral schemesGary Lockyer2019-05-241-5/+11
* dsdb: Remove unsued dsdb_class_by_cn()Andrew Bartlett2019-05-221-10/+0
* s4:dsdb: Use GnuTLS MD5 in password_hash moduleAndreas Schneider2019-05-211-12/+69
* selftest: Remove gensec.FEATURE_SEAL from samba4.ldap.notificationAndrew Bartlett2019-05-201-1/+0
* dsdb: lock metadata.tdb during lock_read in partitions moduleAndrew Bartlett2019-05-203-17/+107
* dsdb/partition: Remove teardown of data->metadata on partition_metadata_set_s...Andrew Bartlett2019-05-201-2/+0
* dsdb/partition: Move in_transaction decrement to end of partition_del_trans()Andrew Bartlett2019-05-201-6/+6
* dsdb/partition: Ensure metadata.tdb is opened early in partition_reload_if_re...Andrew Bartlett2019-05-202-6/+10
* dsdb: Add random values to names in tests for large LDAP responsesAndrew Bartlett2019-05-201-2/+2
* dsdb: Add tests for large LDAP responsesAndrew Bartlett2019-05-171-0/+256
* s4 dsdb/repl_meta_data: fix use after free in dsdb_audit_add_ldb_valueGary Lockyer2019-05-151-0/+36
* s4 dsdb/repl_meta_data: allocate new extended DNs during ADD on a better contextAndrew Bartlett2019-05-151-1/+1
* s4 dsdb: fix use after free in samldb_rename_search_base_callbackGary Lockyer2019-05-141-1/+0
* dsdb mod/linked_attributes: fix_link_slow(): clarify a comment.Douglas Bagnall2019-05-101-1/+2
* dsdb/mod/extended_dn_out: use faster removal filtersDouglas Bagnall2019-05-101-20/+16
* dsdb/replmd: use ldb_msg_remove_element()Douglas Bagnall2019-05-101-2/+1
* dsdb mods/extended_dn_out: remove element using ldb_msg apiDouglas Bagnall2019-05-101-4/+1
* dsdb/mod/extended_dn_out: zero whole fake_msg structDouglas Bagnall2019-05-101-8/+6
* s4: use ldb_msg_new(), not talloc/talloc_zeroDouglas Bagnall2019-05-101-1/+1
* dsdb/util: spell "equivalence"!Douglas Bagnall2019-05-101-1/+1
* dsdb/mod/count_attrs: set ldb var before using it (CID 1444979)Douglas Bagnall2019-05-091-1/+3
* s4/dsdb/util_samr: check some return codes (CID 1444977)Douglas Bagnall2019-05-091-5/+19
* dsdb/modules/linked_attrs: remove pointless check (CID 240768)Douglas Bagnall2019-05-091-1/+1
* dsdb/modules/dirsync: ensure attrs exist (CID 1107212)Douglas Bagnall2019-05-091-0/+4
* dsdb/modules/dirsync: remove useless function callDouglas Bagnall2019-05-091-1/+0
* dsdb/modules/dirsync: avoid possible NULL dereference (CID 1034800)Douglas Bagnall2019-05-091-0/+3
* dsdb/modules/acl: avoid deref of missing data (CID 1107200)Douglas Bagnall2019-05-091-2/+4
* CID 1363287: Resource leak using str_list_appendGarming Sam2019-05-071-0/+4
* torture: Remove unused dsdb_attribute_ldb_to_drsuapi()Andrew Bartlett2019-05-061-21/+0
* selftest: correcting empty attribute usage in requestsAaron Haslett2019-05-061-1/+1
* ldap: test for empty attributes listAaron Haslett2019-05-061-0/+17
* dsdb/modules: a module to count attribute searches and resultsDouglas Bagnall2019-05-012-0/+650