Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
57c83fd6 06/18/2013 05:00 PM Jim Pingle

Add a field to allow rejecting DHCP leases from a specific upstream DHCP server.

f03cf892 06/18/2013 04:01 PM Jim Pingle

A better fix for conditionally including burst.

012cd3ba 06/18/2013 03:57 PM Jim Pingle

Burst of 0 is also valid

f1a17b1a 06/18/2013 03:53 PM Jim Pingle

Only add burst if a burst is defined

45e12bad 06/18/2013 03:01 PM Jim Pingle

No need for this block of code, it will always have flags by this point if they are needed.

5015ec4c 06/18/2013 02:54 PM Jim Pingle

Ensure that we only add a state type on pass, and that we only add flags to a TCP reject rule if they were not added previously. Fixes #3050

dc21d4d5 06/18/2013 10:48 AM Renato Botelho

Fix #3049, set $config as global to it can be read

ab3ab2ac 06/17/2013 03:24 PM Renato Botelho

Allow user to set interval between attempts to resolve hostnames configured on aliases

4981f881 06/17/2013 01:25 PM Ermal LUÇI

Include the burst size in the limiter. Submitted-by: http://forum.pfsense.org/index.php/topic,62470.0.html

615d7f0a 06/17/2013 09:27 AM Ermal LUÇI

Add warning comment about missing IPv6 implementation

fafcae72 06/17/2013 09:25 AM Ermal LUÇI

Add used binary

bf8c7971 06/17/2013 09:25 AM Ermal LUÇI

Remove referenced binary not used anymore

4cbc0ae9 06/17/2013 09:23 AM Ermal LUÇI

Remove unused code and spurious alert

de82ec90 06/17/2013 09:23 AM Ermal LUÇI

Use file_put_contents for simplicity and readbility

06886ae3 06/17/2013 08:59 AM Ermal LUÇI
  • Use when needed the family for get_real_interface
  • During dhcp setup use -n for cp to avoid coping uselessly
be544a5e 06/17/2013 08:26 AM Ermal LUÇI

Use family parameter for v6 to get correct interface

8026f19c 06/17/2013 08:12 AM Ermal LUÇI

Remove useless variable and also correct some style

81d0281d 06/17/2013 08:05 AM Ermal LUÇI

Do not do the same tricks here that are done on get_real_interface but just call the function directly

314b9b2c 06/17/2013 08:00 AM Ermal LUÇI

Get interface from inet6 domain

a432c132 06/17/2013 07:59 AM Ermal LUÇI

Use trim rather than str_replace. Also no need to sleep anymore since dhcp will configure first the interface

1944af41 06/17/2013 07:54 AM Ermal LUÇI

Remove unreferenced binaries. correct some formatting and also to make function clear to track correct the curly placement

12f77b03 06/17/2013 07:44 AM Ermal LUÇI

Provide full path to route binary

59b99089 06/17/2013 07:43 AM Ermal LUÇI

Provide full path to route binary

4cdf35a4 06/17/2013 05:32 AM Chris Buechler

Don't flip the IPv6 allow setting just because people are upgrading. Just upgrading versions shouldn't change this behavior. As much as most of us would like people to start deploying IPv6, the vast majority aren't going to be immediately post-upgrade, and changing this can change the firewall policy behavior by allowing v6 that previously wasn't allowed. Upgrades should never change the firewall behavior like that. At the time it was done, everyone using the 2.1 code base was using it for IPv6, so of course it tripped up quite a few people.

e8ddd3a8 06/15/2013 12:07 AM Chris Buechler

TCP flags are valid on any type of rule, don't skip them on block or reject rules

7c845149 06/13/2013 05:05 PM Jim Pingle

Split actual SMTP send into its own function.

48b86f62 06/13/2013 04:17 PM Jim Pingle

Add the ability to disable Growl or SMTP notifications but keep their settings intact. Remove automatic test messages on save. Add individual test buttons for Growl and SMTP that work even if the service(s) are disabled.

8984529d 06/12/2013 07:05 AM Ermal LUÇI

Actually try to get the real interface for v6 family to correctly get stf(virtual) interfaces

f0f714c5 06/11/2013 06:33 PM Ermal LUÇI

Correct the command for setting the 6rd gw

b90ae531 06/11/2013 10:02 AM Ermal LUÇI

Wait 1 second before starting the other dhcp6c since pkill does not wait for the process to exit

60c05056 06/10/2013 08:43 PM Ermal LUÇI

Do better checks and do not include an interface that will be skipped to the known ifaces

48c16cab 06/06/2013 05:54 PM Jim Pingle

Allow localhost IP Alias VIPs to sync, too

aa78b769 06/04/2013 06:04 PM Ermal LUÇI

Add the 6rd gateway information

c766d411 06/04/2013 11:25 AM Renato Botelho

Remove extra parenthesis

4eb3ac52 06/04/2013 11:24 AM Renato Botelho

Also consider 0.0.0.0/0 here since it fails on is_subnet() but is a valid/special config. Fixes #3016

