summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2019-07-17drepl: memory leak fixAaron Haslett1-6/+24
2019-07-11s4/dsdb/common: clang: Fix access results in null pointer deref.Noel Power1-0/+8
2019-07-10pyldb: rename pyldb_Dn_AsDn() to pyldb_Dn_AS_DN()Douglas Bagnall1-1/+1
2019-07-10pyldb: fork pyldb_Ldb_AsLdbContext macro to reflect unsafenessDouglas Bagnall1-1/+1
2019-07-09dsdb repl_meta_data: Don't print ldif on errorGary Lockyer1-5/+4
2019-07-08s4/dsdb/schema: clang: Fix Array access results in null pointer derefNoel Power1-1/+3
2019-07-08s4/dsdb/schema: Fix 'Value stored to 'ret' is never read'Noel Power1-2/+0
2019-07-08s4/dsdb/schema: Fix Access to field results in deference of null pointerNoel Power1-0/+9
2019-07-04s4 samdb: pass ldb options to ldb_module_connect_backendGary Lockyer1-1/+4
2019-07-02s4/tests/dsdb_schema: not usefully executable as scriptDouglas Bagnall1-1/+0
2019-07-02repl_md: Avoid dropping cross-partition linksTim Beale1-15/+16
2019-06-30source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig7-12/+17
2019-06-26dsdb: Handle DB corner-case where PSO container doesn't existTim Beale1-0/+12
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-3/+3
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-10/+10
2019-06-19CVE-2019-12436 dsdb/paged_results: ignore successful results without messagesDouglas Bagnall2-2/+51
2019-06-13auth auth_log: csbuild unused parm unix_usernameGary Lockyer1-1/+0
2019-05-29dsdb: disable ORDERED_INTEGER with MDB pack format v1Aaron Haslett1-9/+63
2019-05-29ldb: binding ordered indexes to GUID indexingAaron Haslett1-6/+29
2019-05-28dsdb:audit_log: avoid printing "... remote host [Unknown] SID [(NULL SID)] ..."Stefan Metzmacher1-1/+3
2019-05-24ldap server: generate correct referral schemesGary Lockyer1-5/+11
2019-05-22dsdb: Remove unsued dsdb_class_by_cn()Andrew Bartlett1-10/+0
2019-05-21s4:dsdb: Use GnuTLS MD5 in password_hash moduleAndreas Schneider1-12/+69
2019-05-20selftest: Remove gensec.FEATURE_SEAL from samba4.ldap.notificationAndrew Bartlett1-1/+0
2019-05-20dsdb: lock metadata.tdb during lock_read in partitions moduleAndrew Bartlett3-17/+107
2019-05-20dsdb/partition: Remove teardown of data->metadata on partition_metadata_set_s...Andrew Bartlett1-2/+0
2019-05-20dsdb/partition: Move in_transaction decrement to end of partition_del_trans()Andrew Bartlett1-6/+6
2019-05-20dsdb/partition: Ensure metadata.tdb is opened early in partition_reload_if_re...Andrew Bartlett2-6/+10
2019-05-20dsdb: Add random values to names in tests for large LDAP responsesAndrew Bartlett1-2/+2
2019-05-17dsdb: Add tests for large LDAP responsesAndrew Bartlett1-0/+256
2019-05-15s4 dsdb/repl_meta_data: fix use after free in dsdb_audit_add_ldb_valueGary Lockyer1-0/+36
2019-05-15s4 dsdb/repl_meta_data: allocate new extended DNs during ADD on a better contextAndrew Bartlett1-1/+1
2019-05-14s4 dsdb: fix use after free in samldb_rename_search_base_callbackGary Lockyer1-1/+0
2019-05-10dsdb mod/linked_attributes: fix_link_slow(): clarify a comment.Douglas Bagnall1-1/+2
2019-05-10dsdb/mod/extended_dn_out: use faster removal filtersDouglas Bagnall1-20/+16
2019-05-10dsdb/replmd: use ldb_msg_remove_element()Douglas Bagnall1-2/+1
2019-05-10dsdb mods/extended_dn_out: remove element using ldb_msg apiDouglas Bagnall1-4/+1
2019-05-10dsdb/mod/extended_dn_out: zero whole fake_msg structDouglas Bagnall1-8/+6
2019-05-10s4: use ldb_msg_new(), not talloc/talloc_zeroDouglas Bagnall1-1/+1
2019-05-10dsdb/util: spell "equivalence"!Douglas Bagnall1-1/+1
2019-05-09dsdb/mod/count_attrs: set ldb var before using it (CID 1444979)Douglas Bagnall1-1/+3
2019-05-09s4/dsdb/util_samr: check some return codes (CID 1444977)Douglas Bagnall1-5/+19
2019-05-09dsdb/modules/linked_attrs: remove pointless check (CID 240768)Douglas Bagnall1-1/+1
2019-05-09dsdb/modules/dirsync: ensure attrs exist (CID 1107212)Douglas Bagnall1-0/+4
2019-05-09dsdb/modules/dirsync: remove useless function callDouglas Bagnall1-1/+0
2019-05-09dsdb/modules/dirsync: avoid possible NULL dereference (CID 1034800)Douglas Bagnall1-0/+3
2019-05-09dsdb/modules/acl: avoid deref of missing data (CID 1107200)Douglas Bagnall1-2/+4
2019-05-07CID 1363287: Resource leak using str_list_appendGarming Sam1-0/+4
2019-05-06torture: Remove unused dsdb_attribute_ldb_to_drsuapi()Andrew Bartlett1-21/+0
2019-05-06selftest: correcting empty attribute usage in requestsAaron Haslett1-1/+1