Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-09 | s4:dsdb/common: add DSDB_SECRET_ATTRIBUTES_EX() | Stefan Metzmacher | 1 | -11/+14 | |
metze | |||||
2010-11-09 | s4:dsdb/common: create a DSDB_SECRET_ATTRIBUTES define with all secret ↵ | Stefan Metzmacher | 1 | -0/+13 | |
attributes We should have them just in one place, so that we don't forget some of them. metze | |||||
2010-10-23 | s4/ldb:introduce the LDB_CONTROL_PROVISION_OID control | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
This control is exactly thought for the actions which previously were performed using the RELAX one. We agreed that the RELAX control will only remain for interactions with OpenLDAP. | |||||
2010-10-10 | dsdb: Move attr_in_list to SAMDB_COMMON to avoid circular dependency between ↵ | Jelmer Vernooij | 1 | -0/+2 | |
SAMDB_COMMON and DSDB_MODULE_HELPERS. | |||||
2010-10-03 | s4:dsdb/common/util.c - introduce "DSDB_SEARCH_SHOW_RECYCLED" flag | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
This is needed since starting with 2008_R2 function level we get another type of hidden objects which aren't seen by the "show_deleted" control: recycled objects. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-20 | s4:dsdb - add a new dsdb delete function which understands the tree delete ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
control | |||||
2010-06-16 | s4:dsdb Add control for signaling between repl_meta_data and linked_attributes | Andrew Bartlett | 1 | -0/+1 | |
This control will allow the linked_attributes module to know if repl_meta_data has already handled the creation of forward and back links. Andrew Bartlett | |||||
2010-02-16 | s4-dsdb: added dsdb_search_one() and cleanup dsdb_find_dn_by_guid() | Andrew Tridgell | 1 | -0/+1 | |
dsdb_find_dn_by_guid() now takes a struct GUID instead of a guid_string. All the callers in fact wanted a struct GUID, so we now avoid the extra conversion. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-02-16 | s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flags | Andrew Tridgell | 1 | -0/+1 | |
This allows for controls to be added easily where they are needed. | |||||
2010-02-16 | s4-dsdb: replace dsdb_modify_permissive() with dsdb_modify() and dsdb_flags | Andrew Tridgell | 1 | -0/+1 | |
2010-02-16 | s4-dsdb: move dsdb_request_add_controls() into dsdb/common/util.c | Andrew Tridgell | 1 | -0/+31 | |
This will be used to allow the flag based ldb functions to work on both a ldb or a module, thus saving a lot of specialist functions. |