Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-19 | ldb - two cosmetic fixes | Matthias Dieter Wallnöfer | 1 | -2/+0 | |
@ldb.h: Removes an invalid comment line @pyldb.c: Fixes indentation | |||||
2011-08-04 | ldb: rule_id in ldb_parse_tree should be const | Andrew Tridgell | 1 | -1/+1 | |
this allows assignment to a constant string without allocation Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-13 | ldb: added ldb_val_string_cmp() | Andrew Tridgell | 1 | -0/+5 | |
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/+2254 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |