From: Paul G. <pa...@ge...> - 2007-06-27 00:25:21
Attachments:
signature.asc
|
Hi all, I'm trying to hack on the Webmin Shorewall module, which seems to need a bit of updating, and i'm trying to locate the current CVS/Subversion repository. I found one at sourceforge.net, but it seems a few years out of date. Is there a current public repository? Should i be downloading the devel tgz snapshots instead? Thanks, Paul <http://paulgear.webhop.net> -- Did you know? Email viruses spread using addresses they find on the host computer. You can help to reduce the spread of these viruses by using Bcc: instead of To: on mass mailings, or using mailing list software such as mailman (http://www.list.org/) instead. |
From: matt w. <wes...@gm...> - 2007-06-27 12:24:09
|
Hey Paul, I don't know much about the shorewall module besides using it a bit, I would probably start with the tar.gz for your source and with google code your a few clicks from your own personal repository for it. If you need any help on the shorewall module just let me know. -Matt |
From: Jamie C. <jca...@we...> - 2007-06-27 21:37:19
|
On 26/Jun/2007 16:38 Paul Gear wrote .. > Hi all, > > I'm trying to hack on the Webmin Shorewall module, which seems to need > a > bit of updating, and i'm trying to locate the current CVS/Subversion > repository. I found one at sourceforge.net, but it seems a few years > out of date. Is there a current public repository? Should i be > downloading the devel tgz snapshots instead? Hi Paul, There is an SVN repository, but it is not publicly available yet. However, if you want to contribute, email me your preferred login and password and I will add an account for you so that you can access it. - Jamie |
From: Paul G. <pa...@ge...> - 2007-06-27 23:55:12
Attachments:
signature.asc
|
Jamie Cameron wrote: > On 26/Jun/2007 16:38 Paul Gear wrote .. >> Hi all, >> >> I'm trying to hack on the Webmin Shorewall module, which seems to need= >> a >> bit of updating, and i'm trying to locate the current CVS/Subversion >> repository. I found one at sourceforge.net, but it seems a few years >> out of date. Is there a current public repository? Should i be >> downloading the devel tgz snapshots instead? >=20 > Hi Paul, >=20 > There is an SVN repository, but it is not publicly available yet. > However, if you want to contribute, email me your preferred login and > password and I will add an account for you so that you can access it. OK - thanks. We'll leave the account until i've got something useful to contribute... :-) --=20 Paul <http://paulgear.webhop.net> -- Did you know? Most email-borne viruses use a false sender address, so you cannot track down the sender using that address. Instead, keep your virus scanning software up-to-date and just delete any suspicious emails you receive. |
From: matt w. <wes...@gm...> - 2007-06-28 01:09:31
|
Are there any plans for infrastructure changes to webmin as for as its core is concerned? |
From: Jamie C. <jca...@we...> - 2007-06-28 04:58:56
|
On 27/Jun/2007 18:09 matt westerburg wrote .. <blockquote type="cite"> Are there any plans for infrastructure changes to webmin as for as its core is concerned? <br /> </blockquote>No - the core design is not going to change any time soon. My current plans are for various incremental improvements, some UI re-writes, and new modules..<br /><br /> - Jamie<br /><br /> |
From: Paul G. <pa...@ge...> - 2007-07-18 10:32:28
Attachments:
signature.asc
|
Jamie Cameron wrote: > On 26/Jun/2007 16:38 Paul Gear wrote .. >> Hi all, >> >> I'm trying to hack on the Webmin Shorewall module, which seems to need= >> a >> bit of updating, and i'm trying to locate the current CVS/Subversion >> repository. I found one at sourceforge.net, but it seems a few years >> out of date. Is there a current public repository? Should i be >> downloading the devel tgz snapshots instead? >=20 > Hi Paul, >=20 > There is an SVN repository, but it is not publicly available yet. > However, if you want to contribute, email me your preferred login and > password and I will add an account for you so that you can access it. I'm at the point of beginning testing of a couple of useful changes to the Shorewall module, and i have some questions: - What's the best way to test the changes? Is there any system of testing module code changes, or should i just whack it in a test system's directory and try it? - What is the licensing on the Shorewall module? (Are they all BSD licensed if not specified otherwise?) Where should i put my mark for any significant amount of code i write? Thanks, Paul <http://paulgear.webhop.net> -- Did you know? Microsoft Internet Explorer and Outlook have a poor track record for security <http://www.kb.cert.org/vuls/id/713878>. Why not try one of the more secure alternatives from <http://mozilla.org>? |
From: Jamie C. <jca...@we...> - 2007-07-18 17:31:50
|
On 18/Jul/2007 03:32 Paul Gear wrote .. > Jamie Cameron wrote: > > On 26/Jun/2007 16:38 Paul Gear wrote .. > >> Hi all, > >> > >> I'm trying to hack on the Webmin Shorewall module, which seems to need > >> a > >> bit of updating, and i'm trying to locate the current CVS/Subversion > >> repository. I found one at sourceforge.net, but it seems a few years > >> out of date. Is there a current public repository? Should i be > >> downloading the devel tgz snapshots instead? > > > > Hi Paul, > > > > There is an SVN repository, but it is not publicly available yet. > > However, if you want to contribute, email me your preferred login and > > password and I will add an account for you so that you can access it. > > I'm at the point of beginning testing of a couple of useful changes to > the Shorewall module, and i have some questions: > > - What's the best way to test the changes? Is there any system of > testing module code changes, or should i just whack it in a test > system's directory and try it? There's no formal system .. instead, you should just copy the changes into the directory for a working Webmin install, and try them out. > - What is the licensing on the Shorewall module? (Are they all BSD > licensed if not specified otherwise?) Where should i put my mark for > any significant amount of code i write? All the current code is BSD licenced. For most people's changes, they add comments above the new blocks giving themselves attributions, or add a comment at the top of the file. - Jamie |