Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-10 | s4/drs: enable attribute encryption | Andrew Tridgell | 1 | -6/+41 | |
This means we now get passwords vampired correctly for s4<->s4 replication. | |||||
2009-09-10 | s4/drs: correctly fill in the GUID of DRS objects | Andrew Tridgell | 1 | -1/+1 | |
2009-09-10 | s4/drs: when we don't find an attribute use zero values | Andrew Tridgell | 1 | -19/+10 | |
thanks to metze for pointing this out | |||||
2009-09-09 | s4:drs match the meta_data and attributes array | Andrew Tridgell | 1 | -16/+46 | |
These two arrays need to be in sync, as they are walked in sync by the client | |||||
2009-09-09 | s4/drs: broke out the core of the getncchanges code | Andrew Tridgell | 1 | -81/+96 | |
It is easier to understand without the heavy nesting | |||||
2009-09-09 | s4:drs split addentry and getncchanges into separate files | Andrew Tridgell | 1 | -0/+215 | |
These will get quite complex eventually, I think we are better separating them so the code is a bit easier to follow |