Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
33 check-ins using file src/stash.c version 463f9080
2020-08-26
| ||
15:52 | Merge in trunk (check-in [f741baa6be]) ... (check-in: 5d4a57f2 user: george tags: wiki-history) | |
13:31 | Merge in trunk (version-2.12.1) ... (check-in: 62c31630 user: george tags: wiki-history) | |
2020-08-25
| ||
05:04 | Updated javascript.md page to track recent developments. ... (check-in: 3a1d3cc2 user: wyoung tags: trunk) | |
00:01 | Improvements to handling of line endings and BOM marks when doing a 3-way merge. ... (check-in: 88ff2642 user: drh tags: trunk) | |
2020-08-24
| ||
23:24 | Merge miscellanous auxiliary defenses and security enhancements. This check-in is not needed to fix any problems that are not already fixed in version 2.12.1. It merely provides additional defense in depth. ... (check-in: f741baa6 user: drh tags: trunk) | |
00:24 | Merge changes from trunk. ... (Closed-Leaf check-in: 4a8bc878 user: drh tags: sec2020) | |
2020-08-23
| ||
16:02 | Merge the interwiki enhancement from trunk. ... (check-in: 26ac4b1c user: drh tags: sec2020) | |
2020-08-22
| ||
15:35 | Merge the latest enhancements from trunk. ... (check-in: 11c1566a user: drh tags: sec2020) | |
10:45 | Merge Andy Goth's enhancements to the forum. ... (Closed-Leaf check-in: 50cdb741 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: ccdb5a9b user: drh tags: sec2020) | |
15:08 | Add missing db_unprotect() calls to backoffice. ... (check-in: c75dcc62 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: 75deba73 user: drh tags: sec2020) | |
13:04 | Add triggers to prevent changes to sensitive settings when PROTECT_SENSITIVE is engaged. ... (check-in: c9b9a77d user: drh tags: sec2020) | |
11:26 | Remove incorrect leaf ambiguity warning when doing a "fossil commit --dry-run". ... (check-in: 1b52c414 user: drh tags: sec2020) | |
11:19 | Fix the locate_unmanaged_files() routine so that it always see (and ignores) symbolic links. ... (check-in: 0938b565 user: drh tags: sec2020) | |
10:29 | More improvements to the allow-symlinks help text. ... (check-in: f7f31147 user: drh tags: sec2020) | |
10:23 | Improved on-line help for the allow-symlinks setting. ... (check-in: d3090e91 user: drh tags: sec2020) | |
10:10 | Improve comments on symlink logic ... (check-in: 39a5df1f user: drh tags: sec2020) | |
01:09 | Add a missing db_unprotect() to the "fossil all" command. ... (check-in: b9ae03f6 user: drh tags: sec2020) | |
01:01 | Merge the latest changes from trunk into sec2020. ... (check-in: 1d61aae3 user: drh tags: sec2020) | |
2020-08-20
| ||
16:25 | Merge recent changes from trunk. ... (check-in: c93cb2ba user: drh tags: sec2020) | |
13:27 | Version 2.12.1 ... (Leaf check-in: b98ce23d user: drh tags: release, branch-2.12, version-2.12.1) | |
13:01 | 2.12.1 release candidate with security fixes. ... (check-in: 40feec32 user: drh tags: branch-2.12) | |
00:04 | Report the use of FOSSIL_LEGACY_ALLOW_SYMLINKS in the output "fossil version -v". ... (Closed-Leaf check-in: 89d950ef user: drh tags: sec2020-2.12-patch) | |
2020-08-19
| ||
21:08 | The allow-symlinks setting is disabled by default and is not versionable, unless Fossil is compiled with the FOSSIL_LEGACY_ALLOW_SYMLINKS flag, in which case it follows the historic behavior. ... (check-in: cdc90f0c user: drh tags: sec2020-2.12-patch) | |
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: 2e19c5fe user: drh tags: sec2020) | |
15:46 | Remove commands "test-nondir-path" and "test-is-reserved-name" and add the equivalent functionality to "test-file-environment". ... (check-in: 0cec61e4 user: drh tags: sec2020) | |
15:26 | Remove the --symlinks option from the "fossil open" command. It is not needed. Users who want to enable symlinks can use the "fossil settings" command first. ... (check-in: ff811934 user: drh tags: sec2020) | |
15:21 | Add the "fossil test-nondir-path" command for testing parts of the new symlink logic. ... (check-in: 13cfef33 user: drh tags: sec2020) | |
12:58 | Merge additional symlink fixes. Back out comment-only changes from url.c. ... (check-in: 0ea17c2b user: drh tags: sec2020-2.12-patch) | |
12:26 | Fix harmless compiler warnings. ... (check-in: feef8275 user: drh tags: sec2020) | |
12:22 | Additional defenses against doing "fossil add" of files that are beneath symlinks. ... (check-in: 928b023c user: drh tags: sec2020) | |
12:08 | Improved detection of attempts to write through a symlink. Now also works for "revert", "stash", and "undo/redo". ... (check-in: f63297b2 user: drh tags: sec2020) | |