Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-02 | s4:dsdb - Store SID as string in FDS. | Endi S. Dewata | 1 | -2/+22 | |
2009-11-02 | s4:dsdb - Fixed attribute dereferencing for FDS | Endi S. Dewata | 1 | -16/+122 | |
2009-10-02 | s4-ldb: accept the binary DN OIDs in extended DN modules | Andrew Tridgell | 1 | -2/+4 | |
2009-06-30 | s4: dsdb Avoid using the internal ldb_private.h header | Andrew Bartlett | 1 | -24/+24 | |
This job is not complete (the partition module remains a unfinished task), but now we do use the private ldb headers much less. Andrew Bartlett | |||||
2009-02-02 | s4:extended_dn_out: s/private/p s/new/nattrs | Stefan Metzmacher | 1 | -40/+40 | |
metze | |||||
2008-12-17 | s4:dsdb: split extended_dn into extended_dn_in, extended_dn_out and ↵ | Andrew Bartlett | 1 | -0/+655 | |
extended_dn_store. By splitting the module, the extended_dn_in and extended_dn_store moudles can use extended_dn_out to actually get the extended DN. This avoids code duplication. The extended_dn_out module also contains a client implementation of the OpenLDAP dereference control (draft-masarati-ldap-deref-00). This also introduces a new control 'DSDB_CONTROL_DN_STORAGE_FORMAT_OID' to ask the extended_dn_out module to return whatever the 'storage format' is. This allows us to work with both OpenLDAP (which performs a dereference at run time) and LDB (which stores the GUID and SID on disk). Signed-off-by: Stefan Metzmacher <metze@samba.org> |