Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
70cb0375 11/26/2013 09:20 PM Renato Botelho

Allow toggle enable/disable, reorder and multiple delete static routes

e97df865 11/26/2013 09:17 PM Renato Botelho

Show all gateway entries, even if interface doesn't exist, to avoid adding duplicate items or edit config by hand to remove old entries. While I'm here, allow multiple delete, and toggle enable/disable

96ef7db0 11/26/2013 08:41 PM Renato Botelho

Add an option to disable gateway items

a5249874 11/26/2013 08:38 PM Renato Botelho

Stop sorting static routed and leave user decide the order

c83d04dc 11/25/2013 06:35 PM Renato Botelho

Make it more visible when an item is disabled

d251a8d4 11/25/2013 06:24 PM Renato Botelho

Fix whitespaces and indent

45508803 11/25/2013 05:41 PM Jim Pingle

Allow an "empty" CRL to be exported, since this is still a valid action.

1122705e 11/25/2013 02:06 PM Ermal LUÇI

Start from 2 here as well

06dc05ac 11/25/2013 01:39 PM Ermal Luçi

Merge pull request #858 from timdufrane/master

Add DHCP without gateway capability

fcaf1709 11/23/2013 07:32 PM Ermal LUÇI

Catch up with mac needed for all operations in the table nowdays.

e5f2cf3a 11/23/2013 02:30 AM Pierre POMES

prefork for relayd is usefull only in DNS mode

ae72c0ff 11/22/2013 12:05 PM Charlie Marshall

remove unneeded ';'

d285ffdb 11/22/2013 11:50 AM Charlie Marshall

fix traffic shaper progress bars not displaying

baec2b00 11/21/2013 09:18 PM Ermal LUÇI

Properly create zones for the CP with the new command arguments and properly invoke ipfw for applying rules and other configuration options.

1bd021e3 11/21/2013 06:38 PM timdufrane

Add DHCP without gateway capability

fc5a4f3c 11/21/2013 05:35 PM Ermal LUÇI

Remove maximumtables even from the GUI since there is no option

23d9f686 11/21/2013 11:37 AM Renato Botelho

Fix an issue that changes wrong gateway entry when items are hidden

e924cd7e 11/20/2013 05:20 PM Renato Botelho

Add hability to insert after, reorder, batch delete and enable/disable to 1:1 NAT rules. It fixes #3327

a0e1f0f1 11/20/2013 05:16 PM Renato Botelho

We do not need 2 variables to do the same thing, simplify it a bit

d39ed8c3 11/20/2013 04:05 PM Renato Botelho

Fix whitespaces and indent

bb0469f2 11/20/2013 02:01 PM Renato Botelho

Fix whitespaces and indent

858211dd 11/19/2013 10:45 AM Renato Botelho

Improve text on outbound NAT page to reflect last changes, it should fix #2416

1b4a0d79 11/19/2013 10:43 AM Renato Botelho

Fix a wrong } left on my last commit

aef6978d 11/19/2013 10:35 AM Renato Botelho

Try to detect already automatically created outbound NAT rules and avoid duplicating them. Also automatically create rules when switching from hybrid to manual. Ticket #2416

6f61fea6 11/18/2013 05:26 PM Renato Botelho

Use the same code to automatically create outbound NAT rules when mode change to manual, ticket #2416

7997ed44 11/15/2013 09:21 PM Renato Botelho

Many fixes on privileges, ticket #3216:

- Rename some privileges:
page-diag-system-activity => page-diagnostics-system-activity
page-interfacess-groups => page-interfaces-groups
page-interfacess-lagg => page-interfaces-lagg
page-interfacess-qinq => page-interfaces-qinq...

2d845db7 11/15/2013 06:20 PM Renato Botelho

Merge pull request #855 from ExolonDX/branch_01

Tidy up the "Helper Icons"

a2f0b7c1 11/14/2013 06:28 PM Renato Botelho

Move automatic rules to a separate table, ticket #2416

33bcbe5a 11/14/2013 05:38 PM Renato Botelho

Merge pull request #856 from ExolonDX/branch_02

Tidy up "interface_statistics.widget.php"

bef388a7 11/14/2013 02:37 PM Renato Botelho

Show advanced outbound rules and inform user what are being used and what are being ignored. It should fix #2416

94c52ff8 11/14/2013 01:48 PM Colin Fleming

Tidy up "interface_statistics.widget.php"

Remove padding surrounding the main table, makes the widget have the
same "look and feel" as the other widgets.

17b8c60a 11/14/2013 01:44 PM Colin Fleming

Tidy up the "Helper Icons"

The "Helper Icons" at the top right of some service pages at present
produces 30+ HTML errors/warnings, this is due to the table cell being
wrapped in a span statement then in a div statement, table cells can
only be part of a table row then within a table statement....

eef01b14 11/13/2013 09:45 AM Renato Botelho

Add hybrid and disabled outbound NAT, fixes #2416:

- Add 2 new outbound NAT modes, hybrid and disabled, manual and advanced
keep working the same way
- Hybrid mode applies manual rules first, automatic after
- Disabled do no create any outbound NAT rules...

d5ab3af4 11/12/2013 11:52 PM Renato Botelho

Fix whitespaces and indent

858f313d 11/12/2013 07:46 PM Renato Botelho

Fix indent, whitespaces and a close a couple of unbalanced tags

c4421dfa 11/12/2013 12:45 PM Renato Botelho

Add an option to set no-sync on rules to keep states from being synced via pfsync. Fix #2501

d60ba078 11/11/2013 10:16 PM Renato Botelho

Merge pull request #831 from ExolonDX/branch_06

Tidy up "diag_logs_filter_summary.php" XHTML

454e09bd 11/11/2013 10:15 PM Renato Botelho

Merge pull request #829 from ExolonDX/branch_04

Tidy up "diag_logs_filter.php" XHTML

f70121be 11/11/2013 12:57 PM Renato Botelho

Fix #3298 and few other fixes:

. Check for fixed array keys (pkg_categories_min_count,
pkg_categories_max_display and pkg_default_categories) instead of
undeclared variables
. Add a new default category "All"
. Use proper class on 'Category' columns when it is visible...

29840546 11/11/2013 12:19 PM Renato Botelho

Fix indent and whitespaces

e09fcde5 11/11/2013 11:19 AM Renato Botelho

Merge pull request #844 from ExolonDX/branch_20

Tidy up "diag_logs_openvpn.php" XHTML

4f3d3052 11/11/2013 11:18 AM Renato Botelho

Merge pull request #843 from ExolonDX/branch_19

Tidy up "diag_logs.php" XHTML

5f8fc8d8 11/11/2013 11:18 AM Renato Botelho

Merge pull request #842 from ExolonDX/branch_17

Tidy up "diag_logs_wireless.php" XHTML

ad411437 11/11/2013 11:18 AM Renato Botelho

Merge pull request #841 from ExolonDX/branch_16

Tidy up "diag_logs_vpn.php" XHTML

d869c813 11/11/2013 11:17 AM Renato Botelho

Merge pull request #840 from ExolonDX/branch_15

Tidy up "diag_logs_settings.php" XHTML

750adb5c 11/11/2013 11:15 AM Renato Botelho

Merge pull request #839 from ExolonDX/branch_14

Tidy up "diag_logs_routing.php" XHTML

d3b01546 11/11/2013 11:15 AM Renato Botelho

Merge pull request #838 from ExolonDX/branch_13

Tidy up "diag_logs_resolver.php" XHTML

d24de56a 11/11/2013 11:14 AM Renato Botelho

Merge pull request #837 from ExolonDX/branch_12

Tidy up "diag_logs_relayd.php" XHTML

12f1bd24 11/11/2013 11:14 AM Renato Botelho

Merge pull request #836 from ExolonDX/branch_11

Tidy up "diag_logs_ppp.php" XHTML

77ad3ea3 11/11/2013 11:14 AM Renato Botelho

Merge pull request #834 from ExolonDX/branch_09

Tidy up "diag_logs_ntpd.php" XHTML

abf49196 11/11/2013 11:13 AM Renato Botelho

Merge pull request #833 from ExolonDX/branch_08

Tidy up "diag_logs_ipsec.php" XHTML

5395194e 11/11/2013 11:13 AM Renato Botelho

Merge pull request #832 from ExolonDX/branch_07

Tidy up "diag_logs_gateways.php" XHTML

9c76ad6d 11/11/2013 11:12 AM Renato Botelho

Merge pull request #830 from ExolonDX/branch_05

Tidy up "diag_logs_filter_dynamic.php" XHTML

10f3e734 11/11/2013 11:07 AM Renato Botelho

Merge pull request #828 from ExolonDX/branch_03

Tidy up "diag_logs_dhcp.php" XHTML

8802b918 11/11/2013 11:06 AM Renato Botelho

Merge pull request #827 from ExolonDX/branch_02

Tidy up "diag_logs_auth.php" XHTML

2b8bfda4 11/07/2013 11:11 AM Phil Davis

system_camanager init $input_errors so array_push works

Fixes input validation when creating an internal certificate. Reported in forum http://forum.pfsense.org/index.php/topic,68849.0.html

79f5aebe 11/07/2013 08:34 AM Robert Nelson

Simplify the code.

No need to worry about the second column, we only need to pad the first one.

6ff71328 11/07/2013 06:54 AM Robert Nelson

Rewrite the display_host_results() function to use spaces instead of
tabs. It does a much better job of aligning the fields in each column
and works in all the browsers, particularly chrome which doesn't
support the tab character.

It still isn't perfect due to the javascript alert() function's...

d7ba0370 11/05/2013 02:51 PM Colin Fleming

Tidy up "diag_logs_openvpn.php" XHTML

Add SUMMARY to table statements
Close BR and INPUT statements

c7b94a26 11/05/2013 02:48 PM Colin Fleming

Tidy up "diag_logs.php" XHTML

Add SUMMARY to tables

d027e810 11/04/2013 09:19 PM Colin Fleming

Tidy up "diag_logs_wireless.php" XHTML

Add SUMMARY to table statements
Close BR and INPUT statements
Move closing FORM statement into table cell statement

e3762a2a 11/04/2013 09:17 PM Colin Fleming

Tidy up "diag_logs_vpn.php" XHTML

Move NOWRAP Boolean operator into CLASS statements
Add ALT and close IMG statements
Add SUMMARY to table statements
Deprecate ampersands
Close INPUT statements
Add closing BODY and closing HTML statements

00491625 11/04/2013 09:15 PM Colin Fleming

Tidy up "diag_logs_settings.php" XHTML

Add "closehead" PHP variable and close the HEAD statement
Add CDATA to script statement
Add SUMMARY to table statement
Tidy up HTML Boolean operators
Close BR and INPUT statements
Remove duplicate closing table cell statement

a2f86379 11/04/2013 09:12 PM Colin Fleming

Tidy up "diag_logs_routing.php" XHTML

Add SUMMARY to table statements
Close BR and INPUT statements
Move closing FORM statement into table cell

085955a3 11/04/2013 09:10 PM Colin Fleming

Tidy up "diag_logs_resolver.php" XHTML

Add SUMMARY to table statements

68c5d859 11/04/2013 09:10 PM Colin Fleming

Tidy up "diag_logs_relayd.php" XHTML

Add SUMMARY to table statements
Close BR and INPUT statements
Move closing FORM statement into table cell

60219c69 11/04/2013 09:08 PM Colin Fleming

Tidy up "diag_logs_ppp.php" XHTML

Add SUMMARY to table statements
Close BR and INPUT statements

2680a3e9 11/04/2013 09:06 PM Colin Fleming

Tidy up "diag_logs_ntpd.php" XHTML

Add SUMMARY to table statements
Close BR and INPUT statements
Move closing FORM into table cell

e51b6dbf 11/04/2013 09:05 PM Colin Fleming

Tidy up "diag_logs_ipsec.php" XHTML

Add SUMMARY to table statements
Close INPUT statement

9890d0c7 11/04/2013 09:03 PM Colin Fleming

Tidy up "diag_logs_gateways.php" XHTML

Add SUMMARY to table statements

d13c2368 11/04/2013 09:02 PM Colin Fleming

Tidy up "diag_logs_filter_summary.php" XHTML

Remove "px" from width statement, not valid in XHTML
Add SUMMARY to table statements
Add ALT and close img statements
Add CDATA to script statements
Add secondary TAB row for "filter" and "dynamic" logs
Add closing BODY and HTML statements

512ae370 11/04/2013 08:59 PM Colin Fleming

Tidy up "diag_logs_filter_dynamic.php" XHTML

Add CDATA to script statements
Move NOWRAP Boolean operator into class statement
Add SUMMARY to table statements
Add secondary TAB row for "filter" and "summary" logs
Close INPUT tags

2f1e4020 11/04/2013 08:56 PM Colin Fleming

Tidy up "diag_logs_filter.php" XHTML

Add SUMMARY to table statements
Add secondary row of TABS for "Dynamic" and "Summary" logs
Closing BR and INPUT tags
Tidy up HTML Boolean operators
Move NOWRAP Boolean operator into CLASS statement
Deprecate Ampersand

0a6cb6b1 11/04/2013 08:52 PM Colin Fleming

Tidy up "diag_logs_dhcp.php" XHTML

Add SUMMARY to table statements
Close BR and INPUT statements
Move closing FORM into table cell

