summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Update usr/local/www/javascript/filter_log.jsN0YB2012-12-071-2/+15
| | | Firewall Logs Widget FilteringOptions to filter on interfaces, 'pass', 'block', & 'reject'
* Update usr/local/www/widgets/widgets/log.widget.phpN0YB2012-12-071-6/+49
| | | | Firewall Logs Widget Filtering Options to filter on interfaces, 'pass', 'block', & 'reject'
* Merge pull request #271 from brunostein/masterErmal Luçi2012-12-061-1/+44
|\ | | | | Add input autocomplete array aliases
| * add input autocomplete array aliasesbruno2012-12-061-1/+44
| |
* | Merge pull request #269 from N0YB/Diagnostics-Tables-Top-StatusJim P2012-12-051-8/+11
|\ \ | |/ |/| Diagnostics Tables Top Status
| * Merge remote-tracking branch 'origin/master' into Diagnostics-Tables-Top-StatusN0YB2012-11-293-7/+29
| |\
| * | Update usr/local/www/diag_tables.phpN0YB2012-11-291-1/+1
| | | | | | | | | String correction
| * | Diagnostics Tables Top StatusN0YB2012-11-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Updated: Removed variable from gettext fuction call. Add table entries count to status line. Place table status line at top so don't have to scroll to bottom of large tables to see. Add Download latest bogon data button to bogonsv6 table.
| * | Update usr/local/www/diag_tables.phpN0YB2012-11-281-8/+11
| | | | | | | | | | | | | | | | | |   Add table entries count to status line. Place table status line at top so don't have to scroll to bottom of large tables to see.Add Download latest bogon data button to bogonsv6 table. 
* | | Add input validation to reject invalid combinations of IPv4/IPv6 openvpn ↵jim-p2012-12-042-0/+22
| | | | | | | | | | | | protocols and interface/VIPs.
* | | Fix more tests for DHCP relay being enabled.jim-p2012-12-041-2/+2
| | |
* | | Remove this now-irrelevant comment.jim-p2012-12-041-5/+0
| | |
* | | Fix test to see if DHCP Relay is enabled.jim-p2012-12-041-12/+1
| | |
* | | Do a more strict type match here, otherwise if the result returned is 0, ↵jim-p2012-12-041-1/+1
| |/ |/| | | | | that is also "== false" but not actually boolean false.
* | Be a little more verbose when starting the NTP daemonjim-p2012-11-291-0/+5
| |
* | Add a couple more (small, optional) snmp modules.jim-p2012-11-291-0/+15
| |
* | Simplify logicErmal2012-11-281-7/+8
| |
* | Only try to get mac if the its requiredErmal2012-11-281-1/+2
|/
* Fixes #1575. Allow Match option to be used with limiters as well. The ↵Ermal2012-11-271-4/+1
| | | | support is there in kernel so allow rules to be configured on this.
* The context creation and memmber interfaces are only used during rules ↵Ermal2012-11-231-4/+0
| | | | creation so make that contained only in init_rules and rule creation functions
* Resolves #2529. Load the ipfw module before any commands are executed on CP. ↵Ermal2012-11-222-9/+1
| | | | Also move the filter_load_ipfw() to captiveportal.inc:captiveportal_load_modules() since no other place uses ipfw(4)
* Fix syntax and do not commit late :)Ermal2012-11-221-0/+1
|
* Merge pull request #265 from PiBa-NL/outbound_nonatErmal Luçi2012-11-221-1/+0
|\ | | | | outbound nat, remove non-applicable translation option 'any'
| * outbound nat, remove non-applicable optionPiBa-NL2012-11-221-1/+0
| |
* | Correct syntaxWarren Baker2012-11-221-1/+1
| |
* | Fix parentheses matchingErik Fonnesbeck2012-11-211-1/+1
| |
* | The pppoe handle scriptErmal2012-11-211-15/+12
| |
* | Correct reload of ppp interface after modifications in the assign->ppps sectionErmal2012-11-211-1/+1
| |
* | Up the char count to include a port numberWarren Baker2012-11-211-1/+1
| |
* | If destination is larger than 15 then truncate it, otherwise blocks like ↵Warren Baker2012-11-211-1/+1
| | | | | | | | VRRP advertisements push the values out
* | remove non-applicable textChris Buechler2012-11-211-1/+0
| |
* | Merge pull request #260 from PiBa-NL/outbound_nonatChris Buechler2012-11-201-6/+8
|\ \ | |/ | | show difference between outbound NAT and outbound NONAT.
| * add " address" behind the interface nat namePiBa-NL2012-11-201-1/+1
| |
| * show difference between outbound NAT and outbound NONAT.PiBa-NL2012-11-181-6/+8
| |
* | This is not needed hereErmal2012-11-201-1/+0
| |
* | Remove other potential places where someone could select a kernel we no ↵jim-p2012-11-201-4/+2
| | | | | | | | longer ship. Try to improve kernel detection a little more.
* | Add these file so they get added during regenerationErmal2012-11-201-0/+2
| |
* | Resolves #2294. Base64 encode the file when sending to the browser same way ↵Ermal2012-11-201-4/+3
| | | | | | | | it is encoded when sent to us. This prevents csrf from mangling things
* | While I'm here, allow an ICMP rdr.jim-p2012-11-201-1/+1
| |
* | Only apply this port check for TCP and UDP.jim-p2012-11-201-1/+1
| |
* | Allow only post action and not get to avoid security problemsErmal2012-11-201-14/+14
| |
* | Remoev exec_raw.php since its a dangerous pageErmal2012-11-201-53/+0
| |
* | Commit a revised version of ↵Ermal2012-11-191-1/+1
| | | | | | | | https://github.com/bsdperimeter/pfsense/pull/264.diff
* | Fix: Repopulate fieldbcyrill2012-11-181-1/+1
| |
* | updated pfSense.potVinicius Coque2012-11-171-2559/+7471
| |
* | Removing unnecessary gettext function callsVinicius Coque2012-11-172-4/+3
| |
* | To allow limiters to work correctly on mutliwan for now enforce selecting a ↵Ermal2012-11-161-0/+2
|/ | | | gateway on outgoing
* Update usr/local/www/vpn_ipsec_phase1.phpErmal Luçi2012-11-161-1/+1
| | | Correct missing $
* Add extra safety belts here.jim-p2012-11-151-1/+1
|
* Remove none per Jim since it is confusingErmal2012-11-151-1/+0
|
OpenPOWER on IntegriCloud