Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
4a83831c 07/16/2013 07:39 PM Jim Pingle

Add a meter for states, too

2c7f71d9 07/16/2013 07:39 PM Jim Pingle

Fixup mbuf stats function

de8f0075 07/16/2013 07:31 PM Renato Botelho

Call interface_ipalias_cleanup() after $interface is initialized, and get current IP after it

8ff9cc38 07/16/2013 07:09 PM Jim Pingle

Make mbufs update via ajax

bc3e2c14 07/16/2013 07:02 PM Jim Pingle

Fix ids

f5c47a7c 07/16/2013 06:55 PM Jim Pingle

Fix an occasional "blank" cpu freq printing that shouldn't happen.

bd5629b6 07/16/2013 06:51 PM Jim Pingle

Make mbuf usage a meter, too.

7041c01a 07/16/2013 06:43 PM Jim Pingle

Show totals for memory, swap, and disk usage.

3ed917c7 07/16/2013 06:14 PM Jim Pingle

Add an RRD graph for MBUFs under system. Tweaks welcome.

1c8faa89 07/16/2013 05:27 PM Jim Pingle

If an account has SSH keys, show them, don't show the checkbox to add keys. Fixes #2729

241eed1a 07/16/2013 01:53 PM Jim Pingle

Don't generate reflection rules if reflection is disabled for that rule.

4cc3bb6c 07/16/2013 12:52 PM Ermal LUÇI

Do not break ppp type interfaces on v6

15a73ba8 07/16/2013 07:47 AM Ermal LUÇI

For ppp interfaces the real interface is not present anymore in the xml config section of the interface. Due to this do some more work on extracting the real interface when ipv4 is pppoe/ppp/... and ipv6 configuration files will use the wrong interface to request information from provider. Reported-by: http://forum.pfsense.org/index.php/topic,64483.0.html

2657f21f 07/15/2013 08:05 PM Ermal LUÇI

Enable filtering on ipfw sysctl not dependent on ipfw module otherwise issue reported here http://forum.pfsense.org/index.php/topic,64412.0.html happens

23c652cd 07/15/2013 02:02 PM Ermal LUÇI

Ignore errors/warnings from these calls

f3fa5b69 07/15/2013 12:40 PM Renato Botelho

Merge pull request #682 from CharlieMarshall/pfsense_ng_fs

new theme "pfsense_ng_fs" & allow themes to add / delete additional widget columns

ab17ed4e 07/14/2013 08:15 PM Dim Hatz

support mitigating BEAST attack

According to http://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_30

"...by setting

ssl.cipher-list = "ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4-SHA:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM"

you can mitigate BEAST attacks."

da60727c 07/14/2013 06:23 PM Jim Pingle

Merge pull request #712 from phil-davis/master

Correctly decide if dhcrelay (v4) is enabled

4701c8de 07/14/2013 04:15 PM Phil Davis

Correctly decide if dhcrelay is enabled

6a4e4405 07/13/2013 06:50 PM Jim Pingle

Merge pull request #711 from phil-davis/master

Teach services code about start stop restart of dhcrelay6

9590e0de 07/13/2013 04:18 PM Phil Davis

Teach service start stop restart about dhcrelay6

54a9d71d 07/13/2013 04:16 PM Phil Davis

Consistent dhcrelay6 pid file location

68bbaf06 07/13/2013 03:01 PM Ermal Luçi

Merge pull request #710 from phil-davis/master

Start DHCrelay6 on boot

45eb8aeb 07/13/2013 02:41 PM Renato Botelho

Fix #3091, fix bad var assignment

06433d75 07/13/2013 01:15 PM Phil Davis

Start DHCrelay6 on boot

874f099a 07/13/2013 12:49 PM Phil Davis

services_dhcrelay6_configure developerspew debug text fix

e811fcbe 07/12/2013 07:57 AM Warren Baker

Substitute Product name in privileges

d57da568 07/12/2013 06:43 AM Ermal Luçi

Merge pull request #708 from razzfazz/master

properly handle custom-v6 dyndns entries in web interface

e4a62f32 07/11/2013 10:48 PM Daniel Becker

properly handle custom-v6 dyndns entries in web interface

e09b941d 07/11/2013 07:17 PM Jim Pingle

Move variable declaration to the top, declare it global before defining. Fixes #3090

a5a2fc68 07/11/2013 07:17 PM Jim Pingle

Remove irrelevant comment.

5b0f7191 07/11/2013 01:59 PM Ermal Luçi

Fix copy/pasto introduced in previous commit.

ac203513 07/10/2013 07:49 PM Jim Pingle

Don't automatically add hidden rules to pass all IPv6 traffic to/from delegated prefixes. Default IPv6 from LAN -> any rule covers outbound properly as-is, and WAN rules shouldn't pass in that permissively. Also the prefix length calculation was off and the LAN rule(s) would be too permissive anyhow.

7fb23399 07/10/2013 03:26 PM Ermal LUÇI

