1) when no domain used in ntlogin test command, should use default one
authorLuke Leighton <lkcl@samba.org>
Wed, 1 Dec 1999 16:39:51 +0000 (16:39 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 1 Dec 1999 16:39:51 +0000 (16:39 +0000)
commit106fe88be01f7ac7d1369e97a6468dcd80c0a813
tree6e6fc4c4da5fbc96d353cada70119a2a703acc9e
parent6ddfc68e0496dc41f8c9a022a0b04a2066b43c9d
1) when no domain used in ntlogin test command, should use default one
   from previous lsaquery command.  over-ridden from DOMAIN\username

2) initialisation of cli_state is a little more specific: sets use_ntlmv2
   to Auto.  this can always be over-ridden.

3) fixed reusage of ntlmssp_cli_flgs which was being a pain

4) added pwd_compare() function then fixed bug in cli_use where NULL
   domain name was making connections multiply unfruitfully

5) type-casting of mallocs and Reallocs that cause ansi-c compilers to bitch
(This used to be commit 301a6efaf67ddc96e6dcfd21b45a82863ff8f39a)
source3/include/proto.h
source3/libsmb/clientgen.c
source3/libsmb/pwd_cache.c
source3/rpc_client/cli_use.c
source3/rpcclient/cmd_netlogon.c
source3/rpcclient/cmd_samr.c
source3/rpcclient/rpcclient.c