Derrell Lipman
68453d1da2
r19449: ldbbrowse: installation hopefully works now. "Developer" installations
...
('configure.developer' or 'configure --enable-developer') may still have
problems as I'm not sure I got all of the paths right for that.
With the changes Tridge has made to the Main Menu in swat, given a
non-developer installation, you should be able to get to ldbbrowse via:
JSON/qooxdoo -> ldb browser
Derrell
(This used to be commit 2406af10791cd8545c598c8591a48de5515c7dc5)
2007-10-10 14:21:33 -05:00
Jelmer Vernooij
a4137b50a7
r19364: Fix build for 'regular' installs.
...
(This used to be commit 916413097d2ca7b71c06cd701f09bc3b9fc06cfc)
2007-10-10 14:21:17 -05:00
Jelmer Vernooij
c554e2168b
r19358: Use subunit tests from the right location (from
...
$src/bin/torture when developing, $LIBDIR/torture when installed)
(This used to be commit 4ae6380e6bb48e27e9947e149b3d079b3e293cc0)
2007-10-10 14:21:16 -05:00
Jelmer Vernooij
b58deeea69
r19350: Properly list LOCAL-TALLOC under the "LOCAL" header.
...
Support directories for subcategories in tests.
Several small other fixes.
(This used to be commit bde00d97068d559b025ab131ff698a82430d14b3)
2007-10-10 14:21:14 -05:00
Jelmer Vernooij
52e3f69a36
r19343: Add support for external scripts/binaries that write results using the
...
'subunit' protocol. This allows us to easily plug EJS scripts or binaries that
can't depend on -ltorture into smbtorture. The protocol is very simple:
- write "comments" to stderr
Example output on stdout:
test: foo
success: foo
test: bar
success: bar
test: blah
failure: blah [
dummy.c:30: Expression 1 != 2 failed!
]
test: blie
skip: blie [
Iconv support not built in
]
I've already converted the talloc testsuite.
(This used to be commit e1742c14a247fabba969f8698108e73997d3f420)
2007-10-10 14:21:13 -05:00
Andrew Tridgell
f753f43d81
r18833: darn, forgot to commit this
...
sorry about the build breakage
(This used to be commit c0684d0f26917e6623bad1e0f9b8312873230300)
2007-10-10 14:19:16 -05:00
Jelmer Vernooij
8524a6f5c9
r18749: Disable automatic dependencies by default (use --enable-automatic-dependencies to reenable).
...
(This used to be commit 5506c404877434c403bbe3055c6dd6c32531c96d)
2007-10-10 14:19:06 -05:00
Stefan Metzmacher
1a7ad8e573
r18294: remove leading ././ from .mk files
...
metze
(This used to be commit f41e2f7f5a71d22ae6b27ac9fb0239512728e12c)
2007-10-10 14:18:03 -05:00
Stefan Metzmacher
e04ad03d66
r18293: use the correct name it's not always under $srcdir...
...
metze
(This used to be commit cf61435b435b7995f20e07b93002e51fe4ac2c82)
2007-10-10 14:18:03 -05:00
Stefan Metzmacher
8bb7833dc6
r18291: don't add ./ for files in the top dir '.'
...
metze
(This used to be commit f60be737efc9e3d515479301a9ed24347aa773cc)
2007-10-10 14:18:02 -05:00
Stefan Metzmacher
ebc1533a20
r18260: fix the build on systems with broken readdir
...
this is just a short term hack
we should move the stuff from lib/replace/config.mk
into a lib/replace/samba.m4 and dynamicly generate the OBJ_FILES
list for LIBREPLACE and get rid of REPLACE_REPDIR
metze
(This used to be commit e27a36286845b95150d06daaae8f5dcf988febd7)
2007-10-10 14:17:57 -05:00
Stefan Metzmacher
bdbd9b8886
r18223: the perl array of dependecies is in reversed order
...
print out the CFLAGS in the correct order
metze
(This used to be commit 49b555b876493e4d05bd69328f9a4e0585aa8076)
2007-10-10 14:17:52 -05:00
Stefan Metzmacher
21aa8c49c7
r18222: filter out double entries from CFLAGS
...
metze
(This used to be commit 42e70d5a7b9c12527bb49f9c60330706d350cf49)
2007-10-10 14:17:52 -05:00
Stefan Metzmacher
817d153870
r18220: $#foo returns the index of the last element not the count of elements,
...
so we need >= 0.
as 0 means one element
metze
(This used to be commit d8b5d0c9a75731c8627e8fabb364ec0ad0e9decd)
2007-10-10 14:17:52 -05:00
Stefan Metzmacher
0a05a6fea0
r18217: use shorter perl
...
metze
(This used to be commit 4ce7b4e45c016215a84a70b677d55cc6e79a2473)
2007-10-10 14:17:51 -05:00
Stefan Metzmacher
b427944198
r18215: use a shorter version
...
metze
(This used to be commit 239a2607ab1a725dcbbfc03103006d2a3bf6b41e)
2007-10-10 14:17:51 -05:00
Stefan Metzmacher
e0f8a49014
r18214: don't add empty elements
...
metze
(This used to be commit 9695a4bd530d0f49e6a87c6bb56502c6d2d3bdbd)
2007-10-10 14:17:51 -05:00
Stefan Metzmacher
a46e12d0e0
r18213: don't list LIBREPLACE depdendecies explicit and
...
always at it as first private dependencies
metze
(This used to be commit 135d096776b53ae09ffc2b4f767dfbd18139570f)
2007-10-10 14:17:50 -05:00
Stefan Metzmacher
af1b64c92f
r18210: - reenable autodependencies
...
- and add -MT $@ to the dependency generation
to notice changes in depdendecies of header files
you may need a 'make clean' or at least you need to remove
heimdal_build/replace.hd
metze
(This used to be commit 5ecf98cc189039023ff0a97f43eba7fb2c2cdc46)
2007-10-10 14:17:50 -05:00
Stefan Metzmacher
d1ee67e1f3
r18184: make clear that autodepencies are disabled currently
...
metze
(This used to be commit a2eee3c6dbe14fc8fc6ee2f5581f2d9a33e25def)
2007-10-10 14:17:47 -05:00
Stefan Metzmacher
6b5e86f47b
r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCC
...
- also specify USE_HOSTCC = YES on binaries that use HOSTCC
I also disable autodependecies as this change let make run forever,
I hopefully fix that tomorrow
metze
(This used to be commit 159f74570233a8707dc1deb70fb1917a854213f8)
2007-10-10 14:17:47 -05:00
Stefan Metzmacher
c8295a7d2f
r18181: use:
...
CC and CFLAGS
LD and LDFLAGS
STLD and STLD_FLAGS
SHLD and SHLD_FLAGS
all controled by configure
and import the values from samba3 which are more recent
metze
(This used to be commit 5e59153735102df6fae2eaaac6a7c3db86c95f8f)
2007-10-10 14:17:47 -05:00
Stefan Metzmacher
7ba7e54ac8
r18136: put lib/replace in the default include path
...
metze
(This used to be commit 2b51391470d0ecf001cd869e4ab9ba7a3474a7fe)
2007-10-10 14:17:38 -05:00
Andrew Bartlett
74b68a7555
r17196: Clarify that SSL is used for LDAP as well as SWAT.
...
Andrew Bartlett
(This used to be commit d79bfbe87d4eb0e3541f5bdd7eed888ccb20a710)
2007-10-10 14:10:18 -05:00
Jelmer Vernooij
024502c81b
r16040: Support more recent versions of autoconf
...
(This used to be commit 3f2a136b9f77062e5044b2b86f8e2a79348e0ff0)
2007-10-10 14:08:52 -05:00
Jelmer Vernooij
5415e9d94f
r15607: Fix readline summary reporting
...
(This used to be commit 146c6d6e003a9ba0bfd0427b1db47fe5e746f8b1)
2007-10-10 14:06:59 -05:00
Jelmer Vernooij
f9dd026355
r15585: Revive pidl's SWIG file generator. It now generates simple
...
object oriented wrappers for the interfaces (still need to fix
the actual function calls)
(This used to be commit bf5da20869eae29aea92386cbb13413b507fc55f)
2007-10-10 14:06:00 -05:00
Jelmer Vernooij
b8b01cd970
r15578: Move some cpp-specific things from CFLAGS to CPPFLAGS
...
Proper dependencies for POPT_SAMBA (fixes build when popt is in /usr/local)
(This used to be commit ed82490e5a074da56d0a96ee52f1d1832b824fe3)
2007-10-10 14:05:59 -05:00
Jelmer Vernooij
8afca7791c
r15567: Add entry for iconv
...
(This used to be commit 8d794e59119d4a306d1f6f87a821287ce6a4aa61)
2007-10-10 14:05:56 -05:00
Jelmer Vernooij
4ff9e1c761
r15551: Fix clash between config.pm and globally installed Config.pm on
...
case-insensitive filesystems. Patch by John Malmberg tweaked by me
(This used to be commit 58cc0b23eb1de818123b3b34278518e467f04f15)
2007-10-10 14:05:55 -05:00
Jelmer Vernooij
2895f28c4c
r15521: Take an optional subsystem name to generate a dependency graph for
...
just that subsystem
(This used to be commit 3fae92eef5d2f591dd40c4c07e20baa1c4a33211)
2007-10-10 14:05:45 -05:00
Jelmer Vernooij
8bab932282
r15387: Fix installation of dcerpc headers, remove more instances of uint_t
...
(This used to be commit 9e9bfd04c6db013453b900e201df9c09e8777a22)
2007-10-10 14:05:31 -05:00
Jelmer Vernooij
46f627ea7a
r15384: Improve naming of socket library, disable Requires(.private)? fields in pkg-config files for now as
...
they break external projects.
(This used to be commit f919fd6655f00361691e676d260bd40e0b8ddcc7)
2007-10-10 14:05:30 -05:00
Jelmer Vernooij
8b98023d85
r15381: Make shared libraries the default (where supported). This concludes my rewrite of the build system, which I'm (overall)
...
pretty happy with now. I'll continue making smaller changes, but they won't have as much impact as the changes I've made in the past months.
(This used to be commit 9eea62c11ce83a857862d05123f0be40944951ba)
2007-10-10 14:05:30 -05:00
Jelmer Vernooij
5c3a1d76ff
r15379: Fix shared library build's unresolved dependencies
...
(This used to be commit 0fafa2e59566f8f892d7dfd7dd33d0100b96a780)
2007-10-10 14:05:29 -05:00
Jelmer Vernooij
e595ede02f
r15375: Rename readline.h to smbreadline.h avoid clashes with system header.
...
(This used to be commit ccc3d8a95441e7a7015f0cf0e622ec9e38347d33)
2007-10-10 14:05:29 -05:00
Jelmer Vernooij
47bf79eac5
r15370: Fix more dependencies for shared libs
...
(This used to be commit 9a518661fbb76bf1c153afc6f581e888186dc165)
2007-10-10 14:05:27 -05:00
Jelmer Vernooij
e0e8743baf
r15363: Fix dependencies for shared library
...
(This used to be commit f2ca71f1229f4c20296895116c09bacbd6a53b55)
2007-10-10 14:05:26 -05:00
Jelmer Vernooij
30e8599538
r15350: Remove empty subsystem, don't install .a files of subsystems
...
(This used to be commit 087188cfc4a38d92b13fc8e58e1f408306442055)
2007-10-10 14:05:24 -05:00
Jelmer Vernooij
20b3b0f2e3
r15338: Fix build of most things with shared libs enabled.
...
(This used to be commit 8985093d3fba90287bd739aaaa0fbfdadca2b999)
2007-10-10 14:05:18 -05:00
Jelmer Vernooij
d81890c1cc
r15322: Don't depend on nonexisting targets - should fix the build
...
(This used to be commit 34d9a10734d2253564f37a4034003b39489f858e)
2007-10-10 14:05:16 -05:00
Jelmer Vernooij
a3b8cfbc8f
r15318: Don't create empty static libraries as some hosts have trouble with them.
...
(This used to be commit 1505d7c6001f8a35e728a14af2885b813c32ebe7)
2007-10-10 14:05:12 -05:00
Jelmer Vernooij
9220144604
r15313: Fix some dependencies in dso mode
...
(This used to be commit f0afe9e2ff16515df1b3226b479b19ea3e9c3d0c)
2007-10-10 14:05:09 -05:00
Jelmer Vernooij
bc141c7957
r15304: Fix smbd build, more updates on getting --enable-dso to build again
...
(This used to be commit 3ef9326386ba1c210166302cbcf02d2ed3f19944)
2007-10-10 14:05:08 -05:00
Jelmer Vernooij
b00c236906
r15301: Use static libraries internally. This required a few hacks in the build
...
system - these should be removed later on.
(This used to be commit 06547391669e064d2b92f5841b7df5f101a34cb9)
2007-10-10 14:05:07 -05:00
Jelmer Vernooij
620d759f49
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.
(This used to be commit 6646384aaf3e7fa2aa798c3e564b94b0617ec4d0)
2007-10-10 14:05:04 -05:00
Stefan Metzmacher
ad6ce81eea
r15290: don't spam the screen
...
jelmer: can you please fix this correctly
metze
(This used to be commit 34111d716733c815e7813f87d775848a26d20cab)
2007-10-10 14:05:03 -05:00
Jelmer Vernooij
e28c03aeec
r15287: Simplify dependency detection code
...
(This used to be commit 28a1919ed37f47337f8a53c39b9261a74c5c1bfc)
2007-10-10 14:05:02 -05:00
Jelmer Vernooij
bd556984f4
r15284: Fix dot generation
...
(This used to be commit 5907a237e1f704e54411420c71ce568db729ec90)
2007-10-10 14:05:02 -05:00
Jelmer Vernooij
6e847ca070
r15279: Fix dependencies when using static libraries
...
(This used to be commit a9eb7b2b3cf46d19ab7dfab521e1259d653507f6)
2007-10-10 14:05:01 -05:00