~azzar1/unity/add-show-desktop-key

  • Committer: mattgiuca
  • Date: 2007-12-21 06:15:19 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:124
dispatch/request: Added new fields: method and username.
                  Added new methods: get_session and get_fieldstorage.
dispatch/html: Writes out username of logged in user, and a "logout" link.
dispatch/__init__: Handles special logout app.
                   Performs authentication, and stores username in req.
                   No longer lets apache print HTML errors. Just returns OK.
dispatch: Added login module.

Added new package: auth (handles authentication and authorization).
    Currently just does hard-coded dummy authentication.

debuginfo: Added new info for new fields of request, and also prints out
        fieldstorage and session information.

conf/apps.py: debuginfo does not require auth (careful!)
              Commented out debuginfo (no longer displays warning)
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 93 17 years ago mattgiuca New directory hierarchy. Renamed src to www. Added Empty Diff Download File
interpret.py 98 17 years ago mattgiuca common/interpret.py: Now passes the location of th 7.1 KB Diff Download File
studpath.py 106 17 years ago mattgiuca Renamed "student_dir" to "jail_base" across the su 3.2 KB Diff Download File
util.py 105 17 years ago mattgiuca Removed all use of ivlepath variable. It is no lon 3.3 KB Diff Download File