summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cifs
AgeCommit message (Collapse)Author
2022-12-19cifs: remove redundant memsets after emalloc9p (thanks Arne Meyer)Ori Bernstein
2022-12-18cifs: use procsetname() instead of rolling your owncinap_lenrek
2019-12-03always zero initialize Tm structure for tm2sec()cinap_lenrek
2019-02-05cifs: merge with steve simons latest version. thank you very much!cinap_lenrek
2019-02-05cifs: fix pruning of . and .. directory entries (thanks steve simon)cinap_lenrek
steve wrote: > I cam across a bug in cifs. > > An empty directory under windows 7 pro contains a single entry "." but it > doesn't appear to contain "..". As a result "." is not removed on dirscan > and plan9 gets when trying to traverse the hierarchy.
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
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> ↵cinap_lenrek
intptr on amd64)
2015-06-13vblade, cifs, usbuhci: fix parenthesiscinap_lenrek
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
2013-08-11cifs: fix timezone for timestampscinap_lenrek
tm2sec() ignores tm.tzoff and will use the local timezone for conversion. to make it work right, we convert the dos timestamp as GMT and then correct timezone with the offset provided by the server.
2012-01-16cifs: add quintiles working notescinap_lenrek
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