forked from multiOTP/multiotp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5.8.2.9 Added compatibility with new multiOTP Credential Provider
- Loading branch information
Showing
29 changed files
with
2,281 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,16 +15,16 @@ | |
# Please check https://www\.multiOTP.net/ and you will find the magic button ;-) | ||
# | ||
# @author Andre Liechti, SysCo systemes de communication sa, <[email protected]> | ||
# @version 5.8.2.3 | ||
# @date 2021-05-19 | ||
# @version 5.8.2.9 | ||
# @date 2021-08-19 | ||
# @since 2013-11-29 | ||
# @copyright (c) 2013-2021 SysCo systemes de communication sa | ||
# @copyright GNU Lesser General Public License | ||
# | ||
# docker build . | ||
# docker run --mount source=multiotp-data,target=/etc/multiotp -p 80:80 -p 443:443 -p 1812:1812/udp -p 1813:1813/udp -d xxxxxxxxxxxx | ||
# | ||
# 2021-05-19 5.8.2.3 SysCo/al Addded php-bcmath | ||
# 2021-05-19 5.8.2.3 SysCo/al Added php-bcmath | ||
# 2021-03-25 5.8.1.9 SysCo/al Remove apt-offline, which is not used | ||
# 2020-08-31 5.8.0.0 SysCo/al Debian Buster 10.5 support | ||
# 2019-10-22 5.6.1.3 SysCo/al Debian 10 support | ||
|
@@ -42,7 +42,7 @@ MAINTAINER Andre Liechti <[email protected]> | |
LABEL Description="multiOTP open source, running on Debian ${DEBIAN} with PHP${PHPVERSION}." \ | ||
License="LGPL-3.0" \ | ||
Usage="docker run --mount source=[SOURCE PERSISTENT VOLUME],target=/etc/multiotp -p [HOST WWW PORT NUMBER]:80 -p [HOST SSL PORT NUMBER]:443 -p [HOST RADIUS-AUTH PORT NUMBER]:1812/udp -p [HOST RADIUS-ACCNT PORT NUMBER]:1813/udp -d multiotp-open-source" \ | ||
Version="5.8.2.3" | ||
Version="5.8.2.9" | ||
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,8 @@ | |
* PHP 5.3.0 or higher is supported. | ||
* | ||
* @author Andre Liechti, SysCo systemes de communication sa, <[email protected]> | ||
* @version 5.8.2.3 | ||
* @date 2021-05-19 | ||
* @version 5.8.2.9 | ||
* @date 2021-08-19 | ||
* @since 2013-07-10 | ||
* @copyright (c) 2013-2021 SysCo systemes de communication sa | ||
* @copyright GNU Lesser General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ REM | |
REM Windows batch file for Windows 2K/XP/2003/7/2008/8/2012/10/2019 | ||
REM | ||
REM @author Andre Liechti, SysCo systemes de communication sa, <[email protected]> | ||
REM @version 5.8.2.3 | ||
REM @date 2021-05-19 | ||
REM @version 5.8.2.9 | ||
REM @date 2021-08-19 | ||
REM @since 2010-07-10 | ||
REM @copyright (c) 2010-2021 SysCo systemes de communication sa | ||
REM @copyright GNU Lesser General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ The multiOTP C++ launcher is simply used to launch PHP | |
and run multiotp.windows.php with the provided arguments. | ||
|
||
@author Andre Liechti, SysCo systemes de communication sa, <[email protected]> | ||
@version 5.8.2.3 | ||
@date 2021-05-19 | ||
@version 5.8.2.9 | ||
@date 2021-08-19 | ||
@since 2016-12-08 | ||
@copyright (c) 2010-2021 SysCo systemes de communication sa | ||
@copyright GNU Lesser General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
* and run multiotp.windows.php with the provided arguments. | ||
* | ||
* @author Andre Liechti, SysCo systemes de communication sa, <[email protected]> | ||
* @version 5.8.2.3 | ||
* @date 2021-05-19 | ||
* @version 5.8.2.9 | ||
* @date 2021-08-19 | ||
* @since 2016-12-08 | ||
* @copyright (c) 2010-2021 SysCo systemes de communication sa | ||
* @copyright GNU Lesser General Public License | ||
|
@@ -68,8 +68,8 @@ | |
#include <iostream> | ||
|
||
#define SOFTWARE "LAUNCHPHPMULTIOTP" | ||
#define VER_NUMBER "5.8.2.3" | ||
#define VER_DATE "2021-05-19" | ||
#define VER_NUMBER "5.8.2.9" | ||
#define VER_DATE "2021-08-19" | ||
|
||
int _tmain(int argc, _TCHAR* argv[]) | ||
{ | ||
|
Oops, something went wrong.