r3633: - moved module init functions to after smb.conf and command line
authorAndrew Tridgell <tridge@samba.org>
Tue, 9 Nov 2004 09:26:47 +0000 (09:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:41 +0000 (13:05 -0500)
commit4815480bb6ed44081076bac5471267609f7668cf
tree66546c6401d73d8248c7ec51762cfe60711f4571
parent3351f1aa8d0f96358d4550a154a63c7a1e542109
r3633: - moved module init functions to after smb.conf and command line
  parsing, so that module init can take account of lp_ parms (thats
  why gensec:krb5=no wasn't working)

- added a BASE-DISCONNECT torture test that tests server response to
  clients disconnecting with open lock and open requests pending
(This used to be commit 5205f598b8c0be6985e61cc842cc5da109ba5b7e)
source4/client/client.c
source4/torture/basic/disconnect.c [new file with mode: 0644]
source4/torture/config.mk
source4/torture/gentest.c
source4/torture/locktest.c
source4/torture/masktest.c
source4/torture/torture.c
source4/utils/net/net.c
source4/utils/ntlm_auth.c