Remove the password length paramater from cli_full_connection - it really
authorAndrew Bartlett <abartlet@samba.org>
Fri, 24 May 2002 05:14:16 +0000 (05:14 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 24 May 2002 05:14:16 +0000 (05:14 +0000)
commit9c3d5d6fd0dd9e2e62a33d0822a72d5209fe3ffb
tree573cb8949102074a22f33b4c2706f7947348278e
parent40669777a5f74617fdd80dea3ff5a45a9e9a1aa4
Remove the password length paramater from cli_full_connection - it really
didn't make any sense, and its was always just strlen(password) anyway.

This fixes it to be strlen(password)+1

Andrew Bartlett
(This used to be commit c205b18bd6b9b69200ff3db55f2c641631d4ab40)
source3/auth/auth_domain.c
source3/libsmb/cliconnect.c
source3/nsswitch/winbindd_cm.c
source3/rpcclient/rpcclient.c
source3/rpcclient/samsync.c
source3/smbd/change_trust_pw.c
source3/utils/net.c
source3/utils/smbcacls.c