Results 12 comments of Jonathan Hall

I just obtained my first YubiKey and have started playing with it. I found the pam module lacking a bit, primarily when using OpenPAM. On linux, I'm able to use...

My fork of this PAM module now supports an authgroup= PAM module parameter that allows you to specify a group to check for their yubikey. If a user that authenticates...

Hey - my apologies for the stalling. I recently moved out of the US and I'm sure you can imagine I've been swamped. I'm going to get this done within...

Klas, getgrnam_r() requires I pass it the buffer I want to store the group structure in (which I'm sure you're aware of). Right now as it stands, if I get...

getgrouplist() is on Linux, OSX, FBSD and NBSD from what I can tell in man pages/digging. I've tested it on Linux, OSX and FreeBSD - I don't have a NetBSD...

I've submitted a pull request to merge the changes. In my fork, there's now the ability to specify a PAM module parameter: authgroup= . If used, only users in the...

https://github.com/JonnyWhatshisface/libwebsock2/blob/master/autogen.sh

It has been a while since I've gotten feasible updates out, but, it has actually been fixed. If you look at the repository for libwebsock2, it has actually been entirely...

I've started writing prototype code that won't be in use in the initial 2.0.0 release (most likely 2.0.x), but will come with it. The intention is to pre-allocate a slew...

Refactored the bulk of the scheduler code and reduced its footprint significantly. It's interesting how something so complex can begin to look so simple from a code-base perspective. libwebsock2 has,...