Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5ef4a9e1 06/08/2012 05:27 PM Darren Embry

prep work for splitting dhcpv6 and RA for #2361.

1624b5f1 06/07/2012 06:59 PM Marcello Silva Coutinho

fix select_source option

140e4bc6 06/07/2012 04:51 PM Darren Embry

do #2467 only show GWs from same addr fam oncreate

a75b0b3b 06/07/2012 04:51 PM Darren Embry

minor indentation fix

9a19c316 06/07/2012 04:20 PM Jim Pingle

While I'm here, don't test these with isset, just test directly, since they will be set to true/false in globals.inc

93888ad9 06/07/2012 04:13 PM Jim Pingle

Provide a way to disable the pkg info link

76231e63 06/07/2012 09:25 AM Ermal LUÇI

Bye, bye olsrd back to packages.

3e662cb0 06/07/2012 08:51 AM Ermal LUÇI

Get rid of carpdev, it will never be

98aea4c3 06/07/2012 08:36 AM Ermal LUÇI

Detour through check_reload_status and only when the settings get applied not when the gateway has been changed.

fe838158 06/06/2012 06:50 AM Seth Mos

Change the DHCPv6 services page into a RA and DHCPv6 section, move some of the variables.
Add drop down to select carp vip for that interface for CARP advertisements
Allow setting the RA priority.
Redmine ticket #1829

ae5c8d0e 06/05/2012 02:47 PM Warren Baker

Make sure the page does match as we trying to match the page to the url path and not the full url

9847b940 06/04/2012 10:44 AM Seth Mos

Enhance the gateways status widget. Show Pending when it's not ready yet, show unknown when it really isn't online.

603f19f0 06/04/2012 10:37 AM Seth Mos

Some minor enhancements from renaming the Gathering Data to Pending.
When it doesn't exist in the array it's really unknown. Make that lightblue. show a ~

4a67fc61 06/04/2012 10:12 AM Seth Mos

Use "Pending" instead of gathering data, which is shorter

6fdea6a2 06/04/2012 08:20 AM Seth Mos

Allow for Null routes

3d36f9d1 06/04/2012 07:48 AM Seth Mos

Allow for /128 IPv6 route entries in static routes.
Redmine ticket #2470

42db9f7b 06/03/2012 11:54 PM Jim Pingle

Change style of this jquery call, the method that was used did not work properly.

8b19e1b3 06/03/2012 09:57 PM Marcello Silva Coutinho

Include github changelog link to package version when $g['disablepackagehistory'] is not set, domtt titles, remove package info column and move package info to description tab

36d82968 06/03/2012 09:52 PM Marcello Silva Coutinho

Include github changelog link to package version when $g['disablepackagehistory'] is not set , domtt titles, remove package info column and move package info to description tab

88dda5ed 06/03/2012 05:29 PM Carlos Cesario

Change jQuery function attr() to prop()

6dbffeda 06/03/2012 11:32 AM Seth Mos

Add Gateway Group support to the IPsec interface drop down.
Edit of gateway group correctly reflects the new IP Address.
We need to make a blacklist for interface names in the gateway group edit page.
Redmine ticket #1965

bf001dec 06/03/2012 11:00 AM Seth Mos

Allow for failover DynDNS hostnames.
replace get_real_interface() calls with get_failover_interface. If it isn't a group we call get_real_interface() anyhow.
We can't put the logic inside get_real_interface() as this would create a recursion
Redmine ticket #1965

3e1eec58 06/02/2012 07:48 PM Seth Mos

Allow for selection of a gateway group as a interface to monitor
Redmine ticket #1965

ab1112da 06/02/2012 07:27 PM Seth Mos

The gateway groups array now knows about vips to be tied into that gateway group so we can tie the groups into services.
Redmine ticket #1965

27a79802 06/02/2012 04:50 PM Seth Mos

Add a virtual IP field to a interface in the gateway groups edit screen.
Redmine ticket #1965

e14fbca4 06/01/2012 09:34 PM Marcello Silva Coutinho

include more features to interfaces_selection
<showips>
<showvirtualips>
<showlistenall>
<hideinterfaceregex>

New features will show only with these new options on xml file

85a236e9 06/01/2012 07:51 PM Ermal LUÇI

Fixes #2428. Reference limiters in rules by name to avoid issues. Also put upgrade code for existing configs. The same fix is necessary for 2.0.x though not sure how this should be committed there.

06392e40 06/01/2012 12:16 PM Jim Pingle

Fix function call name

e02caf4a 06/01/2012 05:46 AM Seth Mos

Actually save the IPprotocol variable into the config, otherwise it stil won't work.
People will likely need to edit and save their gateways now if they have double entries.
e.g. both manual and automatically added entries, these will dissapear as soon as you save....

e83a9ff7 05/31/2012 10:47 PM Marcello Silva Coutinho

Show current/updated repo package description instead of local/cached description.

55c846c4 05/31/2012 09:49 PM Marcello Silva Coutinho

new pkg_edit.php code with revised functions, no 0-99 loop on row_helper, movable rows, tootip with domtt.
new field types button, info as well combinefileds working and colspan2 on nodisplaname option.
jquery code improved too.
tested on squid, dansguardian, sshdcond , filer , pfblocker package.

05a4cebd 05/31/2012 06:08 PM Seth Mos

Add a inet46 filter type on the firewall rules page. I have locked down a few of the most common limitations.
Still arguing if we should lock this down even further to aliases only.
Redmine ticket #2466

c1d36d26 05/31/2012 04:28 PM Seth Mos

Finally give in and sprout a Internet Protocol drop down on the gateways edit screen.
With added validation and multiple detection parts to work when the value is not set yet.
Redmine ticket #2463

17103056 05/30/2012 08:14 PM Ermal LUÇI

Rather than doig a string search do a proper matching of selected interfaces. Fixes #2378

4dc04853 05/30/2012 07:59 PM Ermal LUÇI

Clarify comment. Fixes #2270

46ca7f3d 05/30/2012 05:10 PM Jim Pingle

Fix copy/paste-o

58168f4e 05/30/2012 04:59 PM Jim Pingle

Fix input validation and import test.

cf180ccc 05/30/2012 04:44 PM Jim Pingle

Switch to ntpd from ports, add Services > NTP to select interfaces for binding. Respect old ntp settings in the process.

13fc6fb9 05/30/2012 01:39 PM Jim Pingle

Fix filename (Ticket #2459)

fec04267 05/30/2012 01:19 PM Jim Pingle

Disable autocomplete on all but the login form. Fixes #2459

b0115477 05/29/2012 09:46 PM Jim Pingle

Fix a couple misdirected form submissions

84aea606 05/29/2012 02:51 PM Jim Pingle

Add a knob to tune the maximum number of tables that can be defined, the pf default of 1000 is too low for systems with >500 aliases.

Conflicts:

etc/inc/filter.inc
454ea767 05/28/2012 05:53 PM Jim Pingle

Add missing div tag

b20a5cdb 05/26/2012 12:43 PM Pierre POMES

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

6e0b68bf 05/25/2012 08:42 PM Jim Pingle

List logged-in IPsec xauth users and provide a mechanism to disconnect them. Implements #1986

05a42cce 05/25/2012 08:00 PM Marcello Silva Coutinho

drag and drop function to reorder lists on pkg framework using jquery.
also new features like base64,description, tooltip custom texts.
tested with sorting features too.
related post on forum
http://forum.pfsense.org/index.php/topic,49322.msg264514.html#msg264514

13ea7caa 05/25/2012 07:16 PM Seth Mos

Make sure that we only perform validation if the GW name is filled as well as a IP address

020ba5fe 05/25/2012 06:18 PM Seth Mos

Clarify the error message to something useful

31f0ef21 05/25/2012 04:14 PM Jim Pingle

Switch to a common function to determine anti-lockout ports, and fix a bug that was getting the ports wrong with custom https+redirect on.

2bae7ce3 05/24/2012 09:56 PM Cristian Feldman

Removed extra line :)

25a46a3c 05/24/2012 09:52 PM Cristian Feldman

Added load average information to the System Information widget

310ce280 05/24/2012 07:29 AM Ermal LUÇI

Merge pull request #2 from TheBlueMatt/master

Custom Dynamic DNS

d01de40f 05/23/2012 08:26 PM Jim Pingle

Fix easyrule duplicate destination for pass - Fixes #2447

bd4c21fe 05/23/2012 07:47 PM Jim Pingle

Don't skip "lan" as a possible WAN for shaper, since someone could have renamed/repurposed it. Someone may shoot themselves in the foot if they pick it accidentally, but otherwise some valid configs may be prevented accidentally.

d23e157a 05/23/2012 03:14 PM Seth Mos

Add more functions and expand the 3G status interfaces screen.
List the SIM state, service, speeds and mode

99f95f7d 05/23/2012 10:15 AM Seth Mos

Add the 3G mode display, really needs a function that translates these into sane display numbers for strength and mode.
The mode is actually a combination of LED color 4 = blue(idle), 5 = cyan(connected), and submode 7 = HSDPA
I need to find some proper documentation, really.

71f4a2b7 05/23/2012 08:53 AM Seth Mos

Unbreak adding IPv6 static routes

37f3e704 05/22/2012 09:58 PM Matt Corallo

Add the option to use a custom Dynamic DNS Provider via an Update URL and Result Match.

43d735de 05/22/2012 01:26 PM Jim Pingle

Use "proto 112" instead of tcpdump's vrrp keyword since it's a little behind the times and doesn't realize that ip6+vrrp is valid. And since we're not using the vrrp keyword directly anymore, let's call it CARP instead.

ee8c34f4 05/21/2012 05:01 PM Seth Mos

Properly test for the address family now that the array says what it's supposed to be.

c0ae3bfb 05/21/2012 02:10 PM Jim Pingle

Don't auto-toggle the "do not backup rrd" setting - we do not want this on unless the user explicitly selects it. It makes for very, very large backup files and must default to off.

