From: Eric Bollengier Date: Mon, 20 Apr 2020 13:46:27 +0000 (+0200) Subject: BEE Backport bacula/src/filed/filed_conf.c X-Git-Tag: Release-11.3.2~1850 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6484c9882f455a9f9fc4eb84860defea7b0c82bc;p=thirdparty%2Fbacula.git BEE Backport bacula/src/filed/filed_conf.c This commit is the result of the squash of the following main commits: Author: Eric Bollengier Date: Thu Apr 9 21:55:29 2020 +0200 Tweak comment Author: Eric Bollengier Date: Wed Feb 5 12:00:41 2020 +0100 Fix *json segfault on OpenBSD In memcpy(&res_all, res, sizeof(res_all)); The res_all is likely bigger than res itself. We copy too much data, and on OpenBSD, we get segfaults. Author: Alain Spineux Date: Tue Apr 9 11:10:50 2019 +0200 PSK: call free_psk_context() instead of free_tls_context() when appropriate - FYI both functions are just aliases Author: Alain Spineux Date: Tue Apr 9 17:43:43 2019 +0200 PSK: set default "TLS PSK Enable" to "no" when SSL is not available Author: Alain Spineux Date: Mon Apr 8 14:56:33 2019 +0200 PSK: Add new "TLS PSK Enable" directive to all resources - add the field to the resources - create default "psk_ctx" CONTEXT for each of them at startup Author: Eric Bollengier Date: Mon Mar 25 17:10:49 2019 +0100 Rename FDCallsDir directives to ConnectToDirector Author: Eric Bollengier Date: Mon Mar 25 18:32:11 2019 +0100 Rename MaximumConnectionTime to ReconnectionTime, Run to Connect and ConnectToDir to AllowFDConnections Author: Eric Bollengier Date: Wed Mar 20 14:53:33 2019 +0100 Add FD Calls Director feature to ease client behind NAT access - Implement scheduler in Client side to activate the feature - Refactor Run resource between the director and the file daemon - Allow to use the Director resource to connect a Director for the proxy command and the FDCallsDir - Add FDCallsDir state in show client - Add code to handle permanent connections bsock_meeting New Directive FileDaemon:Director:FDCallsDir= FileDaemon:Director:FDCallsDirReconnect=