Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b686e5d0 01/31/2013 08:26 PM Ermal LUÇI

Load if_stf module if has not been done

d1878053 01/31/2013 04:31 PM Renato Botelho

Add missing parameter to interface_track6_configure() call

3d92cd88 01/31/2013 03:12 PM Renato Botelho

Fix a typo

ef1c048b 01/31/2013 02:06 PM Ermal LUÇI

Do delayed handling of track6 interfaces a bit earlier. More thoughts need to be done on the track6 configuration

ceba035a 01/31/2013 02:06 PM Ermal LUÇI

Correct name as reported by phil-davis@github

c4fc2eae 01/31/2013 12:01 PM Ermal LUÇI

Destroy the stf interface to avoid issues with ipv6 interface assignment. Also delete any previous address on track6 interfaces before assigning a new one.

12aea7f1 01/31/2013 11:16 AM Ermal LUÇI

Do not do any operation if its not necessary

7a04cd20 01/31/2013 11:07 AM Ermal LUÇI

Create link_interface_to_track6 to make code more readble and easily trackble. Also improve the generation of rules to avoid creating problems during filter reload and some optimizations with it

a1613b62 01/30/2013 07:08 PM Renato Botelho

is_ipaddr_configured() now returns VIPS

2bbc5429 01/30/2013 07:08 PM Renato Botelho

Fix indent

5fa78adc 01/30/2013 07:08 PM Renato Botelho

Fix whitespaces and indent

c11d666b 01/30/2013 07:06 PM Ermal Luçi

Merge pull request #362 from bcyrill/patch-4

Adapt regex pattern for new stp interface naming

9cd6b950 01/30/2013 06:43 PM Ermal LUÇI

Do more strict checks. Also silence some more log_error under debug. Also do some sanity checks on rc.newwanipv6 before doing any operation

1e8a05a2 01/30/2013 05:30 PM Cyrill B

Update etc/inc/interfaces.inc

With the new support for multiple stf interfaces their names have changed. Adapt the regex pattern.

e2a282a0 01/30/2013 05:07 PM Ermal LUÇI

Put more checks here

7e86b57e 01/30/2013 05:07 PM Ermal LUÇI

Oops correct interface name

5ee79d32 01/30/2013 01:47 PM Ermal LUÇI

Correct fetching ipv4 gateway by passing correct parameter

b9688d64 01/30/2013 11:59 AM Ermal LUÇI

Silence error. Maybe the command should be removed completely!

311959fe 01/30/2013 10:43 AM Ermal LUÇI

Ticket #2412. Also allow ipv6 traffic to flow on the stf interface

8dd9f19a 01/30/2013 10:37 AM Ermal LUÇI

Ticket #2412 6to4 can come from any source. Also tighten rule that reply comes only to the dedicated interface for this rather than any other interface

a6bc492f 01/30/2013 10:31 AM Ermal LUÇI

Fixes #2674. Use the interface mtu rather than hardcoded 1280. Needs to be seen if issues with fragmentation can come from this on 6rd/6to4 tunnels

9eb49a51 01/30/2013 10:26 AM Ermal LUÇI

pfctl -b is gone just use std tools of pfctl

31b958d5 01/30/2013 09:05 AM Erik Fonnesbeck

Make this regular expression a little more specific so it does not kill the wrong wpa_supplicant if there are double-digit interface numbers.

97f3ce0f 01/30/2013 08:20 AM Phil Davis

Corrected cmd line for hostapd

6d33b044 01/30/2013 07:48 AM Ermal LUÇI

Revert "Use pid even for hostapd rather then trying to guess with regex"

This reverts commit b73a96b68d1d4e919a268d2e8e3a6ec902709e6d.

3fe15891 01/29/2013 08:47 PM Ermal LUÇI

Use correct key. Be more strict while checking by suing v4 version for ipv4. Fixes: http://forum.pfsense.org/index.php/topic,58122.msg312024.html#msg312024

fe5f2a3b 01/29/2013 08:39 PM Ermal Luçi

Merge pull request #358 from miken32/hp_bandwidth

support HP RADIUS attributes for bandwidth limits and redirection URLs

fa2cd558 01/29/2013 08:11 PM Michael Newton

support HP RADIUS attributes for bandwidth, url, data quotas

7d1f2eac 01/29/2013 07:38 PM Ermal LUÇI

Use pfSense function where possible and rename stf0 to interface_stf to allow multiple instances of iot

db6e6b1a 01/29/2013 07:38 PM Ermal LUÇI

I am not sure why this is needed but for sure its not needed during bootup

49b76122 01/29/2013 05:30 PM Renato Botelho

Permit openvpn to use same port on different interfaces. It should fix #814

d12ae241 01/29/2013 01:19 PM Renato Botelho

Fix wrong unset calls

a823022d 01/29/2013 08:10 AM Ermal LUÇI

Do not do so much work during boot since all interfaces will be called for configuration no need to go and find those. Also delay tracking interfaces during config to give a chance their parents to come up

