Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | List the FOSSIL_SECURITY_LEVEL environment variable in the Environment Variables and Global Options document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | misc-little-things |
Files: | files | file ages | folders |
SHA3-256: |
04eb72fd039166e21b2145cd1d885098 |
User & Date: | florian 2019-01-27 15:42:00.000 |
Context
2019-01-27
| ||
19:19 | Change the "reparent" command so that it only works within an open checkout. Documentation improvements, especially add documentation to about the FOSSIL_SECURITY_LEVEL environment variable. ... (check-in: d168be0c user: drh tags: trunk) | |
15:42 | List the FOSSIL_SECURITY_LEVEL environment variable in the Environment Variables and Global Options document. ... (Closed-Leaf check-in: 04eb72fd user: florian tags: misc-little-things) | |
2019-01-04
| ||
07:56 | Minor typo. ... (check-in: aedfd94d user: florian tags: misc-little-things) | |
Changes
Changes to www/env-opts.md.
︙ | ︙ | |||
153 154 155 156 157 158 159 160 161 162 163 164 165 166 | `FOSSIL_USER`: Name of the default user account if the checkout, local or global `default-user` setting is not present. The first environment variable found in the environment from the list `FOSSIL_USER`, `USER`, `LOGNAME`, and `USERNAME` is the user name. If none of those are set, then the default user name is "root". See the discussion of Fossil Username below for a lot more detail. `FOSSIL_TCL_PATH`: When Tcl stubs support is configured, point to a specific file or folder containing the version of Tcl to load at run time. `FOSSIL_TEMP`: Fallback location of the temporary directories and files created and deleted when running the test suite. The first environment | > > > > > > > > > > > > | 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 | `FOSSIL_USER`: Name of the default user account if the checkout, local or global `default-user` setting is not present. The first environment variable found in the environment from the list `FOSSIL_USER`, `USER`, `LOGNAME`, and `USERNAME` is the user name. If none of those are set, then the default user name is "root". See the discussion of Fossil Username below for a lot more detail. `FOSSIL_SECURITY_LEVEL`: If set to any of the values listed below, additional measures for password security will be enabled (also see [How To Use Encrypted Repositories][encryptedrepos.wiki]): [encryptedrepos.wiki]: /doc/trunk/www/encryptedrepos.wiki * _≥1_ — Do not remember passwords. * _≥2_ — Use a scrambled matrix for password input. `FOSSIL_TCL_PATH`: When Tcl stubs support is configured, point to a specific file or folder containing the version of Tcl to load at run time. `FOSSIL_TEMP`: Fallback location of the temporary directories and files created and deleted when running the test suite. The first environment |
︙ | ︙ |