Project

General

Profile

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

# Date Author Comment
89f171b0 01/15/2015 07:17 PM Ermal Luçi

Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI changes and upgrade code

ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

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

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

Welcome 2015

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

Change copyright statement to reflect reality

5046435d 10/11/2014 02:10 AM Chris Buechler

fix text and descriptions in GRE edit page

62424bdb 09/12/2014 07:37 PM Renato Botelho

Remove almost all calls to history.back() and make Cancel button back to HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work

c3e77841 08/06/2014 07:55 PM Jim Pingle

Encode interface/VIP descriptions before displaying them on the GRE and GIF pages also;
While here, the GRE page was missing IP aliases from its list of bind IPs, add it in.

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

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

e41ec584 03/12/2014 02:42 PM 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

dd8722db 10/21/2013 02:03 PM Renato Botelho

Limit CIDR choices for IPv4 on GRE interface, fixes #3277

1e9b4611 09/12/2013 02:28 PM Renato Botelho

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

ab9dc5be 08/02/2013 02:56 AM Chris Buechler

fix text - s/occured/occurred/

ff6c9852 07/08/2013 02:19 PM Chris Buechler

fix description

f8b41933 04/16/2013 12:34 PM Colin Fleming

Tidy up "interfaces_gre_edit.php" XHMTL

Update HTML Boolean operators
Close BR and INPUT tags

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

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

2d107ad5 01/15/2012 01:38 PM Seth Mos

Remove 32 bit subnetmask limitation for IPv6

baca83aa 03/02/2011 04:51 AM Marcus Brown

Fix page title text. Replace "Firewall" with "Interfaces" in title.

a2ec32a9 12/21/2010 04:38 PM Ermal LUÇI

Reconfigure the assigned interface settings if we are modifying the clone settings from interfaces->assign->TYPE.

11decf6e 12/09/2010 02:25 PM Ermal LUÇI

Show carp on the list of interfaces to be used for creating gif/gre tunnels.

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

Fix XSS issues

225a2f0b 11/12/2010 04:03 PM Scott Ullrich

Bring in XSS id fixes from m0n0wall

58685470 11/09/2010 02:23 AM Chris Buechler

fix input validation for GRE

93bcbb6a 08/03/2010 03:59 PM Renato Botelho

Sync interfaces_* with mainline/master

13176c31 08/03/2010 03:54 PM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/interfaces.php
usr/local/www/interfaces_assign.php
usr/local/www/interfaces_bridge_edit.php
usr/local/www/interfaces_gif_edit.php
usr/local/www/interfaces_gre.php...

517dcde7 07/14/2010 01:49 PM Carlos Eduardo Ramos

Checked gettext() implementation on interfaces_gre_edit.php

d75ad412 07/08/2010 08:05 PM Renato Botelho

Reset interface_* files

ab110fa1 07/06/2010 04:28 PM Rafael Lucas

Implement gettext calls on interfaces_gre_edit.php

9460ee11 04/19/2010 06:40 AM Chris Buechler

fix text

7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

b040124a 04/07/2009 06:06 AM Chris Buechler

clean up text

16dcce2a 08/30/2008 07:44 PM Scott Ullrich

Dress GRE edit page up with a CSS header like other pages have.

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...

ead45104 07/23/2008 04:09 PM Ermal Luçi

Implement frontend for GRE/GIF tunnels.
GIF tunnels migh conflict with IPsec settings but I will resolve later by either renaming the ipsec interfaces to ipsec or renanming this tunnels to something else.