summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4: check the sacl and dacl pointers on the old sdAnatoliy Atanasov2010-06-011-2/+2
* s4-cracknames: Fix typo in debug message.Karolin Seeger2010-06-011-1/+1
* s4:samldb LDB module - start on a sequential trigger implementationMatthias Dieter Wallnöfer2010-05-311-10/+26
* s4:dsdb_load_udv_v1 - "uint32_t" counter type fits better than "unsigned int"Matthias Dieter Wallnöfer2010-05-311-1/+1
* ldb: Fix dependencies when building with system ldb.Jelmer Vernooij2010-05-311-1/+1
* s4:samldb LDB module - deny delete operations on some important attributesMatthias Dieter Wallnöfer2010-05-301-3/+12
* s4:samldb LDB module - rework the group change code to be again synchronousMatthias Dieter Wallnöfer2010-05-301-309/+71
* s4:dsdb/samdb/ldb_modules/util.c - make sure to always free temporary dataMatthias Dieter Wallnöfer2010-05-301-1/+6
* s4:dsdb_module_search_dn - add code to handle NULL format stringMatthias Dieter Wallnöfer2010-05-301-3/+13
* s4:dsdb/common/util.c - fix a counter variableMatthias Dieter Wallnöfer2010-05-301-1/+1
* s4:dsdb_enum_group_mem - use "unsigned" countersMatthias Dieter Wallnöfer2010-05-241-2/+3
* s4:dsdb_lookup_rids - "unsigned" counters fit better than "signed" in this caseMatthias Dieter Wallnöfer2010-05-241-2/+2
* s4:dsdb_add_user - check the "cn"/"account_name" length (should be >= 1)Matthias Dieter Wallnöfer2010-05-241-7/+12
* s4:samr Push most of samr_LookupRids into a helper functionAndrew Bartlett2010-05-241-0/+66
* s4:samr Push most of samr_QueryGroupMember into a helper functionAndrew Bartlett2010-05-241-0/+67
* s4:samr Move most of samr_CreateDomAlias into a helper functionAndrew Bartlett2010-05-241-0/+73
* s4:samr Split most of samr_CreateDomainGroup into a helper functionAndrew Bartlett2010-05-241-0/+79
* s4:samr Split the guts of samr_CreateUser2 into a helper functionAndrew Bartlett2010-05-242-1/+250