Age | Commit message (Expand) | Author | Files | Lines |
2011-09-08 | s4-cracknames: use consistent search for crossRef objects | Andrew Tridgell | 1 | -2/+4 |
2011-09-08 | s4-dsdb: prevent crash on bad DN in construct_parent_guid() | Andrew Tridgell | 1 | -0/+3 |
2011-09-05 | s4-cracknames: fixed cracknames to use more specific search | Andrew Tridgell | 1 | -13/+12 |
2011-09-05 | s4-schema consolidate schema handling | Andrew Bartlett | 1 | -21/+5 |
2011-08-26 | s4-dsdb Return ACL errors as ldb_errstring() | Andrew Bartlett | 2 | -17/+30 |
2011-08-25 | s4-dsdb: fixed use of RMD flags in ldb search in dirsync module | Andrew Tridgell | 1 | -2/+2 |
2011-08-25 | s4-dsdb: fixed newlines in DEBUG() calls in cracknames | Andrew Tridgell | 1 | -14/+14 |
2011-08-25 | s4-dsdb: assert that base DNs are used correctly | Andrew Tridgell | 1 | -0/+5 |
2011-08-25 | s4-dsdb: enforce NULL DN validity in partition module | Andrew Tridgell | 1 | -0/+3 |
2011-08-25 | s4-dsdb: fixed basedn in extended_dn_in module | Andrew Tridgell | 1 | -6/+10 |
2011-08-25 | s4-dsdb: cleanup use of NULL vs base DN in samldb | Andrew Tridgell | 1 | -7/+18 |
2011-08-25 | s4-dsdb: removed unused function in ACL module | Andrew Tridgell | 1 | -39/+0 |
2011-08-25 | s4-dsdb: fixed all partitions search in cracknames | Andrew Tridgell | 1 | -1/+1 |
2011-08-18 | credentials: Rename library to samba-credentials to avoid name clashes. | Jelmer Vernooij | 1 | -1/+1 |
2011-08-18 | s4-dsdb: fixed deletion of backlinks for fl2000 DCs | Andrew Tridgell | 1 | -18/+13 |
2011-08-18 | s4-dsdb: added comments and fixed backlink check in repl_meta_data | Andrew Tridgell | 1 | -2/+17 |
2011-08-18 | s4-dirsync: use dsdb_module_dn_by_guid() not dsdb_find_dn_by_guid() in modules | Andrew Tridgell | 1 | -1/+1 |
2011-08-13 | s4-dsdb: Provide additional method to connect to specified database path | Amitay Isaacs | 1 | -5/+16 |
2011-08-13 | s4-dsdb ensure we honour the hash_values control, even for really odd hashes | Andrew Bartlett | 1 | -2/+4 |
2011-08-12 | s4-dsdb: expand dsServiceName from GUID form at runtime | Andrew Tridgell | 1 | -6/+54 |
2011-08-12 | s4-dsdb: remove the naming_fsmo and pdc_fsmo modules | Andrew Tridgell | 3 | -42/+0 |
2011-08-12 | s4-dsdb: calculate validFSMOs at runtime instead of pre-computing | Andrew Tridgell | 3 | -251/+45 |
2011-08-10 | s4:subtree_rename LDB module - fix the move/rename constraints | Matthias Dieter Wallnöfer | 1 | -10/+7 |
2011-08-10 | s4-dsdb: avoid printing a pointless debug line | Matthieu Patou | 1 | -1/+1 |
2011-08-10 | s4-drsuapi: crackname search also for deleted objects | Matthieu Patou | 1 | -1/+4 |
2011-08-09 | s4-dsdb: add auto-normalisation of attributes | Andrew Tridgell | 1 | -0/+47 |
2011-08-09 | s4-dsdb: ensure rIDSetReferences is stored as an extended DN | Andrew Tridgell | 2 | -2/+18 |
2011-08-09 | s4-dsdb: make extended_dn_in a bit more efficient | Andrew Tridgell | 1 | -9/+17 |
2011-08-09 | s4-dsdb: use dn_format shortcut to find DN format | Andrew Tridgell | 2 | -4/+4 |
2011-08-04 | s4-dsdb: extend the extended_dn_in module to handle DN links | Andrew Tridgell | 1 | -44/+104 |
2011-08-04 | s4-dsdb: handle search expressions containing extended DNs | Andrew Tridgell | 2 | -1/+167 |
2011-08-04 | s4-dsdb: fixed outgoing one way link DNs | Andrew Tridgell | 2 | -3/+63 |
2011-08-01 | remove unnecessary dependency on 'events' from ldb modules. | Jelmer Vernooij | 1 | -35/+35 |
2011-07-26 | s4-dsdb: Improve the calculation of system flags according to 3.1.1.5.2.4 | Matthieu Patou | 1 | -2/+3 |
2011-07-21 | s4-dsdb: Use controls provided during the request while searching for object ... | Matthieu Patou | 1 | -1/+13 |
2011-07-21 | s4-dsdb: check group membership only for non deleted objects | Matthieu Patou | 1 | -2/+9 |
2011-07-21 | update/add my copyright | Matthieu Patou | 3 | -0/+3 |
2011-07-21 | s4-dsdb: In rootdse add extended dn info on all values for a given attribute | Matthieu Patou | 1 | -57/+66 |
2011-07-21 | s4-dsdb: add dsdb_module_extended function similar to other dsdb_module_* fun... | Matthieu Patou | 1 | -0/+61 |
2011-07-13 | s4-dsdb: fixed the defaultObjectCategory to have a full GUID | Andrew Tridgell | 1 | -0/+24 |
2011-07-13 | s4-dsdb: another special case for the "member" attribute | Andrew Tridgell | 1 | -1/+6 |
2011-07-13 | s4-dsdb Don't process deletion of member attributes here. | Andrew Bartlett | 1 | -0/+9 |
2011-07-13 | s4-dsdb: fixed modify of ACLs on deleted objects | Andrew Tridgell | 1 | -2/+4 |
2011-07-13 | s4-dsdb: raise debug level for backlink errors | Andrew Tridgell | 1 | -1/+1 |
2011-07-13 | s4-dsdb: moved checking of duplicate member entries to repl_meta_data.c | Andrew Tridgell | 2 | -35/+20 |
2011-07-11 | s4-dirsync: do not return linked attribute if the target object is no more | Matthieu Patou | 1 | -0/+29 |
2011-07-11 | s4-dsdb: allow objectsid to be specified in a modification operation | Matthieu Patou | 1 | -3/+5 |
2011-07-11 | s4-dsdb: if the provision control is specified, update replication metadata e... | Matthieu Patou | 1 | -1/+7 |
2011-07-11 | s4-dsdb: when replacing linked attribute take always the new dn as the old dn... | Matthieu Patou | 1 | -1/+1 |
2011-07-11 | s4-dsdb: check for single valued attribute in repl_meta_data module | Matthieu Patou | 1 | -0/+11 |