Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
shaswata56 7b07a90fc1 added large files to lfs 4 years ago
..
main.cxx commiting as it is 4 years ago
main.hxx commiting as it is 4 years ago
makefile commiting as it is 4 years ago
msvsharelevelcli.cxx commiting as it is 4 years ago
msvsharelevelcli.hxx commiting as it is 4 years ago
msvsharelevelsrv.cxx commiting as it is 4 years ago
msvsharelevelsrv.hxx commiting as it is 4 years ago
precomp.hxx commiting as it is 4 years ago
readme.txt commiting as it is 4 years ago
sources commiting as it is 4 years ago
suppcred.cmd commiting as it is 4 years ago
test.cmd commiting as it is 4 years ago

readme.txt

share level can use subauth by supplying 

NtLmAuthenticateMessage->ParameterControl with MSV1_0_SUBAUTHENTICATION_FLAGS

new way of subauth (instead of MSV1_0_LM20_LOGON)

struct _MSV1_0_SUBAUTH_LOGON{
MSV1_0_LOGON_SUBMIT_TYPE MessageType;
UNICODE_STRING LogonDomainName;
UNICODE_STRING UserName;
UNICODE_STRING Workstation;
UCHAR ChallengeToClient[MSV1_0_CHALLENGE_LENGTH];
STRING AuthenticationInfo1;
STRING AuthenticationInfo2;
ULONG ParameterControl;
ULONG SubAuthPackageId;
} MSV1_0_SUBAUTH_LOGON, * PMSV1_0_SUBAUTH_LOGON;