summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* s4:ldb:python/api: use only one ldb file in test_contains()Stefan Metzmacher2010-12-241-2/+3
* s4:ldb:python/api: use filename() instead of hardcoded filenamesStefan Metzmacher2010-12-241-6/+7
* ldb:pyldb.c - remove unused variableMatthias Dieter Wallnöfer2010-12-221-1/+1
* ldb: Add ldb.Message.add and ldb.Message.elements.Jelmer Vernooij2010-12-212-36/+86
* ldb:tools/ldbdel.c - "replace.h" should be the first includeMatthias Dieter Wallnöfer2010-12-211-1/+1
* ldb: Bump version after renaming some public symbols which didn't have aJelmer Vernooij2010-12-192-1/+246
* lib/ldb Remove talloc_free() that causes double-free in callbacks.Andrew Bartlett2010-12-181-1/+3
* ldb: Rename controls_except_specified -> ldb_controls_except_specified.Jelmer Vernooij2010-12-182-2/+2
* ldb_map: Fix prefix for map functions.Jelmer Vernooij2010-12-183-15/+15
* ldb: Add prototype for ldb_init_module.Jelmer Vernooij2010-12-181-0/+5
* ldb: Rename two exported functions so they match abi_match.Jelmer Vernooij2010-12-186-9/+8
* ldb: Bump API after symbol changes.Jelmer Vernooij2010-12-151-1/+1
* ldb: Build modules as .so files.Jelmer Vernooij2010-12-151-0/+9
* build: openbsd plateform is openbsd4Matthieu Patou2010-12-151-1/+1
* build do not add -no-undefined on openbsdMatthieu Patou2010-12-141-1/+2
* ldb:pyldb.h - revert to the previous header behaviourMatthias Dieter Wallnöfer2010-12-123-2/+4
* ldb:pyldb - optimise includesMatthias Dieter Wallnöfer2010-12-123-7/+2
* waf: remove the restriction that private libraries must not have a vnumAndrew Tridgell2010-12-091-4/+2
* waf-abi: auto-generate per-symbol versions from ABI filesAndrew Tridgell2010-12-091-2/+1
* s4:ldb: add ABI/ldb-0.9.20.sigsStefan Metzmacher2010-12-081-0/+245
* s4:ldb: build libldb and pyldb-util as private libraries when building for sa...Stefan Metzmacher2010-12-081-3/+12
* ldb: bump version number after introduction of new constant.Jelmer Vernooij2010-12-081-1/+1
* s4-acl: Fixed incorrect value of LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTENadezhda Ivanova2010-12-081-1/+1
* s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell2010-12-081-1/+1
* s4-ldb: added @LIB_RPATH@ to the ldb pc fileAndrew Tridgell2010-12-081-1/+1
* s4-acl: Added a flag to mark an element as failing an access check.Nadezhda Ivanova2010-12-081-0/+3
* s4-ldb: use RTLD_DEEPBIND if available for ldb modulesAndrew Tridgell2010-12-081-1/+13
* s4:fix some shadowed declaration warnings on Solaris by renaming the symbolsMatthias Dieter Wallnöfer2010-12-062-3/+3
* s4/ldb: fix shell syntax error in test scriptBjörn Jacke2010-12-021-2/+2
* ldb:ldb_msg_add_value - fix here a wrong memory contextMatthias Dieter Wallnöfer2010-12-011-1/+2
* ldb-tdb: Add more information about full scanMatthieu Patou2010-11-261-1/+7
* pyldb: Fix broken test.Jelmer Vernooij2010-11-232-1/+2
* s4-ldb: added an environment varibale LDB_WARN_UNINDEXEDAndrew Tridgell2010-11-236-10/+16
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-6/+6
* s4-ldb: fixed the build with a space in the ldb modules directory nameAndrew Tridgell2010-11-211-1/+1
* ldb:rdn_name LDB module - add more RDN name constraintsMatthias Dieter Wallnöfer2010-11-201-5/+17
* ldb:ldb_rename on ldap backends - handle the case when the RDN value is emptyMatthias Dieter Wallnöfer2010-11-191-1/+1
* s4-ldb.python: Use $SELFTEST_PREFIX/tmp as a temporary directory for testingKamen Mazdrashki2010-11-181-1/+6
* s4-ldb.python: add test for ldb.Message.from_dict() methodKamen Mazdrashki2010-11-181-0/+17
* s4-pyldb: ldb.Message.from_dict class method to create LdbMessage object from...Kamen Mazdrashki2010-11-181-0/+44
* s4-pyldb: Move code to create a ldb_message from a Python Dictionary object i...Kamen Mazdrashki2010-11-181-46/+73
* s4-pyldb_util: Move ldb Type searching into separate functionKamen Mazdrashki2010-11-181-18/+28
* s4-pyldb: Few miss-alignments alignedKamen Mazdrashki2010-11-181-9/+8
* s4-pyldb: Move PyLdbMessage_FromMessage() in PyMessage group of functionsKamen Mazdrashki2010-11-181-1/+1
* s4-pyldb: Fix wrong type of 'self' parameterKamen Mazdrashki2010-11-181-1/+1
* Revert "s4:api.py - DN tests - test a bit more special DNs and merge the comp...Matthias Dieter Wallnöfer2010-11-181-44/+1
* ldb: error out when modules are not foundSimo Sorce2010-11-181-1/+1
* ldb:skel.c - don't introduce trailing whitespaces by a module templateMatthias Dieter Wallnöfer2010-11-181-2/+2
* s4:api.py - DN tests - test a bit more special DNs and merge the comparison t...Matthias Dieter Wallnöfer2010-11-181-11/+47
* ldb:ldb_dn_explode - point out that on error cases "data" is implicitly free'dMatthias Dieter Wallnöfer2010-11-181-1/+1