Re: [VOTE] Change the default branch to "no-std" for Teaclave TrustZone SDK

2024-05-15 Thread Zhaofeng Chen
+1 approve "no-std" eases the burden of maintaining target-specific Rust standard libraries and meets the basic requirements to rewrite existing "C" TAs. On Wed, May 8, 2024 at 8:51 PM Yuan Zhuang wrote: > Hi community, > > I'm initiating a vote thread to propose a change in the default >

Re: Welcome Yuan Zhuang as Teaclave PPMC

2022-08-21 Thread Zhaofeng Chen
Welcome Yuan and congratulations! Best, Zhaofeng On Mon, Aug 22, 2022 at 1:06 PM Mingshen Sun wrote: > Dear Teaclave community, > > Let's welcome Yuan Zhuang as our new Teaclave PPMC member. > > Yuan started working on Teaclave TrustZone SDK one year ago > and made several major contributions

Re: Welcome Ran Duan as Teaclave PPMC

2022-08-21 Thread Zhaofeng Chen
Welcome and congratulations! Best, Zhaofeng On Mon, Aug 22, 2022 at 1:05 PM Mingshen Sun wrote: > Dear Teaclave community, > > Let's welcome Ran Duan as our new Teaclave PPMC member. > > Ran has contributed a lot to the Teaclave SGX SDK repository for years. > Right now, he is working on our

