Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5f993c44 01/07/2013 12:15 PM Renato Botelho

Fix typo

16d9ad13 01/06/2013 09:24 AM Seth Mos

Update the GUI page for the DHCP6 server, add a if statement that prevents throwing range errors on interface that have no static IPv6 address.
It is entirely valid to operate a DHCP6 server just for prefix delegation, but ISC doesn't appear to allow it yet.

dcb41555 01/05/2013 03:59 PM Erik Fonnesbeck

Do not skip displaying outbound NAT rules with no interface or an invalid interface; it interferes with editing/deleting the skipped rule itself or rules after it.

d5d6c0ad 01/05/2013 03:47 PM Erik Fonnesbeck

Revert "Use get_Cofnigured_interface_with_descr() here since that's the purpose"

This reverts commit 0c8e9f0c26b29f57faa2ccef9a559774103fee79.

0c8e9f0c 01/05/2013 02:51 PM Ermal LUÇI

Use get_Cofnigured_interface_with_descr() here since that's the purpose

e99ba2d6 01/05/2013 02:13 PM Renato Botelho

Fix outbound NAT rules when interface is deleted:

- When delete interface, do not touch outbound NAT rules
- Skip outbound NAT rules when interface doesn't exist
- Bump latest_config to 9.2
- Since rules with no interface were considered as wan, convert old...

aca65de5 01/05/2013 01:42 PM Ermal LUÇI

Cleanup unused pages that was supposed for upload_progress bars

d0fc4479 01/04/2013 01:32 PM Warren Baker

This is needed since preload is now gone

4111fcf5 01/03/2013 10:50 PM Ermal LUÇI

Always commit the session fast to allow other consumers to proceed to their requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions

76165eac 12/31/2012 12:14 PM Phil Davis

Select default interface when WAN is disabled

If WAN is disabled, then the Traffic Graph does not default to a valid interface when it first displays. This fix selects the first valid interface if WAN is not there.
e.g. at one site there used to be 2 ISPs, on WAN and OPT1. Now the ISP on WAN has been turned off, and the interface marked disabled. The default gateway etc is all on OPT1. After a bit of history at a site, it can happen like this that WAN is disabled in the config.

2e4c921f 12/30/2012 11:25 PM Chris Buechler

Merge pull request #270 from CarpeNoctem/CarpeNoctem

Added 'Copy my MAC address' to captive portal Pass-through MAC form, as ...

7eed2174 12/29/2012 07:02 PM Cyrill B

Fix: Captive Portal status widget

9d81dcdf 12/29/2012 12:38 AM Chris Buechler

Merge pull request #297 from bcyrill/patch-15

Fix: last activity on CP status

339688b2 12/28/2012 11:48 PM Cyrill B

Fix: last activity on CP status

83a9a1d2 12/28/2012 06:49 PM framer99

Update usr/local/www/services_dhcp.php

Inform user how the Primary/Secondary DHCPd process is determined in a failover pair so they don't end up with two secondary servers. For example, when using advskew=64 (and advskew=164 if using settings sync to peer for carp ips) on the carp master machine which they think will be the DHCP primary.

fee50f4d 12/27/2012 05:18 PM Jim Pingle

Self-test should be hypenated, and the T should be lower case.

891e0d11 12/27/2012 04:17 PM Jim Pingle

Correct tcp flags explanation code for CWR (should be W, not C)

20df6ed7 12/26/2012 04:29 PM Jim Pingle

Fix DHCPv6 lease deletion. Fixes #2726

0d1b26ee 12/26/2012 03:16 PM Jim Pingle

Static mappings are not pool-specific. They exist independent of any pool, and you can't actually add static mappings "inside" a pool range. So disable the static map list/controls if editing a pool, since they are "global" for an interface. Fixes #2370.

ee1fb205 12/26/2012 03:09 PM Jim Pingle

Add description to additional DHCP pools. Implements #2733

fe7e987e 12/19/2012 10:16 PM Ermal LUÇI

Various fixes to removal of pipes

