Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Paul Flint
Wed, 8 Feb 2017 14:47:47 -0700 From: Mark Post <mp...@suse.com> Reply-To: Linux on 390 Port <LINUX-390@VM.MARIST.EDU> To: LINUX-390@VM.MARIST.EDU Subject: Re: SHC bash script compiler for Linux on z On 2/8/2017 at 04:26 PM, Paul Flint <fl...@flint.com> wrote: A comfort to

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Paul Flint
Linux on 390 Port <LINUX-390@VM.MARIST.EDU> To: LINUX-390@VM.MARIST.EDU Subject: Re: SHC bash script compiler for Linux on z The reason I choose bash was that you nothing to install, so it will run on any standard Linux. Not sure about the assemblers and I was a bit joking. C looks an eq

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Itschak Mugzach
The reason I choose bash was that you nothing to install, so it will run on any standard Linux. Not sure about the assemblers and I was a bit joking. C looks an equal solution. ITschak נשלח מה-iPad שלי ‫ב-8 בפבר׳ 2017, בשעה 23:54, ‏‏Mark Post ‏ כתב/ה:‬ On 2/8/2017 at

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Mark Post
>>> On 2/8/2017 at 04:26 PM, Paul Flint wrote: > A comfort to know that it is not Freeware... It shouldn't be. Neither "open source" nor "freeware" by themselves are any indication of quality. Mark Post --

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Thomas David Rivers
> > I accept that. does SLES supports Assembler 390 ;-) If it should be C, C it > will be. > > Thanks. > ITschak > Yes - you can use our assembler to write HLASM-style programs on s390x SLES. - Dave Rivers - -- riv...@dignus.comWork: (919) 676-0847 Get your

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Paul Flint
Mark, A comfort to know that it is not Freeware... Regards, Paul On Wed, 8 Feb 2017, Mark Post wrote: Date: Wed, 8 Feb 2017 14:13:21 -0700 From: Mark Post <mp...@suse.com> Reply-To: Linux on 390 Port <LINUX-390@VM.MARIST.EDU> To: LINUX-390@VM.MARIST.EDU Subject: Re: SHC bash scr

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Itschak Mugzach
I accept that. does SLES supports Assembler 390 ;-) If it should be C, C it will be. Thanks. ITschak On Wed, Feb 8, 2017 at 11:15 PM, Mark Post wrote: > >>> On 2/8/2017 at 03:42 PM, Itschak Mugzach wrote: > > Hi Mark. > > > > my intent is to hide the code.

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Mark Post
>>> On 2/8/2017 at 03:42 PM, Itschak Mugzach wrote: > Hi Mark. > > my intent is to hide the code. I believe that most people wont invest time Perhaps not, but if you believe it to be worth protecting, do it right. > in trying to investigate it, but who knows. Any other

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Mark Post
>>> On 2/8/2017 at 04:01 PM, Paul Flint wrote: > Just to be clear, this code is not Open Source but Freeware. You have that 100% backward. The shc package is open source since it is licensed under an OSI approved license: GNU GPL V3. Mark Post

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Itschak Mugzach
Well, there are many reasons why to hide the code from others. my reason is that the code will run on other people's servers and I don't want them to look into. it include how I do what I do, certificates, etc. file system protection is not sufficient if I can't control it. ITschak On Wed, Feb

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Itschak Mugzach
...@securiteam.co.il >> To: LINUX-390@VM.MARIST.EDU >> Subject: Re: SHC bash script compiler for Linux on z >> >> >> Hi Mark. >> >> my intent is to hide the code. I believe that most people wont invest time >> in trying to investigate it, but w

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread John McKown
On Wed, Feb 8, 2017 at 3:00 PM, Paul Flint wrote: > Greetings Itschak, > > You could protect your bash source by the Unix permissions... > > I know it sound niaf, in this day and age with everyone havin root, but > thought it worth mentioning. > ​Can you run a BASH script which

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Paul Flint
Greetings Itschak, Just to be clear, this code is not Open Source but Freeware. FWIW I would not install freeware. Regards, Flint On Wed, 8 Feb 2017, Itschak Mugzach wrote: Date: Wed, 8 Feb 2017 21:43:44 +0200 From: Itschak Mugzach Reply-To: i_mugz...@securiteam.co.il

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Paul Flint
Mugzach <imugz...@gmail.com> Reply-To: i_mugz...@securiteam.co.il To: LINUX-390@VM.MARIST.EDU Subject: Re: SHC bash script compiler for Linux on z Hi Mark. my intent is to hide the code. I believe that most people wont invest time in trying to investigate it, but who knows. Any other later

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Itschak Mugzach
Hi Mark. my intent is to hide the code. I believe that most people wont invest time in trying to investigate it, but who knows. Any other laternative to protect bash code, or should I look into a different language? ITschak On Wed, Feb 8, 2017 at 10:27 PM, Mark Post wrote: >

Re: SHC bash script compiler for Linux on z

2017-02-08 Thread Mark Post
>>> On 2/8/2017 at 02:43 PM, Itschak Mugzach wrote: > I wonder if any of you tried this freeware. It's not freeware. It's licensed under the GNU GPL 3. Two extremely different things. > I was able to install it on > Centos 7, but it seems that the makefile is not sutable