Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
4b0e8c91 02/23/2012 08:35 AM Warren Baker

No need for extra function and touching of file, just set the value and use grep from XML to determine to beep or not

5e4d70a0 02/23/2012 04:17 AM Yehuda Katz

Option to disable startup/shutdown sounds

f3b2b2a4 02/23/2012 01:02 AM Yehuda Katz

Fixing existing DynDNS force-update feature. Redmine bug #2228

055e182f 02/21/2012 10:42 AM Erik Fonnesbeck

Don't add the description either when the condition is not met, in case other required fields are later added.

d4e37b2e 02/21/2012 07:55 AM jeandebogue

Remove the -S $SRCIP to ping and added a timeout.

b9ee8686 02/21/2012 07:04 AM Seth Mos

Revert "Remove the -S $SRCIP to ping and added a timeout."

This is functionality that can not be removed to properly keep VPN tunnels alive.

This reverts commit d4e37b2edd51ccc39e5d6f912d8079b3d447ee7b.

1d50d8d9 02/21/2012 05:32 AM Chris Buechler

ARP table is singular

9beeae5a 02/20/2012 01:55 PM Warren Baker

Rather use -c to check for line count, we then dont have to deal with extra whitespaces

206aa9fc 02/20/2012 02:46 AM Pierre POMES

Ticket #2205 - Add input validation, keep same logic as 2.0.1 and abore for default values

259f606e 02/20/2012 12:25 AM Pierre POMES

Ticket #2205 - Main logic for relayd global settings screen, still need to add stuff (input validation, etc) before closing ticket

cb2d0164 02/18/2012 07:39 PM Scott Ullrich

Add missing ;

ebc2ee61 02/18/2012 06:25 PM Daniel Rasmussen

A friend of mine was having the same issue that was stated in another pull request with the explode function and white space. So when you commit changes on WLAN would throw and error stating MODE must have SSID set. Dropped the explode function all together, initialized the array first and then pushed the SSID onto the array if Mode is set to Access in your wireless configuration. No more Mode set issue. :D

e32805d9 02/15/2012 03:42 PM Seth Mos

Merge pull request #49 from yakatz/master

2038 bug in user manager

37129ab8 02/15/2012 02:57 AM Pierre POMES

Ticket #2157. Add missing call to relayd_configure()

4d148b59 02/15/2012 01:29 AM Yehuda Katz

Convert strtotime() to DateTime object to fix 2038 roll-over issue.

eaf23c17 02/14/2012 06:53 PM Jim Pingle

Add button to download a .p12 of a cert+key. Implements #2147

a5a483e0 02/14/2012 06:03 PM Jim Pingle

Reject an interface without a subnet as a network source in the IPsec Phase 2 GUI. Fixes ticket #2201

0c1f27ff 02/10/2012 07:49 PM Ermal LUÇI

Correct disconnection of macs

c58715af 02/08/2012 06:38 AM Erik Fonnesbeck

Change to embed to prevent IE9 from misbehaving. Ticket #2165

5c0d5003 02/07/2012 08:01 PM Ermal LUÇI

Correct field name

8b320242 02/06/2012 04:12 PM Ermal LUÇI

Unset previously set voucher sync information

317b7e43 02/03/2012 12:03 AM Scott Ullrich

Revert "Combine RTT and Loss so that IPV6 addresses do not cause spillage into other widgets." - until I find the code that does ajax as well.

This reverts commit 1d09d6dbcd80546aec7bc3a91d3c862b00662662.

1d09d6db 02/02/2012 11:58 PM Scott Ullrich

Combine RTT and Loss so that IPV6 addresses do not cause spillage into other widgets.

6fbe0168 02/02/2012 04:20 PM Jim Pingle

If the sticky option is changed, restart relayd. Fixes #2157

eb7454c4 02/02/2012 03:12 PM Jim Pingle

Don't use $pconfig in widgets, it has unintended side effects.

cb3c3fe4 02/01/2012 08:29 PM Andy I.

Wireless client config should allow blank SSID (resubmit, fixed blank lines)

c82b2c3f 02/01/2012 06:28 PM Jim Pingle

Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158

6f0dc800 01/26/2012 06:38 AM Seth Mos

Merge pull request #42 from Joecowboy/master

.

83e7491d 01/26/2012 04:46 AM Daniel Rasmussen

Update usr/local/www/widgets/javascript/cpu_graphs.js

668e8961 01/25/2012 05:17 PM Seth Mos

Add backend 6RD support. We don't have the required patch yet for our stf driver.
Needs hooks into our gateway code to handle the default gateway since the stf interface does use router solicitations
Adds to ticket #2117

32dc8109 01/25/2012 02:45 PM Seth Mos

Clarify the UI text with example IPv6 prefix.
Ticket #2117

0eb78676 01/25/2012 02:45 PM Seth Mos

Disable debug statement
Ticket #2117

7d567088 01/25/2012 01:33 PM Seth Mos

Add gui knobs for 6RD support ticket #2217

51e9533f 01/21/2012 09:24 PM Vinícius Coque

Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file

86cf3681 01/21/2012 08:08 PM Vinícius Coque

making small fixes on jQuery code

30a8ef77 01/21/2012 07:39 PM Vinícius Coque

Converting javascript code to jQuery on installer webgui

48387425 01/20/2012 12:57 PM Erik Fonnesbeck

Should be preg_split instead of explode

212ab80f 01/20/2012 12:23 PM Ermal LUÇI

Correct the Called-Station-Id attribute setting to be the consistent on authentication packets

cff5204a 01/20/2012 12:21 PM Ermal LUÇI

Correct the Called-Station-Id attribute setting to be the same on STOP/START packets

2ce660ad 01/20/2012 11:18 AM Seth Mos

Unbreak a number of explode() replacements which required preg_split()

cfbfd941 01/19/2012 07:33 PM Seth Mos

The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings

80c88a68 01/19/2012 07:03 PM Seth Mos

Fix the config patch to the dhcp6 relayx

3b49bc25 01/18/2012 08:11 PM Scott Ullrich

Ensure timezone is set

943994ff 01/18/2012 08:05 PM Scott Ullrich

Ensure timezone is set

9feaf772 01/17/2012 01:43 AM Vinícius Coque

replacing prototype with jQuery on load balancer pages

ea0d4171 01/15/2012 02:51 PM Vinícius Coque

Converting headjs javascript code from prototype to jQuery

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

Remove 32 bit subnetmask limitation for IPv6

58418355 01/15/2012 12:07 PM Seth Mos

Show the interface Link Local addresses on the status_interfaces.php

35af7141 01/15/2012 11:40 AM Seth Mos

Fix for ticket 2071, this allows link local addresses for gateways.
Backend already added the interface scope for link local addresses, hurrah.

0c305760 01/13/2012 07:27 PM Jim Pingle

Allow using subnets and special nets in the CLI version of easyrule

633136b8 01/13/2012 06:31 PM Jim Pingle

Fix help text

60879d14 01/13/2012 04:26 PM Jim Pingle

Fix ssh key note to refer to DSA not just RSA since both work.

fd8774c0 01/11/2012 09:41 PM Jim Pingle

Add some protocol filtering capability to the packet capture page

b397879f 01/11/2012 09:08 PM Jim Pingle

Add a button to re-view the packet capture file if one exists in /root/

d495dc51 01/11/2012 07:58 PM Jim Pingle

Fix tab name to be consistent.

b70151ae 01/11/2012 04:59 PM Jim Pingle

Fix botched tag, add some line breaks

4892d709 01/11/2012 04:51 PM Jim Pingle

Remove a second, redundant temperature block (there is already one higher up that appears to be functional, this one is not.)

3a94345c 01/11/2012 04:48 PM Jim Pingle

Change system info widget fields from <input> to <span> so they don't appear editable, and we aren't bound by their width constraints. (One long one was messing up table width).

c6678f31 01/11/2012 04:17 PM Jim Pingle

Merge pull request #37 from Joecowboy/master

Dashboard widget fixes and mods

a16a5b91 01/06/2012 07:06 PM Ermal LUÇI

Merge pull request #38 from Joecowboy/patch-1

Increased the Uptime input field size from 30 to 50 because it was trunc...

baa29749 01/06/2012 06:31 PM Jim Pingle

Check userid better here, 0 is also valid

ff9eda9d 01/06/2012 06:30 PM Jim Pingle

Fix permission and certificate display for the admin user

1f3a3ed2 01/06/2012 05:51 PM Jim Pingle

Cleanup html, make tables sortable, implements #2040

d9c059ba 01/06/2012 05:25 PM Daniel Rasmussen

Increased the Uptime input field size from 30 to 50 because it was truncating the uptime tweak output text I made.

e9ca9b9a 01/06/2012 04:34 PM Daniel Rasmussen

I did a block comment out the fist time because I wanted to leave that code in for later use when start adding more OID checks for different hardware drivers. So made comment change per request.

b10268ca 01/06/2012 03:30 AM Daniel Rasmussen

Fixed the get_time() out put fixed. Tweaked my changes made a tighter code.

135a0956 01/06/2012 01:13 AM Daniel Rasmussen

Update usr/local/www/widgets/widgets/system_information.widget.php

cbac040d 01/06/2012 12:21 AM Daniel Rasmussen

Disabled the line jQuery('#' + graph['spans'][count - 1]).fadeIn(500); causing javascript error exception to be thrown while displaying span

