Re: Where is "Secure by default" ?

2009-03-09 Thread Vincent Gross
is is not OpenBSD developers's either. For authenticating remote hosts, have a look at ipsecctl, ssh and SSL. Cheers, -- Vincent Gross "So, the essence of XML is this: the problem it solves is not hard, and it does not solve the problem well." -- Jerome Simeon & Phil Wadler

Failing to receive message with MSG_OOB

2014-07-16 Thread Vincent Gross
Hi folks, I am trying to observe the effect of MSG_OOB while receiving data. I have a small demo program that creates an accepting socket, connect a sending socket to the accepting, closes the accepting socket to keep only the sending and the receiving, forks, and handle receive on the parent and

iked troubles, SA not installed

2014-08-20 Thread Vincent Gross
Hi folks, I am trying to set up an IPSec VPN between my OpenBSD-current laptop and my OpenBSD-current gateway at home. The gateway is connected with plain old ADSL + PPPoE, and the laptop uses my smartphone tethering functions. laptop has a vether(4) with 192.168.55.220/24 configured and up, and

Re: iked troubles, SA not installed

2014-08-21 Thread Vincent Gross
On Wed, Aug 20, 2014 at 03:23:29PM +0200, Vincent Gross wrote: > Hi folks, > > I am trying to set up an IPSec VPN between my OpenBSD-current laptop and > my OpenBSD-current gateway at home. The gateway is connected with plain > old ADSL + PPPoE, and the laptop uses my smart

Re: Searching for cluestick - iked(8) peer to peer

2014-10-28 Thread Vincent Gross
On Mon, Oct 27, 2014 at 06:28:39PM -0400, Josh Grosse wrote: > I am testing an extremely simple lab environment with iked(8) and > failing to establish flows and SAs on one of two platforms. > > I'm sure its somthing extremely simple, but I'm at a loss to > figure it out on my own. A cluestick wou

Re: Are there any default password managers in OpenBSD?

2013-12-07 Thread Vincent Gross
On Thu, Dec 05, 2013 at 08:20:07AM +0100, obsd, cgi wrote: > So I know the rule.. only remember a few very very long passwords (ex.: > based on several words and a few special chars), and keep the rest of the > passwords in a password manager (those aren't remembered and extreme long). > > But this

Re: Request for Funding our Electricity

2014-01-15 Thread Vincent Gross
On Wed, Jan 15, 2014 at 06:25:53PM +0200, MJ wrote: > > I have long held the opinion that Theo is probably the best coder on this > planet. That?s not any sort of ass-kissing, either, it?s my objective, > unbiased opinion. And I know Henning personally, as in ?live and worked > together with hi

event handling in OpenBGPd

2014-05-04 Thread Vincent Gross
Hi gang, I am considering to write a daemon of some kind, and I was going over OpenBGPd's sources to get some good fine-grained design examples. I noticed that although all IO's are asynchronous, libevent is not used, but I can't figure out why. So, is libevent not used by accident or by design ?

Re: OpenBSD kernel janitors

2007-10-31 Thread Vincent GROSS
f you guys are lazy whiners. > > STOP telling us that we need to do more than we already do. > > If you want to be more involved, _you've_ got to step up to the plate. > > But please, first cut the whining. It's just childish. > > -- Vincent GROSS "GUIs normally make it simple to accomplish simple actions and impossible to accomplish complex actions." --Doug Gwyn (22/Jun/91 in comp.unix.wizards)

dhcpd's options.c in a weird shape

2007-11-10 Thread Vincent GROSS
) mms = 576; /* mms must be >= minimum IP MTU */ } -=== - } ->>>>>>> 1.19 if (mms) { if (mms < 576) this is the resulting diff of the changes I made, IT IS NOT AN OFFICIAL PATCH, USE IT AT YOUR OWN RISKS ! Cheers, -- Vincent GROSS &q

Re: dhcpd's options.c in a weird shape

2007-11-10 Thread Vincent GROSS
okay, pb solved, i just reused a stable tree to populate a current tree thanks again On Nov 10, 2007 4:14 PM, Kenneth R Westerback <[EMAIL PROTECTED]> wrote: > > On Sat, Nov 10, 2007 at 03:31:03PM +0100, Vincent GROSS wrote: > > Hi folks, > > > > there seem to be a

Re: cat.c includes

2007-03-19 Thread Vincent GROSS
[EMAIL PROTECTED] -- Vincent GROSS

wireless on OpenBSD : ath(4) or ral(4) ?

2007-04-04 Thread Vincent GROSS
), but ath(4) is reverse engineered. So my questions are : 1) what is the R.E. level of ath(4) ? fully understood, mainly understood ? 2) Is Atheros still reluctant to disclose documentation for its chips ? 3) If 1)=fully and 2)=reluctant, what should I pick between ath(4) and ral(4) ? -- Vincent GROSS

