summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure it's an array as an empty string has a count > 0bcyrill2012-06-231-1/+1
|
* Merge pull request #149 from bcyrill/patch-5Scott Ullrich2012-06-221-1/+1
|\ | | | | fix typo
| * fix typobcyrill2012-06-231-1/+1
|/
* Add missing globalWarren Baker2012-06-221-1/+1
|
* Restore this code that was accidentally revertedjim-p2012-06-211-6/+5
|
* Add "idle" to clarify that legitimate active connections would not be ↵jim-p2012-06-211-2/+2
| | | | dropped by the pf optimization mode.
* Merge pull request #148 from phil-davis/masterSeth Mos2012-06-213-3/+3
|\ | | | | Fix time display on dashboard and other places
| * Use config array to get the timezone. syscfg is no longer defined here.Phil Davis2012-06-211-1/+1
| |
| * Use config array to get the timezone. syscfg is no longer defined here.Phil Davis2012-06-211-1/+1
| |
| * Use config array to get the timezone. syscfg is no longer defined here.Phil Davis2012-06-211-1/+1
|/
* Make sure to skip "unexpected" RA messages from other interfaces, we don't ↵smos2012-06-201-1/+1
| | | | want those.
* Make sure that the limits are included in the normal ruleset, otherwise pf ↵smos2012-06-201-0/+1
| | | | will use the defaults.
* Remove null character at end of fileErik Fonnesbeck2012-06-191-1/+1
|
* Fix trailing whitespacejim-p2012-06-191-7/+7
|
* Remove testing/debugging entryjim-p2012-06-191-1/+0
|
* fix textChris Buechler2012-06-181-1/+1
|
* fix textChris Buechler2012-06-181-2/+2
|
* Correct typosmos2012-06-181-1/+1
|
* Update pbi_create to current code from pc-bsdjim-p2012-06-181-372/+988
|
* A few launch improvements so that configuring the DHCP6 client on the WAN it ↵smos2012-06-181-5/+6
| | | | | | | immediately kicks in. With the fixed rc.newwanipv6 it should immediately spring to life. Redmine ticket #2414
* Make sure that we configure the track interface from the DHCP6 wan, correct ↵smos2012-06-181-1/+1
| | | | | | typo. Redmine ticket #2414
* Now that we actually have a IP protocol tag in the config.xml we can make ↵smos2012-06-181-5/+14
| | | | | | this check a lot simpler and do less guessing. Redmine ticket #2503
* Use awk instead of grep, this works on a v4 PPPoE connection for me. Need to ↵smos2012-06-181-8/+8
| | | | | | verify that it works for 3G too. Redmine ticket #2458
* Support IPv6 aliases, the frontend already does. Removing does not work yet.smos2012-06-181-2/+4
| | | | See ticket #2483
* Don't fall back to fetching PBIs from FreeBSD, they have none.jim-p2012-06-181-6/+6
|
* Fix linkjim-p2012-06-181-2/+2
|
* Correct variable name. Fixes packet capture interface validation.jim-p2012-06-181-1/+1
|
* Brazilian Portuguese (pt_BR) translations addedVinicius Coque2012-06-174-0/+62190
|
* Use require_once() prevent declaration errors.smos2012-06-171-4/+4
| | | | Fixes redmine ticket #2502
* Merge pull request #147 from marcelloc/masterScott Ullrich2012-06-164-74/+118
|\ | | | | improve alias popup in firewall_rules
| * improve alias popup in firewall_rulesCharlie Root2012-06-164-74/+118
|/ | | | | | | | include url_table list up to 10000 items read alias only on mouseover use table to list columns show edit shortcut show total items value on popup description
* This is apparently breaking reinstalls. Revert "Actually make reinstallpkg ↵jim-p2012-06-151-3/+1
| | | | | | remove the bionaries and really reinstall them" This reverts commit 12b0fa564dc9b9ffe1773855e6ab528f4a5c7a5e.
* add Tusmobil provider info.Darren Embry2012-06-151-0/+10
| | | | feature #2462
* Merge pull request #146 from bcyrill/patch-2Jim P2012-06-152-26/+58
|\ | | | | Added radvd / Updated Captive Portal service widget
| * Added radvd / Updated Captive Portal service widgetbcyrill2012-06-152-26/+58
|/
* Merge pull request #145 from bcyrill/patch-1Seth Mos2012-06-152-0/+67
|\ | | | | Add radvd to Status:Services #2485
| * Add radvd to Status:Services #2485bcyrill2012-06-152-0/+67
|/
* Actually make reinstallpkg remove the bionaries and really reinstall themErmal2012-06-151-1/+3
|
* Simplify the input validation condition for protocolErik Fonnesbeck2012-06-141-8/+1
|
* add subnets to RA; add support for aliasesDarren Embry2012-06-141-2/+125
| | | | hopefully finishes #2361
* validate dropdowns for security reasonsDarren Embry2012-06-141-7/+40
| | | | *really* fixes #2494 :-)
* minor code rearrangingDarren Embry2012-06-141-12/+14
| | | | move code that populates $interfaces nearer the top
* hugh blanford patch: dnsmasq, source interface and ipsec vpnsDarren Embry2012-06-141-5/+34
| | | | fixes #1361
* add validation to fields on diag_packet_captureDarren Embry2012-06-141-50/+83
| | | | fixes #2494
* fix a couple booboosDarren Embry2012-06-141-6/+6
| | | | | - fbegin.inc needs to be included after <body> - s/require/require_once/ fixes 'cannot redeclare function' error
* Rework the banner display a bit to preserve space (could still use some ↵jim-p2012-06-131-10/+45
| | | | shortening, but better than it was)
* Put v6 IP on a new line to save horizontal spacejim-p2012-06-131-3/+2
|
* Add a note to the GIF page suggesting that if they are adding a he.net ↵jim-p2012-06-131-0/+2
| | | | tunnelbroker they may want a dyndns entry to keep it updated.
* Adjust this size a bit for a more comfortable fit.jim-p2012-06-131-1/+1
|
* Merge pull request #144 from ccesario/masterScott Ullrich2012-06-132-52/+71
|\ | | | | Add scrollbar in dropdown menu based in window height
OpenPOWER on IntegriCloud