Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d3f3b75f 03/20/2016 05:16 AM Chris Buechler

If there was a group with a space, delete all the user-defined groups before hitting local_sync_accounts so pw doesn't get hung up. Ticket #6012

7227efd6 03/20/2016 03:30 AM Chris Buechler

Merge pull request #2766 from jlduran/nginx-ssl-parameter-on-listen-directive

7cb01159 03/19/2016 10:06 PM Chris Buechler

Check whether group exists using GID rather than name. Users can change the name, but not the GID. Check return code of pw for whether group exists. Ticket #6013

e5ef7ae2 03/19/2016 09:16 PM Chris Buechler

Save changes to config in 148 config upgrade. Ticket #6012

1a2d6d34 03/19/2016 05:30 PM Stephen Beaver

Ensure replacement group name is unique

8e2090a1 03/19/2016 03:03 PM Jose Luis Duran

Cleanup nginx configuration file

- Fix indentations
- Use the `ssl` parameter of the `listen` directive [1]
- Change the rewrite rule to use the recommended syntax [2]

[1]: http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl
[2]: http://nginx.org/en/docs/http/converting_rewrite_rules.html

b76cc978 03/19/2016 01:56 PM Stephen Beaver

Fixed #6012
Config upgrade function replaces space with underscore in group names

3401dbe2 03/17/2016 09:56 PM jeroen van breedam

fix rrd error on boot

Seems to be a copy/paste error remain from when i initially created the dhcpd rrd thingy. Just noticed this now ;)

Mar 17 22:33:34 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/opt3-dhcpd.rrd N:U:U:U:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/opt3-dhcpd.rrd: found extra data on update argument: U:U:U:U:U'

18e7bc46 03/17/2016 04:42 PM Stephen Beaver

FIlebrowser package moved to vendor direcroty

32b52cce 03/17/2016 09:39 AM NewEraCracker

Update file_exists check to full path as done in other files

b4738ddc 03/17/2016 08:55 AM NewEraCracker

Fix CSS paths missed by 9d1be24ef72c0c27fe7a297bf79ec5e4f552a390

a6caf5f5 03/16/2016 10:34 PM Jared Dillard

remove extra slash

f0c5e7c1 03/16/2016 10:22 PM Jared Dillard

point css files to the new location

1c981897 03/16/2016 07:19 PM Renato Botelho

Remove workaround introduced in a2febf9a0. It reduces download timeout to 10s and break update from 2.2 to 2.3

a948633c 03/16/2016 07:19 PM Renato Botelho

Add an option to define extra env vars to pkg_call() and pkg_exec()

2ae79c20 03/14/2016 09:01 PM Chris Buechler

Use product name rather than smbios here.

677f0a18 03/12/2016 08:07 AM Chris Buechler

Disable TLSv1.0 for web GUI's nginx instance. Ticket #5984

6f838722 03/12/2016 05:46 AM Chris Buechler

Don't try to put the file contents in place if file is empty. Ticket #5982

bf648a15 03/12/2016 12:42 AM Chris Buechler

Merge RCC add, 1540 name fix, from 2_2 branch.

ae04affe 03/11/2016 12:28 PM Renato Botelho

Respect globals_override.inc

27d6a45b 03/10/2016 08:40 PM Jim Pingle

More icon/button inconsistencies. Ticket #5965

08acb038 03/09/2016 01:22 AM Chris Buechler

log dhcpleases and dhcpleases6 to dhcpd.log. Ticket #5968

62ef2804 03/06/2016 06:57 AM NOYB NOYB

HTML Compliance - Login Form

Error: Duplicate attribute class.
<div class=alert alert-warning class=hidden id=no_cookies>Your browser must support cookies to login.</div>
Consolidate multiple class attributes.

Error: Attribute autocorrect not allowed on element input at this point....

16feb55d 03/06/2016 03:33 AM Luiz Souza

When listing the network interfaces, print the link state and not the administrative state.

86d1c9c2 03/06/2016 03:33 AM Luiz Souza

If you are assigning interfaces, remove the existing configuration from old interfaces if any.

This fixes the need for a reboot after changing interface assignment in console.

c6e8317d 03/05/2016 11:23 AM Chris Buechler

Remove duplicated text/javascript

6171add2 03/05/2016 09:30 AM Chris Buechler

After recreating the VLAN interface, run interface_configure on it if it's assigned and enabled. Ticket #5951

15c9c921 03/05/2016 12:52 AM Chris Buechler

Update nginx gzip_types. Remove text/html since it's redundant, and add a few others. Particularly useful, json, since status_monitoring.php uses it. Reduces load time on slow connections to about 1/4th of what it is without gzip on json. Ticket #5498

4225416f 03/04/2016 09:16 PM Chris Buechler

Always set ignore_acquire_ts = yes. No need for that in any of our use cases, and it fixes problems like Ticket #4719.

14f52073 03/04/2016 11:28 AM Renato Botelho

Merge pull request #2703 from phil-davis/patch-2

d711fbbc 03/04/2016 04:23 AM Denny Page

Adjust default parameters to match changes in dpinger

0d0f419e 03/03/2016 11:01 PM Phil Davis

pkg-utils typo in comment

31b15180 03/03/2016 10:16 PM Jim Pingle

Move NTP access restrictions to their own tab and add the ability to craft custom restrictions for arbitrary networks. Fixes #4463

12d7d9e7 03/03/2016 07:04 PM Chris Buechler

Revert "Always send a -HUP to dhcp6c in interfaces_track6_configure for DHCP6 WAN types. Doing so isn't any more disruptive than what it's already doing, and that ensures track6 interfaces don't lose their IPv6 IPs. Ticket #5945"

This reverts commit 471b81f8f7b0a5fe22019aed955e5374e3411dbf.

bed6c19b 03/03/2016 06:02 PM Renato Botelho

Detect binary packages installed but not registered in the system and do it during boot

c86db913 03/03/2016 05:49 PM Renato Botelho

Add an option to get_pkg_info() that makes it do not try to update metadata

e440add8 03/03/2016 04:07 PM Renato Botelho

Remove get_pkg_id, last calls to it was removed

91b8e8f2 03/03/2016 01:34 PM Renato Botelho

Remove Status -> RRD Graphs in favor of Status -> Monitoring. Ticket #5498

b5fcc2b5 03/03/2016 07:32 AM Chris Buechler

Remove the code block to "fake" DHCPv6 server, now that it's unnecessary. Ticket #3029
also ref: https://forum.pfsense.org/index.php?topic=107537.msg600111#msg600111

471b81f8 03/03/2016 12:20 AM Chris Buechler

Always send a -HUP to dhcp6c in interfaces_track6_configure for DHCP6 WAN types. Doing so isn't any more disruptive than what it's already doing, and that ensures track6 interfaces don't lose their IPv6 IPs. Ticket #5945

909a1954 03/02/2016 03:24 PM Renato Botelho

Read xml files from /usr/local/share/pfSense/menu and load menu entries

8332312b 03/02/2016 01:19 AM Chris Buechler

Add function to return the physical interface(s) for a given parent. related to Ticket #5081

a6d55c23 03/01/2016 07:32 AM Chris Buechler

Only specify auth-user-pass for TLS mode. Ticket #5941

191136b3 02/29/2016 04:55 PM Stephen Beaver

Merge pull request #2693 from NOYB/Diagnostics_/_Tables_-_URL_Table_Aliases

f8a475f5 02/29/2016 04:50 PM → luckman212

Fix unbound.inc so zero value for *_num_tcp is honored

In the Unbound documentation, it is noted that setting "outgoing-num-tcp" to "0" disables TCP queries. In testing I noticed that although I could select & save a value of "0" in the Unbound Advanced Config, the actual value written to /var/unbound/unbound.conf was still the default "10". Apparently in PHP, a value of "0" still tests "false" for !empty(). Changing the test to isset() seems to fix the issue.

f6622167 02/29/2016 08:31 AM NOYB NOYB

Diagnostics / Tables - URL Table Aliases

Handle URL table aliases similar to bogons tables. Suppress record remove buttons.
Update (download) only the selected URL table alias instead of all of them.
Retain full line comments in downloaded URL table files so we can view and use them....

e4bda595 02/27/2016 08:02 AM NOYB NOYB

ICMPv6 Firewall Log Display - Fixes 5933

