1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
Commit Graph

8557 Commits

Author SHA1 Message Date
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
Jelmer Vernooij
4cd1e017e3 r14499: Remove dynconfig hack for now - it caused a recompile of the
asn1 compiler every time a .mk file changed, thus causing the
recompilation of the files generated from ASN1.
2007-10-10 13:57:34 -05:00
Jelmer Vernooij
657a893b25 r14498: Revert part of my commit that removed support for compilers that
don't support immediate structures
2007-10-10 13:57:34 -05:00
Jelmer Vernooij
c74fc55831 r14497: Fix build with shared libraries 2007-10-10 13:57:34 -05:00
Andrew Bartlett
ead4087ac8 r14494: Add comments to clarify that we deliberatly fall though here
Andrew Bartlett
2007-10-10 13:57:33 -05:00
Jelmer Vernooij
4682bc5ce0 r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now. 2007-10-10 13:57:32 -05:00
Jelmer Vernooij
272ca8e636 r14491: Allow building more output outside of the Samba source tree 2007-10-10 13:57:32 -05:00
Jelmer Vernooij
0c18883315 r14488: Install more headers.
Generate different #include lines in pidl depending on whether
we're building inside or outside of the Samba tree (useful for
3rd-party projects).
2007-10-10 13:57:32 -05:00
Stefan Metzmacher
10e627032d r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request
but I don't to get the commit to large, to I'll do this tomorrow...

metze
2007-10-10 13:57:32 -05:00
Stefan Metzmacher
56fac3ddbb r14486: remove the need of a stream_connection on a dcesrv_connection,
and let the transport set callbacks for getting the own and peer
socket_address

metze
2007-10-10 13:57:32 -05:00
Stefan Metzmacher
742be8e075 r14485: mark smb commands as need session and need tcon explicit,
so we only need to check in one global place and can't forget
in other places...

metze
2007-10-10 13:57:31 -05:00
Jelmer Vernooij
430c6516d3 r14484: Install more headers 2007-10-10 13:57:31 -05:00
Jelmer Vernooij
bb6541126c r14483: Allow subsystems with just a public prototype header, no private ones 2007-10-10 13:57:31 -05:00