Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | keyring: rename current functions to be more specifically about account ↵ | Jonny Lamb | 2011-01-28 | 1 | -2/+2 |
| | | | | | | passwords Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: add a comment as to why we're also an approver | Jonny Lamb | 2010-12-15 | 1 | -0/+6 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: become an Observer and claim auth channels where necessary | Jonny Lamb | 2010-12-10 | 1 | -54/+220 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | server-sasl-handler: make a GAsyncInitable and get the password | Jonny Lamb | 2010-12-06 | 1 | -12/+39 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | server-sasl-handler: add an account property | Jonny Lamb | 2010-12-03 | 1 | -1/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: create ServerSASLHandlers and signal them appearing | Jonny Lamb | 2010-12-01 | 1 | -12/+78 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: add EmpathyAuthFactory::new-server-sasl-handler | Jonny Lamb | 2010-12-01 | 1 | -0/+10 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: also handle auth channels | Jonny Lamb | 2010-12-01 | 1 | -1/+12 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Use separate new/free functions for the handler context data | Cosimo Cecchi | 2010-09-09 | 1 | -8/+24 |
| | |||||
* | Don't assume there's only one concurrent TpHandleChannelsContext | Cosimo Cecchi | 2010-09-09 | 1 | -11/+21 |
| | |||||
* | Properly use errors when handling channels | Cosimo Cecchi | 2010-08-19 | 1 | -14/+56 |
| | |||||
* | Unref the handler after the signal. | Cosimo Cecchi | 2010-08-13 | 1 | -0/+1 |
| | | | | | It's useless at that point, as it only carries the TLS certificate; also, if someone wants to keep it, they can always ref it. | ||||
* | Add a first skeleton of the auth factory. | Cosimo Cecchi | 2010-08-13 | 1 | -0/+208 |