aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Recreate the shell of the AuthenticationService to squelch Windows buildMelanie2009-08-311-0/+86
| | | | error. WIll be filled in as soon as I figure out the crypto stuff.
* Redesign the IAuthenticationService interface to use PKI. Sessioning isMelanie2009-08-291-312/+0
| | | | now in the domain of the presence module where it belongs.
* Added missing trailing slash in AuthenticationService.Diva Canto2009-08-061-0/+2
|
* Updated services to allow external applications like web interfaces toMelanie Thielker2009-06-301-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 Trimble2009-06-271-1/+1
| | | | this.
* Implementation of a simple authentication service + in connector in route to ↵diva2009-06-171-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 Ames2009-06-041-4/+0
|
* Committing the skeleton of the authentication serviceMelanie Thielker2009-06-031-0/+74