| Commit message (Expand) | Author | Files | Lines |
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-02-19 | Deleted all AssemblyFileVersion directives | Diva Canto | 1 | -1/+1 |
2013-02-05 | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-02-01 | Revert "Update assembly version numbers" | BlueWall | 1 | -1/+1 |
2013-02-01 | Update assembly version numbers | BlueWall | 1 | -1/+1 |
2012-11-14 | The last few AssemblyInfos. Finished! | Diva Canto | 1 | -0/+33 |
2012-03-02 | OpenID auth needs hashing before authenticating | BlueWall | 1 | -1/+1 |
2012-02-29 | Revert "Fix authentication for OpenID provider" | BlueWall | 1 | -2/+2 |
2012-02-29 | Fix authentication for OpenID provider | BlueWall | 1 | -2/+2 |
2012-02-04 | Supply correct parameters to detailed authentication login fail message | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-11-11 | Make log messages on authentication failure more explicit | Justin Clark-Casey (justincc) | 1 | -13/+26 |
2011-10-24 | Add optional getauthinfo and setauthinfo authentication service calls. | Justin Clark-Casey (justincc) | 1 | -1/+46 |
2011-08-22 | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 1 | -3/+1 |
2011-03-26 | Rename some member fields to standard m_ OpenSim code convention | Justin Clark-Casey (justincc) | 1 | -8/+8 |
2011-03-26 | add header file | Justin Clark-Casey (justincc) | 1 | -1/+28 |
2011-03-26 | Add OpenSim.Server.Base reference in prebuild.xml. Initialize svc_checks dic... | Justin Clark-Casey (justincc) | 1 | -1/+4 |
2011-03-26 | Removing hard-coded plugin loading in favour of direct class instantiation | SignpostMarv Martin | 1 | -6/+5 |
2011-03-26 | Altering log feedback | SignpostMarv Martin | 2 | -14/+17 |
2011-03-26 | Fixing bug that occurs when using web login- the result was not checked | SignpostMarv Martin | 1 | -1/+1 |
2011-03-26 | Making combined auth service re-use the existing auth services instead of dup... | SignpostMarv Martin | 1 | -21/+19 |
2011-03-26 | InfoFormat > DebugFormat | SignpostMarv Martin | 1 | -1/+1 |
2011-03-26 | Adding a combined auth service, allowing users to login with either web login... | SignpostMarv Martin | 1 | -0/+65 |
2011-03-26 | WebkeyAuthenticationService is now no longer a stub! | SignpostMarv Martin | 1 | -5/+35 |
2011-02-16 | Fix bug introduced by Query Access. The response does not come in a packaged ... | Diva Canto | 1 | -1/+1 |
2010-06-04 | get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu... | Justin Clark-Casey (justincc) | 2 | -2/+2 |
2010-04-27 | Putting it back to protected; Melanie doesn't like it to be public. | Diva Canto | 1 | -1/+1 |
2010-04-27 | Changed GetToken from protected to public. This is not exposed at the interface. | Diva Canto | 1 | -1/+1 |
2010-03-02 | Better error handling on PasswordAuthenticationService | Diva Canto | 1 | -14/+18 |
2010-02-20 | SQLite connector better, but access to tables still doesn't work. | Diva Canto | 1 | -4/+9 |
2010-01-09 | * Added SetPassword to IAuthenticationService. | Diva Canto | 1 | -3/+26 |
2010-01-01 | New LL login service is working! -- tested in standalone only. Things still m... | Diva Canto | 1 | -3/+5 |
2010-01-01 | Remove the inner Md5 to let the auth service handle md5 passwords | Melanie | 1 | -1/+1 |
2009-09-25 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 3 | -9/+9 |
2009-09-06 | Remove the encryption from the IAuthenticationService interface. That | Melanie | 3 | -25/+0 |
2009-09-04 | Add the new AuthStore to migrations. Update OpenSim.Server.ini | Melanie | 1 | -1/+1 |
2009-09-04 | Fully implement unencrypted auth token operations | Melanie | 1 | -3/+8 |
2009-09-04 | Implement plain password authentication partway. Tested, but no user | Melanie | 3 | -22/+33 |
2009-09-04 | More work on new authentication service | Melanie | 2 | -2/+8 |
2009-09-04 | Flech out the Authentication service. Add the database loader. Introduce | Melanie | 3 | -26/+130 |
2009-09-03 | Remove the distinction between password and login key in the authentication | Melanie | 2 | -13/+79 |
2009-08-31 | Recreate the shell of the AuthenticationService to squelch Windows build | Melanie | 1 | -0/+86 |
2009-08-29 | Redesign the IAuthenticationService interface to use PKI. Sessioning is | Melanie | 1 | -312/+0 |
2009-08-06 | Added missing trailing slash in AuthenticationService. | Diva Canto | 1 | -0/+2 |
2009-06-30 | Updated services to allow external applications like web interfaces to | Melanie Thielker | 1 | -8/+85 |
2009-06-27 | Make cleartext authentication case sensitive. Thanks jhurliman for spotting t... | Dahlia Trimble | 1 | -1/+1 |
2009-06-17 | Implementation of a simple authentication service + in connector in route to ... | diva | 1 | -9/+172 |
2009-06-04 | Comment out unused variables / private fields to avoid compiler warnings. | Jeff Ames | 1 | -4/+0 |
2009-06-03 | Committing the skeleton of the authentication service | Melanie Thielker | 1 | -0/+74 |