summaryrefslogtreecommitdiffstats
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* pyldb: Add tests for type errorsPetr Viktorin2015-03-041-0/+42
* pyldb: Report errors converting controls list to char**Petr Viktorin2015-03-031-0/+20
* pyldb: Better error reportingPetr Viktorin2015-03-031-2/+2
* pyldb: Type-check arguments parsed with PyArg_ParseTuple*Petr Viktorin2015-03-031-8/+8
* pyldb: Fix reference leaksPetr Viktorin2015-03-031-6/+12
* pyldb: Remove use of staticforward macroPetr Viktorin2015-03-031-1/+1
* pyldb: Properly preallocate result control listPetr Viktorin2015-03-031-1/+5
* pyldb: Use the Py_TYPE macroPetr Viktorin2015-03-031-3/+3
* pyldb: Correct reference counting when returning boolsPetr Viktorin2015-03-031-4/+4
* Fix the O3 developer buildVolker Lendecke2015-03-031-1/+1
* Force rebuild of ldb if pyldb-util is not available.Jelmer Vernooij2015-02-171-4/+4
* wscript: Expand tabs.Jelmer Vernooij2015-02-171-1/+1
* ldb: version 1.1.20Stefan Metzmacher2015-01-243-1/+266
* lib/ldb: fix logic in ldb_val_to_time()Stefan Metzmacher2015-01-241-6/+32
* Remove use of the "staticforward" macroPetr Viktorin2015-01-221-7/+7
* ldb: bump to version 1.1.19Andrew Bartlett2014-12-223-1/+266
* ldb: Allow to register extended match rulesSamuel Cabrero2014-12-224-36/+165
* ldb: version 1.1.18Stefan Metzmacher2014-11-293-1/+265
* lib-pyldb: Block elements should be surrounded by {} in py_msg.setitem()Kamen Mazdrashki2014-11-251-1/+2
* lib-pyldb: Fix docstring for msg.add() method - it was "S.append()"Kamen Mazdrashki2014-11-251-1/+1
* lib-ldb-test: Test copying message element from a message to a new messageKamen Mazdrashki2014-11-251-0/+14
* lib-pyldb: Avoid crash when copying MessageElements between Python Message ob...Kamen Mazdrashki2014-11-251-4/+22
* lib-ldb_ldif: Stop processing if ldb_message element name is NULLKamen Mazdrashki2014-11-251-0/+7
* lib-ldb: Check for input parameter when searching attributes by nameKamen Mazdrashki2014-11-251-2/+13
* lib-pyldb: Throw exception when we can't create MessageElement objectKamen Mazdrashki2014-11-251-0/+2
* lib-pyldb: Avoid leaking memory in error casesKamen Mazdrashki2014-11-251-2/+6
* lib-pyldb: Avoid SEGFAULT in case we can't convert passed value to py_StringKamen Mazdrashki2014-11-251-0/+5
* lib/ldb: remove unused 'allow_warnings=True'Stefan Metzmacher2014-11-141-2/+0
* lib/ldb: fix compiler warnings in ldb_tdb.cStefan Metzmacher2014-11-141-3/+11
* lib/ldb: fix compiler warnings in ldb_modules_list_from_string()Stefan Metzmacher2014-11-141-2/+2
* ldb: fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxxMatthieu Patou2014-09-301-2/+2
* lib/ldb/wscript: pass dep_vars=['LDB_VERSION'] to SAMBA_GENERATOR()Stefan Metzmacher2014-09-051-2/+1
* Fix typo in ldbrename manpageMarc Muehlfeld2014-08-281-1/+1
* ldb: Fix check for third_partyAmitay Isaacs2014-08-211-2/+2
* third_party/popt: Initial support for popt.Ira Cooper2014-08-091-3/+15
* ldb:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* ldb: make the successful ldb_transaction_start() message clearerAndrew Bartlett2014-05-031-4/+8
* ldb: change version to 1.1.17Stefan Metzmacher2014-05-023-1/+265
* ldb:pyldb: add some more helper functions for LdbDnStefan Metzmacher2014-05-021-0/+112
* ldb:pyldb: fix doc string for set_extended_component()Stefan Metzmacher2014-05-021-1/+1
* ldb:pyldb: add some const to PyObject_FromLdbValue()Stefan Metzmacher2014-05-021-1/+1
* ldb: Add a env variable to disable RTLD_DEEPBIND.Andreas Schneider2014-04-171-6/+19
* dlinklist: Fix a typoVolker Lendecke2014-04-021-1/+1
* lib/ldb: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+3
* ldb: pass module init errors back to the callerAndrew Bartlett2014-02-051-2/+3
* ldb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR o...Andrew Bartlett2014-02-051-2/+5
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-092-9/+0
* ldb: Fix 1138330 Dereference null return valueVolker Lendecke2013-12-171-0/+4
* lib/ldb fix compiler warningsChristian Ambach2013-12-121-2/+2
* lib/ldb fix compiler warningsChristian Ambach2013-12-121-2/+2