Re: Securing communications with OpenBSD

2014-10-07 Thread C. L. Martinez
On Mon, Oct 6, 2014 at 11:52 PM, Duncan Patton a Campbell campb...@neotext.ca wrote: The most basic consideration in computer security has nothing to do with technology and computers. Do the people you need to keep out of the know need to know enough to come and break legs? If so, don't

Re: packet filter: question about parentheses around self

2014-10-07 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi folks, On 10/07/14 05:12, Giancarlo Razzolini wrote: On 04-10-2014 11:06, Peter N. M. Hansteen wrote: The parentheses denote potentially dynamic addresses, and IIRC the main difference is that with parentheses the list will be expanded IIRC

Re: openbsdstore: enable javascript and buy something or gtfo

2014-10-07 Thread Duncan Patton a Campbell
On Mon, 06 Oct 2014 19:09:08 -0600 Theo de Raadt dera...@cvs.openbsd.org wrote: I think Matti is a goverment plant, or quite high in industry. Please people, ignore him. Let me explain Matti to you: 1. first I break your chmod. 2. Oh you won't fall for that. bummer 3. next I convince

head(1) returns 0 on failure

2014-10-07 Thread Craig R. Skinner
I'm seeing head return 0 on failures: $ for tool in head tail cat; do $tool /var/empty/non-existant; print $?; done head: /var/empty/non-existant: No such file or directory 0 tail: /var/empty/non-existant: No such file or directory 1 cat: /var/empty/non-existant: No such file or directory 1 $

Re: head(1) returns 0 on failure

2014-10-07 Thread Ted Unangst
On Tue, Oct 07, 2014 at 18:37, Craig R. Skinner wrote: I'm seeing head return 0 on failures: Index: head.c === RCS file: /cvs/src/usr.bin/head/head.c,v retrieving revision 1.16 diff -u -p -r1.16 head.c --- head.c 26 Nov 2013

Re: head(1) returns 0 on failure

2014-10-07 Thread Ingo Schwarze
ok schwarze@ Side note: That bug was introduced on July 23, 1999 by aaron@. Congratulations Craig, you found a bug that was more than 15 years old. If only bugs would eventually die from decrepitude... But it seems they are almost immortal. Ted Unangst wrote on Tue, Oct 07, 2014 at 02:20:34PM

ThinkPad x131e - backlight brightness hotkeys not working

2014-10-07 Thread Joe Gidi
Hello, I have a ThinkPad x131e (Intel version) that generally works beautifully under OpenBSD. The only quirk I've noticed so far is that the brightness hotkeys (Fn-F8 and Fn-F9) don't work to control the backlight brightness. I am able to adjust the backlight via the xbacklight utility, though.

Re: ThinkPad x131e - backlight brightness hotkeys not working

2014-10-07 Thread Mike Larkin
On Tue, Oct 07, 2014 at 03:22:18PM -0400, Joe Gidi wrote: Hello, I have a ThinkPad x131e (Intel version) that generally works beautifully under OpenBSD. The only quirk I've noticed so far is that the brightness hotkeys (Fn-F8 and Fn-F9) don't work to control the backlight brightness. I am

Re: ThinkPad x131e - backlight brightness hotkeys not working

2014-10-07 Thread Joe Gidi
On Tue, October 7, 2014 4:38 pm, Mike Larkin wrote: On Tue, Oct 07, 2014 at 03:22:18PM -0400, Joe Gidi wrote: Hello, I have a ThinkPad x131e (Intel version) that generally works beautifully under OpenBSD. The only quirk I've noticed so far is that the brightness hotkeys (Fn-F8 and Fn-F9)

Re: combination of ssh port fowarding and pf redirection

2014-10-07 Thread stan
Sorry that I did not make this clear. Here s what I am tryin to do, I have a DB server behind a OpenbSD firewall that we control. I have a non routable nework behind it that connect outbound doing NAT, and inbound using rt fowarding. I have this wrking so that mahines on the orporate network can

Re: ntpd -s via ssh remote command 'hangs'

2014-10-07 Thread Daniel Melameth
On Mon, Oct 6, 2014 at 6:34 PM, Philip Guenther guent...@gmail.com wrote: On Mon, Oct 6, 2014 at 2:09 PM, Tor Houghton t...@bogus.net wrote: Hi, Dumb question: I'm running 'sudo ntpd -s' as part of a remote command to an OpenBSD guest[*]; unless I add a 'pkill sshd' to the end of the remote

Re: ksh, csh same vulnerability as bash

2014-10-07 Thread Jason Adams
On 09/29/2014 05:00 AM, Peter Hessler wrote: You tested bash. All 3 shells are behaving correctly by passing the env variable to the bash command you are running. the bash command you are running is behaving incorrectly by parsing the variable as a function. So the question is, for those of