Commit Graph

31948 Commits

Author SHA1 Message Date
NewEraCracker
ceabd66d57 Fix NTP PPS. It had 'None' option available on 2.2.x. 2016-06-15 09:12:12 +01:00
NewEraCracker
55de528cbb Fix "Unable to remove NTP GPS from configuration"
https://forum.pfsense.org/index.php?topic=112771.msg627573
2016-06-15 09:12:11 +01:00
Renato Botelho
f68dc9f497 Use correct format for REVISION on image filenames 2016-06-10 13:40:19 -04:00
Renato Botelho
eade1a5702 Add PRODUCT_REVISION to image filenames 2016-06-10 13:39:15 -04:00
Chris Buechler
480100df8e Merge pull request #2999 from phil-davis/patch-6 2016-06-09 17:07:09 -04:00
jim-p
4bf17edc2f One more escapeshellarg for auth.inc on 2.4. Ticket #6475 2016-06-09 10:08:22 -04:00
jim-p
0a39f78f5b Use escapeshellarg on shell calls in auth.inc. Ticket #6475 2016-06-09 10:06:39 -04:00
jim-p
e63321a5e9 Validate submitted groups when editing a user. Ticket #6475 2016-06-09 10:06:37 -04:00
jim-p
5bef24071a Add input validation to system_groupmanager.php to prevent invalid members from being submitted. Ticket #6475 2016-06-09 09:25:42 -04:00
Chris Buechler
33872ac0c1 Merge pull request #2998 from phil-davis/patch-5 2016-06-08 19:29:19 -04:00
Chris Buechler
50957283ec Merge pull request #2997 from phil-davis/resetwebgui 2016-06-08 19:15:39 -04:00
Phil Davis
21c18c3df1 Fix #6460 Interface mismatch apply changes button 2016-06-08 19:15:20 -04:00
Renato Botelho
756ef4dfff Rework pkg_mgr_install.php:
- Stop using id parameter for additional packages, keep using it only
  for firmware upgrades
- Created to control variables $completed and $confirmed to check all
  the stages and make it easy to understand what is happening
- Stop using $pkgid and use $pkgname instead
- Set $pkgname early and validate the port name
- Use $firmwareupdate everywhere to check if it's a firmware upgrade
- Add hidden input called confirmed to control when user has confirmed
  installation / upgrade / removal
- Add specific messages for reinstall all
- Remove an extra form submit and just changes progress bar and
  informative panel when json process finished successfully
2016-06-08 19:02:26 -04:00
Renato Botelho
c078dd89d4 Implement pkg_valid_name() 2016-06-08 19:02:26 -04:00
Renato Botelho
a915cb4cbe Fix variable name s/POST/_POST/ and also parameter name s/complete/completed/ 2016-06-08 19:02:26 -04:00
Renato Botelho
5fd5f7e78d Fix indent 2016-06-08 19:02:26 -04:00
Renato Botelho
5b216d25f9 Improve readability 2016-06-08 19:02:26 -04:00
Renato Botelho
af0a2a755f Improve readability 2016-06-08 19:02:26 -04:00
Renato Botelho
ddbe2c0cd9 Simplify mode parameter validation 2016-06-08 19:02:26 -04:00
Renato Botelho
d85e29b74b Remove redundant check since pkgcancel is never set 2016-06-08 19:02:26 -04:00
Renato Botelho
56218db2d3 Validate mode parameter and use sanitized variable on other places 2016-06-08 19:02:26 -04:00
Renato Botelho
f7b609682e Add pgsql PHP module to the list of available ports. Fixes #6462 2016-06-08 10:23:45 -04:00
Phil Davis
a9dafcba75 Fix #6468 Do not allow edit of day and times
in rows of time ranges for a schedule.
The code was always intended that the user uses the calendar pad and start hour/minute stop hour/minute drop-down fields to enter days and time range. If an existing day-time-range is wrong, then the workflow is to delete the row and then enter the correct day-time-range using the calendar pad and start hour/minute stop hour/minute drop-down fields.

