search for: obenour

Displaying 20 results from an estimated 25 matches for "obenour".

2019 Oct 16
6
Re: “Stripped-down” SSH (no encryption or authentication, just forwarding)
On 2019-10-15 20:00, asymptosis wrote: > On Tue, Oct 15, 2019 at 07:43:00PM -0400, Demi M. Obenour wrote: >> On 2019-10-15 19:11, Job Snijders wrote: >>> The S in SSH stands for secure. You are asking the wrong group of people. >>> You?ll have to resolve your issue in some other way. >>> >> This tool would only support running on stdin/stdout. Indeed, >...
2017 Jan 05
5
Tail calls and portability
I have been working on adding proper tail (via `become`) to rustc. I was able to make them work (some parts of the type checker aren't implemented yet). However, I ran into an LLVM-related problem. LLVM claims to support proper tail calls when fastcc is used — but only on i386, x86-64 and PowerPC. Is this accurate? Will proper tail calls be supported on WebAssembly? Are they supported on
2023 Feb 26
1
ssh host keys on cloned virtual machines
On Sat, Feb 25, 2023 at 12:14?PM Demi Marie Obenour <demiobenour at gmail.com> wrote: > > On 2/25/23 07:50, Nico Kadel-Garcia wrote: > > On Fri, Feb 24, 2023 at 10:01 AM Jochen Bern <Jochen.Bern at binect.de> wrote: > >> > >> On 24.02.23 12:58, Keine Eile wrote: > >>> does any one of you have a b...
2018 Aug 22
2
LLVM and heap-allocated thread stacks
...nter needs to be treated the same as any other GC’d object — stack maps need to be emitted for it, and the RTS is allowed to relocate it. Would this be practical?  If so, it would be a major boon to the implementation of lightweight threading in languages that compile to LLVM IR. Sincerely, Demi Obenour -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180821/0b1c271f/attachment-0001.html>
2017 Apr 26
3
LLDB security and the use of an IPC library
...Rock). Questions: - Would you be interested in using SlipRock? - What features would SlipRock need in order to be useful to you?  In   particular, do you need an asynchronous API, or is synchronous fine? - If not, would you be willing to accept patches to fix the existing bug? Sincerely, Demi Obenour
2019 Oct 15
6
“Stripped-down” SSH (no encryption or authentication, just forwarding)
...significantly more effort and duplicate capabilities already found in the OpenSSH codebase. I also won?t have time for quite a while. Disclaimer: I have almost no knowledge of the SSH protocol, and have not looked at the OpenSSH source code. I am merely a (very) happy user. Thank you, Demi M. Obenour -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20191015/7bcd7338/attachment.asc>
2023 May 21
2
SFTP support for subsecond times
...can't speak to what patches might get accepted, but it does seem like > this is the wrong tool for the job. Not sure what Antonio?s reason is, but using NFS securely is much harder than SSH on all systems I know of, and impossible on OpenBSD without a VPN tunnel. -- Sincerely, Demi Marie Obenour (she/her/hers) -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0xB288B55FFF9C22C1.asc Type: application/pgp-keys Size: 4885 bytes Desc: OpenPGP public key URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20230521/e72188e3/attachmen...
2023 Feb 25
1
ssh host keys on cloned virtual machines
...d. > This kind of hand-tuning of every deployment rapidly becomes a waste > of admin time and serves little purpose without very tight control of > the "known_hosts", which can be overridden by local users anyway. Are SSH host certificates the solution? -- Sincerely, Demi Marie Obenour (she/her/hers) -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0xB288B55FFF9C22C1.asc Type: application/pgp-keys Size: 4885 bytes Desc: OpenPGP public key URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20230225/bbb016c4/attachmen...
2023 Apr 18
1
FIPS compliance efforts in Fedora and RHEL
...er be FIPS 140 complaint anyway so there is no point in even trying, not least because the FIPS validated version will generally be _less_ secure than the non-FIPS version. To give just one example, OpenSSH defaults to a post-quantum key exchange that FIPS does not allow. -- Sincerely, Demi Marie Obenour (she/her/hers) -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0xB288B55FFF9C22C1.asc Type: application/pgp-keys Size: 4885 bytes Desc: OpenPGP public key URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20230418/ba312b53/attachmen...
2023 Jun 20
1
[PATCH] ssh-agent: add systemd socket-based activation
...PL and we've tried hard > to keep our license free of additional obligations. Would a version that reimplemented sd_listen_fds(3) be okay? sd_listen_fds(3) is just a convenience function. The actual protocol is independent of both libsystemd and of systemd itself. -- Sincerely, Demi Marie Obenour (she/her/hers) -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0xB288B55FFF9C22C1.asc Type: application/pgp-keys Size: 4885 bytes Desc: OpenPGP public key URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20230620/1fcd9573/attachmen...
2023 Jul 16
1
SFTP support for subsecond times
...e trying with target systems without subsecond timestamps?] seems impractical to me. or at least "... [sry, didnt have internet to send, incomplete but readable imho.] . la tero brulas! #VerdajDezertoj Saluton, Daja / Dahya unua NovaUNPrezident Am 21. Mai 2023 21:45:07 MESZ schrieb Demi Marie Obenour <demiobenour at gmail.com>: >On 5/10/23 08:50, Lucas Holt wrote: >> On 5/10/23 4:36 AM, Antonio Larrosa wrote: >>> Hello, >>> >>> This is probably a long email, but please bear with me. I plan to >>> submit a patch and would like to explain what I...
2019 Nov 03
2
scp, sftp, and special characters in filenames
I have not been able to get scp(1) to download a file with a newline in its name. I know that scp(1) requires that remote filenames be escaped for the shell, but that leads to protocol errors. I am also unable to get sftp(1) to handle such files. It fails with an ?unterminated quoted argument? error, no matter how I try to quote the newline. Furthermore, the SFTP CLI is not well-suited to
2019 Oct 15
2
Re: “Stripped-down” SSH (no encryption or authentication, just forwarding)
On 2019-10-15 19:11, Job Snijders wrote: > The S in SSH stands for secure. You are asking the wrong group of people. > You?ll have to resolve your issue in some other way. > This tool would only support running on stdin/stdout. Indeed, an idiomatic use-case would be to use it as the command argument to ssh(1). The assumption I am making is that anyone that can pass arbitrary data to
2017 Feb 09
2
Using Phabricator for all LLVM development
Has anyone considered moving all LLVM development over to Phabricator? Phabricator includes - Code review (Differential) - A bug tracker (Maniphest) - Project management software - A wiki (Phriction) - Many more applications LLVM already has a Phabricator instance.
2023 Jun 05
0
[ANNOUNCE] xorgproto 2023.1
...ine one keysymdef.h: delete fourteen long-deprecated symbol names keysymdef.h: delete four symbolic names that serve no purpose keysymdef.h: add better names for the dead schwa and SCHWA symbols hyphenate two compound adjectives, like for the other occurrence Demi Marie Obenour (1): Allow client to force server to terminate if it exits Dimitry Andric (1): Xos.h: include <strings.h> on FreeBSD for index/rindex Emil Velikov (1): DRI3: fix off-by-one DRI3 opcodes in description Michael Wyraz (1): Be more descriptive about monitor types O...
2023 Jun 20
1
[PATCH] ssh-agent: add systemd socket-based activation
On Fri, 16 Jun 2023, Ronan Pigott wrote: > This adds support for systemd socket-based activation in the ssh-agent. > When using socket activation, the -a flag value must match the socket > path provided by systemd, as a sanity check. Support for this feature is > enabled by the --with-systemd configure flag. > > --- > Something tells me upstream would not be interested in
2023 Aug 16
0
[ANNOUNCE] xcb-proto 1.16.0
Alan Coopersmith (3): gitlab CI: add a basic build test Add documentation for DAMAGE extension Remove "All rights reserved" from Oracle copyright notices Alexander Volkov (1): dpms: Add DPMSInfoNotify event (DPMS 1.2) Demi Marie Obenour (4): Document the MIT-SHM extension Add documentation for XFixes v6 Document BIG-REQUESTS Add documentation for Composite Emil Velikov (1): autogen.sh: use quoted string variables Matt Turner (1): xcb-proto 1.16.0 Mihail Konev (1): autogen: add default p...
2023 Aug 16
0
[ANNOUNCE] libxcb 1.16
...th (4): gitlab CI: add a basic build test configure.ac: drop dependency `pthread-stubs` on Solaris configure.ac: Remove obsolete AC_HEADER_STDC Raise minimum required version of Python from 2.6 to 3.0 Daniel G (2): Fix windows build. Fix indentation. Demi Marie Obenour (5): Fix a compiler warning Fix handling of documented enum parameters Allow full paths to sockets on non-macOS DISPLAY starting with / or unix: is always a socket path Add tests for unix socket parsing Emil Velikov (1): autogen.sh: use quoted string variables...
2019 Nov 04
2
scp, sftp, and special characters in filenames
On Mon, 4 Nov 2019, David Newall wrote: > On 4/11/19 3:29 am, Demi M. Obenour wrote: > > I have not been able to get scp(1) to download a file with a newline > > in its name. I know that scp(1) requires that remote filenames be > > escaped for the shell, but that leads to protocol errors. > > I see something much worse: > > $ sudo sh >...
2023 Feb 25
1
ssh host keys on cloned virtual machines
On Fri, Feb 24, 2023 at 10:01 AM Jochen Bern <Jochen.Bern at binect.de> wrote: > > On 24.02.23 12:58, Keine Eile wrote: > > does any one of you have a best practice on renewing ssh host keys on > > cloned machines? > > I have a customer who never thought about that, while cloning all VMs > > from one template. Now all machines have the exact same host key. >