Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3ad667cd 07/22/2011 10:05 AM Ermal LUÇI

Correctly restart the SSL lighty instance when running.

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

739e227a 07/21/2011 09:10 PM Ermal LUÇI

Plug a security risk on CP where a user can login by submitting a special request

adbb495c 07/21/2011 09:09 PM Ermal LUÇI

Fix redirurl collection so after login the user can be redirected correctly

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.

51cd7a1e 07/20/2011 01:01 AM Evgeny Yurchenko

Bug#1688. DHCP server subnet input validation needs to check config.xml, not ifconfig.

d58b93d2 07/19/2011 08:32 PM Jim Pingle

Fix label for SMTP server. Hostnames work fine.

41fa9c97 07/19/2011 03:30 PM Jim Pingle

Extend this script to also add an ipv6 rule.

810a11bc 07/18/2011 10:22 PM Scott Ullrich

Adding dashboard hook

173d8e75 07/18/2011 10:17 PM Scott Ullrich

Adding hook to pre_table for aliases

193716d0 07/18/2011 10:12 PM Scott Ullrich

Add alias edit hook

2a74593e 07/18/2011 10:07 PM Scott Ullrich

Add pre_input_errors hook to interfaces assign

343d4981 07/18/2011 07:39 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

48fc39a3 07/18/2011 07:25 PM Scott Ullrich

Adding pre_input_errors hook

b4b7bda6 07/18/2011 07:23 PM Scott Ullrich

Revert "Move early call up a bit"

This reverts commit 35843e59c81366a7d30a44a94c8a135fc6834454.

35843e59 07/18/2011 07:12 PM Scott Ullrich

Move early call up a bit

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

removes variables concatenation on gettext strings

3f48162f 07/18/2011 05:42 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

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

makes correct use of printf and gettext

removes variables names and replace it with '%s'

40b83796 07/18/2011 04:26 PM Scott Ullrich

Adding hook for interfaces edit

920d1d01 07/18/2011 04:26 PM Scott Ullrich

Adding hook for interfaces edit

aa840cf9 07/17/2011 11:55 PM Scott Ullrich

Redirect errors to file

10995178 07/17/2011 08:33 PM Scott Ullrich

Make name similar

1db196b2 07/17/2011 08:29 PM Scott Ullrich

Adding hooks

0040bcfa 07/17/2011 12:55 AM Scott Ullrich

Adding hook for interfaces allowing pfCenter and friends to add interfaces to the dropdown

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.

f1715738 07/15/2011 07:22 PM Ermal LUÇI

Actually increase the default queue length for the new default queue

058a4f1c 07/15/2011 07:17 PM Ermal LUÇI

Respect the p2p catchall setting.

8f864d33 07/15/2011 07:11 PM Ermal LUÇI

Add checks to prevent php warnings.

ed7c364d 07/15/2011 07:08 PM Ermal LUÇI

Re-enable downstream queues but with the difference that the default queue now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.

b2608f72 07/15/2011 07:02 PM Ermal LUÇI

Re-enable downstream queues but with the difference that the default queue now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.

189b043d 07/15/2011 06:27 PM Luiz Gustavo S. Costa

fix correct name

6fd23d7a 07/15/2011 06:20 PM Ermal LUÇI

Revert "Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind)."

This reverts commit cd3346e205ad0f818977b7ccd0bd7259ed2f2e4e.

1750ed78 07/15/2011 06:19 PM Ermal LUÇI

Re-enable downstream queues but with the difference that the default queue now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.

746fc9ec 07/15/2011 05:36 PM Ermal LUÇI

Revert "Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind."

This reverts commit 4447358371f80814ea1c5e0f00c1a7301a2396f6.

8164e340 07/15/2011 02:56 PM Scott Ullrich

Correct ts filename

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.

e6bd2312 07/15/2011 08:03 AM Ermal LUÇI

Fixes #1618. Always convert the NAS_PORT value to int in php and pass the attribute type during encoding to guarantee that it is encoded as an integer.

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

Fix missing " in gettext line

87f0f42c 07/14/2011 01:13 PM Ermal LUÇI

Already doing this no need to duplicate

fc23b860 07/13/2011 10:42 PM Scott Ullrich

Revert "Only load modules once"

This reverts commit 00b9730d6fe20272a40e707b709e677a847b7863.

e4f3307c 07/13/2011 10:36 PM Scott Ullrich

Only load modules once

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

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

4a79ec20 07/13/2011 08:43 PM Scott Ullrich

Adding ioncube_loader

17ad7de4 07/13/2011 01:45 PM Ermal LUÇI

Correct version in /etc/version to say what it is rather than the wrong thing from the merge.

b2484fd2 07/13/2011 01:39 PM Warren Baker

Remove extra "/"

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

fd3e19f3 07/12/2011 07:39 PM Scott Ullrich

Create dynamodules in the order they where touched

3994cc70 07/12/2011 04:59 PM Ermal LUÇI

Do a more strict check on this to avoid warnings

649ea752 07/12/2011 04:08 AM Andrew Thompson

Fix botched patch, add closing bracket

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

514f63d1 07/11/2011 09:05 PM Ermal LUÇI

Put a netmask of /32 to all parameters of -k/-K/-b of pfctl to avoid any issues.

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

0b932972 07/11/2011 12:52 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

bf17eb72 07/11/2011 12:41 PM Ermal LUÇI

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

fdbce60c 07/11/2011 12:02 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

45d1024d 07/10/2011 04:04 PM Scott Ullrich

Do not check to see if gateay falls within a null value. Resolves #1664

7988ce75 07/10/2011 04:03 PM Scott Ullrich

Do not check to see if gateay falls within a null value. Resolves #1664

f745b8ef 07/10/2011 05:07 AM Chris Buechler

fix text

5eeb1d9d 07/09/2011 07:23 AM Chris Buechler

fix text

89bb7dcc 07/08/2011 09:16 PM Ermal LUÇI

Ticket #1564. Give +x to the script so it can be executed. Simple hah :)

5909b520 07/08/2011 12:46 AM Evgeny Yurchenko

Bug #1639. Port alias missing input validation in firewall_rules_edit.php.

9bc59815 07/07/2011 10:10 PM Evgeny Yurchenko

Bug #1641 fix. DHCP server default gateway needs input validation.

13b9dba9 07/07/2011 08:03 PM Jim Pingle

Merge remote branch 'upstream/master'

10f5d53c 07/07/2011 07:57 PM Jim Pingle

Reconfigure wan/lan when finishing wizard, or the new IPs will not be applied.

aa6798c0 07/07/2011 07:16 PM Scott Ullrich

$g needs to be a global. Resolves #1654

fab60c5e 07/07/2011 04:55 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

c13337f2 07/06/2011 09:40 PM Ermal LUÇI

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

66977fc7 07/06/2011 09:19 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.

8ed47897 07/06/2011 08:50 PM Ermal LUÇI

Kill states from the previous ip the link had on all mpd consumers. Resolves #1629

5ffa3389 07/06/2011 06:52 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.

590b8a38 07/06/2011 06:34 PM Jim Pingle

Merge remote branch 'upstream/master'

b34b2b7d 07/06/2011 06:32 PM Jim Pingle

Add function to return a certificate's common name.

b8c372e5 07/06/2011 05:20 PM Jim Pingle

Merge remote branch 'upstream/master'

152f5759 07/06/2011 05:17 PM Jim Pingle

Fix test for tun device, -f fails because it's a char device, not a regular file. -e works.

efa38d08 07/06/2011 03:49 PM Jim Pingle

Merge remote branch 'upstream/master'

9622da26 07/06/2011 03:47 PM Jim Pingle

Fix use post here, since the other var isn't defined as it was before my commit yesterday.

5a4c0b5c 07/06/2011 01:41 PM Jim Pingle

Merge remote branch 'upstream/master'

Conflicts:
etc/version

54dd9832 07/06/2011 01:35 PM Jim Pingle

Fix select detection code for the RADIUS NAS IP. Fixes #1648

1fbd1878 07/06/2011 01:30 PM Vinicius Coque

Implement gettext

1623ed97 07/06/2011 12:41 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/priv.defs.inc

f49c41c5 07/06/2011 10:58 AM Warren Baker

Spelling fix.

76f5d95c 07/05/2011 08:28 PM Scott Ullrich

Add issing include to avoid PHP fatal error when calling enable_rrd_graphing()

f7ee0818 07/05/2011 08:20 PM Ermal LUÇI

Add checks for miniupnpd to avoid php errors.

8aafd58e 07/05/2011 07:43 PM Jim Pingle

Fix handling of interface selectors in packages.

579f00da 07/05/2011 01:30 AM Scott Ullrich

Make it HEAD since we already have builder code using this

dc4106cf 07/05/2011 01:29 AM Scott Ullrich

Version bump master branch to MASTER

088de6b1 07/04/2011 11:53 PM Scott Ullrich

Revert "Revert "Simplify message""

This reverts commit 6f385195612e5d5aaa9b870c293f81692785cd47.

a9ee006d 07/04/2011 11:53 PM Scott Ullrich

Revert "Revert "Add php errors (non warnings) to the crash reporter""

This reverts commit eac584f3b61de3513baf54633d9a9b854ff6eb03.

eac584f3 07/04/2011 11:39 PM Scott Ullrich

Revert "Add php errors (non warnings) to the crash reporter"

This reverts commit cb61dad8ab812a3740648dc0e3f4b74959713ef3.