aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-19Tweak the login logging a bit, especially for impersonations.onefang1-3/+7
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang5-36/+121
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+2
2012-11-14The last few AssemblyInfos. Finished!Diva Canto1-0/+33
2012-03-02OpenID auth needs hashing before authenticatingBlueWall1-1/+1
2012-02-29Revert "Fix authentication for OpenID provider"BlueWall1-2/+2
This reverts commit 9f597c2d423a80279c4aed042be8a991eedefa21. Fixing OpenID causes issues with other parts of the code.
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
These are disabled by default, as before. Please only turn these on in secure grids, since they allow the same facilities as the existing SetPassword call (also disabled by default) These facilities can be helpful when integrating external systems, in addition to the existing option of adapting an IAuthenticationService or using WebLoginKey
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 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 ↵SignpostMarv Martin1-21/+19
duplicating code Signed-off-by: SignpostMarv Martin <me@signpostmarv.name>
2011-03-26InfoFormat > DebugFormatSignpostMarv Martin1-1/+1
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>
2011-03-26WebkeyAuthenticationService is now no longer a stub!SignpostMarv Martin1-5/+35
Signed-off-by: SignpostMarv Martin <me@signpostmarv.name>
2011-02-16Fix bug introduced by Query Access. The response does not come in a packaged ↵Diva Canto1-1/+1
_Result field, it comes as simple OSDMap with 2 fields in it. Also in this commit: comment out irrelevant debug message on AuthService.
2010-06-04get TestSaveIarV0_1() working again by setting up an ↵Justin Clark-Casey (justincc)2-2/+2
OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly
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
* Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
2010-01-01New LL login service is working! -- tested in standalone only. Things still ↵Diva Canto1-3/+5
missing from response, namely Library and Friends. Appearance service is also missing.
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
is too high up for that type of stuff. It needs to be at the connector/handler level
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
functionality yet.
2009-09-04More work on new authentication serviceMelanie2-2/+8
2009-09-04Flech out the Authentication service. Add the database loader. IntroduceMelanie3-26/+130
inheritance to deal with common tasks like crypto. Still untested.
2009-09-03Remove the distinction between password and login key in the authenticationMelanie2-13/+79
service. This will be done in the login service instead, it's out of scope for an authenticator
2009-08-31Recreate the shell of the AuthenticationService to squelch Windows buildMelanie1-0/+86
error. WIll be filled in as soon as I figure out the crypto stuff.
2009-08-29Redesign the IAuthenticationService interface to use PKI. Sessioning isMelanie1-312/+0
now in the domain of the presence module where it belongs.
2009-08-06Added missing trailing slash in AuthenticationService.Diva Canto1-0/+2
2009-06-30Updated services to allow external applications like web interfaces toMelanie Thielker1-8/+85
authenticate against the services. This paves the way for such apps to directly talk to services.
2009-06-27Make cleartext authentication case sensitive. Thanks jhurliman for spotting ↵Dahlia Trimble1-1/+1
this.
2009-06-17Implementation of a simple authentication service + in connector in route to ↵diva1-9/+172
making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon.
2009-06-04Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames1-4/+0
2009-06-03Committing the skeleton of the authentication serviceMelanie Thielker1-0/+74