Project

General

Profile

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

# Date Author Comment
534375b6 06/03/2011 07:34 PM Jim Pingle

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/openvpn.inc

b717f1bc 06/02/2011 03:23 PM Evgeny Yurchenko

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

3da5c50d 06/01/2011 10:28 PM Evgeny Yurchenko

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

58005e52 06/01/2011 01:00 PM Jim Pingle

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 06/01/2011 03:41 AM Evgeny Yurchenko

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

061f28bf 05/31/2011 09:03 AM Evgeny Yurchenko

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

c271c485 03/17/2011 11:45 AM Seth Mos

enlarge various address fields for IPv6 addresses

3795d067 03/11/2011 09:34 PM Seth Mos

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

563b47bf 02/24/2011 01:10 PM Seth Mos

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

d48dbceb 11/22/2010 03:53 PM Erik Fonnesbeck

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

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

71880c96 10/17/2010 02:35 PM Pierre POMES

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

11c160b0 07/30/2010 04:45 PM Rafael Lucas

Corrections gettext() calls on vpn_ipsec_phase2.php

123929e0 07/27/2010 04:34 PM Carlos Eduardo Ramos

Implement gettext() calls on vpn_ipsec_phase2.php

e85858df 06/01/2010 07:35 PM Jim Pingle

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

6deedfde 06/01/2010 07:33 PM Jim Pingle

Add status/log icons to IPsec pages.

6894b25a 05/13/2010 08:36 PM Jim Pingle

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

63017a73 03/16/2010 01:08 PM Ermal Luçi

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

744187e8 02/24/2010 04:11 AM Pierre POMES

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

184d50b5 02/12/2010 04:33 PM Ermal Luçi

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

27e9e518 02/12/2010 02:50 AM Chris Buechler

fix text

483e6de8 11/21/2009 09:08 PM Scott Ullrich

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

09725e76 11/08/2009 03:21 AM Chris Buechler

add links to IPsec logs under IPsec status and other pages

0f84b741 08/23/2009 07:16 PM Scott Ullrich

Include functions.inc which will then include ipsec.inc

4d828a9a 07/07/2009 10:55 AM Ermal Luçi

Fix interface list usage

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

a368a026 06/30/2009 05:15 PM 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 03/15/2009 06:18 AM 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 03/15/2009 03:47 AM mgrooms

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

e92fb875 03/12/2009 06:48 PM Seth Mos

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

73fbece8 03/12/2009 08:06 AM mgrooms

Migrate IPsec certificate management to centralized system.

5a3b0d3b 03/12/2009 01:46 AM mgrooms

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

6b07c15a 08/01/2008 06:30 AM 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 07/14/2008 03:11 AM Matthew Grooms

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

3462a529 07/13/2008 11:28 PM 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 07/11/2008 01:55 AM 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...