Commit graph

1590 commits

Author SHA1 Message Date
dachshund
cf172fd8f1 Merge branch 'master' into interposition 2013-03-01 05:53:26 -05:00
dachshund
09f0f93a2a Optional regular expressions to map source->target paths for URLs with a given hostname. 2013-03-01 05:52:39 -05:00
dachshund
c0883d5305 Guess content type of downloaded file. 2013-03-01 02:32:00 -05:00
dachshund
9ddd270c42 Better abstractions. 2013-03-01 02:18:34 -05:00
vladdd
af47dd3b84 Add test conditions to the _list_keyids test case of test_signercli.py that check for invalid metadata exceptions. 2013-02-28 18:19:26 -05:00
Kon
5d803d683c Refactored and renamed test_system_setup.py to util_test_tools.py, refactored test_replay_attack.py, created test_unit_test_tools.py 2013-02-28 18:03:59 -05:00
dachshund
a90136a41e Minor changes. 2013-02-28 17:44:29 -05:00
dachshund
8f324093ec Merge branch 'master' into interposition 2013-02-28 16:47:00 -05:00
dachshund
b7fb79328f Remove SSL cert verification code until we verify it. 2013-02-28 16:46:04 -05:00
dachshund
a08d182857 Merge branch 'master' into interposition 2013-02-28 14:19:59 -05:00
vladdd
8a54a7616b Modify signercli.py to include the associated roles of each keyid listed from the keystore, and update test_signercli.py. Update signerlib.py to fix two incorrectly typed exception names. 2013-02-28 09:40:59 -05:00
dachshund
0c9cbe4ba6 Merge branch 'master' of https://github.com/akonst/tuf 2013-02-27 18:09:34 -05:00
vladdd
4c27a9b30f Modified signercli.py to allow threshold values greater than 1 for delegated roles. Updated affected test_signercli.py. Modified keystore.py so an exception is not raised for keys already loaded while loading from key files. 2013-02-27 12:41:53 -05:00
vladdd
dce21e4089 Modified the exception raised on invalid 'file_type' in mirrors.py. Updated test_mirrors.py to test for the changed exception raised 2013-02-27 12:33:34 -05:00
vladdd
cf58b747a5 Modified a conditional statement of mirrors.py, where introducing a new file type might lead to a bug in get_list_of_mirrors() 2013-02-26 20:26:31 -05:00
vladdd
a99282d22a Enable password confirmation in quickstart.py 2013-02-26 17:53:35 -05:00
dachshund
21c19bcabd Merge with origin/master. 2013-02-26 16:59:11 -05:00
vladdd
ef53ca613c Fixed a bug in signercli.py where the absolute path of a directory was not properly set. Updated signerlib.py 2013-02-26 16:00:23 -05:00
dachshund
6c009f2ecb Merge branch 'master' of https://github.com/akonst/tuf 2013-02-26 13:51:27 -05:00
vladdd
42665911d3 Move example_client.py to the examples directory 2013-02-26 13:13:47 -05:00
dachshund
4b362a8cda Merge branch 'master' of https://github.com/akonst/tuf 2013-02-25 15:26:25 -05:00
Kon
7f2f6b0f55 Refactored test_replay_attack.py, test_system_setup.py. Added replay_attack_setup.py. 2013-02-24 18:29:54 -05:00
dachshund
1ab58fd318 Bash script to easily grep code over files. 2013-02-24 16:23:45 -05:00
dachshund
fc03dd9854 Fix a bug where delegated targets directory was not normalized. 2013-02-24 14:23:40 -05:00
Kon
e7c4352177 Removed doc duplicate and an obsolete test module. 2013-02-23 11:15:16 -05:00
Kon
bb059cd17e Refactored test_replay_attack.py, changes to test_system_setup.py and renamed one of the docs. 2013-02-23 11:08:35 -05:00
Kon
765aafe831 Modified test_system_setup.py and test_rollback_attack.py. 2013-02-23 02:01:38 -05:00
Kon
3217690d02 Added test_rollback_attack.py. 2013-02-22 21:53:14 -05:00
Kon
edc58bece6 Adding test_rollback_attack.py. 2013-02-22 18:45:53 -05:00
dachshund
d84e68d655 Use file copy instead of a git submodule. 2013-02-22 18:11:36 -05:00
dachshund
1685c7fa6d We now *should* verify SSL connections given certificate authorities. 2013-02-22 17:45:44 -05:00
dachshund
3678a3b747 Added https://gist.github.com/1347055.git as a submodule. 2013-02-22 16:49:52 -05:00
Kon
89806d3920 Few changes to test_systemp_setup.py. 2013-02-21 19:27:07 -05:00
Kon
db430d87f3 Added few more methods to test_system_setup.py and some stylistic changes to signercli.py. 2013-02-21 16:16:51 -05:00
Kon
bebdab3cb5 test_system_setup.py is complete. Few minor stylistic changes were made to download.py and signercli.py. 2013-02-21 03:36:58 -05:00
Kon
4bf56c8fa1 Started TUF system test. Prepared test fixtures. 2013-02-20 11:18:21 -05:00
Kon
d035a76436 Fixed: quickstart.py left behind a temporary directory. 2013-02-15 09:28:51 -05:00
vladdd
de56a2c970 Convert print statements to logger.info() and disable the logger in the test modules. Modify a few test cases in test_signercli.py that incorrectly compare SIGNABLE objects. 2013-02-15 22:51:13 -05:00
vladdd
b9f570bd06 Test for specific OSError exceptions in quickstart.py. 2013-02-13 21:34:13 -05:00
vladdd
f0055fa4c9 Validate arguments in schema definitions. 2013-02-13 20:01:42 -05:00
vladdd
d2a799f73f Update affected module following review of util.py and test_util.py. 2013-02-13 10:57:01 -05:00
Kon
5ab806f987 Few minor changes to schema, test_schema and test_formats modules 2013-02-12 13:21:03 -05:00
dachshund
876e8de0ef Merge remote-tracking branch 'origin/master' into interposition 2013-02-12 10:45:39 -05:00
Kon
8970df19ca Review of schema modules [in progress]. 2013-02-12 05:36:34 -05:00
Kon
7dec94b4e6 Stylistic changes to test_util.py and test_mirrors.py. 2013-02-12 01:59:59 -05:00
vladdd
a38aa4a9a0 Update download.py, mirrors.py, and test_download.py following review. 2013-02-11 22:38:01 -05:00
vladdd
d52bd8604f Minor edits to comments in the header block of quickstart.py. 2013-02-11 16:39:50 -05:00
vladdd
391e90c630 Add .tex files for the TUF spec documents. 2013-02-11 14:20:45 -05:00
dachshund
9c6873ac1c Simpler names for things. 2013-02-11 10:47:09 -05:00
dachshund
bf7b1fd269 Move tuf.interposition module. 2013-02-11 10:28:41 -05:00