Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r10525: change from AC_CHECK_TYPES() to AC_CHECK_TYPE() for intptr_t, so the | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r10510: Decrease the amount of data included by includes.h a bit | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r10456: More SCons fixes: | Jelmer Vernooij | 1 | -4/+1 |
2007-10-10 | r10438: Move portability functions to lib/replace/; replace now simply ensures | Jelmer Vernooij | 1 | -93/+7 |
2007-10-10 | r10071: Configure checks for IRIX build environment. Test whether we can | James Peach | 1 | -2/+0 |
2007-10-10 | r9369: an attempt to fix the build on HPUX. This is based on work by Don | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r9148: remove the aix stuff it didn't fix the build | Stefan Metzmacher | 1 | -8/+0 |
2007-10-10 | r9108: try to get aix building... | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r9063: - don't pollute the global $LIBS variable with -ldl | Stefan Metzmacher | 1 | -159/+7 |
2007-10-10 | r8713: Experiment to try and fix warnings on 64-bit machines without breaking | Tim Potter | 1 | -1/+1 |
2007-10-10 | r8540: fixed network interface detection on several hosts | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r8462: added a test for %lld support to our snprintf() configure test. | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r8461: fixed integer64 handling on bit endian platforms. The ejs code used | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8453: my solaris10 box doesn't have math.h | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8356: avoid warning from AC_CHECK_HEADER that file is present but cannot be ... | Love Hörnquist Åstrand | 1 | -1/+7 |
2007-10-10 | r8306: some more heimdal configure checks | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7866: Remove some unused autoconf macro calls. | Jelmer Vernooij | 1 | -17/+11 |
2007-10-10 | r7672: this should fix the crypt dependency problem (I hope!) | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r7302: remove dublicate includes | Stefan Metzmacher | 1 | -3/+0 |
2007-10-10 | r7288: Remove empty wrapper function | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r7284: more build issues for sqlite3 | Derrell Lipman | 1 | -0/+1 |
2007-10-10 | r6825: Fall back to chsize if ftruncate is not available | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r6752: Patch by Steven Edwards to improve portability to mingw32 | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r6538: Somehow building shared libraries was broken. Either AC_CANONICAL_HOST | Tim Potter | 1 | -0/+2 |
2007-10-10 | r6485: Move LDAP detection M4 file and use it for the standalone ldb build | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5917: First step in using the new cli_credentials structure. This patch | Jelmer Vernooij | 1 | -16/+0 |
2007-10-10 | r5906: Fix the usage of the internal popt (make proto should ignore it) | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r5194: added support for using epoll instead of select() on systems that have | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r5043: this broke more systems than it helped. Remove it and try to work | Andrew Tridgell | 1 | -9/+0 |
2007-10-10 | r5042: another attempt to get solaris10 building | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5040: attempt to get solaris10 building by defining _XOPEN_SOURCE | Andrew Tridgell | 1 | -0/+9 |
2007-10-10 | r4800: proper fix for the _GNU_SOURCE problem with comparison_fn_t | Andrew Tridgell | 1 | -11/+1 |
2007-10-10 | r4799: comparison_fn_t is under __USE_GNU on GNU systems, therefore, we need ... | Alexander Bokovoy | 1 | -0/+5 |
2007-10-10 | r4794: - disabled the ntacl command line utilities until they are rewritten t... | Andrew Tridgell | 1 | -604/+20 |
2007-10-10 | r4717: fixed our usage of VA_COPY to be more standards compliant | Andrew Tridgell | 1 | -3/+13 |
2007-10-10 | r4363: value "none required" is set if no library is needed (autoconf does th... | Jelmer Vernooij | 1 | -1/+7 |
2007-10-10 | r4362: dlopen() doesn't imply -ldl | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r4124: include locale.h to get LC_ALL in include/system/iconv.h | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4123: set locale to C to ensure ascii string functions work | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3733: More build system fixes/features: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3726: More simplifications/fixes in the build system | Jelmer Vernooij | 1 | -8/+0 |
2007-10-10 | r3691: Use packages | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3545: initial support for using extended attributes to hold extended dos att... | Andrew Tridgell | 1 | -10/+0 |
2007-10-10 | r3448: some systems don't have stdint.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3443: the next stage in the include files re-organisation. | Andrew Tridgell | 1 | -3/+6 |
2007-10-10 | r3027: got rid of some configure checks we don't need any more | Andrew Tridgell | 1 | -45/+5 |
2007-10-10 | r2951: fixed the intptr_t test for discard_const() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2900: rusty pointed out to me that discard_const() can be done via a macro | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2656: moved the seteuid configure tests into the posix backend (these tests | Andrew Tridgell | 1 | -58/+0 |