[apache/incubator-teaclave] [Add] Support AES-GCM output files. (PR #629)

2022-02-26 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature

[apache/incubator-teaclave] [Fix] Improve log writer and tolerate log reader (PR #587)

2021-12-10 Thread Zhaofeng Chen
## Description When the DB is in persistent mode, DBs log files are read back to memory every time after DB restarts. However, some log records might cause the Log Readers offset to grow larger than the block size. This PR changed tolerate this corner case by resetting the offset to 0. As each

[apache/incubator-teaclave] [Fix] DCAP service error. (PR #586)

2021-12-09 Thread Zhaofeng Chen
## Description Fix DCAP verification concurrency issue by introducing a global lock. It seems the sgx_qv_verify_quote logic breaks (return SGX_QL_ERROR_UNEXPECTED or collateral_exp_status==1) when there are there are concurrent verification request. I need some time to figure out the root

[apache/incubator-teaclave] [Mod] Flush DB and compact_range after dequeue operation. (PR #585)

2021-12-02 Thread Zhaofeng Chen
## Description Enable compact_range to reduce LevelDB disk usage in persistent mode. We also invoke db.flush for all put/delete operations. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

Re: [apache/incubator-teaclave] [Fix] leveldb lru bug, using disk db for unit test. (PR #583)

2021-12-02 Thread Zhaofeng Chen
Merged #583 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/583#event-5708720056

[apache/incubator-teaclave] [Fix] leveldb lru bug, using disk db for unit test. (PR #583)

2021-12-02 Thread Zhaofeng Chen
## Description In persistent mode, a LevelDB LRU assertion failure is triggered by our unit test case. This PR fix the issue in LRU::remove opertion. ## Type of change (select or add applied and delete the others) - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [Add] Service launching in logs and reconnecting warnings. (PR #582)

2021-12-01 Thread Zhaofeng Chen
## Description Add Service launching in logs and reconnecting warnings. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking

[apache/incubator-teaclave] [Mod] Persistent MockDB in test mode. (PR #580)

2021-12-01 Thread Zhaofeng Chen
## Description Change the mockdb to use persistent storage in test mode. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking

Re: Welcome Gordon as our mentor

2021-07-26 Thread Zhaofeng Chen
Hi Gordon, Welcome to the community! Best, Zhaofeng On Sun, Jul 25, 2021 at 11:20 PM Gordon King wrote: > Thank you all for adding me as a mentor to Teaclave community ! > > Gordon. > > On 2021/07/26 05:46:51, Mingshen Sun wrote: > > Dear Teaclave community, > > > > Let's welcome our new

Re: Welcoming Hongbo Chen (@ya0guang) as Teaclave committer

2021-07-09 Thread Zhaofeng Chen
Welcome Hongbo. Best, Zhaofeng On Fri, Jul 9, 2021 at 6:40 PM Hongbo Chen wrote: > Dear community members, > > Thanks a lot for building Teaclave and the community! It gives me a chance > to contribute to an open source community for the first time in my life! > > Although Teaclave and its

Re: [apache/incubator-teaclave-sgx-sdk] Change sgx_libc Interface for Rust Crates. (#258)

2021-04-15 Thread Zhaofeng Chen
Closed #258. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/258#event-4597410629

Re: [apache/incubator-teaclave-sgx-sdk] Change sgx_libc Interface for Rust Crates. (#258)

2021-04-15 Thread Zhaofeng Chen
I have pushed the changes to the [sec-liboc](https://github.com/apache/incubator-teaclave-sgx-sdk/tree/sec-liboc) branch for future updates. Close this PR for now. We can discuss/modify these breaking changes in future PRs to that branch. -- You are receiving this because you are subscribed

[apache/incubator-teaclave] [SDK] Add iOS/macOS build support for protected_fs (#477)

2021-02-01 Thread Zhaofeng Chen
[format] make format [SDK] Fix protected_fs linux build Add ios cmake license. ## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select or add applied and delete the others)

[apache/incubator-teaclave] [Fix] broken api reference links (#457)

2021-01-19 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [binder] Add checks and test case for input/output buffer. (#423)

2020-09-29 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

Re: [apache/incubator-teaclave-sgx-sdk] Change sgx_libc Interface for Rust Crates. (#258)

2020-08-09 Thread Zhaofeng Chen
@volcano0dr I have updated the interfaces. You can review the latest code now. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/258#issuecomment-67219

Re: [apache/incubator-teaclave] error when following first function example SGX_ERROR_SERVICE_UNAVAILABLE (#377)

2020-07-01 Thread Zhaofeng Chen
Hi @amiller , could you execute `sudo journalctl -b -u aesmd.service` to check if there is any additional information for the aesmd service? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[apache/incubator-teaclave-sgx-sdk] Add checks for untrusted memory allocation result. (#247)

2020-06-10 Thread Zhaofeng Chen
You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/247 -- Commit Summary -- * Add checks for untrusted memory allocation result. -- File Changes -- M sgx_libc/src/linux/x86_64/ocall.rs (12) -- Patch Links --

[apache/incubator-teaclave] [task] Remove task clone before saving state into db. (#304)

2020-05-19 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [task] Bind Task state to static type. (#293)

2020-05-12 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [fusion] Optimize fusion_base dir logic. (#291)

2020-05-09 Thread Zhaofeng Chen
## Description FusionBase directory is a runtime configuration item for Execution Service. The absolute path of a fusion file is resolved outside of enclave, combining the fusion_base_dir and relative path assigned by Management service. Fixes # (issue) ## Type of change (select or add

[apache/incubator-teaclave] [task] Wrap types for Task fields. (#284)

2020-05-05 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] gg[task] Restrict task status transition. (#280)

2020-04-29 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [fusion] Support fusion data used as input with example. (#274)

2020-04-24 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [fusion] Support fusion data creation with example. (#271)

2020-04-22 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [cmac] Add output cmac. (#268)

2020-04-17 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select or add applied and delete the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [cmac] Read/Prep input files with cmac validation. (#264)

2020-04-15 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [types] Add FileAuthTag type. (#263)

2020-04-14 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [task] Unify task result field with TaskResult (#262)

2020-04-10 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [Execution] Add FileManager, TaskStatus and TaskResult. (#261)

2020-04-08 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [tests] Unify functional tests requests logic. (#260)

2020-04-07 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [executor] Use Executor to replace native function String. (#259)

2020-04-06 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [services, WIP] Optimize Management Service logic (#257)

2020-04-02 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [tests] Support End-to-End executor selector, including MesaPy Echo t… (#255)

2020-03-31 Thread Zhaofeng Chen
…ests. ## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [tests] End-to-End test with helper functions (#254)

2020-03-27 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [tests] Add End-to-End echo function test. (#253)

2020-03-27 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [build] Optimize prep process logic for multiple edl files. (#252)

2020-03-26 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [function] Add native logistic regression prediction. (#250)

2020-03-26 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [function] Add native logistic regression training. (#249)

2020-03-26 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [types] Optimize StagedFiles usages (#248)

2020-03-25 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [types] Simplify StagedFiles related structures (#247)

2020-03-24 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [common] Enable all unit_test for rusty_leveldb_sgx (#244)

2020-03-23 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

Re: [apache/incubator-teaclave] fix file descriptor leak when leveldb close (#242)

2020-03-23 Thread Zhaofeng Chen
Hi @luoyanhua2011 , thanks for the PR. I have cleanup the lock logic via #243 . Could you check out the latest code and see if the issue still exists? I have also enabled enclave_unit_test for this crate, you can also add some tests

[apache/incubator-teaclave] [common] Make leveldb sgx only and enable unit test. (#243)

2020-03-22 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] Dev agent (#241)

2020-03-18 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [worker] Add Echo function. (#240)

2020-03-18 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [agent] Add more tests for file agent (#238)

2020-03-10 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [agent] Introduce file agent (#237)

2020-03-10 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [fmt] Change rustfmt config to edition 2018 (#234)

2020-03-09 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [build] Fix non TEST_MODE make issue (#232)

2020-03-04 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [types] Split TeaclveWorkerFile into Input and Output. (#229)

2020-02-25 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [types, services] Move in/out file structure to types (#228)

2020-02-20 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [common] Fix read/write buffer check with leveldb test case (#225)

2020-02-14 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [worker] Add gbdt_prediction function. (#224)

2020-02-12 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [worker] mesapy ffi and io with tests (#223)

2020-02-12 Thread Zhaofeng Chen
[cmake] update mesapy sgx ## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [

[apache/incubator-teaclave] [types] Remove ser/de for worker structs with polished tests (#217)

2020-02-05 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [workers] Bridging mesapy with tests (#215)

2020-02-04 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [tests] Introduce check_all_passed macro (#212)

2020-01-30 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

[apache/incubator-teaclave] [worker] Support encrypted output with test. (#211)

2020-01-30 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

Re: [apache/incubator-teaclave] [worker] Support encrypted/raw input with tests. (#210)

2020-01-29 Thread Zhaofeng Chen
@m4sterchain pushed 1 commit. 5548907c311a4232f0341bd01256a632de97c04a [worker] Support encrypted/raw input with tests. -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [apache/incubator-teaclave] [build] Fix building issue introduced by prep.sh (78756c2)

2020-01-29 Thread Zhaofeng Chen
${MESATEE_SERVICE_INSTALL_DIR}/test_cases is a file since the last commit. We don't need the -r option here. For cached build, a `make clean` is required to remove the cached test_cases directory in `release/services`. -- You are receiving this because you are subscribed to this thread. Reply

[apache/incubator-teaclave] [worker] Support encrypted/raw input with tests. (#210)

2020-01-29 Thread Zhaofeng Chen
## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature

Re: Mailing list have been renamed to notificati...@teaclave.apache.org

2019-12-12 Thread Zhaofeng Chen
Got it. Zhaofeng On Thu, Dec 12, 2019 at 3:03 PM Mingshen Sun wrote: > Hi folks, > > **Sorry for the repeated email, since the issues list is not shown in > the archive, I'm testing it again** > > This email is to verify the renaming of lists from @mesatee.apache.org -> > @teaclave.apache.org