Commit Graph

14 Commits

Author SHA1 Message Date
davidpanderson d754c09d47 client: if project_init.xml specifies project and account, attach to it
without involving the Manager.
2020-08-20 17:49:29 -07:00
David Anderson c4223331f5 Win installer: if project URL is passed on cmdline, write it to project_init.xml 2020-08-05 15:59:19 -07:00
Vitalii Koshura 7dfeef1d7f
[Windows] Enlarge default generated password to be 32 symbols long
This fixes #3944

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2020-07-23 18:50:55 +02:00
Vitalii Koshura 382b61510b
[Windows] Fix boinccas.rc
Replace #include "afxres.h" with more general and already used in other components #include <windows.h>

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2020-06-18 04:49:53 +02:00
Vitalii Koshura 9c34d3a2d1
Update copyright year
This fixes #3434

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2020-02-03 11:48:13 +01:00
Juha Sointusalo 3fd0e8b116 update copyright year 2019-04-08 21:50:03 +03:00
Vitalii Koshura 1ce3793c76
Remove unused BOINC_RCSID constants
This fixes #2953

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2019-01-12 23:43:48 +02:00
David Anderson c1bdf2b673 Remove VS2010 compiler warnings. A few remain. 2018-08-02 12:18:15 -07:00
Sebastian 50e743d80f
Fix buffer size for call of function GetWindowText
Cppcheck found this issue: Multiplying sizeof() with sizeof() indicates a logic error.
GetWindowText expects the number of characters (3. argument) that fit into the buffer (2. argument).
So a division seems to be correct here instead of a multiplication.
2018-03-13 12:50:59 +01:00
Vitalii Koshura a9d5b8ef1a
Fix copyright year
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-02-26 16:49:02 +02:00
David Anderson 45a8dce80f several autologin fixes
- get user/team names from lookup-token reply to populate project info
- fix build error in custom action
- mark all_projects_list.xml as "overwrite" in Installshield file.
  Otherwise it leaves the old one there sometimes.
- use a project list with test items
2017-11-15 00:44:14 -08:00
David Anderson f052077621 Client: don't handle GUI RPCs until account token lookup RPC is finished.
Also change filename to "account_data.txt"
2017-11-14 16:10:44 -08:00
David Anderson 4a83cae554 Windows installer: change custom action to write installer filename to file
Also add missing image file and update .ism for win 64
2017-11-09 01:20:56 -08:00
Rom Walton 8408b989cd WINBUILD: Since the installer custom actions now depend on libboinc and parts of it can be shared with other platforms, move it into a more neutral location. 2016-02-11 16:32:02 -05:00