1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-09 09:57:48 +03:00

9 Commits

Author SHA1 Message Date
Stefan Metzmacher
523e6acf4f r3972: use GUID_* naming context and move GUID_* functions to one place
metze
2007-10-10 13:06:09 -05:00
Stefan Metzmacher
8e3f87b9e0 r3509: - comment out a unused var
- fix a scalar vs pointer bug

metze
2007-10-10 13:05:23 -05:00
Andrew Tridgell
ba81a48c9d r3499: setting an out param for a non-pointer doesn't do anything (and
generated a warning as it was being set to a ptr)
2007-10-10 13:05:22 -05:00
Jelmer Vernooij
640e3a8ce8 r3490: All tests work against NT4 now 2007-10-10 13:05:21 -05:00
Jelmer Vernooij
06048d0dac r3489: Add a couple more DCOM tests (Both OxidResolver and RemoteActivation are
completely covered now)
2007-10-10 13:05:21 -05:00
Andrew Tridgell
b8f5fa8ac8 r3428: switched to using minimal includes for the auto-generated RPC code.
The thing that finally convinced me that minimal includes was worth
pursuing for rpc was a compiler (tcc) that failed to build Samba due
to reaching internal limits of the size of include files. Also the
fact that includes.h.gch was 16MB, which really seems excessive. This
patch brings it back to 12M, which is still too large, but
better. Note that this patch speeds up compile times for both the pch
and non-pch case.

This change also includes the addition iof a "depends()" option in our
IDL files, allowing you to specify that one IDL file depends on
another. This capability was needed for the auto-includes generation.
2007-10-10 13:05:09 -05:00
Jelmer Vernooij
cf976a6feb r3397: Fix IDL for ComplexPing and SimplePing, including tests 2007-10-10 13:05:05 -05:00
Andrew Tridgell
7067bb9b52 r3324: made the smbtorture code completely warning free 2007-10-10 13:04:55 -05:00
Jelmer Vernooij
9e74144aa8 r2699: Correct handle ServerAlive() and ServerAlive2() + add torture tests 2007-10-10 12:59:24 -05:00