Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

4 check-ins tagged with "sync-skip-sensitive"

2024-10-14
19:23
Flag the th1-setup setting as sensitive because it can, when built with --with-tcl, contain arbitrary tcl. Remove the following settings from the list of syncable settings because they will no longer sync because they're flagged as sensitive: tcl, tcl-setup, th1-setup, th1-docs. Closed-Leaf check-in: 6a114c4870 user: stephan tags: sync-skip-sensitive
19:21
Cherry-pick [2d5a23e919df] into this branch. check-in: f3ce75f818 user: stephan tags: sync-skip-sensitive
17:26
When pushing config from the server during sync, silently elide any settings flagged as sensitive. check-in: dc64bf7821 user: stephan tags: sync-skip-sensitive
17:01
Part of a proposed solution for the problem reported in [forum:6179500deadf6ec7 | forum post 6179500deadf6ec7], in which synching from a repo which is built --with-tcl is not possible if the 'tcl' or 'tcl-setup' settings are set. configure_is_exportable() now returns 0 for any settings which are flagged as sensitive (so they won't be imported). We should also elide all sensitive settings from the server side, but that would not help folks synching from an older server instance built --with-tcl, so we need this half of the fix too. check-in: d254fcaa9d user: stephan tags: sync-skip-sensitive