summaryrefslogtreecommitdiff
path: root/source3/utils/net_rap.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-12-03 07:42:18 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-12-03 07:42:18 +0000
commit3ea7519b061a464ecec55341f218802ca0c2eb47 (patch)
tree8fe41db83d06ea704db8ba8e81ad6f799eb181ac /source3/utils/net_rap.c
parent8e16021383b95ed5169555f12e11af70603c92b6 (diff)
downloadsamba-3ea7519b061a464ecec55341f218802ca0c2eb47.tar.gz
samba-3ea7519b061a464ecec55341f218802ca0c2eb47.tar.bz2
samba-3ea7519b061a464ecec55341f218802ca0c2eb47.zip
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)
Diffstat (limited to 'source3/utils/net_rap.c')
-rw-r--r--source3/utils/net_rap.c3
1 files changed, 2 insertions, 1 deletions
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)
{