Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22970: the events code calls close(), which needs to use socket_wrapper.h in | Andrew Tridgell | 3 | -0/+3 |
2007-10-10 | r22968: andrew bartlett pointed out that the parent process could add a fd to | Andrew Tridgell | 3 | -33/+33 |
2007-10-10 | r22964: log an error on epoll_create failing on reopen | Andrew Tridgell | 3 | -1/+4 |
2007-10-10 | r22963: fixed the epoll/fork interaction in the epoll and aio backends | Andrew Tridgell | 2 | -0/+86 |
2007-10-10 | r22960: added a SOCKET_FLAG_NOCLOSE to allow us to tell the socket layer that | Andrew Tridgell | 2 | -1/+12 |
2007-10-10 | r22959: cope with a rather interesting interaction between epoll() and | Andrew Tridgell | 1 | -1/+41 |
2007-10-10 | r22952: Make sure we look at extra_cflags when building custom targets. | James Peach | 1 | -1/+5 |
2007-10-10 | r22931: Fix logic in detection of the need to replace dlopen and friends. | Michael Adam | 1 | -6/+7 |
2007-10-10 | r22832: merged the latest tdb changes from ctdb to Samba4 | Andrew Tridgell | 3 | -15/+107 |
2007-10-10 | r22830: merged the latest lib/events updates from ctdb to Samba4. This | Andrew Tridgell | 9 | -8/+74 |
2007-10-10 | r22829: system/select.h needs to bring in epoll.h for epoll usage in | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r22827: Change license to LGPL (discussed with tridge). | Jelmer Vernooij | 18 | -201/+288 |
2007-10-10 | r22789: fix loading of internal samba4 modules | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r22762: Some ldb_map changes: | Jelmer Vernooij | 10 | -93/+104 |
2007-10-10 | r22758: - add missing _talloc_set_name_const(ret, ret); to talloc_append_stri... | Stefan Metzmacher | 3 | -1/+41 |
2007-10-10 | r22757: test if calling talloc_free() works on parent elements from within a ... | Stefan Metzmacher | 1 | -1/+41 |
2007-10-10 | r22750: dlopen() is always available now (and returns a correct error if not ... | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r22748: fix memleaks by passing an mem_ctx to | Stefan Metzmacher | 2 | -3/+4 |
2007-10-10 | r22746: fix the build of the sqlite module | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r22743: set the talloc name to the string... | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r22723: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22722: fix dependencies | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r22699: Reduce amount of magic required for popt detection. | Jelmer Vernooij | 2 | -3/+8 |
2007-10-10 | r22698: Support using system tdb, when available. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r22697: Support building with external talloc. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r22696: Make sure this is an ascii char | Simo Sorce | 1 | -0/+12 |
2007-10-10 | r22694: It seems that AIX 5.3 with XLC has difficulties with <ctype.h>. This is | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22687: use DESTDIR. | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r22684: Fix native Samba build. | Jelmer Vernooij | 2 | -3/+4 |
2007-10-10 | r22682: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 2 | -6/+5 |
2007-10-10 | r22681: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 46 | -130/+110 |
2007-10-10 | r22668: Fix ldb build | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r22665: Change version back to 0.9. | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r22661: optimize the handling of directly triggered timed events: | Stefan Metzmacher | 6 | -48/+60 |
2007-10-10 | r22658: - add AC_GNU_SOURCE macro for systems which don't have it | Stefan Metzmacher | 2 | -1/+14 |
2007-10-10 | r22642: Allow standalone build to work without tdb or talloc checked out, but | Jelmer Vernooij | 6 | -1/+178 |
2007-10-10 | r22637: Install tdbbackup and tdbdump again. | Jelmer Vernooij | 2 | -3/+3 |
2007-10-10 | r22634: make the events system much less dependent on the samba4 build system | Andrew Tridgell | 8 | -21/+69 |
2007-10-10 | r22632: merged volkers select events fix | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r22629: if irpc gets freed within event_loop_once() we crash... | Stefan Metzmacher | 2 | -1/+14 |
2007-10-10 | r22622: make it possible to pass the config file via 'SMB_CONF_PATH' envvar | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r22610: fix build with included popt | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal. | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r22600: Update bzr ignores, put right version in .pc files, prepare for suppo... | Jelmer Vernooij | 10 | -19/+28 |
2007-10-10 | r22598: Simplify includes for replace. | Jelmer Vernooij | 5 | -5/+6 |
2007-10-10 | r22596: Set _CFLAGS variables rather than putting knowledge in the ldb Makefile. | Jelmer Vernooij | 3 | -2/+17 |
2007-10-10 | r22595: Add version numbers. | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r22563: As tridge requested remove the _strict calls - for Samba3 I'm moving | Jeremy Allison | 2 | -105/+0 |
2007-10-10 | r22559: Make the ad2OLschema tool case insensitive. | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r22557: Simo has long bugged me that the paths in the sam.ldb partitions were | Andrew Bartlett | 1 | -1/+11 |