J. David Ibáñez
70edbf256a
Update copyright years
2015-10-11 18:48:59 +02:00
J. David Ibáñez
deb50536f0
docs: remove manual singatures from py files
...
These are only needed in C code. With Python files the signatures are
automatically generated. The only drawback is the return value is not
included in the signature, so document it in the body of the docstring.
2015-05-03 11:16:17 +02:00
Matthew Duggan
5a06cd2688
Make it explicit what to do when no passphrase is needed
2015-01-12 18:20:07 -08:00
Kyriakos Oikonomakos
3e87adaccd
authenticate using ssh agent
2014-09-15 18:14:20 +01:00
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