b73a96b6 01/28/2013 10:21 PM Ermal LUÇI

Use pid even for hostapd rather then trying to guess with regex

e017a46a 01/28/2013 10:09 PM Ermal LUÇI

If the interface is not enabled do not try to configure it

b0059636 01/28/2013 09:10 PM Ermal LUÇI

Make check more strong and readble. Also make dhcp6c use its pid file to make things easy

54285411 01/28/2013 04:51 PM Jim Pingle

is_subnet() will fail here if using comma-separated lists of networks. Use openvpn_validate_cidr() instead.

8793cb1f 01/28/2013 04:49 PM Jim Pingle

is_subnet() will fail here if using comma-separated lists of networks. Use openvpn_validate_cidr() instead.

af982472 01/28/2013 02:01 PM Ermal LUÇI

Move the definition of negate_networks/vpn_networks to its place and re-include ipsec vpns in this tables since scrub for mss clamping need this.

84683e42 01/28/2013 01:30 PM Renato Botelho

Fix rrd databases upgrade. Helps ticket #2651

- Replace find that was being called with wrong parameters at
upgrade_054_to_055() and upgrade_080_to_081() by return_dir_as_array()
call.

a2219caf 01/28/2013 01:28 PM Renato Botelho

Add option filter to return_dir_as_array()

- Add a 2nd parameter, default empty, that allows to pass a regex to
filter files it'll return
- While I'm here, simplify code removinf $canadd var

349bf358 01/27/2013 07:55 PM Jim Pingle

Display a list of ciphers accelerated by a specific engine. Also, skip engines that are listed but unavailable for direct use.

dae707f5 01/27/2013 05:20 PM Jim Pingle

Fixup paths when executing OpenSSL.

0674bc42 01/27/2013 04:42 PM Ermal LUÇI

Configure pipe directly in php until ipfw binary is fixed to correctly configure pipes even that context is specified

657d2c66 01/27/2013 04:28 PM Ermal LUÇI

Configure pipe directly in php until ipfw binary is fixed to correctly configure pipes even that context is specified

bbdb59de 01/27/2013 04:13 PM Ermal LUÇI

Correct displaying of ipsec status for natted networks.

ab873ccd 01/27/2013 03:52 PM Ermal LUÇI

Catch up with code change. Pointy-hat: myself

029b377a 01/27/2013 03:46 PM Ermal LUÇI

Remove missed line and also improve code for bridge cases

1f8c8819 01/27/2013 02:46 PM Cyrill B

Fix ipfw config generation for allowed IPs

9d33c857 01/27/2013 12:36 PM Ermal Luçi

Merge pull request #349 from bcyrill/bridge_patch2

Use unescaped variable in if condition

2626cbd1 01/27/2013 12:34 PM Ermal LUÇI

Correct real interface assignment

792bdf7f 01/27/2013 12:24 PM Cyrill B

Use unescaped variable in if condition

0e0002c2 01/26/2013 10:58 PM Cyrill B

Remove return value of interface_bridge_configure

6d53bbb5 01/26/2013 10:19 PM Ermal LUÇI

Correct another parameter passed to pfsense functions

afd825a7 01/26/2013 09:37 PM Cyrill B

Fix holdcount/holdcnt parameter confusion

19defb88 01/26/2013 04:36 PM Ermal LUÇI

No need for escaping here since this is php internal functions

0fbf7315 01/26/2013 12:05 PM Ermal LUÇI

Do not use array_keys uselessly

abdd01f5 01/26/2013 11:59 AM Ermal LUÇI

Correctly generate dhcpleases file to avoid issues with dhcpleases. Also while here correct code and make some optiomizations and corrections

7bb09580 01/26/2013 08:19 AM Erik Fonnesbeck

Maintain the previous order of creating wireless interfaces at boot so additional virtual APs get the same generated MAC as before.

fb6079db 01/25/2013 09:41 PM Jim Pingle

Try a little harder to find the protocol rather than giving up. Fixes #2751

f3bddb47 01/25/2013 08:44 PM Ermal LUÇI

Actually even earlier since lagg can have wireless ifaces as member or vlan can reside on top of them

348ce507 01/25/2013 08:44 PM Ermal LUÇI

To avoid issues reported during bootup with wireless create clones early on bootup. Wireless can only have base interfaces and not clonable one so this should had been done since beggining.

4ce92461 01/25/2013 08:34 PM Ermal Luçi

Merge pull request #320 from bcyrill/patch2

Allow empty RADIUS secrets

7ee0f3a8 01/25/2013 08:26 PM Ermal LUÇI

Put outgoing policy routes even for the vips to correct sourced traffic from them. Fixes #1823

75201355 01/25/2013 07:59 PM Ermal LUÇI

Return the full list of vips to help with #1823

4586abb7 01/25/2013 07:28 PM Cyrill B

Fix concurrent username logins

