aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/WebkeyOrPasswordAuthenticationService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-5/+18
2011-08-22minor: remove mono compiler warningJustin Clark-Casey (justincc)1-3/+1
2011-03-26Rename some member fields to standard m_ OpenSim code conventionJustin Clark-Casey (justincc)1-8/+8
2011-03-26add header fileJustin Clark-Casey (justincc)1-1/+28
2011-03-26Add OpenSim.Server.Base reference in prebuild.xml. Initialize svc_checks ↵Justin Clark-Casey (justincc)1-1/+4
dictionary in WebkeyOrPasswordAuthenticationService, which was what was causing the load failure.
2011-03-26Removing hard-coded plugin loading in favour of direct class instantiationSignpostMarv Martin1-6/+5
2011-03-26Altering log feedbackSignpostMarv Martin1-3/+5
2011-03-26Fixing bug that occurs when using web login- the result was not checkedSignpostMarv Martin1-1/+1
2011-03-26Making combined auth service re-use the existing auth services instead of ↵SignpostMarv Martin1-21/+19
duplicating code Signed-off-by: SignpostMarv Martin <me@signpostmarv.name>
2011-03-26Adding a combined auth service, allowing users to login with either web ↵SignpostMarv Martin1-0/+65
login or password Signed-off-by: SignpostMarv Martin <me@signpostmarv.name>