24d51534 01/06/2012 12:16 AM Daniel Rasmussen

Added Temperature back in

e7d6136d 01/06/2012 12:12 AM Daniel Rasmussen

Tweaked the bar graph width.

e54d3461 01/06/2012 12:04 AM Daniel Rasmussen

Fixed Javascript error in function updateInterfaces(x)
Removed the return that revented the updates to widgets in function stats(x)
Tweaked Javascript code in function updateTemp(x) for temperature output

54f818b1 01/05/2012 11:56 PM Daniel Rasmussen

Changed the output of function get_uptime() to display: 00 Hours 00 Minutes 00 Seconds
Added code function get_temp() to get the OID values for temperature.

9a296f50 01/05/2012 06:08 PM Ermal LUÇI

Merge pull request #24 from nunnione/master

Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portal

32764288 01/02/2012 09:31 PM Andy I.

Added support for failover radius server on wireless interface

ec9bb09f 12/29/2011 07:23 PM Jim Pingle

Clarify the potential pitfalls when setting the Frequency Probe and Down parameters.

fb403496 12/26/2011 01:43 PM Gerald Raaf

Add SelfHost (German Provider) to Dynamic DNS Service

45c8402f 12/26/2011 12:23 AM Chris Buechler

fix text

b145863a 12/26/2011 12:21 AM Chris Buechler

"Destination server" is a required field

8bb88a62 12/25/2011 09:16 PM Chris Buechler

Local port must be specified, fix input validation

c0ee2a01 12/22/2011 05:43 PM Jim Pingle

Add ability to kill all states matching an IP or subnet filter. Also display count of states matching filter.

e2939b79 12/21/2011 07:46 PM Jim Pingle

Don't let the browser auto-fill username and password on voucher config, as it can interfere with the settings being properly saved if sync isn't fully configured, which this can make happen accidentally.

d524b32b 12/21/2011 02:01 PM Jim Pingle

Do not redirect on saving services status widget, the headers have been sent by this point and it can't happen.

9ae39b01 12/20/2011 08:02 PM Seth Mos

Add a checkbox that disabled automatically generates negate rules for directly connected networks and VPNs
Ticket #2057 in redmine

acafeee0 12/14/2011 06:33 PM Seth Mos

Clarify the DHCPv6 server text

1b99e1e5 12/12/2011 07:49 PM Jim Pingle

Some sections should just be copied and not merged or we end up unable to sync the deletion of the last item in a section.

1c3351bd 12/11/2011 10:52 PM Vinícius Coque

Adapted the AjaxQueue code to work with jQuery

11f1c38c 12/08/2011 08:17 PM Jim Pingle

Fix easyrule on 2.1

0a029232 12/06/2011 08:29 PM Michele Di Maria

Fix for this: http://redmine.pfsense.org/issues/2037
Just changed some padding/margin in the CSS in order to avoid wrapping the menu.
Tested with Firefox 8, Chrome 15.0.874.121 and IE 9.

89597244 12/03/2011 10:54 PM Scott Ullrich

Require guiconfig.inc

538ff13d 12/01/2011 07:04 PM Jim Pingle

Merge pull request #25 from AnthonyWrather/master

DHCP IPv4 / IPv6 next-server, filename, and root-path improvements.

a2578c27 12/01/2011 05:33 PM Anthony Wrather

Updated DHCP IPv4 and IPv6 to allow global and host based filename and root-path.

769891b5 11/30/2011 12:31 PM Warren Baker

variable is not yet available so rebrands get a blank page on the last step in the setup wizard

fe4780a2 11/29/2011 08:17 PM Jim Pingle

When making a server certificate in the wizard, make sure we specify it must be a server certificate.

51c24cf6 11/29/2011 03:20 PM Jim Pingle

Describe the serial field on imported CA more clearly. Resolves #2031

b3765f4c 11/29/2011 02:16 PM Roberto Nunnari

- Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portal
- Corrected bug in javascript funtion enable_change(enable_change)

16106d2e 11/27/2011 07:09 PM Seth Mos

Fix for redmine ticket #1993. Allow saving multiple dynamic entries.
Make sure that return_gateways_status() also returns all gateways that have monitoring disabled as up.

34d0f40c 11/23/2011 03:56 PM Jim Pingle

Clear the PHP errors when 'no' is pressed also.

dc43ff1e 11/23/2011 03:23 PM Jim Pingle

Show the PHP errors reported on the index page in the crash report so users are not confused by an empty report screen. Include them in the report and also clear them after sending.

7d504365 11/22/2011 07:01 PM Seth Mos

Comment out TFTP and NTP UI fields and block the code in services.inc.
ISC dhcpd does not support these yet. See redmine ticket #2016

92420c0a 11/22/2011 04:55 PM Jim Pingle

Also show the config version in the backup history.