From 3ea7519b061a464ecec55341f218802ca0c2eb47 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 3 Dec 2001 07:42:18 +0000 Subject: 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/utils/net_rap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/utils/net_rap.c') diff --git a/source3/utils/net_rap.c b/source3/utils/net_rap.c index 41d2fa7ec1..40b8dcb670 100644 --- a/source3/utils/net_rap.c +++ b/source3/utils/net_rap.c @@ -212,7 +212,8 @@ static const char *share_type[] = { "IPC" }; -/* End of weild 'strings at top of file' section */ +/* End of weird 'strings at top of file' section */ + static int general_rap_usage(int argc, const char **argv) { -- cgit