Projet

Général

Profil

Télécharger (32,4 ko) Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / www / vpn_ipsec_phase2.php @ c650b2f7

# Date Auteur Commentaire
c650b2f7 18 août 2014 21:18 Ermal

Allow HASH algorithms to be empty for phase2 in case the encryption one is AES-GCM

9b915686 01 août 2014 22:39 Ermal

Use a uniqid() to track phase2 entries to avoid confustion and various mistakes when modifying and editing them.

8d9a95f9 20 mai 2014 20:24 jim-p

This is not true any longer (and required for L2TP+IPsec)

3a50eb39 09 mai 2014 00:25 Colin Fleming

Tidy up "vpn_ipsec_phase2.php" XHTML

Move script after the FBEGIN.INC include
Add CDATA sections to SCRIPTS
Add SUMMARY to TABLES
Close INPUT tags
Update HTML Boolean operators

9caf5eca 29 avril 2014 20:33 Renato Botelho

Check the right field here

71172088 25 avril 2014 18:13 jim-p

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

91f026b0 19 mars 2014 23:38 ayvis

replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"

8cd558b6 14 mars 2014 21:24 ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

e41ec584 12 mars 2014 15:42 Renato Botelho

Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print

496acde1 06 février 2014 12:49 Ermal

First swing at converting from racoon to StrongSWAN.
It allows to use existing configurations on xml to generate StrongSWAN configurations.
So its only IKEv1

  • Missing support for dynamic ips(hostnames)
    - resolver plugin of StrongSWAN needs to be configured in strongswan.conf...
1e9b4611 12 septembre 2013 16:28 Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

324e112d 03 septembre 2013 08:27 Chris Buechler

touch up text, s/nat/NAT/

508799c3 15 février 2013 11:51 Renato Botelho

Remove invallid option 'none' for IPSec Phase 2. Fixes #2816

d83045b5 11 février 2013 10:29 Ermal

Properly generate all address data based on configuration selected

e4ffca08 24 janvier 2013 20:33 Renato Botelho

Make IPv4/IPv6 validation on IPSec

It should fix #2769

0b73e6f2 07 décembre 2012 21:36 jim-p

Don't allow transport mode to be selected for mobile clients. Fixes #2713

c9891afe 19 novembre 2012 10:59 Ermal

Commit a revised version of https://github.com/bsdperimeter/pfsense/pull/264.diff

2a2b247b 26 octobre 2012 22:10 jim-p

Standardize hypenation and capitalization of Pre-Shared Key

8d1a9e58 23 octobre 2012 23:37 Ermal

Throw an error when invalid configuration is posted(address->network).

72dd4f07 05 octobre 2012 21:00 Ermal

Check against _address since that is the field inputed _type is always there.

9a5a078a 05 octobre 2012 20:17 Ermal

Properly set address type selection

261e72f0 05 octobre 2012 20:04 Ermal

Do not make natlocalid required

2ecf5b34 05 octobre 2012 18:21 jim-p

This field isn't required, so only check it if there is a value

3c107b76 04 octobre 2012 20:37 Ermal

Add a NAT entry for configuring NAT on ipsec phase2. It will add nat rules on enc interface

b32dd0a6 10 août 2012 19:32 jim-p

Activate new shortcuts/status in the rest of the areas that are currently setup.

665340db 02 août 2012 18:38 jim-p

Activate more Hash, DH, and PFS options that are available in racoon now. Note that SHA256-512 are RFC4868 compliant in FreeBSD, may break with other incompatible stacks.

b20a5cdb 26 mai 2012 14:43 Pierre POMES

Ticket #2455: do not check encryption algo for AH protocol

c2feff64 06 avril 2012 01:10 Darren Embry

restore default dropdown values of 24/64 bits

now that feature #2320 behavor is a bit different regarding change of
existing set value when switching between ipv4 and ipv6

6255beda 06 avril 2012 00:17 Darren Embry

add feature #2320 to vpn_ipsec_phase2.php.

note: had to disable existing behavior that modified the value of the
behavior.

existing behavior that disables/enables the dropdowns is still active.

a5a483e0 14 février 2012 19:03 jim-p

Reject an interface without a subnet as a network source in the IPsec Phase 2 GUI. Fixes ticket #2201

534375b6 03 juin 2011 21:34 jim-p

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/openvpn.inc

b717f1bc 02 juin 2011 17:23 Evgeny Yurchenko

Bug #1560.IPsec GUI needs to reject duplicate subnets in phase 2s for a given phase 1 (fixing p2 edit)

3da5c50d 02 juin 2011 00:28 Evgeny Yurchenko

Bug #1560.IPsec GUI needs to reject duplicate subnets in phase 2s for a given phase 1 (improvement of previous patch)

58005e52 01 juin 2011 15:00 jim-p

Merge remote branch 'upstream/master'

Conflicts:
conf.default/config.xml
etc/inc/filter.inc
etc/inc/globals.inc
etc/inc/pfsense-utils.inc
etc/inc/upgrade_config.inc
usr/local/www/interfaces.php

538b6eb3 01 juin 2011 05:41 Evgeny Yurchenko

Bug #1560. IPsec GUI needs to reject duplicate subnets in phase 2s for a given phase 1(site-to-site).

061f28bf 31 mai 2011 11:03 Evgeny Yurchenko

Bug #1560. IPsec GUI needs to reject duplicate subnets in phase 2s for a given phase 1(mobile clients).

c271c485 17 mars 2011 12:45 Seth Mos

enlarge various address fields for IPv6 addresses

3795d067 11 mars 2011 22:34 Seth Mos

Add the ability to differentiate between v4 and v6 tunnels. Bill says he can test

563b47bf 24 février 2011 14:10 smos

Make sure to resolve the gateway name before passing it off to the IPsec reload function

d48dbceb 22 novembre 2010 16:53 Erik Fonnesbeck

Add other interfaces to local network selection and show proper names. Fixes #965

dd5bf424 12 novembre 2010 17:36 Scott Ullrich

Fix XSS issues

71880c96 17 octobre 2010 16:35 pierrepomes

Do not include 'remoteid' javascript functions for mobile ipsec. Ticket #797

11c160b0 30 juillet 2010 18:45 Rafael Lucas

Corrections gettext() calls on vpn_ipsec_phase2.php

123929e0 27 juillet 2010 18:34 Carlos Eduardo Ramos

Implement gettext() calls on vpn_ipsec_phase2.php

e85858df 01 juin 2010 21:35 jim-p

Remove Logs tab from OpenVPN, as it is no longer needed.

6deedfde 01 juin 2010 21:33 jim-p

Add status/log icons to IPsec pages.

6894b25a 13 mai 2010 22:36 jim-p

Add PSK tab to all IPsec pages, it was missing from some.

63017a73 16 mars 2010 14:08 Ermal Lu?i

Ticket #430. Give a none option to allow for roadwarriors configs.

744187e8 24 février 2010 05:11 pierrepomes

When editing a P2: reset netmask to 24 only when it is not specified, in case of a new P2. Ticket #352

184d50b5 12 février 2010 17:33 Ermal Lu?i

Ticket #352. Allow 0 mask in remote network bits.

27e9e518 12 février 2010 03:50 Chris Buechler

fix text

483e6de8 21 novembre 2009 22:08 Scott Ullrich

Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386

09725e76 08 novembre 2009 04:21 Chris Buechler

add links to IPsec logs under IPsec status and other pages

0f84b741 23 août 2009 21:16 Scott Ullrich

Include functions.inc which will then include ipsec.inc

4d828a9a 07 juillet 2009 12:55 Ermal Lu?i

Fix interface list usage

WARN: Please ask before introducing old code on what have changed!

a368a026 30 juin 2009 19:15 Ermal Lu?i
  • Reorganize the 'apply' button infrustructure in the GUI.
    - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals.
    - Convert all pages to the new infrustructure...
4b96b367 15 mars 2009 07:18 mgrooms

Modify IPsec code to allow for transport mode. All existing configurations are
marked as tunnel for backwards compatibility. There are problems with the spd
read code which Will likely choke on transport entries. We can fix this later.

87e07f52 15 mars 2009 04:47 mgrooms

Move the IPsec pinghost option from phase1 to phase2. Correct some
bugs that were preventing the local address from being selected.

e92fb875 12 mars 2009 19:48 Seth Mos

Reload phase2 tunnel items when adding, remoing or editing a phase 2 entry.

73fbece8 12 mars 2009 09:06 mgrooms

Migrate IPsec certificate management to centralized system.

5a3b0d3b 12 mars 2009 02:46 mgrooms

Cleanup ipsec interfaces a bit and make sure they are displayed in tabs for consistency.

6b07c15a 01 août 2008 08:30 Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

135dad58 14 juillet 2008 05:11 Matthew Grooms

Fix a few bugs in the IPsec pages HTML output that were causing problems
with IE.

3462a529 14 juillet 2008 01:28 Matthew Grooms

Introduce a new and improved version of IPsec mobile client support. The
mobile client tab is now used to configure user authentication (Xauth) and
client configuration (mode-cfg) options. User authentication is currently
limited to system password file entries. This will be extended to support...

a93e56c5 11 juillet 2008 03:55 Matthew Grooms

Overhaul IPsec related code. Shared functions have been consolidated into
a new file named /etc/ipsec.inc. Tunnel definitions have been split into
phase1 and phase2. This allows any number of phase2 definitions to be
created for a single phase1 definition. Several facets of configuration...