Commits


some tweaks for the tutorial


tweak some sentences


mention kamiproxy


link kamiproxy man page too


ignore archives too


add kamiproxy: a 9p-over-tls proxy for plaintext 9p kamiproxy is a TLS-capable proxy that forwards the traffic it gets over plaintext 9p on a local port to a remote 9p server. It uses (and mandates) tls client certificates.


9pclib: fix wstat serialization


fix parsing of Twstat


stat: fix `mode' format Select only the lower two and set the correct bit for directory entries. While the lower two bytes seems to behave just as on UNIX, the upper ones don't (at least on OpenBSD.)


more to do


ftp: fix Rstat parsing as per recent change on kamid


serialize_stat: fix overflow check, report failure


don't expose the "." ad ".." directory entries


Tattach: handle aname "" 9front uses aname "" during Tattach, at least with 9fs without special arguments, so convert it to our current representation.


fix format of Rstat `count' should be a 2-byte (16-bit) value and we're not neither accounting for it nor sending it.