Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
17 check-ins using file src/manifest.c version 3e173e99bc
|
2020-08-23
| ||
| 16:02 | Merge the interwiki enhancement from trunk. check-in: 26ac4b1ccf user: drh tags: sec2020 | |
|
2020-08-22
| ||
| 15:35 | Merge the latest enhancements from trunk. check-in: 11c1566a93 user: drh tags: sec2020 | |
| 10:45 | Merge Andy Goth's enhancements to the forum. Closed-Leaf check-in: 50cdb741db user: drh tags: sec2020-forum-refactor | |
|
2020-08-21
| ||
| 18:32 | Additional checks to ensure that db_set() and db_set_int() do not modify a sensitive setting unless PROTECT_BASELINE is disabled. check-in: ccdb5a9bb8 user: drh tags: sec2020 | |
| 15:08 | Add missing db_unprotect() calls to backoffice. check-in: c75dcc621b user: drh tags: sec2020 | |
| 15:05 | Improved documentation of the database write protection logic. Added undocumented SQL command db_protect() and db_protect_pop() to the "sql" command. Panic on a protection stack overflow. check-in: 75deba73b5 user: drh tags: sec2020 | |
| 13:04 | Add triggers to prevent changes to sensitive settings when PROTECT_SENSITIVE is engaged. check-in: c9b9a77d59 user: drh tags: sec2020 | |
| 11:26 | Remove incorrect leaf ambiguity warning when doing a "fossil commit --dry-run". check-in: 1b52c41415 user: drh tags: sec2020 | |
| 11:19 | Fix the locate_unmanaged_files() routine so that it always see (and ignores) symbolic links. check-in: 0938b56516 user: drh tags: sec2020 | |
| 10:29 | More improvements to the allow-symlinks help text. check-in: f7f31147de user: drh tags: sec2020 | |
| 10:23 | Improved on-line help for the allow-symlinks setting. check-in: d3090e91b8 user: drh tags: sec2020 | |
| 10:10 | Improve comments on symlink logic check-in: 39a5df1fde user: drh tags: sec2020 | |
| 01:09 | Add a missing db_unprotect() to the "fossil all" command. check-in: b9ae03f6ee user: drh tags: sec2020 | |
| 01:01 | Merge the latest changes from trunk into sec2020. check-in: 1d61aae314 user: drh tags: sec2020 | |
|
2020-08-20
| ||
| 16:25 | Merge recent changes from trunk. check-in: c93cb2bae9 user: drh tags: sec2020 | |
|
2020-08-19
| ||
| 16:13 | Silently ignore reserved filenames that occur inside of manifests, rather than throwing an error. No need for a setting to allow reserved filenames in manifests. check-in: 2e19c5fe2d user: drh tags: sec2020 | |
|
2020-08-18
| ||
| 23:39 | An alternative method for dealing with historical files named "_FOSSIL_" in the tree: Simply pretend they are not there. Closed-Leaf check-in: 8f24c07917 user: drh tags: ignore-reserved-filenames | |