summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4-drs: replmd_delete with the 3 stage deletion recycle binEduardo Lima2010-03-262-105/+204
* s4:ldb_modules/util.c - fix two counter variables to be "unsigned"Matthias Dieter Wallnöfer2010-03-231-2/+2
* s4:dsdb Add a shortcut sequence number for schema reloadsAndrew Bartlett2010-03-221-14/+79
* s4:dsdb Rework schema loading and add schema reloadingAndrew Bartlett2010-03-221-105/+126
* s4:dsdb Move dsdb_save_partition_usn() to be a module helper functionAndrew Bartlett2010-03-222-4/+178
* s4:dsdb Add 'const' to some struct dsdb_schema variablesAndrew Bartlett2010-03-222-9/+9
* s4:dsdb Don't load the schema unconditionallyAndrew Bartlett2010-03-222-3/+19
* s4:dsdb Move rdn_name down the stackAndrew Bartlett2010-03-181-1/+1
* s4:resolve_oids LDB module - not really a change but a nicer method to call "...Matthias Dieter Wallnöfer2010-03-161-1/+2
* s4:dsdb - fix up warningsMatthias Dieter Wallnöfer2010-03-162-4/+8
* s4:dsdb Show more detail in failure to compute the aggregate DN.Andrew Bartlett2010-03-161-1/+1
* s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2010-03-1612-28/+85
* s4:dsdb Fix warnings in DEBUG() by casting to unsigned long intAndrew Bartlett2010-03-161-4/+4
* s4:dsdb/acl Reduce calls to dsdb_get_schema() and add memory contextAndrew Bartlett2010-03-161-24/+46
* s4:dsdb Don't error out if we can't get the Aggregate schema DN yetAndrew Bartlett2010-03-161-9/+16
* s4:util.c - "dsdb_check_optional_feature" - counter should be "unsigned"Matthias Dieter Wallnöfer2010-03-121-1/+1
* s4-drs: check if an optional feature is enabledEduardo Lima2010-03-121-0/+59
* Split the dsdb_access_check_on_dn.Nadezhda Ivanova2010-03-121-5/+44
* Fixed ACL module to use dsdb_module_* API.Nadezhda Ivanova2010-03-121-9/+9
* Moved access_check_on_dn from acl module as an utility.Nadezhda Ivanova2010-03-121-156/+19
* Added a check for permissions to modify the RDN attribute on rename.Nadezhda Ivanova2010-03-091-0/+12
* s4:extended_dn_out LDB module - change counter variables to "unsigned" where ...Matthias Dieter Wallnöfer2010-03-071-8/+11
* s4:repl_meta_data LDB module - change counter variables to "unsigned" where a...Matthias Dieter Wallnöfer2010-03-071-20/+24
* s4:local_password LDB module - change counter variables to "unsigned" where a...Matthias Dieter Wallnöfer2010-03-071-4/+4
* s4:ranged_results LDB module - change counter variables to "unsigned" where a...Matthias Dieter Wallnöfer2010-03-071-2/+2
* s4:objectguid LDB module - change counter variables to "unsigned" where appro...Matthias Dieter Wallnöfer2010-03-071-1/+1
* s4:objectclass LDB module - change counter variabls to "unsigned" where appro...Matthias Dieter Wallnöfer2010-03-071-2/+2
* s4:anr LDB module - change counter variable to "unsigned"Matthias Dieter Wallnöfer2010-03-071-1/+1
* s4:acl LDB module - change counter variable to "unsigned"Matthias Dieter Wallnöfer2010-03-071-1/+1
* s4:linked_attributes LDB module - change counter variables to "unsigned" wher...Matthias Dieter Wallnöfer2010-03-071-3/+5
* s4:kludge_acl LDB module - change counter variables to "unsigned" where appro...Matthias Dieter Wallnöfer2010-03-071-5/+10
* s4:proxy LDB module - Change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-071-5/+6
* s4:schema_data LDB module - change counter variables to "unsigned" where appr...Matthias Dieter Wallnöfer2010-03-071-3/+6
* s4:resolve_oids LDB module - change counter variables to "unsigned" where app...Matthias Dieter Wallnöfer2010-03-071-5/+5
* s4:rootdse LDB module - change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-071-9/+10
* s4:partition LDB module - change counter variables to "unsigned" where approp...Matthias Dieter Wallnöfer2010-03-072-17/+26
* s4:samdb_privilege.c - Change two counter variables to unsignedMatthias Dieter Wallnöfer2010-03-051-2/+3
* s4:cracknames - Change two counter variables to unsignedMatthias Dieter Wallnöfer2010-03-051-2/+2
* s4:operational LDB - don't accidentally "ate" search helper attributes if we ...Matthias Dieter Wallnöfer2010-03-041-6/+14
* s4:operational LDB module - make the counters unsignedMatthias Dieter Wallnöfer2010-03-041-2/+2
* s4:operational LDB - implement the "tokenGroups" constructed attributeMatthias Dieter Wallnöfer2010-03-042-1/+96
* s4:operational LDB module - use right memory context int "construct_primary_g...Matthias Dieter Wallnöfer2010-03-041-2/+2
* s4:samdb.c - Make it signed-safeMatthias Dieter Wallnöfer2010-03-031-2/+2
* s4:partition DSDB module - Generate basic referralsMatthias Dieter Wallnöfer2010-02-252-47/+144
* s4:partition DSDB module - change the search and domain scope control handlingMatthias Dieter Wallnöfer2010-02-251-35/+22
* s4:SAMLDB module - ignore referralsMatthias Dieter Wallnöfer2010-02-251-5/+6
* dsdb: Add a more explicit error message for constructed attributesMatthieu Patou2010-02-241-0/+1
* s4/schema: Move msDS-IntId implementation to samldb.c moduleKamen Mazdrashki2010-02-242-149/+87
* s4:operational LDB module - enable support for passing referrals through itMatthias Dieter Wallnöfer2010-02-211-2/+1
* s4:partition DSDB module - Cosmetic fixupsMatthias Dieter Wallnöfer2010-02-211-16/+23