Jelmer Vernooij
426ac78108
r14721: Fix a couple of warnings.
2007-10-10 13:59:13 -05:00
Jelmer Vernooij
3c7a5ce291
r14720: Add torture_context argument to all torture tests
2007-10-10 13:59:13 -05:00
Jelmer Vernooij
a15a8d87b5
r14718: Add initial work on a standardized UI for smbtorture
2007-10-10 13:59:13 -05:00
Andrew Bartlett
cc7c84bfc9
r14717: Don't provision the system as 'localhost', but instead list localhost
...
as an alias. The netbios name is then 'localtest', which will resolve
with netbios and work with krb5.
Andrew Bartlett
2007-10-10 13:59:13 -05:00
Andrew Bartlett
c978fea2a1
r14716: Remove username from debug message, it just causes valgrind assertions.
...
Andrew Bartlett
2007-10-10 13:59:12 -05:00
Andrew Bartlett
ce0c7f86fd
r14715: Correct the definition of the DCE/RPC bind_nak, per the OpenGroup spec.
...
This allows us to correctly parse the bind_nak from NT4, when we use
an invalid auth type (the unsupported SPNEGO)..
Andrew Bartlett
2007-10-10 13:59:12 -05:00
Andrew Bartlett
6d57d1dbb7
r14714: On DCE/RPC, we need the name of the remote server used on the socket,
...
for Kerberos. It must be the full name contacted, not the 'called
name' we might want to use for \\server things, so add another function.
Andrew Bartlett
2007-10-10 13:59:12 -05:00
Andrew Bartlett
78447333b0
r14713: For testing, it is sometimes useful to specify a hostname for kerberos
...
that differs from the hostname the connect() uses.
In particular, this helps in running Kerberos tests in 'make test'.
Andrew Bartlett
2007-10-10 13:59:12 -05:00
Andrew Bartlett
8566515a51
r14712: Do not proceed in event of failure to obtain a policy handle.
...
This makes the log results much easier to understand.
Andrew Bartlett
2007-10-10 13:59:12 -05:00
Stefan Metzmacher
02703f4e8f
r14711: let windows clients retry after getting ERR_SKEW
...
metze
2007-10-10 13:59:11 -05:00
Stefan Metzmacher
1bc6940e7d
r14710: make more clear that SMBexit only cares about the PID
...
that is used in the open call
metze
2007-10-10 13:59:11 -05:00
Stefan Metzmacher
0e7b224294
r14709: allways use the unicast socket of the interface, when reply to DGRAM
...
requests...
this fixes a bug where I thought windows would try KRB5 via broadcast...
metze
2007-10-10 13:59:11 -05:00
Andrew Bartlett
0ce6513e34
r14708: Add a (bogus) UUID and a comment to the PAC defintion.
...
Andrew Bartlett
2007-10-10 13:59:11 -05:00
Andrew Bartlett
bdb55ce2b5
r14707: Initialise default value (the rest of this function sets it to 1 if
...
this is CFX).
Caught by Valgrind.
Andrew Bartlett
2007-10-10 13:59:11 -05:00
Andrew Bartlett
3dff2a0078
r14702: Accept our netbios aliases as valid names in the SPOOLSS server.
...
(Suggested by metze)
Andrew Bartlett
2007-10-10 13:59:10 -05:00
Andrew Bartlett
cb6c27b4f2
r14701: Allow, with non-default options, NTLMSSP to access the LM session key,
...
even when not sending the LM response. Needed to pass the
test_session_key against Win2k3.
Yes, I think this is a security flaw in the use of Win2k3-compatible NTLM.
Andrew Bartlett
2007-10-10 13:59:10 -05:00
Andrew Bartlett
8f96f524bf
r14700: Fix spelling, and change these informational messages to debug level 5.
...
Andrew Bartlett
2007-10-10 13:59:10 -05:00
Jelmer Vernooij
4a8214f0f3
r14694: Remove for now until it does something useful.
2007-10-10 13:59:10 -05:00
Jelmer Vernooij
cea38a2960
r14693: Automatically update dependencies during compilation
2007-10-10 13:59:09 -05:00
Jelmer Vernooij
122d1d0249
r14692: Get rid of the obfuscation() attribute
2007-10-10 13:59:09 -05:00
Jelmer Vernooij
f4428db2f9
r14691: Fix printing elements with represent_as set
2007-10-10 13:59:09 -05:00
Jelmer Vernooij
31e847a084
r14690: Support represent_as in headers, enable represent_as() test (which works now)
2007-10-10 13:59:09 -05:00
Jelmer Vernooij
b199f5345c
r14689: Fix test
2007-10-10 13:59:09 -05:00
Jelmer Vernooij
7bc72277b3
r14688: More work on represent_as(): output the right function calls, fix test.
2007-10-10 13:59:08 -05:00
Jelmer Vernooij
744402160d
r14687: Start working on support for represent_as() and transmit_as() as
...
an alternative to subcontext()
2007-10-10 13:59:08 -05:00
Jelmer Vernooij
a7279f13f0
r14686: Fix pidl testsuite to run whenever there is a shared libary built
...
Samba present. Ignore tests that are known to fail for now.
2007-10-10 13:59:08 -05:00
Stefan Metzmacher
590dd49207
r14680: add some tests which demonstrate that closing the dir handle
...
triggers an empty notify reply with NT_STATUS_OK
metze
2007-10-10 13:59:08 -05:00
Andrew Bartlett
a6c7979860
r14673: Don't double-free conn, it is below 'c' free'ed by
...
stream_terminate_connection()
Andrew Bartlett
2007-10-10 13:59:07 -05:00
Stefan Metzmacher
ba3bf34a85
r14672: the async_info desctructor needs access to the private struct,
...
so free async info explicit...
I hope to find a generic way later, so that the ntvfs modules doesn't need to
take care that much...
metze
2007-10-10 13:59:07 -05:00
Andrew Bartlett
aeaf8c5ec5
r14671: We don't really need this in our releases...
...
Andrew Bartlett
2007-10-10 13:59:07 -05:00
Jelmer Vernooij
1c7beecbfd
r14670: Fix module extensions
2007-10-10 13:59:07 -05:00
Rafal Szczesniak
634111bb12
r14667: Fix indentation.
...
rafal
2007-10-10 13:59:07 -05:00
Jelmer Vernooij
2638899529
r14666: Fix handling of naming of shared modules when not in developer mode
2007-10-10 13:59:06 -05:00
Andrew Bartlett
1d1ff501f2
r14665: More testing in RPC-SAMR. It looks like we will probably need another
...
ldb module to handle which flags can be set under what circumstances.
Andrew Bartlett
2007-10-10 13:59:06 -05:00
Andrew Bartlett
9fc1196f0c
r14662: To allow the RPC-SAMR test to pass, we need to look for both domains
...
and the builtinDomain objectClasses, when trying to find domain policies.
Andrew Bartlett
2007-10-10 13:59:06 -05:00
Jelmer Vernooij
3286636dbb
r14661: Install symlinks for shared libraries
2007-10-10 13:59:06 -05:00
Jelmer Vernooij
438636c475
r14660: Install ldb_errors.h
2007-10-10 13:59:06 -05:00
Jelmer Vernooij
3647bd3124
r14658: Include ndr_obfuscate.h when necessary
2007-10-10 13:59:05 -05:00
Jelmer Vernooij
e4751cbaff
r14657: We'll now start working on TP3
2007-10-10 13:59:05 -05:00
Jelmer Vernooij
2db7109abf
r14654: Fix hcrypto link when using automatic dependencies
2007-10-10 13:59:05 -05:00
Stefan Metzmacher
42b3f83d1c
r14653: make sure we always have a valid session_info
...
metze
2007-10-10 13:59:05 -05:00
Jelmer Vernooij
2c53c63590
r14651: The actual release date is 22 march..
2007-10-10 13:59:05 -05:00
Jelmer Vernooij
dc09f7a556
r14648: Update to r14647.
2007-10-10 13:59:04 -05:00
Stefan Metzmacher
9f9240d118
r14647: be a bit less verbose on common stuff
...
metze
2007-10-10 13:59:04 -05:00
Stefan Metzmacher
94d775c74d
r14644: fix SMBecho, used by w2k clients, failing this,
...
causes an SMBulogoffX and SMBtdis
jelmer: I think this should go into TP2
metze
2007-10-10 13:59:04 -05:00
Stefan Metzmacher
09850fd133
r14642: fix shadow warnings
...
metze
2007-10-10 13:59:04 -05:00
Stefan Metzmacher
0ad464f686
r14641: fix typo
...
metze
2007-10-10 13:59:04 -05:00
Jelmer Vernooij
009b56a323
r14640: Fix dependency
2007-10-10 13:59:03 -05:00
Stefan Metzmacher
e90a67ad39
r14639: the platform id is 32 bit...
...
this worked before as there's always a pointer following that is aligned to 4 byte
metze
2007-10-10 13:59:03 -05:00
Stefan Metzmacher
b5edcde793
r14638: we need to call smbsrv_setup_reply() before using smbsrv_setup_error()
...
tridge: can you please check if the whole function ok?
jelmer: this fixes a crash bug, when asking for Security Descriptors
and should be in the TP2
metze
2007-10-10 13:59:03 -05:00