a33b69db 12/19/2012 08:46 PM Ermal LUÇI

Merge pull request #287 from bcyrill/alias_gif

Add IP alias support to GIF interfaces

13b31977 12/19/2012 02:22 PM Cyrill B

Remove whitespace

8436caa7 12/19/2012 02:16 PM Cyrill B

Add IP alias support to GIF interfaces

15fc311f 12/19/2012 02:01 PM Jim Pingle

Fix stray DOS carriage return.

26ee5aaf 12/18/2012 09:20 AM Ermal LUÇI

Convert the CP db to sqlite rather than a text file. Some more optimizations might be needed and probably vouchers db might need conversion as well.

a56c90a2 12/18/2012 12:45 AM Chris Buechler

Merge pull request #276 from N0YB/Diagnostics-Tables-Top-Status

Include bogons last update info in Diagnostics: Tables

38d41bb0 12/17/2012 02:22 PM Jim Pingle

Add missing >. Fixes #2722

1744a058 12/17/2012 11:41 AM Ermal LUÇI

Cleanup the pipes as well when removing or operating on tables for hostnames/ips/mac

1272429c 12/17/2012 11:32 AM Ermal LUÇI

Handle even hostname through filterdns entries correctly now that only 3/4 table exists and they consider pipe argument. While here adapt addinga hostname without reloading CP

30171d55 12/17/2012 11:04 AM Ermal LUÇI

There is no more table 5,6,7,8,9,10

aea56408 12/17/2012 10:44 AM Ermal LUÇI

Separate ipfw rule no db from limiter ones. Since ipfw has per instance feature while dummynet/limiters is a single instance.

f1e01f7c 12/15/2012 01:15 AM Erik Fonnesbeck

Fix line endings

bdd3c3b2 12/13/2012 09:15 PM Ermal LUÇI

Remove IPFW_FILTER flag since it gets not used anymore

83b9c4d2 12/11/2012 01:08 AM NOYB NOYB

Include bogons last update info in Diagnostics: Tables

cff55b34 12/10/2012 08:43 AM NOYB NOYB

Include bogons last update info in Diagnostics: Tables

5b668994 12/09/2012 01:10 AM Erik Fonnesbeck

Add extra check for DHCP static mapping edit pages to prevent an error when no DHCP config exists yet.

6ef2297b 12/09/2012 01:02 AM Erik Fonnesbeck

Add extra checks for reading and saving certain wireless settings and fix an existing check.

25c1ebd5 12/08/2012 06:26 AM NOYB NOYB

ARP Table Static Entries from Individual DHCP Static Mappings

Assign individual DHCP static mappings as ARP table static entries.
Useful / necessary for sending WoL magic packets from external services / sources, and for any other purpose that needs a static ARP table entry.

0b73e6f2 12/07/2012 08:36 PM Jim Pingle

Don't allow transport mode to be selected for mobile clients. Fixes #2713

0100d577 12/07/2012 03:13 PM Jim Pingle

Merge pull request #273 from N0YB/Widget-Firewall-Logs-Filtering

Widget Firewall Logs Filtering

cbeed539 12/07/2012 10:42 AM N0YB

Update usr/local/www/javascript/filter_log.js

Firewall Logs Widget FilteringOptions to filter on interfaces, 'pass', 'block', & 'reject'

4cfcbd32 12/07/2012 10:37 AM N0YB

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

Firewall Logs Widget Filtering
Options to filter on interfaces, 'pass', 'block', & 'reject'

4c6ede42 12/07/2012 10:24 AM Mathieu Simon

license: Bump and fix some copyrights.

The copyright statements have been taken from source archives 1:1

Notes:
- FreeBSD is NOT an Inc. it's the FreeBSD project (and exists since 1992!)
(Took COPYRIGHT from RELENG 8.3)
- ISC changed to an Inc. and does not explicitely state...

f24d8180 12/06/2012 07:56 PM Ermal LUÇI

Merge pull request #271 from brunostein/master

Add input autocomplete array aliases

