Displaying 7 results from an estimated 7 matches for "daveroth".
Did you mean:
davecot
2005 Apr 07
4
[Bug 1012] Trouble creating remote port forwarding to ssh.com 2.4.0 server.
...Product: Portable OpenSSH
Version: 4.0p1
Platform: All
OS/Version: All
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: daveroth at acm.org
I'm having a problem with OpenSSH_4.0p1 when trying to do remote port
forwards to a server running SSH Secure Shell 2.4.0. The problem appears
to be that 2.4.0 chokes on bind addresses that aren't numeric addresses,
such as "localhost" and "".
The following...
2008 Jan 25
7
vorbis-tools 1.2.0 Release Candidate
I bumped the version number of vorbis-tools and am preparing it for an
eventual release in a few days.
A changelog of what's new may be found at [1].
Meanwhile, what's in SVN is a "Release Candidate" to find out if
anything was broken since version 1.1.1. Report any (or lack of)
problems you may find, so we'll be able to put out a new version of
vorbis-tools.
-Ivo
[1]
2005 Apr 05
1
problem with remote forward and SSH 2.4.0 server
...ses
~ ssh -R 50000:localhost:50000 server
~ ssh -R :50000:localhost:50000 server
~ ssh -R \*:50000:localhost:50000 server
but still passes through the specified address for
~ ssh -R 192.168.1.1:50000:localhost:50000 server
David
- --
David Rothenberger spammer? -> spam at daveroth.dyndns.org
GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E734
The major sin is the sin of being born.
-- Samuel Beckett
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCUeqUtE+6Jn9n5zQRAro...
2007 Sep 26
1
Patches for building of flac 1.2.1
Hello,
We use two different patches to build flac.
The first one is a patch that detects correctly ranlib, ac, strip when
you cross-compile. We especially use the patch when compiling for
Windows under GNU/Linux.
http://trac.videolan.org/vlc/browser/trunk/extras/contrib/src/Patches/flac-cross.patch
The other one fixes an issue when compiling for Windows under Cygwin,
that can't find
2005 Jun 16
1
SSH 2.4.0 remote forward patch in next release?
...in the next release?
1. http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=111266548525108&w=2
2. http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=111287737706979&w=2
3. http://bugzilla.mindrot.org/show_bug.cgi?id=1012
--
David Rothenberger spammer? -> spam at daveroth.dyndns.org
GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E734
Events are not affected, they develop.
-- Sri Aurobindo
2008 Nov 15
2
[PATCH] Don't strip two leading slashes from paths.
...#39; to '//' instead of '/' as required.
Does this patch (or a modified version that conforms to POSIX) stand a
chance of being accepted? Should I create a bugzilla issue and attach it
there? Should I work on modifying the patch to conform to POSIX?
--
David Rothenberger ---- daveroth@acm.org
-------------- next part --------------
Index: util.c
===================================================================
--- util.c.orig
+++ util.c
@@ -821,8 +821,12 @@ unsigned int clean_fname(char *name, int
if (!name)
return 0;
- if ((anchored = *f == '/') != 0)
+ if ((a...
2007 Sep 14
13
upcoming release, need help
checked in to CVS is what will be very close to the 1.2.1 release
of flac scheduled for monday. if anyone can try building it and
even better running the test suite, and reporting back any problems,
that will help me get things in better shape.
changelog:
http://flac.cvs.sourceforge.net/*checkout*/flac/flac/doc/html/changelog.html?revision=HEAD
TIA,
Josh