Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New LL login service is working! -- tested in standalone only. Things still ↵ | Diva Canto | 2010-01-01 | 1 | -3/+5 | |
| | | | | missing from response, namely Library and Friends. Appearance service is also missing. | |||||
* | Remove the inner Md5 to let the auth service handle md5 passwords | Melanie | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-09-25 | 3 | -9/+9 | |
| | ||||||
* | Remove the encryption from the IAuthenticationService interface. That | Melanie | 2009-09-06 | 3 | -25/+0 | |
| | | | | | is too high up for that type of stuff. It needs to be at the connector/handler level | |||||
* | Add the new AuthStore to migrations. Update OpenSim.Server.ini | Melanie | 2009-09-04 | 1 | -1/+1 | |
| | ||||||
* | Fully implement unencrypted auth token operations | Melanie | 2009-09-04 | 1 | -3/+8 | |
| | ||||||
* | Implement plain password authentication partway. Tested, but no user | Melanie | 2009-09-04 | 3 | -22/+33 | |
| | | | | functionality yet. | |||||
* | More work on new authentication service | Melanie | 2009-09-04 | 2 | -2/+8 | |
| | ||||||
* | Flech out the Authentication service. Add the database loader. Introduce | Melanie | 2009-09-04 | 3 | -26/+130 | |
| | | | | | inheritance to deal with common tasks like crypto. Still untested. | |||||
* | Remove the distinction between password and login key in the authentication | Melanie | 2009-09-03 | 2 | -13/+79 | |
| | | | | | service. This will be done in the login service instead, it's out of scope for an authenticator | |||||
* | Recreate the shell of the AuthenticationService to squelch Windows build | Melanie | 2009-08-31 | 1 | -0/+86 | |
| | | | | error. WIll be filled in as soon as I figure out the crypto stuff. | |||||
* | Redesign the IAuthenticationService interface to use PKI. Sessioning is | Melanie | 2009-08-29 | 1 | -312/+0 | |
| | | | | now in the domain of the presence module where it belongs. | |||||
* | Added missing trailing slash in AuthenticationService. | Diva Canto | 2009-08-06 | 1 | -0/+2 | |
| | ||||||
* | Updated services to allow external applications like web interfaces to | Melanie Thielker | 2009-06-30 | 1 | -8/+85 | |
| | | | | | | | authenticate against the services. This paves the way for such apps to directly talk to services. | |||||
* | Make cleartext authentication case sensitive. Thanks jhurliman for spotting ↵ | Dahlia Trimble | 2009-06-27 | 1 | -1/+1 | |
| | | | | this. | |||||
* | Implementation of a simple authentication service + in connector in route to ↵ | diva | 2009-06-17 | 1 | -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. | |||||
* | Comment out unused variables / private fields to avoid compiler warnings. | Jeff Ames | 2009-06-04 | 1 | -4/+0 | |
| | ||||||
* | Committing the skeleton of the authentication service | Melanie Thielker | 2009-06-03 | 1 | -0/+74 | |