Age | Commit message (Expand) | Author | Files | Lines |
2011-11-13 | ldb: Only check for pkg-config file when checking for system ldb. | Jelmer Vernooij | 1 | -2/+2 |
2011-11-13 | ldb: Use pyembed rather than pyext for ldb-util library. | Jelmer Vernooij | 1 | -1/+1 |
2011-11-10 | ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest rather | Jelmer Vernooij | 1 | -33/+37 |
2011-11-10 | Revert "pyldb: fixed ldb API test" | Jelmer Vernooij | 1 | -36/+39 |
2011-11-10 | pyldb: fixed ldb API test | Andrew Tridgell | 1 | -39/+36 |
2011-11-10 | pyldb: enhanced get() method on msg object | Andrew Tridgell | 1 | -14/+33 |
2011-11-02 | pyldb: Remove duplicate definition of SYNTAX_DN. | Jelmer Vernooij | 1 | -1/+0 |
2011-11-02 | ldb: fix compiler warning | David Disseldorp | 1 | -1/+1 |
2011-10-27 | ldb:common/ldb_modules.c - fix a typo in comment | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-10-20 | ldb: ldb_errstring() takes ldb_contxt as an argument | Amitay Isaacs | 1 | -1/+1 |
2011-10-20 | dsdb: improve debug message | Andrew Tridgell | 2 | -6/+6 |
2011-10-18 | ldb: Output more error information when a connect fails | Andrew Bartlett | 2 | -1/+6 |
2011-10-18 | ldb: fixed a race in ldb initialisation | Andrew Tridgell | 1 | -1/+9 |
2011-10-11 | ldb:ldb_autotransaction_request - error string shouldn't be set here | Matthias Dieter Wallnöfer | 1 | -5/+0 |
2011-10-11 | ldb:pyldb.c - py_ldb_* modification calls - error string shouldn't be set here | Matthias Dieter Wallnöfer | 1 | -17/+1 |
2011-10-11 | ldb:ldb.c/"ldb_wait" - make "ldb_wait" always return an error string | Matthias Dieter Wallnöfer | 1 | -4/+39 |
2011-10-11 | ldb:ldb.c/"ldb_wait" - change "ldb_wait" slightly in order to introduce error... | Matthias Dieter Wallnöfer | 1 | -3/+5 |
2011-10-11 | ldb:ldb.c/"ldb_request" - make "ldb_request" always return an error string | Matthias Dieter Wallnöfer | 1 | -1/+15 |
2011-10-11 | ldb:ldb.c - "ldb_set_errstring" can be implemented by using "ldb_asprintf_err... | Matthias Dieter Wallnöfer | 1 | -10/+7 |
2011-10-11 | ldb:ldb_autotransaction_request - fix a typo in a comment | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-10-10 | ldb: change version to 1.1.3 after pyldb changes | Stefan Metzmacher | 3 | -1/+259 |
2011-10-07 | Revert "ldb: support raw OIDs in control string parsing" | Stefan Metzmacher | 2 | -19/+0 |
2011-10-07 | ldb/ldb_controls: allow oid up to 255 chars | Stefan Metzmacher | 1 | -1/+1 |
2011-10-06 | ldb: support raw OIDs in control string parsing | Andrew Tridgell | 2 | -0/+19 |
2011-10-06 | ldb: fixed memory leak in control string parsing | Andrew Tridgell | 1 | -0/+24 |
2011-09-19 | ldb:"ldb_extended" -make the call more similar to "ldb_search" | Matthias Dieter Wallnöfer | 1 | -2/+6 |
2011-09-18 | pyldb: Drop unnecessary dependency on pytalloc-util. | Jelmer Vernooij | 2 | -2/+1 |
2011-09-14 | tdb_compat: adapt to tdb2 API change. | Rusty Russell | 1 | -1/+3 |
2011-09-13 | ldb:pyldb.c - "py_ldb_rename" remove superflous "ldb" pointer | Matthias Dieter Wallnöfer | 1 | -4/+2 |
2011-09-11 | ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP" | Matthias Dieter Wallnöfer | 1 | -11/+3 |
2011-09-11 | ldb:pyldb.c - point out that "PyLdbResult_AsResult" does not convert everything | Matthias Dieter Wallnöfer | 1 | -1/+4 |
2011-09-01 | ldb: make the 'spy' code more paranoid | Andrew Tridgell | 2 | -10/+12 |
2011-09-01 | ldb: fixed ldbsearch when no baseDN specified and cross-ncs is used | Andrew Tridgell | 1 | -4/+24 |
2011-09-01 | pyldb: added OID_COMPARATOR constants | Andrew Tridgell | 1 | -9/+11 |
2011-08-25 | pyldb: fixed a warning | Andrew Tridgell | 1 | -2/+2 |
2011-08-21 | wafsamba: Only install .pc files if libraries are public. | Jelmer Vernooij | 1 | -6/+2 |
2011-08-19 | ldb:ldb_controls.c - cosmetic indentation fix | Matthias Dieter Wallnöfer | 1 | -5/+4 |
2011-08-19 | ldb - two cosmetic fixes | Matthias Dieter Wallnöfer | 2 | -4/+2 |
2011-08-13 | ldb: Remove use after free in error case | Andrew Bartlett | 1 | -1/+0 |
2011-08-09 | ldb: fix the canonicalisation of booleans | Andrew Tridgell | 1 | -3/+3 |
2011-08-08 | pyldb: fix uninitialized memory bug in PyArg_ParseTuple() argument | Stefan Metzmacher | 1 | -1/+1 |
2011-08-07 | pyldb: Generate ABI file. | Jelmer Vernooij | 2 | -2/+6 |
2011-08-07 | pyldb: Consistently use pyldb_ prefix. | Jelmer Vernooij | 3 | -125/+129 |
2011-08-04 | ldb: rule_id in ldb_parse_tree should be const | Andrew Tridgell | 1 | -1/+1 |
2011-08-04 | ldb: added a new always-fail ldap extended match OID | Andrew Tridgell | 2 | -1/+14 |
2011-08-04 | ldb: added signatures for 1.1.2 | Andrew Tridgell | 1 | -0/+256 |
2011-08-04 | ldb: raise minor version | Andrew Tridgell | 1 | -1/+1 |
2011-08-04 | ldb: added ldb_parse_tree_walk() | Andrew Tridgell | 2 | -16/+77 |
2011-08-04 | ldb: added ldb_dn_replace_components() | Andrew Tridgell | 2 | -0/+63 |
2011-08-03 | pyldb: return a copy of key constant DNs via python interface | Andrew Tridgell | 1 | -4/+21 |