summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* Internationalize system user and group codePhil Davis2016-02-086-20/+17
|
* Add missing commajim-p2016-02-061-1/+1
|
* Fix NAS IP listing in captive portal. semi-related to Ticket #5656Chris Buechler2016-02-061-0/+1
|
* Use a better check for whether there are DNS servers available with dynamic ↵Chris Buechler2016-02-061-5/+4
| | | | WAN types. Ticket #4747
* Verify a DNS server exists before allowing enabling of forwarding mode. ↵Chris Buechler2016-02-061-0/+26
| | | | Ticket #4747
* $interface isn't used here. Wasn't before either, otherwise it would have ↵Chris Buechler2016-02-051-2/+0
| | | | broken the get_configured_carp_interface_list. Ticket #5844
* Just show the IP to the user, the VIP's uniqid is meaningless noise to the ↵Chris Buechler2016-02-051-1/+1
| | | | user. Ticket #5844
* Only show VIPs associated with the correct interface. Ticket #5844Chris Buechler2016-02-051-4/+5
|
* Select appropriate VIP where one is configured. Ticket #5844Chris Buechler2016-02-051-1/+1
|
* Add pfsync to the list of pre-defined packet capture filters. Also add ↵jim-p2016-02-051-2/+5
| | | | negation for ESP that seems to have been accidentally omitted.
* Fix #5837Renato Botelho2016-02-051-23/+23
| | | | | | | | | | | | | | | | | | | Since the introduction of pkg_with_pb(), direct calls to this function were added using the following format: if ! pkg_with_pb ... | tee -a $logfile; then What happened in this case is if was always getting a successfull return code from tee call, and pkg_with_pb return was always being ignored leading pfSense-upgrade to keep running when a fatal error happened. Since we need to print pkg output and also send it to log, _exec() call is the best option here. Added necessary flags to make sure necessary actions (unlock additional packages or cleaning up kernel package annotation) are executed on _exit call in fatal cases and replaced all direct calls by _exec()
* HTML Compliance - Status / OpenVPNNOYB2016-02-051-3/+2
| | | | | Start tag body seen but an element of the same type was already open. Stray start tag script.
* Adding ability to run dhcp6c in debug mode.k-paulius2016-02-041-0/+12
|
* Fixed #5841Stephen Beaver2016-02-042-3/+4
|
* Now that the fields on interfaces.php aren't hidden upon disabling the ↵Chris Buechler2016-02-041-18/+0
| | | | interface, we don't want to handle disable separately from everything else, as that discards all the changes other than disabling the interface. Everything else with handling bringing down of interfaces is still handled correctly. semi-related to Ticket #2453
* Return blank rather than 0ms/0% for unmonitored gateways latency and loss. ↵Chris Buechler2016-02-041-1/+5
| | | | Show on dashboard widget when a gateway is unmonitored. Ticket #2226
* Allow gateway weights up to 30, and add a check in filter.inc to prevent ↵Chris Buechler2016-02-041-1/+1
| | | | creating too long of a route-to line. Related to pull request 1614
* Fix typo in button class for CP statusjim-p2016-02-041-1/+1
|
* Make sure subnet_size() didn't return 0Renato Botelho2016-02-041-1/+3
|
* Isolate the check for @label in the end of hostname only for noip and noip-freeRenato Botelho2016-02-041-5/+8
|
* Merge pull request #2574 from tiagobar/masterRenato Botelho2016-02-041-0/+7
|\
| * Dynamic DNS URL for NO-IP needs to be updated.Tiago Barrionuevo2016-01-301-0/+7
| |
* | Merge pull request #2579 from NOYB/HTML_Compliance_-_Status_/_DHCPv6_leasesRenato Botelho2016-02-041-2/+2
|\ \
| * | HTML Compliance - Status / DHCPv6 leasesNOYB2016-02-021-2/+2
| | | | | | | | | | | | | | | Stray end tag tr. Move stray tr end tags inside foreach loops.
* | | Merger PR 2583 but retained non-sortable actions columnStephen Beaver2016-02-041-1/+1
| | |
* | | Status / DHCP leases - Root Cause Sort IssueNOYB2016-02-041-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sort routine apparently does not honor colspan attribute. Here are three possible solutions: 1) Add a description column instead of spanning the start and end columns. This is the method presented in this commit. 2) Include an empty second column with the description instead of spanning. This would not be very display/sort friendly though because it would be sharing the start column with the description. 3) Display two empty cells when lease type is static, instead of the description. This is the way status DHCPv6 leases currently works.
* | | Fix #5830Renato Botelho2016-02-041-1/+16
| | | | | | | | | | | | | | | Add a new advanced option on gateways to allow user define data payload. Default is 0
* | | Don't sort online, lease type or action icon columnsStephen Beaver2016-02-031-3/+3
| | |
* | | Add RFC 2136 support to the DynDNS widgetjim-p2016-02-031-7/+34
| | |
* | | Add back "Save & Force Update" for RFC 2136jim-p2016-02-031-5/+10
| | |
* | | Implement Multi-WAN for RFC2136.jim-p2016-02-032-8/+35
| | | | | | | | | | | | A failover gateway group may be selected similar to the other DynDNS styles.
* | | Fix hiding of shadow selectorStephen Beaver2016-02-032-2/+2
| | |
* | | Improvements to priv filteringStephen Beaver2016-02-031-8/+57
| | |
* | | Improvements to the priviledge filter functionalityStephen Beaver2016-02-033-10/+59
| | |
* | | System / Advanced / Firewall and NAT - Remove PPTP from VerbiageNOYB2016-02-031-3/+2
| | | | | | | | | | | | | | | Remove PPTP from Verbiage. https://forum.pfsense.org/index.php?topic=106257.0 Also don't see any reason for the span tag here.
* | | Duplicate monitors rather than overwrite. Ticket #4441Chris Buechler2016-02-031-0/+4
| | |
* | | pfsync syncpeer requires IPv4. Ticket #4648Chris Buechler2016-02-021-0/+6
| | |
* | | Added priv filter capabilityStephen Beaver2016-02-021-1/+65
| | |
* | | Fixed #5049Stephen Beaver2016-02-021-1/+66
| | |
* | | Regenerate .potRenato Botelho2016-02-021-1907/+2193
| | |
* | | Merge pull request #2580 from phil-davis/gtsys2Renato Botelho2016-02-0213-75/+77
|\ \ \
| * | | Internationalization of various system*.phpPhil Davis2016-02-0313-75/+77
| | | |
* | | | Fix up DynDNS widget to follow recent changes in DynDNS for Namecheapjim-p2016-02-021-3/+14
| | | |
* | | | Cosmetic saveStephen Beaver2016-02-022-2/+4
|/ / /
* | | Per #4195Stephen Beaver2016-02-021-1/+1
| | | | | | | | | | | | Alias table is now sortable
* | | Status / System Logs - Forms Buttons Icons UpdateNOYB2016-02-021-6/+7
| | | | | | | | | | | | | | | Add icon to save button. Consolidate addClass statements.
* | | Fix #5831 using a simpler approach, just setting REPO_AUTOUPDATE=false when ↵Renato Botelho2016-02-021-0/+4
| | | | | | | | | | | | it's booting
* | | Revert "Fix #5831"Renato Botelho2016-02-021-4/+4
|/ / | | | | | | This reverts commit 93a8ddf7a4c5d43cbeb623c923eb76659e6f49e0.
* | Add missing description fieldStephen Beaver2016-02-011-2/+9
| |
* | Save pkg call return code to use on return. The way it is now is always ↵Renato Botelho2016-02-011-1/+2
| | | | | | | | returning 0. It should fix #5837
OpenPOWER on IntegriCloud