Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3a56c146 01/13/2015 07:43 PM Ermal Luçi

Actually remove rekey/reauth from config to avoid strange issues. Ticket #4208

b4013725 01/13/2015 06:57 PM Ermal Luçi

To avoid issues with clashing SAIDs go back to specifying the reqid in strongswan config.

To be able to manage this first upgrade the config to assign each phase2 an reqid
Second use that during config generation

Ticket #4208

6db7ee23 01/13/2015 03:01 PM Bipin Chandra

Improving aesthetics.

Make title color more consistent with other pages.
Improving aesthetics.

156938a8 01/13/2015 01:25 AM Chris Buechler

Where the P1 is disabled, show the P2s as disabled since they will be, same as in previous versions.

d71f9794 01/12/2015 11:50 PM Renato Botelho

Fix IPsec widget for multiple P2, it fixes #4164

2ea976b7 01/12/2015 11:31 AM Ermal Luçi

Properly handle large passthrough entries even here.

6a752ca2 01/12/2015 10:49 AM Ermal Luçi

Put the value of password under double quotes(") to avoid issues with special characters in passwords. Ticket #4177

21165e64 01/12/2015 10:40 AM Ermal Luçi

Prevent echo to insert a newline(\n) at the secret string. Fixes #4177

7001542e 01/12/2015 08:33 AM Ermal Luçi

Fix typos and set needed variable

c9f04cd0 01/12/2015 08:30 AM Ermal Luçi

properly apply the passthrough entries when apply is hitr.

64ed3e60 01/12/2015 08:27 AM Ermal Luçi

Fix inherent issues with isset and empty values set as true by our parser. This made the piep configuration to be wrong at least for passthrough entries. Ticket #3932

ab54ec9f 01/12/2015 01:33 AM Chris Buechler

Bring back showing of default value like previous versions.

7025c4fa 01/11/2015 03:38 PM Ermal Luçi

Remove debug code

30656f66 01/11/2015 03:38 PM Ermal Luçi

Fixes #4177 convert password to base64 to be submitted to avoid issues with special chars in shell and HTTP GET parameter passing. Probably should add POST support to fcgicli.

fc03ca01 01/11/2015 01:03 PM Phil Davis

Fix POST typo in interfaces_assign.php

Obviously a typo. But this section is inside:
if (isset($_POST['add_x']) && isset($_POST['if_add'])) {
and I cannot find where 'add_x' is ever sent here, so I do not see how this whole code section is ever executed (and that will be why this typo bug has no symptoms). What is the history here? Can the whole block of code be removed?...

83b0a21a 01/10/2015 08:50 PM Ermal Luçi

Properly rename the var Ticket #4164

ed5c6e89 01/10/2015 04:08 AM Chris Buechler

Default to only AES and SHA1 for new P2s.

6f7960c3 01/10/2015 04:00 AM Chris Buechler

Default IPsec to AES

c1826169 01/10/2015 03:59 AM Chris Buechler

Default IPsec to main mode, unless mobile client.

422a2007 01/09/2015 10:12 PM Ermal Luçi

Do not count twice the phase2 entries

832ec9fe 01/09/2015 09:47 PM Ermal Luçi

Just some reshufling and cleanup

0515117e 01/09/2015 06:40 AM Chris Buechler

This broke a variety of things. Revert "Deprecated and non-static method messages"

This reverts commit 91b9a02fb131746c67fdf9f34282f123a13f1b13.

d97dd424 01/08/2015 10:58 PM Ermal Luçi

Make this code less memory hungry and fix route command generation

bad9dec5 01/08/2015 08:26 PM Phil Davis

Deprecated and non-static method messages

Fix various files that can emit messages like:
PHP Strict Standards: Non-static method SimplePie_Misc::array_unique()
should not be called statically, assuming $this from incompatible
context in /etc/inc/simplepie/simplepie.inc on line 5508...

7c1c70d5 01/08/2015 06:17 PM Renato Botelho

Improve URL and URL ports alias update data:

- Move redundant code to a function parse_aliases_file(). Before the max
number of items was not being respected when URL content is updated,
only when alias was saved. Same was happening with ip/subnet/port
validation and user could end up with a bad pf.conf...

8948f125 01/08/2015 05:47 AM Chris Buechler

Also include /127 for IPv6, it works fine. Ticket #3657

13358d35 01/08/2015 05:42 AM Chris Buechler

Allow for configuring /31 masks on interfaces.php. The rest of the code was updated accordingly some time ago, and an employee with Cox Communications has confirmed this allows things to work on their circuits deployed with /31s. Ticket #4190

05b47f2d 01/08/2015 05:04 AM Chris Buechler

fix up text

845f9f78 01/07/2015 09:06 PM Ermal Luçi

Provide an advanced setting to be able to disable Unity Plugin(Cisco extensions)

3c364131 01/07/2015 07:22 PM Ermal Luçi

split is deprecated move to explode

f3ab0e74 01/07/2015 07:20 PM Ermal Luçi

split is deprecated move to explode

91456048 01/07/2015 07:15 PM Ermal Luçi

split is deprecated move to explode

2a8a09a9 01/07/2015 06:48 PM Chris Buechler

fix text

d2884b9a 01/07/2015 06:47 PM Chris Buechler

fix spelling of compression

45efe1b6 01/07/2015 03:33 PM Ermal Luçi

Fixes #4182 by properly managing IPcomp on ipsec tunnels.
Also retires IPsec force reloading advanced sysctl since its useless nowdays with strongswan and remove its call on rc.newipsecdns.

0bd024d0 01/06/2015 02:22 PM Phil Davis

OpenVPN backend authentication fix key and translation

The array returned by auth_get_authserver_list() has key as the fixed name of each available authentication mode - e.g. "Local Database".
The array value ["name"] has the name string translated into the selected GUI language....

0a23cddc 01/05/2015 05:41 PM Renato Botelho

Fix #4090:

- Unbound advanced options may contain double quotes and it breaks the
syntax when a backup is restored because newlines are trimmed. Save it
in base64 format is a safe way to prevent it
- Bump config version to 11.5
- Provide upgrade code to encode current config or the one that came...

7f5c2669 01/05/2015 02:58 PM Renato Botelho

Make it possible to backup/restore 'DNS Resolver' section individually

5a158a29 01/02/2015 03:07 PM Renato Botelho

Fix track6 prefix id range check, reported by jimp

8c46314c 01/02/2015 11:25 AM Phil Davis

Allow blank source port in diag_testport

Reported by forum https://forum.pfsense.org/index.php?topic=86146.0
Also, if there are input validation errors, save the user-entered data and re-display it, making it easier for the user to just correct the data in error and press Test again. It was blanking out all the entered data.

6317d31d 01/01/2015 12:13 PM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

d4b2cd35 01/01/2015 12:13 PM Phil Davis

Remove duplicate copyright

Noticed these had the copyright twice

d961e7e3 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

1142d9a0 12/31/2014 02:43 AM Phil Davis

IPsec Widget allow for old settings that have no iketype

as mentioned in https://forum.pfsense.org/index.php?topic=84527.msg471919#msg471919
This change makes it work like similar if tests in /usr/local/wwwvpn_ipsec.php, and code in /etc/inc/vpn.inc that effectively defaults to ikev1 when iketype is not specified....

6e26b9c5 12/31/2014 02:40 AM Phil Davis

Allow for old settings that have no iketype

This bit of code looks like it could do with the same test as https://github.com/pfsense/pfsense/pull/1412
This is executed when the "Connect" button is pressed from Status->IPsec
Somebody with these problematic old IPsec entries could test this - with current code I suspect that disconnect followed by connect - it will not connect. With this change it will (might?) connect again.

13c6375b 12/30/2014 11:47 AM Phil Davis

Captive portal spelling

91145658 12/29/2014 01:40 PM Colin Fleming

Backout pull request #1391

https://forum.pfsense.org/index.php?topic=85944.0

Backout pull request #13191

8f6875de 12/28/2014 06:45 PM Phil Davis

Fix unbound shortcut links

Fixes redmine #4151
1) Make the naming in shortcuts.inc more clear - forwarder=dnsmasq
resolver=unbound
2) Make the value of $shortcuts_section correct in each dnsmasq and
unbound php code
3) Make diag_logs_resolver.php smarter, so if dnsmasq is enabled, then...

