Project

General

Profile

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

# Date Author Comment
0eef97aa 07/15/2016 07:19 PM Jim Pingle

Make a function to resync all OpenVPN CSCs and use it when saving an OpenVPN server. Fixes #6139

aaec5634 07/15/2016 06:32 PM Renato Botelho

Review license / copyright on all files (final round)

8acd654a 07/14/2016 09:36 PM Renato Botelho

Review license / copyright on all files (1st round)

bd1a4433 06/22/2016 03:05 PM Stilez y

Add missing recommended key lengths to OpenVPN options

Add key lengths to the OpenVPN options, for asymmetric keys of size 3072 (for current use), 7680, 15360 (for long term resistance), 8192 and 16384 (common binary exponents).

These are both supported by OpenVPN anyhow, and for certain uses are currently recommended (eg long term resistance to replay/decryption). See keylength.com for citations....

c228156f 04/18/2016 03:14 PM Jim Pingle

Trim the OpenVPN tunnel network before use, and on save. Fixes #6198

09cacd56 04/04/2016 01:53 PM Stephen Beaver

Merge pull request #2829 from phil-davis/openvpn-widget

(cherry picked from commit 1dae6c0f4184ac72c252fb934d2bfa4fd3a967fe)

a6d55c23 03/01/2016 07:32 AM Chris Buechler

Only specify auth-user-pass for TLS mode. Ticket #5941

636918c9 02/26/2016 07:50 AM Chris Buechler

Fix OpenVPN ifconfig. Ticket #5930

30c8a290 02/24/2016 02:01 PM Renato Botelho

Use high level functions

e8c516a0 02/18/2016 12:19 PM Phil Davis

Internationalize etc inc i through s

d9901ff4 02/09/2016 11:56 PM Chris Buechler

Fix style issues.

2a5960b0 02/09/2016 09:58 PM Luiz Souza

Review of CARP uniqid changes.

It turns out that current CARP implementation is not much different from an IP alias.

This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with:...

4742e635 01/29/2016 05:42 AM Chris Buechler

Omit topology for tap OpenVPN, as it has no meaning in that context

3f1265e4 01/29/2016 05:18 AM Chris Buechler

Remove stray }

ef378560 01/21/2016 05:03 PM Jim Pingle

The topology line also must be skipped if an SSL/TLS mode is used with a CIDR less than 30.

09221bc3 01/15/2016 01:44 PM Renato Botelho

Update license on files from /etc/inc

493e6807 01/13/2016 10:57 AM Stilez y

Remove spaces at EOL as requested

7272f6ee 01/12/2016 08:20 AM Stilez y

redmine 5702 - change to use high level IPv4 functions where low level ip2long32() etc are used

61fce4a6 12/17/2015 04:29 AM Phil Davis

Consolidate OpenVPN kill_client routine

After a gitsync just now I started getting "cannot redeclare
kill_client" error messages. Whatever it was that caused this to start
happening, the kill_client() function in these 2 places is identical.
Might as well put it in openvpn.inc

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

a4ba0282 12/10/2015 04:37 PM Stephen Beaver

Fixed #5602 by dynamically updating hte help text based on the cert selected.

4e322e2c 12/10/2015 03:09 PM Phil Davis

Code style and white space in etc

0e9d4a6d 12/07/2015 03:18 PM Jim Pingle

Prioritize and separate server certs for OpenVPN servers to make it more clear they should be using certificates created as Server certificates for this purpose -- it's still valid to use non-server certs but it's not what most people intend to do. Ticket #5602

de1a3167 12/07/2015 03:18 PM Jim Pingle

whitespace/style fixups

6293d7ed 12/03/2015 01:50 PM Jim Pingle

Fix PHP error on boot/resync of OpenVPN

63646f4d 12/02/2015 07:55 PM Jim Pingle

Omit topology from the config when using shared key mode.

4e5e7540 12/01/2015 06:48 PM Jim Pingle

Nuke openvpn_cleanup_csc, the job is done better by openvpn_delete_csc

cd8f2f2b 12/01/2015 06:36 PM Jim Pingle

Properly omit tunnel network when it's empty in the CSC

88cfb255 12/01/2015 02:57 PM Jim Pingle

GUI/Backend changes to move topology_subnet checkbox to a topology drop-down selection. Issue #5526

P2P is there but commented out for now.

154b0f80 11/30/2015 09:50 PM Jim Pingle

Backend changes to OpenVPN CSC handling to allow per-server configuration. Ticket #5526
Still needs GUI work and other items mentioned on https://redmine.pfsense.org/issues/5526

c4b60a9a 11/29/2015 05:37 PM Colin Fleming

Tidy up Boolean operators for HTML5

Remove the XHTML standard Boolean operators (makes reading HTML much
simpler).

f4eec250 11/26/2015 11:58 AM Phil Davis

Put some OpenVPN functions into include file

Forum:
https://forum.pfsense.org/index.php?topic=103036.msg574854#msg574854

A few functions were in both client and server PHP already and were the
same.
build_crl_list() was missing from client PHP.
build_cert_list() was slightly different in server and client PHP. I...

4de8f7ba 08/30/2015 04:32 PM Phil Davis

Integrate bootstrap etc/inc with master

This applies the little changes in etc/inc master to the bootstrap
branch so that etc/inc in bootstrap will now just have the real
differences that are due to real bootstrap changes.

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/