-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When deleting files and updating indexes, keep a backup file until the index is updated #264
Comments
TinCanTech
referenced
this issue
Feb 8, 2022
1. Move the files, to ensure permissions are correct 2. Update index 3a. If Update index success: Remove files 3b. If Update index failure: Restore files Signed-off-by: Richard T Bonhomme <[email protected]>
TinCanTech
referenced
this issue
Feb 8, 2022
1. Move the files, to ensure permissions are correct 2. Update index 3a. If Update index success: Remove files 3b. If Update index failure: Restore files Signed-off-by: Richard T Bonhomme <[email protected]>
This is not completed .. |
Improve |
TinCanTech
referenced
this issue
Feb 28, 2022
The original inline-index is kept until the update successfully completes. Otherwise, the original inline-index is put back in place. Signed-off-by: Richard T Bonhomme <[email protected]>
TinCanTech
referenced
this issue
Feb 28, 2022
The original inline-index is kept until the update successfully completes. Otherwise, the original inline-index is put back in place. Signed-off-by: Richard T Bonhomme <[email protected]>
TinCanTech
referenced
this issue
Mar 2, 2022
* skip_master_hash=1 Introduce secondary layer of protection: All commands which make no changes MUST use skip_master_hash. All commands which make changes MUST use update_master_hash. skip_master_hash and update_master_hash are mutually exclusive. * Restyle save_master_hash(), minor improvement. * Add check for empty input list to generate the master hash. * easytls_create_layout() prints fixed-hashes to default hash-files. Signed-off-by: Richard T Bonhomme <[email protected]>
TinCanTech
referenced
this issue
Mar 6, 2022
A backup-file 'example.txt.tmp' is created and removed for: * Config-file updates * Inline-index updates * TLSKey-index updates * Disabled-list updates Signed-off-by: Richard T Bonhomme <[email protected]>
TinCanTech
referenced
this issue
Mar 7, 2022
Allow updates to config, indexes and lists to use a single function. Include file protection measures in the one function. Also make inline_index_update() and tlskey_index_update() use this function. Signed-off-by: Richard T Bonhomme <[email protected]>
TinCanTech
referenced
this issue
Mar 8, 2022
The code here is all replaced by code within univeral_update() Signed-off-by: Richard T Bonhomme <[email protected]>
TinCanTech
referenced
this issue
Mar 8, 2022
Before, this would also backup the inline-index. Signed-off-by: Richard T Bonhomme <[email protected]>
TinCanTech
referenced
this issue
Mar 8, 2022
Remove unset -v inline_hash; easy-tls no longer supports inline_renew() Signed-off-by: Richard T Bonhomme <[email protected]>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: