Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
4cf79fdd 08/21/2011 11:03 AM Seth Mos

Fix the DNS rebind Check for IPv6 addresses Ticket #1583

3d749ab3 08/18/2011 09:18 PM Andrew Thompson

Fix copy paste error which cleared args

302d646e 08/18/2011 10:10 AM Seth Mos

Make sure to wait for the interface to be really created before letting the function return for PPP interfaces.

5a3031ea 08/18/2011 09:39 AM Seth Mos

Make sure that we disable accepting router advertisements unless we explicitly enable them

49047fb4 08/18/2011 08:15 AM Seth Mos

Add a log message when we enable router advertisements for a interface

5f24a4de 08/18/2011 08:11 AM Seth Mos

Disable the rc.newwanipv6 script called from the dhcp6 client, this causes a recursing configure.

37fb708c 08/18/2011 07:17 AM Seth Mos

Add debugging to interface down function, add support for the type6 = dhcp6.
This really needs to be sorted out in a better way taking both v4 and v6 into consideration simultaneously.

b868d9a0 08/18/2011 06:55 AM Seth Mos

Add the dhcp6 firewall rules so the client can get out.
Add a type6 field so that we can distinguish the ipv6 configuration types

e15e9c6b 08/17/2011 08:15 PM Ermal LUÇI

Ticket #1279. Decrease the refcount even though we're in booting phase. This helps the refcount to work as intended and help in making filesystem read only correctly on embedded platfroms. While here put some exceptions to refcount API and silent any related errors that might trigger. Also take not of the NOTE on the php manual that after a share memory is opened further references to it for size and access mode should be 0.

8e95a671 08/17/2011 05:14 PM Jim Pingle

Include the rate output in the privilege for the traffic graph.

7734aea6 08/17/2011 02:15 AM Andrew Thompson

Make initial changes to allow pfSense to work in a jail.

This mostly avoids starting things that will not work and gets the
initial config. Most of the pfSense functionality will not work
(pf rules, routing, etc) but it can be used for testing.

8f9bffbc 08/16/2011 10:02 PM Andrew Thompson

Allow custom dnsmasq options so ppl can set SRV records and such for xmpp/kerberos

2a319b4f 08/16/2011 05:06 PM Seth Mos

Fix the filter rules to trigger for the right address family

0e12792d 08/15/2011 08:23 PM Ermal LUÇI

Unbreak filter.inc. Pointy-hat ?

7a787c58 08/15/2011 08:23 PM Ermal LUÇI

Resolves #1731. Correctly handle nested alias that have hostnames. While here prevent putting duplicated dns hostnames under the same table to prevent possible hickups and save double work.

460082ce 08/15/2011 07:21 PM Ermal LUÇI

Another roll at fixing the voucher sync problems.

52a1f701 08/15/2011 06:07 PM Seth Mos

Fix broken static route bypass rules

8103bd1e 08/15/2011 01:55 PM Seth Mos

Reflect the changes in the UI page that IPv4 and IPv6 are no lounger coupled together. They are now 2 seperate switch() statements.
This should also allow for toggling the dhcp6 client on a PPPoE interface

af6576a8 08/12/2011 02:32 PM Jim Pingle

Also only add 127.0.0.1 as a DNS server if dnsmasq (DNS Forwarder) is enabled.

37f33271 08/12/2011 11:57 AM Ermal LUÇI

Correct the link generation. Reported-by: http://forum.pfsense.org/index.php/topic,39855.0.html

bf866028 08/12/2011 11:53 AM Ermal LUÇI

Remove a slipped in text that confuses people

6c86a39f 08/12/2011 11:47 AM Ermal LUÇI

Allow disabling having localhost in resolv.conf. There are some special setups that might need this.

f61dc8e6 08/11/2011 09:41 PM Ermal LUÇI

Resolves #1193. Properly warn about duplicate default queue

221b170b 08/11/2011 07:47 PM Jim Pingle

Fix description

ea8eef6f 08/11/2011 07:29 PM Jim Pingle

Move these permissions to user.priv.inc so they don't get blasted when priv.defs.inc is automatically regenerated.

Conflicts:

etc/inc/priv.defs.inc
84d86f07 08/11/2011 07:26 PM Jim Pingle

Fix missing $ on variable.

3f109700 08/11/2011 06:02 PM Jim Pingle

Sort user privileges so dashboard/index.php come first, so if a user has those permissions, they get redirected there first and not to another page.

5457129f 08/11/2011 04:01 PM Jim Pingle

Add Dashboard privilege which is a collection of all required pages for the dashboard. Partial fix for ticket #620 - may do something more for 2.1

cfb5b1b1 08/11/2011 03:44 PM Jim Pingle

Fix privilege matching so that it respects wildcards better, especially when leading.

d560b783 08/11/2011 10:43 AM Ermal LUÇI

Syncrhonize the information with the wizards xml. Reported-by: http://forum.pfsense.org/index.php/topic,39176.msg205359.html#msg205359

71893063 08/10/2011 03:10 PM Jim Pingle