2058ed15 06/04/2013 06:46 AM Ermal Luçi

Merge pull request #666 from chrostek/master

Fix for CURL options (Custom DynDNS)

d9bdc020 06/03/2013 05:48 PM Sebastian Chrostek

Correction on last commit (CURL options)

My last commit only worked on "Save & Force Update" but not on a
reconnect. Fixed that

50813d24 06/03/2013 12:38 PM Jim Pingle

vpn.inc calls functions from ipsec.inc but doesn't actually include it in all cases where it's needed.

aa79f351 06/01/2013 12:37 PM Sebastian Chrostek

Added CURL options to Custom DynDNS

Added the options for CURLOPT_IPRESOLVE and CURLOPT_SSL_VERIFYPEER in
the webinterface for custom DynDNS

9399370b 06/01/2013 01:23 AM Jim Pingle

Don't use invalid or IPv6 DNS servers when crafting DHCP DDNS Zones. Fixes #3015

ffa1acdc 05/30/2013 07:30 PM Andrew Senetar

Update dyndns.class

Fix Tabs

6bc58a97 05/30/2013 07:21 PM Andrew Senetar

Update dyndns.class

Remove unneeded test variable.

3793649f 05/30/2013 07:16 PM Andrew Senetar

Update dyndns.class

Minor Style Change

e26e1f76 05/30/2013 07:13 PM Andrew Senetar

Update dyndns.class add CloudFlare

Add CloudFlare Support to dyndns.class

8780ff35 05/30/2013 06:26 PM Andrew Senetar

Update Services.inc add Cloudflare DYNDNS

Add Cloudflare to the list of DYNDNS services

3740c810 05/30/2013 07:46 AM Ermal Luçi

Merge pull request #646 from marcelloc/master

Add dynamic category tabs for better listing all available packages

0a860dda 05/30/2013 07:40 AM Ermal Luçi

Merge pull request #628 from technical50/master

WebGUI Auto Codeset and Language Dynamics & pfSense.pot updates

6a188bb9 05/30/2013 07:34 AM Ermal Luçi

Merge pull request #655 from jean-m-cyr/master

Simplify shaper.inc for ipv6

fa3b33a5 05/29/2013 01:47 PM Renato Botelho

Fixes #2979

. Change max value for traffic and packets graphs to 20GigE
. Bump config version to 9.6
. Write a config upgrade function to tune current rrd files to the new
max value

99438649 05/29/2013 02:07 AM Andrew DeFilippis

Update dyndns.class

To remove a curl_setopt line that is unused for "dnsomatic", and to allow for all characters to be used in the username and password fields.

853030ac 05/28/2013 08:34 PM Jean Cyr

Do not hide IPV6 setting when system->advanced->network->allowipv6 is false

f9d480ff 05/28/2013 08:26 AM Ermal LUÇI

Fixes #3001, Check the protocol of the webgui to determine if https is being used for custom ports.

e434d5c6 05/27/2013 01:22 PM Renato Botelho

Fix whitespace

e47d24e4 05/27/2013 01:17 PM Renato Botelho

Fixes to get routes + dns working:

. Simplify code using new parameter of get_staticroutes()
. Check for subnets instead of ip addrs
. Avoid touch filterdns when we are just updating dns

1901463c 05/27/2013 11:29 AM Renato Botelho

Add extra param, off by default, to make get_staticroutes() return hostnames too

aa57f965 05/27/2013 11:28 AM Renato Botelho

Last element is always empty, be sure we drop it

356e86d4 05/27/2013 10:23 AM Renato Botelho

Use filterdns to update static routes using hostnames

2a2b9eea 05/27/2013 10:03 AM Renato Botelho

Split system_routing_configure() and teach it to deal with hostnames

30ab140a 05/27/2013 10:03 AM Renato Botelho

Add rc.newroutedns to change routes when hosts changes

2d0c5e3e 05/27/2013 10:03 AM Renato Botelho

Make add_hostname_to_watch return ips it's adding to later use

86a5e1a8 05/27/2013 10:03 AM Renato Botelho

Fix whitespace and indent

046583c3 05/27/2013 10:03 AM Renato Botelho

Simplify logic

b69ada09 05/23/2013 07:43 PM Jim Pingle

Don't add zones multiple times if it can be avoided.

019e5031 05/23/2013 11:05 AM Renato Botelho

Partial revert of 5b431a20dea since the introduced parameter is not working as expected

6134dcf5 05/23/2013 12:27 AM Chris Buechler

fixup gitsync for 2.1/2.2

92b5063b 05/23/2013 12:15 AM Chris Buechler

master is now 2.2-ALPHA

2293c0d3 05/23/2013 12:12 AM Chris Buechler

bump to RC

3df2dbfd 05/22/2013 08:20 PM Jim Pingle

Unbreak Dynamic DNS updates from DHCP, ISC changed the config layout to require zone declarations, and the ddns-update-style directive only works globally.

9b4df982 05/22/2013 04:15 PM Marcello Silva Coutinho

Add dynamic category tabs for better listing all available packages

da6aebbb 05/22/2013 02:48 PM Renato Botelho

Remove unecessary if

05c82839 05/22/2013 07:12 AM Ermal Luçi

Merge pull request #644 from jean-m-cyr/master

Allow IPV6 bandwidth limiter mask

9486a580 05/22/2013 01:49 AM N0YB

Widget Firewall Logs Fields

In the Firewall Log Widget view time field is of more use than source port and protocol.
Add time field and remove source port and protocol fields.
Fields: Action, Time, Interface, Source IP, Destination IP & Port

2d46e1e4 05/21/2013 10:53 PM Jean Cyr

Allow IPV6 bandwidth limiter mask

8a92bad3 05/17/2013 05:39 PM Chris Buechler

remove auto-added allow pfsync rule

5b23c83d 05/16/2013 05:00 PM Jim Pingle

This didn't fix anything, made another syntax error. Revert "Seems to be missing a semicolon here."

This reverts commit 47a24491e2ea07a19d360d29325c1780652026a4.

41567e06 05/16/2013 04:13 PM Jim Pingle

Make sure there's a space here to prevent accidentally breaking the syntax.

47a24491 05/16/2013 04:09 PM Jim Pingle

Seems to be missing a semicolon here.

683992fc 05/15/2013 09:34 PM Stilez y

dnsmasq conf won't allow some custom args

User can't specify or customise some dnsmasq args in custom_options (dns-forward-max, cache-size, etc) because they are hard coded in services_dnsmasq_configure().

5996862b 05/15/2013 05:31 PM rbgarga

Merge pull request #635 from jean-m-cyr/master

Bandwidth limiter - Disable and blank mask bits input field when mask type is 'none'.

09628a07 05/15/2013 03:53 PM Renato Botelho

Fix indent and whitespace

c96e71d1 05/15/2013 03:53 PM Renato Botelho

Fix indent and whitespace

046b8ba6 05/15/2013 03:53 PM Renato Botelho

Fix comment to reflect what function current returns

d6da1de8 05/14/2013 10:06 AM N.Selim GUNER

Merge pull request #1 from pfsense/master

test

b4924d86 05/14/2013 06:31 AM Phil Davis

Teach Net_IPv6:compress to handle a compressed address as input

60f501ec 05/14/2013 04:16 AM Phil Davis

IPv6 OpenVPN TAP mode typo

8c50a9d8 05/14/2013 02:42 AM Jean Cyr

Bandwidth Limiter - Disable and blank mask bits input field when mask type is 'none'.

fe9c774d 05/14/2013 02:25 AM Phil Davis

OpenVPN w/ IPv6 fails to set ifconfig-ipv6 value in conf #2991

0b4e7542 05/11/2013 05:26 AM Jean Cyr

Allow explicit mask specification in bandwidth limiter

Allow explicit mask specification in bandwidth limiter. This backwards
compatible and implements ermal suggestions.

c2e2d133 05/10/2013 01:01 PM Ermal LUÇI

Prevent errors from flowing up to the clients workspace and preventing functionality

fcb1ccaf 05/10/2013 12:58 PM Renato Botelho

Revert "Fix alias expand for hostnames, it should fix #2941"

Working on a better fix

This reverts commit 0d59cc942f2ee225eccdb375e25f58a6f04fa9c4.

f079b676 05/10/2013 07:32 AM N.Selim GUNER

Include Codeset and turkish language

include codeset and turkish language for next snapshots

0d59cc94 05/09/2013 03:26 PM Renato Botelho

Fix alias expand for hostnames, it should fix #2941

41c64d75 05/09/2013 02:58 PM Renato Botelho

Revert "Add Turkish to the list of available languages, fixes #2986"

Will be done again for 2.2

This reverts commit 705950edbc09270fccbec0c5d8dd99b004704c6e.

db7a628c 05/09/2013 11:05 AM Renato Botelho

Replace all linklocal checks by is_linklocal()

19341491 05/09/2013 11:05 AM Renato Botelho

Create is_linklocal() to validate ll addresses

5c8cbb26 05/08/2013 07:48 PM Jim Pingle

Shuffle some more logs around to more appropriate places.

30ad8553 05/08/2013 06:45 PM Renato Botelho

Nuke interface_track6_dhcp6_configure()

This function does 2 unecessary things:

. Remove the IP address from interface set as Track, what is wrong and
should be done by dhcp6c
. Set a fixed IP when track6-interface is SLAAC, what never happens
since it's impossible to track a SLAAC interface

a89b7342 05/08/2013 04:54 PM Jim Pingle

Send filterdns logs to the resolver log.

705950ed 05/08/2013 11:44 AM Renato Botelho

Add Turkish to the list of available languages, fixes #2986

f388b5c5 05/08/2013 07:19 AM Ermal LUÇI

After some discussions it is better to make this a tunable and allow its value change from administrator.