Re: non-PAP in radiusd

2017-01-11 Thread YASUOKA Masahiko
On Tue, 10 Jan 2017 01:50:31 + Pete Zabagel wrote: > I noticed in the radiusd.conf man page that the bsdauth module only > supports PAP: > > "It only supports PAP, password based authentication." > > Is there a specific reason as to why CHAP isn't implemented?

Re: Octal input escaped properly by echo, but not by my program?

2017-01-11 Thread Raul Miller
You were probably thinking of something like http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin/echo/echo.c?rev=1.10=text/x-cvsweb-markup But you might have been using something like http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/mg/echo.c?rev=1.66=text/x-cvsweb-markup (or, ok, as you

Re: Octal input escaped properly by echo, but not by my program?

2017-01-11 Thread Pavan Maddamsetti
Yes, you are right. I did confuse /bin/echo with the shell builtin. On Jan 11, 2017 10:22 PM, "Daniel Dickman" wrote: > > > On Wed, Jan 11, 2017 at 10:09 PM, Pavan Maddamsetti < > pavan.maddamse...@gmail.com> wrote: > >> int >> main(int argc, char **argv) >> { >> while

Octal input escaped properly by echo, but not by my program?

2017-01-11 Thread Pavan Maddamsetti
int main(int argc, char **argv) { while (argc > 1) { puts(argv[1]); argc--; argv++; } return 0; } Here is an example of a program similar to echo, let's call it test.c, where I want to input something like: ./test "hello world\05\05\05\05\05" Now if I use echo to do the same thing, the octal

Re: Ruby on Rails and httpd

2017-01-11 Thread Murk Fletcher
Thanks Joris, Sorry for the late reply. Coming from a simple Nginx + Puma + Rails setup, this whole uWSGI thing has been a huge WTF-scenario for me. But regardless, I really want my app to be as powered by OpenBSD as possible, and hopefully this will also result in a smaller config setup as well

APU2 automatic reboot on shutdown after WOL

2017-01-11 Thread thrph.i...@gmail.com
Hi guys, somebody have found a solution to the automatic reboot after a WOL with APU2? The problem disappears with the complete power off ( removing the 12v plug ). The network hardware is an Intel I210. The apu2 run OBSD 6.0. Regards Raffaele -- thrph.i...@gmail.com

Re: https for pkg_add?

2017-01-11 Thread Marc Espie
On Mon, Jan 09, 2017 at 03:47:42PM +0100, Kamil Cholewi??ski wrote: > On Mon, 09 Jan 2017, Stuart Henderson wrote: > > Performance won't be ideal though, there's no pipelining or session > > resumption - it needs to do a full TLS negotiation for each package > > fetched