Re: use libtls in ldapd

2016-04-24 Thread Bob Beck
just go for it. see who screams ok beck@ On Sunday, 24 April 2016, Sebastian Benoit wrote: > Jonathan Matthew(jonat...@d14n.org ) on 2016.04.18 07:17:55 > +1000: > > On Sun, Apr 10, 2016 at 04:36:15PM +1000, Jonathan Matthew wrote: > > > A while back (s2k15?),

Re: use libtls in ldapd

2016-04-24 Thread Sebastian Benoit
Jonathan Matthew(jonat...@d14n.org) on 2016.04.18 07:17:55 +1000: > On Sun, Apr 10, 2016 at 04:36:15PM +1000, Jonathan Matthew wrote: > > A while back (s2k15?), reyk@ suggested I take a look at converting ldapd to > > use > > libtls rather than the openssl api. Today I finally got around to it,

Re: [patch] login_yubikey: delete keys

2016-04-24 Thread Sebastian Benoit
frit...@alokat.org(frit...@alokat.org) on 2016.03.31 23:43:54 +0200: > On Thu, Mar 31, 2016 at 10:17:45PM +0200, Sebastian Benoit wrote: > > Hi Fritjof, > > > > frit...@alokat.org(frit...@alokat.org) on 2016.03.31 11:43:58 +0200: > > > Wipe out the key from "user.key". > > > > > > --f. > > > >

MP-safe TX for cnmac(4)

2016-04-24 Thread Visa Hankala
This adds MP-safe TX for cnmac(4). OK? Index: arch/octeon/dev/if_cnmac.c === RCS file: src/sys/arch/octeon/dev/if_cnmac.c,v retrieving revision 1.38 diff -u -p -r1.38 if_cnmac.c --- arch/octeon/dev/if_cnmac.c 13 Apr 2016 11:34:00

Re: numerous statfs bugs

2016-04-24 Thread Stefan Kempf
Martin Natano wrote: > There seem to be a number of issues with statfs related code in the > kernel. The first issue is inside of the copy_statfs_info() function > which is designed to be used by the filesystem's .vfs_statfs > implementations to copy data from mp->mnt_stat to the target stat >

Re: [PATCH]: remove references to "outlen" from tls_init.3.

2016-04-24 Thread Brent Cook
yes, that is correct - ok bcook@ On Sun, Apr 24, 2016 at 2:06 AM, Jason McIntyre wrote: > On Sat, Apr 23, 2016 at 06:24:58PM +0200, Remco wrote: > > Index: tls_init.3 > > > > === > > > > i think your diff is

match RTS522A in rtsx(4)

2016-04-24 Thread Jonathan Gray
Device id appears on the latest generation of thinkpads. It looks like it should be compatible with the others? This requires the pcidevs changes I just committed. Index: sys/dev/pci/rtsx_pci.c === RCS file:

Re: [PATCH]: remove references to "outlen" from tls_init.3.

2016-04-24 Thread Jason McIntyre
On Sat, Apr 23, 2016 at 06:24:58PM +0200, Remco wrote: > Index: tls_init.3 > > === > i think your diff is correct - in -r1.33 beck altered this to "document changed tls_read and tls_write semantics". i'm less convinced about

Re: AMRR improvements for rt2860

2016-04-24 Thread Stefan Sperling
On Sun, Apr 24, 2016 at 01:25:31PM +0800, Nathanael Rensen wrote: > I have been using an rt2860 hostap for a few years and I have discovered > that AMRR does not work properly for this driver. The symptom is that > some stations get stuck at 1 Mbps and do not progress up to faster rates. > >