Displaying 20 results from an estimated 32 matches for "altnames".
2011 Oct 24
3
Important Security Announcement: AltNames Vulnerability [new version of puppet]
We have discovered a security vulnerability (“AltNames Vulnerability”)
whereby a malicious attacker can impersonate the Puppet master using
credentials from a Puppet agent node. This vulnerability cannot cross
Puppet deployments, but it can allow an attacker with elevated
privileges on one Puppet-managed node to gain control of any other
Puppet-managed...
2023 Aug 01
12
Bug#1042842: network interface names wrong in domU (>10 interfaces)
Package: xen-utils-4.17
Version: 4.17.1+2-gb773c48e36-1
Severity: important
Dear Maintainers,
On one of our domUs we discovered that the network interface names were
wrongly assigned since recreating the domU after an upgrade to bookworm.
If over 10 network interfaces are configured the mapping (dom0) vifX.10
<-> eth10 (domU) does not apply anymore.
Instead the interfaces on dom0 are
2012 Mar 10
2
X509v3 Subject Alternative Name in puppet generated certs...
I''m trying to split out my certificate authority and have one CA and
multiple masters, currently using round robin DNS, possibly using
HAproxy later.
Got most of the way there but tangled up in names and certificates.
When the Puppet CA generated it''s certificate the PTR record for it''s
IP pointed back to it''s domain name ("henson") and it had a CNAME
2012 Nov 02
2
Merge data frame with mispelling characters
Hello dear R-helpers,
I'm working with R-2.15.2 on Windows 7 OS. I'm stucked with a merge of two
data frames by characters.
In each data frame I got two different list of names, that is my main-key to
be merged.
To figure out what I'm saying, I build up a modified "?merge" example, with
errors by purpose:
# Data for authors:
authors <- data.frame(
surname =
2012 Feb 11
0
[LLVMdev] (MC) <target>RegisterInfo.td: alternate register names
Folks, Please confirm or correct the following assertions:
In Target.td one of the data member fields for class Register is list<string> AltNames.
If this is for alternate names for a given register (in Mips $28 and $gp are the same) it would be quite useful for the llvm-mc assembler which has to handle cases where there are multiple names for the same register.
A quick recursive grep shows that no target is currently using this. It is als...
2008 Jun 17
1
replace column headers
Hello everyone,=I have a question as to how to remove the column headers
in a data file and then replace those with titles from another file in this case
the file labeled ann (
in which the titles are all in one column).I am unsure which function to
use.I tried rm () to remove the column headers but they are numbers and
the error message said to only use rm for charactors not numbers
Below is
2012 Sep 01
1
Getting 8.3 samba short filenames in linux
From a windows client it is easy and fast to obtain from a samba share
both the long filenames and the short 8.3 names by using DIR /x. Is
there a way for a Linux client to obtain this same information swiftly
for a large directory listing - or indeed for the samba server to show
this information? The only way I have found is using smbclient's altname
function but I seem to have to call
2010 Jul 05
1
SMB Trans2 Response and STATUS_OBJECT_NAME_NOT_FOUND
Good Morning,
let me explain the problem:
i need to establish a connection with a Windows host (Windows 7) via
smbclient (from ubuntu linux), to run a script which needs to get some file
informations (eg. size, version, etc..). Connection and authentication works
perfectly. From linux, i can execute the following command:
smb: \> allinfo test.txt
altname: test.txt
create_time: Thu 01 Jul
2023 Nov 06
3
[Bug 3631] New: ssh fe80 -b invalid argument failure
https://bugzilla.mindrot.org/show_bug.cgi?id=3631
Bug ID: 3631
Summary: ssh fe80 -b invalid argument failure
Product: Portable OpenSSH
Version: 8.9p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2011 Oct 24
0
Announce: Puppet 2.6.12 Available [security update]
Puppet 2.6.12 is a security update release in the 2.6.x branch.
The only changes since 2.6.11 are security fixes for the following
vulnerability:
* CVE-2011-3872, Altnames Vulnerability
For more details on this vulnerability, follow the link on our
blog post: http://puppetlabs.com/blog/important-security-announcement-altnames-vulnerability/
Other information available at: http://puppetlabs.com/security
or visit http://puppetlabs.com/security/cve/cve-2011-3872
Fea...
2008 Mar 13
0
[Fwd: Re: OpenSSH and X.509 Certificate Support]
Hi Roumen,
I discovered that the need of appending the .pub part of id_rsa(client
key+cert) on the server can be eliminated by adding the Certificate Blob
to authorized_keys which could look something like this:
x509v3-sign-rsa subject=
/C=FR/ST=PARIS/L=DESEl/O=SSL/OU=VLSI/CN=10.244.82.83/emailAddress=client at company.com
This is extracted from the client certificate using openssl as
2016 Oct 08
3
RFC: Implement variable-sized register classes
On 4 October 2016 at 19:50, Krzysztof Parzyszek via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> If there are no objections, I'd like to start working on this soon...
>
> For the AMDGPU target this implies that RC->getSize will no longer be
> available in the MC layer.
Another advantage of this work that hasn't been mentioned yet is it
will reduce the number of uses
2020 Sep 21
2
[libvirt] SRIOV configuration
Hello,
We encountered a problem while testing SRIOV on kubevirt [1]:
We are currently using the Device "hostdev" generic options to
pass-through the VF to the guest.
It is not done through the "interface" (with type hostdev) because
that option requires access to the PF which is not available in our
case (the VF is moved to the container namespace where libvirt runs,
but not
2019 Mar 25
2
Overlapping register groups in old 8-bit MC6809 processor.
...er file
//===----------------------------------------------------------------------===//
class MC6809Reg<bits<4> num, string n, list<string> alt = []>
: Register<n> {
field bits<4> Num = num;
let Namespace = "MC6809";
let HWEncoding{3-0} = num;
let AltNames = alt;
}
class MC6809RegWithSubregs<bits<4> num, string n, list<Register> subregs, list<string> alt = []>
: RegisterWithSubRegs<n, subregs> {
field bits<4> Num = num;
let Namespace = "MC6809";
let HWEncoding{3-0} = num;
let AltNames = alt;
}...
2012 Jan 09
0
Changing the puppetca CA password
...uppetca would know the
answer to this question in minutes, not hours.
Anyway, there should be a puppetlabs docs on how to do it. Really
EVERY puppetca has the password ''secret''? I guess it is not a KNOWN
security risk.
http://puppetlabs.com/blog/important-security-announcement-altnames-vulnerability/
Not known. Come on puppetca guru''s how the hell do you change the
puppetca "ca.pass" password from ''secret''????
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group,...
2014 Jun 12
1
[Bug 959] New: SSL misconfiguration
https://bugzilla.netfilter.org/show_bug.cgi?id=959
Summary: SSL misconfiguration
Product: bugzilla
Version: other
Platform: x86_64
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: netfilter bugzilla
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy:
2008 Feb 26
3
multiple ip and ssl
Hello,
is possible in some way use on each ip address different certificate
(for imap, for pop3). There are options like (but that is not enough
for me):
protocol imap {
listen = *:10143
ssl_listen = *:10943
..
}
protocol pop3 {
listen = *:10100
..
}
I have server for 4 domains (each has own ip address), so i need bind
one ip address to one domain to one certificate(each certificate
2010 Jul 06
0
*update* SMB Trans2 Response STATUS_OBJECT_NAME_NOT_FOUND Problem
I need to establish a connection with a Windows host (Windows 7) via
smbclient (from ubuntu linux), to run a script which needs to get some file
informations (eg. size, version, etc..).
Connection and authentication works perfectly. From linux, i can execute the
following command:
smb: \> allinfo test.txt
altname: test.txt
create_time: Thu 01 Jul 2010 11:06:30 AM CEST CEST
access_time:
2023 Nov 02
0
Samba Internal DNS - no AAAA records
Hello all,
I am trying to find out how the AAAA records are added in my SambA AD DC
setup but it is not clear how they should be added.
Here are my zones:
? pszZoneName???????????????? : 56.168.192.in-addr.arpa
? Flags?????????????????????? : DNS_RPC_ZONE_DSINTEGRATED
DNS_RPC_ZONE_UPDATE_SECURE
? ZoneType??????????????????? : DNS_ZONE_TYPE_PRIMARY
? Version???????????????????? : 50
?
2007 Oct 10
17
Warning for Fedora Core users
Fedora Core 7 has just updated their Ruby package (was 1.8.6.36-3.fc7,
is now 1.8.6.110-3.fc7), and the upgrade broke my Puppet installation,
and there was a similar report from someone else.
Communications between the puppetmasterd and the puppetd running on
the same host broke down with the message:
Could not retrieve configuration: Certificates were not trusted: hostname
not match with