ClickHouse/programs/server
Filatenkov Artur c23fe5baf6
Improve codec for encr 19896 (#27476)
* change syntax of encrypted command

* commit all encrypted changes

* correct encryption

* correct config for test

* add tests and correct code style and typos

* correct test

* fix unbundled build

* add log warning messages

* improve code according to review comments

* correct nonce

* correct errors found by fuzzing

* improve codec AES_128_GCM_SIV. Add AES_256_GCM_SIV. Add sections for last in tests. Improve documentation

* Update CompressionCodecEncrypted.h

* Update 01683_codec_encrypted.sql

* correct compression factory after changes in master

* correct behavior with wrong key in data

* correct fuzzer

* add connection for fuzzer with fix for compression_encrypted

* refactor code

* add load from config with throwing errors on server start

* fix typos and check style

* Update Server.cpp

* correct loading and reading

* refactor code. fix uninitialized value

* refactor code

* move defines from server to cpp file

* correct build

* remove repeated code

* correct namespace

* fix code style
2021-09-13 11:25:36 +03:00
..
config.d Fix symlink 2021-03-29 12:19:20 +03:00
users.d Added system.session_log table 2021-08-30 18:28:28 +03:00
.gitignore Update gitignore 2021-04-20 23:39:41 +03:00
clickhouse-server.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
config.xml Improve codec for encr 19896 (#27476) 2021-09-13 11:25:36 +03:00
config.yaml.example Fix compiled_expression_cache_size setting default value in configuration files 2021-09-09 21:36:15 +03:00
embedded.xml Remove obsolete "incl" from /etc/metrika.xml; correct links in config 2021-01-04 21:01:17 +03:00
MetricsTransmitter.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
MetricsTransmitter.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
play.html Fix font in Chromium 2021-08-10 08:18:18 +03:00
Server.cpp Improve codec for encr 19896 (#27476) 2021-09-13 11:25:36 +03:00
Server.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
users.xml Add more comments to users.xml #27750 2021-08-17 05:01:03 +03:00
users.yaml.example Added users.yaml example to programs/server 2021-05-24 13:46:32 +03:00
ya.make Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00