summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4:dsdb Add control for signaling between repl_meta_data and linked_attributesAndrew Bartlett2010-06-162-0/+6
* dsdb: Fix includes when building against system ldb.Jelmer Vernooij2010-06-155-44/+45
* dsdb: Build modules as external modules when using system ldb.Jelmer Vernooij2010-06-151-3/+37
* s4:dsdb Move linked attribute restrictions to objectclass_attrsAndrew Bartlett2010-06-151-0/+9
* s4:dsdb Add const to dsdb_dn functions that operate on an ldb_val.Andrew Bartlett2010-06-151-2/+2
* s4:provision Allow a specific prefix map to be loaded into a new schema provi...Andrew Bartlett2010-06-151-1/+1
* s4:dsdb Allow the setting an override on the schemaAndrew Bartlett2010-06-152-6/+23
* s4:dsdb Use the schema from our local provision to decode the schemaAndrew Bartlett2010-06-151-367/+0
* s4:fix allocated control OIDs for "password_hash" LDB moduleMatthias Dieter Wallnöfer2010-06-131-3/+3
* s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij2010-06-131-14/+15
* s4:password_hash LDB module - this does really deactivate the MS LAN manager ...Matthias Dieter Wallnöfer2010-06-121-5/+9
* s4:password_hash LDB module - fix commentMatthias Dieter Wallnöfer2010-06-121-1/+1
* s4:dsdb Allow calling dsdb_convert_object_ex() directlyAndrew Bartlett2010-06-121-6/+6
* s4:dsdb Simplfy match of objectclass in dsdb_schema_set_el_from_ldb_msgAndrew Bartlett2010-06-121-17/+4
* s4:dsdb Provide a function to convert from DRS prefix maps to the LDB prefixmapAndrew Bartlett2010-06-121-12/+21
* s4:dsdb Add more debugs to help track down failures to parse the prefixmapAndrew Bartlett2010-06-121-5/+20
* s4:dsdb Put back the reference and set_attributes in dsdb_reference_schemaAndrew Bartlett2010-06-121-0/+9
* s4:rootdse LDB module - use LDB result constantsMatthias Dieter Wallnöfer2010-06-111-4/+5
* s4:samldb LDB module - fix up the case when the old and new "primaryGroupID" ...Matthias Dieter Wallnöfer2010-06-101-7/+7
* s4:samldb LDB module - don't create multiple "ac" module contexts on modify o...Matthias Dieter Wallnöfer2010-06-101-12/+6
* s4:samba_dsdb LDB module - move the "objectclass_attrs" module backMatthias Dieter Wallnöfer2010-06-101-1/+1
* s4:instancetype LDB module - prevent all types of "instanceType" manipulationMatthias Dieter Wallnöfer2010-06-101-0/+16
* s4:objectclass_attrs LDB module - move the single-valued attribute check into...Matthias Dieter Wallnöfer2010-06-071-1/+13
* s4:samba_dsdb LDB module - fix typosMatthias Dieter Wallnöfer2010-06-071-2/+2
* s4:samba_dsdb LDB module - enhance/fix module rule commentsMatthias Dieter Wallnöfer2010-06-071-3/+5
* s4:objectclass LDB module - rework the code which handles the objectclasses m...Matthias Dieter Wallnöfer2010-06-071-149/+191
* s4:acl LDB module - LDB attribute names should be compared using "ldb_attr_cm...Matthias Dieter Wallnöfer2010-06-071-2/+2
* s4:acl LDB module - adaption for "objectclass_attrs" moduleMatthias Dieter Wallnöfer2010-06-071-5/+15
* s4:objectclass LDB module - remove "fix_check_attributes"Matthias Dieter Wallnöfer2010-06-071-62/+0
* s4:samldb LDB module - adjust the module to set always a "defaultObjectCatego...Matthias Dieter Wallnöfer2010-06-071-35/+45
* s4:remove the "validate_update" LDB module - the task is now handled by the f...Matthias Dieter Wallnöfer2010-06-074-141/+0
* s4:dsdb - introduce a new "objectclass_attrs" LDB module which performs the o...Matthias Dieter Wallnöfer2010-06-073-0/+401
* s4:objectclass LDB module - instanciate the schema variable centrally on the ...Matthias Dieter Wallnöfer2010-06-071-28/+28
* s4:samldb LDB module - finally we can remove the RDN checkMatthias Dieter Wallnöfer2010-06-071-53/+0
* s4:objectclass LDB module - finally implement the correct entry rename protec...Matthias Dieter Wallnöfer2010-06-071-25/+130
* s4:objectclass LDB module - cosmetic changeMatthias Dieter Wallnöfer2010-06-071-2/+3
* s4:objectclass LDB module - remove duplicated codeMatthias Dieter Wallnöfer2010-06-071-13/+4
* s4:objectclass LDB module - fix counter variable typesMatthias Dieter Wallnöfer2010-06-071-1/+1
* s4:objectclass LDB module - explain why the search can return with an empty r...Matthias Dieter Wallnöfer2010-06-071-1/+2
* s4:objectclass LDB module - this "talloc_steal" is not necessaryMatthias Dieter Wallnöfer2010-06-071-1/+0
* s4:objectclass LDB module - fix error result if an entry doesn't contain a st...Matthias Dieter Wallnöfer2010-06-071-3/+3
* s4:objectclass LDB module - use "ldb_oom" for expressing out of memoryMatthias Dieter Wallnöfer2010-06-071-2/+1
* s4:objectclass LDB module - fix header and add my copyrightMatthias Dieter Wallnöfer2010-06-071-4/+6
* s4:password_hash LDB module - adapt the module to the new "ldb_msg_remove_att...Matthias Dieter Wallnöfer2010-06-061-17/+6
* s4:samldb LDB module - this codepart isn't needed due to the objectclass LDB ...Matthias Dieter Wallnöfer2010-06-061-13/+0
* s4:get_last_structural_class - only real structural classes can be candidates...Matthias Dieter Wallnöfer2010-06-061-1/+1
* s4:dsdb/common/util.c - provide a better implementation of the "samdb_msg_add...Matthias Dieter Wallnöfer2010-06-061-28/+90
* s4:ridalloc LDB module - add more "talloc_free"s where usefulMatthias Dieter Wallnöfer2010-06-061-0/+3
* s4:acl LDB module - fix counter types where appropriateMatthias Dieter Wallnöfer2010-06-061-2/+4
* s4:descriptor LDB module - cosmetic fixupMatthias Dieter Wallnöfer2010-06-061-4/+4