Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - protozen

#1
newLISP Graphics & Sound / Re: guiserver wont run on Win10
September 16, 2019, 10:58:38 AM
What version of java?
#2
It was a good read thanks, I hope to see more soon, hearing about this is interesting.



What happen with Trustpipe? Not much is public.
#3
This is great to see, I'll check it out, thank you.
#4
Hi All,



I'm curious if any new releases are on the horizon, and if there are future plans for newlisp in general. Love the language and programming in newlisp, I only wish it were a more general purpose platform / language, but I know it's not in the cards.
#5
newLISP in the real world / Re: parameter for http only
November 19, 2017, 05:00:25 PM
Ah great thanks Lutz!
#6
newLISP in the real world / Re: parameter for http only
November 18, 2017, 11:39:32 AM
Actually that doesn't work, but it's a good way to redefine methods to implement a form of permissions. What I mean is that when you run newlisp as a process with -http as in;



newlisp -http -d 8080 src.lsp



and in other newlisp process (write-file "http://localhost:8080/blah.txt">http://localhost:8080/blah.txt" "write test") ... you'll find blah.txt with "write test" contents in the cwd of "newlisp -http -d 8080 src.lsp" .



I know we're not really suppose to use it as production, but for simple sites, I would like to use the embedded server, but the above issues allows people to use file functions to overwrite pages etc... Files can be made write protected, but this is a small band-aid and doesn't really solve other issues. Is there a way to prevent the remote file processing?



I also see external actors trying to use it as an http proxy, as this is how it shows up in nmap. I've not looked into the implementation or security issues, just looking for quick and simple site publishing.
#7
newLISP in the real world / Re: parameter for http only
November 16, 2017, 11:05:32 PM
Thank you.
#8
newLISP in the real world / parameter for http only
November 16, 2017, 05:17:44 PM
When using -http, should  newlisp still be processing file writing requests etc.. like with (write-file "http://xzy.com/index.html">http://xzy.com/index.html" "blah"). This is happening on several newlisp versions on windows and linux. If this is intended behavior, is there a simple way to disable it?
#9
Thank you
#10
Will this make it to the other binaries?
#11
newLISP newS / Re: newlisp.vim 1.37
January 27, 2017, 07:24:39 PM
Yup, thank you indeed. I'm not a big user of vi / vim for code, but thanks for the update.
#12
newLISP newS / Re: newLISP v.10.7.0 Stable Release
January 21, 2017, 05:36:32 PM
Happy New Year! Looking forward to another great release in 10.7.1
#13
newLISP newS / Re: newLISP v.10.7.0 Stable Release
January 22, 2016, 08:21:18 PM
Thanks Lutz! I'm glad to see that updates and development still goes on =)



Newlisp makes me enjoy programming again.
#14
newLISP newS / Re: newLISP v.10.6.4 development
September 28, 2015, 05:22:24 PM
Thanks xytroxon and Lutz. Adding cdecl works, at least with crypto.lsp in the distribution that I just tried.



Binary was this 32bit windows on windows 10:



http://newlisp.nfshost.com/downloads/development/newlisp-10604-win-gs-164.exe">http://newlisp.nfshost.com/downloads/de ... gs-164.exe">http://newlisp.nfshost.com/downloads/development/newlisp-10604-win-gs-164.exe



Build label states:



newLISP v.10.6.4 32-bit on Windows IPv4/6 libffi, options: newlisp -h
#15
newLISP newS / Re: newLISP v.10.6.4 development
September 27, 2015, 12:40:30 PM
It happens with 32 and 64 bit on Windows 10. I've tried curl, crypto and SQLite (but not for both 32 and 64 for all). I've been using 10.6.2 because of this, as 10.6.3 and 10.6.4 crashes consistently (at least on windows 10, I haven to tried other platforms). Unfortunately I've not had the time to figure out why, so I'll stay on 10.6.2 until I do.