1bc95a31 11/04/2013 08:51 PM Colin Fleming

Tidy up "diag_logs_auth.php" XHTML

Add SUMMARY to table statements
Close BR and INPUT statements
Move close FORM into table cell

8a0ae97f 11/02/2013 10:48 AM Renato Botelho

Call conf_mount_rw before delete user, a better fix for #3294

c5d4d97b 11/01/2013 02:43 PM Jim Pingle

Prevent a Fall Back Pool from being selected when the DNS protocol is in use. If one is present in the config, ignore it. Fixes #3300

edba1982 10/31/2013 06:50 PM Jim Pingle

Change OpenVPN Compression settings to cover the full range of allowed settings on OpenVPN (unset, off, on, adaptive) rather than a simple off/on switch that either doesn't set the value or enables it with adaptive (OpenVPN's default).

85bdf997 10/30/2013 08:01 PM Jim Pingle

Add Auth Digest to OpenVPN wizard also.

97d5b59b 10/30/2013 07:47 PM Jim Pingle

Add an Authentication Digest Algorithm drop-down to OpenVPN server/client (SHA1 is the default since that is OpenVPN's default)

204bec28 10/29/2013 09:35 AM Renato Botelho

Revert "Define dynamic gateway for GRE interfaces and do not user to define IP address to the interface. Fixes #3280"

Another solution will be implemented

This reverts commit 6721d6d0443bd7e697bd6ca33f470c801608df7e.

6721d6d0 10/29/2013 09:06 AM Renato Botelho

Define dynamic gateway for GRE interfaces and do not user to define IP address to the interface. Fixes #3280

9aca7390 10/29/2013 12:20 AM Chris Buechler

fix typo

b84ac9c6 10/28/2013 01:29 PM Ermal Luçi

Merge pull request #822 from CharlieMarshall/interfacesWidget

cleanup interfaces.widget.php

0c951d98 10/25/2013 07:15 PM Charlie Marshall

cleanup interfaces.widget.php

bf755503 10/25/2013 12:42 PM Renato Botelho

Use a more accurate error message, fixes #3282

cbe12b8d 10/24/2013 08:33 PM Jim Pingle

Add source address selection to syslog settings, so it can work more effectively over a VPN. Fixes #355

b8250344 10/24/2013 08:07 PM Renato Botelho

Fix #3235

. diag_nanobsd.php:
. Since conf_mount_ro() is always being called, always call
conf_mount_rw to keep refcount correct
. Do not show refcount_read() return when it's -1
. config.lib.inc
. Increment and decrement refcount even if nanobsd_force_rw is set....

afdf29d3 10/22/2013 02:53 PM Jim Pingle

Make the RADIUS settings respect the description of the timeout field. If the timeout value is left blank, use 5 seconds, don't print an error.

2b6e6fee 10/22/2013 02:40 PM Renato Botelho

Make it more explicit that 'update freq.' unit is days

6ff71781 10/22/2013 02:39 PM Renato Botelho

Remove unused variable

9b104557 10/22/2013 01:31 PM Renato Botelho

Fix priv name

6ccefb28 10/22/2013 12:59 PM Jim Pingle

Optimize DHCPv4 lease display online status for static leases. Do not re-parse complete ARP table for each lease, as it can be slow with large ARP tables.

6794e407 10/21/2013 08:01 PM Renato Botelho

Fix #3283, use jQuery to change attributes based on id

f4100c0e 10/21/2013 07:58 PM Renato Botelho

Set id for select elements created dynamicaly created

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

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

36b7f215 10/18/2013 08:41 PM Renato Botelho

Fix #3273

- When you disable a interface, it destroys vlan interface from system.
Do not report error when interface doesn't exist.
- While I'm here, use pfSense_interface_destroy() instead of ifconfig

06896c6a 10/18/2013 02:38 PM Renato Botelho

Actually there is no reason to set a variable just to use once

4e8a79a8 10/18/2013 02:26 PM Renato Botelho

Fix #3242 and some code cleanup:

- Only explode '/' and set address_subnet when address is a subnet, it
fixes issue reported at #3242
- While I'm here, do some cleanup on the way addresses are treated
- Remove unecessary variable $tracker, we already have $counter set...

c48fdaa4 10/16/2013 12:18 PM Renato Botelho

Fix #3268 - avoid pf table names conflict:

. Create a list of reserved table names for the hardcoded ones
. Use this list to validate aliases and load balance pool names
. Check if alias names don't conflict with LB pool names and vice-versa