Adam Dąbrowski - 2009-03-18

Another (?) issue closely related to this one is a straightforward bug on the protocol level. In Session::init_phase(), around line 297 of Session.cpp, WCPasswordPackage is created, but then, for user=scott and passwd=tiger it reads user=scott and passwd=scott. Something is not being written right there. Another bug is that despite passing login=password, which is incorrect, authorization reports success.