aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Authentication (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-193-19/+22
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-033-38/+24
* Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)2012-07-131-2/+1
* Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2012-05-031-0/+2
* OpenID auth needs hashing before authenticatingBlueWall2012-03-021-1/+1
* OpenID: server connector had a copy-and-paste error that made identity querie...Diva Canto2012-02-021-1/+1
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2011-12-052-2/+2
* Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)2011-10-241-1/+73
* Add option to allow remote http calls to setpassword in the AuthenticationSer...Justin Clark-Casey (justincc)2011-10-192-23/+46
* Fixed small inconsistency in config var name.Diva Canto2010-01-101-1/+1
* Moved OpenId authentication from user server to Server.Handlers.Authentication.Diva Canto2010-01-102-0/+422
* Change the signature of the forms requester data in preparation to gettingMelanie2009-12-271-7/+7
* Fix loading modules with alternate configurations and ports into ROBUST.Melanie2009-09-291-4/+8
* Adding the deserializer for server form/xml repliesMelanie2009-09-191-3/+3
* Implement plain password authentication partway. Tested, but no userMelanie2009-09-042-1/+234
* More work on new authentication serviceMelanie2009-09-041-3/+3
* More removal of HG2 code, this time authentication module and handlers.Diva Canto2009-08-092-181/+0
* HGAuthenticationService must be a singleton, because it has in-memory state. ...Diva Canto2009-08-061-1/+3
* Update svn properties.Jeff Ames2009-06-222-179/+179
* Implementation of a simple authentication service + in connector in route to ...diva2009-06-172-0/+179
* Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames2009-06-041-4/+3
* Committing the partial refactor of authentication services. No user functionlityMelanie Thielker2009-06-031-0/+61