Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vyos/openvpn-duo-plugin


https://github.com/vyos/openvpn-duo-plugin

Add Debian packaging.

68b0bb754f190d900aefb43099a3088884babc4a authored about 4 years ago by Daniil Baturin <[email protected]>
Merge pull request #35 from mbish/master

Move away from deprecated TLS socket wrapping

3f0b9383b4717e63946e4fbb2daec7c8033bfcf8 authored over 4 years ago by Aaron <[email protected]>
Disallow SSLv2 and SSLv3

e422658ad5e4a011f6a4cf16a6828b367e9ae69c authored over 4 years ago by Mark Bishop <[email protected]>
Move away from deprecated TLS socket wrapping

1a21d2d023345f655c901b1c946aa1bc05dabd87 authored over 4 years ago by Mark Bishop <[email protected]>
Merge pull request #34 from vbscott/version

Update Python version in TravisCI

db35d5b41342ddb340045d90b65469acdae588bc authored over 4 years ago by Aaron <[email protected]>
Update Python version in TravisCI

cc4f0b508e2887c997b2eac6fb3ebf493143d172 authored over 4 years ago by Briar Scott <[email protected]>
add badges (#33)

4bb36c102c30194d5a00e3d3a28f6f31a9c88c2d authored over 4 years ago by Yizhen Shi <[email protected]>
Version bump for 2.4 (#32)

e3f2c1227668564beb16a6b31ed06781e8fcb98a authored almost 5 years ago by Yizhen Shi <[email protected]>
Let shebang decide which python it should use (#31)

Summary: Added python3 python python2 to shebang

Co-authored-by: Yizhen Shi <yshi@yshi-30932....

c6757807d1ff179e76407f7e5669dc05d385cbc0 authored almost 5 years ago by Yizhen Shi <[email protected]>
Version bump for 2.3 (#30)

5e2d67998d913eac38086cb04f8c747ddc8e2c1f authored about 5 years ago by Xander Desai <[email protected]>
Python3 compatibility updates (#28)

* WIP: fix imports and exception calls for python3

* fix remaining utf-8 encoding issues

*...

d0d47c7959f4c5193b767ddea8b0affc25ca40f0 authored about 5 years ago by Pete <[email protected]>
Don't hard code the script interpreter in duo_openvpn.c (#18)

The scripts themselves specify the interpreter, just execute them. This simplifies dealing with ...

8c4d7c4affad93cbdc70180d0eb11a4869e5b298 authored about 6 years ago by Johnny Stenback <[email protected]>
Pass ipaddr to preauth so duo_openvpn can make use of Authorized Netw… (#25)

* Pass ipaddr to preauth so duo_openvpn can make use of Authorized Networks

6e18d49664e93676b989903eff6e7c6ca164976b authored about 6 years ago by spencermaxfield <[email protected]>
Forgot requirements-dev file

16e2f31766351f8146a1d1fc85ab141db0ee1d3f authored over 7 years ago by Matt Schwager <[email protected]>
Added TravisCI build status

c75f7e2f1fd6dd076930b5f3e7eec27505534ee6 authored over 7 years ago by Matt Schwager <[email protected]>
Added TravisCI configuration file

05dcd521f6347b679581ec2a96bacdaceb1d75fd authored over 7 years ago by Matt Schwager <[email protected]>
Add missing '!' to the shebang in duo_openvpn.pl

Add missing '!' after initial '#' to make this script run as a perl script instead of be execute...

594a5250e8b8234ce8163108230cb0c997d3937e authored over 7 years ago by Johnny Stenback <[email protected]>
Fix duo_openvpn tests

```
$ python test_duo_openvpn.py
.......................
---------------------------------------...

57948fb06ae7bac172e9e8a87a877883c0136f0a authored over 7 years ago by Matt Schwager <[email protected]>
Add version tags to duo_openvpn

Summary: added 2.1 and 2.2 version tags bumped to 2.2

1fbe960350aa05cbbe88580c79b18f6a19a5f87b authored over 7 years ago by Kristina Birk <[email protected]>
Merge pull request #23 from jescholl/master

Fix certificate validation when using a proxy

bfd3bbd09e6630b0052045cdcddbf44c1d2ac5f9 authored over 7 years ago by ben-duo <[email protected]>
Fix certificate validation when using a proxy

3cb70725844195cefebe33701f5bda00fcc42846 authored over 7 years ago by Jason Scholl <[email protected]>
Merge pull request #13 from ben-kuhn/master

Added sys/wait.h to prevent the plugin from crashing OpenVPN on FreeBSD

044a0f954e386367cd793f37a998871711aefec9 authored over 8 years ago by BradleyHiggins <[email protected]>
Added sys/wait.h to prevent the plugin from crashing OpenVPN on FreeBSD with Undefined symbol WIFEXITED

5dac978f644a502151dc66160a71e46cb9dddde9 authored over 8 years ago by ben-kuhn <[email protected]>
Removed Entrust SHA1 cert from trusted CA's.

dce643fc4f91a27583fb7e60ab52f5dcad3411d2 authored almost 9 years ago by Marc Neuberger <[email protected]>
Merge pull request #11 from petiepooo/fix-SIG_IGN

Fix SIG_CHLD issue causing all external scripts to fail

d21badfe74d70cbef012d67144a834e7754dfa4e authored almost 9 years ago by ryadav-duo <[email protected]>
replace returns with esits for first child

4a501dc306713e7b848c223564cd8acfa96f9483 authored almost 9 years ago by Pete Nelson <[email protected]>
add second fork for proper daemonize

792fa6373244c732d97ff69799b7739326774784 authored almost 9 years ago by Pete Nelson <[email protected]>
whitespace only: remove trailing tabs

0de3b331ec8daceb9f3785baeb7301b3df688087 authored almost 9 years ago by Pete Nelson <[email protected]>
fix issue with SIG_CHLD being ignored

By just ignoring SIG_CHLD, loading this plugin breaks any external
script usage in openvpn. A b...

9b44153d201d5be72d3ad3df4a3b5e73d935cfd1 authored almost 9 years ago by Pete Nelson <[email protected]>
`make PREFIX=/a/b install` (un)installs somewhere other than /opt/duo

Running "make all" and "make install" with different PREFIXES will
produce a non-working install...

4d3727c5aac0aa4e1053da4a15b798d1cd63614c authored over 10 years ago by Ben Murray <[email protected]>
Updated README.md for openvpn

f52a357d560a17a279cdc550a2893d925fbd6246 authored over 10 years ago by alichator <[email protected]>
Update version number to 2.1

878d97a9d0883a3bb4790660d327761531b8be50 authored almost 11 years ago by Ben Murray <[email protected]>
Merge pull request #5 from apeiron/topic/apeiron/fix-compiler-invocation

Compilation is more portable by not calling gcc

df5b23373d9dec216116031c4ca0420f2c511a8d authored almost 11 years ago by ben-duo <[email protected]>
Compilation is more portable by not calling gcc

The POSIX standard does not mandate that the compiler will be
available as `gcc`. It does, howev...

b569ff239d169d2aff49d72fe58661d41b714d5c authored almost 11 years ago by Chris Nehren <[email protected]>
If a password is not provided (or blank), use the user's default out-of-band factor. This makes it possible to use the 'auth-user-pass-optional' server directive.

b36342387ca8e629b469d2a7f5c22a0083f7a5fc authored almost 11 years ago by Adam Goodman <[email protected]>
Update CA cert bundle

463f56ecec12eb894d0d85bdeeeb9f777e6f9470 authored about 11 years ago by Ben Murray <[email protected]>
Fixes #3 Add HTTPS proxy support (if using the Python helper script)

438f391a1a2fac8a0aec3f6f25bbf4305232aac6 authored about 11 years ago by Ben Murray <[email protected]>
Add .gitignore

e7fd788d6a11a9d8a13d7e249bac6c8bb610a16c authored over 11 years ago by Ben Murray <[email protected]>
log importerrors in duo_openvpn.py to syslog (to better detect old python versions)

9b4e1d0147d94a0328cf92aa6d006d161ed050dc authored about 12 years ago by Adam Goodman <[email protected]>
add signal.h include

2a07194babfaef11f426106939734851ef5c2fa2 authored over 12 years ago by Jon Oberheide <[email protected]>
add useragent

23ed70fe50c3bd44efcc5e601740d94b228f5c2b authored over 12 years ago by Jon Oberheide <[email protected]>
ignore sigchld to avoid leaving behind zombies. fix from jschauma. setting global signal handlers in the plugin isnt ideal, but doesnt appear to interfere with normal openvpn operation.

3b890e663508d9b6d9ee3d708de09530bac722b4 authored over 12 years ago by Jon Oberheide <jono@apollo.(none)>
add SSL certificate validation

0b4a0af8343c7a459b2b7cf15ce496c2edfcf80a authored over 12 years ago by Adam Goodman <[email protected]>
snip out unnecessary clauses

070d9c7d9dac848b0407acd8071f6ab2ff192cfe authored almost 13 years ago by Jon Oberheide <[email protected]>
add gplv2 license

95c362eed2b9a63d5b55d745f5ca81e928d75a64 authored almost 13 years ago by Jon Oberheide <[email protected]>
better error checking

e7f635cb91f6242a310bef024f8e79c3bab2056d authored almost 13 years ago by Jon Oberheide <[email protected]>
better error checking

d93f29d18c957b970310878dac0319c20455151d authored almost 13 years ago by Jon Oberheide <[email protected]>
fixes for perl script; add compile options to select between perl and python

7d09203598664809f6372141cee594f7c22b9ff6 authored almost 13 years ago by Adam Goodman <[email protected]>
add perl version of duo_openvpn.py

9847008070022cf19a2fb5db33e36cc11c8aec45 authored almost 13 years ago by Adam Goodman <[email protected]>
spacing fixups

01d525f4282227092cfb2cfa5488ae1734301a55 authored almost 13 years ago by Jon Oberheide <[email protected]>
add c plugin wrapper to allow deferred plugin responses

c25ef04f318142fc5f0f37035b1d1a954aebe29f authored about 13 years ago by Jon Oberheide <[email protected]>
initial openvpn integration

d0bee24da4f193b0b570055e363147f50ba84a16 authored over 13 years ago by Jon Oberheide <[email protected]>
repo create

8a179fa9476c3fd9535f66fdb204d404ccf97c4b authored over 13 years ago by Jon Oberheide <[email protected]>