1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-23 20:23:50 +03:00
Commit Graph

295 Commits

Author SHA1 Message Date
Stefan Metzmacher
2b021e2d8c r19609: fix uninitialized perl variabel, we need AC_SUBST() for all configure vars
we want to use in perl...

metze
2007-10-10 14:25:04 -05:00
Andrew Bartlett
2b569c42e0 r19598: Ahead of a merge to current lorikeet-heimdal:
Break up auth/auth.h not to include the world.

Add credentials_krb5.h with the kerberos dependent prototypes.

Andrew Bartlett
2007-10-10 14:25:00 -05:00
Stefan Metzmacher
fe733f6307 r19496: remove unused file
metze
2007-10-10 14:24:39 -05:00
Jelmer Vernooij
8913d60c72 r19495: Stop linking binaries twice (once before installation, once during build).
Make TORTURE-TALLOC and TORTURE-REPLACE builtin again rather than
separate binaries.
2007-10-10 14:24:39 -05:00
Stefan Metzmacher
3df2cb1ea8 r19442: this real cause of the failures on *BSD came from the missing
ICONV dependency and not from a broken configure test
and incorrect ifdef's.

metze
2007-10-10 14:21:32 -05:00
Andrew Tridgell
c22fb04023 r19440: merged from samba3 2007-10-10 14:21:32 -05:00
Andrew Tridgell
e6baa13e1f r19438: try to fix up the build breakages on BSD systems due to incorrectly
detecting iconv.h
2007-10-10 14:21:31 -05:00
Andrew Tridgell
be43b8c569 r19411: sigh - we can't call close here as its mapped to swrap_close() in the
build farm
2007-10-10 14:21:28 -05:00
Andrew Tridgell
e679163ac2 r19410: - fixed checker error
- close the sockets after the socketpair test
2007-10-10 14:21:28 -05:00
Andrew Tridgell
d01bdf1f2d r19408: I think tm_mon is ending up as -1 on some platforms 2007-10-10 14:21:27 -05:00
Andrew Tridgell
c4e1d2c5ae r19403: try to fix the crashes in the buildfarm related to timegm 2007-10-10 14:21:26 -05:00
Jelmer Vernooij
b79303f251 r19395: Fix replacement function compilation. 2007-10-10 14:21:24 -05:00
Jelmer Vernooij
448a3ecc01 r19393: Add replacement function for socketpair() 2007-10-10 14:21:24 -05:00
Jelmer Vernooij
48d316e759 r19373: Merge changes from subunit branch: Convert libreplace testsuite to a
standalone program that speaks subunit.
2007-10-10 14:21:19 -05:00
Jelmer Vernooij
8a8e974d21 r19347: Add socketpair() 2007-10-10 14:21:14 -05:00
Stefan Metzmacher
dc65a66252 r19245: mrege from samba3:
add AC_REMOVE_INCLUDE(), AC_REMOVE_DEFINE() macros

metze
2007-10-10 14:20:57 -05:00
Stefan Metzmacher
909d736a4b r19242: merge from samba3:
handle NO_CONFIG_H in libreplace

metze
2007-10-10 14:20:56 -05:00
Stefan Metzmacher
cd03738e7c r19234: fix configure test for net/if.h for some platforms
AC_LANG_SOURCE() causes to have the content of confdefs.h
in front of the file that will be compiled

metze
2007-10-10 14:20:56 -05:00
Stefan Metzmacher
7e399e607c r19227: - add a AC_CACHE_CHECK() around the net/if.h test
to see (we now get some output that this test happens at all...).

- make use of AC_INCLUDES_DEFAULT

metze
2007-10-10 14:20:55 -05:00
Stefan Metzmacher
70bab6edfc r19198: fix typo...
metze
2007-10-10 14:20:52 -05:00
Stefan Metzmacher
88adbd7443 r19195: this should fix should workaround the broken
HPUX 11.23 <machine/sys/getppdp.h> on host hpisgr8
in the build-farm.

metze
2007-10-10 14:20:51 -05:00
Stefan Metzmacher
59c6d51ab3 r19186: that doesn't help...
metze
2007-10-10 14:20:50 -05:00
Stefan Metzmacher
896326d508 r19173: see if HPUX 11.23 needs the same workaround as 11.11
metze
2007-10-10 14:20:49 -05:00
Stefan Metzmacher
5ccc020639 r19131: merge from samba3:
fix the logic for the AC_PROG_CC_C99 test

metze
2007-10-10 14:20:38 -05:00
Stefan Metzmacher
9c74964b61 r19122: merge from samba3:
sync system/iconv.h

