Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
13c6375b 12/30/2014 11:47 AM Phil Davis

Captive portal spelling

ef0d25b3 12/30/2014 11:47 AM Phil Davis

Standardise text in priv list

55f910a3 12/29/2014 02:48 PM Phil Davis

Simplify cron array comparison

This works fine - I had not thought about how arrays are compared. Using "==" checks that the key/value pairs match in both arrays, regardless of the order the arrays happen to be in, which is what we want here.
Using "===" would insist that the key/value pairs are also in the same order in the array and that the types and everything match identically, which we do not require.

71bd5ec1 12/29/2014 02:48 PM Phil Davis

Minimise config updates when checking cron jobs

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.

c07cd2ce 12/26/2014 03:00 PM Renato Botelho

Update /etc/ttys from new partition when upgrading nanobsd, and in this case do not call reload_ttys(). It should fix #4140

da4f9b60 12/26/2014 02:57 PM Renato Botelho

Remove unused variable

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.

553803f4 12/24/2014 06:10 PM Ermal Luçi

Correctly call function for retrieving stats from ipfw. Fixes #4131

046d253a 12/24/2014 05:59 PM Ermal Luçi

Fixes #4130 Check for a certain size of file to start showing data on dashboard and avoiding xml parser errors

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

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

Make this function readble

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

8b3d14bc 12/23/2014 11:03 AM Phil Davis

Allow dot at end of FQDN for a host

Redmine #4124 has discussion of this.

71ddc9ef 12/23/2014 11:02 AM Phil Davis

Pass src dst IP port through to firewall log

and IP version. So that the receiving code can easily have each pat of the IP addresses and ports, and display them as it wishes.

0000cdf7 12/22/2014 11:36 PM Warren Baker

Prevent resolvconf(8) from stomping all over our newly generated
resolv.conf and subsequent updates.

792dbafd 12/22/2014 05:07 PM Renato Botelho

Add config upgrade code to validate changes made on c2fe67eb and d269747b. It fixes #4134

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

3c5af33a 12/22/2014 03:14 PM Ermal Luçi

Manually merge vpn.inc from master since cherry-picking is very messy to perform.

ad9bce2c 12/22/2014 02:33 PM Ermal Luçi

Correct issue with not reloading CP properly on calling interface configure.

d90d869e 12/22/2014 02:24 PM Ermal Luçi

Fix issue reported on https://forum.pfsense.org/index.php?topic=85737.0

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

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

1eff6ee0 12/22/2014 11:03 AM Ermal Luçi

Do not apply bw limits if the setting is not enabled in CP. Though still respect radius attributes for now with this setting. Resolves #4127

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

41c4ef39 12/19/2014 08:25 PM Ermal Luçi

Correct the leftsubnet specification for transport mode.

7c2a9397 12/19/2014 07:54 PM Ermal Luçi

Ooops fix this identation on final config

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

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

51a2c561 12/19/2014 06:01 PM Ermal Luçi

Remove unused function

964dcb25 12/19/2014 08:34 AM Ermal Luçi

Enforce some more checking to avoid https://forum.pfsense.org/index.php?topic=85580.0

19ddaa31 12/19/2014 12:22 AM Chris Buechler

include $myid in these PSK lines. Ticket #4126

019c7b2d 12/18/2014 06:13 PM Renato Botelho

Simplify logic using a proper function as spotted by Ermal

0fcab48b 12/18/2014 03:52 PM Renato Botelho

Replace ; by newlines when upgrading custom_options from unbound packages, it's related to ticket #4090

65a6e535 12/18/2014 02:17 PM Ermal Luçi

Do not restart unneeded services. Also triger configuration for the proper interface.

02f65ece 12/18/2014 10:03 AM Renato Botelho

Add openvpn interfaces to group when they are created, it should fix #4110

afe81d69 12/18/2014 10:03 AM Renato Botelho

Check if interface exist before try to add it to group

55092b0e 12/17/2014 06:48 PM Renato Botelho

Bump latest_config version that I forgot on previous commit. Spotted by Jim Pingle

264d17a5 12/17/2014 06:25 PM Chris Buechler

syslogd can't just be HUPed to pick up its new config, as many of those
are command line arguments. Go back to 2.1x and prior behavior of TERM and
restart. Fixes source IP use with syslog among other config changes.

56c8376a 12/17/2014 06:17 PM Renato Botelho

Add a cron item to expire items from webConfiguratorlockout, also add config upgrade code. This fixes #4122

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

Check if interface is disabled when configuring DHCP server. It fixes #4119

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

2ae99d06 12/17/2014 02:02 PM Ermal Luçi

Give the proper value for the logging level since even 0 is the correct value coming from GUI.

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.

136217fd 12/16/2014 01:33 PM Renato Botelho

Make logic more visible as suggested by Ermal

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

43157c8f 12/16/2014 12:22 PM Renato Botelho

Teach interface_vip_bring_down() to deal with IP Alias over CARP

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.

73041230 12/15/2014 07:18 PM Renato Botelho

Add DNS Resolver to the list of services to be sync'd on HA, make sure it and DNS Forwarder are not enabled simultaneously. It fixes #4067

d691465c 12/15/2014 07:18 PM Renato Botelho

Fix password field name

03226d75 12/15/2014 07:18 PM Renato Botelho

Use newline to separate unbound custom options during config upgrade, it should fix #4104

8f3b2775 12/15/2014 07:18 PM Renato Botelho

Add a shortcut for unbound and enable it

f6179f4c 12/15/2014 07:18 PM Renato Botelho

Fix password field name to apply correct style

e51d6e1b 12/15/2014 12:44 PM Renato Botelho

Add missing BR tags and fix display with pfsense_ng_fs theme. It fixes #4115

7dd5f0f7 12/13/2014 07:25 PM Chris Buechler

Where binding Unbound to *:53, set "interface-automatic: yes" so replies are sourced from the correct IP. Ideally this should always work this way, but setting this causes Unbound to bind to *:53, which shouldn't happen where specific interfaces are chosen. Ticket #4111

b78111c4 12/12/2014 05:41 PM Phil Davis

Validation of y/n answers in setlanip

At the moment the user can answer "yes" to most of the questions, but then later code only checks if the answer is "y". Thus you can type in "yes" in some places, have it accepted, but actually the negative action is taken. That is weird and will mess up people who try typing a whole string starting with "y"....

d7b9b993 12/12/2014 04:56 PM Renato Botelho

Update service providers xml to sync with upstream

a7d7cd7f 12/12/2014 04:49 PM Phil Davis

rc.initial.setlanip fix validation of CIDR within range

Currently this allows the user to input any number for the CIDR. I happened to try 44 for an IPv4 CIDR when playing.
This fixes that little bug - I think it is good to commit that first/separately so it can be identified apart from the other (y/n) checking/handling I am working on. Better to have separate commits for distinct bugs.

245f78d2 12/12/2014 02:30 PM Renato Botelho

Regenerate Turkish mo

6220186b 12/12/2014 02:30 PM Renato Botelho

Update po from last pot