Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-04-14 | Adds session authentication upon NewUserConnections. Adds user key ↵ | diva | 1 | -0/+1 | |
authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities. | |||||
2009-03-31 | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 1 | -13/+38 | |
2009-03-21 | Initial support for authentication/authorization keys in UserManagerBase, ↵ | diva | 1 | -0/+13 | |
and use of it in HGStandaloneLoginService (producer of initial key for user, and of subsequent keys) and HGStandaloneInventoryService (consumer of a key). Keys are of the form http://<authority>/<random uuid> and they are sent over http header "authorization". |