summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* include broadcast address to allow dhcp to work.Ermal2010-11-261-1/+0
|
* Resolves #1040. Fix dynamic addition of gateways from routes edit screen.Ermal2010-11-251-3/+5
|
* Resolves #1043. Do not allow limiters in floating rules without direction. ↵Ermal2010-11-251-0/+2
| | | | It is invalid practice and while the backend skips it the user should be warned.
* Fix text for the P1 table header.Erik Fonnesbeck2010-11-241-2/+2
|
* Add st and si optionsScott Ullrich2010-11-231-0/+4
|
* Rename to pfInfo for consistencyScott Ullrich2010-11-232-2/+2
|
* Adding Diagnostics: LimiterScott Ullrich2010-11-232-0/+118
|
* Increase setTimeoutScott Ullrich2010-11-231-2/+2
|
* Adding Diagnostics: pf Info which shows the output of pfctl -vvi and pfctl ↵Scott Ullrich2010-11-232-0/+117
| | | | -vvI via AJAX
* Cleanup code and fix dynamic firewall log reverse view, fixes #1031jim-p2010-11-231-9/+9
|
* Initialize variable. Ticket #1023.Ermal2010-11-231-0/+1
|
* Ticket #1023. Correct carp status even on the status page.Ermal2010-11-231-5/+6
|
* Ticket #1023. Correct the widget code bringing it full speed with latest ↵Ermal2010-11-232-6/+7
| | | | carp code.
* Add option to control automatic creation of NAT rules which assist ↵Erik Fonnesbeck2010-11-221-0/+14
| | | | forwarding rules that send traffic out to the same subnet it originated from.
* When adding/editing a gateway, check IP alias subnets, too. Fixes #1015Erik Fonnesbeck2010-11-221-1/+1
|
* Add other interfaces to local network selection and show proper names. Fixes ↵Erik Fonnesbeck2010-11-221-1/+6
| | | | #965
* Do not save settings related to ports when protocol does not use ports. ↵Erik Fonnesbeck2010-11-221-10/+11
| | | | Ticket #953
* Do not save fields from translation section when "Do not NAT" is checked. ↵Erik Fonnesbeck2010-11-221-8/+5
| | | | Ticket #952
* Use correct names for integer and boolean types in DHCP options and fix typo ↵Erik Fonnesbeck2010-11-221-11/+11
| | | | in hexadecimal validation for strings. Fixes #962
* Upon restoring a config, replacing whole sections, or editing config.xml in ↵Erik Fonnesbeck2010-11-211-1/+3
| | | | edit.php, prevent possible accidental lockout from DNS rebind and HTTP referrer checks by disabling them until reboot or the next time they pass, whichever comes sooner. Ticket #1027
* Fix reading the ip from the right file for dyndns.Ermal2010-11-191-9/+9
|
* When the local port is left blank on an OpenVPN client, use 'lport 0' to ↵jim-p2010-11-191-1/+1
| | | | direct the client to use a random source port. Fixes #1025
* Save the host name and domain to a temporary location until the setup wizard ↵Erik Fonnesbeck2010-11-182-3/+18
| | | | is finished to prevent triggering the DNS rebind message. Fixes #1022 Also use this information to implement the redirect for changed host for ticket #455
* Handling this properly when the web gui is on an alternate port number.Erik Fonnesbeck2010-11-181-3/+5
|
* Make this check more general in case someone makes a wizard that changes an ↵Erik Fonnesbeck2010-11-171-4/+8
| | | | opt interface's IP address and wants to use the "Reload in progress" step. Ticket #455
* Properly reflect ports in the GUI view of the anti-lockout rule since ↵jim-p2010-11-171-2/+17
| | | | Ermal's changes restricted it to only ssh/gui ports.
* Show CRL download link only for imported certificates or CRLs with revoked ↵jim-p2010-11-171-0/+2
| | | | certificates.
* Some CRL fixes.jim-p2010-11-171-5/+7
|
* Ticket #1017. Put a @ before each fwrite to silence errors. Also setup the ↵Ermal2010-11-171-1/+1
| | | | log file in the beginning rather than on each individual function.
* Resolves #1018. Provide a more unique host name for the file.Ermal2010-11-171-1/+1
|
* Add workaround for referrer check to not be triggered on the previous IP ↵Erik Fonnesbeck2010-11-171-1/+3
| | | | address when redirected by the setup wizard.
* Redirect to the correct IP at the end of the setup wizard if accessing it on ↵Erik Fonnesbeck2010-11-171-2/+10
| | | | an IP address that was changed. Fixes #455
* Fix typo in comment.jim-p2010-11-161-1/+1
|
* Ensure this is an array before entering the foreach loop. Fixes #1012Erik Fonnesbeck2010-11-161-7/+9
|
* Avoid exec() and use php calls.Ermal2010-11-161-7/+3
|
* * Use pkg_info -E pkgname* for testing if a package is installed.Ermal2010-11-161-6/+6
| | | | | | | | | * Do not call eval if we cannot include an .inc file since that will make the whole script fail. * Keep the log from the start to the end without overwriting. This makes debugging and problem reporting easy and explains what is done during installation. * Check retrun value of download_with_progress_bar to make it possible catching errors during download. * Lots of improvements in between Related to Ticket #950
* Disable CSRF checks on the backup page.Scott Ullrich2010-11-151-0/+1
|
* Add nocsrf flagScott Ullrich2010-11-142-3/+7
|
* Fix misnamed form field on CRL import.jim-p2010-11-141-1/+1
|
* Fix variable names. Ticket #954Erik Fonnesbeck2010-11-141-5/+5
|
* Fix case of variable name for swap usage. Ticket #477Erik Fonnesbeck2010-11-141-1/+1
|
* Open link in new tab/windowScott Ullrich2010-11-131-1/+1
|
* Form image buttons are submit buttons and thus default buttons, causing ↵Erik Fonnesbeck2010-11-128-15/+15
| | | | unwanted behavior with the enter key. Use links instead, where possible.
* Add style to rowhelper normal text fields in packages for consistency.Erik Fonnesbeck2010-11-121-1/+1
|
* CSRF startup code has been moved to guiconfig.incScott Ullrich2010-11-121-4/+0
|
* Unbreak AJAXScott Ullrich2010-11-121-0/+3
|
* Misc XSS fixesScott Ullrich2010-11-121-10/+13
|
* Protect against XSS by someone broadcasting an HTML SSID... (better to be ↵jim-p2010-11-121-1/+1
| | | | safe...)
* One more potential XSS vector. Not sure how it would have text injected ↵jim-p2010-11-121-1/+1
| | | | here, but better safe than sorry.
* More notice XSS fixes.jim-p2010-11-121-4/+4
|
OpenPOWER on IntegriCloud