Module: kamailio
Branch: master
Commit: cfade98e196aa96e36a33efcbf22489cf10ef979
URL: https://github.com/kamailio/kamailio/commit/cfade98e196aa96e36a33efcbf22489…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-02-17T00:25:31+01:00
tls: server side SNI support
- adapted from the patch of Klaus Darilion for Kamailio v1.5, which was
lost with the ser integration
- this is a partial patch of the original one, adding support for SNI
when accepting TLS connections
---
Modified: modules/tls/tls_config.c
Modified: modules/tls/tls_config.h
Modified: modules/tls/tls_domain.c
Modified: modules/tls/tls_domain.h
Modified: modules/tls/tls_init.c
Modified: modules/tls/tls_server.c
---
Diff: https://github.com/kamailio/kamailio/commit/cfade98e196aa96e36a33efcbf22489…
Patch: https://github.com/kamailio/kamailio/commit/cfade98e196aa96e36a33efcbf22489…
Module: kamailio
Branch: master
Commit: 5b65ebb807661daf7132e084bee609aff1af49d1
URL: https://github.com/kamailio/kamailio/commit/5b65ebb807661daf7132e084bee609a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-02-17T00:25:31+01:00
Makefile: updated sercmd to kamcmd
---
Modified: Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/5b65ebb807661daf7132e084bee609a…
Patch: https://github.com/kamailio/kamailio/commit/5b65ebb807661daf7132e084bee609a…
---
diff --git a/Makefile b/Makefile
index 2892624..bcf39c1 100644
--- a/Makefile
+++ b/Makefile
@@ -202,10 +202,10 @@ cmodules=$(foreach mods,$(modules_dirs), $($(mods)))
# list of utils directories that should be compiled by make utils
-C_COMPILE_UTILS= utils/sercmd
+C_COMPILE_UTILS= utils/kamcmd
# list of binaries that should be installed alongside
# (they should be created after make utils, see C_COMPILE_UTILS)
-C_INSTALL_BIN= # sercmd is now installed by ctl
+C_INSTALL_BIN= # kamcmd is now installed by ctl
# which utils know to install themselves and should be installed
# along the core (list of utils directories)