samba.git
16 years agor15346: Doc.
Tim Potter [Sun, 30 Apr 2006 01:07:16 +0000 (01:07 +0000)]
r15346: Doc.

16 years agor15345: Add a read-only test to tdb torture tester.
Tim Potter [Sun, 30 Apr 2006 01:00:57 +0000 (01:00 +0000)]
r15345: Add a read-only test to tdb torture tester.

16 years agor15344: Fix shared library build
Jelmer Vernooij [Sun, 30 Apr 2006 00:40:04 +0000 (00:40 +0000)]
r15344: Fix shared library build

16 years agor15343: Some small cleanups.
Tim Potter [Sun, 30 Apr 2006 00:38:19 +0000 (00:38 +0000)]
r15343: Some small cleanups.

Remove LdbMessage.close() method as it's not necessary.

16 years agor15339: Signature for tdb_reopen_all() has changed.
Tim Potter [Sun, 30 Apr 2006 00:22:05 +0000 (00:22 +0000)]
r15339: Signature for tdb_reopen_all() has changed.

16 years agor15338: Fix build of most things with shared libs enabled.
Jelmer Vernooij [Sun, 30 Apr 2006 00:00:28 +0000 (00:00 +0000)]
r15338: Fix build of most things with shared libs enabled.

16 years agor15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMB
Jelmer Vernooij [Sat, 29 Apr 2006 23:22:54 +0000 (23:22 +0000)]
r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMB

16 years agor15330: Add comment for IBM checker.
Andrew Bartlett [Sat, 29 Apr 2006 20:59:46 +0000 (20:59 +0000)]
r15330: Add comment for IBM checker.

Andrew Bartlett

16 years agor15329: I'm sick of this patch being in my local tree...
Andrew Bartlett [Sat, 29 Apr 2006 20:01:07 +0000 (20:01 +0000)]
r15329: I'm sick of this patch being in my local tree...

Use inet_ntop to convert IPv6 names to strings.  Don't do a reverse
lookup.

Andrew Bartlett

16 years agor15328: Move some functions around, remove dependencies.
Jelmer Vernooij [Sat, 29 Apr 2006 17:34:49 +0000 (17:34 +0000)]
r15328: Move some functions around, remove dependencies.
Remove some autogenerated headers (which had prototypes now autogenerated by pidl)
Remove ndr_security.h from a few places - it's no longer necessary

16 years agor15327: Support 'nosize'. Also write prototypes for print and size functions that...
Jelmer Vernooij [Sat, 29 Apr 2006 17:33:32 +0000 (17:33 +0000)]
r15327: Support 'nosize'. Also write prototypes for print and size functions that are manually written.

16 years agor15326: Fix compiler warnings.
Jelmer Vernooij [Sat, 29 Apr 2006 17:30:21 +0000 (17:30 +0000)]
r15326: Fix compiler warnings.

16 years agor15325: Fix compiler warnings
Jelmer Vernooij [Sat, 29 Apr 2006 16:12:01 +0000 (16:12 +0000)]
r15325: Fix compiler warnings

16 years agor15324: Generate prototype even if the function itself is
Jelmer Vernooij [Sat, 29 Apr 2006 14:51:26 +0000 (14:51 +0000)]
r15324: Generate prototype even if the function itself is
written manually.

16 years agor15323: Fix internal popt build
Jelmer Vernooij [Sat, 29 Apr 2006 14:01:49 +0000 (14:01 +0000)]
r15323: Fix internal popt build

16 years agor15322: Don't depend on nonexisting targets - should fix the build
Jelmer Vernooij [Sat, 29 Apr 2006 12:55:19 +0000 (12:55 +0000)]
r15322: Don't depend on nonexisting targets - should fix the build

16 years agor15321: Reduce the size of rewrite.m4 a bit more
Jelmer Vernooij [Sat, 29 Apr 2006 12:39:19 +0000 (12:39 +0000)]
r15321: Reduce the size of rewrite.m4 a bit more

16 years agor15319: remove unneeded macros
Stefan Metzmacher [Sat, 29 Apr 2006 11:48:56 +0000 (11:48 +0000)]
r15319: remove unneeded macros

metze

