Jelmer Vernooij
571aa6ba22
r25901: Remove obsolete --enable-shared option (whether shared libs should be used internally can be set using --enable-dso).
2007-12-21 05:44:45 +01:00
Günther Deschner
c3023eaeb3
r25897: Add WERR_INVALID_FLAGS.
...
Guenther
2007-12-21 05:44:44 +01:00
Günther Deschner
2f8b8c0460
r25896: Rename netlogon server stubs.
...
Guenther
2007-12-21 05:44:44 +01:00
Günther Deschner
848b885925
r25895: Add torture test for netr_DsRAddressToSitenamesW and
...
netr_DsRAddressToSitenamesExW.
Guenther
2007-12-21 05:44:44 +01:00
Günther Deschner
ee797e18c7
r25894: Add IDL for netr_DsRAddressToSitenamesW and netr_DsRAddressToSitenamesExW.
...
Guenther
2007-12-21 05:44:43 +01:00
Jeremy Allison
52b26645b0
r25893: Fix ldb, tdb builds (and one warning).
...
Jeremy.
2007-12-21 05:44:42 +01:00
Jeremy Allison
cb6c663fa8
r25892: Keep the tdb code in sync between 3.2.x and 4.0.
...
Add in the alarm fix to allow locks to exit on
alarm signal.
Sync up the changes in tools.
Jeremy.
2007-12-21 05:44:42 +01:00
Andrew Bartlett
0377d85bbd
r25891: Test that we get the correct return value when we attempt to reference
...
invalid entries with a linked attribute.
Make Samba4 pass that test, by fixing a silly bug in the
linked_attributes module. (By passing down the 'original' request
structure, tdb would override our handle, and therefore we would never
be called for the 'wait', which collects the errors).
Fix up the provision templates to handle the newly required
referential integrity.
Andrew Bartlett
2007-12-21 05:44:41 +01:00
Jelmer Vernooij
c758db2709
r25888: Attempt to fix standalone tdb build.
2007-12-21 05:44:41 +01:00
Jelmer Vernooij
9d73becbb2
r25887: Build Samba-specific ldb modules as dso's.
2007-12-21 05:44:40 +01:00
Jelmer Vernooij
146c5226e6
r25886: Try to fix building dso's on hpux with gcc
2007-12-21 05:44:40 +01:00
Jelmer Vernooij
40a8cd0d2f
r25884: Specify shldflags first, as required by some compilers.
2007-12-21 05:44:40 +01:00
Jelmer Vernooij
af99cd3e00
r25883: Fix tdb dependency.
2007-12-21 05:44:39 +01:00
Jelmer Vernooij
3692ba8299
r25882: Build shared library of talloc as well.
2007-12-21 05:44:39 +01:00
Jelmer Vernooij
03bc4896e6
r25881: Add ability to build .so of tdb.
2007-12-21 05:44:38 +01:00
Jelmer Vernooij
bbc36fd3f6
r25880: Try to get some more flags right.
2007-12-21 05:44:37 +01:00
Jelmer Vernooij
9730c29509
r25879: Don't use shared library for command-line utilities for now - breaks the testsuite, and there is no portable equivalent of LD_LIBRARY_PATH.
2007-12-21 05:44:37 +01:00
Jelmer Vernooij
ffe5a10867
r25878: Fix syntax error.
2007-12-21 05:44:37 +01:00
Jelmer Vernooij
25aa875119
r25877: Add libreplace macro for soname flags.
2007-12-21 05:44:36 +01:00
Jelmer Vernooij
b5bcdbbd0c
r25876: Attempt to build shard libs everywhere again.
2007-12-21 05:44:36 +01:00
Jelmer Vernooij
773a7cf234
r25875: Try to fix the build on some HPUX machines.
2007-12-21 05:44:35 +01:00
Stefan Metzmacher
ad0556cbf7
r25874: force specific versions for LEX and YACC.
...
We often have problems with old yacc and bison versions
and it seem the combination of LAX and YACC also matters.
So we now list all supported version combinations explicit.
flex-2.5.33:bison-2.3 only for now.
metze
2007-12-21 05:44:35 +01:00
Stefan Metzmacher
084aad7980
r25873: nss_wrapper: hopefully a better fix for the solaris get*ent_r functions
...
metze
2007-12-21 05:44:35 +01:00
Stefan Metzmacher
e99feb5ff5
r25872: nss_wrapper: revert solaris get*ent_r() functions
...
This was the wrong approach, as in future lib/replace
should hide this special solaris stuff.
metze
2007-12-21 05:44:34 +01:00
Stefan Metzmacher
e68d1c9276
r25871: nss_wrapper: set the destination pointer in the get*_r functions
...
metze
2007-12-21 05:44:34 +01:00
Stefan Metzmacher
c6b6466c33
r25870: libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring in confdefs.h
...
metze
2007-12-21 05:44:34 +01:00
Stefan Metzmacher
c6c62abc07
r25869: selftest: strip newline from whoami
output, hopefully fix provision on mac os 10
...
metze
2007-12-21 05:44:33 +01:00
Stefan Metzmacher
386b28f988
r25868: nss_wrapper: add solaris versions of getpwent_r and getgrent_r
...
metze
2007-12-21 05:44:33 +01:00
Stefan Metzmacher
44250ac6f9
r25867: libreplace: solaris has different prototypes for getpwent_r and getgrent_r
...
metze
2007-12-21 05:44:33 +01:00
Stefan Metzmacher
6a3f97aeac
r25866: nss_wrapper: not all systems have get*_r calls
...
metze
2007-12-21 05:44:32 +01:00
Stefan Metzmacher
98095b3425
r25865: libreplace: check for nss passwd|group get*_r functions
...
metze
2007-12-21 05:44:32 +01:00
Stefan Metzmacher
8748516d16
r25864: libreplace: we should only have one location where we check for required functions
...
metze
2007-12-21 05:44:32 +01:00
Stefan Metzmacher
a16f0e3cdb
r25863: libreplace: we need include <unistd.h> before nss_wrapper.h
...
metze
2007-12-21 05:44:31 +01:00
Jelmer Vernooij
c7fd5a5172
r25862: Avoid po, causes trouble on BSD systems.
2007-12-21 05:44:31 +01:00
Jelmer Vernooij
45ccf09bf9
r25861: Fix export dynamic for HPUX.
2007-12-21 05:44:31 +01:00
Jelmer Vernooij
85b3326500
r25860: Remove flag that causes problems on some hosts.
2007-12-21 05:44:30 +01:00
Jelmer Vernooij
bf1685faa1
r25859: Wrap native HPUX functions in dl implementation.
2007-12-21 05:44:30 +01:00
Jelmer Vernooij
af135938c1
r25858: Clean up po files.
2007-12-21 05:44:30 +01:00
Andrew Bartlett
f42690a90c
r25857: Indent
2007-12-21 05:44:30 +01:00
Andrew Bartlett
f4d733c3d0
r25856: If the search fails, it is not valid to steal 'res'.
...
Andrew Bartlett
2007-12-21 05:44:29 +01:00
Jelmer Vernooij
478b5ac8d9
r25855: Check for HPUX dl functions.
2007-12-21 05:44:29 +01:00
Jelmer Vernooij
6c46a92528
r25854: Link against -ldl properly.
2007-12-21 05:44:28 +01:00
Jelmer Vernooij
db9ebea52b
r25853: Specify LIBS to sample_module - fixes build for gcov hosts.
2007-12-21 05:44:28 +01:00
Jelmer Vernooij
aaaed5edc0
r25852: Move SHLIBEXT determination into a test as well.
2007-12-21 05:44:27 +01:00
Jelmer Vernooij
d28c8b822e
r25851: Move system-specific ldflags checks to libreplace so they can be used by ldb.
2007-12-21 05:44:27 +01:00
Jelmer Vernooij
9ebc6f2d17
r25850: Add macro for picflag.
2007-12-21 05:44:26 +01:00
Günther Deschner
5a50aae868
r25849: Add test for dfs FlushFtTable.
...
Guenther
2007-12-21 05:44:26 +01:00
Günther Deschner
8fb5d36734
r25848: Add IDL and torture test for dfs_SetDcAddress and dfs_GetDcAddress.
...
Guenther
2007-12-21 05:44:25 +01:00
Jelmer Vernooij
7e34e0645c
r25847: Don't link modules against their subsystem.
2007-12-21 05:44:25 +01:00
Jelmer Vernooij
f67040d2a0
r25846: Add configure test for -Wl,--export-dynamic.
2007-12-21 05:44:24 +01:00