quel 64bit warnings, fixup implicit encoding for template, fix spelling

This commit is contained in:
Love Hornquist Astrand
2013-06-03 21:45:51 -07:00
parent b301e47fb8
commit 060474df16
44 changed files with 977 additions and 515 deletions

View File

@@ -24,7 +24,7 @@ DigestInit ::= SEQUENCE {
}
DigestInitReply ::= SEQUENCE {
nonce UTF8String, -- service nonce/challange
nonce UTF8String, -- service nonce/challenge
opaque UTF8String, -- server state
identifier [0] UTF8String OPTIONAL
}
@@ -78,7 +78,7 @@ NTLMInitReply ::= SEQUENCE {
flags [0] INTEGER (0..4294967295),
opaque [1] OCTET STRING,
targetname [2] UTF8String,
challange [3] OCTET STRING,
challenge [3] OCTET STRING,
targetinfo [4] OCTET STRING OPTIONAL
}