9421ec31ba
Set dummy ntlmv2 keys and Check TI.
Love Hörnquist Åstrand
2006-12-28 14:08:06 +00:00
95d767da33
NTLMv2 keys.
Love Hörnquist Åstrand
2006-12-28 14:00:27 +00:00
3f4a53cda3
NTLMv2 sign and verify.
Love Hörnquist Åstrand
2006-12-28 13:58:52 +00:00
efcaa7828a
(krb5_ntlm_rep_get_sessionkey): return value is krb5_error_code
Love Hörnquist Åstrand
2006-12-28 12:30:05 +00:00
f52e719c26
Correct DOMAIN name
Love Hörnquist Åstrand
2006-12-28 10:20:00 +00:00
fb5567f09c
x
Love Hörnquist Åstrand
2006-12-27 20:41:18 +00:00
e36ba820f2
catch test that should fail but didn't
Love Hörnquist Åstrand
2006-12-27 20:40:56 +00:00
ce533a60e2
x
Love Hörnquist Åstrand
2006-12-27 20:34:36 +00:00
ae8c9ae9b9
Test more quoting variants.
Love Hörnquist Åstrand
2006-12-27 20:34:20 +00:00
9dbf95ffae
x
Love Hörnquist Åstrand
2006-12-27 20:27:49 +00:00
bcd946b04e
Include <ctype.h>.
Love Hörnquist Åstrand
2006-12-27 20:27:00 +00:00
ee1346749b
Add test_sl as a TEST
Love Hörnquist Åstrand
2006-12-27 20:25:29 +00:00
d03814a713
test sl_make_argv
Love Hörnquist Åstrand
2006-12-27 20:24:54 +00:00
76a544ec4e
(sl_make_argv): Add quoting support (both "" and \ style).
Love Hörnquist Åstrand
2006-12-27 20:24:16 +00:00
c115d2abdd
x
Love Hörnquist Åstrand
2006-12-27 13:43:24 +00:00
f55b0bd64b
x
Love Hörnquist Åstrand
2006-12-27 12:08:54 +00:00
874a6ccd1c
(_krb5_mk_req_internal): use md5 for des-cbc-md4 and des-cbc-md5. This is for (older) windows that will be unhappy anything older. From Inna Bort-Shatsky
Love Hörnquist Åstrand
2006-12-27 12:07:22 +00:00
52d1e8ab82
x
Love Hörnquist Åstrand
2006-12-27 00:06:25 +00:00
f58f1599d2
make sure built headers are copied to the ${build_topdir}/include
Love Hörnquist Åstrand
2006-12-27 00:05:19 +00:00
1384d00d1d
add v2 sign and seal function (commented out, key derivation still missing).
Love Hörnquist Åstrand
2006-12-26 18:16:38 +00:00
fb1c8392d1
Prefix internal symbol with _kdc_.
Love Hörnquist Åstrand
2006-12-26 17:18:14 +00:00
450b14e4e3
add digests_allowed
Love Hörnquist Åstrand
2006-12-26 14:24:27 +00:00
63abf99eb3
disable ntlmv2 since we can't handle wrap/unwrap
Love Hörnquist Åstrand
2006-12-26 14:19:29 +00:00
1843ccc158
x
Love Hörnquist Åstrand
2006-12-19 19:40:15 +00:00
9221d73d7d
x
Love Hörnquist Åstrand
2006-12-19 18:23:11 +00:00
35dc0e94d1
split RC4 send and recv keystreams
Love Hörnquist Åstrand
2006-12-19 18:22:08 +00:00
026563966f
Implement SEAL.
Love Hörnquist Åstrand
2006-12-19 18:19:07 +00:00
9afb696dc5
test wrapunwrap
Love Hörnquist Åstrand
2006-12-19 18:16:29 +00:00
5e734075a4
Overwrite the first 4 bytes of the encrypted checksum with a random number (or so davenport tells me). Interesting question, is this really how it worked, not that the first 4 bytes is a nonce/iv to hide first bytes of the rc4 stream, in the end it doesn't matter, it fact the bits didn't even need to go over the network.
Love Hörnquist Åstrand
2006-12-19 17:03:01 +00:00
02e6aa25a4
remove ntlm/{,un}wrap.c, move functions to ntlm/crypto.c
Love Hörnquist Åstrand
2006-12-19 16:09:28 +00:00
056c0a96ed
x
Love Hörnquist Åstrand
2006-12-19 16:08:35 +00:00
ca9bd7b087
move to crypto.c
Love Hörnquist Åstrand
2006-12-19 15:57:23 +00:00
a68c0f76db
move gss_wrap/gss_unwrap here
Love Hörnquist Åstrand
2006-12-19 15:56:37 +00:00
0270e1d1af
Test get and verify MIC.
Love Hörnquist Åstrand
2006-12-19 15:44:40 +00:00
db4922b209
request INT and CONF from the gss layer, test get and verify MIC.
Love Hörnquist Åstrand
2006-12-19 15:40:45 +00:00
70be8c4637
revert previous that was done to krb5 mech and do it for ntlm instead.
Love Hörnquist Åstrand
2006-12-19 15:38:59 +00:00
e668adb5d7
add crypto bits.
Love Hörnquist Åstrand
2006-12-19 15:35:53 +00:00
86e8665085
move to crypto.c
Love Hörnquist Åstrand
2006-12-19 15:35:22 +00:00
566e8ae67a
Save session master key.
Love Hörnquist Åstrand
2006-12-19 15:34:32 +00:00
d1433fabd9
x
Love Hörnquist Åstrand
2006-12-19 15:33:40 +00:00
4a70c638b0
Add NTLM_NEG_ALWAYS_SIGN.
Love Hörnquist Åstrand
2006-12-19 15:32:54 +00:00
7a7d056ee3
Move get and verify mic to the same file (crypto.c) since they share code.
Love Hörnquist Åstrand
2006-12-19 15:32:26 +00:00
b5d0a38c06
Move get and verify mic to the same file since they share code, implement NTLM v1 and dummy signatures.
Love Hörnquist Åstrand
2006-12-19 15:31:46 +00:00
ace0210c49
pass on GSS_C_CONF_FLAG and GSS_C_INTEG_FLAG, save the session master key
Love Hörnquist Åstrand
2006-12-19 15:30:44 +00:00
edfb0d4719
x
Love Hörnquist Åstrand
2006-12-19 12:12:59 +00:00
a9e71ed195
don't need to set GSSAPI_SPNEGO_NAME any longer
Love Hörnquist Åstrand
2006-12-19 12:11:05 +00:00
3c9d3266f4
try using gss_accept_sec_context() on the opportunistic token instead of guessing the acceptor name and do gss_acquire_cred, this make SPNEGO work like before.
Love Hörnquist Åstrand
2006-12-19 12:10:35 +00:00
f220c91612
x
Love Hörnquist Åstrand
2006-12-18 22:51:20 +00:00
e94890aa89
Define GSSAPI_SPNEGO_NAME and re-add spnego
Love Hörnquist Åstrand
2006-12-18 22:50:24 +00:00
489a126759
disable spnego test for now k
Love Hörnquist Åstrand
2006-12-18 22:12:41 +00:00
122bcfed89
x
Love Hörnquist Åstrand
2006-12-18 22:00:08 +00:00