summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cifs/auth.c
AgeCommit message (Collapse)Author
2022-12-19cifs: remove redundant memsets after emalloc9p (thanks Arne Meyer)Ori Bernstein
2018-05-20separate MSCHAP(v2) and NTLM(v2) authenticationcinap_lenrek
due to linux omiting the final Z(4) in the NTLMv2 reply, and the need for the windom for LMv2 authentication, here is a new AuthNTLM ticket request now with length and dom fields.
2016-11-17cmd: remove a bit of unused stuffftrvxmtrx
2013-12-11factotum: add ntlmv2 (mschap2) client auth for cifscinap_lenrek
2013-12-08cifs: fix compiler warningcinap_lenrek
2013-12-08handle NIL user domain, and Z(4) at end of nt blob for ntlmv2cinap_lenrek
the nt blob ends with 4 zero bytes, this is not the same as the EOL av-pair terminator! this makes ntlmv2 work with windows xp with LmCompatibityLevel = 3
2012-01-16cifs: updated cifs/smb client to quintiles latest versioncinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen