Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
cde67180 08/30/2011 04:18 PM Ermal LUÇI

Make the webConfigurator lockout rule to catch even edp protocol so that xmlrpc bruteforce is caught as well.

fcf07bb7 08/30/2011 04:11 PM Ermal LUÇI

Fix several issues in pppoe code and remove duplicated code.

1f2f6024 08/30/2011 01:44 PM Jim Pingle

Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no server directive) and also be a little more verbose about what is happening, if we can tell.

defe335c 08/24/2011 03:20 PM Warren Baker

DNSMasq was generating the error 'Socket operation on non-socket' and using 100% of the CPU, changing it to mwexec_bg() resolves the issue.

52e21fa1 08/24/2011 02:14 PM Jim Pingle

Fix VPN network listing for OpenVPN, and also add tunnel networks to this list.

b881a921 08/19/2011 07:33 PM Ermal LUÇI

Compensate some more occurencies of write_config() during the path

2add8ea7 08/19/2011 07:02 PM Ermal LUÇI

Make update_status and update_output_window consistent on checking for console version or not.

23fc1ae8 08/19/2011 07:01 PM Ermal LUÇI

Show the package name that are geing downloaded even during console update

582934a9 08/19/2011 06:22 PM Ermal LUÇI

Compenstate for the write_config calls sending the filesystem to ro during pacakge installation.

8420f4fe 08/19/2011 05:12 PM Ermal LUÇI

Prevent negative references to be used for the refcount API. This should help with misusage of it as may occur in mount rw/ro calls.

237ac198 08/18/2011 09:18 PM Andrew Thompson

Fix copy paste error which cleared args

e1b068d7 08/17/2011 08:09 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.

86e1405d 08/17/2011 05:15 PM Jim Pingle

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

3c6d704a 08/17/2011 02:12 AM Andrew Thompson

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

This reverts commit a26d95383a6146734f67c9db21cd83534052843a.

a26d9538 08/17/2011 02:07 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.

487830da 08/16/2011 10:05 PM Andrew Thompson

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

24a682d3 08/15/2011 08:16 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.

619e4229 08/15/2011 07:36 PM Ermal LUÇI

Revert "Feature#1603. URL table aliases should be usable within network type aliases."

This reverts commit ae660b3ce7d7e2b1f34cb9f1b52eb4ce21e17c42.

df58fd46 08/15/2011 07:32 PM Ermal LUÇI

Revert "Feature #1603. Correct nested urltable alias code to be more fullproof to errors and does not break the ruleset on large lists of urltables. Though this needs a revisit to work properly since it breaks urltable alias property of reloading contents."...

6dd45e0d 08/15/2011 07:20 PM Ermal LUÇI

Another roll at fixing the voucher sync problems.

6a4ec785 08/12/2011 02:31 PM Jim Pingle

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

704143f5 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

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

Remove a slipped in text that confuses people

89289853 08/12/2011 11:46 AM Ermal LUÇI

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

401869ec 08/11/2011 09:39 PM Ermal LUÇI

Resolves #1193. Properly warn about duplicate default queue

30696466 08/11/2011 07:48 PM Jim Pingle

Fix description

9a26f342 08/11/2011 07:25 PM Jim Pingle

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

d6c311d3 08/11/2011 07:25 PM Jim Pingle

Fix missing $ on variable.

5574e742 08/11/2011 06:04 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.

72f7c837 08/11/2011 03:59 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

3f655b44 08/11/2011 03:44 PM Jim Pingle

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

a020b638 08/11/2011 10:42 AM Ermal LUÇI

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

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

Fix priv name

9a08ea71 08/10/2011 03:05 PM Jim Pingle

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

8fa9b3e7 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.

3d2ec65e 08/10/2011 02:41 PM Jim Pingle

Log when a user tries to access an unauthorized page.

78b33bd0 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

b03bf7ab 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.

6265b041 08/08/2011 05:15 PM Ermal LUÇI

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

5e17f20d 08/08/2011 04:24 PM Ermal LUÇI

Correct array key typo mistake. Ticket #1052

263aeb4b 08/04/2011 02:57 PM Scott Ullrich

Fix typo

c4d83bf8 08/03/2011 08:52 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.

cfaccd81 08/03/2011 08:18 PM Ermal LUÇI

Correct the ambiguity caused by missing curlies

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

Remove this write_config call seems to be causing grief.

090d2bdc 08/03/2011 02:30 PM Ermal LUÇI

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

4ac9cdf2 08/02/2011 09:24 PM Ermal LUÇI

Oops fix variable name

0fea7000 08/02/2011 09:24 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.

5c5d2cad 08/02/2011 07:57 PM Jim Pingle

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

