summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: prepare the build of zlibStefan Metzmacher2008-08-073-0/+32
* zlib: add inflateReset2()...Stefan Metzmacher2008-08-073-3/+28
* import of zlib-1.2.3Stefan Metzmacher2008-08-07200-0/+54035
* libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headersStefan Metzmacher2008-08-011-2/+3
* lib/crypto: remove dependency to internal heimdalStefan Metzmacher2008-08-011-2/+21
* lib/ldb/tools: allow -W and --realm when build from samba4Stefan Metzmacher2008-07-261-0/+1
* Define HAVE_ASM_BYTEORDER at all timesBrad Hards2008-07-251-2/+4
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-07-242-4/+5
|\
| * Sleep longer in the hope that the OpenLDAP backend might catch upAndrew Bartlett2008-07-211-2/+2
| * Fix ldb_map to add/remove the same 'extra' objectclassAndrew Bartlett2008-07-211-2/+3
* | fixd a bug in the signal handling code - we could get phantom signalsAndrew Tridgell2008-07-241-5/+5
|/
* Another kludge to let the OpenLDAP backend catch up.Andrew Bartlett2008-07-161-0/+2
* Remove C++ keywords from events.h header.Andrew Bartlett2008-07-141-4/+4
* ldb_map: eliminate "discards qualifyer" warning (const).Michael Adam2008-07-091-1/+1
* Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam2008-07-091-1/+1
* tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam2008-07-081-1/+1
* packet: make it possible to free the packet_context from the send_callbackStefan Metzmacher2008-07-071-0/+6
* Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison2008-07-021-0/+3
* Move ad2oLschema and oLschema2ldif into Samba4, out of LDBAndrew Bartlett2008-07-025-1613/+0
* Collapse auxillary classes in LDAP schema conversion.Andrew Bartlett2008-07-021-4/+106
* 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