b89a8cbc 12/06/2012 07:06 PM Bruno Ferri

add input autocomplete array aliases

ffe25c1f 12/05/2012 05:26 PM Jim Pingle

Merge pull request #269 from N0YB/Diagnostics-Tables-Top-Status

Diagnostics Tables Top Status

198bb449 12/04/2012 06:12 PM Jim Pingle

Add input validation to reject invalid combinations of IPv4/IPv6 openvpn protocols and interface/VIPs.

0a35ca7c 12/04/2012 04:14 PM Jim Pingle

Fix more tests for DHCP relay being enabled.

063e0792 12/04/2012 04:07 PM Jim Pingle

Remove this now-irrelevant comment.

8cd9708e 12/04/2012 04:05 PM Jim Pingle

Fix test to see if DHCP Relay is enabled.

752c6ca8 12/04/2012 02:45 PM Jim Pingle

Do a more strict type match here, otherwise if the result returned is 0, that is also "== false" but not actually boolean false.

f575c162 11/30/2012 04:06 AM NOYB NOYB

Merge remote-tracking branch 'origin/master' into Diagnostics-Tables-Top-Status

671914b2 11/29/2012 08:30 PM Jim Pingle

Add a couple more (small, optional) snmp modules.

112800ad 11/29/2012 11:20 AM CarpeNoctem

Added 'Copy my MAC address' to captive portal Pass-through MAC form, as seen on services_dhcp_edit.php

e453884c 11/29/2012 10:15 AM N0YB

Update usr/local/www/diag_tables.php

String correction

d93dc624 11/28/2012 10:13 PM N0YB

Diagnostics Tables Top Status

Updated: Removed variable from gettext fuction call.
Add table entries count to status line.
Place table status line at top so don't have to scroll to bottom of large tables to see.
Add Download latest bogon data button to bogonsv6 table.

909e7d0d 11/28/2012 09:10 AM N0YB

Update usr/local/www/diag_tables.php

 
Add table entries count to status line.
Place table status line at top so don't have to scroll to bottom of large tables to see.Add Download latest bogon data button to bogonsv6 table. 

84464c9a 11/27/2012 07:50 AM Ermal LUÇI

Fixes #1575. Allow Match option to be used with limiters as well. The support is there in kernel so allow rules to be configured on this.

c06bdb94 11/23/2012 09:09 PM Ermal LUÇI

The context creation and memmber interfaces are only used during rules creation so make that contained only in init_rules and rule creation functions

3a4b0147 11/22/2012 04:43 PM Ermal LUÇI

Resolves #2529. Load the ipfw module before any commands are executed on CP. Also move the filter_load_ipfw() to captiveportal.inc:captiveportal_load_modules() since no other place uses ipfw(4)

af13aad6 11/22/2012 03:04 PM Ermal LUÇI

Fix syntax and do not commit late :)

8eae2d03 11/22/2012 08:04 AM Ermal LUÇI

Merge pull request #265 from PiBa-NL/outbound_nonat

outbound nat, remove non-applicable translation option 'any'

b164a351 11/22/2012 06:53 AM Warren Baker

Correct syntax

ae3f91d8 11/22/2012 05:24 AM Erik Fonnesbeck

Fix parentheses matching

59ef521d 11/22/2012 12:09 AM Pi Ba

outbound nat, remove non-applicable option

70e46e62 11/21/2012 11:07 PM Ermal LUÇI

The pppoe handle script

7e196969 11/21/2012 07:40 PM Ermal LUÇI

Correct reload of ppp interface after modifications in the assign->ppps section

ef363bc4 11/21/2012 08:00 AM Warren Baker

Up the char count to include a port number

55e55147 11/21/2012 07:55 AM Warren Baker

If destination is larger than 15 then truncate it, otherwise blocks like VRRP advertisements push the values out

8c8a5598 11/21/2012 07:19 AM Chris Buechler

remove non-applicable text

46f10475 11/21/2012 07:18 AM Chris Buechler

Merge pull request #260 from PiBa-NL/outbound_nonat

