Project

General

Profile

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

# Date Author Comment
20691b47 12/06/2007 06:57 PM Scott Ullrich

Increase maximum alias count to 299 from 99.

http://forum.pfsense.org/index.php/topic,7068.0/topicseen.html

ac4ae11b 11/25/2007 08:32 PM Chris Buechler

Proper fix for aliases edit.

Ticket #1513
Ticket #1476

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

ec3cedf7 10/19/2007 07:48 PM Bill Marquette

Ticket #1476 - use convert multibyte instead of just specialchars

dae44b99 09/25/2007 05:47 PM Scott Ullrich

Remove ip address check and allow hostnames

b5c78501 09/01/2007 08:47 PM Seth Mos

Fixing css layout

4fdff4ae 07/28/2007 11:27 PM Scott Ullrich

Correct error string to read "pptp" instead of "WAN".

d27d8cdc 07/28/2007 11:25 PM Scott Ullrich

Do not allow aliases to be named "pptp".

d87fc50b 05/02/2007 12:42 PM Seth Mos

Do not allow - in aliases. This breaks port aliases.
tables are fine with the - and the _. Ports only work with _.

ba393f6c 03/23/2007 05:11 AM Scott Dale

Removed redundant code, added feature to copy over data when input errors are detected (prevents retyping).

66138bf6 03/20/2007 02:57 AM Scott Dale

Page title was defined twice, removed incorrect definition.

5a1eebc7 01/24/2007 04:34 AM Scott Ullrich

Backport the alias rowhelper description feature

cfa466bb 05/26/2006 03:35 AM Scott Ullrich

MFC 12386

Do not allow interface descriptions to match an alias name. They end up colliding in the PF MACRO space.

Ticket #996

98f3ce92 03/09/2006 11:22 PM Scott Ullrich

Correctly turn off un-needed options such as subnet when selecting a type of "Port(s)", etc.

Ticket #864

e521ef27 02/02/2006 02:15 AM Scott Ullrich

Do not error out while adding and removing rows

Ticket #809

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

0cd7ed19 01/01/2006 10:46 PM Scott Ullrich

Do not allow aliases of the name LAN or WAN

c91e5d7b 12/05/2005 06:24 PM Scott Ullrich

Nuke display_topbar(). It krept back in from the previous MFC

a18b6b97 12/05/2005 05:44 PM Scott Ullrich

Do not allow an alias name to be edited if the item is in use.

Ticket #720

be093fab 12/05/2005 12:05 AM Scott Ullrich

Nuke display_topbar(). Its's currently red and looks incredibly out of place. Hopefully we can add this back post 1.0

9f52feaa 11/18/2005 04:50 PM Scott Ullrich

Reload filter after alias change

0df6adf8 09/07/2005 03:37 AM Bill Marquette

Correctly utilize true/false/other return values

cade3bb9 09/06/2005 10:15 PM Scott Ullrich

Remove reserved words check. Its not working correctly.

beeef1f0 09/05/2005 01:29 AM Bill Marquette

(#458) create reserved word list - we'll stumble over more reserved words in the future

d89924da 09/04/2005 05:19 AM Bill Marquette

(#355) Fix type detection - networks should now be recognized as networks
ports as ports, hosts as hosts...etc

93a48ed8 09/04/2005 04:53 AM Bill Marquette

(#355) Validate input

7c9c77f7 09/03/2005 11:56 PM Scott Ullrich

Call filter_configure() to force syncing

b31032e4 08/24/2005 01:08 AM Bill Marquette

friendly button title

677c0869 07/21/2005 12:17 AM Erik Kristensen

updating files to use theme images
removing images from /usr/local/www
adding specific images into the correct theme directories

ef97ce1b 07/03/2005 07:17 PM Bill Marquette

More screens inherit rounded tabletops

183a4aae 07/03/2005 06:28 PM Bill Marquette

Change "Inbound NAT" to "Port Forward"
Update _edit.php's to use diaplay_topbar()
Change "Outgoing" to "Outbound" for consistency between load balancing and NAT

a1357fe0 07/03/2005 04:13 PM Bill Marquette

Don't close <head> tag - these files use javascript inside <head>

da7ae7ef 07/02/2005 06:01 AM Bill Marquette

Use $pgtitle instead of re-typing the page title over
Use head.inc on the _edit.php files

fc01e414 04/28/2005 02:05 AM Scott Ullrich

Make Cancel button match the Save buttons style

28b86d64 04/22/2005 02:27 AM Scott Ullrich
  • Add missing cancel button
  • cancel -> Cancel
53c59170 04/21/2005 06:42 PM Scott Ullrich

Add a Cancel button which takes the browser back to the page prior.

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

19757279 02/05/2005 05:40 AM Scott Ullrich

Aliases now work for ports. Add autocomplete hint field for aliases box on rules edit form.

8a1a87cc 02/05/2005 01:38 AM Scott Ullrich

Correct the behavior for hosts networks and ports

7fa0c501 02/04/2005 08:05 PM Scott Ullrich

The subnet box should be greyed out when entering a port alias.

e02a6839 01/11/2005 03:40 AM Scott Ullrich

Convert Add to + button, Delete to - button

4d875b4f 11/21/2004 07:09 PM Scott Ullrich

Update (C)

2e9ab96b 11/21/2004 06:28 AM Scott Ullrich

Update copyright

4d6b6263 11/21/2004 06:27 AM Scott Ullrich

Forgot to implement option 2 Ports

d2cfb7a4 11/21/2004 02:16 AM Scott Ullrich

Add the ability to define networks, ports and or hosts as aliases. Allow the alias to point to more than ONE item ;)

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision