summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules
Commit message (Expand)AuthorAgeFilesLines
* 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/mod/count_attrs: set ldb var before using it (CID 1444979)Douglas Bagnall2019-05-091-1/+3
* 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
* dsdb/modules: a module to count attribute searches and resultsDouglas Bagnall2019-05-012-0/+650
* s4:samdb: Make sure value is initialized with 0Andreas Schneider2019-05-011-1/+1
* s4/replmd delete: optimise attribute preservation with binary searchDouglas Bagnall2019-05-011-13/+31
* s4/replmd: delete checks flag before laborious searchDouglas Bagnall2019-05-011-2/+2
* waf: Move check for gnutls_aead_cipher_init to main gnutls wscriptAndreas Schneider2019-04-301-10/+0
* source4: Update error check for new string conversion wrapperSwen Schillig2019-04-111-1/+1
* dsdb:samdb: schemainfo update with relax controlAaron Haslett2019-04-111-1/+1
* dsdb/modules: minor comment typos in samba_dsdbDouglas Bagnall2019-04-051-2/+4
* dsdb mods/extended_dn_store: used the ldb we already haveDouglas Bagnall2019-04-051-1/+1
* Relax GPGME version checkMathieu Parent2019-04-031-2/+10
* acl_read: Fix regression caused by db15fcfa899e1fe4d6994f68ceb299921b8aa6f1 f...Garming Sam2019-03-291-3/+0
* s4:dsdb: Check errno to determine if crypt or crypt_r succeededSamuel Cabrero2019-03-221-1/+5
* dsdb:repl_meta_data: allow CONTROL_DBCHECK_FIX_LINK_DN_NAME to by pass renameStefan Metzmacher2019-03-141-0/+7
* dsdb: Provide better error strings in rootdse GUID attribute handlingAndrew Bartlett2019-03-071-1/+15
* paged_results: Remove C++ commment and unneeded TODOGarming Sam2019-03-071-1/+0
* dsdb/linked_attributes: shortcut exit for backlink fixDouglas Bagnall2019-03-041-3/+14
* dsdb/linked_attributes: improve formatting in some placesDouglas Bagnall2019-03-041-3/+6
* dsdb/linked_attributes: initialise more pointers to NULLDouglas Bagnall2019-03-041-5/+5
* dsdb linked attributes: fix forward links fasterDouglas Bagnall2019-03-041-41/+271
* dsdb: linked_attributes module knows about sorted linksDouglas Bagnall2019-03-041-25/+56
* dsdb:replmd: add compatible feature helper functionDouglas Bagnall2019-03-042-22/+56
* replmd/la: disambiguate error messages a bitDouglas Bagnall2019-03-042-3/+3
* dsdb/group_audit: use common get_parsed_dns_trusted()Douglas Bagnall2019-03-041-8/+3
* source4: Use wrapper for string to integer conversionSwen Schillig2019-03-014-5/+30
* s4:dsdb: Only use the required md4 and md5 header filesAndreas Schneider2019-02-271-1/+2
* dsdb: Align integer typesVolker Lendecke2019-02-271-1/+1
* audit_log: Use dom_sid_str_bufVolker Lendecke2019-02-271-6/+4
* replmd: move a if (ret) closer to ret sourceDouglas Bagnall2019-02-131-4/+5
* dsdb: check NULL guid strings in la_fix_linksDouglas Bagnall2019-02-131-3/+11
* dsdb: linked attrs: check a talloc_new()Douglas Bagnall2019-02-131-1/+6
* dsdb: make get_parsed_dns_trusted() a common helper functionDouglas Bagnall2019-02-131-32/+30
* s4:dsdb:util: export SAMBA_CPS_{ACCOUNT,USER_PRINCIPAL,FULL}_NAME for check p...Stefan Metzmacher2019-02-111-0/+7
* build: replace SAMBA3_ADD_OPTION with samba_add_onoff_optionDavid Disseldorp via samba-technical2019-02-011-1/+1
* s4:samdb: Use C99 initializer for last element of ldb_map_objectclassAndreas Schneider2019-01-281-1/+1