Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix a typo in the FOSSIL_SECURITY_LEVEL documentation of the previous check-in. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
2dec4bdfcbe1796f9d53974c29891faa |
| User & Date: | drh 2016-07-09 16:43:52.324 |
Context
|
2016-07-23
| ||
| 20:35 | Update the built-in SQLite to the 3.14 alpha. Use sqlite3_trace_v2() instead of sqlite3_trace(), which is not deprecated. check-in: b9573e55c2 user: drh tags: trunk | |
|
2016-07-09
| ||
| 16:43 | Fix a typo in the FOSSIL_SECURITY_LEVEL documentation of the previous check-in. check-in: 2dec4bdfcb user: drh tags: trunk | |
| 16:38 | Documentation on FOSSIL_SECURITY_LEVEL. check-in: 2b964533da user: drh tags: trunk | |
Changes
Changes to www/encryptedrepos.wiki.
| ︙ | ︙ | |||
43 44 45 46 47 48 49 | </blockquote> <h2>Additional Security</h2><blockquote> Use the FOSSIL_SECURITY_LEVEL environment for additional protection. <blockquote><pre> export FOSSIL_SECURITY_LEVEL=1 </pre></blockquote> A setting of 1 or greater | | | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | </blockquote> <h2>Additional Security</h2><blockquote> Use the FOSSIL_SECURITY_LEVEL environment for additional protection. <blockquote><pre> export FOSSIL_SECURITY_LEVEL=1 </pre></blockquote> A setting of 1 or greater prevents fossil from trying to remember the previous sync password. <blockquote><pre> export FOSSIL_SECURITY_LEVEL=2 </pre></blockquote> A setting of 2 or greater causes all password prompts to be preceeded by a random translation matrix similar to the following: <blockquote><pre> |
| ︙ | ︙ |