summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4-dsdb: added replmd_delete, based on Eduardos workAndrew Tridgell2010-01-021-0/+295
* s4-dsdb: the linked_attributes module no longer handles deletesAndrew Tridgell2010-01-021-53/+0
* s4-dsdb: repl_meta_data now replaces objectguid in all casesAndrew Tridgell2010-01-021-16/+2
* s4-dsdb: add a comment on the use of ldb_rename()Andrew Tridgell2010-01-021-0/+3
* s4-dsdb: linked_attributes_modify no longer handles modifiesAndrew Tridgell2010-01-021-183/+0
* s4-dsdb: added support for backlinks in repl_meta_dataAndrew Tridgell2010-01-021-20/+224
* s4-dsdb: implemeneted replmd_modify_la_replace()Andrew Tridgell2010-01-021-18/+152
* s4-dsdb: add a TODO item for linked attributes in extended_dn_outAndrew Tridgell2010-01-021-0/+5
* s4-dsdb: add support for storing linked attribute meta data in extended DNsAndrew Tridgell2010-01-021-19/+566
* dsdb: Fix dependencies when building against system ldb.Jelmer Vernooij2009-12-291-8/+9
* Adapted acl module to skip checks if as_system control is provided.Nadezhda Ivanova2009-12-211-7/+17
* s4-schema: Implement msDS-IntId attribute generationKamen Mazdrashki2009-12-211-14/+133
* s4-schema: Constraints on msDS-IntId attributeKamen Mazdrashki2009-12-211-0/+27
* s4-drs: Fix bug - prefixMap is not updated when adding new OIDs.Kamen Mazdrashki2009-12-211-2/+1
* s4-drs: another two unsigned comparison bugsAndrew Tridgell2009-12-211-3/+5
* s4-dsdb: don't use a non-constant format string for a printf formatAndrew Tridgell2009-12-211-10/+3
* s4-dsdb: added DSDB_MODIFY_RELAX flag to the dsdb_module_*() callsAndrew Tridgell2009-12-212-0/+8
* s4-dsdb: use varargs expression in dsdb_module_search()Andrew Tridgell2009-12-211-1/+7
* s4-dsdb: give us an invocationID when in standalone modeAndrew Tridgell2009-12-211-1/+79
* s4-dsdb: stop warnings about unknown struct GUID in prototypesAndrew Tridgell2009-12-181-0/+1
* s4-dsdb: greatly simplify the subtree_delete moduleAndrew Tridgell2009-12-181-117/+20
* s4-dsdb: fix handling of AUX classes in objectclass_sortBrendan Powers2009-12-181-146/+133
* s4-dsdb: return an error if samAccountName is not specified when creating a u...Brendan Powers2009-12-181-0/+7
* s4-dsdb: Move get_last_structural class from descriptor.c to util.cBrendan Powers2009-12-183-16/+30
* s4-dsdb: Add a check to prevent acl_modify from debuging a NULL messageBrendan Powers2009-12-181-1/+5
* Fixed incorrect checking of PRINCIPAL_SELF permissions.Nadezhda Ivanova2009-12-171-11/+86
* s4-dsdb: also mark the relax control non-critical when doneAndrew Tridgell2009-12-161-5/+3
* s4-dsdb: it is a better pattern to mark a control as done than remove itAndrew Tridgell2009-12-163-21/+7
* s4-dsdb: when the SD_FLAGS control is set, don't remove nTSecurityDescriptorAndrew Tridgell2009-12-161-10/+19
* s4-dsdb: don't actually remove the sd_flags control, just mark it non-criticalAndrew Tridgell2009-12-161-14/+10
* s4-dsdb: added a dsdb_module_rename() callAndrew Tridgell2009-12-161-0/+43
* s4-dsdb: added dsdb_module_modify()Andrew Tridgell2009-12-161-0/+40
* s4-dsdb: fixed dsdb_module_dn_by_guid()Andrew Tridgell2009-12-161-3/+7
* s4-dsdb: dsdb_flags should be unsignedAndrew Tridgell2009-12-161-1/+1
* s4-dsdb: rename dsdb_module_search_handle_flags to dsdb_request_add_controlsAndrew Tridgell2009-12-163-6/+10
* s4-dsdb: added dsdb_module_dn_by_guid()Andrew Tridgell2009-12-161-0/+41
* s4-dsdb: use dsdb_dn_is_deleted_val()Andrew Tridgell2009-12-161-25/+22
* Fixed a problem with duplicate values of allowedAttributesEffective.Nadezhda Ivanova2009-12-151-1/+3
* s4-dsdb: added REVEAL_INTERNALS flag to dsdb_module_search_handle_flags()Andrew Tridgell2009-12-142-0/+8
* s4-dsdb: use the reveal control to hide/show extended DN componentsAndrew Tridgell2009-12-141-1/+44
* s4:operational LDB module - cosmetic - reorder an attribute listMatthias Dieter Wallnöfer2009-12-121-8/+8
* Implementation of sDRightsEffective, allowedAttributesEffective and allowedCh...Nadezhda Ivanova2009-12-102-43/+612
* s4-dsdb: use GUID_to_ndr_blob()Andrew Tridgell2009-12-102-20/+10
* s4-dsdb: simplify linked attributes code using GUID functionsAndrew Tridgell2009-12-101-18/+16
* s4-dsdb: added dsdb_functional_level() helper functionAndrew Tridgell2009-12-093-15/+4
* s4-dsdb: use dsdb_module_search_dn in repl_meta_dataAndrew Tridgell2009-12-091-1/+4
* s4-dsdb: fixed steal of parentGUID for empty msgAndrew Tridgell2009-12-091-4/+10
* s4:dsdb Use ldb_match_msg_objectclass in operational.cAndrew Bartlett2009-12-071-6/+1
* s4:dsdb Make primaryGroupToken calculation more efficient and correctAndrew Bartlett2009-12-071-20/+46
* s4:dsdb Make parentGUID handler use dsdb_module_search_dn()Andrew Bartlett2009-12-071-18/+29