a28d40cb 01/24/2013 06:54 PM Jim Pingle

Allow specifying multiple local/remote networks for OpenVPN separated by commas. While I'm here, fix up the IPv6 tunnel/remote/local network input validation. Simplify some code using functions.

41b4867e 01/24/2013 02:30 PM Renato Botelho

Move is_inrange() to util.inc and rename it to is_inrange_v6()

54404519 01/24/2013 02:28 PM Renato Botelho

Move is_inrange() to util.inc and rename it to is_inrange_v4()

338c0941 01/24/2013 11:47 AM Ermal LUÇI

Merge #237 manually whitout the GUI option for specifying interim interval. It will read now this attribute if present in a reply and use it. Fixes #1492

a689bab6 01/24/2013 11:31 AM Ermal LUÇI

Read Acct-Interim-Interval from an access-accept reply

c37e2460 01/24/2013 10:49 AM Ermal Luçi

Mostly for testing name relation in github. No functional change

a5085d59 01/24/2013 10:44 AM Ermal LUÇI

Mostly for testing name relation in github. No functional change

80fae0e2 01/24/2013 10:30 AM Ermal Luçi

Put for now the code here in preparation of properly cleaning a recofnigured interface

9343d750 01/24/2013 10:24 AM Ermal LUÇI

Teach interface_bring_down to read a cofniguration passed in. Will be useful for Ticket #2758

203e4bb6 01/24/2013 10:18 AM Ermal LUÇI

Do not be so verbose by default this is just needed by a developer at best

7309ff39 01/23/2013 11:22 PM Renato Botelho

Allow set DHCP options per reservation

5918f9b7 01/23/2013 08:02 PM Ermal LUÇI

Resolves #2482. Remove an ipv6 alias from a vip eevn though the pfsense module does not have support for that

287f7e26 01/23/2013 04:24 PM Ermal LUÇI

Convert all captiveportal code to not use ipfw_set_context since its not needed anymore. Also add code to validate cpzone on webgui pages before being used

fa7b825f 01/23/2013 01:04 PM Renato Botelho

Fix some DHCP per pool options that will never be considered because of a wrong check

b3af5453 01/22/2013 11:31 PM Renato Botelho

Escape some variables used in mwexec() calls

96a6f4cb 01/22/2013 07:36 PM Cyrill B

Update etc/inc/vpn.inc

There's no need to create a spd.conf.reload file if it's empty.
Phase 1 entries for mobile clients are not handled by this function, thus exclude them. Their SPD have a limited lifetime anyway.

ee55ce7d 01/22/2013 06:28 PM Jim Pingle

Add GUI option to use "topology subnet" for OpenVPN, since the OpenVPN Connect iOS client requires it for IPv6

782e33f8 01/22/2013 05:00 PM Renato Botelho

Validate QinQ interface to be sure it's valid

1c3ddd9e 01/22/2013 10:54 AM Renato Botelho

Fix indent

3760b867 01/21/2013 08:58 PM Ermal LUÇI

Use symlink rather than forked commands. Also simplify a bit code

48006baf 01/21/2013 07:57 PM Ermal LUÇI

Correct error/alert displaying. Also remove redundant log_errror since file_notice does that by its own

e01570e1 01/21/2013 07:46 PM Ermal LUÇI

Just the first line is interesting here

31a5f13c 01/21/2013 07:38 PM Ermal LUÇI

Unset some vars to free space and also gather the error from pfctl since the first run of the command no need to run again. Also merge 3 exec() into one to avoid forking to much

f32eae2d 01/21/2013 07:38 PM Ermal LUÇI

Unser some vars to free space

8152f145 01/21/2013 07:33 PM Jim Pingle

Default to using sha256 digest for GUI cert.

ca621902 01/21/2013 07:33 PM Jim Pingle

Allow selecting the digest algorithm when creating a CA or Cert. Implements #2765

bc2b0144 01/21/2013 07:21 PM Ermal LUÇI

Remove remenant of file based days

2d563280 01/21/2013 03:47 PM Renato Botelho

Fix indent and remove trailing tabs and whitespaces

b35fdb17 01/21/2013 02:35 PM Ermal LUÇI

Enable cgi for the webgui since some ports like lightsquid need it

ec970b50 01/21/2013 02:25 PM Jim Pingle

Add routing table display for each OpenVPN ssl/tls server instance, collapsed by default. Part of feature #2766

20a3b436 01/21/2013 02:14 PM Renato Botelho

Add IPv6 privacy settings tunables. Keep the default FreeBSD value for them, that is disabled. This implements feature request #2587

f8dca5a3 01/21/2013 11:45 AM Renato Botelho

Previous attempt to fix #1995 allow to set more than one default queues, prevent it with this change. It should fix #1995

bbe29bb1 01/19/2013 04:24 AM Cyrill B

Update /etc/inc/voucher.inc

a18eeb51 01/19/2013 04:16 AM Cyrill B

Update /etc/inc/voucher.inc