Implement proper releasing of pipes allocated based on CPzone. Keep track of which zone a pipe is and release those pipes during disabling/deleting of zone. Ticket #3062, Pull request #698

0f50d70d 07/10/2013 03:20 PM Ermal LUÇI

Use empty to cover all needed cases as suggested on #3062. Suggested from pull request #698

4624f50f 07/10/2013 03:01 PM Ermal Luçi

Merge pull request #703 from razzfazz/dyndns_custom_v6

Add support for HE.net AAAA record updates. Fixes #1825.

1cf24f0a 07/09/2013 04:02 PM Jim Pingle

Add independent logging choices to disable logging of bogon network rules and private network rules. Add upgrade code to obey the existing behavior for users (if default block logging was disabled, so is bogon/private rule blocking). Also add a checkbox to disable the lighttpd log for people who don't want their system log spammed by lighty.

f09c5600 07/09/2013 03:01 PM Jim Pingle

Fix the "use ICMP" function for traceroute.

63e9efc9 07/09/2013 12:08 AM Renato Botelho

Fix #3079, add a section for DHCPv6 Server backup

dd042c51 07/08/2013 03:38 PM Renato Botelho

Implement URL Table aliases for ports instead of IP addresses

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

fix description

e0658637 07/08/2013 01:31 PM Chris Buechler

touch up text

8418a6df 07/08/2013 07:40 AM Ermal Luçi

Merge pull request #704 from razzfazz/rules_proto_41

Add support for protocol 41 in rules. Fixes #3007.

da40615d 07/07/2013 10:40 PM Daniel Becker

Add support for custom IPv6 DDNS.

25ce5136 07/07/2013 10:36 PM Daniel Becker

Add support for protocol 41 in rules. Fixes #3007.

b4319c50 07/07/2013 10:28 PM Daniel Becker

Change separator as per JimP's request.

66185fc7 07/07/2013 09:45 PM Daniel Becker

Merge branch 'master' into dyndns_custom_v6

ebfe7d20 07/07/2013 09:44 PM Daniel Becker

Add front-end support for dyndns AAAA updates

d7e6f573 07/07/2013 09:44 PM Daniel Becker

Clean up HE.net AAAA backend support.

d7fb1715 07/07/2013 08:51 PM Renato Botelho

Merge pull request #702 from razzfazz/master

Fix typo in filter.inc. Fixes #3028.

b4025ccd 07/07/2013 07:39 PM Daniel Becker

Add backend support for HE.net AAAA record updates.

Defines a new DynDNS provider 'he-net-v6' for updating AAAA entries on
dns.he.net.

14e9b052 07/07/2013 06:22 PM Daniel Becker

Fix typo in filter.inc. Fixes #3028.

Due to the typo, FilterIfList never got a 'track6-interface' entry,
which in turn prevented the DHCP6-related pass rules from being
generated for the LAN interface.

ba581f07 07/07/2013 03:45 PM Jim Pingle

Make dashboard update check respect nanobsd-vga, probably fixes #3078

a35c1cdf 07/07/2013 12:44 PM N0YB

Correct month, quarter (3 months), and 4 year RRD graphs length.

Longest possible month is 31 days, not 32.
Longest possible quarter (3 months) is 92 days (30+31+31), not 93 (31+31+31).
4 Years is 1461 days (365 x 4 + 1), not 1464 (366 x 4). Except about once every century or so when leap year is skipped 4 years is then 1460 days. But that is not going to happen again for a very long time. Unfortunately pfSense, nor anyone alive today will probably still be alive by then.

63f02995 07/07/2013 03:59 AM Jim Pingle

Merge pull request #699 from evansus/patch-2

DHCP also update Dynamic DNS for static leases

2740f12c 07/07/2013 03:39 AM Evan Susarret

Typo in configuration option

Should be 'leases', not 'mappings'.

64b299d8 07/07/2013 03:02 AM Evan Susarret

DHCP also update Dynamic DNS for static leases

Previously, Dynamic DNS is only updated for clients that get addresses from the DHCP address pool. Static mappings are ignored.

Adding this line updates Dynamic DNS for both static-mapped and dynamic DHCP clients.

b91d0be3 07/06/2013 07:38 PM Renato Botelho

Remove unecessary variable

ff9f40d5 07/06/2013 05:54 PM Renato Botelho

Fix #2962, allow to remove VIP if gateway IP is on the interface's subnet

e66c4a0f 07/06/2013 10:46 AM Chris Buechler

fix typo

0007f5b3 07/05/2013 05:56 PM Ermal LUÇI

Actually do this upon entering to get proper ip

4454f1f3 07/05/2013 05:55 PM Ermal LUÇI

Fixes #2495. On trigering of rc.newwanip remove all ipaliases from the interface since they will be readded later on. This will also make sure to have the correct address order

d7deb24c 07/05/2013 05:18 PM Renato Botelho

Remove unecessary var initialization

e61a6db2 07/05/2013 03:46 PM Jim Pingle

When a CARP VIP transitions to master, we need to bump servers also, otherwise a transition from disabled or init may not properly (re)attach to the IP address.

