summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cifs
AgeCommit message (Collapse)Author
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