ICMPv6 logging was not being displayed in firewall log.

636918c9 02/26/2016 07:50 AM Chris Buechler

Fix OpenVPN ifconfig. Ticket #5930

94bb4420 02/25/2016 04:13 PM Luiz Souza

Makes interface_bring_down() remove all the CARP and IP aliases from interface.

Ticket #5913

34938b8d 02/25/2016 01:59 PM Luiz Souza

It is not necessary check for CARP interfaces.

0a54f116 02/24/2016 08:38 PM Luiz Souza

Fix a typo.

67c6bab5 02/24/2016 07:08 PM Luiz Souza

Add the upgrade code for OpenBGPd and Quagga OSPF packages.

Ticket #5884

af769801 02/24/2016 06:55 PM Jim Pingle

Correct ALTQ interface test for ix interfaces, fixes #5923

89a7d8d0 02/24/2016 04:49 PM Luiz Souza

Make link_interface_to_vips() also return the IP aliases on the specified vhid.

1e678c38 02/24/2016 02:12 PM Renato Botelho

Fix indent

30c8a290 02/24/2016 02:01 PM Renato Botelho

Use high level functions

58b07c57 02/22/2016 04:53 PM NewEraCracker

Initialize variables correctly

1) gmirror.inc: there are two calls to exec(), those calls expect the 2nd parameter to be an array, this commit initializes the variables correctly. 2) system.php: variable dnslist is used as an array without prior type initialization. This is one of the causes for apparent PR #2680 problems (which led to its reversal). Note: After this commit is merged PR #2680 may be safely reapplied for more tough code.

2fbac0b2 02/22/2016 11:49 AM Renato Botelho

Merge branch 'master' of github.com:dennypage/pfsense

  • 'master' of github.com:dennypage/pfsense:
    Add stddev information to the quality graphs.
    Update config version to trigger upgrade of rrd files
    Add standard deviation to quality rrd files
89c8934f 02/21/2016 10:38 PM Luiz Souza

Fixes the handling of MTU with VLANs and PPPoE.

Ticket #5857

c6555b1d 02/21/2016 10:38 PM Luiz Souza

Makes get_real_interface() work with VLAN too.

This makes get_parent_interface() safe to use with VLANs.

f5315ac1 02/21/2016 08:40 AM NOYB NOYB

Write_Config Function Notes Update

Add write_config_only input arg to write_config function notes.

830ea39a 02/20/2016 08:33 AM Chris Buechler

Skip configuring dhcpdv6 when the interface doesn't have a valid subnet (like track6 where PD hasn't been obtained). Ticket #3029

430d7e93 02/20/2016 08:23 AM Chris Buechler

Only enable DHCPv6 server for track6 interfaces where it's enabled. Ticket #3029

8e187daa 02/20/2016 08:13 AM Chris Buechler

Allow disabling of radvd with track6 interfaces. Ticket #3029

7c4c43a5 02/20/2016 08:04 AM Chris Buechler

Add config upgrade code to enable and configure DHCPv6 server and radvd where track6 is in use, as they were automatically configured previously. Add same config to default config.xml to retain existing behavior there. Ticket #3029

1c42c585 02/20/2016 06:54 AM Chris Buechler

replaced original copyright message from 2005 / Espen Johansen

e3f10656 02/20/2016 06:13 AM Denny Page

Merge branch 'master' of https://github.com/pfsense/pfsense

2915acf8 02/20/2016 05:25 AM Chris Buechler

Don't trigger an interface mismatch for lagg interfaces, they may not exist at time of config restore. Ticket #5892

2ec7ab35 02/20/2016 05:00 AM Chris Buechler

Validate URL table ports aliases exist before using them in a rule. Ticket #5845

31a1aa3c 02/19/2016 08:16 PM Denny Page

Merge branch 'master' of https://github.com/pfsense/pfsense

36a844df 02/19/2016 04:32 PM Stephen Beaver

Renamed exec.php and edit.php

8559c9d9 02/19/2016 02:35 PM Jim Pingle

Fix Dashboard privilege edge case and show full Help menu to users with the Help privilege. Fixes #5909

ada3eeb3 02/19/2016 12:57 PM Renato Botelho