86573a24 07/05/2013 03:27 PM Jim Pingle

Correct DHCPv6 rules test to also include a check for DHCPv6 relay. Fixes #3074

6a605eec 07/05/2013 12:11 PM Renato Botelho

Fix a small issue when disable a boolean option and save, it shows option as enabled

ae6d9444 07/05/2013 12:08 PM Renato Botelho

Fix whitespaces

80dc15eb 07/05/2013 12:04 PM Renato Botelho

Remove extra { wrongly added on last commit

db0aa52a 07/05/2013 11:54 AM Renato Botelho

Fix whitespaces

6fab0f03 07/05/2013 11:47 AM Renato Botelho

Fix set/unset of checkaliasesurlcert

86ffa26d 07/05/2013 11:47 AM Renato Botelho

Process zipped aliases list

76590ffe 07/05/2013 11:47 AM Renato Botelho

Use download_file() and check ssl certificates

abc7b6a2 07/05/2013 11:47 AM Renato Botelho

Remove useless code

ffd7802a 07/05/2013 11:47 AM Renato Botelho

Create a function to download a file using curl

08b861a8 07/05/2013 11:47 AM Renato Botelho

Add an option to check certificate for https URL aliases

f4a8e38c 07/05/2013 10:53 AM Ermal LUÇI

Resolves #2910. Make apinger write its status file just after starting so that thing work as expected

079d1952 07/04/2013 01:42 PM Renato Botelho

Add a new alias type, URLs containing Ports

d9f33a7f 07/04/2013 01:40 PM Renato Botelho

Add group_ports()

0dd5ed7b 07/04/2013 07:01 AM Ermal LUÇI

Remove duplicated line that makes dhcp6c not run correctly

77447d9f 07/04/2013 12:49 AM Jim Pingle

Merge pull request #695 from N0YB/Advanced_DHCP_Client_Options

Remove errant double quote.

e00fafb3 07/04/2013 12:46 AM N0YB

Remove errant double quote.

581fa606 07/03/2013 03:52 PM Renato Botelho

Merge pull request #692 from mgsmith1000/master

Omit IP warning if HTTP_REFERER check is disabled.

058bc2a8 07/03/2013 03:32 PM Matthew Smith

Omit IP warning if HTTP_REFERER check is disabled.

2bc45785 07/03/2013 01:41 PM Ermal LUÇI

Do not reconfigure dhcp v6 on v4 ip address event. Only handle 6rd and 6to4 while the former is questionable if needed

9ce0dd12 07/03/2013 01:38 PM Ermal LUÇI

Copy/pasto does well up to some point

c9065c1e 07/03/2013 01:37 PM Ermal LUÇI

On every ip change renew the hosts file

84f7e98c 07/03/2013 12:26 PM Ermal LUÇI

Enforce the checking of booting up for linkup events

e336cd95 07/03/2013 06:53 AM Ermal Luçi

Merge pull request #687 from falbertopl/master

Modified radius function to release the pinene

d2c98878 07/03/2013 03:39 AM Alberto Palau

modified radius function to release the pineno

modified radius function to release the pinene if the client is not authenticated properly, and modified function captiveportal_get_next_dn_ruleno to initially takes the value 2000 for the first pipeno.

9f0bee02 07/02/2013 08:58 PM Jim Pingle

Include both dyndns and rfc2136 hosts in referer check

fa087612 07/02/2013 08:58 PM Jim Pingle

Include RFC2136 hosts in DNS rebinding checks.

bcafa618 07/02/2013 08:58 PM Jim Pingle

Add server IP column and cached IP display to RFC2136 host list.

6d8dd98b 07/02/2013 08:58 PM Jim Pingle

Add option to RFC2136 to find/use the public IP if the interface IP is private. (Off by default)

a04da9bf 07/02/2013 08:58 PM Jim Pingle

Fix double click row to edit for rfc2136

7c9da7be 07/02/2013 08:58 PM Jim Pingle

Add cached IP support to RFC2136, add GUI button to force update for single host.

bdba4fa7 07/02/2013 07:05 PM Ermal LUÇI

Correct variable used to delete symlinks and files delete from CP filemanager. Reported-by: http://forum.pfsense.org/index.php/topic,64016.0/topicseen.html. While here reduce some uneeded extra operations

97752da5 07/02/2013 06:26 PM Jim Pingle

Add the interface's descr after the pool name.

5e3356d7 07/02/2013 04:22 PM Renato Botelho

Repect global conf_path

fcbef05a 07/02/2013 10:49 AM Ermal Luçi

Merge pull request #686 from Klaws--/master

Added previously missing class selectors cs1-cs7 plus VA (voice-admit), plus the TOS values which still work with DSCP

a13acc0e 07/02/2013 09:27 AM Seth Mos

Add a checkbox that can be used to request only a IPv6 prefix without a IPv6 address. Some ISPs DHCP6 servers will fail the request if both are requested and only a Prefix is allowed.

Conflicts:

usr/local/www/interfaces.php