1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-28 12:23:49 +03:00

r9621: Bunch of bug fixes. Add 'format' option to samba3dump (text,summary,ldif)

This commit is contained in:
Jelmer Vernooij
2005-08-25 19:02:03 +00:00
committed by Gerald (Jerry) Carter
parent b73441b04d
commit dc6aab8d4a
10 changed files with 193 additions and 80 deletions

View File

@@ -162,8 +162,7 @@ struct ldb_debug_ops {
#define PRINTF_ATTRIBUTE(a,b)
#endif
/* structues for ldb_parse_tree handling code */
/* structures for ldb_parse_tree handling code */
enum ldb_parse_op { LDB_OP_AND=1, LDB_OP_OR=2, LDB_OP_NOT=3,
LDB_OP_EQUALITY=4, LDB_OP_SUBSTRING=5,
LDB_OP_GREATER=6, LDB_OP_LESS=7, LDB_OP_PRESENT=8,