16 years agor15318: Don't create empty static libraries as some hosts have trouble with them.
Jelmer Vernooij [Sat, 29 Apr 2006 11:32:54 +0000 (11:32 +0000)]
r15318: Don't create empty static libraries as some hosts have trouble with them.

16 years agor15317: Because LDB is now async, there are more places were we might run the
Andrew Bartlett [Sat, 29 Apr 2006 09:20:22 +0000 (09:20 +0000)]
r15317: Because LDB is now async, there are more places were we might run the
even context again.  We need to ensure we don't process packets until
we are finished setting up the connection, have the ldb in place etc.

We may need to do the same in other servers.

Andrew Bartlett

16 years agor15316: I don't understand quite why this function was ever like this, but we
Andrew Bartlett [Sat, 29 Apr 2006 09:11:07 +0000 (09:11 +0000)]
r15316: I don't understand quite why this function was ever like this, but we
need to replace every instance of the character.  Previously we
skipped the first.

Andrew Bartlett

16 years agor15315: - reenable the ildap backend
Stefan Metzmacher [Sat, 29 Apr 2006 07:21:17 +0000 (07:21 +0000)]
r15315: - reenable the ildap backend
- this fixes the make test panics

jelmer: why have you disabled it in
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15295 ?

metze

16 years agor15314: Fix recursive dependency hack for static libs. Should fix the build
Jelmer Vernooij [Sat, 29 Apr 2006 02:53:44 +0000 (02:53 +0000)]
r15314: Fix recursive dependency hack for static libs. Should fix the build
on most systems.

16 years agor15313: Fix some dependencies in dso mode
Jelmer Vernooij [Sat, 29 Apr 2006 02:45:34 +0000 (02:45 +0000)]
r15313: Fix some dependencies in dso mode

16 years agor15312: Fix dependency on gtksamba when GTK+ is not present
Jelmer Vernooij [Sat, 29 Apr 2006 02:45:06 +0000 (02:45 +0000)]
r15312: Fix dependency on gtksamba when GTK+ is not present

16 years agor15304: Fix smbd build, more updates on getting --enable-dso to build again
Jelmer Vernooij [Fri, 28 Apr 2006 01:55:17 +0000 (01:55 +0000)]
r15304: Fix smbd build, more updates on getting --enable-dso to build again

16 years agor15303: Re-add SMB readline replacement header
Jelmer Vernooij [Fri, 28 Apr 2006 00:03:52 +0000 (00:03 +0000)]
r15303: Re-add SMB readline replacement header

16 years agor15302: Remove strangely named function "StrnCpy" - strlcpy is available as a
Jelmer Vernooij [Thu, 27 Apr 2006 22:59:20 +0000 (22:59 +0000)]
r15302: Remove strangely named function "StrnCpy" - strlcpy is available as a
replacement.

16 years agor15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij [Thu, 27 Apr 2006 21:46:44 +0000 (21:46 +0000)]
r15301: Use static libraries internally. This required a few hacks in the build
system - these should be removed later on.

16 years agor15300: Only enable SWIG shared libs if python is available
Jelmer Vernooij [Thu, 27 Apr 2006 20:55:26 +0000 (20:55 +0000)]
r15300: Only enable SWIG shared libs if python is available

16 years agor15298: Fix the build using a few hacks in the build system.
Jelmer Vernooij [Thu, 27 Apr 2006 19:50:13 +0000 (19:50 +0000)]
r15298: Fix the build using a few hacks in the build system.
Recursive dependencies are now forbidden (the build system
will bail out if there are any).

I've split up auth_sam.c into auth_sam.c and sam.c. Andrew,
please rename sam.c / move its contents to whatever/wherever you think suits
best.

