summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/openvpn.auth-user.php
Commit message (Collapse)AuthorAgeFilesLines
* Encode the auth server list before passing it on the CLI, to avoid issues ↵jim-p2016-12-121-1/+1
| | | | with special characters that break when interpreted as URL parameters during OpenVPN auth. Fixes #7002
* This script is not called directly in a way that requires a shabang, and it ↵jim-p2016-12-121-1/+0
| | | | interferes with the script output, preventing successful authentication. Fixes #7008
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-1/+1
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-50/+51
|
* Added and modified functions to send correct Radius attributes to the Radius ↵Kacper2016-07-131-8/+36
| | | | authenticator.
* Fix #4605Edin Sarajlic2016-01-271-2/+3
| | | | | After base64 encoding username/password, properly escape characters =,+,/ before submitting auth details
* Update license on files from /etc/incRenato Botelho2016-01-151-16/+38
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Change comparison of username to certificate common name to be safer and ↵Talle2015-12-041-1/+1
| | | | | | | | | | | | case insensitive Currently the username is compared against the common name using a standard PHP comparison, this is unsafe because it might do unintended type conversions. So change the != comparison to an !== comparison to make sure the types match. Since usernames on Windows sytstems are not case-sensitive and prone to case differences in user input or auto filled fields we should allow case differences between the username and the certificate common name.
* Use full 'Local Database' name to be sure it's authmode is local, fixes #4469Renato Botelho2015-11-191-1/+1
|
* etc inc delete $Id commentsPhil Davis2015-11-101-1/+0
| | | | | | and bits of white space. Note: There are plenty of files still with old-format copyright sections in here.
* Make the openvpn-server IP address consistent with CSC overrides behaviordoktornotor2015-09-171-1/+1
|
* Fix incorrect netmask sent to client with static IP set in RADIUS (Bug #5129)doktornotor2015-09-121-6/+4
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+213
OpenPOWER on IntegriCloud