Jelmer Vernooij
3e6b75d955
r14565: Fix shared library sonames
2007-10-10 13:58:47 -05:00
Jelmer Vernooij
4f99c96509
r14564: Remove dependencies when running distclean
2007-10-10 13:58:47 -05:00
Jelmer Vernooij
2236ad9096
r14563: Include both private and proto names in makefile rule
2007-10-10 13:58:47 -05:00
Jelmer Vernooij
4d09ffa7f1
r14562: Use VPATH to solve strange heimdal dependencies
2007-10-10 13:58:47 -05:00
Jelmer Vernooij
2038d62b19
r14561: Update WHATSNEW.txt to revision 14554
2007-10-10 13:58:47 -05:00
Rafal Szczesniak
860f9bcb1e
r14560: Finally! Start working on async libnet_RpcConnect and other
...
rpc-related calls.
rafal
2007-10-10 13:58:46 -05:00
Jelmer Vernooij
9938b7391d
r14558: Another two more static dependencies...
2007-10-10 13:58:46 -05:00
Jelmer Vernooij
b4796266c3
r14557: Add hack for asn1 files
2007-10-10 13:58:46 -05:00
Jelmer Vernooij
b580277032
r14556: Fix some dependencies
2007-10-10 13:58:46 -05:00
Jelmer Vernooij
94d182d6ad
r14555: Remove cycle from rule
2007-10-10 13:58:46 -05:00
Jelmer Vernooij
eb435386f0
r14554: Write out header dependencies. This means all C files affected will be
...
rebuilt when a header file is changed. It also means parallel builds work now.
It will take a minute or so to generate all the dependency information,
but there should be no need to rebuild that information later on, unless
a file changes.
This behaviour is only enabled when building in developer mode
(--enable-developer) and requires a GNU make (or compatible). In all other
cases, the file 'static_deps.mk' is included, which contains some basic
hardcoded dependency information.
2007-10-10 13:58:45 -05:00
Jelmer Vernooij
f523c51b34
r14553: Use double colon feature in the makefile (supported by all buildfarm hosts!)
2007-10-10 13:58:45 -05:00
Jelmer Vernooij
44e132cf1a
r14552: Remove old dependency code
2007-10-10 13:58:45 -05:00
Jelmer Vernooij
d033f13970
r14551: Include path (./) for some older makes.
2007-10-10 13:58:44 -05:00
Jelmer Vernooij
765fd852e7
r14550: Fix tests
2007-10-10 13:58:44 -05:00
Jelmer Vernooij
4354147f6b
r14549: Use make-compatible syntax in extra_cflags.txt so we can avoid
...
cflags.pl when using GNU make
2007-10-10 13:58:43 -05:00
Alexander Bokovoy
25b93e043e
r14548: fix build after generated prototypes
2007-10-10 13:58:43 -05:00
Jelmer Vernooij
6a03e18ab8
r14547: Don't install pidl - it fails on the buildfarm as it doesn't obey $PREFIX. I should've remembered, as this problem has hit me before...
2007-10-10 13:58:43 -05:00
Jelmer Vernooij
1e6f3c0434
r14546: Install pidl in the same location as all other binaries.
2007-10-10 13:58:43 -05:00
Jelmer Vernooij
130db1abbe
r14545: Fix make dependency warning.
2007-10-10 13:58:43 -05:00
Jelmer Vernooij
4ae0a28b2e
r14544: Remove exchange-specific files.
2007-10-10 13:58:42 -05:00
Jelmer Vernooij
c85c4b97f3
r14543: Fix some build dependency problems caused by the use of $(builddir)
2007-10-10 13:58:42 -05:00
Jelmer Vernooij
51b4270513
r14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 13:58:42 -05:00
Stefan Metzmacher
7253153691
r14541: separate smbsrv_request and ntvfs_request,
...
with this it's now possible to write a
ntvfs_test programm like the vfstest in samba3
also smb2 support will be possible later
metze
2007-10-10 13:58:41 -05:00
Stefan Metzmacher
aaa5d377b9
r14540: fix a talloc hierachie problem,
...
make sure file and search handles are cleaned up
before anything else in the pvfs_state struct,
as there destructors reply on a valid pvfs_state struct
metze
2007-10-10 13:58:41 -05:00
Andrew Tridgell
1e1c559381
r14539: get rid of a pointless union layer in struct smb_notify
2007-10-10 13:58:41 -05:00
Stefan Metzmacher
4ff3fb35e8
r14538: ok, I have better used make valgrindtest my self...
...
the 3 bytes for WordCount and ByteCount are included in MIN_SMB_SIZE...
metze
2007-10-10 13:58:41 -05:00
Stefan Metzmacher
e3f6e53075
r14537: remove used file
...
metze
2007-10-10 13:58:41 -05:00
Stefan Metzmacher
cee56387cf
r14536: add make gdbtest-all and make valgrindtest-all
...
metze
2007-10-10 13:58:40 -05:00
Jelmer Vernooij
0ef3fc567c
r14535: Fix header installation
2007-10-10 13:58:40 -05:00
Jelmer Vernooij
0944dca958
r14534: Update doco
2007-10-10 13:58:40 -05:00
Jelmer Vernooij
2b93fd5246
r14533: Install pidl, remove some useless header dependencies
2007-10-10 13:58:40 -05:00
Jelmer Vernooij
87cfd6883e
r14531: Install two extra header files
2007-10-10 13:57:39 -05:00
Jelmer Vernooij
ee49674dc6
r14529: Include $(builddir) where necesary
2007-10-10 13:57:39 -05:00
Jelmer Vernooij
b96aa4ce2a
r14528: Fix installation of manpages
2007-10-10 13:57:37 -05:00
Jelmer Vernooij
863ca4014d
r14527: Fix build problems.
2007-10-10 13:57:37 -05:00
Stefan Metzmacher
3441a4a74f
r14526: fix the size of the output buffer, we need 1 byte for the Word count
...
now smbsrv_setup_reply() and req_setup_chain_reply() do the same thing
tridge: can you please check if this is correct,
I wonder why we don't got valgrind errors...
as the over allocation is disabled currently
metze
2007-10-10 13:57:37 -05:00
Jelmer Vernooij
48941ecc87
r14525: Sort list of torture tests alphabetically
2007-10-10 13:57:37 -05:00
Jelmer Vernooij
ab162bcafc
r14524: Make TORTURE_NET a separate module
...
Add new header for torture utility functions, so torture.h doesn't
need to depend on the SMB libraries
2007-10-10 13:57:36 -05:00
Stefan Metzmacher
f130632dc5
r14523: make async search request possible
...
metze
2007-10-10 13:57:36 -05:00
Jelmer Vernooij
7f9c11e7b1
r14520: Split up smbtorture binary into a core (torture.c) and UI frontend (smbtorture.c)
2007-10-10 13:57:36 -05:00
Jelmer Vernooij
4e7c3c7e1f
r14519: Put base registration in a seperate file, as well as some
...
of the base tests that were currently in torture.c
2007-10-10 13:57:36 -05:00
Jelmer Vernooij
2550f47030
r14518: Support STANDARD_VISIBILITY property on binaries
2007-10-10 13:57:36 -05:00
Jelmer Vernooij
2cb96e08f3
r14517: Put Modulesdir: line in .pc files, so 3rd parties know where to install
...
their modules.
2007-10-10 13:57:35 -05:00
Jelmer Vernooij
c7f6b0801d
r14516: dynconfig fixes
2007-10-10 13:57:35 -05:00
Jelmer Vernooij
e1f896948f
r14511: Install more headers
2007-10-10 13:57:35 -05:00
Stefan Metzmacher
f2e9b2c3a2
r14504: make trans and trans2 able to use async ntvfs backends
...
tridge: can you review this please
metze
2007-10-10 13:57:35 -05:00
Andrew Bartlett
fb927a7117
r14502: Supply both needed arguments for the backend logoff processing.
...
This should fix the segfaults on the build farm.
Metze: please check
Andrew Bartlett
2007-10-10 13:57:35 -05:00
Jelmer Vernooij
cdff0a63fe
r14501: Re-add nicely working hack to allow running from the builddir
...
(including modules, codepages and ejs!) without installing.
2007-10-10 13:57:34 -05:00
Jelmer Vernooij
867fc48922
r14500: Make some more functions public
2007-10-10 13:57:34 -05:00