I left the Description field as editable - there is not harm here in letting the user fixup text in any of the dsecriptions for each row.
2016-06-08 12:04:53 +09:30
Phil Davis
d4d8f29373 Fix #6463 Dest net alias matching on page load
Do not set destination field to use customarray
Note: dstbeginport_cust does not exist on this page, so I got removed it here also to avoid future confusion.
2016-06-08 11:23:17 +09:30
Phil Davis
9202151e8d Add resetwebgui to developer shell
This might be helpful to people if they have set the theme to something
that they are having trouble displaying, reading... or enabled some
widget that is not good or...
It allows them to get back to a known-working dashboard state, from
where they can try again with customizations.
Having something like this was suggested by stilez in amongst discussion
of features for https://github.com/pfsense/pfsense/pull/2989
2016-06-07 16:57:59 +09:30
jim-p
0771de32cd This needs a newline 2016-06-06 14:21:48 -04:00
Renato Botelho
311d4732f6 Re-enable ntopng 2016-06-06 07:50:16 -03:00
Renato Botelho
a0e2eb01ed Replace ixgbe by ix and ixv 2016-06-03 18:13:16 -03:00
Chris Buechler
754f7091da Set keepalive_timeout 0 where captive portal in use, and update otherwise to nginx's current default of 75. Ticket #6421 2016-06-03 00:52:02 -05:00
Chris Buechler
e2f0b061e0 Fix save and reset buttons on status_lb_pool.php. Ticket #6254 2016-06-02 18:31:52 -05:00
Chris Buechler
88aec75d96 Add grub2-bhyve to poudriere 2016-06-02 15:55:52 -05:00
Chris Buechler
a409475bdb Merge pull request #2991 from phil-davis/patch-2 2016-06-02 13:59:38 -05:00
Renato Botelho
ee2fbe2cce Disable bsdinstaller build 2016-06-02 11:52:26 -03:00
Renato Botelho
b034785d30 Stop using memory disks for staging and final dir 2016-06-02 10:55:35 -03:00
Phil Davis
9a9b000767 Fix #6440 RADIUS issued IPs
This is a checkbox - the state in the config is stored as set or not set.
This should fix the reported issue. I don;t have a system right now to test, but the bug seems obvious.
2016-06-02 16:43:09 +09:30
Chris Buechler
bf19eec78a add dhcp_probe 2016-06-01 22:38:18 -05:00
Chris Buechler
64bbccf2ed Add BIND package 2016-06-01 22:06:33 -05:00
Chris Buechler
582a45f9ba Allow - and _ in sysctl values. Ticket #6438 2016-06-01 19:43:44 -05:00
Chris Buechler
e488da267d Don't override type so changing it is possible. Ticket #6439 2016-06-01 16:53:19 -05:00
Chris Buechler
be0ab08558 Allow - in TFTP Server field. Ticket #6433 2016-06-01 14:46:27 -05:00
Chris Buechler
00bdbab70f Merge pull request #2990 from phil-davis/colmn 2016-06-01 13:55:35 -05:00
jim-p
0529beddc1 Mask a few more sensitive bits of data in the status.php config. 2016-06-01 08:09:58 -04:00
Renato Botelho
92323161d4 Rename /etc/rc(.shutdown) -> /etc/pfSense-rc(.shutdown) and stop overlapping FreeBSD-src files 2016-06-01 08:02:04 -03:00
Phil Davis
e6367325a8 Comment typos
I can't resist fixing them when I see them.
2016-06-01 16:57:23 +09:30
Chris Buechler
1464554932 Add a check to see if the file exists before running filesize on it, to avoid PHP error. 2016-05-31 18:26:36 -05:00
Chris Buechler
92da593a95 Link to correct schedule from firewall_rules.php. Ticket #6428 2016-05-31 17:13:08 -05:00
Renato Botelho
9049825271 Move our copy of dhclient-script to /usr/local/sbin/pfSense-dhclient-script and change interfaces.inc accordingly 2016-05-31 17:04:41 -03:00
Renato Botelho
4ecaca5b94 Move openssl.cnf to better place and copy it over to /etc/ssl during boot 2016-05-31 16:54:00 -03:00
Renato Botelho
6251d51714 Reduce differences from FreeBSD default openssl.cnf 2016-05-31 16:47:12 -03:00
Renato Botelho
3e14659091 Remove our copy of /etc/shells 2016-05-31 11:29:36 -03:00