Commit graph

119 commits

Author SHA1 Message Date
Vladimir Diaz
a3841546d0
Link to CLI.md from getting started and readme docs
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-02-06 17:00:24 -05:00
Vladimir Diaz
dcb1bcea74
Fix links tuf/README.md
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-26 12:04:47 -05:00
Vladimir Diaz
6de750bd30
Relocate bulk of text to TUTORIAL.md. Link to relevant docs
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-26 11:52:51 -05:00
Vladimir Diaz
5bf4ed68b6
Rename tutorial doc
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-24 15:23:45 -05:00
Vladimir Diaz
8df6deb08f
Add python3 command to start http server
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-22 17:26:21 -05:00
Vladimir Diaz
ff75e7f3e7
Revise text that links back to ATTACKS.md
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-22 17:16:08 -05:00
Vladimir Diaz
6be76126b8
Link to ATTACKS.md from README.md
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-22 17:07:24 -05:00
Vladimir Diaz
d791848535
Remove sections that demo protection against repo attacks
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-22 16:33:17 -05:00
Vladimir Diaz
c5d0ef77dd
Fix 'writtent' typo
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-22 15:28:15 -05:00
Vladimir Diaz
e77c4f5a77
Edit examples to match new securesystemslib behavior
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-22 15:26:26 -05:00
Vladimir Diaz
3ab1bda95e
Edit README to document wrapper function that were added
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-19 17:32:59 -05:00
Vladimir Diaz
8a5475eb88
Remove or edit remaining instances of 'restricted paths'
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-19 14:20:38 -05:00
Vladimir Diaz
2c93000ab7
Edit documentation on delegate()
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-05 14:31:19 -05:00
Vladimir Diaz
5ddfa083bd
Revise comment for add_target
Explain that target paths added via add_target() must actually exist once writeall() or write() is called

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-03 15:34:57 -05:00
Vladimir Diaz
a8ea44bd21
Do not mention compression in README.md 2017-08-28 10:20:46 -04:00
Vladimir Diaz
646eca5acc
Edit README to cover dump_signable_metadata and append_signature() 2017-07-26 13:55:46 -04:00
Vladimir Diaz
684de427d3 Merge pull request #401 from theupdateframework/reorganize_codebase
Reorganize code base
2016-11-10 10:52:37 -05:00
Vladimir Diaz
5859b495d7 Update README.md
Identify the format of a (1) command entered by the reader, (2) the output of a commands, and (3) comments.
2016-11-08 15:00:17 -05:00
Artiom Baloian
b793c81739 Added simple_settings, now it is a requirement of TuF.
Rename conf.py into the settings.py an changed import call.
2016-11-01 15:38:40 -04:00
Artiom Baloian
8247a02737 Moved TuF exceptions and schem into the ssl_commons 2016-10-31 11:58:05 -04:00
Vladimir Diaz
c4a89dcf18 Set a chunk size lower than the minimum average download size allowed. Minor edit to slow retrieval attack section 2016-10-21 11:50:30 -04:00
Vladimir Diaz
07b4b24343 Finish edits to repository tool doc and update code to fix issues with slow retrieval errors 2016-10-21 11:36:48 -04:00
Vladimir Diaz
404398a0b6 Review and edit the Compromised Key Attack section 2016-10-20 17:09:31 -04:00
Vladimir Diaz
b5760fc10c Review and edit the Rollback Attack section 2016-10-20 16:42:34 -04:00
Vladimir Diaz
aa653da3b8 Ensure the valid file2.txt is restored in the Arbitrary Package Attack section 2016-10-20 16:19:47 -04:00
Vladimir Diaz
23549ebaa0 Verify and edit the Arbitrary Package Attack section 2016-10-20 15:53:13 -04:00
Vladimir Diaz
b5de920763 Edit the How to Perform an Update section 2016-10-20 15:36:22 -04:00
Vladimir Diaz
31c13410cb Edit up to Delegate Hashed Bins section 2016-10-20 15:22:21 -04:00
Vladimir Diaz
8273db0b8d Edit wrap-up section and format block of text 2016-10-20 15:12:32 -04:00
Vladimir Diaz
531b9ba61d Edit up to the Delegations section (Need to fix code for nested delegations) 2016-10-20 12:50:52 -04:00
Vladimir Diaz
b154102bd0 Edit remaining parts of the Create Top-level Metadata section 2016-10-19 16:14:31 -04:00
Vladimir Diaz
52341b6355 Edit up to the Root section 2016-10-19 15:29:19 -04:00
Vladimir Diaz
1a6480764f Format text in Keys section 2016-10-19 14:01:41 -04:00
Vladimir Diaz
e268b2f9e9 Edit the Keys section 2016-10-19 13:53:20 -04:00
Vladimir Diaz
5fbdd14399 Remove section for virtual machine and installation instructions 2016-10-19 13:00:31 -04:00
Vladimir Diaz
a5146c5d1b Edit overview section 2016-10-19 12:59:22 -04:00
Vladimir Diaz
22fa839ea3 Add sections to repository tool doc for updater attacks and how to perform an update 2016-10-19 11:21:05 -04:00
Vladimir Diaz
6e4a69162f Update README.md
Use a wildcard in the `restricted_paths` argument to delegate() and in the argument to add_restricted_paths()
2016-09-01 15:40:40 -04:00
Vladimir Diaz
b9c085114a Edit remaining changes required to the documentation following design changes to repo tools 2016-03-24 11:09:19 -04:00
Vladimir Diaz
37bdfd61ed Review and update repository tool documentation up to section 'Revoke Delegated Role' 2016-03-24 10:51:44 -04:00
Vladimir Diaz
0af7906df6 Update README.md 2014-07-13 18:32:11 -04:00
Vladimir Diaz
ca3d73b764 Update README.md
"Overview" revision.
2014-07-12 19:28:44 -04:00
Vladimir Diaz
57867cbb3e Update README.md
Add introductory text to the "Overview" section.
Move "Purpose" section to "Overview".
2014-07-12 19:07:00 -04:00
Vladimir Diaz
ba0ab13b24 Update README.md
Add introductory text to "Delegations" section and edit text in "Keys" section.
2014-07-12 15:59:12 -04:00
Vladimir Diaz
99327319b2 Update README.md
Add introductory text to "Keys" section and reorder "Purpose" and "Overview" sections.
2014-07-12 14:29:13 -04:00
Vladimir Diaz
f3c0edba2f Update README.md
Edit choice of words.
2014-07-12 12:24:52 -04:00
Vladimir Diaz
e4adc6e696 Update README.md
Convert "\" path separators in file paths to "/"
2014-07-12 12:09:21 -04:00
Vladimir Diaz
dfcdc952a9 Update README.md
Add "Wrap-up" header.
2014-07-12 12:01:02 -04:00
Vladimir Diaz
c20b8f1b36 Update README.md
Fix summary list.
2014-07-12 09:29:08 -04:00
Vladimir Diaz
2e1d2a3ccf Add introductory text to 'Targets' section. 2014-07-10 12:51:00 -04:00