a7951d4a 08/02/2011 07:59 AM Ermal LUÇI

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

3adc6769 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

6ecb52bd 08/01/2011 06:15 PM Scott Ullrich

Start hostid

94436824 07/30/2011 12:17 AM Scott Ullrich

Max procs should be 1 when using an op code cacher

a3cc48b7 07/29/2011 04:48 PM Scott Ullrich

Silence pfctl -d errors

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

Add an override for default interval to send icmp

b8873098 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.

b9f98526 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.

3e8fad13 07/28/2011 07:45 PM Jim Pingle

Rework rc.stop_packages a little. Fixes #1564

001c9bed 07/28/2011 12:23 PM Jim Pingle

Also escape \ in pptp passwords.

800d973d 07/28/2011 08:00 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

8b618d91 07/27/2011 08:40 PM Ermal LUÇI

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

3ab1b036 07/27/2011 05:43 PM Ermal LUÇI

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

2c466077 07/27/2011 04:49 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

f27d726c 07/27/2011 03:36 PM Jim Pingle

Rework OpenVPN status, show status for shared key servers.

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

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

74225193 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.

a6ed5ab8 07/25/2011 07:39 PM Ermal LUÇI

Use the new change to be less distuptive

8ad0ee24 07/25/2011 07:35 PM Ermal LUÇI

Use change here to be cleaner and less disruptive.

fb85533d 07/25/2011 05:49 PM Ermal LUÇI

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

997ea9bb 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

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

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

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

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

cec917b5 07/22/2011 08:21 PM Jim Pingle

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

c8950140 07/22/2011 12:31 PM Evgeny Yurchenko

Revert wrong fix of Bug #1711.

699cb4fe 07/22/2011 10:04 AM Ermal LUÇI

Correctly restart the SSL lighty instance when running.

985070dc 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

f6d6c332 07/22/2011 03:04 AM Evgeny Yurchenko

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

58794ce5 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

12a5a039 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.

d470bf70 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.

0b664809 07/15/2011 08:04 PM Ermal LUÇI

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

b473da5f 07/15/2011 04:46 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.

427fa49c 07/13/2011 10:12 PM Andrew Thompson

Allow a ZMQ syslog address

2ce206b0 07/13/2011 09:17 PM Jim Pingle

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

f7c7eecb 07/12/2011 10:22 PM 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.

1ee701fb 07/11/2011 09:32 PM Ermal LUÇI

Enable the pfsync checking unconditionally

70013f06 07/11/2011 08:37 PM Ermal LUÇI

Actually give pfsync time to catch up.

6d8097b2 07/11/2011 08:33 PM Ermal LUÇI

If the sync has not finished do not start carp yet

5237d356 07/11/2011 12:55 PM Ermal LUÇI

Fixes #1666. For OpenVPN interfaces always check if part of bridge or not.

d8532e5d 07/07/2011 07:59 PM Scott Ullrich

$g needs to be a global. Resolves #1654

2108ada4 07/07/2011 02:37 PM Jim Pingle

Use RELENG_2_0 for updates and gitsync default.

6c76bd8d 07/06/2011 09:41 PM Ermal LUÇI

Actually do pass an argument for second -b to avoid matching more tha supposed too.

c41f755c 07/06/2011 09:20 PM Ermal LUÇI

Ticket #1646. Put netmasks of /32 to the parameters of pfctl -b to avoid that ocassions it matches more than it should.

3a26fb7f 07/06/2011 06:59 PM Ermal LUÇI

Feature #1603. Correct nested urltable alias code to be more fullproof to errors and does not break the ruleset on large lists of urltables. Though this needs a revisit to work properly since it breaks urltable alias property of reloading contents.

b4a7f7f2 07/06/2011 06:33 PM Jim Pingle

Add function to return a certificate's common name.

b36cf3fc 07/05/2011 08:21 PM Ermal LUÇI

Add checks for miniupnpd to avoid php errors.

1a863be2 07/04/2011 07:56 PM Ermal LUÇI

If vouchers are disabled do not allow users to authenticate thorugh existing(active/in use) vouchers. Reported-by: http://forum.pfsense.org/index.php/topic,38342.0.html

d9489532 07/04/2011 05:13 AM Chris Buechler

Don't check OpenVPN ports in use against disabled clients or servers

ae660b3c 07/03/2011 07:18 AM Evgeny Yurchenko

Feature#1603. URL table aliases should be usable within network type aliases.

dca5e2b8 07/03/2011 01:27 AM Scott Ullrich

Regenerate permissions

6fd8fde2 07/01/2011 08:50 PM Jim Pingle

Use empty() so we don't use it if it's defined but blank.