- URL: https://github.com/kamailio/kamailio/commit/9e4b47f75a572bb7732c90aac4a6b434... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
core: typos
- URL: https://github.com/kamailio/kamailio/commit/d61cd534f8ec10a232b8f446f277386b... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
src/Makefile*: typos
- URL: https://github.com/kamailio/kamailio/commit/854e69f9db966f11d92c630a4000fc21... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
lwsc: typos
- URL: https://github.com/kamailio/kamailio/commit/b682bedc8f33ac58297cfead05489e2c... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
mangler: typos
- URL: https://github.com/kamailio/kamailio/commit/7c97869cb944d6996a8bcf31bd50789b... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
matrix: typo
- URL: https://github.com/kamailio/kamailio/commit/61b69b2d1b74234e5e78c0c50df6f65f... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
maxfwd: typo
- URL: https://github.com/kamailio/kamailio/commit/55c5535c5fee881b16b95a2152d08aec... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
mediaproxy: typos
- URL: https://github.com/kamailio/kamailio/commit/854ccb898a586837c262a5d64515cf7a... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
memcached: typos
- URL: https://github.com/kamailio/kamailio/commit/91dd1ea66e735478d44906ee01a4d1d8... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
misc_radius: typos
- URL: https://github.com/kamailio/kamailio/commit/211ede8351683644d1829feb355ca4a2... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
misctest: typos
- URL: https://github.com/kamailio/kamailio/commit/c632c5fd6afb37704dde2de96c5a5a8d... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
mqtt: typo
- URL: https://github.com/kamailio/kamailio/commit/3157cc16d409de71d692ec4344118132... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
msilo: typos
- URL: https://github.com/kamailio/kamailio/commit/c3919b68e947b6572eef8cd01486af4f... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
nat_traversal: typo
- URL: https://github.com/kamailio/kamailio/commit/5f3c2fe040c8a9e19b3ea98dc343fa32... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
ndb_cassandra: typos
- URL: https://github.com/kamailio/kamailio/commit/c7471291950d24dceaf8b5db131afd37... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
ndb_mongodb: typo
- URL: https://github.com/kamailio/kamailio/commit/5888a402285b5edb2c8691a263530287... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
usrloc: typo
- URL: https://github.com/kamailio/kamailio/commit/e66c2c96908cb8c2169ace2c31c2a6cf... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:14:57+02:00
test/misc/code: typos
- URL: https://github.com/kamailio/kamailio/commit/437b435c86c109bdda213998c6448ed2... Author: �������������������� �������������������������������� git-dpa@aegee.org Date: 2023-06-18T20:16:54+02:00
utils: typos
- URL: https://github.com/kamailio/kamailio/commit/453a973849cc6eaab2e07d445675a9a3... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-06-20T09:31:59+02:00
Merge branch 'master' into typos
- URL: https://github.com/kamailio/kamailio/commit/8c934aa97890f288c7f06f4df9acad0f... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
db_redis: Adding TLS support
Enhancing security options by enabling TLS connections and password definition. Added 3 new parameters: * opt_tls: For enabling TLS connections. * ca_path: For specifying a folder containing valid certification chains. * password: For providing DB access password.
If opt_tls is provided a temporary SSL context is created to pass it to existing cluster or normal redis context. TLS support is automatically enabled/disabled by checking libhiredis_ssl.so existence.
- URL: https://github.com/kamailio/kamailio/commit/5b4d1d9e6160ab7aec8e77ab1a3e5365... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
ndb_redis: Adding TLS support
Checks for the tls parameter in the BD schema and, if it's enabled, creates a temporary TLS conext that is used to initialize the redis context. Adds 1 new parameter: * ca_path: For specifying a folder containing valid certification chains.
- URL: https://github.com/kamailio/kamailio/commit/6176c95a17f940c130f6219140593b6f... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
db_redis: Fixing format
Fixing malformed C lines
- URL: https://github.com/kamailio/kamailio/commit/23a54de62daf07ace22569baf0a52ee8... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
db_redis: Missing format fixes
Removing spaces from line ends.
- URL: https://github.com/kamailio/kamailio/commit/93bcb36ee013e4ab02f71342fa2e2163... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
ndb_redis: Format fixes
Fixing C formatting issues
- URL: https://github.com/kamailio/kamailio/commit/3162c80ee54eab842ddebef07c3c5679... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
db_redis: Fixing build
Removing extra declaration outside from WITH_SSL block
- URL: https://github.com/kamailio/kamailio/commit/52d1959d6ed141ab7c2a96f1f79d8d6f... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
db_redis: Fixing Makefile
Removing unprotected references to libhiredis_ssl.so
- URL: https://github.com/kamailio/kamailio/commit/89c9e4eb5df0ef2a8fe064eed961d9b8... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
db_redis: Fixing global variables
Adding module name prefix to global variables to reduce possible conflicts.
- URL: https://github.com/kamailio/kamailio/commit/053c65d731ceca121a64f6c599f8b789... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
ndb_redis: Fixing global variables names
Adding module name prefixing global variable names to prevent possible conflicts. Also using ca_path info in SSL context creation.
- URL: https://github.com/kamailio/kamailio/commit/1cde6d38a5d12950f5c405677ba65224... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
ndb_redis: Missing uprotected redisSSLContext
Fixing unprotected redisSSLContext reference in redis_client.h
- URL: https://github.com/kamailio/kamailio/commit/d0e84ab04921a01bfb980aa6ff5fb8df... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
db_redis: Searching SSL support in gcc search library path
Checking libhiredis_ssl.so in gcc --print-search-dirs
- URL: https://github.com/kamailio/kamailio/commit/6c0bc1d276921fae02c06cadc0d96a8f... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
ndb_redis: Searching SSL support in gcc search library path
Checking libhiredis_ssl.so in gcc --print-search-dirs
- URL: https://github.com/kamailio/kamailio/commit/03ae83161307feeb95f36a60ef4f50d9... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
db_redis: Format fixes
Fixing some spaces
- URL: https://github.com/kamailio/kamailio/commit/279cf4e805838f897c2b71f2ea8c828d... Author: Joel Centelles joel_centellesmartin@baxter.com Date: 2023-06-20T11:22:14+02:00
ndb_redis: Fixing format
Fixing some spaces and indentations
- URL: https://github.com/kamailio/kamailio/commit/e9cc9fc15b9ebb87d64478be93980e4c... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-06-20T11:22:14+02:00
db_redis: Makefile - updated find command for libhiredis_ssl
- silent warnings about not existing directories
- URL: https://github.com/kamailio/kamailio/commit/50f592c63ae8e91b2ba33323a3b7641a... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-06-20T11:22:14+02:00
ndb_redis: Makefile - updated find command for libhiredis_ssl
- silent warnings about not existing directories
- URL: https://github.com/kamailio/kamailio/commit/290f50eede5f22a732e3ab9435682e6b... Author: Kamailio Dev kamailio.dev@kamailio.org Date: 2023-06-20T11:22:14+02:00
modules: readme files regenerated - db_redis ... [skip ci]
- URL: https://github.com/kamailio/kamailio/commit/ba2e36551ff4f59afdc5f9d2b46bd9df... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-06-20T11:23:26+02:00
Merge branch 'dilyanpalauzov-typos'
* dilyanpalauzov-typos: (35 commits) modules: readme files regenerated - db_redis ... [skip ci] ndb_redis: Makefile - updated find command for libhiredis_ssl db_redis: Makefile - updated find command for libhiredis_ssl ndb_redis: Fixing format db_redis: Format fixes ndb_redis: Searching SSL support in gcc search library path db_redis: Searching SSL support in gcc search library path ndb_redis: Missing uprotected redisSSLContext ndb_redis: Fixing global variables names db_redis: Fixing global variables db_redis: Fixing Makefile db_redis: Fixing build ndb_redis: Format fixes db_redis: Missing format fixes db_redis: Fixing format ndb_redis: Adding TLS support db_redis: Adding TLS support utils: typos test/misc/code: typos usrloc: typo ...