summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Update masterbcyrill2012-07-061-1/+1
|
* Fix Captive Portal SSLbcyrill2012-07-061-1/+4
|
* Fix Captive Portal statusbcyrill2012-07-062-4/+4
|
* Merge remote-tracking branch 'upstream/master' into cp_cert2bcyrill2012-07-031-20/+29
|\
| * Sync with upstream pbi toolsjim-p2012-07-031-20/+29
| |
* | Implement certificate chain in Captive Portalbcyrill2012-07-031-55/+21
|/
* Use Certificate Manager in Captive Portal settingsbcyrill2012-07-022-46/+78
|
* Change ereg() to preg_match() functionccesario2012-07-011-2/+2
|
* Fix typoccesario2012-07-011-1/+1
|
* Change ereg_replace() to preg_replace() functionccesario2012-07-011-4/+4
|
* Change ereg() to preg_match() functionccesario2012-07-011-1/+1
|
* If a package has donotsave, still process its input validation. Properly ↵jim-p2012-06-281-79/+82
| | | | handle preoutput in the case of input errors also.
* Allow for selecting the gateway group as a interface for the OpenVPN clientssmos2012-06-281-1/+11
|
* OpenVPN Client config page - minor test fixPhil Davis2012-06-281-3/+2
|
* OpenVPN Server config page - a couple of minor text tidy upsPhil Davis2012-06-281-4/+4
|
* LAN is not special here anymore. Do not remove the interface again (it was ↵jim-p2012-06-271-9/+3
| | | | alraedy removed before this block), do not remove NAT and such (OPTs may still need it!) and no need to remove shaper. Improve DHCP check and generalize it to work on any interface, not just LAN.
* Only display "No OpenVPN instance defined" if there really are none.Phil Davis2012-06-271-1/+1
|
* Only display "No OpenVPN instance defined" if there really are none.Phil Davis2012-06-271-1/+1
|
* firewall_alises.php - include all tab to preserve the old behaviormarcelloc2012-06-251-0/+4
|
* firewall_aliases.php include tabs(ip,port,url) , list aliases sorted, use ↵marcelloc2012-06-251-58/+98
| | | | dom_title funcion to show titles.
* Check in code that allows for using a gateway group as the interface on the ↵smos2012-06-251-0/+10
| | | | | | | | OpenVPN server page. Only allow IPv4 gateway groups for now. We'll need to add IPv6 suppport here later when we import OpenVPN 2.3. Unbreak the gateway group function on broken configurations like a missing 3G stick. Unbreak the interface IP/IPv6 code in openvpn.inc, we can listen on IPv4 or IPv6, not both. That path is now seperate which should cause less grief down the line. Adds to Redmine ticket #1965 which was for the IPsec failover.
* Fix hiding services in the widget that contain a space in the service name.jim-p2012-06-241-1/+1
|
* IGMPproxy, service_status widgetbcyrill2012-06-231-1/+1
|
* Make sure it's an array as an empty string has a count > 0bcyrill2012-06-231-1/+1
|
* fix typobcyrill2012-06-231-1/+1
|
* Add "idle" to clarify that legitimate active connections would not be ↵jim-p2012-06-211-2/+2
| | | | dropped by the pf optimization mode.
* 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
|
* Remove testing/debugging entryjim-p2012-06-191-1/+0
|
* fix textChris Buechler2012-06-181-1/+1
|
* fix textChris Buechler2012-06-181-2/+2
|
* Update pbi_create to current code from pc-bsdjim-p2012-06-181-372/+988
|
* 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
* Fix linkjim-p2012-06-181-2/+2
|
* Correct variable name. Fixes packet capture interface validation.jim-p2012-06-181-1/+1
|
* 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
* Added radvd / Updated Captive Portal service widgetbcyrill2012-06-152-26/+58
|
* Add radvd to Status:Services #2485bcyrill2012-06-151-0/+16
|
* 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
OpenPOWER on IntegriCloud