metze
2007-10-10 14:20:37 -05:00
Andrew Tridgell
59915150f0 r19120: silence a warning about a test function 2007-10-10 14:20:37 -05:00
Andrew Tridgell
8228efdb93 r19117: I've changed the checker wrapper on snab to allow for a
.checker_innocent file, similar to our .valgrind_suppressions file.
2007-10-10 14:20:36 -05:00
Andrew Tridgell
48243721df r19116: fixed a checker warning 2007-10-10 14:20:36 -05:00
Stefan Metzmacher
71fc73e11c r19033: prepare to use the libreplace testsuite as LOCAL-REPLACE in smbtorture
metze
2007-10-10 14:20:30 -05:00
Stefan Metzmacher
4ed53dfafc r19032: let the getdents replacement fail and see what the build-farm says.
metze
2007-10-10 14:20:30 -05:00
Stefan Metzmacher
6b5f06b059 r19029: test if opendir() on a file sets errno = ENOTDIR
metze
2007-10-10 14:20:30 -05:00
Stefan Metzmacher
268c8bc7ef r19023: lets see what the build-farm says about trying the
getdirentries() based readdir() replacement first.

metze
2007-10-10 14:20:29 -05:00
Volker Lendecke
7b9ee1171d r19017: Merge from Samba3:
Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on opendir
returning ENOTDIR when the file opened is not a directory. Can we merge this
back into Samba4?

This includes the tabs->spaces fix requested by Stefan.

Volker
2007-10-10 14:20:28 -05:00
Stefan Metzmacher
cdcd4232d2 r18999: merge from samba3:
- make more usage of PRINTF_ATTRIBUTE()
- vsyslog takes a 'const char *format'

metze
2007-10-10 14:20:28 -05:00
Volker Lendecke
d8bea42bb7 r18991: Fix bug 4133 -- Thanks to Olaf Flebbe 2007-10-10 14:20:27 -05:00
Andrew Tridgell
c178c84f01 r18970: avoid strndup and strnlen on AIX. They are quite broken. See
http://lists.samba.org/archive/samba-technical/2004-August/036915.html
2007-10-10 14:20:25 -05:00
Stefan Metzmacher
cb334632fa r18960: fix caching of some configure tests AC_CACHE_CHECK()
*needs* '_cv_' in the shell var to do caching...

metze
2007-10-10 14:20:24 -05:00
Stefan Metzmacher
f37b13cbe6 r18957: we need to include unistd.h in system/network.h because
it contains the ioctl() prototype on some systems
and we need to make sure it gets included before socket_wrapper
defines ioctl swrap_ioctl

metze
2007-10-10 14:20:24 -05:00
Stefan Metzmacher
dfaccdca1b r18947: overload listen() and ioctl() in socket_wrapper
metze
2007-10-10 14:20:23 -05:00
Andrew Tridgell
2cccede13d r18914: this bug fix needs to be for just hpux 11.11 2007-10-10 14:20:20 -05:00
Andrew Tridgell
f7f548a1c7 r18913: an attempt to get tdb/ldb working on the HPUX box 'gwen'. This idea
come from Don McCall. Don may well be able to provide us with a
configure test in the future which does this in a nicer way, I just
want to see if it works now.
2007-10-10 14:20:20 -05:00
Andrew Tridgell
4bda5ed3f9 r18862: as andrew pointed our on irc, if we are going to define _TRUE, then
better make it be true :)
2007-10-10 14:20:17 -05:00
Andrew Tridgell
c5e2fcdc10 r18861: merge from samba3 2007-10-10 14:20:17 -05:00
Andrew Tridgell
331435daf3 r18859: finally worked out what is going wrong with immediate structures. The
problem is that the AC_PROG_CC_C99 macro ends up selecting either
-std=std99 or -std=gnu99 for gcc. Ironically enough, that breaks
constant structure initialisers!

So, simplest solution is to not try that configure test if we know we
are using gcc
2007-10-10 14:20:16 -05:00
Jelmer Vernooij
cc8c403de8 r18769: Re-enable __VA_ARGS__ test (but don't make it fatal) 2007-10-10 14:19:10 -05:00
Jelmer Vernooij
5e951bdeec r18723: Update list of provided macros/defines in README. 2007-10-10 14:19:04 -05:00
Stefan Metzmacher
0c18e5d938 r18675: merge from samba3:
we need to define the macros the indicate we have bool
even if we have not defining bool ourself

metze
2007-10-10 14:19:01 -05:00
Stefan Metzmacher
dfb9bfba94 r18674: merge from samba3,
PRINTF_ATTRIBUTE seems to not work with gcc 3.0

metze
2007-10-10 14:19:01 -05:00
Andrew Tridgell
13878b7e7e r18600: - fix shell syntax in tests for libraries
- add library test for libpopt
2007-10-10 14:18:55 -05:00
Andrew Tridgell
9f45f970f7 r18594: fail the configure step if the required library is not found for tdb,
talloc or libreplace
2007-10-10 14:18:54 -05:00