Re: signify embedded sigs

2014-01-08 Thread Marc Espie
On Wed, Jan 08, 2014 at 03:53:32PM -0500, Ted Unangst wrote: > This may or may not be useful. We can embed the message after the > signature and reduce the number of files in half. It's not a lot of > code. (This is how the crypto_sign API originally worked, but we've > since added some metadata, s

signify embedded sigs

2014-01-08 Thread Ted Unangst
This may or may not be useful. We can embed the message after the signature and reduce the number of files in half. It's not a lot of code. (This is how the crypto_sign API originally worked, but we've since added some metadata, so we still need to destruct and reconstruct the crypto_sign inputs an

Remove unused trampoline mapping

2014-01-08 Thread Mike Larkin
We don't need this mapping anymore. For some time now we have been mapping the tramps later (and this code entered a mapping for PA 0x3000, a page which we weren't even using anyway). Part of the ongoing effort to clean up the tramps and low mem mappings. Tested lightly on a couple of i386 SMP not

Re: rti_info and defines

2014-01-08 Thread Mike Belopuhov
On 8 January 2014 12:02, Martin Pieuchot wrote: > I find it really difficult to understand and work with the code of > rtsock.c because of the following defines: > > > /* Sleazy use of local variables throughout file, warning */ > #define dstinfo.rti_info[RTAX_DST] >

rti_info and defines

2014-01-08 Thread Martin Pieuchot
I find it really difficult to understand and work with the code of rtsock.c because of the following defines: /* Sleazy use of local variables throughout file, warning */ #define dstinfo.rti_info[RTAX_DST] #define gate info.rti_info[RTAX_GATEWAY] ... But

Re: Install log from OpenBSD Automatic Installation

2014-01-08 Thread Stuart Henderson
I haven't tried auto-install yet, but as long as the normal siteXX.tgz/install.site mechanism works, you should be able to handle kernel config changes with a scripted run of 'config -ef /mnt/bsd'. You would need a custom ramdisk too: again config -ef will let you save these changes in the on-d

Re: Install log from OpenBSD Automatic Installation

2014-01-08 Thread Aleksandar Lazic
Am 08-01-2014 03:06, schrieb Theo de Raadt: Am 08-01-2014 03:02, schrieb Aleksandar Lazic: Am 08-01-2014 02:50, schrieb Theo de Raadt: > Autoinstall does not handle this type of problem either. Is there a plan to be able to handle such a problem with autoinstall? Yes... get a CF card which

Re: Install log from OpenBSD Automatic Installation

2014-01-08 Thread Jiri B
One problem I have seen with autoinstall is that sequence of lines in install.conf is important. It seems not to much to closes pattern. For example if you put 'Start ntpd(8) by default' and 'NTP server' (IIRC) in the beginning it would impact answers to questions having 'server' in the question.