Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-22 | LDB:ldbsearch - search filters do not only contain "=" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Also "<=", ">=", "~"... are allowed as well. Enumeration taken from ldb_parse_filtertype(). This was the cause of not identifying the search filter as described in bug https://bugzilla.samba.org/show_bug.cgi?id=8647. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-09-01 | ldb: fixed ldbsearch when no baseDN specified and cross-ncs is used | Andrew Tridgell | 1 | -4/+24 | |
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/+317 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |