From 028679f144d5321e0dfa4bc0840b54388b9d59d1 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 4 Nov 1997 20:27:08 +0000 Subject: smb.h : LSA_OPENSECRET and three other unknown #defines are commented as not being the real defines for these!!! rpc_pipes/pipenetlog.c : USE_ARCFOUR for Server Password Set. and then ignore the password (agh!) this will *fail* to do logins, by the way. i need to add a routine to update the smb password (next job). (This used to be commit b9d26344cc9b64ef3578931d099d52eab080fdd3) --- source3/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/smb.h b/source3/include/smb.h index 6a7f502286..892c31be97 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -298,7 +298,7 @@ enum RPC_PKT_TYPE #define LSA_AUTH2 0x0f #define LSA_CLOSE 0x00 -/* unknown .... */ +/* XXXX these are just here to get a compile!!! */ #define LSA_OPENSECRET 0xFF #define LSA_LOOKUPSIDS 0xFE #define LSA_LOOKUPNAMES 0xFD -- cgit