From: Eric Bollengier Date: Fri, 24 Apr 2020 15:54:31 +0000 (+0200) Subject: BEE Backport bacula/src/dird/dird_conf.h X-Git-Tag: Release-11.3.2~1760 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16c721ca1ae498973dc6ada38b5efb76ab26bc67;p=thirdparty%2Fbacula.git BEE Backport bacula/src/dird/dird_conf.h This commit is the result of the squash of the following main commits: 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: 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 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=