djmattyg007
|
d752e8550b
|
Further clarified purpose of user field in docstring for Keypair class
|
2014-08-12 08:43:05 +10:00 |
|
djmattyg007
|
f787a52e66
|
Document list of parameters for the Keypair credential callback.
Includes a couple of small grammar fixes to other docstrings.
|
2014-08-10 12:39:27 +10:00 |
|
vtemian
|
93369b0a7c
|
Cleanup a little bit the code
|
2014-07-14 20:21:24 +03:00 |
|
Carlos Martín Nieto
|
db218fae3f
|
Remote: get rid of the C code
This code has been obsoleted by the CFFI-using code. Some credentials
code remains in C due to the clone functionality making use of it.
|
2014-04-14 11:42:51 +02:00 |
|
J. David Ibáñez
|
f0874cc1ea
|
Always use new-style classes in Python 2
|
2014-03-27 21:00:09 +01:00 |
|
Carlos Martín Nieto
|
82d88191bb
|
credentials: use more ducks
Instead of making everyone inherit from our credential types, use an
interface with two attributes, which makes the C code much shorter and
simpler.
|
2014-03-26 20:23:04 +01:00 |
|
Carlos Martín Nieto
|
fc0cdaebd6
|
Remote: add documentation for credentials
|
2014-03-26 14:03:29 +01:00 |
|
Carlos Martín Nieto
|
b49da53962
|
Introduce credentials
|
2014-03-26 12:10:24 +01:00 |
|