plan9fox/sys/src/cmd/9660srv
kvik e5894dccea pre-lib9p servers: fix incorrect Tversion handling
version(5) says:

	If the server does not understand the client's version
	string, it should respond with an Rversion message (not
	Rerror) with the version string the 7 characters
	``unknown''.

Pre-lib9p file servers -- all except cwfs(4) -- do return Rerror.

lib9p(2) follows the above spec, although ignoring the next part
concerning comparison after period-stripping.  It assumes an
Fcall.version starting with "9P" is correctly formed and returns
the only supported version of the protocol, which seems alright.

This patch brings pre-lib9p servers in accordance with the spec.
2020-08-01 15:27:28 +02:00
..
9660srv.c 9660srv: do not ignore upper 32 bits of offset when reading directory 2015-10-05 04:45:32 +02:00
dat.h 9660srv: do not ignore upper 32 bits of offset when reading directory 2015-10-05 04:45:32 +02:00
data.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
fns.h 9660srv: keep data and metadata separate in the cache with a tag 2015-07-14 22:23:16 +02:00
iobuf.c 9660srv: keep data and metadata separate in the cache with a tag 2015-07-14 22:23:16 +02:00
iso9660.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
main.c pre-lib9p servers: fix incorrect Tversion handling 2020-08-01 15:27:28 +02:00
mkfile Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
xfile.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00