16 years agor15297: Move create_security_token() to samdb as it requires SAMDB (and the rest...
Jelmer Vernooij [Thu, 27 Apr 2006 16:09:17 +0000 (16:09 +0000)]
r15297: Move create_security_token() to samdb as it requires SAMDB (and the rest of LIBSECURITY doesn't)
Make the ldb password_hash module only depend on some keys manipulation code, not full heimdal
Some other dependency fixes

16 years agor15296: Move ntlm_auth-specific functions from util to ntlm_auth so libutil doesn...
Jelmer Vernooij [Thu, 27 Apr 2006 16:06:18 +0000 (16:06 +0000)]
r15296: Move ntlm_auth-specific functions from util to ntlm_auth so libutil doesn't need ldb

16 years agor15295: Fix some dependencies
Jelmer Vernooij [Thu, 27 Apr 2006 16:05:05 +0000 (16:05 +0000)]
r15295: Fix some dependencies
Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed.

16 years agor15292: fix the IDL_* variable names
Stefan Metzmacher [Thu, 27 Apr 2006 09:34:31 +0000 (09:34 +0000)]
r15292: fix the IDL_* variable names

metze

16 years agor15291: $f already has the $srcdir prefixed
Stefan Metzmacher [Thu, 27 Apr 2006 09:32:26 +0000 (09:32 +0000)]
r15291: $f already has the $srcdir prefixed

metze

16 years agor15290: don't spam the screen
Stefan Metzmacher [Wed, 26 Apr 2006 21:56:21 +0000 (21:56 +0000)]
r15290: don't spam the screen

jelmer: can you please fix this correctly

metze

16 years agor15288: fix some problems
Simo Sorce [Wed, 26 Apr 2006 16:52:45 +0000 (16:52 +0000)]
r15288: fix some problems

16 years agor15287: Simplify dependency detection code
Jelmer Vernooij [Wed, 26 Apr 2006 16:31:40 +0000 (16:31 +0000)]
r15287: Simplify dependency detection code

16 years agor15284: Fix dot generation
Jelmer Vernooij [Wed, 26 Apr 2006 15:55:04 +0000 (15:55 +0000)]
r15284: Fix dot generation

16 years agor15281: A few updates for consistency's sake
Jim McDonough [Wed, 26 Apr 2006 14:42:47 +0000 (14:42 +0000)]
r15281: A few updates for consistency's sake

16 years agor15280: - remove the 2nd check for __FUNCTION__
Stefan Metzmacher [Wed, 26 Apr 2006 14:20:46 +0000 (14:20 +0000)]
r15280: - remove the 2nd check for __FUNCTION__
- fallback to __func__ if __FUNCTION__ isn't there

metze

16 years agor15279: Fix dependencies when using static libraries
Jelmer Vernooij [Wed, 26 Apr 2006 14:15:14 +0000 (14:15 +0000)]
r15279: Fix dependencies when using static libraries

16 years agor15278: Fix recreating symlink every time.
Jelmer Vernooij [Wed, 26 Apr 2006 13:17:43 +0000 (13:17 +0000)]
r15278: Fix recreating symlink every time.

16 years agor15277: - fix the build on netbsd, where stdlib.h has the setproctitle() prototype
Stefan Metzmacher [Wed, 26 Apr 2006 12:54:52 +0000 (12:54 +0000)]
r15277: - fix the build on netbsd, where stdlib.h has the setproctitle() prototype
  but --with-setproctitle wasn't used

metze

16 years agor15276: Fix path to perl on some hosts
Jelmer Vernooij [Wed, 26 Apr 2006 12:31:09 +0000 (12:31 +0000)]
r15276: Fix path to perl on some hosts
Fix perl warning

16 years agor15275: run RPC-SRVSRV in make test
Stefan Metzmacher [Wed, 26 Apr 2006 12:25:39 +0000 (12:25 +0000)]
r15275: run RPC-SRVSRV in make test

metze

16 years agor15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues with local
Jelmer Vernooij [Wed, 26 Apr 2006 12:22:54 +0000 (12:22 +0000)]
r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues with local
(empty) libpopt.a overriding global one

16 years agor15273: fix setproctitle support
Stefan Metzmacher [Wed, 26 Apr 2006 12:15:01 +0000 (12:15 +0000)]
r15273: fix setproctitle support

metze

16 years agor15272: - implement NetShareEnum
Stefan Metzmacher [Wed, 26 Apr 2006 12:07:01 +0000 (12:07 +0000)]
r15272: - implement NetShareEnum
- add access checks to NEtShareEnumAll and NetShareEnum

metze

16 years agor15271: Fix --enable-dso
Jelmer Vernooij [Wed, 26 Apr 2006 11:58:42 +0000 (11:58 +0000)]
r15271: Fix --enable-dso

16 years agor15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working again.
Jelmer Vernooij [Wed, 26 Apr 2006 11:30:57 +0000 (11:30 +0000)]
r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working again.

16 years agor15267: Fix call to mkdir() for old versions of perl. This should fix installation on
Jelmer Vernooij [Wed, 26 Apr 2006 09:51:02 +0000 (09:51 +0000)]
r15267: Fix call to mkdir() for old versions of perl. This should fix installation on
sun1.

16 years agor15265: Try to find inet_pton in -lnsl (should fix linking on sun1)
Jelmer Vernooij [Wed, 26 Apr 2006 08:29:53 +0000 (08:29 +0000)]
r15265: Try to find inet_pton in -lnsl (should fix linking on sun1)

16 years agor15263: Remove another use of patsubst (should make tru64 happy)
Jelmer Vernooij [Wed, 26 Apr 2006 00:46:10 +0000 (00:46 +0000)]
r15263: Remove another use of patsubst (should make tru64 happy)

16 years agor15262: Only include getprogname if it is needed by the system. This should
Jelmer Vernooij [Wed, 26 Apr 2006 00:11:33 +0000 (00:11 +0000)]
r15262: Only include getprogname if it is needed by the system. This should
fix the build on Mac OS X

16 years agor15261: Work around AIX defining open as open64 again
Jelmer Vernooij [Wed, 26 Apr 2006 00:10:57 +0000 (00:10 +0000)]
r15261: Work around AIX defining open as open64 again

16 years agor15260: Don't dereference NULL pointers to obtain array lengths - found by
Jelmer Vernooij [Wed, 26 Apr 2006 00:08:39 +0000 (00:08 +0000)]
r15260: Don't dereference NULL pointers to obtain array lengths - found by
the IBM checker

16 years agor15259: try to find the place that causes trouble on some build farm host
Stefan Metzmacher [Tue, 25 Apr 2006 23:46:41 +0000 (23:46 +0000)]
r15259: try to find the place that causes trouble on some build farm host
on the NBT-WINSREPLICATION-OWNED test

metze

16 years agor15258: Another attempt at fixing getaddrinfo on IRIX
Jelmer Vernooij [Tue, 25 Apr 2006 23:03:05 +0000 (23:03 +0000)]
r15258: Another attempt at fixing getaddrinfo on IRIX

16 years agor15257: Look for headers before trying to use them in any tests. This
Jelmer Vernooij [Tue, 25 Apr 2006 22:57:06 +0000 (22:57 +0000)]
r15257: Look for headers before trying to use them in any tests. This
should fix the OpenBSD build

16 years agor15256: Use libroken's getaddrinfo if it is not provided by the system. Should
Jelmer Vernooij [Tue, 25 Apr 2006 22:02:04 +0000 (22:02 +0000)]
r15256: Use libroken's getaddrinfo if it is not provided by the system. Should
get the build on IRIX a bit further.

16 years agor15254: Fix heimdal's addrinfo subsystem for those systems that need it. This
Jelmer Vernooij [Tue, 25 Apr 2006 21:15:00 +0000 (21:15 +0000)]
r15254: Fix heimdal's addrinfo subsystem for those systems that need it. This
should get the build on sun1 and us4 another step further.

16 years agor15253: Fix dependency on tdr_regf.h
Jelmer Vernooij [Tue, 25 Apr 2006 21:03:05 +0000 (21:03 +0000)]
r15253: Fix dependency on tdr_regf.h

16 years agor15252: Fix inet_aton (required for Tru64 and Solaris)
Jelmer Vernooij [Tue, 25 Apr 2006 20:43:45 +0000 (20:43 +0000)]
r15252: Fix inet_aton (required for Tru64 and Solaris)

16 years agor15249: Fix typos
Jelmer Vernooij [Tue, 25 Apr 2006 16:38:09 +0000 (16:38 +0000)]
r15249: Fix typos

16 years agor15248: Fix automatic dependencies build
Jelmer Vernooij [Tue, 25 Apr 2006 16:35:06 +0000 (16:35 +0000)]
r15248: Fix automatic dependencies build

16 years agor15247: Get rid of patsubst macro as it is not supported by some makes and replace
Jelmer Vernooij [Tue, 25 Apr 2006 16:31:12 +0000 (16:31 +0000)]
r15247: Get rid of patsubst macro as it is not supported by some makes and replace
it with a perl script.
This should fix the build on tru64

16 years agor15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,...
Stefan Metzmacher [Tue, 25 Apr 2006 16:21:56 +0000 (16:21 +0000)]
r15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,...

metze

16 years agor15245: forgot one header
Simo Sorce [Tue, 25 Apr 2006 16:08:55 +0000 (16:08 +0000)]
r15245: forgot one header

16 years agor15242: allow to use LDB_FLG_RECONNECT
Simo Sorce [Tue, 25 Apr 2006 12:34:58 +0000 (12:34 +0000)]
r15242: allow to use LDB_FLG_RECONNECT

16 years agor15241: Add helper function to set reconnect status defaults
Simo Sorce [Tue, 25 Apr 2006 12:34:13 +0000 (12:34 +0000)]
r15241: Add helper function to set reconnect status defaults

16 years agor15239: (hopefully) fix Samba4 build on AIX
Jelmer Vernooij [Tue, 25 Apr 2006 12:19:19 +0000 (12:19 +0000)]
r15239: (hopefully) fix Samba4 build on AIX

16 years agor15238: Add some code to automatically reconnect if we want to.
Simo Sorce [Tue, 25 Apr 2006 11:50:32 +0000 (11:50 +0000)]
r15238: Add some code to automatically reconnect if we want to.

16 years agor15237: Add primitive Samba 4 backend for cifs posix clients (based on simple backend).
Steve French [Tue, 25 Apr 2006 11:36:15 +0000 (11:36 +0000)]
r15237: Add primitive Samba 4 backend for cifs posix clients (based on simple backend).

16 years agor15236: Fix -MT detection
Jelmer Vernooij [Tue, 25 Apr 2006 10:19:15 +0000 (10:19 +0000)]
r15236: Fix -MT detection

16 years agor15235: fix all gtk tools...
Stefan Metzmacher [Tue, 25 Apr 2006 09:57:18 +0000 (09:57 +0000)]
r15235: fix all gtk tools...

metze

16 years agor15234: Remove heimdal include paths from global CFLAGS
Jelmer Vernooij [Tue, 25 Apr 2006 09:56:39 +0000 (09:56 +0000)]
r15234: Remove heimdal include paths from global CFLAGS

16 years agor15233: Fix loading shared modules
Jelmer Vernooij [Tue, 25 Apr 2006 09:45:15 +0000 (09:45 +0000)]
r15233: Fix loading shared modules

16 years agor15232: Look for CC flags, not C++ flags..
Jelmer Vernooij [Tue, 25 Apr 2006 09:28:44 +0000 (09:28 +0000)]
r15232: Look for CC flags, not C++ flags..

16 years agor15231: Try to fix detection of ability of CC to generate dependencies
Jelmer Vernooij [Tue, 25 Apr 2006 09:21:40 +0000 (09:21 +0000)]
r15231: Try to fix detection of ability of CC to generate dependencies

16 years agor15230: Add include dir for -Iheimdal_build earlier on - this should fix sun1
Jelmer Vernooij [Tue, 25 Apr 2006 09:04:52 +0000 (09:04 +0000)]
r15230: Add include dir for -Iheimdal_build earlier on - this should fix sun1

16 years agor15226: Fix order of typedef specification - caught by kblin
Jelmer Vernooij [Tue, 25 Apr 2006 07:56:31 +0000 (07:56 +0000)]
r15226: Fix order of typedef specification - caught by kblin

16 years agor15225: Use talloc_zero() to avoid use of uninitialised values later on.
Andrew Bartlett [Tue, 25 Apr 2006 06:53:28 +0000 (06:53 +0000)]
r15225: Use talloc_zero() to avoid use of uninitialised values later on.

Andrew Bartlett

16 years agor15224: Check whether -MT is actually supported by the compiler before using
Jelmer Vernooij [Mon, 24 Apr 2006 22:50:19 +0000 (22:50 +0000)]
r15224: Check whether -MT is actually supported by the compiler before using
automatic dependencies

16 years agor15223: Move heimdal's -I parameters from the global list of includes to
Jelmer Vernooij [Mon, 24 Apr 2006 20:45:32 +0000 (20:45 +0000)]
r15223: Move heimdal's -I parameters from the global list of includes to
the subsystems in question

16 years agor15222: Use more standard UUIDs. Should help AIX build.
Andrew Bartlett [Mon, 24 Apr 2006 20:15:35 +0000 (20:15 +0000)]
r15222: Use more standard UUIDs.  Should help AIX build.

Andrew Bartlett

16 years agor15221: We don't need to have these rcsid strings in Samba's use of Heimdal.
Andrew Bartlett [Mon, 24 Apr 2006 18:38:56 +0000 (18:38 +0000)]
r15221: We don't need to have these rcsid strings in Samba's use of Heimdal.

Andrew Bartlett

16 years agor15220: Another attempt to fix the bug found by the IBM Checker
Jelmer Vernooij [Mon, 24 Apr 2006 18:18:20 +0000 (18:18 +0000)]
r15220: Another attempt to fix the bug found by the IBM Checker

16 years agor15219: Look for gai_strerror in more places, so we don't conflict with the
Andrew Bartlett [Mon, 24 Apr 2006 18:00:46 +0000 (18:00 +0000)]
r15219: Look for gai_strerror in more places, so we don't conflict with the
system library.

This might help the build on proprietory unixes

Andrew Bartlett

16 years agor15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.
Jelmer Vernooij [Mon, 24 Apr 2006 16:16:43 +0000 (16:16 +0000)]
r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.

16 years agor15213: Remove helper macro for bcopy() - this causes problems
Jelmer Vernooij [Mon, 24 Apr 2006 16:15:29 +0000 (16:15 +0000)]
r15213: Remove helper macro for bcopy() - this causes problems
with system headers on some system and is not a security threat

16 years agor15212: Simplify setproctitle code
Jelmer Vernooij [Mon, 24 Apr 2006 16:01:33 +0000 (16:01 +0000)]
r15212: Simplify setproctitle code

16 years agor15211: REQUIRED_SUBSYSTEMS for binaries are gone, use PRIVATE_DEPENDENCIES here
Alexander Bokovoy [Mon, 24 Apr 2006 15:58:35 +0000 (15:58 +0000)]
r15211: REQUIRED_SUBSYSTEMS for binaries are gone, use PRIVATE_DEPENDENCIES here

16 years agor15208: Change _GNU_SOURCE propagation to apply only to generated files as Andrew...
Alexander Bokovoy [Mon, 24 Apr 2006 15:51:31 +0000 (15:51 +0000)]
r15208: Change _GNU_SOURCE propagation to apply only to generated files as Andrew B. suggests

16 years agor15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij [Mon, 24 Apr 2006 15:47:59 +0000 (15:47 +0000)]
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
for REQUIRED_SUBSYSTEMS.

16 years agor15206: Heimdal is always compiled with _GNU_SOURCE enabled (in its configure.in...
Alexander Bokovoy [Mon, 24 Apr 2006 15:12:21 +0000 (15:12 +0000)]
r15206: Heimdal is always compiled with _GNU_SOURCE enabled (in its configure.in it is defined unconditionally).
However, the lex-generated files don't fetch config.h's definition of _GNU_SOURCE before including
features.h because of preamble added by lex which already includes some system headers which in turn
include features.h. Therefore, we need to specify it explicitly on comand line.

This change adds some 'noise' (_GNU_SOURCE already defined ...) but it is neccessary to get samba4 to
compile successfuly on Maemo.

16 years agor15205: Allow additional LDFLAGS, fixes #3961.
Jelmer Vernooij [Mon, 24 Apr 2006 14:59:30 +0000 (14:59 +0000)]
r15205: Allow additional LDFLAGS, fixes #3961.

16 years agor15204: Fix MD5Update prototype
Jelmer Vernooij [Mon, 24 Apr 2006 14:53:03 +0000 (14:53 +0000)]
r15204: Fix MD5Update prototype

16 years agor15203: Allow system 'bool' type to be defined in another header then stdbool.h
Jelmer Vernooij [Mon, 24 Apr 2006 14:52:37 +0000 (14:52 +0000)]
r15203: Allow system 'bool' type to be defined in another header then stdbool.h