Project

General

Profile

Download (5.59 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e85f3d1a 02/10/2015 07:50 PM Ermal Luçi

Actually fix even the openvpn auth user script with proper checks. I thought this was fixes already!

95c93bc3 01/31/2015 09:13 AM Ermal Luçi

Fixes #4340 encode username same as with password to avoid issues with special chars.

30656f66 01/11/2015 03:38 PM Ermal Luçi

Fixes #4177 convert password to base64 to be submitted to avoid issues with special chars in shell and HTTP GET parameter passing. Probably should add POST support to fcgicli.

6317d31d 01/01/2015 12:13 PM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

d961e7e3 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

52550ca5 12/02/2014 11:01 AM Ermal Luçi

Remove exit from as much as possible backend code

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

41367b9c 11/05/2014 12:34 AM Chris Buechler

remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days and hasn't been relevant in years.

1d7ba683 03/18/2014 07:09 PM ayvis

replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8

f1777174 02/04/2014 02:34 PM Renato Botelho

Use php function to get hostname instead of exec()

b2af12ad 12/19/2013 09:12 AM Ermal LUÇI

Use closelog to explicitly close open resource.

5e28dad4 12/19/2013 08:53 AM Ermal LUÇI

Migrate openvpn authentication to use fcgicli rather than forking a php process. Maybe should could consider to write a short library todo this

3260b82f 11/14/2012 07:32 PM Ermal LUÇI

Make it more clear what is the username during syslog

1492e02c 06/05/2012 07:37 PM Ermal LUÇI

Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100

239a2977 04/14/2012 07:19 PM Cyrill B

Use appropriate syslog priorities.

fe2031ab 07/15/2011 01:10 PM Ermal LUÇI

Ticket #1052. Enforce certificates if they are present for authenticating to ldap. Allow to select a CA under ldap type authentication backend to be used for this.

673e8095 12/22/2010 03:39 PM Scott Ullrich

nuke trailing carriage returns

befad728 11/26/2010 09:54 PM Ermal LUÇI

Ticket #1037. Move environment manipulation to the authentication script since escaping slashes is not so easz on dynamic built paths.

9734b054 11/10/2010 05:00 PM Scott Ullrich

Remove trailing carriage return

8901958c 10/12/2010 09:21 PM Jim Pingle

Add backend code to verify username against cn on login if set by user. Needs GUI code to set the option yet. Ticket #887

cc686d98 03/02/2010 08:19 PM Ermal Luçi

Add the neccesary foo for radius.inc to work.

8a6b0fbe 03/02/2010 05:23 PM Ermal Luçi

Add copyrights of myself.

006a162f 03/02/2010 05:10 PM Ermal Luçi

Take care of local authentication. Also when the user authenticates do not serach on other authentication sources.

c61e4626 03/02/2010 05:07 PM Ermal Luçi

Allow the GUI auth API to be used for doing authentication against authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.

a13ce628 03/02/2010 10:21 AM Ermal Luçi

Do not allow login for expired and disabled users. Fix this even in openvpn authentication script. While here clean up the code quite a bit.

0c8d2763 12/30/2009 04:16 AM Chris Buechler

Revert "fix OpenVPN user auth"

This reverts commit f67a48ccda79386b5628e746e43bdf55a4f54ed6.

f67a48cc 12/30/2009 04:10 AM Chris Buechler

fix OpenVPN user auth

523855b0 09/12/2009 07:34 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions

1f5309a3 10/06/2008 06:25 PM Matthew Grooms

Use the correct syslog LOG_ERR constant and make this file executable.

3c11bd3c 09/06/2008 09:10 PM Matthew Grooms

Minor re-work of OpenVPN configuration. Use operational modes to determine
what configuration options are appropriate. The operational mode dictates
the authentication method. They are defines as follows ...

Peer to Peer ( SSL/TLS )
Peer to Peer ( Shared Key )...