similar to: Add trusted CA to libvirt

Displaying 8 results from an estimated 8 matches similar to: "Add trusted CA to libvirt"

2014 Jul 28
0
[Announce] Samba 4.1.10 Available for Download
===================================================================== "When your work speaks for itself, don't interrupt." Henry J. Kaiser ===================================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.1. Changes since 4.1.9: -------------------- o Michael Adam
2014 Jul 28
0
[Announce] Samba 4.1.10 Available for Download
===================================================================== "When your work speaks for itself, don't interrupt." Henry J. Kaiser ===================================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.1. Changes since 4.1.9: -------------------- o Michael Adam
2021 Nov 09
2
[Announce] Samba 4.15.2, 4.14.10, 4.13.14 Security Releases are available for Download
Release Announcements --------------------- These are security releases in order to address the following defects: o CVE-2016-2124: SMB1 client connections can be downgraded to plaintext authentication. https://www.samba.org/samba/security/CVE-2016-2124.html o CVE-2020-25717: A user on the domain can become root on domain members.
2021 Nov 09
2
[Announce] Samba 4.15.2, 4.14.10, 4.13.14 Security Releases are available for Download
Release Announcements --------------------- These are security releases in order to address the following defects: o CVE-2016-2124: SMB1 client connections can be downgraded to plaintext authentication. https://www.samba.org/samba/security/CVE-2016-2124.html o CVE-2020-25717: A user on the domain can become root on domain members.
2009 Apr 16
1
[LLVMdev] LLVM and coroutines/microthreads
On Thu, Apr 16, 2009 at 3:21 PM, OvermindDL1 <overminddl1 at gmail.com> wrote: > > First, I will assume that you have read > http://www.nondot.org/sabre/LLVMNotes/ExplicitlyManagedStackFrames.txt > and if you have not, do so. I hadn't. That's very similar to what I had tried early on, but found it was actually slower than managing my own stacks lazily (on continuation,
2016 Aug 22
2
samba-tool domain provision no such option: --slapd-path
Hello, because of the login problem with windows 10 and the required changes in "server max protocol" i try to setup an AD. The AD works fine, now I have an other problem. In my Samba3 install i have the following config: mailserver with standanlone openLDAP <- sync -> samba3 with openLDAP so the mailserver can receive mails even if the pdc is down. as i can see at
2009 Apr 16
0
[LLVMdev] LLVM and coroutines/microthreads
On Thu, Apr 16, 2009 at 9:47 AM, Jonathan D. Turner <jonathan.d.turner at gmail.com> wrote: > I saw this was mentioned briefly last year, but there seemed to be > some confusion as to what coroutines entailed and the thread died out. >  This technique has an unfortunate number of names, but it does get a > lot of use, including popular languages like Ruby. > > I'm
2009 Apr 16
2
[LLVMdev] LLVM and coroutines/microthreads
I saw this was mentioned briefly last year, but there seemed to be some confusion as to what coroutines entailed and the thread died out. This technique has an unfortunate number of names, but it does get a lot of use, including popular languages like Ruby. I'm currently working on a programming language called Minnow (http://www.minnow-lang.org). It's an actor-based language, where