summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r23059: reject_free needs to be initialisedAndrew Tridgell2007-10-101-0/+1
* r23021: test some boundary conditions for idtree, after I saw some suspiciousAndrew Tridgell2007-10-101-1/+18
* r23013: fixed a bug in the string_replace_w() test that caused OpenBSD to dieAndrew Tridgell2007-10-101-1/+1
* r22989: allow '@foo' attributes searchable as we allow '@foo' attributesStefan Metzmacher2007-10-101-0/+4
* r22988: fixed 2 bugs in our unsetenv() replacement codeAndrew Tridgell2007-10-101-11/+15
* r22985: don't do checkins late at night ....Andrew Tridgell2007-10-101-2/+0
* r22971: fix build on systems without epollAndrew Tridgell2007-10-101-0/+1
* r22970: the events code calls close(), which needs to use socket_wrapper.h inAndrew Tridgell2007-10-103-0/+3
* r22968: andrew bartlett pointed out that the parent process could add a fd toAndrew Tridgell2007-10-103-33/+33
* r22964: log an error on epoll_create failing on reopenAndrew Tridgell2007-10-103-1/+4
* r22963: fixed the epoll/fork interaction in the epoll and aio backendsAndrew Tridgell2007-10-102-0/+86
* r22960: added a SOCKET_FLAG_NOCLOSE to allow us to tell the socket layer thatAndrew Tridgell2007-10-102-1/+12
* r22959: cope with a rather interesting interaction between epoll() andAndrew Tridgell2007-10-101-1/+41
* r22952: Make sure we look at extra_cflags when building custom targets.James Peach2007-10-101-1/+5
* r22931: Fix logic in detection of the need to replace dlopen and friends.Michael Adam2007-10-101-6/+7
* r22832: merged the latest tdb changes from ctdb to Samba4Andrew Tridgell2007-10-103-15/+107
* r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell2007-10-109-8/+74
* r22829: system/select.h needs to bring in epoll.h for epoll usage inAndrew Tridgell2007-10-101-0/+4
* r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij2007-10-1018-201/+288
* r22789: fix loading of internal samba4 modulesStefan Metzmacher2007-10-101-3/+3
* r22762: Some ldb_map changes:Jelmer Vernooij2007-10-1010-93/+104
* r22758: - add missing _talloc_set_name_const(ret, ret); to talloc_append_stri...Stefan Metzmacher2007-10-103-1/+41
* r22757: test if calling talloc_free() works on parent elements from within a ...Stefan Metzmacher2007-10-101-1/+41
* r22750: dlopen() is always available now (and returns a correct error if not ...Jelmer Vernooij2007-10-101-5/+0
* r22748: fix memleaks by passing an mem_ctx toStefan Metzmacher2007-10-102-3/+4
* r22746: fix the build of the sqlite moduleStefan Metzmacher2007-10-101-2/+1
* r22743: set the talloc name to the string...Stefan Metzmacher2007-10-101-0/+4
* r22723: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r22722: fix dependenciesStefan Metzmacher2007-10-101-2/+1
* r22699: Reduce amount of magic required for popt detection.Jelmer Vernooij2007-10-102-3/+8
* r22698: Support using system tdb, when available.Jelmer Vernooij2007-10-101-1/+0
* r22697: Support building with external talloc.Jelmer Vernooij2007-10-101-1/+0
* r22696: Make sure this is an ascii charSimo Sorce2007-10-101-0/+12
* r22694: It seems that AIX 5.3 with XLC has difficulties with <ctype.h>. This isVolker Lendecke2007-10-101-1/+1
* r22687: use DESTDIR.Jelmer Vernooij2007-10-101-6/+6
* r22684: Fix native Samba build.Jelmer Vernooij2007-10-102-3/+4
* r22682: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-102-6/+5
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-1046-130/+110
* r22668: Fix ldb buildJelmer Vernooij2007-10-101-2/+0
* r22665: Change version back to 0.9.Jelmer Vernooij2007-10-101-1/+3
* r22661: optimize the handling of directly triggered timed events:Stefan Metzmacher2007-10-106-48/+60
* r22658: - add AC_GNU_SOURCE macro for systems which don't have itStefan Metzmacher2007-10-102-1/+14
* r22642: Allow standalone build to work without tdb or talloc checked out, butJelmer Vernooij2007-10-106-1/+178
* r22637: Install tdbbackup and tdbdump again.Jelmer Vernooij2007-10-102-3/+3
* r22634: make the events system much less dependent on the samba4 build systemAndrew Tridgell2007-10-108-21/+69
* r22632: merged volkers select events fixAndrew Tridgell2007-10-101-1/+2
* r22629: if irpc gets freed within event_loop_once() we crash...Stefan Metzmacher2007-10-102-1/+14
* r22622: make it possible to pass the config file via 'SMB_CONF_PATH' envvarStefan Metzmacher2007-10-101-0/+4
* r22610: fix build with included poptStefan Metzmacher2007-10-101-1/+1
* r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.Jelmer Vernooij2007-10-102-2/+2