Fix priv name

422ea9a8 08/10/2011 03:06 PM Jim Pingle

Add privilege to directly access dashboard widgets if needed for ajax.

b1e10d63 08/10/2011 02:54 PM Jim Pingle

If a user has access to RRD graphs, also let them access the actual RRD graph images.

0d4f348f 08/10/2011 02:40 PM Jim Pingle

Log when a user tries to access an unauthorized page.

ae21b289 08/09/2011 06:01 PM Ermal LUÇI

Correct world of wordcraft rule description array. Reported-by: http://forum.pfsense.org/index.php/topic,39176.0.html

8e866217 08/08/2011 05:19 PM Ermal LUÇI

When clicked allow overriding of dns servers by dynamic WANs still configure the other dns servers so in multi-WAN environments dns has a chance to work still.

8ac329da 08/08/2011 05:16 PM Ermal LUÇI

Tell the local system to use the locally running dns forwarder as a primary source. This should help ticket #1407

a7702ed5 08/08/2011 04:24 PM Ermal LUÇI

Correct array key typo mistake. Ticket #1052

6ebf7095 08/04/2011 02:58 PM Scott Ullrich

Remove trailing newline

57811192 08/03/2011 08:50 PM Ermal LUÇI

Move seting up of tabs/menus/service entries after custom php commands. Seems there is something tripping config vars that make these steps not work.

f3a274b7 08/03/2011 08:19 PM Ermal LUÇI

Correct the ambiguity caused by missing curlies

05ca39d9 08/03/2011 05:29 PM Ermal LUÇI

Remove this write_config call seems to be causing grief.

27018d3c 08/03/2011 02:30 PM Ermal LUÇI

Add yet another intermediate config write during pacakge processing which breaks some installation steps.

e9df45f0 08/02/2011 09:25 PM Ermal LUÇI

Oops fix variable name

e56a7306 08/02/2011 09:25 PM Ermal LUÇI

Blacklist lan as being used as default gateway when auto switching is on. This prevents some problems in general functionality with services.

233e2af1 08/02/2011 07:59 PM Jim Pingle

If no pppoe service name is configured, send a null service name. Seems to help clients especially when reconnecting.

eea89a5c 08/02/2011 08:00 AM Ermal LUÇI

Declare the arrays as global since that is what they are. Correct the name of asterisk in the global defniition.

b3795cb9 08/02/2011 07:47 AM Ermal LUÇI

Correct battlenet data to not be overriden. Reported-by: http://forum.pfsense.org/index.php/topic,39176.0.html

1fd3fe31 08/01/2011 06:15 PM Scott Ullrich

Start hostid

43086fae 07/30/2011 12:19 AM Scott Ullrich

Max procs should be 1 when using an op code cacher

02edeac5 07/29/2011 04:47 PM Scott Ullrich

Silence pfctl -d errors

f7203985 07/28/2011 08:56 PM Ermal LUÇI

Add an override for default interval to send icmp

33c06ef7 07/28/2011 08:31 PM Ermal LUÇI

Add a new option to allow disabling of gateway monitoring. This gateways will always be reported as up.

4c41b626 07/28/2011 07:58 PM Ermal LUÇI

Use route change here as well to avoid leaving the routing table without a destination for a short period.

0124456b 07/28/2011 07:44 PM Jim Pingle

Rework rc.stop_packages a little. Fixes #1564

4222087e 07/28/2011 12:24 PM Jim Pingle

Also escape \ in pptp passwords.

f829cd35 07/28/2011 07:57 AM Ermal LUÇI

Do not add any reply-to information to rules with action match. Reported-by: http://forum.pfsense.org/index.php/topic,39247.msg202728.html#msg202728

6968b356 07/27/2011 08:39 PM Ermal LUÇI

Correct check as per http://forum.pfsense.org/index.php/topic,39155.0.html

96267107 07/27/2011 08:31 PM Ermal LUÇI

Correct whitespace and some problems in the just merged ldap auth sorce for racoon

5d6bade4 07/27/2011 08:19 PM Ermal LUÇI

Merge pull request #8 from ninja76/master

IPSec xAuth allowing LDAP to be used as a backend

1fb8d314 07/27/2011 05:40 PM Ermal LUÇI

Prevent php from coring if the wrong parameters are passed to ip2long

4cf82d52 07/27/2011 04:54 PM Jim Pingle

Relax PPTP password restrictions, just prevent starting with a !, and limit to common printable/keyboard characters so it doesn't result in invalid xml. Fixes #1720

9140006b 07/27/2011 04:19 PM Ermal LUÇI

Correct issue with adding IPv6 default gateway reported http://forum.pfsense.org/index.php/topic,39344.0/topicseen.html

95305736 07/27/2011 03:37 PM Jim Pingle

Rework OpenVPN status, show status for shared key servers.

2c189c8c 07/27/2011 01:47 PM Bryan Haase

Improved ipsec ldap xauth

6b2dcac5 07/26/2011 09:30 PM Ermal LUÇI

Resolves #1719. Prevent disabled client/servers from being displayed on the widget.

