Project

General

Profile

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

# Date Author Comment
a4af095c 08/26/2015 02:37 PM Renato Botelho

Merge branch 'master' into bootstrap

This is a merge of pfSense/master at this point:

c0d5c1435ee8f90d1ee62f5fb4a4fac48aacda77

a95acf12 07/23/2015 12:54 AM Phil Davis

Add isset check for strictcrlpolicy

To be consistent with the checks in the rest of this code.

df4de32d 07/22/2015 08:03 PM Chris Buechler

Add IPsec advanced option for strict CRL checking

a607968a 07/22/2015 01:51 PM Phil Davis

Handle IPsec Advanced Settings save before IPsec is enabled

If the Advanced Settings are saved before any other IPsec is set up then $config['ipsec'] can be just the empty string. As a result you can get:
a) If you select some debug settings then those are not saved. The code to save those settings was only executed when $config['ipsec'] was already an array. Actually the code already did the necessary "if isset() then unset()" stuuf. So I just took the the "if is_array()" away from the code block....

5b8c4101 06/16/2015 03:11 PM Jim Pingle

Encoding in vpn_ipsec_settings.php

d20f28db 06/15/2015 02:36 PM Renato Botelho

Merge pull request #1721 from phil-davis/style

6c07db48 06/15/2015 08:34 AM Phil Davis

Code spacing

and other random stuff I noticed.
I think this finishes messing with code style. The codebase should match
the developer style guide closely enough that 99.9% of changes will not
feel the need to also massage the formatting.

d26955ff 06/15/2015 12:58 AM Ermal Luçi

Ticket #4655 well manually merge pull/1715. Thanks: Phil

67d96856 06/13/2015 12:35 PM Ermal Luçi

Ok another round of this which unbreaks input error validation messages

f7531032 06/12/2015 06:35 PM Ermal Luçi

Make this right finally :). Thanks-ti: Phil-davis

b5d102e7 06/12/2015 03:37 PM Ermal Luçi

Activate the redirection that for some reason got disabled

71f29f44 06/11/2015 09:57 PM Ermal Luçi

Ticket #4655 Do not behave against the logic of checkbox and description.

a1d55e81 05/23/2015 09:04 AM Phil Davis

Code style VPN IPsec

43f83ab4 04/30/2015 06:24 AM Chris Buechler

Show correct selection for noshuntlan option. Ticket #4655

748cbea6 04/21/2015 09:35 AM Sander van Leeuwen

Update display_top_tabs to use pills as default

Refs. #107

75d072be 04/20/2015 04:15 AM Phil Davis

Fix #4640 IPsec Auto-exclude LAN address toggles

every time save is pressed.
Actually the GUI is displaying the opposite setting to what is in the config. When the user pressed save that opposite setting was saved, but then again it displays the opposite of the opposite...

0608bd3c 04/18/2015 08:34 AM Ermal Luçi

Implement make bofre break feature avaliable on strongswan 5.3.0 useful for IKEv2. Fixes #4626

0a9e6c85 04/05/2015 12:50 AM Chris Buechler

Fix up Ticket #4504 implementation. Match config style with other areas. Use a config setting to disable, rather than enable, this functionality since it's enabled by default so the tag isn't necessary in the default config. Remove now unnecessary config upgrade code.

e469aa76 04/04/2015 12:18 PM Sjon Hortensius

Merge branch 'master' into bootstrap

14de6e36 04/04/2015 12:12 PM Sjon Hortensius

Merge branch 'master' of github.com:pfsense/pfsense

b8eeddeb 04/03/2015 06:04 PM Ermal Luçi

Fixes #4504 use correct key index

0887e836 04/03/2015 05:59 PM Ermal Luçi

Fixes #4504 Allow the bypass policy for LAN to be enabled and prevent traffic sent to lan ip to go to the ipsec tunnel

0ca36ca3 03/31/2015 02:03 PM benny benny

Fix IPsec Advanced Settings uniqueids. It was neither set in strongswan config, nor picked up correctly in the UI.

447efafd 03/30/2015 09:18 PM Sander van Leeuwen

Fix todo, let checkbox toggle maxmss input

Refs. #22

18957b59 03/30/2015 09:07 PM Sander van Leeuwen

Add debug settings as separate group

Refs. #22

8fdeee58 03/26/2015 12:27 AM Sander van Leeuwen

Convert vpn_ipsec_settings

Refs. #22

46bb8a0b 03/22/2015 01:55 PM Sjon Hortensius

Merge remote-tracking branch 'upstream/master' into origin/master

b8c3654c 03/12/2015 03:01 AM Chris Buechler

clean up unique IDs text a bit.

24acc8f4 03/10/2015 10:20 PM Chris Buechler

Don't enable interfaces_use by default. Add checkbox to enable on Advanced
tab, in case there are scenarios where it's desirable. Ticket #4341

247c417f 03/07/2015 10:58 AM Sjon Hortensius

Globally correct a few typos

  • $x; > $x = null;
  • removed duplicated cases
  • fixed useless statement: (int)$x = $y
  • removed poetic: if (!$x && $x) $x = $x
58c58dcf 03/03/2015 06:16 AM Chris Buechler

Remove "Prefer old SA" option, and ignore it in all existing configurations. Breaks things in many cases with strongSwan. For the very rare circumstances where this is actually desirable, it's just a sysctl that can be set in tunables.

86e1846f 01/31/2015 06:36 PM Ermal Luçi

Fixes #4359 Allow controlling uniqueids

420fce04 01/31/2015 10:06 AM Ermal Luçi

Fixes #4353 Identify when strongswan.conf needs a reload and restart ipsec service.

4a076e36 01/07/2015 09:07 PM Ermal Luçi

Provide an advanced setting to be able to disable Unity Plugin(Cisco extensions)

3add5b2d 01/07/2015 06:49 PM Chris Buechler

fix text

e57a3e40 01/07/2015 06:47 PM Chris Buechler

fix spelling of compression

40cc36d1 01/07/2015 03:35 PM Ermal Luçi

Fixes #4182 by properly managing IPcomp on ipsec tunnels.
Also retires IPsec force reloading advanced sysctl since its useless nowdays with strongswan and remove its call on rc.newipsecdns.

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

Welcome 2015

a96dc32e 11/29/2014 01:17 AM Chris Buechler

Add input validation on vpn_ipsec_settings.php. Fixes #4052.

2f851abf 11/24/2014 09:07 PM Ermal Luçi

Fixes #4039 remove the toggle from IPSec settings since its not anymore useful.

737b18f2 10/30/2014 08:35 PM Ermal LUÇI

Allow accept_unencrypted_mainmode_messages to be enabled if needed

3c4fc30b 10/02/2014 09:19 PM Chris Buechler

get back to our standard RFC-defined capitalization of IPsec

547d7641 09/28/2014 08:56 PM Pi Ba

firewall_virtual_ip make the table sortable

4a5b2e8b 05/09/2014 05:34 PM Renato Botelho

Merge pull request #1139 from ExolonDX/branch_master_02

6ae8b844 05/09/2014 01:36 PM Ermal LUÇI

Some adjustments to the code for logging

391453a1 05/08/2014 10:02 PM Colin Fleming

Tidy up "vpn_ipsec" XHTML

Add CDATA section to SCRIPTS
Add SUMMARY to TABLES
Update HTML Boolean operators
Close INPUT and IMG tags and ALT to IMG tags
Move NOWRAP into CLASS statement
Deprecate ampersand in Anchor tags

71172088 04/25/2014 04:13 PM Jim Pingle

Move the IPsec settings from System > Advanced, Misc tab to "Advanced Settings" tab under VPN > IPsec.