Age | Commit message (Expand) | Author | Files | Lines |
2011-03-04 | s4/ldb - remove now superflous "ldb_dn_validate" checks | Matthias Dieter Wallnöfer | 1 | -3/+2 |
2011-03-04 | ldb:ldb tools - return LDB_ERR_INVALID_DN_SYNTAX on wrong DN parameters | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-02-09 | ldb:tools - return LDB_ERR_OPERATIONS_ERROR on generic errors | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2011-02-09 | ldb:tools - always check if ldb connection has been estabilished | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-02-09 | ldb:ldbsearch tool - use LDB result constants where possible | Matthias Dieter Wallnöfer | 1 | -7/+7 |
2011-02-09 | ldb:ldbsearch tool - simplify error code return | Matthias Dieter Wallnöfer | 1 | -3/+1 |
2011-02-09 | ldb:ldbsearch tool - use "%u" for printing unsigned integers | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-01-12 | ldb:ldbsearch.c - fix possible uninitialised variable | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-11-01 | s4-ldb: removed ldb_includes.h | Andrew Tridgell | 1 | -1/+3 |
2010-11-01 | s4-ldb: convert existing ldb tools to use new command line hooks | Andrew Tridgell | 1 | -8/+2 |
2010-05-31 | ldb: Fix dependencies when building with system ldb. | Jelmer Vernooij | 1 | -0/+6 |
2010-05-02 | s4-ldb: use a parent context in the ldb utils | Andrew Tridgell | 1 | -2/+4 |
2010-03-06 | LDB:tools - change counters to be unsigned | Matthias Dieter Wallnöfer | 1 | -6/+6 |
2010-02-25 | s4:ldb Fix segfault in ldbsearch store_referral callback | Andrew Bartlett | 1 | -6/+1 |
2010-02-13 | s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort() | Andrew Tridgell | 1 | -2/+1 |
2009-09-02 | use ldb_cmdline_help() in ldbsearch | Andrew Tridgell | 1 | -8/+1 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 1 | -0/+1 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 1 | -1/+1 |
2008-09-29 | LDB ASYNC: ldb misc changes | Simo Sorce | 1 | -34/+42 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -1/+4 |
2008-02-20 | Fix static module list generation for ldb. | Jelmer Vernooij | 1 | -2/+0 |
2008-01-11 | Rework ldbsearch to avoid segfault when remote LDAP server returns | Andrew Bartlett | 1 | -12/+10 |
2008-01-11 | Fix segfault when sorting LDAP replies on the client. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r22681: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r21496: A number of ldb control and LDAP changes, surrounding the | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -5/+4 |
2007-10-10 | r19332: ldb_parse_tree leaks | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r18436: converted ldb to use talloc_move() instead of talloc_steal() when | Andrew Tridgell | 1 | -12/+2 |
2007-10-10 | r17830: Set the default_basedn (hey, it comes from the "default" naming conte... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r17821: changed ldb_search() and the ldbsearch command line utility to | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r17613: style fix | Simo Sorce | 1 | -1/+2 |
2007-10-10 | r17186: "async" word abuse clean-up part 2 | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 1 | -54/+54 |
2007-10-10 | r16036: Add a couple of new functions to corretly deal with timeouts. | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r15932: Remove per request creds | Simo Sorce | 1 | -1/+0 |
2007-10-10 | r15847: We probably want to keep the global init | Simo Sorce | 1 | -0/+2 |
2007-10-10 | r15846: An async version of ldbsearch | Simo Sorce | 1 | -59/+186 |
2007-10-10 | r15372: Don't look at possibly undefined controls in failure cases. | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r13998: From now on ldb_request() will require an alloced request | Simo Sorce | 1 | -17/+18 |
2007-10-10 | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r13609: Get in the initial work on making ldb async | Simo Sorce | 1 | -2/+10 |
2007-10-10 | r13580: fix broken client side sort | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13289: Check the tree is not NULL | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r13167: handle cotrols' reply even in error | Simo Sorce | 1 | -2/+1 |
2007-10-10 | r12989: move the control parsing and handleng functions to cmdline.c | Simo Sorce | 1 | -315/+1 |
2007-10-10 | r12984: add parse code and ldbsearch cmdline code for | Stefan Metzmacher | 1 | -0/+19 |