320bba64 07/25/2011 09:10 PM Ermal LUÇI

Always send the route delete command even if it fails its ok. This avoids having to dump the routing table.

8ff6b72c 07/25/2011 07:39 PM Ermal LUÇI

Use the new change to be less distuptive

74dafdec 07/25/2011 07:36 PM Ermal LUÇI

Use change here to be cleaner and less disruptive.

b368b35a 07/25/2011 05:56 PM Ermal LUÇI

Resolve issues that made php core dump or eat a lot of memory when big routing tables are present.

6813d6e7 07/25/2011 03:09 PM Scott Ullrich

Add a flag that defaults to on allowing the control of delete states from external callers such as pfCenter

e75be7fc 07/22/2011 09:03 PM Ermal LUÇI

Switch back to the default gateway configured when possible when gateway switching is active

73481ad3 07/22/2011 08:38 PM Ermal LUÇI

Correct check for the gif mtu during an interface readdition to bridge.

17c98ba9 07/22/2011 08:20 PM Jim Pingle

Only apply remote_network setting for p2p modes, since it is not valid for remote access modes. Fixes #1707

e3d35704 07/22/2011 02:20 PM Bryan Haase

format error

e9ccd9b1 07/22/2011 02:18 PM Bryan Haase

More sanity checking

64f3141f 07/22/2011 01:18 PM Bryan Haase

Ipsec xAuth patch

9ee5069a 07/22/2011 12:29 PM Evgeny Yurchenko

Revert wrong fix of Bug #1711.

d73da773 07/22/2011 10:05 AM Ermal LUÇI

Correctly restart the SSL lighty instance when running.

8818c188 07/22/2011 08:55 AM Ermal LUÇI

Remove 'maxproc' since its unused in the code and correctly use maxprocperip to allow the GUI setting to be actually usable. Reported-by: http://forum.pfsense.org/index.php/topic,39155.0.html

ee0617fa 07/22/2011 02:53 AM Evgeny Yurchenko

Bug #1711. Acct-x-Octets are always 0 in Captive Portal -> Radius acct messages.

006f5f16 07/20/2011 10:39 PM Ermal LUÇI

Correct the check for mtu 1500 to inlcude it. Also add the check on bridge_add_member function

bbcc16cb 07/20/2011 09:16 PM Ermal LUÇI

Fix php behaviour on xmlrpc sync and vouchers starting with a number. Apparently php uses that to deduce the type of var and gets confused.

b1e4005f 07/18/2011 06:33 PM Vinicius Coque

removes variables concatenation on gettext strings

d1d0a1ad 07/18/2011 05:33 PM Vinicius Coque

makes correct use of printf and gettext

removes variables names and replace it with '%s'

e5df770b 07/15/2011 08:12 PM Ermal LUÇI

Ticket #1552. Do not allow route-to to be set on block/reject rules for now. The issue is in the kernel but for 2.0 this protection is enough.

acebc1ec 07/15/2011 08:02 PM Ermal LUÇI

Ticket #1193. Do not show default queue checkbox when another queue has it selected.

fe2031ab 07/15/2011 01:10 PM Ermal LUÇI

Ticket #1052. Enforce certificates if they are present for authenticating to ldap. Allow to select a CA under ldap type authentication backend to be used for this.

84bc8eb7 07/14/2011 07:18 PM Jim Pingle

Fix missing " in gettext line

cfcc6994 07/13/2011 09:16 PM Jim Pingle

CRL fixes for empty CRLs (so they don't kill OpenVPN)

cdfdb1a7 07/13/2011 12:31 PM Jim Pingle

Fix merge conflict

d685dad4 07/13/2011 12:26 PM Jim Pingle

Merge pull request #5 from smos/master

Welcome IPv6!

0b07c763 07/13/2011 11:26 AM Chris Buechler

fix missing "

a213ad18 07/13/2011 04:20 AM Andrew Thompson

Allow a ZMQ syslog address

8b6313a4 07/12/2011 11:57 PM Jim Pingle

Merge remote-tracking branch 'upstream/master'

Conflicts:
etc/inc/easyrule.inc
etc/inc/filter.inc
etc/inc/interfaces.inc
etc/inc/services.inc
etc/inc/xmlrpc_client.inc
usr/local/www/fbegin.inc
usr/local/www/services_dhcp.php

aa994814 07/12/2011 03:35 AM Andrew Thompson

Allow DHCP mappings to be resolved first for reverse lookups.

This was affecting a kerberos installation where the first DNS alias was
given for the PTR instead of the static DHCP mapping name, breaking the
kerberos tokens.

156ecb64 07/11/2011 09:32 PM Ermal LUÇI

Enable the pfsync checking unconditionally

2eb9c02f 07/11/2011 08:37 PM Ermal LUÇI

Actually give pfsync time to catch up.

6930e805 07/11/2011 08:27 PM Ermal LUÇI

If the sync has not finished do not start carp yet

3cfc695c 07/11/2011 12:58 PM Vinicius Coque

Fix gettext