Greetings, I've got some feature enhancement code that I'd like to feed back into the main project, but to date I've had a hard time of it. I've written openssh at openssh.com and added a ticket to Bugzilla to no avail, and now I thought I'd pass it by this list. Mainly what I'm wondering is: 1. Where is the best place to submit patches for feature enhancement code to? Is there a specific type of diff that is preferred? 2. Does feature code need to be in the form of a patch to the base project, or will a patch to the portable tree suffice? Raymond M. Reskusich -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 236 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020311/f38521c7/attachment.bin
On the page http://openssh.org/portable.html, there is a link to guidelines which you are asked to follow, and they also state there that unified diff is the preferred format. And the developers of the base code certainly do monitor this list, as it is not specific to the portable code, so patches to the portable code are certainly a good starting point. Bill Knox Senior Operating Systems Programmer/Analyst The MITRE Corporation On Mon, 11 Mar 2002, Raymond M. Reskusich wrote:> Date: Mon, 11 Mar 2002 14:55:53 -0600 > From: Raymond M. Reskusich <reskusic at uiuc.edu> > To: openssh-unix-dev at mindrot.org > Subject: best way to submit enhancement code > > Greetings, > > I've got some feature enhancement code that I'd like to feed back into > the main project, but to date I've had a hard time of it. I've > written openssh at openssh.com and added a ticket to Bugzilla to no > avail, and now I thought I'd pass it by this list. Mainly what I'm > wondering is: > > 1. Where is the best place to submit patches for feature enhancement > code to? Is there a specific type of diff that is preferred? > 2. Does feature code need to be in the form of a patch to the base > project, or will a patch to the portable tree suffice? > > Raymond M. Reskusich > > >
Hi, I'm currently writing an SSH library for Java that will have a BSD license. The main reason for this is so that it can be freely incorporated into Apache Ant, but also because there doesn't seem to be any free, comprehensive implementations. A couple of SSH1 implementations under GPL, and then Mindbright v1 (GPL) which has gone commercial since. The website is: http://quietcoffee.sourceforge.net (better names welcome :) Now, my intention is to roughly port OpenSSH as much as possible into Pure Java (obviously C to OO doesn't always go smoothly, but so far so good). This allows patches in OpenSSH to be ported quickly to Java within reason. I'm using JCE (which is now standard in the latest Sun JDK) to replace the OpenSSL calls. Is there someone I can speak to about various license/copyright issues? I'm planning on retaining the copyright and disclaimer of the C source files that the Java is based on, and adding my own to the top. Also, is this the appropriate place to ask dev. questions? I have a pretty reasonable knowledge of crypto algorithms, but am only starting out on the way SSH uses them and its internals. I don't want to be intrusive here, but I imagine the newsgroup/user list is probably not the right place. Finally, how would I get the project listed on the web page with the other limited list? I'd like to speed interest in the project as much as possible and hopefully grab a couple of extra Java developers :) Oh, and out of interest - I live in Sydney, Australia. So my mail should be fast since this mail server is in Melbourne :) Thanks in advance for your help! Cheers, Brett http://movies.yahoo.com.au - Yahoo! Movies - Vote for your nominees in our online Oscars pool.