aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/WebkeyOrPasswordAuthenticationService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-5/+18
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-08-221-3/+1
* Rename some member fields to standard m_ OpenSim code conventionJustin Clark-Casey (justincc)2011-03-261-8/+8
* add header fileJustin Clark-Casey (justincc)2011-03-261-1/+28
* Add OpenSim.Server.Base reference in prebuild.xml. Initialize svc_checks dic...Justin Clark-Casey (justincc)2011-03-261-1/+4
* Removing hard-coded plugin loading in favour of direct class instantiationSignpostMarv Martin2011-03-261-6/+5
* Altering log feedbackSignpostMarv Martin2011-03-261-3/+5
* Fixing bug that occurs when using web login- the result was not checkedSignpostMarv Martin2011-03-261-1/+1
* Making combined auth service re-use the existing auth services instead of dup...SignpostMarv Martin2011-03-261-21/+19
* Adding a combined auth service, allowing users to login with either web login...SignpostMarv Martin2011-03-261-0/+65