aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-055-17/+17
* Fix the previous commitMelanie Thielker2016-11-191-2/+51
* reduce useraccouts cache timeUbitUmarov2016-11-111-51/+2
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto2016-02-211-1/+1
* remove a debug messageUbitUmarov2015-11-241-1/+1
* On to 0.8.3!Diva Canto2015-10-181-1/+1
* bad merge?UbitUmarov2015-09-014-22/+107
|\
| * Merge branch 'master' into careminsterMelanie2013-10-061-1/+1
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-02-221-1/+1
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-02-051-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-11-171-0/+33
| |\ \ \ \
| * | | | | fix vs2010 buildUbitUmarov2012-08-163-3/+4
| * | | | | Add a real_id field to the login response if impersonation is used. The wrapperMelanie2012-08-153-3/+30
| * | | | | Fix impersonation, it got broken in a mergeMelanie2012-06-011-7/+10
| * | | | | Merge branch 'master' into careminsterMelanie2012-02-041-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into bigmergeMelanie2011-11-111-0/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit '4c9400e6460a73baa2d687afe73a62c6efca9f37' into bigmergeMelanie2011-10-251-1/+45
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Resolve merge commits, stage 1Tom2011-09-041-3/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-03-272-4/+129
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add the ability for gods to impersonate users. For this, bit 6 needs to beMelanie2010-11-253-7/+68
* | | | | | | | | | | Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* | | | | | | | | | | Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
* | | | | | | OpenID auth needs hashing before authenticatingBlueWall2012-03-021-1/+1
* | | | | | | Revert "Fix authentication for OpenID provider"BlueWall2012-02-291-2/+2
* | | | | | | Fix authentication for OpenID providerBlueWall2012-02-291-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Supply correct parameters to detailed authentication login fail messageJustin Clark-Casey (justincc)2012-02-041-1/+1
| |_|_|_|/ |/| | | |
* | | | | Make log messages on authentication failure more explicitJustin Clark-Casey (justincc)2011-11-111-13/+26
| |_|_|/ |/| | |
* | | | Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)2011-10-241-1/+46
| |_|/ |/| |
* | | 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-262-14/+17
* | 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
* | InfoFormat > DebugFormatSignpostMarv Martin2011-03-261-1/+1
* | Adding a combined auth service, allowing users to login with either web login...SignpostMarv Martin2011-03-261-0/+65
* | WebkeyAuthenticationService is now no longer a stub!SignpostMarv Martin2011-03-261-5/+35
* | Fix bug introduced by Query Access. The response does not come in a packaged ...Diva Canto2011-02-161-1/+1
|/
* get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu...Justin Clark-Casey (justincc)2010-06-042-2/+2
* Putting it back to protected; Melanie doesn't like it to be public.Diva Canto2010-04-271-1/+1
* Changed GetToken from protected to public. This is not exposed at the interface.Diva Canto2010-04-271-1/+1
* Better error handling on PasswordAuthenticationServiceDiva Canto2010-03-021-14/+18
* SQLite connector better, but access to tables still doesn't work.Diva Canto2010-02-201-4/+9
* * Added SetPassword to IAuthenticationService.Diva Canto2010-01-091-3/+26