search for: subconfigurations

Displaying 3 results from an estimated 3 matches for "subconfigurations".

Did you mean: sipconfigurations
2011 Nov 12
1
Including multiple third party libraries in an extension
Hi, I've got a C extension structured roughly like: package/ src/ Makevars foo.c some-lib/... some-other-lib/.. where foo.c and Makevars define dependencies on some-lib and some-other-lib. Currently I'm having Makevars configure;make install some-lib and some-other-lib into a local build directory, which produces shard libraries that ultimately I reference for foo.o in
2017 Apr 20
3
Include for sshd_config
...g this for about a week on 150 servers and everything > running fine. I hadn't seen any bugs. Thanks! What is the performance penalty for incoming connectons? Have you any sense of this? I'm slightly leery of this approach. I've encountered numerous systems that sought to split out subconfigurations sensibly, such as /etc/cron.d for cron jobs, /et/sudoers.d for sudo access, and individual zone files for DNS configurations. Some of them have worked very well, but some of them which parse all files for all connections have been vulnerable to a single typo in a single included file destroying the...
2017 Apr 10
2
Include for sshd_config
On 07.04.2017 15:05, Jakub Jelen wrote: > On 04/07/2017 11:54 AM, navern wrote: >> Hello, >> >> Afaik there was added Include feature for ssh_config. I want to add this >> option to sshd_config as well. I think about local patch(i am not sure >> this will be required for upstream). >> >> Code for Include option in readconf.c doesn't look very