Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-04 | ldb: added ldb_dn_replace_components() | Andrew Tridgell | 1 | -0/+56 | |
this allows you to replace the string part of a DN with the string part from another DN. This is useful when you want to fix a DN that has the right GUID but the wrong string part, because the target object has moved. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-07-13 | ldb: don't shortcut dn comparison for mismatched special DNs | Andrew Tridgell | 1 | -1/+1 | |
DNs that start with @ can't be compared via string comparison with normal DNs Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-05 | ldb: make ldb a top level library for Samba 4.0 | Andrew Bartlett | 1 | -0/+2101 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |