summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23420: try to make the IBM checker happyStefan Metzmacher1-3/+8
2007-10-10r23371: Fix the misleading comment I added - it really *should*Jeremy Allison1-2/+2
2007-10-10r23370: Traverse in tdb wasn't consistently using theJeremy Allison1-8/+10
2007-10-10r23364: add LDB_FLG_NOMMAP flagAndrew Tridgell2-0/+10
2007-10-10r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h.Michael Adam2-0/+18
2007-10-10r23339: merge from SAMBA_3_0:Stefan Metzmacher1-23/+2
2007-10-10r23306: pass down LDFLAGS to the link command in the libreplace standalone buildStefan Metzmacher2-2/+5
2007-10-10r23303: so HP-UX 11.11 also likes the 11.00 workarround for brokenStefan Metzmacher1-7/+2
2007-10-10r23301: merged from ctdbAndrew Tridgell3-0/+6
2007-10-10r23296: HP-UX 11.11 also gets sizeof(uint64_t) == 4Stefan Metzmacher1-1/+2
2007-10-10r23294: try to fix the buildStefan Metzmacher1-1/+1
2007-10-10r23293: the fix for HP-UX 11.11 doesn't work on HP-UX 11.00Stefan Metzmacher1-1/+5
2007-10-10r23289: Provide support for GCC attributes _PURE_, _NONNULL_, _DEPRECATED_, _...Jelmer Vernooij4-10/+10
2007-10-10r23266: HP-UX 11.23 doesn't like this, but HP-UX 11.00 and 11.11 need itStefan Metzmacher1-2/+2
2007-10-10r23265: HP-UX 11.00 also needs this, try to see if 11.23 is also happyStefan Metzmacher1-2/+2
2007-10-10r23238: merged transaction lock changes from ctdbAndrew Tridgell4-14/+47
2007-10-10r23237: update lib/replace from ctdbAndrew Tridgell2-1/+5
2007-10-10r23208: on some HP-UX boxes dlfcn.h is available and use unsigned int flagsStefan Metzmacher3-6/+19
2007-10-10r23188: revert 23123 and 23118.Stefan Metzmacher6-418/+0
2007-10-10r23177: Add in a new provision-backend script. This helps set up the OpenLDA...Andrew Bartlett1-2/+21
2007-10-10r23175: Handle PKG_CONFIG_PATH not set yet - fixes warning in selftest.plJelmer Vernooij1-0/+8
2007-10-10r23158: Set version to 1.0.1.Jelmer Vernooij1-1/+1
2007-10-10r23157: Add news file for talloc.Jelmer Vernooij1-0/+13
2007-10-10r23153: a first cut at a fix for the dgram flood problem that volkerAndrew Tridgell1-1/+41
2007-10-10r23123: Fix two utterly simply typos that broke the whole build farm...Michael Adam1-2/+2
2007-10-10r23118: Make inet_pton and inet_ntop available through lib/replace.Michael Adam6-0/+418
2007-10-10r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.Michael Adam1-0/+6
2007-10-10r23064: Clarify comment and indentAndrew Bartlett1-12/+12
2007-10-10r23059: reject_free needs to be initialisedAndrew Tridgell1-0/+1
2007-10-10r23021: test some boundary conditions for idtree, after I saw some suspiciousAndrew Tridgell1-1/+18
2007-10-10r23013: fixed a bug in the string_replace_w() test that caused OpenBSD to dieAndrew Tridgell1-1/+1
2007-10-10r22989: allow '@foo' attributes searchable as we allow '@foo' attributesStefan Metzmacher1-0/+4
2007-10-10r22988: fixed 2 bugs in our unsetenv() replacement codeAndrew Tridgell1-11/+15
2007-10-10r22985: don't do checkins late at night ....Andrew Tridgell1-2/+0
2007-10-10r22971: fix build on systems without epollAndrew Tridgell1-0/+1
2007-10-10r22970: the events code calls close(), which needs to use socket_wrapper.h inAndrew Tridgell3-0/+3
2007-10-10r22968: andrew bartlett pointed out that the parent process could add a fd toAndrew Tridgell3-33/+33
2007-10-10r22964: log an error on epoll_create failing on reopenAndrew Tridgell3-1/+4
2007-10-10r22963: fixed the epoll/fork interaction in the epoll and aio backendsAndrew Tridgell2-0/+86
2007-10-10r22960: added a SOCKET_FLAG_NOCLOSE to allow us to tell the socket layer thatAndrew Tridgell2-1/+12
2007-10-10r22959: cope with a rather interesting interaction between epoll() andAndrew Tridgell1-1/+41
2007-10-10r22952: Make sure we look at extra_cflags when building custom targets.James Peach1-1/+5
2007-10-10r22931: Fix logic in detection of the need to replace dlopen and friends.Michael Adam1-6/+7
2007-10-10r22832: merged the latest tdb changes from ctdb to Samba4Andrew Tridgell3-15/+107
2007-10-10r22830: merged the latest lib/events updates from ctdb to Samba4. ThisAndrew Tridgell9-8/+74
2007-10-10r22829: system/select.h needs to bring in epoll.h for epoll usage inAndrew Tridgell1-0/+4
2007-10-10r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij18-201/+288
2007-10-10r22789: fix loading of internal samba4 modulesStefan Metzmacher1-3/+3
2007-10-10r22762: Some ldb_map changes:Jelmer Vernooij10-93/+104
2007-10-10r22758: - add missing _talloc_set_name_const(ret, ret); to talloc_append_stri...Stefan Metzmacher3-1/+41