summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* ldb_ildap: don't force the build as shared_moduleStefan Metzmacher2008-06-301-1/+0
* lib/talloc: build as MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher2008-06-301-1/+1
* lib/events: build as MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher2008-06-301-1/+1
* ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)Stefan Metzmacher2008-06-304-164/+201
* Relax the ldap.py tests so that they pass against OpenLDAP CVS.Andrew Bartlett2008-06-301-3/+6
* Loosen ldap.py tests on the LDAP backend.Andrew Bartlett2008-06-301-1/+1
* Non-zero exit code on failure.Jelmer Vernooij2008-06-281-3/+6
* tdb_unpack: Eliminate "cast to pointer from integer of different size" warnin...Michael Adam2008-06-271-1/+7
* Remove events from require line:Julien Kerihuel2008-06-271-1/+1
* lib/ldb: add forward declaration for struct event_contextStefan Metzmacher2008-06-271-0/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-06-275-58/+60
|\
| * Only try to detect the events lib dir if it wasn't set earlier.Jelmer Vernooij2008-06-261-10/+12
| * Fix another reference to ldbdir.Jelmer Vernooij2008-06-251-1/+1
| * Use ldbsrcdir rather than ldbdir.Jelmer Vernooij2008-06-251-31/+31
| * Use variable for popt source dir.Jelmer Vernooij2008-06-251-1/+1
| * Use ldbsrcdir rather than ldbdir.Jelmer Vernooij2008-06-252-15/+15
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-06-201-0/+1
|\|
| * Include events_util.h in events_aio.cVolker Lendecke2008-06-191-0/+1
* | Depend on NDR_DRSBLOBS explicity.Andrew Bartlett2008-06-201-1/+1
|/
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm...Jelmer Vernooij2008-06-172-20/+0
|\
| * Change our module code to not use the special symbol name init_module()Andrew Tridgell2008-06-172-20/+0
* | Make sure events pc file gets installed.Jelmer Vernooij2008-06-171-0/+2
* | Avoid including events_util.h in events_internal.h since the latter isJelmer Vernooij2008-06-177-2/+6
* | Change order of includes in swig file to avoid warnings.Jelmer Vernooij2008-06-162-2/+2
|/
* Add include in swig file as well.Jelmer Vernooij2008-06-162-1/+2
* Fix ldb_wrap.cSimo Sorce2008-06-161-0/+1
* Fix cleanup.Simo Sorce2008-06-151-4/+9
* Note that making ldb the event context parent seem to lead to races whenSimo Sorce2008-06-151-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm...Jelmer Vernooij2008-06-154-183/+263
|\
| * Cleanup.Simo Sorce2008-06-151-23/+29
| * Now that we pass down the event context, start removing calls toSimo Sorce2008-06-152-8/+2
| * Cleanup,Simo Sorce2008-06-141-61/+88
| * Ups fix typo in error typeSimo Sorce2008-06-141-2/+2
| * Cosmetic fixes.Simo Sorce2008-06-141-88/+141
| * Fix events_aioSimo Sorce2008-06-141-3/+3
* | Fix standalone ldb build.Jelmer Vernooij2008-06-153-4/+7
* | Fix ldb python bindings after events changes.Jelmer Vernooij2008-06-152-3/+6
|/
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-1410-17/+72
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-1425-41/+85
* This patch make it possible to build the events library completelySimo Sorce2008-06-1422-282/+426
* Use proper python errors.Jelmer Vernooij2008-06-142-27/+17
* Use variables for source dir of python ldb bindings.Jelmer Vernooij2008-06-111-3/+3
* Use variables for source dir of python tdb bindings.Jelmer Vernooij2008-06-111-2/+2
* Revert "Add configure test for vdeplug library."Stefan Metzmacher2008-06-101-7/+0
* Fix initialization warnings.Jeremy Allison2008-06-101-1/+1
* Some C++ warningsStefan Metzmacher2008-06-101-2/+2
* socket_wrapper: truncate packets to a 1500 byte payloadStefan Metzmacher2008-06-101-0/+8
* libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if requiredStefan Metzmacher2008-06-091-1/+2
* libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_Stefan Metzmacher2008-06-091-4/+4
* Make it possible to disable gnutls at configure time,Simo Sorce2008-06-081-25/+36