summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add license files used by core packagesRenato Botelho2016-06-243-0/+51
|
* Include interface scope on IPv6 static routes to link local gateway IPs. ↵Chris Buechler2016-06-241-0/+4
| | | | Ticket #6506
* Comment typoStephen Beaver2016-06-231-1/+1
|
* Revert "adding privileges and separating DNS Resolver overrides from general ↵Chris Buechler2016-06-235-323/+3
| | | | | | settings" This reverts commit fc76a1e390c8ce9579df31457c74d1d0e572b78d.
* Merge pull request #3019 from NOYB/RFC2136_Client_Edit_Priv_DefStephen Beaver2016-06-231-1/+1
|\
| * Shouldn't the priv match here be set to "services_rfc2136_edit.php*"?NOYB2016-06-221-1/+1
| |
* | Merge pull request #3017 from phil-davis/patch-2Stephen Beaver2016-06-231-1/+1
|\ \
| * | Load actual value of webguihostnamemenuPhil Davis2016-06-231-1/+1
| |/ | | | | This is a string from a list of valid values (empty, "hostonly", "fqdn"). So it is not correct to just gather a true/false value here.
* | Restored countdown functionality and menu refresh on successful ↵Stephen Beaver2016-06-231-5/+23
| | | | | | | | | | | | update/remove/install Added comments to clarify operation of the page
* | Move /etc/ascii-art to /usr/local/share/pfSenseRenato Botelho2016-06-233-1/+2
| |
* | Remove unused mtree fileRenato Botelho2016-06-231-0/+0
| |
* | Make base package to populate /etc/platformRenato Botelho2016-06-233-1/+4
| |
* | Remove copy of serviceproviders.xml, it will be provided by port ↵Renato Botelho2016-06-231-13576/+0
| | | | | | | | net/mobile-broadband-provider-info
* | Move iso_3166-1_list_en.xml to /usr/local/share/pfSenseRenato Botelho2016-06-233-1/+2
| |
* | Remove DejaVuSansMono-Roman.ttf, rrdtool is not plotting graphs anymoreRenato Botelho2016-06-231-0/+0
| |
* | Remove intel license files, they are part of FreeBSD-srcRenato Botelho2016-06-233-456/+0
| |
* | Create /home on rc if it's necessary, then remove home/.empty file from git repoRenato Botelho2016-06-232-0/+4
| |
* | Move athctrl.sh to /usr/local/sbinRenato Botelho2016-06-233-1/+2
|/
* Clarify ports alias hint. Ticket #6523Chris Buechler2016-06-221-1/+1
|
* add traffic totals packageJared Dillard2016-06-221-0/+1
|
* % and / are also allowed in valuesjim-p2016-06-221-2/+2
|
* Merge pull request #3011 from NewEraCracker/redmine-6394Stephen Beaver2016-06-224-4/+9
|\
| * Fix Bug #6394 - Incorrect Output of TranslationNewEraCracker2016-06-194-4/+9
| | | | | | | | Apparently gettext() does not behave correctly when passed an empty string, this commit ensures gettext() is called only with non-empty strings
* | Merge pull request #3010 from NOYB/Remove_Duplicate_ListTags_EntryStephen Beaver2016-06-222-2/+2
|\ \
| * | Remove duplicate listtags() entry 'member'.NOYB2016-06-182-2/+2
| | |
* | | Merge pull request #3006 from stilez/patch-33Stephen Beaver2016-06-221-24/+0
|\ \ \
| * | | Remove subnet_expand()stilez2016-06-171-24/+0
| | | | | | | | | | | | Function isn't used in main or packages repo, and in any case would need a complete rewrite to handle IPv6.
* | | | Merge pull request #3005 from phil-davis/patch-4Stephen Beaver2016-06-221-2/+4
|\ \ \ \
| * | | | Fix #6482 OpenVPN Redirect Gateway Option Causes GUI IssuePhil Davis2016-06-151-2/+4
| | | | | | | | | | | | | | | | | | | | This fixes the GUI inconsistency reported in the referenced bug. On edit of an OpenVPN server that has tun mode, not shared key, and the gwredir checkbox checked, the local_network fields are shown, but actually they should be hidden (because that is what happens on first data entry when gwredir is checked). At least this makes the GUI consistent. Then the other issues mentioned in Redmine feature 6483 can be addressed separately.
* | | | | Merge pull request #3004 from hailthemelody/masterStephen Beaver2016-06-221-12/+14
|\ \ \ \ \
| * | | | | added missing div.content wrapper when reloading filtershailthemelody2016-06-131-12/+14
| |/ / / /
* | | | | Merge pull request #3002 from NewEraCracker/patch-invalid-foreachStephen Beaver2016-06-222-6/+10
|\ \ \ \ \
| * | | | | Fix PHP Warning about invalid argument supplied for foreachNewEraCracker2016-06-132-6/+10
| |/ / / / | | | | | | | | | | | | | | | If _POST['members'] or _POST['groups'] is not set / none selected at GUI, it would give a warning on crash reporter (dev versions)
* | | | | Merge pull request #3001 from NewEraCracker/patch-pppoe-mpdStephen Beaver2016-06-221-2/+3
|\ \ \ \ \
| * | | | | Fix bad escapeshellarg logic on mpd executionNewEraCracker2016-06-151-2/+3
| |/ / / / | | | | | | | | | | | | | | | With this change single-quotes are applied in correct places
* | | | | Merge pull request #2989 from phil-davis/patch-2Stephen Beaver2016-06-221-16/+43
|\ \ \ \ \
| * | | | | Do not allow deleting your own user namePhil Davis2016-06-051-16/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently if you delete your own user name, then the config ends up with a blank user tag in it. Rather than fix that up, it seems dangerous to be able to delete yourself anyway, because if you are the last user with admin privs for which you know the password (i.e. if you have not recorded the password for "admin" somewhere), then you can lock yourself out. That would require console access to fix, which for some people is a pain. It seems reasonable to me to make the person login as some other user with admin privs to delete "themselves". Bit of boots and braces done here: 1) Don't show the trash bin icon for "yourself", and also disable the delete_check checkbox. So you can't opt to delete yourself from the ordinary front-end GUI. 2) Enhance the back-end validation to prevent deleting yourself, just in case someone mucks about in the front-end code. 3) Put error messages to tell people when something is not deleted, and why. 4) In the success message for multi-deletion, tell which user names have actually been deleted.
* | | | | | Merge pull request #2988 from stilez/patch-28Stephen Beaver2016-06-222-27/+18
|\ \ \ \ \ \
| * | | | | | missing "("stilez2016-05-311-1/+1
| | | | | | |
| * | | | | | optional arg for old behaviourstilez2016-05-311-3/+4
| | | | | | |
| * | | | | | function name hms -> dhms stilez2016-05-311-5/+5
| | | | | | | | | | | | | | | | | | | | | to match edit to util.inc
| * | | | | | Simplify convert_seconds_to_hms() and show days for large numbers of hoursstilez2016-05-311-22/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Function can be simplified and all "if" statements removed, using intdiv (or casting result as int for PHP < 7) and % for calcs and sprintf for padding. 2) Input validity check before trying to convert format 3) If time represented is large (eg uptime might be several months) then hours becomes unhelpful, it's clearer to show "4921:02:06" as "205d 01:02:06". (Leading "days" value not shown unless >=1 for simplicity)
* | | | | | | Merge pull request #2987 from stilez/patch-27Stephen Beaver2016-06-221-0/+25
|\ \ \ \ \ \ \
| * | | | | | | Add "delete entry" for ARP tablestilez2016-05-311-0/+25
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful function in some circumstances - seems no reason not to have it. Uses IP rather than hostname since not all ARP entries have hostnames. Probably should also have "delete all" but not done that.
* | | | | | | Merge pull request #2986 from NewEraCracker/patch-ntp-gpsStephen Beaver2016-06-222-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix NTP PPS. It had 'None' option available on 2.2.x.NewEraCracker2016-06-151-1/+1
| | | | | | | |
| * | | | | | | Fix "Unable to remove NTP GPS from configuration"NewEraCracker2016-06-151-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | https://forum.pfsense.org/index.php?topic=112771.msg627573
* | | | | | | Merge pull request #2982 from stilez/patch-26Stephen Beaver2016-06-223-17/+12
|\ \ \ \ \ \ \
| * | | | | | | redundant check - is_numericint() tests for >= 0stilez2016-05-241-1/+1
| | | | | | | |
| * | | | | | | Use global backup count instead of hardcoded value and remove redundant functionstilez2016-05-241-12/+1
| | | | | | | |
OpenPOWER on IntegriCloud