Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21503: add usefull function to get the site dn for the local server | Stefan Metzmacher | 1 | -0/+17 |
2007-10-10 | r21497: Pass more of the RPC-CRACKNAMES test by using the new search_options ... | Andrew Bartlett | 1 | -26/+89 |
2007-10-10 | r21496: A number of ldb control and LDAP changes, surrounding the | Andrew Bartlett | 4 | -7/+25 |
2007-10-10 | r21470: generate Primary:WDigest blob with precalculated digest-md5 hashes: | Stefan Metzmacher | 1 | -6/+383 |
2007-10-10 | r21465: the LDAP-UPTODATEVECTOR test shows that the replUpToDateVector | Stefan Metzmacher | 1 | -37/+11 |
2007-10-10 | r21441: create a union for the PrimaryKerberosBlob content | Stefan Metzmacher | 1 | -35/+45 |
2007-10-10 | r21434: - get rid of "krb5Key" | Stefan Metzmacher | 2 | -359/+732 |
2007-10-10 | r21395: fix comments | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r21364: cosmetic change: it's nicer to use the KEYTYPE_ macro | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r21362: rename: | Stefan Metzmacher | 4 | -46/+46 |
2007-10-10 | r21355: work in child domains, CN=Configuration isn't always under the domain dn | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r21315: ldb now supports filters like (&(dn=%s)(&(objectClass=kerberosSecret)... | Stefan Metzmacher | 1 | -4/+30 |
2007-10-10 | r21306: fix the RPC-LSA tests the admin couldn't no longer get the 'currentVa... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r21179: Anything more complex than this causes the keytab never to be updated... | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r21135: Instead of having hooks to update keytabs as an explicit thing, update | Andrew Bartlett | 2 | -2/+203 |
2007-10-10 | r20975: - implement handling of meta data an on originating add | Stefan Metzmacher | 1 | -37/+240 |
2007-10-10 | r20971: we don't need this check twice:-) | Stefan Metzmacher | 1 | -7/+0 |
2007-10-10 | r20968: - add functions to sort the meta data and attribute arrays | Stefan Metzmacher | 1 | -25/+90 |
2007-10-10 | r20957: a value of FF0000000000000000000000000000000000000000 isn't stored as... | Stefan Metzmacher | 1 | -4/+8 |
2007-10-10 | r20923: only allow extended operations for SYSTEM or administrators for now | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r20921: - only give password attributes to the SYSTEM account | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r20909: add a module that implements the LDAP_CONTROL_SHOW_DELETED_OID control | Stefan Metzmacher | 2 | -0/+227 |
2007-10-10 | r20906: allow LDAP simple binds using the following syntaxes in the DN field: | Stefan Metzmacher | 1 | -7/+34 |
2007-10-10 | r20902: don't crash if the object isn't there yet | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r20871: implement the validFSMOs constructed attribute on the rootdse | Stefan Metzmacher | 5 | -21/+82 |
2007-10-10 | r20870: implement the constructed attributes dsSchemaAttrCount, | Stefan Metzmacher | 1 | -0/+44 |
2007-10-10 | r20867: add modules to handle the domain naming and the pdc FSMO Roles | Stefan Metzmacher | 3 | -0/+263 |
2007-10-10 | r20866: - fix debug messages missing new lines | Stefan Metzmacher | 1 | -14/+18 |
2007-10-10 | r20864: move common stuff into an extra function | Stefan Metzmacher | 1 | -85/+62 |
2007-10-10 | r20863: check that there's a current partition control attached to the request | Stefan Metzmacher | 1 | -6/+65 |
2007-10-10 | r20855: pass the DSDB_CONTROL_CURRENT_PARTITION_OID control also for the | Stefan Metzmacher | 1 | -10/+27 |
2007-10-10 | r20853: attach the DSDB_CONTROL_CURRENT_PARTITION_OID control when requests | Stefan Metzmacher | 1 | -2/+7 |
2007-10-10 | r20849: first step to move away from using find_backend() and use find_partit... | Stefan Metzmacher | 1 | -5/+20 |
2007-10-10 | r20847: - split some code out into a new function find_partition() | Stefan Metzmacher | 1 | -8/+27 |
2007-10-10 | r20826: make the dsdb_control_current_partition struct public and allocate an... | Stefan Metzmacher | 2 | -5/+18 |
2007-10-10 | r20809: rename struct partition into struct dsdb_control_current_partition | Stefan Metzmacher | 1 | -9/+11 |
2007-10-10 | r20780: keep a dsdb_schema_fsmo struct as private data | Stefan Metzmacher | 1 | -0/+21 |
2007-10-10 | r20779: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20778: we don't need a talloc_steal here | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20776: require a loaded dsdb_schema for originating add and modify operations | Stefan Metzmacher | 1 | -6/+26 |
2007-10-10 | r20771: add an ldb module which will force the Schema FSMO Role Owner | Stefan Metzmacher | 2 | -0/+236 |
2007-10-10 | r20762: load the default dn's after the rootdse module is initialized, | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r20760: also handle the case where no private data is attached to the module | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20729: add a version number to struct dsdb_extended_replicated_objects | Stefan Metzmacher | 3 | -1/+22 |
2007-10-10 | r20728: the DSDB_CONTROL_REPLICATED_OBJECT_OID control isn't used anymore | Stefan Metzmacher | 3 | -60/+0 |
2007-10-10 | r20727: implement basic merging of replicated objects when it already exist | Stefan Metzmacher | 1 | -4/+246 |
2007-10-10 | r20726: - only add the rdn attribute and it's meta_data when the 'name' attri... | Stefan Metzmacher | 2 | -0/+20 |
2007-10-10 | r20716: add a dsdb_cache ldb module which will load the dsdb_schema and other... | Stefan Metzmacher | 2 | -0/+59 |
2007-10-10 | r20713: sort the cursors in replUpToDateVector by source_dsa_invocation_id, | Stefan Metzmacher | 1 | -0/+13 |
2007-10-10 | r20710: update or create the "repsFrom" values after applying replicated objects | Stefan Metzmacher | 1 | -1/+93 |