RE: how to secure perl modules?

2003-05-30 Thread wsheldah
x27;t really make sense, but the errors went away when I stopped using Switch. Wes Perrin Harkins <[EMAIL PROTECTED]> on 05/29/2003 05:56:05 PM To:[EMAIL PROTECTED] cc:John Saylor <[EMAIL PROTECTED]>, modperl <[EMAIL PROTECTED]> Subject: RE: how to secure

Re: how to secure perl modules?

2003-05-30 Thread Martin Moss
;[EMAIL PROTECTED]> To: "modperl" <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 8:58 AM Subject: Re: how to secure perl modules? > Hi! > > On Thu, May 29, 2003 at 10:27:54AM -0700, iCap wrote: > > i have a collection of perl modules (running under the mod_perl um

Re: how to secure perl modules?

2003-05-30 Thread Thomas Klausner
Hi! On Thu, May 29, 2003 at 10:27:54AM -0700, iCap wrote: > i have a collection of perl modules (running under the mod_perl umbrella) > and would like to distribute the application to several different sources > (clients with open internet web servers). but i dont want to send it out > without at

how to secure perl modules?

2003-05-30 Thread iCap
i have a collection of perl modules (running under the mod_perl umbrella) and would like to distribute the application to several different sources (clients with open internet web servers). but i dont want to send it out without at least making it somewhat difficult for some hacker to just simply

Re: how to secure perl modules?

2003-05-30 Thread Ged Haywood
Hi there, On Thu, 29 May 2003, Kirk Rogers wrote: > i have a collection of perl modules ... i dont want to send it out > without at least making it somewhat difficult for some hacker to just simply > steal it and load it somewhere else without my consent. This is getting to be an old chestnut,

RE: how to secure perl modules?

2003-05-30 Thread Perrin Harkins
On Thu, 2003-05-29 at 17:41, Kirk Rogers wrote: > why the scarcasm? You asked a very loaded question that is guaranteed to get you a lot angry responses on most Perl mailing lists. Hiding your source code is a FAQ (http://perldoc.com/perl5.8.0/pod/perlfaq3.html#How-can-I-hide-the-source-for-my-Pe

Re: how to secure perl modules?

2003-05-30 Thread David Dick
you seem to be talking about two different things here. firstly, do you want to protect your source code being viewed by other people? secondly, do you want to ensure that your code is only being run on computers that you have authorised? these are related problems, but each requires a different

RE: how to secure perl modules?

2003-05-30 Thread Kirk Rogers
why the scarcasm? >-Original Message- >From: John Saylor [mailto:[EMAIL PROTECTED] >Sent: Thursday, May 29, 2003 2:34 PM >To: [EMAIL PROTECTED] >Cc: modperl >Subject: Re: how to secure perl modules? > > >hi > >( 03.05.29 14:25 -0700 ) Kirk Rogers: >>

Re: how to secure perl modules?

2003-05-30 Thread John Saylor
hi ( 03.05.29 14:25 -0700 ) Kirk Rogers: > but i dont want to send it out without at least making it somewhat > difficult for some hacker to just simply steal it and load it > somewhere else without my consent. why not? have you ever read the GNU manifesto? http://www.gnu.org/gnu/manifesto.html

how to secure perl modules?

2003-05-30 Thread Kirk Rogers
i have a collection of perl modules (running under the mod_perl umbrella) and would like to distribute the application to several different sources (clients with open internet web servers). but i dont want to send it out without at least making it somewhat difficult for some hacker to just simply