| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Make SA_RESETHAND conditional on its existance.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Mon Aug 1 22:03:45 CEST 2011 on sn-devel-104
(cherry picked from commit 0c67efdd68b9808542c090b9fd9920e4e37d85d0)
|
|
|
|
| |
thanks to Joachim Schmitz <schmitz@hp.com>. This fixes #7460.
|
|
|
|
|
|
|
|
|
| |
We rely on IPV6_V6ONLY being supported. See bug #7196.
metze
(cherry picked from commit 41cd6f992829c45c890f5daf78eb3019633f3620)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
|
|
|
|
|
|
|
|
|
|
|
| |
headers
This is needed on SLES8. See bug 7196.
metze
(cherry picked from commit e06cf3950252a46486aa046a4552ed6ebff175b3)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
|
| |
|
|
|
|
|
|
| |
These macros allow the compile to better optimise code that has a lot
of if statements. I particularly want to use this for our low level
generated NDR code.
|
| |
|
| |
|
| |
|
|
|
|
| |
This makes the lib/replace m4 work in lib/talloc as a standalone build
|
|
|
|
| |
This allows the getpass.m4 code to work in standalone talloc builds
|
|
|
|
|
|
|
|
|
|
|
| |
Some of the functions in source3/lib/util_sock.c use AI_ADDRCONFIG. On QNX
6.3.0, this macro is defined but, if it's used, getaddrinfo will fail. This
prevents smbd from opening any sockets.
If I undefine AI_ADDRCONFIG on such systems and allow
lib/replace/system/network.h to define it to be 0, this works around the issue.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Allows us to pass an export files on Linux and Solaris so that we can expose
only symbols that are actually supposed to be global, and keep as local anything
else.
|
|
|
|
|
|
|
|
|
|
|
| |
904d0124b46eed7a8ad6e5b73e892ff34b6865ba)
Also including the supporting changes required to pass make test
A number of heimdal functions and constants have changed since we last
imported a tree (for the better, but inconvenient for us).
Andrew Bartlett
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch for Samba4. It's not really inspired by any real need, just
for the consistency. We define replace/system/locale.h as a generic
header, that includes all locale related headers and we are using
nl_langinfo at least in Samba3. So, it would be consistent to add yet
another locale-related header to the set of locale.h headers.
Here is the patch.
With regards,
Timur Bakeyev.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
|
|
|
|
|
|
| |
This hopefully fixes the build on IRIX.
metze
|
|
|
|
| |
Guenther
|
|
|
|
|
|
| |
(e.g. Debian GNU/kFreeBSD)
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
libreplace makes use of an older form of AC_CHECK_TYPE which basically
provides a fallback definition for the type if it isn't available.
http://www.gnu.org/software/hello/manual/autoconf/Obsolete-Macros.html#Obsolete-Macros
shows why this isn't a good idea (its not so important, except for pointer types).
This patch partly addresses the issue.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
|
|
|
|
|
|
| |
available. This means it's possible to compile libreplace when these
functions are not available and use it, as long as this particular
function is not used.
|
|
|
|
| |
Windows.)
|
|
|
|
| |
doesn't take a mode argument.
|
|
|
|
| |
This should help compiling talloc on Windows.
|
|
|
|
|
|
|
|
|
| |
This fixes Samba3's double listing of -I options in CFLAGS,
since samba3's configure wraps the call to AC_LIBREPLACE_NETWORK_CHECKS
into a SAVE_CPPFLAGS="${CPPFLAGS}" .. CPPFLAGS="${SAVE_CPPFLAGS}"
sequence... :-)
Michael
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
| |
are available
metze
|
|
|
|
|
|
| |
This should fix the build on some hosts.
metze
|
|
|
|
|
|
| |
-DSOCKET_WRAPPER_DISABLE=1
metze
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Signed-off-by: Stefan Metzmacher <metze@samba.org>
|
|
|
|
| |
most systems include netinet/in.h via netdb.h but *BSD don't.
|
|
|
|
|
|
|
| |
Some platforms define it in netdb.h, so we should
define the replace after including metdb.h.
metze
|
|
|
|
|
|
| |
Note: we only use this internally and don't replace it by default.
metze
|
|
|
|
|
|
| |
(The test needs to additionally include <netinet/in_systm.h>.)
Michael
|
|
|
|
|
|
| |
under solaris
Michael
|
|
|
|
|
|
| |
thread/fork safe
metze
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
replace: Fix copyright for dlfcn.c.
|
|
|
|
| |
Signed-off-by: Andreas Schneider <anschneider@suse.de>
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
lib/replace/README
lib/replace/libreplace.m4
lib/replace/replace.c
source3/include/proto.h
source3/lib/system.c
|
| | |
|
| | |
|