Fix #3029

Teach system_hosts_generate() to deal with PD length != 64

6c8beed3 02/19/2016 12:57 PM Renato Botelho

Ticket #3029

Fix DHCPv6 GUI to work with PD length != 64

15db02a6 02/19/2016 12:57 PM Renato Botelho

Ticket #3029

Teach services_dhcpdv6_configure() to deal with PD length != 64

a3d07046 02/19/2016 12:57 PM Renato Botelho

Ticket #3029

Teach merge_ipv6_delegated_prefix() to deal with other PD sizes

2bf455ca 02/19/2016 12:57 PM Renato Botelho

Ticket #3029

Import patch from @Robert-Nelson to enable DHCPv6 Server/RA to
interfaces configured to track DHCP-PD

This patch only works for PD with length 64

51a14c58 02/19/2016 12:22 PM Phil Davis

Internationalize etc inc uvx

9d51fcde 02/18/2016 10:11 PM Chris Buechler

Add support for splitting ipsec.conf conn entries for IKEv2. Ticket #4704

5f267d8b 02/18/2016 01:19 PM Stephen Beaver

Merge pull request #2667 from phil-davis/patch-1

2b0c5a69 02/18/2016 12:56 PM Stephen Beaver

Merge pull request #2665 from NewEraCracker/simplify-code

3063453d 02/18/2016 12:48 PM Renato Botelho

Merge pull request #2668 from phil-davis/gtetc2

e8c516a0 02/18/2016 12:19 PM Phil Davis

Internationalize etc inc i through s

c4ff3877 02/18/2016 10:48 AM Phil Davis

pkg-utils update_status text typo

820562e8 02/18/2016 10:02 AM NewEraCracker

Quote the 1st parameter (constant name) when calling define()

00f29802 02/18/2016 06:24 AM Chris Buechler

Merge pull request #2661 from phil-davis/patch-1

d20a3d08 02/18/2016 06:15 AM Chris Buechler

use get_interface_ip functions rather than find_ since the former handles VIPs, gateway groups, etc. correctly. Ticket #4858

140a87c5 02/18/2016 06:09 AM Chris Buechler

Add IP to dyndns error log, remove often wrong explanation.

ac5c0cfe 02/18/2016 06:03 AM Chris Buechler

Replace deprecated link_carp function, fix sprintf. Ticket #4858

a10eabe6 02/18/2016 01:28 AM Chris Buechler

Need $config here. No need to check count() as it'll always evaluate to true where is_array does. Ticket #4312

6d128e2b 02/18/2016 01:21 AM Phil Davis

Fix hardcoded pfSense on login page

I guess this hard-coded mention of pfSense should use the value from $g ?

987712e8 02/17/2016 08:27 PM Jim Pingle

Change ISO image filename to remove "LiveCD" from its name, and clean up associated references to LiveCD. Ticket #5895

376e8deb 02/17/2016 08:17 PM Chris Buechler

Set bridgeif for new bridge creation.

53904d09 02/17/2016 02:10 PM Renato Botelho

Simplify logic increasing value direct in hexa, PHP is smart to do it right. Spotteb by @loos-br

6449f4ad 02/17/2016 01:43 PM Renato Botelho

Merge pull request #2660 from phil-davis/gtetc1

d18f3f6e 02/17/2016 01:33 PM Phil Davis

Internationalize etc inc a-i files

ebc9c152 02/17/2016 01:24 PM Phil Davis

Fix printf(printf())

This looked odd having nested calls to printf()
Should it actually log_error()?

391d63da 02/17/2016 11:57 AM Renato Botelho

Fix #4675

Following bugs and improvements on DHCPv6 DDNS area, obtained from
PR #1638 from @Robert-Nelson:

- Use correct domain (ddnsdomain) instead of (domain)
- The option "deny client-updates" wasn't being set so forward entries
weren't being added. Allow user to chose between allow, deny or ignore...

4c62c1ff 02/17/2016 11:56 AM Renato Botelho

Implement get_v6_ptr_zones()

This function takes an IPv6 subnet and return an array containing all
DNS PTR zones

74db0283 02/17/2016 09:03 AM Renato Botelho

Sync RCC detection with RELENG_2_2