e63734ff 12/26/2014 10:50 PM Chris Buechler

clarify message here after customer feedback, it wasn't meant to imply "only a reboot will re-enable" but that's how some people have read it.

ef6f553d 12/26/2014 02:21 PM Renato Botelho

Move this check before full sync to disable dnsmasq/unbound in the first time it's sync'd

4469379c 12/26/2014 02:21 PM Renato Botelho

Add dnsmasq and unbound config sections to full sync, it fixes #4076 that is caused because boolean config fields are not disabled on secondary

ddfe3e05 12/26/2014 10:21 AM Phil Davis

Display tunnel description on IPsec widget

There was not even code to attempt to display the description.
Also, when I first created a phase1 and there were no phase2 yet, the widget spat out the warning for the line:
foreach ($config['ipsec']['phase2'] as $ph2ent){ ......

5a0028ad 12/24/2014 06:14 PM Ermal Luçi

Correct even other areas of CP using pfSense_ipfw_getTablestats function.

5afffea4 12/24/2014 05:47 PM Ermal Luçi

Fix displaying description for IKEv1 connected tunnels

a47e038c 12/24/2014 05:40 PM Ermal Luçi

Oops remove variable with same name unused!

6a802ab4 12/24/2014 05:39 PM Ermal Luçi

Add checks for ghost phase2 and no need to check for number of phase2 here

87f2ea89 12/24/2014 05:26 PM Ermal Luçi

Correct skipping of disabled tunnels

168126ea 12/24/2014 05:22 PM Ermal Luçi

Correct status counter of inactive tunnels

43067abc 12/24/2014 11:19 AM Renato Botelho

Merge pull request #1395 from wagonza/RELENG_2_2

dd07beef 12/23/2014 04:21 PM Ermal Luçi

Oops do not override ipsec status array!

283dd1d7 12/23/2014 12:49 PM Phil Davis

Reboot not required for password protect console menu

On my systems I can toggle and save "Password protect the console menu" back and forth and the console switches back and forth from the menu to a login prompt in real time. IMHO a reboot is no longer needed. Remove this note might save some people unnecessary reboot time.

0bc7947e 12/23/2014 11:09 AM Phil Davis

Handle firewall log widget display formats

the same way for the initial display and for updated rows done by Java Script. Now we receive the source IP and port, destination IP and port, all in separate fields so they can be put together in whatever combination for display....

7d182021 12/23/2014 11:09 AM Phil Davis

Interfaces widget remove blank line if no IPv4 address

If the interface had an IPv6 address but no IPv4 address, there was a blank line where the IPv4 address would have been. There is no need for that, and one day IPv4 will be old legacy and systems will routinely have no IPv4 addresses at all - they will all be IPv6. Might as well make that look ordinary on the display now....

d4b3c264 12/23/2014 11:09 AM Phil Davis

Interfaces widget create all div

All div for the various things need to be created here, so that later AJAX can switch the necessary things on/off and write a new IPv4 or IPv6 address into the div when an interface acquires an address.

490810ed 12/23/2014 11:08 AM Colin Fleming

Remove "link", "vlink" and "alink" from BODY tag

This is a positional change to remove "link", "vlink" and "alink" from
the BODY tag, the following themes do not have Anchor tags defined in
CSS, so they use the colours defined in the BODY tag, which is blue...

89914d8c 12/23/2014 11:07 AM Phil Davis

Put line break only if IPv4 address exists

This makes a line for the IPv4 address if it is there. If the IPv4 address goes away, the whole line will disappear, leaving just the IPv6 address without an empty line above it.

085d6889 12/23/2014 11:07 AM Phil Davis

Set Interfaces widget IPv6 address

Now that get_interfacestatus() is returning us the IPv6 address, and interfaces.widget.php has a div to put it in, actually update the IPv6 address on the widget.

42647435 12/23/2014 11:07 AM Phil Davis

Lastsawtime has moved further along

srcport, dstport and version are now explicitly passed as fields here, so lastsawtime is 3 fields further out.

5b370150 12/23/2014 11:06 AM Phil Davis

Display better message when booting and awaiting package reinstall

25d3c68f 12/23/2014 11:06 AM Phil Davis

Display better message when booting and awaiting package reinstall

b79c23ae 12/23/2014 11:04 AM Phil Davis

Send IPv4 and IPv6 address in get_interfacestatus

And make them strong (bold), which is how they are displayed originally by interfaces.widget.php
This allows the AJAX that manipulates the div's in interfaces.widget.php to get the data, so it can make it update.

dad58d7f 12/23/2014 11:04 AM Phil Davis

Display better message when booting and awaiting package reinstall

4e220eea 12/23/2014 11:03 AM Phil Davis

Standardise dynamic firewall log view

to be like Firewall Log widget:
1) Display IPv6 address and port in [a:b::c]:123 format
2) Fix same issue with rows gradually disappearing each update, or when in reverse order, update lines not being put in the right place....

