source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2782   16 years gdb Fixed style + debugging echo from r2781
(edit) @2781   16 years gdb Make invirt-database-server.postinst check whether the invirt user …
(edit) @2780   16 years gdb Added some sysvms
(edit) @2779   16 years gdb Added hvirt-devconfig pkg
(edit) @2778   16 years gdb Merged broder's changes into invirt-base
(edit) @2777   16 years gdb Moved most of debathena config into invirt-base
(edit) @2776   16 years gdb Added debathena krb and ssh config stuff to invirt-base
(edit) @2775   16 years gdb Removed debathena dependencies from invirt-console
(edit) @2774   16 years gdb Created an hvirt branch of invirt-console
(edit) @2773   16 years broder Tag 0.47 of xvm-devconfig
(edit) @2772   16 years broder Update devconfig for gbrockm -> gdb username change.
(edit) @2771   16 years broder Tag 0.0.2 of xvm-authz-locker
(edit) @2770   16 years broder Tag 0.0.28 of invirt-base
(edit) @2769   16 years broder Use breaks instead of conflicts in xvm-authz-locker.
(edit) @2768   16 years broder In xvm-authz-locker, conflict with versions of invirt-base that …
(edit) @2767   16 years broder The authz.mech option in configuration is no longer used.
(edit) @2766   16 years broder Have authz providers use an invirt.authz module. xvm-authz-locker now …
(edit) @2765   16 years broder Do some config cleanup in invirt-web.
(edit) @2764   16 years broder Ensure Kerberos tickets get passed to the ssh that ajaxterm spawns
(edit) @2763   16 years broder Handle control characters from Safari (they arrive pre-translated)
(edit) @2762   16 years broder Remove dependency on qweb framework
(edit) @2761   16 years broder Use browser-based dupe suppression, so multiple clients can connect to …
(edit) @2760   16 years broder Update focus rules to failback in safari
(edit) @2759   16 years broder disable GETting to post keyboards to ajaxterm
(edit) @2758   16 years broder Make ajaxterm only seize keypresses when focused.
(edit) @2757   16 years broder Clear stale fds out of cache in ajaxterm
(edit) @2756   16 years broder Fix race condition in ajaxterm
(edit) @2755   16 years broder Link to the web terminal page from the VM list for paravms
(edit) @2754   16 years broder Compress ajaxterm redraws with gzip, to reduce latency
(edit) @2753   16 years broder Allow reconnecting to the same terminal session
(edit) @2752   16 years broder ajaxterm!
(edit) @2751   16 years broder Add terminal page
(edit) @2750   16 years broder Allow pages to specify extra header elements
(edit) @2749   16 years broder Make ajaxterm play nicely with CherryPy?
(edit) @2748   16 years broder Allow passing a different command for each ajaxterm invocation
(edit) @2747   16 years broder Import upstream ajaxterm 0.10
(edit) @2746   16 years broder Create branch ajaxterm-rebased
(edit) @2745   16 years broder Cleanup invirt-web's cherrypy-rebased -> trunk merge in the git-migration
(edit) @2744   16 years broder Tag 0.1.1 of invirt-web
(edit) @2743   16 years price invirt.fcgi: Document wrapper scripts more explicitly.
(edit) @2742   16 years price Fix format string usage.
(edit) @2741   16 years price invirt.fcgi: fix usage message, simplify option-parsing logic
(edit) @2740   16 years quentin Merge auth.fcgi and unauth.fcgi fixes from the old branch
(edit) @2739   16 years quentin Properly separate the auth.fcgi and unauth.fcgi scripts
(edit) @2738   16 years broder Tag 0.1.0 of invirt-web
(edit) @2737   16 years broder Merge cherrypy-rebased branch of invirt-web into trunk.
(edit) @2736   16 years quentin Add an icon to be shown when a VM is being installed
(edit) @2735   16 years broder The cherrypy branch has been subsumed by the cherrypy-rebased branch.
(edit) @2734   16 years broder Fix dumb mistakes in my r2655.
(edit) @2733   16 years broder Deduplicate the code in auth.fcgi and unauth.fcgi But call the …
(edit) @2732   16 years broder Don't calculate static_dir in the fcgi files - we no longer use it there.
(edit) @2731   16 years broder Remove the "checkpoint" code for timing measurements.
(edit) @2730   16 years broder Setup hosting for static resources in the InvirtWeb? and …
(edit) @2729   16 years broder Use separate fcgi files for the authed and unauthed site. This allows …
(edit) @2728   16 years broder Fix the unauthenticated web interface. Separate the separate …
(edit) @2727   16 years broder Punt some RewriteRules? for deprecated URLs we no longer use.
(edit) @2726   16 years broder command: recognize new "internal" name for delete This fixes the bug …
(edit) @2725   16 years broder Fill in changelog with the many things that changed. I might still be …
(edit) @2724   16 years broder view.py: fix long lines
(edit) @2723   16 years broder view.py: double blank lines at toplevel This is a style convention …
(edit) @2722   16 years broder view.py: clean up remote_user_login Remove dead code, and make the …
(edit) @2721   16 years broder view.py: fix a docstring The first line of a docstring should be …
(edit) @2720   16 years broder main.py: small Python style improvement
(edit) @2719   16 years broder list.mako: map/lambda make Guido sad, use a comprehension In Python …
(edit) @2718   16 years broder info.mako: cut no-longer-used hidden field
(edit) @2717   16 years broder Update the cherrypy branch to use authz.afs.cells instead of just …
(edit) @2716   16 years broder "Cherry-pick" r2557 (Re-arrange the authz configuration.) to the …
(edit) @2715   16 years broder Document MachineView?.getattr
(edit) @2714   16 years broder Make changelog entries describe package changes, not packaging changes
(edit) @2713   16 years broder Clarify the operation of MakoHandler?
(edit) @2712   16 years broder Revert "Replace weird username logic with the old logic." This …
(edit) @2711   16 years broder fix a syntax error from my r2526
(edit) @2710   16 years broder Restore explanatory comment on random.seed().
(edit) @2709   16 years broder style tweaks
(edit) @2708   16 years broder tighten a bit of code
(edit) @2707   16 years broder main.py: FieldStorage? is history, so revert to sugared getitem.
(edit) @2706   16 years broder fix super-long lines
(edit) @2705   16 years broder tighten a bit of code
(edit) @2704   16 years broder cut a leftover comment, fix a bit of spacing
(edit) @2703   16 years broder cut uninformative comment and blank line
(edit) @2702   16 years broder main.fcgi: usage, fix a bit of spacing
(edit) @2701   16 years broder small style fix
(edit) @2700   16 years broder Replace weird username logic with the old logic. remote_user_login() …
(edit) @2699   16 years broder style nit
(edit) @2698   16 years broder Removed useless method
(edit) @2697   16 years broder Remove unused external_remote_user_login function
(edit) @2696   16 years broder Punt the "moocow" VNC password - it's dumb, and we already have our …
(edit) @2695   16 years broder Remove unused template code
(edit) @2694   16 years broder Use contact address from config on error page
(edit) @2693   16 years broder Full error handling
(edit) @2692   16 years broder Unauthenticated front page
(edit) @2691   16 years broder Make modify form work
(edit) @2690   16 years broder Implement administrator mode
(edit) @2689   16 years broder Update the errortest handler for cherrypy
(edit) @2688   16 years broder Only aklog to a cell if encryption is actually needed.
(edit) @2687   16 years broder Show installer status on the front page, and unbreak the autoinstall …
(edit) @2686   16 years broder Clarify that staff can receive Windows license keys from MIT
(edit) @2685   16 years broder Write handler for create form, and consolidate code to require POST …
(edit) @2684   16 years broder Make commands work from list and info pages
(edit) @2683   16 years broder Use RESTful URLs for commands
Note: See TracRevisionLog for help on using the revision log.