Commit Graph

50 Commits

Author SHA1 Message Date
Weston Schmidt
441ecf702f Add additional headers to auth request
This adds the set of headers from the convey header into the auth
request in a way that doesn't require a change to Themis.
2021-06-02 00:57:51 -07:00
Weston Schmidt
a582bb3252 Fix several compilation errors (multiple definitions of global variables, remove overlapping strncpy() strings which cause latent bugs) to allow for code coverage to work. 2020-09-15 18:04:41 -07:00
Sadhyama Vengilat
7b03fad90f Unit tests on auth token request 2019-02-10 11:11:29 +05:30
Sadhyama Vengilat
25a6a99c69 Added unit tests for themis curl changes 2019-02-10 01:58:16 +05:30
Sadhyama Vengilat
29f00e5850 Remove themis create read scripts command line arguments 2019-02-09 20:25:56 +05:30
Bill Williams
9e3b32af69 refactored connection.c 2018-08-03 08:20:03 -07:00
Sadhyama Vengilat
e40af91fa7 Incorporated review comments on crud additional fields 2018-07-25 18:25:58 +05:30
Sadhyama Vengilat
f88a3f11cc Merge remote-tracking branch 'upstream/master' into additional-fields 2018-07-25 18:12:04 +05:30
Sadhyama Vengilat
db70ecf934 Unit test cases for cloud-status handling 2018-07-24 18:32:29 +05:30
skrishnamoorthy01
ff7472be5d Abort the parodus process for invalid webpa url 2018-07-24 14:50:26 +05:30
skrishnamoorthy01
d8b009b5d0 Fix to parse webpa-url IPv6 address properly #224 2018-07-23 18:02:10 +05:30
Sadhyama Vengilat
a279ee71c9 Configurable command line option for crud config json file 2018-05-24 19:17:56 +05:30
shilpa24balaji
ee9d7684c6 Revert "Remove static char arrays from ParodusCfg structure. " 2018-05-23 17:40:04 -07:00
mander207
6b5f24f81b Fixed a bunch of issues, mostly related to FEATURE_DNS_QUERY 2018-05-17 17:00:56 -07:00
mander207
4dd693d2b5 Fix typos 2018-05-17 12:00:03 -07:00
mander207
e0ecd1bbd7 All Test Pass Now :-) :-) 2018-05-16 12:31:32 -07:00
mander207
a06d507422 Fix issues with parse command line, etc...disable test for git commit tag 2018-05-16 12:20:09 -07:00
mander207
4276e2dd24 Removed all refernces to static arrays in ParodusCfg structure 2018-05-15 20:41:15 -07:00
Nuno Martins
7b1ef043ef fixes Comcast/parodus#194 parse_webpa_url function doesn't correctly return server address if it doesn't have port number
If the redirect returns a URL which has an URI with "/api/v2/" the
parse_webpa_url function must only return in address_buffer the server
and not the server/api/v2/ as shown in the test case
2018-05-15 17:41:24 +01:00
Bill Williams
0a4ef718f6 remove comcast specific references in tests 2018-04-03 11:18:32 -07:00
Bill Williams
2aa134c9d4 remove references to comcast in readme. change dns-id param to dns-txt-url 2018-02-16 08:00:55 -08:00
Bill Williams
968727eece use parse_num_arg for nueric arguments 2018-02-07 16:38:48 -08:00
Bill Williams
f877b9c22f add config tests 2018-02-07 13:38:31 -08:00
Bill Williams
9b988c6878 add test_parse_mac_address to test_config 2018-02-07 09:38:07 -08:00
Bill Williams
91d7f4a02b add check of key file in test_config 2018-02-06 15:22:56 -08:00
Bill Williams
b74f73ee73 update test_config error tests 2018-02-06 12:47:22 -08:00
Bill Williams
b85e78fb7b changes to disallow none, dns-id rule change and update readme 2018-02-06 10:21:51 -08:00
Bill Williams
4671e40b32 fix test_errParseCommandLine 2018-01-30 14:48:09 -08:00
Bill Williams
ed3ec23a47 fix test_errParseCommandLine 2018-01-29 16:21:21 -08:00
Bill Williams
2bf902242f fix merge conflicts and verify they aren't really anything 2018-01-24 15:01:34 -08:00
Bill Williams
7f2aa3f826 merge with latest parodus 2018-01-19 14:39:17 -08:00
Weston Schmidt
c478da9f7c Fix a buffer being too small and causing compiler warnings. 2018-01-17 15:36:14 -08:00
Sadhyama Vengilat
b1c9cdfa16 Add cmd line args support for acquisition and read header 2018-01-17 19:20:01 +05:30
Gayathri
268b1a2e82 Added tests for configurable secure flag 2018-01-10 17:47:39 +05:30
Bill Williams
0ba7f5b95a support fabric.xmidt.comcast.net 2018-01-09 09:44:30 -08:00
Gayathri
b8a48a400d Added webpa-token command-line argument to tests 2017-10-27 18:14:13 +05:30
Weston Schmidt
d111826d92 Update the tests. 2017-10-20 21:28:07 -07:00
Sadhyama Vengilat
9a09357fc3 Fix for defects reported by coverity 2017-07-19 15:20:16 +05:30
Gayathri
aacbcf5360 Configurable command-line arguments 2017-07-17 19:23:46 +05:30
Sadhyama Vengilat
7e5aefd10a Added unit test to validate parodus git version 2017-07-17 16:37:35 +05:30
Sadhyama Vengilat
912638d59b Modified all strcpy to use parStrncpy wrapper 2017-07-17 16:17:03 +05:30
Gayathri
88c4315a68 Allow JWT token validation to be configurable at compile time 2017-07-13 15:41:00 +05:30
Sadhyama Vengilat
48d94661a3 Added parodus version along with git commit hash 2017-07-10 16:25:04 +05:30
Bill Williams
c96fd044de add unit tests for config.c relating to jwt tokens 2017-06-16 10:05:50 -07:00
mander207
f8f7b90720 Improving code, so next victim will not get SEGV when changing argc in only one place ;-) 2017-04-05 16:55:31 -07:00
mander207
76e4836193 Adding seshat-url [e] to command line parameters. 2017-04-05 16:15:42 -07:00
Gayathri
c8df0de1d1 Added partner_id command line argument 2017-04-04 19:17:47 +05:30
Sadhyama Vengilat
d8f67b9e1e Added parodus URL as command line argument instead of using it as env variable 2017-03-30 18:14:16 +05:30
Gayathri
7e6a8ef747 Added more unit test cases 2017-03-20 16:10:36 +05:30
Gayathri
63aeaaccc0 Add config.c tests 2017-03-06 15:42:22 +05:30