index
:
openvpn-duo-plugin.git
master
(mirror of https://github.com/vyos/openvpn-duo-plugin.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-09-28
Merge pull request #34 from vbscott/version
Aaron
2020-09-22
Update Python version in TravisCI
Briar Scott
2020-04-27
add badges (#33)
Yizhen Shi
2020-03-31
Version bump for 2.4 (#32)
Yizhen Shi
2020-03-31
Let shebang decide which python it should use (#31)
Yizhen Shi
2019-12-18
Version bump for 2.3 (#30)
Xander Desai
2019-12-18
Python3 compatibility updates (#28)
Pete
2018-12-05
Don't hard code the script interpreter in duo_openvpn.c (#18)
Johnny Stenback
2018-12-03
Pass ipaddr to preauth so duo_openvpn can make use of Authorized Netw… (#25)
spencermaxfield
2017-08-21
Forgot requirements-dev file
Matt Schwager
2017-08-21
Added TravisCI build status
Matt Schwager
2017-08-21
Added TravisCI configuration file
Matt Schwager
2017-08-18
Add missing '!' to the shebang in duo_openvpn.pl
Johnny Stenback
2017-08-17
Fix duo_openvpn tests
Matt Schwager
2017-08-16
Add version tags to duo_openvpn
Kristina Birk
2017-07-31
Merge pull request #23 from jescholl/master
ben-duo
2017-07-26
Fix certificate validation when using a proxy
Jason Scholl
2016-08-23
Merge pull request #13 from ben-kuhn/master
BradleyHiggins
2016-04-22
Added sys/wait.h to prevent the plugin from crashing OpenVPN on FreeBSD with ...
ben-kuhn
2016-03-10
Removed Entrust SHA1 cert from trusted CA's.
Marc Neuberger
2016-03-07
Merge pull request #11 from petiepooo/fix-SIG_IGN
ryadav-duo
2016-02-15
replace returns with esits for first child
Pete Nelson
2016-02-11
add second fork for proper daemonize
Pete Nelson
2016-02-11
whitespace only: remove trailing tabs
Pete Nelson
2016-02-11
fix issue with SIG_CHLD being ignored
Pete Nelson
2014-05-21
`make PREFIX=/a/b install` (un)installs somewhere other than /opt/duo
Ben Murray
2014-05-20
Updated README.md for openvpn
alichator
2014-04-01
Update version number to 2.1
Ben Murray
2014-03-10
Merge pull request #5 from apeiron/topic/apeiron/fix-compiler-invocation
ben-duo
2014-03-10
Compilation is more portable by not calling gcc
Chris Nehren
2014-02-28
If a password is not provided (or blank), use the user's default out-of-band ...
Adam Goodman
2013-11-26
Update CA cert bundle
Ben Murray
2013-11-22
Fixes #3 Add HTTPS proxy support (if using the Python helper script)
Ben Murray
2013-05-03
Add .gitignore
Ben Murray
2012-10-09
log importerrors in duo_openvpn.py to syslog (to better detect old python ver...
Adam Goodman
2012-09-28
add signal.h include
Jon Oberheide
2012-09-24
add useragent
Jon Oberheide
2012-09-24
ignore sigchld to avoid leaving behind zombies. fix from jschauma. setting gl...
Jon Oberheide
2012-06-19
add SSL certificate validation
Adam Goodman
2012-01-26
snip out unnecessary clauses
Jon Oberheide
2012-01-26
add gplv2 license
Jon Oberheide
2012-01-25
better error checking
Jon Oberheide
2012-01-25
better error checking
Jon Oberheide
2012-01-25
fixes for perl script; add compile options to select between perl and python
Adam Goodman
2012-01-25
add perl version of duo_openvpn.py
Adam Goodman
2012-01-25
spacing fixups
Jon Oberheide
2011-11-01
add c plugin wrapper to allow deferred plugin responses
Jon Oberheide
2011-09-19
initial openvpn integration
Jon Oberheide
2011-09-17
repo create
Jon Oberheide