search for: demi

Displaying 20 results from an estimated 58 matches for "demi".

Did you mean: dem
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. I...
2007 Feb 01
2
Index mapping on arrays
...are actually large in the second component (for example the dimension might be 10*10000*10) so I'm looking for a method avoiding loops. The question is probably trivial for you, but I just could not figure it out. So sorry for bugging you and many thanks in advance for any help. Best wishes, Demi Anderson. -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
2019 Oct 15
6
“Stripped-down” SSH (no encryption or authentication, just forwarding)
...ikely be 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>
2018 Aug 22
2
LLVM and heap-allocated thread stacks
...k pointer 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 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
2019 Oct 15
2
Re: “Stripped-down” SSH (no encryption or authentication, just forwarding)
...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 this tool over stdin can also obtain a shell (with the same privileges). Sincerely, Demi -------------- 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/335944fc/attachment-0001.asc>
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 o...
2017 Apr 26
3
LLDB security and the use of an IPC library
...B currently uses a client-server architecture.  That appears fine, but runs into an annoying security problem: other users on the same machine can connect to the TCP socket and take over LLDB and thus the user’s system.  This means that LLDB is useless in multiuser enviromnents on Linux, such as academic computer labs. The immediate problem can be solved by using either HMAC authentication of all messages or by using Unix domain sockets.  However, it might be simpler to use a 3rd party library for the purpose: https://github.com/DemiMarie/SlipRock (Disclaimer: I wrote SlipRock). Questions: - Wo...
2006 Aug 26
2
[LLVMdev] Fedora Core 5 package
I have built llvm as a Fedora Core 5 package : http://www.demi.com.au/downloads/i386/llvm/ comments welcome.
2019 Nov 03
2
scp, sftp, and special characters in filenames
...with them. At least the SFTP protocol is perfectly capable of handling newlines in filenames, as I can delete a file with a newline in its name using Nautilus over SFTP. In case it matters, the client is a Fedora 30 Linux system, and the server is running the latest OpenBSD snapshot. Sincerely, Demi -------------- 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/20191103/4368a4b2/attachment.asc>
2023 May 21
2
SFTP support for subsecond times
...gt; > I 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/e721...
2023 Feb 25
1
ssh host keys on cloned virtual machines
...arity ensued. > 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/bbb0...
2003 Dec 25
6
Plot a sphere
...i, pi, length=pi*10) f <- function(x,y) { z <- sqrt(pi - x^2 - y^2) #z[is.na(z)] <- 0 z } z <- outer(x, y, f) persp(x, y, z, theta = 120, phi = 30) #### I've also tried: .... make.surface.grid(...) .. persp( as.surface( grid, z) ) ... with the same result: 'Incomplete' demi sphere and others.. Any suggestions/solutions would be appreaciated. Regards, Derick PS:Merry X-mas ;)
2023 Apr 18
1
FIPS compliance efforts in Fedora and RHEL
...ra will never 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/ba31...
2023 Jun 20
1
[PATCH] ssh-agent: add systemd socket-based activation
...nder the LGPL 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/1fcd...
2000 Jul 03
1
How to specify fonts
In Splus, if I wanted to use Bookman-Demi instead of the default Helvetica, I would specify font = 18 as a graphical parameter for a postscript printer. In R it seems font can take only the values 1 to 4 which change only the style but it's still Helvetica. There's some great flexibility using Hershey vector fonts, but it appears...
2006 Aug 26
0
[LLVMdev] Fedora Core 5 package
Hi David, On Sat, 2006-08-26 at 15:56 +1200, David Kuestler wrote: > I have built llvm as a Fedora Core 5 package : > http://www.demi.com.au/downloads/i386/llvm/ > comments welcome. I'm just curious. Did you use the "make rpm" target that is provided in the makefile? Any issues with it? Reid.
2009 Aug 13
4
Wine USB support patch error
Hello folks, today(08/13/2009) I've downloaded the latest wine git repository. After that I tried to apply Alexander's current USB support patch named: "0001-Add-support-of-native-Windows-drivers-for-USB-tokens" When git started applying your patch I received the error message above: ================================================================= Applying: Add support of
2023 Jul 16
1
SFTP support for subsecond times
...quot; [maybe 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 e...
2006 Aug 26
2
[LLVMdev] Fedora Core 5 package
...m the included spec file however it did not honour the DESTDIR, hence the changes. On Fri, 2006-08-25 at 22:43 -0700, Reid Spencer wrote: > Hi David, > > On Sat, 2006-08-26 at 15:56 +1200, David Kuestler wrote: > > I have built llvm as a Fedora Core 5 package : > > http://www.demi.com.au/downloads/i386/llvm/ > > comments welcome. > > I'm just curious. Did you use the "make rpm" target that is provided in > the makefile? > > Any issues with it? > > Reid. > > > _______________________________________________ > LLVM Deve...