aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Authentication (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang3-19/+22
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel3-38/+24
2012-07-13Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)1-2/+1
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)1-0/+2
2012-03-02OpenID auth needs hashing before authenticatingBlueWall1-1/+1
2012-02-02OpenID: server connector had a copy-and-paste error that made identity querie...Diva Canto1-1/+1
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2-2/+2
2011-10-24Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)1-1/+73
2011-10-19Add option to allow remote http calls to setpassword in the AuthenticationSer...Justin Clark-Casey (justincc)2-23/+46
2010-01-10Fixed small inconsistency in config var name.Diva Canto1-1/+1
2010-01-10Moved OpenId authentication from user server to Server.Handlers.Authentication.Diva Canto2-0/+422
2010-01-05Change the signature of the forms requester data in preparation to gettingMelanie1-7/+7
2009-12-27Change the signature of the forms requester data in preparation to gettingMelanie1-7/+7
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-4/+8
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-4/+8
2009-09-19Adding the deserializer for server form/xml repliesMelanie1-3/+3
2009-09-04Implement plain password authentication partway. Tested, but no userMelanie2-1/+234
2009-09-04More work on new authentication serviceMelanie1-3/+3
2009-08-09More removal of HG2 code, this time authentication module and handlers.Diva Canto2-181/+0
2009-08-06HGAuthenticationService must be a singleton, because it has in-memory state. ...Diva Canto1-1/+3
2009-06-22Update svn properties.Jeff Ames2-179/+179
2009-06-17Implementation of a simple authentication service + in connector in route to ...diva2-0/+179
2009-06-04Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames1-4/+3
2009-06-03Committing the partial refactor of authentication services. No user functionlityMelanie Thielker1-0/+61