supported API. It appears MS changed the cookie file format in their
latest browsers which broke our hack. I have to leave the hack in
for now because IE7 on Vista didn't expose the IEGetProtectedModeCookie
API.
- WINSETUP: Start BOINCMgr as a restricted process on Windows Vista+.
clientgui/
browser.cpp
win_build/installerv2/redist/Windows/src/boinccas/
boinccas.vcproj
CALaunchBOINCManager.cpp, .h
win_build/installerv2/redist/Windows/Win32/
boinccas.dll
boinccas95.dll
win_build/installerv2/redist/Windows/x64/
boinccas.dll
boinccas95.dll
svn path=/trunk/boinc/; revision=24777
has a space character in their username. IE6 and below kept
the space as part of the filename, IE7 and above replace the
space with an underscore.
clientgui/
browser.cpp
svn path=/trunk/boinc/; revision=18450
support for looking up cookies in Internet Explorer low rights
environments. InternetGetCookie expects the hostname and
domainname to be presented as URLs.
clientgui/
browser.cpp
svn path=/trunk/boinc/; revision=18449
on. It appears it has never worked, and I imagine it would effect
70% of our Windows Vista and Windows 7 user base.
clientgui/
browser.cpp
lib/
miofile.cpp, .h
svn path=/trunk/boinc/; revision=18409
account manager wizard. When successfully attached the
account manager can have the manager launch a browser to
a given URL by way of a cookie. It only works if the logon
credentials were also given to the manager by way of a cookie.
clientgui/
AccountInfoPage.cpp
AccountManagerProcessingPage.cpp
browser.cpp, .h
CompletionPage.cpp
WizardAttachProject.cpp, .h
svn path=/trunk/boinc/; revision=18399
the attach to project wizard.
- MGR: Include support for a cookie based attach to
account manager wizard.
clientgui/
browser.cpp, .h
clientgui/mac/
browser_safari.mm
win_build/
boinc_post_bld_rules.cmd
boincmgr.vcproj
svn path=/trunk/boinc/; revision=18077
building in a Unicode enabled environment.
NOTE: For files that are shared between the core client and
the manager, it was simpliar to just call the ANSI versions
of the specific Windows API functions then to monkey with
all of the string handling code and convert between ANSI
and UCS-2 strings. CreateFile becomes CreateFileA instead
of the default of CreateFileW.
Down to 11 compile time errors from over 100.
clientgui/
BOINCBaseFrame.cpp
BOINCTaskBar.cpp
browser.cpp
browser.h
sg_StatImageLoader.cpp
lib/
boinc_win.h
diagnostics_win.cpp
filesys.cpp
gui_rpc_client_ops.cpp
proc_control.cpp
stackwalker_imports.h
stackwalker_win.cpp
str_util.cpp
util.cpp
win_util.cpp, .h
svn path=/trunk/boinc/; revision=17859