Blowfish_expand0state invocation order

2018-03-08 Thread Delan Azabani
While trying to implement bcrypt based on the USENIX 99 paper alone, a tiny difference between the paper and src/lib/libc/crypt/bcrypt.c left me scratching my head until I finally gave in and had a peek. Since it was first checked in, bcrypt.c has passed the key to the odd Blowfish_expand0state in

Re: Blowfish_expand0state invocation order

2018-03-08 Thread Delan Azabani
At 06:40, Ted Unangst wrote: > A simple mistake not easily corrected, but of no consequence. Thanks — this is what I was hoping would be the case.

[PATCH] nsd(8): use SO_BINDANY for the ip-transparent option

2016-10-26 Thread Delan Azabani
I've written a patch to make the ip-transparent option in nsd.conf(5) work on OpenBSD, by trying SO_BINDANY in addition to IP_TRANSPARENT. This fixes an issue I've had with running nsd(8) and unbound(8) at the same time, with nsd(8) on the host's public addresses, and unbound(8) on the host's loca

[PATCH] share/man/man4/pppoe.4: fix hostname.pppoe0 example

2015-08-06 Thread Delan Azabani
:: doesn't work either unless the -inet6 option is specified, because incompatible address families arise. Cheers, Delan Azabani Index: share/man/man4/pppoe.4 === RCS file: /cvs/src/share/man/man4/pppoe.4,v retrieving revision

[PATCH] /etc/netstart: autoconfigure the interfaces given in argv

2015-09-10 Thread Delan Azabani
I've written a patch to ensure that /etc/netstart executes ifconfig inet6 autoconf, even when interfaces are specified as arguments. I've updated my patch for revision 1.153 of /etc/netstart from the revision 1.144 that my original patch was based on. To the best of my judgement, this patch will

Re: [PATCH] /etc/netstart: autoconfigure the interfaces given in argv

2015-09-11 Thread Delan Azabani
On Fri, Sep 11, 2015 at 7:43 PM, Stuart Henderson wrote: > I've tried various combinations with the current code and haven't run > into a case where it fails. Can you show an example of how to trigger a > failure? The first /etc/netstart invocation below shows how specifying interface names on th

Re: Why OpenBSD uses monolithic kernel?

2015-11-14 Thread Delan Azabani
When deciding whether and how to reply to this thread, perhaps take a look at the previous posts that this person has made to misc@.

[PATCH] /etc/netstart: run inet6 autoconf on CLI interfaces

2015-05-02 Thread Delan Azabani
u.sh/hzAdF/d13b9f4a1a.png Cheers, Delan Azabani Index: etc/netstart === RCS file: /cvs/src/etc/netstart,v retrieving revision 1.144 diff -u -p -r1.144 netstart --- etc/netstart3 Dec 2014 19:55:49 - 1.144 +++ et

Re: [PATCH] /etc/netstart: run inet6 autoconf on CLI interfaces

2015-05-31 Thread Delan Azabani
(ping in case anyone pertinent may have missed this) Permanent links to screenshots: https://www.azabani.com/patch/1/before.png https://www.azabani.com/patch/1/after.png

Re: netcat: IPv6 address support for proxy

2017-02-10 Thread Delan Azabani
On 5 February, Jeremie Courreges-Anglas wrote: > -x ::1 is ambiguous, -x 127.0.0.1 isn't. It's just a fact. Nit: “::1” isn’t ambiguous, because if we were to treat :1 like a port number, “:” is all we would have left. “::1:8080” is ambiguous, so you would need* to type “::1:8080:8080” to reach “