boinc/py/Boinc
David Anderson 53af2ae778 - client/API: pass bool using_sandbox in APP_INIT_DATA;
says whether the client is using account-based sandboxing.
    Needed by vboxwrapper.
- web: don't show authenticator in Your Account page.
    The problem with authenticators is that if a bad guys gets yours,
    they can log in to your account even if you change your password.
    Eventually we should not use them at all
    (i.e. in cookies and sent to client).
- make_project: copy python stuff (e.g. bin/start) for web-only projects;
    generate appropriate project.readme file for web-only projects.


svn path=/trunk/boinc/; revision=24447
2011-10-21 06:58:35 +00:00
..
__init__.py
add_util.py
boinc_db.py
boinc_project_path.py
boincxml.py
configxml.py
database.py - make_project: with --test_app, copy all the executables 2010-11-10 00:10:32 +00:00
db_base.py
db_mid.py
projectxml.py
sched_messages.py
setup_project.py - client/API: pass bool using_sandbox in APP_INIT_DATA; 2011-10-21 06:58:35 +00:00
tools.py - Change the way update_versions works, and reimplement it in PHP. 2011-05-12 04:11:40 +00:00
util.py
version.py.in