This change reworkes the connection code for both rpcclient and net new
authorAndrew Bartlett <abartlet@samba.org>
Mon, 3 Dec 2001 07:42:18 +0000 (07:42 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 3 Dec 2001 07:42:18 +0000 (07:42 +0000)
commit3ea7519b061a464ecec55341f218802ca0c2eb47
tree8fe41db83d06ea704db8ba8e81ad6f799eb181ac
parent8e16021383b95ed5169555f12e11af70603c92b6
This change reworkes the connection code for both rpcclient and net new
'net' untility.

This should make it easier to port rpcclient code across to net.

It also allows SPNEGO (the NTLMSSP subsystem in particular) to work, becouse
it kills off the early destruction of the clear-text password.

Andrew Bartlett
(This used to be commit eee925861a3af3aa16efa3b1700a980c9510c14e)
source3/libsmb/cliconnect.c
source3/rpcclient/rpcclient.c
source3/utils/net.c
source3/utils/net_rap.c