Commit 6728716
Zoltan Varga
Add authentication method to device structure
1 parent 34e63e4 commit 6728716
File tree
8 files changed
+40
-7
lines changed- build_all/linux
- release_device_client/build
- lib.linux-x86_64-2.7/iothub_client
- lib/iothub_client
- release_service_client/build
- lib.linux-x86_64-2.7/iothub_service_client
- lib/iothub_service_client
- service
- samples
- src
- tests
8 files changed
+40
-7
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
- CMakeLists.txt-1
- build_all/arduino_cc/base-libraries/AzureIoTHub/library.properties+1-1
- build_all/arduino_cc/base-libraries/AzureIoTHub/src/AzureIoTHub.h+1-1
- build_all/arduino_cc/base-libraries/AzureIoTProtocol_HTTP/library.properties+1-1
- build_all/arduino_cc/base-libraries/AzureIoTProtocol_HTTP/src/AzureIoTProtocol_HTTP.h+1-1
- build_all/arduino_cc/base-libraries/AzureIoTProtocol_MQTT/library.properties+1-1
- build_all/arduino_cc/base-libraries/AzureIoTProtocol_MQTT/src/AzureIoTProtocol_MQTT.h+1-1
- build_all/arduino_cc/base-libraries/AzureIoTUtility/library.properties+1-1
- build_all/arduino_cc/base-libraries/AzureIoTUtility/src/AzureIoTUtility.h+1-1
- build_all/packaging/linux/debian/changelog-trusty+1-1
- build_all/packaging/linux/debian/changelog-vivid+1-1
- build_all/packaging/linux/debian/changelog-wily+1-1
- build_all/packaging/linux/debian/changelog-xenial+1-1
- build_all/packaging/windows/Microsoft.Azure.IoTHub.AmqpTransport.nuspec+4-4
- build_all/packaging/windows/Microsoft.Azure.IoTHub.HttpTransport.nuspec+3-3
- build_all/packaging/windows/Microsoft.Azure.IoTHub.IoTHubClient.nuspec+2-2
- build_all/packaging/windows/Microsoft.Azure.IoTHub.MqttTransport.nuspec+4-4
- build_all/packaging/windows/Microsoft.Azure.IoTHub.Serializer.nuspec+2-2
- build_all/tizenRT/Make.defs+47
- build_all/tizenRT/Makefile+39
- c-utility+1-1
- certs/certs.c+2
- doc/media/tizenRT1.png
- doc/media/tizenRT2.png
- doc/media/tizenRT3.png
- doc/media/tizenRT4.png
- doc/media/tizenRT5.png
- doc/media/tizenRT6.png
- doc/media/tizenRT7.png
- doc/media/tizenRT8.png
- doc/tizenRT_s5jt200_get_started.md+120
- iothub_client/CMakeLists.txt+2
- iothub_client/devdoc/requirement_docs/iothubtransport_amqp_cbs_auth_requirements.md+293
- iothub_client/inc/iothub_client_version.h+1-1
- iothub_client/inc/iothubtransport_amqp_cbs_auth.h+67
- iothub_client/samples/iothub_client_sample_amqp/windows/iothub_client_sample_amqp.vcxproj+8-8
- iothub_client/samples/iothub_client_sample_amqp/windows/packages.config+4-4
- iothub_client/samples/iothub_client_sample_http/windows/iothub_client_sample_http.vcxproj+6-6
- iothub_client/samples/iothub_client_sample_http/windows/packages.config+3-3
- iothub_client/samples/iothub_client_sample_http_shared/windows/iothub_client_sample_http.vcxproj+6-6
- iothub_client/samples/iothub_client_sample_http_shared/windows/packages.config+3-3
- iothub_client/samples/iothub_client_sample_mqtt/windows/iothub_client_sample_mqtt.vcxproj+8-8
- iothub_client/samples/iothub_client_sample_mqtt/windows/packages.config+4-4
- iothub_client/samples/iothub_client_sample_upload_to_blob/windows/iothub_client_sample_http.vcxproj+6-6
- iothub_client/samples/iothub_client_sample_upload_to_blob/windows/packages.config+3-3
- iothub_client/samples/iothub_client_sample_x509/iothub_client_sample_x509.c+3-3
- iothub_client/samples/iothub_client_sample_x509/windows/iothub_client_sample_x509.vcxproj+6-6
- iothub_client/samples/iothub_client_sample_x509/windows/packages.config+3-3
- iothub_client/samples/readme.md+1-1
- iothub_client/src/iothub_client.c+5-1
- iothub_client/src/iothubtransport_amqp_cbs_auth.c+872
- iothub_client/src/iothubtransport_mqtt_common.c-2
- iothub_client/tests/CMakeLists.txt+4
- iothub_client/tests/common_e2e/iothubclient_common_e2e.c+480
- iothub_client/tests/common_e2e/iothubclient_common_e2e.cpp+1-1
- iothub_client/tests/iothubclient_amqp_ws_e2e/CMakeLists.txt+54-54
- iothub_client/tests/iothubclient_amqp_ws_e2e/iothubclient_amqp_ws_e2e.c+1-1
- iothub_client/tests/iothubclient_http_e2e/iothubclient_http_e2e.cpp+2-1
- iothub_client/tests/iothubclient_ll_u2b_ut/iothub_client_ll_u2b_ut.c+1-1
- iothub_client/tests/iothubclient_mqtt_device_method_e2e/CMakeLists.txt+8
- iothub_client/tests/iothubclient_mqtt_dt_e2e/CMakeLists.txt+12
- iothub_client/tests/iothubclient_mqtt_e2e/CMakeLists.txt-2
- iothub_client/tests/iothubclient_mqtt_ws_e2e/CMakeLists.txt+93
- iothub_client/tests/iothubclient_mqtt_ws_e2e/iothubclient_mqtt_ws_e2e.c+39
- iothub_client/tests/iothubclient_mqtt_ws_e2e/main.c+11
- iothub_client/tests/iothubclient_mqtt_ws_e2e/suppressions.supp+10
- iothub_client/tests/iothubclient_ut/iothubclient_ut.c+61-2
- iothub_client/tests/iothubtransport_amqp_cbs_auth_ut/CMakeLists.txt+27
- iothub_client/tests/iothubtransport_amqp_cbs_auth_ut/iothubtransport_amqp_cbs_auth_ut.c+1.8k
- iothub_client/tests/iothubtransport_amqp_cbs_auth_ut/main.c+13
- iothub_client/tests/version_ut/version_ut.c+1-1
- iothub_service_client/devdoc/requirement_docs/iothubserviceclient_registrymanager_requirements.md+74-17
- iothub_service_client/inc/iothub_registrymanager.h+12-2
- iothub_service_client/parson+1-1
- iothub_service_client/samples/iothub_registrymanager_sample/iothub_registrymanager_sample.c+3
- iothub_service_client/samples/iothub_service_client_sample/iothub_service_client_sample.c+4
- iothub_service_client/src/iothub_registrymanager.c+120-10
- iothub_service_client/tests/iothub_rm_ut/iothub_rm_ut.c+769-53
- parson+1-1
- serializer/samples/remote_monitoring/windows/packages.config+5-5
- serializer/samples/remote_monitoring/windows/remote_monitoring.vcxproj+10-10
- serializer/samples/simplesample_amqp/windows/packages.config+5-5
- serializer/samples/simplesample_amqp/windows/simplesample_amqp.vcxproj+10-10
- serializer/samples/simplesample_http/windows/packages.config+4-4
- serializer/samples/simplesample_http/windows/simplesample_http.vcxproj+8-8
- serializer/samples/simplesample_mqtt/windows/packages.config+5-5
- serializer/samples/simplesample_mqtt/windows/simplesample_mqtt.vcxproj+10-10
- serializer/samples/temp_sensor_anomaly/windows/packages.config+4-4
- serializer/samples/temp_sensor_anomaly/windows/temp_sensor_anomaly.vcxproj+8-8
- serializer/src/jsondecoder.c+1-1
- testtools/iothub_test/src/iothub_account.c+1
- uamqp+1-1
- umqtt+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
41 | | - | |
| 47 | + | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
| |||
49 | 56 | | |
50 | 57 | | |
51 | 58 | | |
52 | | - | |
| 59 | + | |
| 60 | + | |
53 | 61 | | |
54 | 62 | | |
55 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
872 | | - | |
| 872 | + | |
| 873 | + | |
873 | 874 | | |
874 | 875 | | |
875 | 876 | | |
| |||
879 | 880 | | |
880 | 881 | | |
881 | 882 | | |
| 883 | + | |
882 | 884 | | |
883 | 885 | | |
884 | 886 | | |
| |||
911 | 913 | | |
912 | 914 | | |
913 | 915 | | |
914 | | - | |
| 916 | + | |
| 917 | + | |
915 | 918 | | |
916 | 919 | | |
917 | 920 | | |
| |||
921 | 924 | | |
922 | 925 | | |
923 | 926 | | |
| 927 | + | |
924 | 928 | | |
925 | 929 | | |
926 | 930 | | |
| |||
1772 | 1776 | | |
1773 | 1777 | | |
1774 | 1778 | | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
1775 | 1784 | | |
1776 | 1785 | | |
1777 | 1786 | | |
| |||
1849 | 1858 | | |
1850 | 1859 | | |
1851 | 1860 | | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
1852 | 1867 | | |
1853 | 1868 | | |
1854 | 1869 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
| 624 | + | |
624 | 625 | | |
625 | 626 | | |
626 | 627 | | |
| |||
629 | 630 | | |
630 | 631 | | |
631 | 632 | | |
632 | | - | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
633 | 636 | | |
634 | 637 | | |
635 | 638 | | |
| |||
646 | 649 | | |
647 | 650 | | |
648 | 651 | | |
| 652 | + | |
649 | 653 | | |
650 | 654 | | |
651 | 655 | | |
| |||
656 | 660 | | |
657 | 661 | | |
658 | 662 | | |
659 | | - | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
660 | 666 | | |
661 | 667 | | |
662 | 668 | | |
| |||
0 commit comments