Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-18 | ldb: added ldb_msg_element_equal_ordered() | Andrew Tridgell | 1 | -0/+20 | |
this gives us a order sensitive msg element comparison. We need this to allow dbcheck to fix the order of objectClass attributes. | |||||
2012-04-11 | LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()" | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
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-05 | ldb: make ldb a top level library for Samba 4.0 | Andrew Bartlett | 1 | -0/+1187 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |