similar to: signal forwarding support

Displaying 20 results from an estimated 2000 matches similar to: "signal forwarding support"

2003 Aug 06
2
'cancel-tcpip-forward' is not supported.
Hi there, I'm developing ssh client in pure java and, recently, I'm trying to improve the port forwarding support on that stuff. However, it seems to me that sshd of OpenSSH has not supported 'cancel-tcpip-forward' request. http://www.ietf.org/internet-drafts/draft-ietf-secsh-connect-17.txt says that | A port forwarding can be cancelled with the following message. |
2004 Oct 31
3
a question about Bitstream Header.
Hi, I have a question about the format of Theora bitstream header. It seems to me that there are differences between the specification[1] (version 2004 Oct 1) and its reference implementation in libtheora 1.0alpha3 released at 2004 Jun 1. I mean that... please refer to Section 6.2 'Identification Header Decode' in that specification[1] and the function
2002 Jul 17
2
yet another Ogg Vorbis decoder.
Hi there, According the page, http://www.atoker.com/phonic/ it seems there exists Ogg Vorbis decoder in C#. Is it well known? -- ymnk --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No
2008 Nov 20
1
Possibility of implementing signal support from post in 2003?
Hi, Back in 2003 the developer of JSch, a Java SSH2 implementation, posted a thread regarding support for sending signals to remote processes here: http://marc.info/?l=openssh-unix-dev&m=104295745607575&w=2 The thread culminated in a patch provided by Markus Friedl, which Atsuhiko Yamanaka tested and reported as working (unofficially), which added support for this capability in the
2004 Aug 06
1
Comments in speex files
Hi, I'm helping with the development of abcde ("a better cd encoder") and have a request about a new speex feature. Support for speex was implemented a few weeks ago, but we still have little problem. We try to separate encoding and tagging of tracks (to allow users to rip CDs offline and when going online tag, rename and move the encoded tracks), but te comments in speex files can
2001 Apr 24
0
low-bitrate streams and pure Java Ogg Vorbis player
Hi there, I have developed pure Java Ogg Vorbis decoder, JOrbis. By the recent improvements on JOribs, its 'simple' player, JOrbisPlayer, will enable you to enjoy low-bitrate/mono streams on the web browser with J2SE 1.3(or later)Plug-in; Java plug-in; I have provided digitally signed JOrbisPlayer at http://www.jcraft.com/jorbis/player/JOrbisPlayer.php # This signed applet is signed
2002 Jan 24
0
Ogg streams from JRoar for testing.
Hi folks, I'm developing ogg streaming server JRoar(http://www.jcraft.com/jroar/). At present, two JRoars are running at following URLs, * http://ogg.radiostudio.org:8000/ * http://61.207.105.109:8000/ and you will find some streams on them. If you have ogg vorbis player, please try them. The newest source code is available at http://www.jcraft.com/jroar/jroar-0.0.5-pre8.zip JRoar has
2000 Aug 08
0
pure Java Ogg Vorbis decoder
Hi there, I have develope pure Java Ogg Vorbis decoder and its working version is now available at http://www.jcraft.com/jorbis/ . Of course, it is under LGPL. I think that the ubiquitousness of Vorbis decoder will leverage the popurality of Ogg Vorbis. Current version can decode Ogg Vorbis bitstreams, but its outputs are extremely noisy and more works must be done. I'm very happy if I
2004 Oct 04
0
relaying http://mirror.fluendo.com:8800/
Hi all, Thanks to Fluendo test stream at http://mirror.fluendo.com:8800/, I have done some quick hacks on my streaming server JRoar (http://www.jcraft.com/jroar/) and, now it can relay OggTheora streams. If you are interested in it, you can try http://jroar.jcraft.com:8800/test.ogg If you are interested in relaying OggTheora streams by yourself, try following steps, 1. download
2002 Apr 16
0
JRoar can dish out pure Java Vorbis player.
Hi, I have developed the streaming server JRoar(http://www.jcraft.com/jroar/). In the recent improvement, JRoar can dish out pure Java Vorbis Player and become the applet host. You may know that you can get JOrbisPlayer applet from http://www.jcraft.com/jorbis/player/JOrbisPlayer.php , however that applet is digitally signed. By this hack, you can enjoy the live ogg vorbis stream by the applet
2014 Feb 06
2
Timing out a channel exec request
Is anyone aware of a method to force termination of a single channel without waiting for the associated process to complete? I have a use case where my client submits several commands to be executed over the same session at the same time on separate channels. In some cases (cough df), one or more those commands may hang indefinitely. I detect that the command is not finishing in a reasonable
2023 May 29
1
command [argument ...] in ssh(1): a footgun
raf wrote: > Not knowing the details of each user's login shell is > precisely the reason that ssh couldn't ever do the > quoting itself. The footgun is unrelated to shells. The SSH_MSG_CHANNEL_REQUEST protocol message for "exec" (RFC 4254) channels which are used to run a single remote command contains exactly one string for the command. sshd (see bottom of
2023 May 29
1
command [argument ...] in ssh(1): a footgun
On Mon, May 29, 2023 at 06:35:34PM +0000, Peter Stuge <peter at stuge.se> wrote: > raf wrote: > > Not knowing the details of each user's login shell is > > precisely the reason that ssh couldn't ever do the > > quoting itself. > > The footgun is unrelated to shells. > > The SSH_MSG_CHANNEL_REQUEST protocol message for "exec" (RFC 4254)
2006 Oct 04
0
Sending signal to process via channel
Hi, After I exec a process in a ssh channel, I would like to send it a signal. According to the ssh specs, I'd send a SSH_MSG_CHANNEL_REQUEST message across the channel with a "signal" string. But, it doesn't seem that openssh supports this. I searched around and found http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=104295745607575&w=2 from a couple years ago. Is
2002 Jun 03
3
[PATCH] forwarding environment vars ala RFC2026
I have coded a patch witch allows to forward environment variables from the client to the server. To specify forwarding in your ssh client add the option ForwardEnv varname # forward varname with value # as in environment of the # ssh client. If variable is # not defined in the environment # of the ssh client nothing will # be forwarded. ForwardEnv varname=value # forward
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
Of interest to some on the list. Anyone familiar enough with Java to know how we go about detecting/using/incorporating an external Jorbis build into the Cortado jar ? Or are we supposed to download sources into our tree and build the whole ? ---------- Forwarded message ---------- From: Hans de Goede <hdegoede at redhat.com> Date: Thu, 04 Nov 2010 15:31:31 +0100 Subject: Merging jorbis
2011 Sep 22
0
which sftp protocol is openssh or sftp-server using or support?
Hi, After reading the source code of openssh and man page of sftp. In sftp.h it define 27 /* 28 * draft-ietf-secsh-filexfer-01.txt 29 */ 30 31 /* version */ 32 #define SSH2_FILEXFER_VERSION 3 and In the end of the man page, T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh-filexfer-00.txt, January 2001, work in progress material. In wikipedia of "SSH File
2007 Dec 03
8
[Bug 1395] New: "session_input_channel_req: no session" should be a debug message
https://bugzilla.mindrot.org/show_bug.cgi?id=1395 Summary: "session_input_channel_req: no session" should be a debug message Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: All OS/Version: All Status: NEW Keywords: patch Severity: minor
2014 Apr 14
2
[Bug 2227] New: Support version 6
https://bugzilla.mindrot.org/show_bug.cgi?id=2227 Bug ID: 2227 Summary: Support version 6 Product: Portable OpenSSH Version: 6.6p1 Hardware: 68k OS: Mac OS X Status: NEW Severity: enhancement Priority: P5 Component: sftp-server Assignee: unassigned-bugs at mindrot.org
2005 May 19
1
ssh-keygen private keys export - new feature
Hello, I had some difficulties in order to convert private keys between different implementations of SSH. So, I wrote the following patch to allow export of SSH2 RSA and DSA private keys into IETF SECSH format. Note that I also slightly revised the IETF SECSH key import code. Usage: use of the "-e" option on a private key file generates an unencrypted private key file in IETF SECSH