Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r2582: Merge checks for xattr and acl libraries from Samba3 so the {get,set}n... | Tim Potter | 1 | -0/+114 |
2007-10-10 | r1988: Let Samba use all POSIX features available on VOS. | Paul Green | 1 | -2/+2 |
2007-10-10 | r1973: for systems that don't have strtoull() try strtouq(). This should fix | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1943: don't use the with --enable-*developer selected flags for | Stefan Metzmacher | 1 | -5/+0 |
2007-10-10 | r1308: move smb_panic() to lib/fault.c | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1073: import DYNEXP flags to smb_build | Stefan Metzmacher | 1 | -1/+8 |
2007-10-10 | r1037: Always export all symbols | Jelmer Vernooij | 1 | -152/+146 |
2007-10-10 | r970: - remove unused wchar_t check | Stefan Metzmacher | 1 | -22/+0 |
2007-10-10 | r967: move some configure checks to seperate files | Stefan Metzmacher | 1 | -111/+6 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r765: add SMB_INCLUDE_M4() macro as wrapper arround sinclude() | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r749: move the basic type checks | Stefan Metzmacher | 1 | -12/+17 |
2007-10-10 | r748: get some more info about what the compilers in the build farm support | Stefan Metzmacher | 1 | -3/+10 |
2007-10-10 | r703: only use $PERL -W when --enable-debug | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r680: fail directly when we notice that perl is not there | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r147: - Remove dublicate ldap tests (richard the current test is in libads/co... | Stefan Metzmacher | 1 | -0/+17 |
2004-02-22 | - creat the LIBCMDLINE subsystem | Stefan Metzmacher | 1 | -71/+0 |
2004-02-18 | don't inlcude rpc/rpc.h and rpcsvc/*.h anymore | Stefan Metzmacher | 1 | -72/+1 |
2004-02-18 | remove unused NISPLUS/AUTOMOUNT stuff | Stefan Metzmacher | 1 | -11/+0 |
2004-02-13 | move external configure test programs | Stefan Metzmacher | 1 | -11/+11 |
2004-02-13 | move all old configure checks to build/m4/rewrite.m4 | Stefan Metzmacher | 1 | -0/+1787 |