1df8a7b2 12/22/2014 04:54 PM Renato Botelho

Add missing $ as spotted by Kill Bill, ticket #4132

0314cbf4 12/22/2014 04:36 PM Ermal Luçi

Correct display of tunnel status on ikev1 with multiple phase2

fe2e680b 12/22/2014 04:20 PM Ermal Luçi

Correct ipsec status page to make connect button work

432dee2d 12/22/2014 03:14 PM Ermal Luçi

Correct dashboard with new ipsec generation

22a7fef8 12/22/2014 12:12 PM Renato Botelho

Fix string, we want to print variable name here and not its value. Fixes #4132

5a098344 12/20/2014 01:56 AM Chris Buechler

Use correct port for viewing portal page contents. Ticket #4125

8cd0dba6 12/19/2014 09:18 PM Jim Pingle

Fix help for UPnP/NAT-PMP

83aaa431 12/19/2014 06:43 PM Warren Baker

Remove option that has now been merged into infra-host-ttl.

b2379012 12/17/2014 05:27 PM Renato Botelho

Disable dhcp server when interface is disabled. Ticket #4119

a030a437 12/17/2014 05:27 PM Renato Botelho

Do not check disabled interfaces, ticket #4119

cc2c1a3c 12/16/2014 11:01 PM Ermal Luçi

