summaryrefslogtreecommitdiff
path: root/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2011-11-17ldb: Add handy macros for reporting error inside ldb moduleAmitay Isaacs1-0/+2
2011-11-13waf: Factor checking for undefined symbol flags out into separate method.Jelmer Vernooij1-0/+2
2011-11-13ldb: Only check for pkg-config file when checking for system ldb.Jelmer Vernooij1-2/+2
2011-11-13ldb: Use pyembed rather than pyext for ldb-util library.Jelmer Vernooij1-1/+1
2011-11-10ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest ratherJelmer Vernooij1-33/+37
2011-11-10Revert "pyldb: fixed ldb API test"Jelmer Vernooij1-36/+39
2011-11-10pyldb: fixed ldb API testAndrew Tridgell1-39/+36
2011-11-10pyldb: enhanced get() method on msg objectAndrew Tridgell1-14/+33
2011-11-02pyldb: Remove duplicate definition of SYNTAX_DN.Jelmer Vernooij1-1/+0
2011-11-02ldb: fix compiler warningDavid Disseldorp1-1/+1
2011-10-27ldb:common/ldb_modules.c - fix a typo in commentMatthias Dieter Wallnöfer1-1/+1
2011-10-20ldb: ldb_errstring() takes ldb_contxt as an argumentAmitay Isaacs1-1/+1
2011-10-20dsdb: improve debug messageAndrew Tridgell2-6/+6
2011-10-18ldb: Output more error information when a connect failsAndrew Bartlett2-1/+6
2011-10-18ldb: fixed a race in ldb initialisationAndrew Tridgell1-1/+9
2011-10-11ldb:ldb_autotransaction_request - error string shouldn't be set hereMatthias Dieter Wallnöfer1-5/+0
2011-10-11ldb:pyldb.c - py_ldb_* modification calls - error string shouldn't be set hereMatthias Dieter Wallnöfer1-17/+1
2011-10-11ldb:ldb.c/"ldb_wait" - make "ldb_wait" always return an error stringMatthias Dieter Wallnöfer1-4/+39
2011-10-11ldb:ldb.c/"ldb_wait" - change "ldb_wait" slightly in order to introduce error...Matthias Dieter Wallnöfer1-3/+5
2011-10-11ldb:ldb.c/"ldb_request" - make "ldb_request" always return an error stringMatthias Dieter Wallnöfer1-1/+15
2011-10-11ldb:ldb.c - "ldb_set_errstring" can be implemented by using "ldb_asprintf_err...Matthias Dieter Wallnöfer1-10/+7
2011-10-11ldb:ldb_autotransaction_request - fix a typo in a commentMatthias Dieter Wallnöfer1-1/+1
2011-10-10ldb: change version to 1.1.3 after pyldb changesStefan Metzmacher3-1/+259
2011-10-07Revert "ldb: support raw OIDs in control string parsing"Stefan Metzmacher2-19/+0
2011-10-07ldb/ldb_controls: allow oid up to 255 charsStefan Metzmacher1-1/+1
2011-10-06ldb: support raw OIDs in control string parsingAndrew Tridgell2-0/+19
2011-10-06ldb: fixed memory leak in control string parsingAndrew Tridgell1-0/+24
2011-09-19ldb:"ldb_extended" -make the call more similar to "ldb_search"Matthias Dieter Wallnöfer1-2/+6
2011-09-18pyldb: Drop unnecessary dependency on pytalloc-util.Jelmer Vernooij2-2/+1
2011-09-14tdb_compat: adapt to tdb2 API change.Rusty Russell1-1/+3
2011-09-13ldb:pyldb.c - "py_ldb_rename" remove superflous "ldb" pointerMatthias Dieter Wallnöfer1-4/+2
2011-09-11ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"Matthias Dieter Wallnöfer1-11/+3
2011-09-11ldb:pyldb.c - point out that "PyLdbResult_AsResult" does not convert everythingMatthias Dieter Wallnöfer1-1/+4
2011-09-01ldb: make the 'spy' code more paranoidAndrew Tridgell2-10/+12
2011-09-01ldb: fixed ldbsearch when no baseDN specified and cross-ncs is usedAndrew Tridgell1-4/+24
2011-09-01pyldb: added OID_COMPARATOR constantsAndrew Tridgell1-9/+11
2011-08-25pyldb: fixed a warningAndrew Tridgell1-2/+2
2011-08-21wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij1-6/+2
2011-08-19ldb:ldb_controls.c - cosmetic indentation fixMatthias Dieter Wallnöfer1-5/+4
2011-08-19ldb - two cosmetic fixesMatthias Dieter Wallnöfer2-4/+2
2011-08-13ldb: Remove use after free in error caseAndrew Bartlett1-1/+0
2011-08-09ldb: fix the canonicalisation of booleansAndrew Tridgell1-3/+3
2011-08-08pyldb: fix uninitialized memory bug in PyArg_ParseTuple() argumentStefan Metzmacher1-1/+1
2011-08-07pyldb: Generate ABI file.Jelmer Vernooij2-2/+6
2011-08-07pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij3-125/+129
2011-08-04ldb: rule_id in ldb_parse_tree should be constAndrew Tridgell1-1/+1
2011-08-04ldb: added a new always-fail ldap extended match OIDAndrew Tridgell2-1/+14
2011-08-04ldb: added signatures for 1.1.2Andrew Tridgell1-0/+256
2011-08-04ldb: raise minor versionAndrew Tridgell1-1/+1
2011-08-04ldb: added ldb_parse_tree_walk()Andrew Tridgell2-16/+77