show difference between outbound NAT and outbound NONAT.

2909d891 11/20/2012 09:15 PM Pi Ba

add " address" behind the interface nat name

e90950e1 11/20/2012 02:57 PM Ermal LUÇI

This is not needed here

bff167fd 11/20/2012 02:45 PM Jim Pingle

Remove other potential places where someone could select a kernel we no longer ship. Try to improve kernel detection a little more.

c0f613e2 11/20/2012 02:23 PM Ermal LUÇI

Add these file so they get added during regeneration

b71f0cbb 11/20/2012 02:06 PM Ermal LUÇI

Resolves #2294. Base64 encode the file when sending to the browser same way it is encoded when sent to us. This prevents csrf from mangling things

64307806 11/20/2012 01:31 PM Jim Pingle

While I'm here, allow an ICMP rdr.

6e557fac 11/20/2012 01:31 PM Jim Pingle

Only apply this port check for TCP and UDP.

55344e2c 11/20/2012 09:19 AM Ermal LUÇI

Allow only post action and not get to avoid security problems

3f5f5a2a 11/20/2012 09:09 AM Ermal LUÇI

Remoev exec_raw.php since its a dangerous page

c9891afe 11/19/2012 09:59 AM Ermal LUÇI

Commit a revised version of https://github.com/bsdperimeter/pfsense/pull/264.diff

578c81b6 11/18/2012 02:24 PM Cyrill B

Fix: Repopulate field

9250baaf 11/18/2012 01:21 PM Pi Ba

show difference between outbound NAT and outbound NONAT.

52971880 11/17/2012 04:52 PM Vinícius Coque

Removing unnecessary gettext function calls

fbc75dd5 11/16/2012 09:28 PM Ermal LUÇI

To allow limiters to work correctly on mutliwan for now enforce selecting a gateway on outgoing

c7a7a4ee 11/16/2012 09:27 AM Ermal LUÇI

Update usr/local/www/vpn_ipsec_phase1.php

Correct missing $

31fcd0bd 11/15/2012 09:54 PM Jim Pingle

Add extra safety belts here.

993f97dc 11/15/2012 06:29 PM Ermal LUÇI

Remove none per Jim since it is confusing

73ebd062 11/15/2012 02:32 PM Ermal LUÇI

Remove preload.php which warmed the caches. IT hurts on embedded and really does not help that much

eff0526e 11/15/2012 10:41 AM Ermal LUÇI

Not sure why this has been hidden so deep but putting that in the right place should help with error displayed related to HEADER already sent in PHP errors.log

41cc7a54 11/15/2012 04:00 AM Phil Davis

Enhance reporting read-write setting

If the user has already selected Current Read/Write Status to be Read-Write, then they also choose Permanent Read/Write the mount refcount becomes 2. Then if they turn off Permanent Read/Write the setting is saved, but the refcount goes back to 1. This results in the file system still being mounted Read-Write....

bfd4a79e 11/14/2012 09:15 PM Ermal LUÇI

Allow not setting group authentication

35feefd6 11/14/2012 09:14 PM Ermal LUÇI

Remove accidental copy/pasto

0aee7a76 11/14/2012 07:59 PM Ermal LUÇI

Correct Select button when no ca_ref is defined

52c9f9fa 11/14/2012 07:31 PM Ermal LUÇI

Allow other system authentication types to be used with ipsec. LDAP/RADIUS/local acc

7b229013 11/12/2012 08:41 PM Jim Pingle

Add button to switch between read/write and read-only on Diag > NanoBSD; Add setting to keep the media read/write at all times; Add indication of ro/rw status on Dashboard.

1bceebd0 11/12/2012 01:54 PM Jim Pingle

Fix variable reference, ticket #2679

3f00208a 11/12/2012 11:44 AM Ermal LUÇI

Resolves #2679. Correct behaviour when port is null to avoid warnings on error log

9c59f962 11/12/2012 11:12 AM Ermal LUÇI

Resolves #2678. Merge patch suggedted to stop warnings on PHP_errors.log