tahoe-lafs/src/allmydata/scripts
Brian Warner 5ea8b698a5 'tahoe admin generate-keypair/derive-pubkey': add Ed25519 keypair commands
Also add parse_privkey/parse_pubkey tools to util.keyutil
2012-03-13 18:24:32 -07:00
..
__init__.py move all packages into src/, fix allmydata.Crypto build. Now you must perform a 'setup.py build' before using anything, and you must add the build directory (build/lib.linux-i686-2.4) to your PYTHONPATH before doing anything 2006-12-14 03:39:50 -07:00
admin.py 'tahoe admin generate-keypair/derive-pubkey': add Ed25519 keypair commands 2012-03-13 18:24:32 -07:00
backupdb.py scripts/backupdb.py: more accurate comment about path field. 2010-12-12 09:03:20 -08:00
cli.py CLI: don't deprecate --mutable, small docs fixes. refs #1561 2011-10-13 21:00:02 -07:00
common_http.py Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil. 2010-07-11 17:30:15 -07:00
common.py Fix the help synopses of CLI commands to include [options] in the right place. fixes #1359, fixes #636 2011-07-24 15:54:40 -07:00
create_node.py Use a private/drop_upload_dircap file instead of the [drop_upload]upload.dircap option in tahoe.cfg. Fail if the upload.dircap option is used, or options are missing. Also updates tests and docs. fixes #1593 2011-11-20 23:24:26 +00:00
debug.py MDMF: remove extension fields from caps, tolerate arbitrary ones. Fixes #1526 2011-10-02 00:35:53 +01:00
keygen.py Address Kevan's comment in #776 about Options classes missed when adding 'self.command_name'. refs #776, #1359 2011-08-01 15:13:17 -07:00
runner.py 'tahoe admin generate-keypair/derive-pubkey': add Ed25519 keypair commands 2012-03-13 18:24:32 -07:00
slow_operation.py Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil. 2010-07-11 17:30:15 -07:00
startstop_node.py Fix the help synopses of CLI commands to include [options] in the right place. fixes #1359, fixes #636 2011-07-24 15:54:40 -07:00
stats_gatherer.py Address Kevan's comment in #776 about Options classes missed when adding 'self.command_name'. refs #776, #1359 2011-08-01 15:13:17 -07:00
tahoe_add_alias.py CLI: make 'tahoe create-alias' and 'tahoe add-alias' accept a trailing colon on the new alias name (v2, minor change not to rely on implicit Unicode conversion). Includes doc changes and news; tests in a separate patch. fixes #1305 2011-01-13 19:44:14 -08:00
tahoe_backup.py scripts/tahoe_backup.py: oops, fix missing import, thanks pyflakes 2010-10-29 02:42:23 -07:00
tahoe_check.py Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil. 2010-07-11 17:30:15 -07:00
tahoe_cp.py Remove all trailing whitespace from .py files. 2011-08-08 17:11:17 -07:00
tahoe_get.py Correct stringutils->encodingutil patch to be the newer version, rather than the old version that was committed in error. 2010-07-17 18:34:35 -07:00
tahoe_ls.py Remove all trailing whitespace from .py files. 2011-08-08 17:11:17 -07:00
tahoe_manifest.py Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil. 2010-07-11 17:30:15 -07:00
tahoe_mkdir.py add --format= to 'tahoe put'/'mkdir', remove --mutable-type. Closes #1561 2011-10-13 20:15:00 -07:00
tahoe_mv.py tahoe_mv.py: when checking success of the DELETE operation, look at the status code from DELETE rather than from the previous PUT. fixes #1255 2010-11-09 17:09:16 -08:00
tahoe_put.py add --format= to 'tahoe put'/'mkdir', remove --mutable-type. Closes #1561 2011-10-13 20:15:00 -07:00
tahoe_unlink.py cleanup: implement rm as a synonym for unlink rather than vice-versa. refs #776 2011-08-01 15:01:08 -07:00
tahoe_webopen.py Unicode fixes. 2010-06-06 18:02:15 -07:00