wireless on OpenBSD : ath(4) or ral(4) ?

2007-04-04 Thread Vincent GROSS
On 4/4/07, Marius ROMAN <[EMAIL PROTECTED]> wrote: ral(4) because it's better supported. On 4/4/07, Nick ! <[EMAIL PROTECTED]> wrote: > On 4/4/07, Vincent GROSS <[EMAIL PROTECTED]> wrote: > > > > > 1) what is the R.E. level of ath(4) ? fully understood,

Re: Booting a Thinkpad T23

2007-04-04 Thread Vincent GROSS
or on native cd-r disc. It should works fine. If you have another machine, try to netboot it. you just need a bootp/dhcp server and a tftp server with the files pxeboot and bsd.rd. If you only have win32 machines, tftpd32 makes a nice dhcp & tftp server (and it's open source). -- Vincent GROSS

Re: driver question

2007-04-17 Thread Vincent GROSS
really work. PERC 2/DC is listed in ami(4) so it should work fine and with bioctl(8) RAID management even. Did you check the emulation mode (mass storage or iop) in your card's bios? I have a perc2/sc and everything works fine in mass storage mode, while iop mode is definitely broken. -- V

calling syscalls directly from asm

2007-07-14 Thread Vincent GROSS
; ; } } /* write(1, hexstr, 11) ; */ asm volatile ("\n\tint $0x80" : "=a"(__ret) : "0"(4), "b"(1), "c"(hexstr), "d"(11)); /* for (i = 0 ; i < 1024 ; i++){ page[i] = page_start[i] ; } write(1, (char *)page, 4096) ; */ exit(0) ; } -- Vincent GROSS "GUIs normally make it simple to accomplish simple actions and impossible to accomplish complex actions." --Doug Gwyn (22/Jun/91 in comp.unix.wizards)

Re: calling syscalls directly from asm

2007-07-15 Thread Vincent GROSS
On 7/15/07, Marcus Watts <[EMAIL PROTECTED]> wrote: > Date:Sat, 14 Jul 2007 18:48:46 +0200 > To: misc@openbsd.org > From: "Vincent GROSS" <[EMAIL PROTECTED]> > Subject: calling syscalls directly from asm > > Hi folks, > > I would like t

misplacement in dhclient.conf.5

2007-10-15 Thread Vincent GROSS
but it's only a cut'n'paste at a more proper place. -- Vincent GROSS "GUIs normally make it simple to accomplish simple actions and impossible to accomplish complex actions." --Doug Gwyn (22/Jun/91 in comp.unix.wizards) [demime 1.01d removed an attachment of type application/x-g

Re: misplacement in dhclient.conf.5

2007-10-15 Thread Vincent GROSS
For more information, see +.Xr dhclient.leases 5 . .El .Sh EXAMPLES The following configuration file is used on a laptop On 10/15/07, Vincent GROSS <[EMAIL PROTECTED]> wrote: > Hi folks, > > I found a misleading statement in dhclient.conf.5 : the description of > the 'sc

Re: How can i boot a bsd.rd from windows 2000 ?

2007-10-16 Thread Vincent GROSS
5) plug the pendrive on your laptop and try to have the bios boot it. 6) at the boot prompt, type bsd.rd and voila ! see fdisk(8), disklabel(8), newfs(8) and installboot(8) for more informations -- Vincent GROSS "GUIs normally make it simple to accomplish simple actions and impossible to accomplish complex actions." --Doug Gwyn (22/Jun/91 in comp.unix.wizards)