1. e3148e3 tee-supplicant: use renameat2() by Pierre Ducroquet · 12 months ago
  2. 84557a2 tee-supplicant: move a non-working fs_fsync() call by Pierre Ducroquet · 12 months ago
  3. 0abffbf tee-supplicant: remove now useless tee_fs_root variable by Pierre Ducroquet · 12 months ago
  4. 478acd7 tee-supplicant: remove useless strncpy call by Pierre Ducroquet · 12 months ago
  5. 9a791ba tee-supplicant: finish removing direct calls to open with absolute paths by Pierre Ducroquet · 12 months ago
  6. 8ec1439 tee-supplicant: use at() functions in rename operation by Pierre Ducroquet · 12 months ago
  7. b7f589a tee-supplicant: use openat() instead of open() for ree_fs_new_open() by Pierre Ducroquet · 12 months ago
  8. 23c112a tee-supplicant: clear whole rsp_frm buffer by Sunny CHEN · 1 year ago 4.7.0 4.7.0-rc1
  9. 9d09ea1 tee-supplicant: remove unused TEE_FS_FILENAME_MAX_LENGTH by Jerome Forissier · 1 year, 2 months ago
  10. a5b1ffc tee-supplicant: send READY=1 notification to systemd by Ayoub Zaki · 2 years ago 4.3-rc1 4.3.0 4.3.0-rc1
  11. f1f000b tee-supplicant: remove useless use of __ANDROID__ condition by Etienne Carriere · 2 years, 1 month ago
  12. 3eac340 libteec: Move OP-TEE defined fields into an imp struct by Julianus Larson · 3 years, 1 month ago 4.2.0 4.2.0-rc1
  13. cef6c7e tee-supplicant: fix potential crash when TA isn't found by p870613 · 2 years, 4 months ago
  14. 5448e22 tee-supplicant: Enforce paths bound limits by Tanel Dettenborn · 2 years, 6 months ago
  15. f3845d8 tee-supplicant: Allow for TA load path to be specified at runtime by Jared Baur · 2 years, 7 months ago
  16. c84206b tee-supplicant: Cleanup TEEC_TEST_LOAD_PATH by Mika Tammi · 2 years, 9 months ago
  17. 0fc6ef7 tee-supplicant: fix leak when load plugin failed by liu_yi · 3 years, 3 months ago
  18. cb3842c tee-supplicant: Synchronize file operations for secure storage by Joakim Nordell · 3 years, 8 months ago
  19. 13123de tee-supplicant: fs: no need to use strlen() to check for empty string by Jerome Forissier · 3 years, 8 months ago
  20. 5364e61 tee-supplicant: read rpmb dev info from sysfs by Julien Masson · 4 years ago
  21. 492410d tee-supplicant: -d: return after TEE device is opened by Jerome Forissier · 3 years, 10 months ago
  22. e7cba71 tee-supplicant: fs: use errno instead of returning TEEC_ERROR_GENERIC by Jerome Forissier · 4 years ago 3.18.0 3.18.0-rc1
  23. f7ed8e3 tee-supplicant: support multiple TA load paths by Jerome Forissier · 4 years, 2 months ago
  24. dc58de2 tee-supplicant: close shm fd before freeing memory by Jens Wiklander · 4 years, 1 month ago
  25. f2a7c94 tee-supplicant/src/tee_supplicant.c: fix build without plugins by Fabrice Fontaine · 4 years, 1 month ago
  26. 8aed3ed tee-supplicant: accept -r as a short option for --rpmb-cid by Jerome Forissier · 4 years, 2 months ago
  27. 5a69d55 tee-supplicant: add --rpmb-cid command line option by Jerome Forissier · 4 years, 3 months ago 3.17.0-rc1
  28. 88d374e tee-supplicant: rpmb: read CID in one go by Jerome Forissier · 4 years, 3 months ago
  29. ba0ed67 tee-supplicant: rpmb: introduce readn() wrapper to the read() syscall by Jerome Forissier · 4 years, 3 months ago
  30. 945704e tee-supplicant: fix plugin loading logic by Ondrej Kubik · 4 years, 4 months ago
  31. edf3072 tee-supplicant: refactor argument parsing in main() by Ondrej Kubik · 4 years, 4 months ago
  32. 876b1ae tee-supplicant: introduce struct tee_supplicant_params for global config by Ondrej Kubik · 4 years, 4 months ago
  33. df537dd tee-supplicant: read_with_timeout(): fix non-blocking peeking by Jens Wiklander · 4 years, 6 months ago
  34. 6d54f84 tee-supplicant: recv_with_out_flags(): check EINTR by Jens Wiklander · 4 years, 6 months ago
  35. e532a51 tee-supplicant: tee_socket_recv(): report truncated datagrams by Jens Wiklander · 4 years, 8 months ago
  36. b3e9cee tee-supplicant: handle ftell() errors by Elvira Khabirova · 4 years, 8 months ago
  37. 9876c9c teec_ta_load: replace printfs with DMSGs by Elvira Khabirova · 4 years, 8 months ago
  38. f591143 tee-supplicant: add CFG_TEE_SUPP_PLUGINS to enable or not plugin support by Etienne Carriere · 4 years, 10 months ago
  39. fa1d30c tee_supplicant.c: Fix shared memory size retrieval from OPTEE by Timothée Cercueil · 5 years ago
  40. 6782dcf tee-supplicant: plugin: remove regular file check by Rouven Czerwinski · 5 years ago
  41. 562dadc Allocate page aligned shared memory buffers by Jens Wiklander · 6 years ago
  42. 5da4da9 tee-supplicant: rpmb: switch to MMC_IOC_MULTI_CMD by Ricardo Salveti · 5 years ago
  43. 523d50b tee-supplicant: daemonize before opening a supplicant device by Elvira Khabirova · 5 years ago
  44. 1e91cc7 tee-supplicant: add a framework for loadable plugins by Aleksandr Anisimov · 6 years ago
  45. 342acae Sync tee.h with Linux kernel v5.6 by Jens Wiklander · 6 years ago
  46. 05fc1d4 tee-supplicant: cast to __u64 to avoid potential overflow by Jerome Forissier · 6 years ago
  47. be4fa2e ftrace, gprof: fix format of UUID string in file name by Jerome Forissier · 7 years ago 3.8.0 3.8.0-rc1
  48. 2e526f4 tee-supplicant: Rename ftrace config macro by Sumit Garg · 7 years ago
  49. bc0ec8c rpmb: add DMSG to print dev_id by Victor Chong · 7 years ago 3.7.0 3.7.0-rc1
  50. 37975f1 rmpb: update AOSP RPMB device path by Victor Chong · 7 years ago
  51. bdfe6c3 rpmb emu: increase EMU_RPMB_SIZE_MULT to 2 by Victor Chong · 7 years ago
  52. 9152faf rpmb emu: fix ioctl return type by Victor Chong · 7 years ago
  53. 505fc28 rpmb emu: remove gratuitous line by Victor Chong · 7 years ago
  54. 0189fac rpmb emu: return RPMB_RESULT_AUTH_KEY_NOT_PROGRAMMED if key not set by Victor Chong · 7 years ago
  55. 0353db8 rpmb: add missing defines for RPMB results by Victor Chong · 7 years ago
  56. 89cf872 tee-supplicant: create profiling files with permission 0644 by Jerome Forissier · 7 years ago
  57. 7a2b6dd tee-supplicant: Add ftrace buffer dump support by Sumit Garg · 7 years ago
  58. 83c7bcf simplify use of TEE fs related configs by Victor Chong · 7 years ago
  59. cb71667 tee-supplicant: do not 'mkdir /data/tee' on startup by Victor Chong · 7 years ago
  60. 5bafb04 tee-supplicant: ioctl_emu_read_ctr(): MAC correct data by Jens Wiklander · 7 years ago
  61. 1f8f9ab Cleanup some local variable initialization by Etienne Carriere · 7 years ago 3.5.0 3.5.0-rc1
  62. 924a474 Explicitly initialize local variables by Etienne Carriere · 7 years ago
  63. 656e427 tee_supplicant: gprof: fix compile error by Jerome Forissier · 8 years ago
  64. 66cdd5d tee-supplicant: add daemon mode (-d) by Jerome Forissier · 8 years ago
  65. 9c5e24c tee-supplicant: rpmb.c: add __attribute__((fallthrough)) by Jerome Forissier · 8 years ago
  66. bd0e7c8 Android related files: changes to work with Treble enabled build by Yongqin Liu · 8 years ago
  67. 3f16662 tee-supplicant: cast sizeof(x) to socklen_t by Jerome Forissier · 8 years ago 3.1.0 3.1.0-rc1
  68. 23b22b1 tee-supplicant: fix gcc warning by Jens Wiklander · 8 years ago
  69. 33fa3c1 tee-supplicant: fix use of mem after it's freed by Igor Opaniuk · 8 years ago
  70. 73b4e49 tee-supplicant: REE fs open file with O_SYNC flag by l00176142 · 9 years ago 2.6.0 2.6.0-rc1
  71. 075c56e tee_supplicant: add register memory feature by Volodymyr Babchuk · 9 years ago
  72. f761a27 tee-supplicant: move TEEC_LOAD_PATH to Makefile by l00176142 · 9 years ago
  73. e5ba7e8 tee-supplicant: Report error on short buffer when loading TA by Yves Lefloch · 9 years ago
  74. 48aed6e Storage: Added CFG_TEE_FS_PARENT_PATH config option by Ruslan Piasetskyi · 9 years ago
  75. 1358c3f Replace file permission symbolic values by octal numbers by Jerome Forissier · 9 years ago
  76. 326001c tee-supplicant: FS: remove unused legacy RPC functions by Jerome Forissier · 9 years ago
  77. 5de013f supplicant: use public rpc command ids by Etienne Carriere · 9 years ago
  78. f8a4086 supplicant: define/describe reserved Ids for supplicant commands by Etienne Carriere · 9 years ago
  79. 4d5cf67 tee-supplicant: correct block device path for android by Zhizhou Zhang · 9 years ago
  80. 403c9a1 Remove SQL-FS by Jens Wiklander · 9 years ago
  81. 1df4046 ree_fs_new_opendir(): ignore empty directory by Jerome Forissier · 9 years ago 2.4.0
  82. ea42194 tee-supplicant: fix variable is used unitialized error by Victor Chong · 9 years ago
  83. 79309c4 Use the mode also in open_wrapper by Joakim Bech · 9 years ago
  84. f79c74f tee-supplicant: Add support for TCP/UDP iSocket interface by Jens Wiklander · 9 years ago
  85. 52e6ca1 tee-supplicant: spawn threads as needed by Jens Wiklander · 9 years ago
  86. 5229afd tee-supplicant: support asynchronous supplicant requests by Jens Wiklander · 9 years ago
  87. 5477e9e tee-supplicant: Update TEEC_TEST_LOAD_PATH for Android by Victor Chong · 9 years ago
  88. 7f16107 ree fs rpc: open with best-effort allowing RO data fs by Andy Green · 9 years ago
  89. 3b4c507 Add support for TA profiling (gprof) by Jerome Forissier · 10 years ago
  90. a1df073 Rename optee_msg_fs.h to optee_msg_supplicant.h by Jerome Forissier · 10 years ago
  91. 3656576 Add backward compatibility with older TA UUID format by Jerome Forissier · 9 years ago 2.3.0
  92. ce5fefe Format UUID strings correctly by Jens Wiklander · 10 years ago
  93. 731f8a7 Encode UUID big endian by Jens Wiklander · 10 years ago
  94. 7739387 tee-supplicant: add missing unistd.h in tee_fs.h by Zoltan Kuscsik · 10 years ago
  95. 1472d0e Add new RPC FS functions with useful error codes by Jens Wiklander · 10 years ago
  96. 08dbea2 Add Android build for SQL FS by Jerome Forissier · 10 years ago
  97. fe089fe tee-supplicant: implement SQL FS file operations by Jerome Forissier · 10 years ago
  98. ed027c0 tee-supplicant: add missing flags in conversion function by Jerome Forissier · 10 years ago
  99. 74b49b9 tee-supplicant: move file operations and flags to their own header by Jerome Forissier · 10 years ago
  100. 81f0257 Try loading TAs from another writable path by David Brown · 10 years ago