Stephen Lombardo
|
0acf2e7867
|
improves sqlcipher_export to resolve #310
|
2019-03-12 09:54:02 -04:00 |
|
Stephen Lombardo
|
8fe2c3429d
|
fix references to refactored struct under CODEC_DEBUG
|
2019-03-06 12:30:31 -05:00 |
|
Stephen Lombardo
|
549cee5505
|
Merge sqlite-release(3.27.2) into prerelease-integration
|
2019-02-25 15:00:57 -05:00 |
|
Stephen Lombardo
|
49234e8eaf
|
Snapshot of upstream SQLite 3.27.2
|
2019-02-25 14:46:38 -05:00 |
|
Stephen Lombardo
|
9e2eeb3f80
|
fix cast for memset
|
2019-02-22 16:32:19 -05:00 |
|
Stephen Lombardo
|
cced1c4d8b
|
bump version to 4.1.0
|
2019-02-21 09:12:12 -05:00 |
|
Stephen Lombardo
|
c22eaf85ed
|
Merge sqlite-release(3.27.1) into prerelease-integration
|
2019-02-10 10:44:20 -05:00 |
|
Stephen Lombardo
|
4745d8a485
|
Snapshot of upstream SQLite 3.27.1
|
2019-02-10 10:35:42 -05:00 |
|
Stephen Lombardo
|
724b61d3a1
|
unset BTS_PAGESIZE_FIXED prior to adjusting migration database page size
|
2019-02-10 10:33:27 -05:00 |
|
Stephen Lombardo
|
19961d4cad
|
explicitly disable backup for encrypted databases
|
2019-02-08 16:24:22 -05:00 |
|
Stephen Lombardo
|
e04d8c98cf
|
clear buffer if cipher operation fails per #304
|
2019-02-08 15:00:18 -05:00 |
|
Stephen Lombardo
|
1ca606d4a2
|
rework salt initialization to ensure PRAGMA cipher_salt always returns a value
|
2019-01-16 13:58:59 -05:00 |
|
Stephen Lombardo
|
4f9202c763
|
deprecates PRAGMA fast_kdf_iter
|
2019-01-16 13:16:31 -05:00 |
|
Stephen Lombardo
|
02f4a0086b
|
PRAGMA cipher_default_settings queries current default SQLCipher options
|
2019-01-16 13:03:47 -05:00 |
|
Stephen Lombardo
|
fb3a1960df
|
deprecates cipher_hmac_pgno and cipher_hmac_salt_mask
|
2019-01-16 12:25:38 -05:00 |
|
Stephen Lombardo
|
034480aa76
|
adds PRAGMA cipher_settings to query current database codec settings
|
2019-01-15 13:40:56 -05:00 |
|
Stephen Lombardo
|
42e655bf35
|
normalize attach behavior when key is not yet derived
|
2019-01-15 13:15:51 -05:00 |
|
Stephen Lombardo
|
47acb89a48
|
add usage note to sqlite3_rekey in header per #301
|
2019-01-04 12:29:58 -05:00 |
|
Stephen Lombardo
|
addd2519d2
|
minor comment cleanup
|
2019-01-04 12:06:49 -05:00 |
|
Stephen Lombardo
|
546f567f4e
|
defer reading salt from header until key derivation is triggered
|
2019-01-04 12:03:21 -05:00 |
|
Stephen Lombardo
|
38e94c508e
|
update cipher_version and test
|
2018-12-17 13:19:10 -05:00 |
|
Stephen Lombardo
|
e93a26f731
|
fix redeclaration
|
2018-12-17 13:11:57 -05:00 |
|
Stephen Lombardo
|
bd2f337070
|
Merge sqlite-release(3.26.0) into prerelease-integration
|
2018-12-12 20:17:24 -05:00 |
|
Stephen Lombardo
|
4d9565b805
|
Snapshot of upstream SQLite 3.26.0
|
2018-12-12 19:43:10 -05:00 |
|
Stephen Lombardo
|
e4b66d6cc8
|
adds PRAGMA cipher_compatibility and cipher_default_compatibility
|
2018-12-12 17:24:24 -05:00 |
|
Stephen Lombardo
|
60b49b6826
|
fix prototypes (for strict-prototypes)
|
2018-12-12 16:37:44 -05:00 |
|
Stephen Lombardo
|
d0eb2aab22
|
add history filtering for attach statements with key parameter
|
2018-12-04 08:53:23 -05:00 |
|
Stephen Lombardo
|
580fde5ad2
|
properly filter empty lines as reported in #293
|
2018-12-04 08:51:23 -05:00 |
|
Stephen Lombardo
|
b0c7b629ad
|
fix memory initialization
|
2018-10-30 09:42:03 -04:00 |
|
Stephen Lombardo
|
ca4b36a61a
|
Merge branch 'prerelease' of ssh://git.zetetic.net/sqlcipher into prerelease
|
2018-10-29 18:31:33 -04:00 |
|
Stephen Lombardo
|
ba2467d512
|
fix error in memory hook codec trace
|
2018-10-29 18:31:04 -04:00 |
|
Stephen Lombardo
|
94c88989f7
|
defer memory hook until after xInit
|
2018-10-29 17:58:34 -04:00 |
|
Stephen Lombardo
|
81ed3a54a2
|
cipher_migrate will use MoveFileExW on windows platforms
|
2018-10-23 13:04:03 -04:00 |
|
Stephen Lombardo
|
9249f54531
|
correct warnings for UAP builds
|
2018-10-23 09:08:30 -04:00 |
|
Stephen Lombardo
|
537dcf75e5
|
improve memory handling for values returned from pragmas
|
2018-10-18 13:01:15 -04:00 |
|
Stephen Lombardo
|
787cbae31a
|
adjustments to version reporting
|
2018-10-17 20:31:23 -04:00 |
|
Stephen Lombardo
|
7e805e5388
|
bump version number and add qualifier
|
2018-10-17 15:57:40 -04:00 |
|
Stephen Lombardo
|
57ea35296c
|
correct compliation under openssl 1.1.x
|
2018-10-10 15:55:49 -04:00 |
|
Stephen Lombardo
|
be947c12cd
|
correct uninitialized variables and linker error
|
2018-10-08 17:18:47 -04:00 |
|
Stephen Lombardo
|
f615ede679
|
enable optional license support hooks
|
2018-10-02 16:56:49 -04:00 |
|
Stephen Lombardo
|
532f48f7f1
|
Merge sqlite-release(3.25.2) into prerelease-integration
|
2018-09-28 14:57:11 -04:00 |
|
Stephen Lombardo
|
e62fa4945b
|
Snapshot of upstream SQLite 3.25.2
|
2018-09-28 14:35:21 -04:00 |
|
Stephen Lombardo
|
c566ead72a
|
sqlcipher_export from attached database to main (2nd parameter specifies source)
|
2018-09-27 13:06:59 -04:00 |
|
Stephen Lombardo
|
867d0dafd5
|
SQLCIPHER_PROFILE_USE_FOPEN can force cipher_profile to use fopen (e.g. for WinXP)
|
2018-09-27 10:32:13 -04:00 |
|
Stephen Lombardo
|
bf8bffb8ac
|
default to 256,000 PBKDF2 iterations
|
2018-09-21 16:30:45 -04:00 |
|
Stephen Lombardo
|
cf7e9f9451
|
improved error handling for providers
|
2018-09-21 16:01:17 -04:00 |
|
Stephen Lombardo
|
f177869fca
|
fix conversion back to original journal_mode after migration
|
2018-09-21 14:47:14 -04:00 |
|
Stephen Lombardo
|
20d80b3a89
|
skips additonal migration checks once correct version is identified
|
2018-09-21 13:44:55 -04:00 |
|
Stephen Lombardo
|
25e895e93a
|
take database out of WAL mode prior to migration
|
2018-09-21 13:42:56 -04:00 |
|
Stephen Lombardo
|
32c00dc87f
|
fixes windows build, string overread in sqlite3OsOpen
|
2018-09-20 10:40:02 -04:00 |
|