Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-04-06 | SMB signing updates - this gets NTLMSSP signing workin to the point where I | Andrew Bartlett | 1 | -4/+22 | |
just need to get the verifiction code working - we get back a signiture from the server, and just can't verify it yet. This also brings the short-packet checks into common code, and breaks the connection if the server sends a signed reply, on an established connection, that fails the test. This breaks our read/write code at the moment, as we need to keep a list of outstanding packets. (signing is not enabled by default, unless the server demands it) Not for 3.0 till I fix the outstanding packet list. Andrew Barlett (This used to be commit 808d1fcf20153970d587cb631a08607beb09703a) | |||||
2003-03-22 | Fix compile on IA64 by noting that this should be the integer, not a pointer | Andrew Bartlett | 1 | -1/+1 | |
to the integer for SIVAL(). (This used to be commit e8b4b136669e7e415557956d698c66c254b28ec1) | |||||
2003-03-10 | Further work on NTLMSSP-based SMB signing. Current status is that I cannnot | Andrew Bartlett | 1 | -0/+208 | |
get Win2k to send a valid signiture in it's session setup reply - which it will give to win2k clients. So, I need to look at becoming 'more like MS', but for now I'll get this code into the tree. It's actually based on the TNG cli_pipe_ntlmssp.c, as it was slightly easier to understand than our own (but only the utility functions remain in any way intact...). This includes the mysical 'NTLM2' code - I have no idea if it actually works. (I couldn't get TNG to use it for its pipes either). Andrew Bartlett (This used to be commit a034a5e381ba5612be21e2ba640d11f82cd945da) |