summaryrefslogtreecommitdiff
path: root/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2015-09-30ldb: Fix CID 1034781 Unsigned compared against 0Volker Lendecke1-3/+3
2015-08-31ldb:wscript: make it possible to build samba with a system ldb againStefan Metzmacher1-2/+2
2015-07-21ldb: version 1.1.21ldb-1.1.21Stefan Metzmacher3-1/+266
2015-03-26Move waf into third_party/.Jelmer Vernooij1-1/+1
2015-03-20ldb:wscript: remove allow_warnings=True for ldb_sampleStefan Metzmacher1-1/+0
2015-03-20ldb:tests/sample_module: don't be lazy and use ldb_msg_copy_shallow/ldb_build...Stefan Metzmacher1-13/+64
2015-03-04pyldb: Add tests for type errorsPetr Viktorin1-0/+42
2015-03-03pyldb: Report errors converting controls list to char**Petr Viktorin1-0/+20
2015-03-03pyldb: Better error reportingPetr Viktorin1-2/+2
2015-03-03pyldb: Type-check arguments parsed with PyArg_ParseTuple*Petr Viktorin1-8/+8
2015-03-03pyldb: Fix reference leaksPetr Viktorin1-6/+12
2015-03-03pyldb: Remove use of staticforward macroPetr Viktorin1-1/+1
2015-03-03pyldb: Properly preallocate result control listPetr Viktorin1-1/+5
2015-03-03pyldb: Use the Py_TYPE macroPetr Viktorin1-3/+3
2015-03-03pyldb: Correct reference counting when returning boolsPetr Viktorin1-4/+4
2015-03-03Fix the O3 developer buildVolker Lendecke1-1/+1
2015-02-17Force rebuild of ldb if pyldb-util is not available.Jelmer Vernooij1-4/+4
2015-02-17wscript: Expand tabs.Jelmer Vernooij1-1/+1
2015-01-24ldb: version 1.1.20ldb-1.1.20Stefan Metzmacher3-1/+266
2015-01-24lib/ldb: fix logic in ldb_val_to_time()Stefan Metzmacher1-6/+32
2015-01-22Remove use of the "staticforward" macroPetr Viktorin1-7/+7
2014-12-22ldb: bump to version 1.1.19ldb-1.1.19Andrew Bartlett3-1/+266
2014-12-22ldb: Allow to register extended match rulesSamuel Cabrero4-36/+165
2014-11-29ldb: version 1.1.18ldb-1.1.18Stefan Metzmacher3-1/+265
2014-11-25lib-pyldb: Block elements should be surrounded by {} in py_msg.setitem()Kamen Mazdrashki1-1/+2
2014-11-25lib-pyldb: Fix docstring for msg.add() method - it was "S.append()"Kamen Mazdrashki1-1/+1
2014-11-25lib-ldb-test: Test copying message element from a message to a new messageKamen Mazdrashki1-0/+14
2014-11-25lib-pyldb: Avoid crash when copying MessageElements between Python Message ob...Kamen Mazdrashki1-4/+22
2014-11-25lib-ldb_ldif: Stop processing if ldb_message element name is NULLKamen Mazdrashki1-0/+7
2014-11-25lib-ldb: Check for input parameter when searching attributes by nameKamen Mazdrashki1-2/+13
2014-11-25lib-pyldb: Throw exception when we can't create MessageElement objectKamen Mazdrashki1-0/+2
2014-11-25lib-pyldb: Avoid leaking memory in error casesKamen Mazdrashki1-2/+6
2014-11-25lib-pyldb: Avoid SEGFAULT in case we can't convert passed value to py_StringKamen Mazdrashki1-0/+5
2014-11-14lib/ldb: remove unused 'allow_warnings=True'Stefan Metzmacher1-2/+0
2014-11-14lib/ldb: fix compiler warnings in ldb_tdb.cStefan Metzmacher1-3/+11
2014-11-14lib/ldb: fix compiler warnings in ldb_modules_list_from_string()Stefan Metzmacher1-2/+2
2014-09-30ldb: fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxxMatthieu Patou1-2/+2
2014-09-05lib/ldb/wscript: pass dep_vars=['LDB_VERSION'] to SAMBA_GENERATOR()Stefan Metzmacher1-2/+1
2014-08-28Fix typo in ldbrename manpageMarc Muehlfeld1-1/+1
2014-08-21ldb: Fix check for third_partyAmitay Isaacs1-2/+2
2014-08-09third_party/popt: Initial support for popt.Ira Cooper1-3/+15
2014-06-20ldb:build: improve detection of srcdirMichael Adam1-1/+1
2014-05-03ldb: make the successful ldb_transaction_start() message clearerAndrew Bartlett1-4/+8
2014-05-02ldb: change version to 1.1.17ldb-1.1.17Stefan Metzmacher3-1/+265
2014-05-02ldb:pyldb: add some more helper functions for LdbDnStefan Metzmacher1-0/+112
2014-05-02ldb:pyldb: fix doc string for set_extended_component()Stefan Metzmacher1-1/+1
2014-05-02ldb:pyldb: add some const to PyObject_FromLdbValue()Stefan Metzmacher1-1/+1
2014-04-17ldb: Add a env variable to disable RTLD_DEEPBIND.Andreas Schneider1-6/+19
2014-04-02dlinklist: Fix a typoVolker Lendecke1-1/+1
2014-04-02lib/ldb: explicitly use allow_warnings=TrueStefan Metzmacher1-0/+3