Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Adds the obscure() shell function, exposing an internal mechanism without which you cannot programmatically set the user's sync password or HTTP auth creds. The existing mechanisms assume you can type into the console. Effectively, this gives us "fossil user pass" equivalents for these other password-like values. |
|---|---|
| Downloads: | See separate download page |
| Timelines: | family | ancestors | descendants | both | obscure-shell-function |
| Files: | files | file ages | folders |
| SHA3-256: |
2b5b7181a8a4d361b6bfffb8bd1c5bd5 |
| User & Date: | wyoung 2020-06-26 18:52:12.379 |
Context
|
2020-06-27
| ||
| 14:48 | Add the obscure() shell function. Corresponding unobscure() is not provided. (check-in: f7e572b040 ... user: drh tags: trunk) | |
|
2020-06-26
| ||
| 18:52 | Adds the obscure() shell function, exposing an internal mechanism without which you cannot programmatically set the user's sync password or HTTP auth creds. The existing mechanisms assume you can type into the console. Effectively, this gives us "fossil user pass" equivalents for these other password-like values. (closed check-in: 2b5b7181a8 ... user: wyoung tags: obscure-shell-function) | |
|
2020-06-25
| ||
| 13:32 | Add a link to the built-in help to the permuted documentation index. (check-in: db90281cb3 ... user: drh tags: trunk) | |
Changes
Changes to src/db.c.