Commit graph

104 commits

Author SHA1 Message Date
Kon
c0d5d2cbb5 Modified test_replay_attack.py, util_test_tools.py and test_util_test_tools.py. 2013-03-03 03:47:36 -05:00
dachshund
e7ba0092e4 Index TUF updaters with hostname:port. 2013-03-03 02:52:30 -05:00
dachshund
a6b3ef72c1 Better exception handling. 2013-03-03 01:38:16 -05:00
dachshund
1007f0d7cb Implement go_away(). 2013-03-02 19:40:57 -05:00
dachshund
dc47d959b4 Allow interposition user to specify a parent directory to a repository directory. 2013-03-02 18:22:40 -05:00
dachshund
31c93f5839 Fixed a bug (thanks Konst); minor comment. 2013-03-02 17:27:24 -05:00
dachshund
bbbcb961c9 Merge branch 'interposition' of https://github.com/akonst/tuf into interposition
Conflicts:
	tuf/interposition.py
2013-03-02 15:57:18 -05:00
dachshund
2b015d3c9b Decorator for downloading a URL over TUF. 2013-03-02 15:54:56 -05:00
dachshund
49a0929c75 Decorator for downloading a URL over TUF. 2013-03-01 16:05:25 -05:00
dachshund
68eb2436b6 No updater in case TUF does not know how to transform the URL. 2013-03-01 13:28:31 -05:00
dachshund
8b1bfe3420 Fix a couple of bugs. 2013-03-01 12:07:24 -05:00
dachshund
0dd1ea5968 Merge branch 'master' into interposition 2013-03-01 11:46:32 -05:00
dachshund
f7d9c63cb8 Remove extinct script from setup.py. 2013-03-01 11:44:20 -05:00
dachshund
f7bec19e46 Merge branch 'master' of https://github.com/akonst/tuf 2013-03-01 11:11:53 -05:00
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