summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/samdb.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-21s4-dsdb: create flag for requesting ACL relax in case of DIRSYNC requestMatthieu Patou1-0/+1
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2010-11-27s4:dsdb/samdb/samdb.h - fix include ordering in order to prevent warnings on ...Matthias Dieter Wallnöfer1-1/+1
2010-10-27s4-ldb: Changes the aclread module to use LDB_HANDLE_FLAG_UNTRUSTED to determ...Nadezhda Ivanova1-3/+0
2010-09-26s4-ldap: Added a control to apply the access checks on read via LDAPNadezhda Ivanova1-0/+3
2010-08-17s4:DSDB - DSDB_CONTROL_PASSWORD_CHANGE_OID - add a structure as value to the ...Matthias Dieter Wallnöfer1-0/+5
2010-08-17s4:DSDB - rename the "DSDB_CONTROL_PASSWORD_CHANGE_OLD_PW_CHECKED_OID"Matthias Dieter Wallnöfer1-1/+1
2010-07-15s4 dsdb: create a new control: changereplmetadataMatthieu Patou1-0/+6
2010-07-05s4:dsdb: allocate DSDB_CONTROL_BYPASS_PASSWORD_HASH_OIDStefan Metzmacher1-0/+5
2010-06-16s4:dsdb Add control for signaling between repl_meta_data and linked_attributesAndrew Bartlett1-0/+5
2010-06-13s4:fix allocated control OIDs for "password_hash" LDB moduleMatthias Dieter Wallnöfer1-3/+3
2010-05-10s4:dsdb: add new controlsMatthias Dieter Wallnöfer1-0/+21
2010-01-08s4-dsdb: added an extended operation for allocating a new RID poolAndrew Tridgell1-0/+8
2009-11-23s4:dsdb Move module configuration from each ldb into samba_dsdb.cAndrew Bartlett1-0/+2
2009-11-17s4:dsdb Rework samdb code to use 'storage format' DNs for defaultObjectCategoryAndrew Bartlett1-0/+5
2009-11-12s4:dsdb Add new dsdb_dn to handle DN+Binary and DN+StringAndrew Bartlett1-0/+1
2009-10-21s4:dsdb Rework modules create new partitions at runtimeAndrew Bartlett1-0/+8
2009-09-03add the the linked attributes elements to the repl structureAndrew Tridgell1-1/+4
2009-09-02change the dsdb_control_current_partition to not include internal variablesAndrew Tridgell1-6/+2
2009-07-13libds: share UF_ flags between samba3 and 4.Günther Deschner1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-12-17s4:dsdb: split extended_dn into extended_dn_in, extended_dn_out and extended_...Andrew Bartlett1-0/+5
2008-12-17s4:dsdb: add support for DSDB_OPENLDAP_DEREFERENCE_CONTROLAndrew Bartlett1-0/+22
2008-09-29s4:dsdb: passdown DSDB_CONTROL_REPLICATED_UPDATE_OID for replicated updatesStefan Metzmacher1-0/+3
2008-08-18Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett1-0/+1
2008-07-26dsdb: add a comment about the parameter to DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OIDStefan Metzmacher1-0/+4
2008-07-24Handle schema reloading request.Anatoliy Atanasov1-0/+2
2008-07-01schema_fsmo: move fsmo info into struct dsdb_schemaStefan Metzmacher1-5/+0
2008-05-21Include flags.h into samdb.hAndrew Bartlett1-0/+1
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-0/+1
2007-12-21r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij1-0/+1
2007-12-21r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20871: implement the validFSMOs constructed attribute on the rootdseStefan Metzmacher1-0/+15
2007-10-10r20826: make the dsdb_control_current_partition struct public and allocate an...Stefan Metzmacher1-0/+17
2007-10-10r20729: add a version number to struct dsdb_extended_replicated_objectsStefan Metzmacher1-0/+7
2007-10-10r20728: the DSDB_CONTROL_REPLICATED_OBJECT_OID control isn't used anymoreStefan Metzmacher1-5/+0
2007-10-10r20726: - only add the rdn attribute and it's meta_data when the 'name' attri...Stefan Metzmacher1-0/+1
2007-10-10r20709: pass a repsFromTo1 struct down as it contains all needed info for the...Stefan Metzmacher1-2/+1
2007-10-10r20705: store the "replUpToDateVector" attribute in DSDB_EXTENDED_REPLICATED_...Stefan Metzmacher1-0/+4
2007-10-10r20682: make the dsdb_extended_replicated_objects_commit() interface a bit mo...Stefan Metzmacher1-15/+10
2007-10-10r20680: prepare the helper functions for applying replicated objectsStefan Metzmacher1-0/+3
2007-10-10r20629: add a wrapper function for ldb_extended(ldb, DSDB_EXTENDED_REPLICATED...Stefan Metzmacher1-0/+10
2007-10-10r20599: - forward extended operations in the partitions moduleStefan Metzmacher1-1/+2
2007-10-10r20587: prepare the DSDB_EXTENDED_REPLICATED_OBJECTS_OID handlingStefan Metzmacher1-0/+5
2007-10-10r20580: pass the DSDB_CONTROL_REPLICATED_OBJECT_OID with the ldb_add requestStefan Metzmacher1-0/+5
2007-10-10r20420: create infrastructure to convert attribute values from drsuapi to ldbStefan Metzmacher1-0/+1
2007-10-10r20306: remove the static oid mapping tableStefan Metzmacher1-0/+1
2007-10-10r20233: add functions to create a dsdb_attribute and dsdb_class fromStefan Metzmacher1-0/+1
2007-10-10r20221: - move the dsdb_schema, dsdb_attribute, dsdb_class structs intoStefan Metzmacher1-0/+1