summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/objectclass.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-19s4:objectclass LDB module - disable delete operations when "SYSTEM_FLAG_DISAL...Matthias Dieter Wallnöfer1-5/+80
2010-06-19s4:objectclass LDB module - use the old DN when displaying error messagesMatthias Dieter Wallnöfer1-2/+2
2010-06-19s4:objectclass LDB module - add a better message when the parent DN is invalidMatthias Dieter Wallnöfer1-2/+3
2010-06-19s4:objectclass LDB module - add an error message when someone tries to add en...Matthias Dieter Wallnöfer1-3/+4
2010-06-19s4:objectclass LDB module - handle the case when there is a retry to add the ...Matthias Dieter Wallnöfer1-0/+26
2010-06-18s4:objectclass LDB module - move "mem_ctx" initialisation lowerMatthias Dieter Wallnöfer1-16/+11
2010-06-15dsdb: Fix includes when building against system ldb.Jelmer Vernooij1-1/+1
2010-06-07s4:objectclass LDB module - rework the code which handles the objectclasses m...Matthias Dieter Wallnöfer1-149/+191
2010-06-07s4:objectclass LDB module - remove "fix_check_attributes"Matthias Dieter Wallnöfer1-62/+0
2010-06-07s4:objectclass LDB module - instanciate the schema variable centrally on the ...Matthias Dieter Wallnöfer1-28/+28
2010-06-07s4:objectclass LDB module - finally implement the correct entry rename protec...Matthias Dieter Wallnöfer1-25/+130
2010-06-07s4:objectclass LDB module - cosmetic changeMatthias Dieter Wallnöfer1-2/+3
2010-06-07s4:objectclass LDB module - remove duplicated codeMatthias Dieter Wallnöfer1-13/+4
2010-06-07s4:objectclass LDB module - fix counter variable typesMatthias Dieter Wallnöfer1-1/+1
2010-06-07s4:objectclass LDB module - explain why the search can return with an empty r...Matthias Dieter Wallnöfer1-1/+2
2010-06-07s4:objectclass LDB module - this "talloc_steal" is not necessaryMatthias Dieter Wallnöfer1-1/+0
2010-06-07s4:objectclass LDB module - fix error result if an entry doesn't contain a st...Matthias Dieter Wallnöfer1-3/+3
2010-06-07s4:objectclass LDB module - use "ldb_oom" for expressing out of memoryMatthias Dieter Wallnöfer1-2/+1
2010-06-07s4:objectclass LDB module - fix header and add my copyrightMatthias Dieter Wallnöfer1-4/+6
2010-05-04s4/rodc: Fix the callbacks up the stack to handle referrals on modify requestsAnatoliy Atanasov1-0/+10
2010-04-22s4-dsdb: moved rodc schema validation to samldb.cAndrew Tridgell1-33/+0
2010-04-22s4-drs: Do not allow system-critical attributes to be RODC filteredFernando J V da Silva1-0/+33
2010-04-13s4:objectclass LDB module - remove a unneeded newlineMatthias Dieter Wallnöfer1-2/+1
2010-03-16s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett1-3/+10
2010-03-07s4:objectclass LDB module - change counter variabls to "unsigned" where appro...Matthias Dieter Wallnöfer1-2/+2
2010-02-24dsdb: Add a more explicit error message for constructed attributesMatthieu Patou1-0/+1
2009-12-18s4-dsdb: fix handling of AUX classes in objectclass_sortBrendan Powers1-146/+133
2009-11-30s4-dsdb: don't call ldb_next_init() twice in objectclass moduleAndrew Tridgell1-1/+1
2009-11-26s4:objectclass LDB module - Prevent write operations on constructed attributesMatthias Dieter Wallnöfer1-6/+19
2009-11-20s4-drs: Removes stored parentGUID's creation and renamingFernando J V da Silva1-80/+7
2009-11-17s4:dsdb Rework samdb code to use 'storage format' DNs for defaultObjectCategoryAndrew Bartlett1-1/+26
2009-11-09s4-samdb: remove the rDN size constraint of 64Andrew Tridgell1-3/+10
2009-10-15s4-dsdb: implement limit on rDN lengthAndrew Tridgell1-3/+11
2009-10-12s4:objectclass ldb module - Check for empty messagesMatthias Dieter Wallnöfer1-1/+8
2009-10-03s4:objectclass - Free unused memory from responsesMatthias Dieter Wallnöfer1-0/+3
2009-10-03s4:dsdb Use possibleInferiors to restrict creation of child objectsAndrew Bartlett1-4/+15
2009-10-03s4:dsdb Add objectClass and RDN constraints to objectClass moduleAndrew Bartlett1-8/+35
2009-10-03s4:dsdb Don't allow creation of systemOnly objectclassesMatthias Dieter Wallnöfer1-0/+6
2009-10-02s4:dsdb Return correct error on invalid attributeAndrew Bartlett1-1/+2
2009-10-02s4:dsdb Don't allow creating of new objects with an isDefunct schema classAndrew Bartlett1-1/+7
2009-10-02s4:Ensure the selected RDN is the right one per the schemaAndrew Bartlett1-1/+7
2009-09-21s4:dsdb Fix of double addition of SD-sNadezhda Ivanova1-0/+2
2009-09-16Owner and group defaulting.Nadezhda Ivanova1-57/+8
2009-08-26s4:dsdb Use helper function to add 'show deleted' controlAndrew Bartlett1-20/+10
2009-08-25fixed DRS rename of deleted objectsAndrew Tridgell1-1/+20
2009-08-05s4:dsdb Don't cast an ldb_val into a const char * for schema lookupsAndrew Bartlett1-2/+3
2009-03-17added support for parentGUIDAndrew Tridgell1-5/+84
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-0/+1
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce1-57/+78
2008-11-17s4:dsdb/samdb: don't allow objects without objectClassStefan Metzmacher1-2/+2