Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
eb258d39 12/15/2012 04:05 PM Cyrill B

only trim the / if it is alone

59775347 12/15/2012 03:51 PM Cyrill B

only trim the / at the end of the redirurl

b7ae00c0 12/15/2012 03:48 PM Cyrill B

always use the shortcut cpcfg variable

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

Fix line endings

0d20a040 12/14/2012 08:50 AM Ermal LUÇI

Correctly retrieve the mac address

4a5feb83 12/13/2012 09:42 PM Ermal LUÇI

Do not exit from php rather return to not have to refork again from the manager

6cbda317 12/13/2012 09:37 PM Ermal LUÇI

Switch all the actions(pipe create/table modify/get mac address) during fast path of CP to pfSense modules ones.

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

Remove IPFW_FILTER flag since it gets not used anymore

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

17cf3d17 11/29/2012 09:56 PM Jim Pingle

Be a little more verbose when starting the NTP daemon

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

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

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.

007161dc 11/28/2012 04:03 PM Ermal LUÇI

Simplify logic

ad361510 11/28/2012 03:59 PM Ermal LUÇI

Only try to get mac if the its required

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.

969ac0e9 11/17/2012 04:54 PM Vinícius Coque

updated pfSense.pot

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

70addcc5 11/07/2012 05:24 PM Jim Pingle

Cleanup/standardize labels on L2TP config

893fb622 11/07/2012 07:07 AM Michele Di Maria

Adds "Sort by direction" in the Traffic Graph page

Added the option to sort IPs by direction in the Traffic Graph page, and
improved the detection of the local network to monitor (before the
results could not be realistic because of too many "local IPs" were...

9539590c 11/06/2012 09:28 PM Ermal LUÇI

Use a random exponent for the RSA generation of keys. Its is questionable if its needed to be saved as a value?

426fc7d3 11/05/2012 11:54 PM Pi Ba

table javascript sorting improvement sorttable 1.2.3.4:123 and *:1234 now sort properly.

1e1e1ec8 11/02/2012 02:50 PM Jim Pingle

Make a function to get the current theme and use it everywhere rather than duplicating code or missing functions. (Fixes forced themes using the wrong theme for login screen)

e8f35171 11/01/2012 09:21 AM Ermal LUÇI

Include shaper.inc here to have all the function dependency work.

8462bfdc 10/31/2012 11:40 PM Erik Fonnesbeck

Fix this browser check

e9456e45 10/31/2012 08:15 PM Jim Pingle

And more encoding...

8ec9cba4 10/31/2012 08:05 PM Jim Pingle

Still more encoding...

313a14f7 10/31/2012 08:01 PM Jim Pingle

More encoding...

8db87547 10/31/2012 07:53 PM Jim Pingle

Encode this before showing it.

a138f065 10/31/2012 07:51 PM Jim Pingle

Encode parameters before showing them to users.

ac4cbc15 10/31/2012 07:44 PM Jim Pingle

Encode some more parameters before showing them to users.

bb33a337 10/31/2012 06:23 PM Jim Pingle

Encode the interface parameter before using it in a redirect

e653b6e1 10/31/2012 06:06 PM Jim Pingle

Encode the if parameter before using it in redirects, too.

Conflicts:

usr/local/www/firewall_rules.php
abe430cc 10/31/2012 06:01 PM Jim Pingle

Encode the if parameter before using it in html

e26e0eac 10/31/2012 05:39 PM Jim Pingle

Escape parameters better when managing tables. Fix test to allow deleting subnet entries as well as IPs.

Conflicts:

usr/local/www/diag_tables.php
398d29a6 10/31/2012 03:38 PM Jim Pingle

Remove debug output

56befec1 10/31/2012 02:49 PM Jim Pingle

Set the CSRF Magic timeout to the same as the session timeout, so that if a user sets a lower session time, the CSRF magic tokens do not outlive the user's session.

fcf53c1e 10/31/2012 12:39 PM Jim Pingle

Update CSRF Magic

44b1c3e8 10/31/2012 03:34 AM Phil Davis

Replace deprecated split with explode

aa2f8cab 10/31/2012 03:32 AM Phil Davis

Replace deprecated split with explode

61cf2b7e 10/26/2012 09:09 PM Darren Embry

now works again

most likely fixes #2638

219d9eb9 10/26/2012 08:40 PM Darren Embry

fix #2639 (country interface selector in interfaces_ppps_edit.php)

also make ppps_edit more jslint ready for good measure

6cd9abff 10/26/2012 08:10 PM Jim Pingle

Make the size of the group privilege list the same size as the user privilege list.