aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker5-17/+17
2016-11-19Fix the previous commitMelanie Thielker1-2/+51
2016-11-11reduce useraccouts cache timeUbitUmarov1-51/+2
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto1-1/+1
2015-11-24remove a debug messageUbitUmarov1-1/+1
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2012-11-14The last few AssemblyInfos. Finished!Diva Canto1-0/+33
2012-08-16fix vs2010 buildUbitUmarov3-3/+4
2012-08-15Add a real_id field to the login response if impersonation is used. The wrapperMelanie3-3/+30
2012-06-01Fix impersonation, it got broken in a mergeMelanie1-7/+10
2012-03-02OpenID auth needs hashing before authenticatingBlueWall1-1/+1
2012-02-29Revert "Fix authentication for OpenID provider"BlueWall1-2/+2
2012-02-29Fix authentication for OpenID providerBlueWall1-2/+2
2012-02-04Supply correct parameters to detailed authentication login fail messageJustin Clark-Casey (justincc)1-1/+1
2011-11-11Make log messages on authentication failure more explicitJustin Clark-Casey (justincc)1-13/+26
2011-10-24Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)1-1/+46
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 dic...Justin Clark-Casey (justincc)1-1/+4
2011-03-26Removing hard-coded plugin loading in favour of direct class instantiationSignpostMarv Martin1-6/+5
2011-03-26Altering log feedbackSignpostMarv Martin2-14/+17
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 dup...SignpostMarv Martin1-21/+19
2011-03-26InfoFormat > DebugFormatSignpostMarv Martin1-1/+1
2011-03-26Adding a combined auth service, allowing users to login with either web login...SignpostMarv Martin1-0/+65
2011-03-26WebkeyAuthenticationService is now no longer a stub!SignpostMarv Martin1-5/+35
2011-02-16Fix bug introduced by Query Access. The response does not come in a packaged ...Diva Canto1-1/+1
2010-11-25Add the ability for gods to impersonate users. For this, bit 6 needs to beMelanie3-7/+68
2010-06-04get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu...Justin Clark-Casey (justincc)2-2/+2
2010-04-27Putting it back to protected; Melanie doesn't like it to be public.Diva Canto1-1/+1
2010-04-27Changed GetToken from protected to public. This is not exposed at the interface.Diva Canto1-1/+1
2010-03-02Better error handling on PasswordAuthenticationServiceDiva Canto1-14/+18
2010-02-20SQLite connector better, but access to tables still doesn't work.Diva Canto1-4/+9
2010-01-09* Added SetPassword to IAuthenticationService.Diva Canto1-3/+26
2010-01-01New LL login service is working! -- tested in standalone only. Things still m...Diva Canto1-3/+5
2010-01-01Remove the inner Md5 to let the auth service handle md5 passwordsMelanie1-1/+1
2009-09-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)3-9/+9
2009-09-06Remove the encryption from the IAuthenticationService interface. ThatMelanie3-25/+0
2009-09-04Add the new AuthStore to migrations. Update OpenSim.Server.iniMelanie1-1/+1
2009-09-04Fully implement unencrypted auth token operationsMelanie1-3/+8
2009-09-04Implement plain password authentication partway. Tested, but no userMelanie3-22/+33