Encode space to avoid rejecting users with spaces in username

55edb8d6 12/16/2014 09:52 PM Jim Pingle

Use updated URLs for Limiters and Layer 7 help.

8db9ed79 12/16/2014 09:10 PM Jim Pingle

Remove some old comments and unnecessary cruft.

d9ecdec0 12/16/2014 09:08 PM Jim Pingle

Pick up some more new pages for 2.2 that need help links.

7b7e4de7 12/16/2014 08:47 PM Jim Pingle

Some misc updates to pkg help links

72c35a46 12/16/2014 08:26 PM Jim Pingle

Add help for Unbound/DNS Resolver and its related tabs.

e38f03a0 12/16/2014 07:21 PM Jim Pingle

Point these CARP Help pages at more useful places.

24a87e44 12/16/2014 07:13 PM Renato Botelho

Use provided function to change user's password

9279460b 12/16/2014 06:22 PM Jim Pingle

Fixup the rest of the URLs for DHCPv6/RA help.

50f5c82e 12/16/2014 05:45 PM Jim Pingle

The ID in DUID is Identifier.
See also: ATM Machine, ISP Provider, DMZ Zone, LCD Display, GMT Time...

136633ce 12/16/2014 04:48 PM Jim Pingle

Update help links for DHCPv6 relay and DHCPv6 Lease Status

d5b8bf16 12/16/2014 04:47 PM Jim Pingle

Remove old/invalid note

0c4fb3c0 12/16/2014 03:54 PM Jim Pingle

Fix up Help links for Inbound Load Balancing.

d4ea38c5 12/16/2014 01:28 PM Colin Fleming

Tidy up "widgets" XHTML

Add CDATA sections to scripts
Add ALT to image tags and close image tags
DIV tag cannot be inside a STRONG tag, so swap them around
SCRIPT cannot be part of TR tag, so place the SCRIPT inside a TD tag but
hide it.

936e554b 12/16/2014 12:22 PM Renato Botelho

Cleanup aliases when temporarily disable CARP, fixes #4116

745e7941 12/15/2014 09:45 PM Jim Pingle

Follow help page that moved.

79c3a753 12/15/2014 09:31 PM Jim Pingle

Follow help page that moved.