Age | Commit message (Expand) | Author | Files | Lines |
2011-06-22 | pyldb: added methods to get/set extended components on DNs | Andrew Tridgell | 1 | -0/+51 |
2011-06-22 | ldb: added extended_str() method to pyldb | Andrew Tridgell | 1 | -0/+16 |
2011-06-22 | ldb: expose syntax oids to python | Andrew Tridgell | 1 | -0/+10 |
2011-06-20 | tdb2: tie it into build process if --enable-tdb2-breaks-compat | Rusty Russell | 1 | -1/+1 |
2011-06-20 | tdb_compat: use tdb_open_compat. | Rusty Russell | 2 | -28/+50 |
2011-06-20 | tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT. | Rusty Russell | 1 | -0/+4 |
2011-06-20 | ldb: replace 'struct TDB_DATA' with 'TDB_DATA' | Rusty Russell | 3 | -6/+6 |
2011-06-20 | tdb_unlockall/tdb_unlockall_read: ignore return value. | Rusty Russell | 1 | -1/+2 |
2011-06-20 | tdb_traverse/tdb_traverse_read: check returns for negative, not -1. | Rusty Russell | 2 | -3/+3 |
2011-06-20 | tdb_transaction_cancel: ignore return value. | Rusty Russell | 1 | -4/+1 |
2011-06-20 | tdb_store: check returns for 0, not -1. | Rusty Russell | 2 | -2/+2 |
2011-06-20 | tdb_fetch_compat: use instead of tdb_fetch. | Rusty Russell | 3 | -5/+7 |
2011-06-20 | tdb_compat.h: divert every tdb build and includes to tdb_compat | Rusty Russell | 2 | -7/+12 |
2011-06-20 | pyldb: add unit test for get(myattribute, defVal) | Matthieu Patou | 1 | -0/+5 |
2011-06-19 | py-ldb: allow dictionnary like usage (ie. e.get("myattribute", defVal) | Matthieu Patou | 1 | -3/+8 |
2011-06-14 | pyldb: make ldb operations more consistent | Andrew Tridgell | 1 | -12/+21 |
2011-06-14 | pyldb: added validate option to ldb.modify() | Andrew Tridgell | 1 | -9/+15 |
2011-06-09 | ldb:ldb_msg.c - move away from "errno" | Matthias Dieter Wallnöfer | 1 | -3/+0 |
2011-05-21 | ldb:pyldb.c - all flags should be unsigned | Matthias Dieter Wallnöfer | 1 | -10/+10 |
2011-05-21 | ldb:ldb_sqlite3.c - all LDB flags should be handled as "unsigned" | Matthias Dieter Wallnöfer | 1 | -2/+3 |
2011-05-21 | ldb:tools/cmdline.c + tools/ldbtest.c - the connection flags are typed as "un... | Matthias Dieter Wallnöfer | 2 | -2/+2 |
2011-05-21 | ldb:ldbtest.c - make more use of LDB constants | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2011-04-29 | ldb:tdb backend - cache - remove unused "last_attribute" structure member | Matthias Dieter Wallnöfer | 2 | -8/+0 |
2011-04-29 | ldb:tools/cmdline.c + tools/ldbtest.c - make use of LDB result constants | Matthias Dieter Wallnöfer | 2 | -2/+2 |
2011-04-29 | ldb:ldb_controls.c - fix comment indentation | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2011-04-23 | Support the 'PYTHON' environment variable. | Jelmer Vernooij | 1 | -0/+6 |
2011-04-21 | s4:ldb: change version to 1.1.0 after adding new functions: | Stefan Metzmacher | 2 | -1/+254 |
2011-04-21 | ldb: add custom flags and functions for the application that wants to manipul... | Matthieu Patou | 3 | -0/+54 |
2011-04-21 | s4:ldb/tests: add tests for ldbmodify and 'modrdn' | Stefan Metzmacher | 2 | -1/+16 |
2011-04-21 | s4:ldb/tools: add support for "modrdn" to ldbmodify | Stefan Metzmacher | 1 | -1/+23 |
2011-04-21 | s4:ldb/ldif: add support for "modrdn" | Stefan Metzmacher | 2 | -1/+226 |
2011-04-08 | ldb:ldb/common/ldb_modules.c - change the request counter type to be "unsigned" | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-04-08 | ldb:ldb/common/ldb_modules.c - trivial - fix integer output specifiers | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2011-04-07 | ldb:ldb_msg.c - make "ldb_msg_find_attr_as_*" more robust against invalid values | Matthias Dieter Wallnöfer | 1 | -19/+106 |
2011-04-07 | ldb:ldb_msg_check_sanity - clean it up from unneeded stuff | Matthias Dieter Wallnöfer | 1 | -4/+0 |
2011-04-07 | ldb:ldbadd/modify tool - return error code when at least one operation has fa... | Matthias Dieter Wallnöfer | 2 | -5/+8 |
2011-04-07 | ldb:tests - "init.ldif" - deactivate empty "seeAlso" attribute | Matthias Dieter Wallnöfer | 1 | -1/+2 |
2011-04-07 | ldb:ldb/common/ldb_modules.c - always use LDB error codes if possible | Matthias Dieter Wallnöfer | 1 | -6/+7 |
2011-04-07 | ldb:common/*.c - check for some OOM conditions | Matthias Dieter Wallnöfer | 2 | -0/+7 |
2011-04-07 | ldb: fixed --paged option in ldb tools | Andrew Tridgell | 1 | -1/+1 |
2011-03-29 | ldb: detect eof on ldif files | Andrew Tridgell | 2 | -0/+20 |
2011-03-20 | pyldb: minor fixup, fix a memory leak | Matthieu Patou | 1 | -2/+3 |
2011-03-20 | ldb:fix control parsing for dirsync | Matthieu Patou | 1 | -2/+3 |
2011-03-16 | s4:ldb: don't install .pc files when building a private library | Stefan Metzmacher | 1 | -2/+6 |
2011-03-15 | ldb: only install headers if we are not building as a private lib | Andrew Tridgell | 1 | -1/+4 |
2011-03-15 | ldb: use include <> form for public headers | Andrew Tridgell | 2 | -3/+3 |
2011-03-10 | ldb:ldb_controls.c - "ldb_save_controls" - allow that "saver" can also be NULL | Matthias Dieter Wallnöfer | 1 | -8/+12 |
2011-03-10 | ldb:ldb_controls.c - always allocate enough space | Matthias Dieter Wallnöfer | 1 | -13/+27 |
2011-03-04 | ldb:ldb_msg.c - use LDB result constants for checking return values | Matthias Dieter Wallnöfer | 1 | -2/+5 |
2011-03-04 | ldb:rdn_name LDB module - more RDN constraint checks (from AD) | Matthias Dieter Wallnöfer | 1 | -1/+40 |