Re: Failure with current CVS - LOGIN RPC: RPC: Can't decode result
David Mazieres <[email protected]>
| Newsgroups | gmane.comp.file-systems.sfs.general |
|---|---|
| Message-ID | <[email protected]> |
> Date: Fri, 11 Jun 2004 10:50:00 +0200 > From: Flavio Curti <[email protected]> > > I am running the same versions on both sides, so this must be some other > problem. > > Any other ides? No, it could be the same problem. Basically for a while the logic for selecting which version of SRP to use was completely broken. You could end up in a situation where the exact same client and server would each use a different version of the SRP protocol and thus not interoperate. I would recommend not wasting too much time debugging older versions of 0.8pre. Either try what's in CVS now, or wait a few days until I add backwards compatibility and things stabilize a bit. Sorry for the inconvenience, but I had to make some big changes that in the long run will make the client-side authentication code much easier to maintain... David