mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-02 03:16:18 -05:00
RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
1b4a70dbb3
Currently the only way to induce a bug is start rs for an ssl_id which which does not have a password saved, then try use an ssl id at start dialog which does or does not have a pword (help_pword:bool enters an illegal state) I have fixed it by checking if rsinit::passwd == "" then trying to load for that ssl_id, if that fails then i set help_pword to false; does not have password and pass flow to gpg to ask for passwd. (problem was rs thought user had help/pass file and they didn't). i have checked it in and tested for 1. starting with ssl_id which has saved pword, and switching ids at start dialog 2. secondary id may or may not have saved pword. - added check for the result of fscanf git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2802 b45a01b8-16f6-495d-af2f-9b41ad6348cc |
||
---|---|---|
build_scripts | ||
libretroshare/src | ||
plugins | ||
retroshare-gui/src | ||
retroshare-nogui/src |