Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-13 | ldb: added ldb_val_string_cmp() | Andrew Tridgell | 1 | -0/+12 | |
this should help fix some places where we run past the end of a string Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-13 | ldb: don't return special DNs on non-base searches | Andrew Tridgell | 1 | -0/+5 | |
to look at a special DN, give the full DN Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
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 | 14 | -0/+11302 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |