Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement plain password authentication partway. Tested, but no user | Melanie | 2009-09-04 | 1 | -2/+2 |
| | | | | functionality yet. | ||||
* | Remove the distinction between password and login key in the authentication | Melanie | 2009-09-03 | 1 | -5/+2 |
| | | | | | service. This will be done in the login service instead, it's out of scope for an authenticator | ||||
* | Redesign the IAuthenticationService interface to use PKI. Sessioning is | Melanie | 2009-08-29 | 1 | -38/+70 |
| | | | | now in the domain of the presence module where it belongs. | ||||
* | Updated services to allow external applications like web interfaces to | Melanie Thielker | 2009-06-30 | 1 | -8/+34 |
| | | | | | | | authenticate against the services. This paves the way for such apps to directly talk to services. | ||||
* | Implementation of a simple authentication service + in connector in route to ↵ | diva | 2009-06-17 | 1 | -11/+19 |
| | | | | 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. | ||||
* | Committing the partial refactor of authentication services. No user functionlity | Melanie Thielker | 2009-06-03 | 1 | -4/+23 |
| | | | | | | will eat your babies, etc | ||||
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 1 | -1/+28 |
| | |||||
* | Correct a minor typo | Melanie Thielker | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | Beginning of refactoring RESTComms/LocalComms in the new style of services ↵ | diva | 2009-05-25 | 1 | -0/+14 |
and connectors. This commit has the beginning of the In connector, not the Out. Nothing of this is finished yet, and it doesn't run. But it should compile ok. |