5e589685 05/21/2012 01:31 PM Seth Mos

Add 3G statistics for Huawei modems, split the Cellular stats out to per interface instead of global.

c6d0f00b 05/20/2012 07:15 PM Seth Mos

Allow modification of gateway groups even if the gateways are down.

96cd928b 05/20/2012 06:57 PM Seth Mos

Allow saving on system.php if the gateways are down.

fd86d829 05/19/2012 02:22 AM Cristian Feldman

Overcome laziness to avoid unnecessary loop

90f90934 05/19/2012 01:57 AM Cristian Feldman

Fix of bug #2374 "When entering values in firewall rules leading and
trailing spaces are not deleted"

1346306c 05/18/2012 07:49 PM Ermal LUÇI

Allow 802.1p tags to be controlled from firewall rules edit screen

4dedd18a 05/18/2012 03:53 AM Cristian Feldman

System info widget on dashboard now updates CPU Frequency automatically

a425a28b 05/18/2012 01:37 AM Cristian Feldman

Moved status text to img title (tooltip)

4976f453 05/18/2012 01:37 AM Cristian Feldman

Added description text for IPSec tunnel status in "Status: IPsec" page

cd485c4f 05/17/2012 11:02 PM Darren Embry

remove some log_error calls

283d78c6 05/17/2012 11:00 PM Darren Embry

bug fix for #2426

Input validaton on interface gateway creation box needs to reject duplicate names

a0edece9 05/17/2012 10:33 PM Darren Embry

report errors adding a gateway through ajax calls

8dcca9b5 05/17/2012 09:32 PM Darren Embry

- also rename $section arg to $section_name in some functions to clarify

- also robustify parsing for <tagname> and bulletproof the handling of
certain errors

976d0213 05/17/2012 08:49 PM Darren Embry

fix cosmetic bug when developer was turned on.

highlight the hidden menu item differently.

dcb94db5 05/17/2012 07:43 PM Darren Embry

fix for #2231

Don't activate master "Save Settings" button on traffic graph min/max.

f757431d 05/17/2012 07:22 PM Darren Embry

more verbose log_error on rrdtool restore failure

08877746 05/17/2012 07:16 PM Darren Embry

restore_rrddata() adds log_error calls and uses -f

7eead1fc 05/17/2012 06:55 PM Darren Embry

add rrddata to backup/restore dropdowns.

c9a19238 05/17/2012 06:05 PM Darren Embry

indentation cleanup

754b75d0 05/17/2012 06:03 PM Darren Embry

move certain code to new function restore_rrddata()

9cf11774 05/16/2012 05:17 PM Jim Pingle

Fixup halt and reboot to catch the output from the shutdown process properly.

Conflicts:

usr/local/www/halt.php
usr/local/www/reboot.php
ec18e696 05/15/2012 06:22 PM Cyrill B

correct closing tags

e37eeb49 05/15/2012 05:45 PM Jim Pingle

Only process this if it's an array

29c2c1db 05/15/2012 03:11 PM Jim Pingle

Fix quoting - can't use ' if we want to expand a variable inside the string.

25890c50 05/15/2012 02:35 PM Jim Pingle

Use a text description instead of a code.

e078c882 05/14/2012 08:30 PM Jim Pingle

Add NTP status page using ntpq.

a8543b59 05/14/2012 06:50 PM Jim Pingle

With FreeBSD's ntpd, the current options are irrelevant, but we can have a nice status page

ffc7d2c4 05/14/2012 06:17 PM Jim Pingle

Fix ntp name here too

ae2c143a 05/14/2012 06:11 PM Jim Pingle

s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it easier if we switch)

547c56c4 05/14/2012 04:39 PM Jim Pingle

Create $altnames earlier, and also fix a bracing issue with this if statement. Fixes certificate importing.

e6b16f89 05/14/2012 02:02 PM Jim Pingle

Fix redirect when saving settings in the widget, it was landing on the widget page instead of returning to the dashboard.

bbdc5919 05/11/2012 04:49 PM Darren Embry

remove the stuff triggering display of relay protocol row

06d84cf3 05/11/2012 04:49 PM Darren Embry

allow port in virtual servers to be left blank

in which case listening port would be inherited from the pool

183ea34c 05/11/2012 04:49 PM Darren Embry

allow aliases for the ipaddr field in virtual servers (PEV-394754)

937cec84 05/11/2012 03:04 PM Darren Embry

fix for bug #2422 could not remove entries from CP Allowed Hostnames

4dfd930e 05/10/2012 07:17 PM Darren Embry

cleanup: code for building arrays for autocompleted fields

5b84bd65 05/10/2012 06:00 PM Darren Embry

add autocomplete for port (PEV-394754)

04d4bcdf 05/10/2012 05:51 PM Darren Embry

use get_alias_list for port field in load_balancer_pool_edit

a1f77238 05/10/2012 04:39 PM Darren Embry

add autocomplete to load_balancer_pool_edit.php (PEV-394754)

we also enable the json extension here.