Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include broadcast address to allow dhcp to work. | Ermal | 2010-11-26 | 1 | -1/+0 |
| | |||||
* | Resolves #1040. Fix dynamic addition of gateways from routes edit screen. | Ermal | 2010-11-25 | 1 | -3/+5 |
| | |||||
* | Resolves #1043. Do not allow limiters in floating rules without direction. ↵ | Ermal | 2010-11-25 | 1 | -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 Fonnesbeck | 2010-11-24 | 1 | -2/+2 |
| | |||||
* | Add st and si options | Scott Ullrich | 2010-11-23 | 1 | -0/+4 |
| | |||||
* | Rename to pfInfo for consistency | Scott Ullrich | 2010-11-23 | 2 | -2/+2 |
| | |||||
* | Adding Diagnostics: Limiter | Scott Ullrich | 2010-11-23 | 2 | -0/+118 |
| | |||||
* | Increase setTimeout | Scott Ullrich | 2010-11-23 | 1 | -2/+2 |
| | |||||
* | Adding Diagnostics: pf Info which shows the output of pfctl -vvi and pfctl ↵ | Scott Ullrich | 2010-11-23 | 2 | -0/+117 |
| | | | | -vvI via AJAX | ||||
* | Cleanup code and fix dynamic firewall log reverse view, fixes #1031 | jim-p | 2010-11-23 | 1 | -9/+9 |
| | |||||
* | Initialize variable. Ticket #1023. | Ermal | 2010-11-23 | 1 | -0/+1 |
| | |||||
* | Ticket #1023. Correct carp status even on the status page. | Ermal | 2010-11-23 | 1 | -5/+6 |
| | |||||
* | Ticket #1023. Correct the widget code bringing it full speed with latest ↵ | Ermal | 2010-11-23 | 2 | -6/+7 |
| | | | | carp code. | ||||
* | Add option to control automatic creation of NAT rules which assist ↵ | Erik Fonnesbeck | 2010-11-22 | 1 | -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 #1015 | Erik Fonnesbeck | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | Add other interfaces to local network selection and show proper names. Fixes ↵ | Erik Fonnesbeck | 2010-11-22 | 1 | -1/+6 |
| | | | | #965 | ||||
* | Do not save settings related to ports when protocol does not use ports. ↵ | Erik Fonnesbeck | 2010-11-22 | 1 | -10/+11 |
| | | | | Ticket #953 | ||||
* | Do not save fields from translation section when "Do not NAT" is checked. ↵ | Erik Fonnesbeck | 2010-11-22 | 1 | -8/+5 |
| | | | | Ticket #952 | ||||
* | Use correct names for integer and boolean types in DHCP options and fix typo ↵ | Erik Fonnesbeck | 2010-11-22 | 1 | -11/+11 |
| | | | | in hexadecimal validation for strings. Fixes #962 | ||||
* | Upon restoring a config, replacing whole sections, or editing config.xml in ↵ | Erik Fonnesbeck | 2010-11-21 | 1 | -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. | Ermal | 2010-11-19 | 1 | -9/+9 |
| | |||||
* | When the local port is left blank on an OpenVPN client, use 'lport 0' to ↵ | jim-p | 2010-11-19 | 1 | -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 Fonnesbeck | 2010-11-18 | 2 | -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 Fonnesbeck | 2010-11-18 | 1 | -3/+5 |
| | |||||
* | Make this check more general in case someone makes a wizard that changes an ↵ | Erik Fonnesbeck | 2010-11-17 | 1 | -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-p | 2010-11-17 | 1 | -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-p | 2010-11-17 | 1 | -0/+2 |
| | | | | certificates. | ||||
* | Some CRL fixes. | jim-p | 2010-11-17 | 1 | -5/+7 |
| | |||||
* | Ticket #1017. Put a @ before each fwrite to silence errors. Also setup the ↵ | Ermal | 2010-11-17 | 1 | -1/+1 |
| | | | | log file in the beginning rather than on each individual function. | ||||
* | Resolves #1018. Provide a more unique host name for the file. | Ermal | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | Add workaround for referrer check to not be triggered on the previous IP ↵ | Erik Fonnesbeck | 2010-11-17 | 1 | -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 Fonnesbeck | 2010-11-17 | 1 | -2/+10 |
| | | | | an IP address that was changed. Fixes #455 | ||||
* | Fix typo in comment. | jim-p | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | Ensure this is an array before entering the foreach loop. Fixes #1012 | Erik Fonnesbeck | 2010-11-16 | 1 | -7/+9 |
| | |||||
* | Avoid exec() and use php calls. | Ermal | 2010-11-16 | 1 | -7/+3 |
| | |||||
* | * Use pkg_info -E pkgname* for testing if a package is installed. | Ermal | 2010-11-16 | 1 | -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 Ullrich | 2010-11-15 | 1 | -0/+1 |
| | |||||
* | Add nocsrf flag | Scott Ullrich | 2010-11-14 | 2 | -3/+7 |
| | |||||
* | Fix misnamed form field on CRL import. | jim-p | 2010-11-14 | 1 | -1/+1 |
| | |||||
* | Fix variable names. Ticket #954 | Erik Fonnesbeck | 2010-11-14 | 1 | -5/+5 |
| | |||||
* | Fix case of variable name for swap usage. Ticket #477 | Erik Fonnesbeck | 2010-11-14 | 1 | -1/+1 |
| | |||||
* | Open link in new tab/window | Scott Ullrich | 2010-11-13 | 1 | -1/+1 |
| | |||||
* | Form image buttons are submit buttons and thus default buttons, causing ↵ | Erik Fonnesbeck | 2010-11-12 | 8 | -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 Fonnesbeck | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | CSRF startup code has been moved to guiconfig.inc | Scott Ullrich | 2010-11-12 | 1 | -4/+0 |
| | |||||
* | Unbreak AJAX | Scott Ullrich | 2010-11-12 | 1 | -0/+3 |
| | |||||
* | Misc XSS fixes | Scott Ullrich | 2010-11-12 | 1 | -10/+13 |
| | |||||
* | Protect against XSS by someone broadcasting an HTML SSID... (better to be ↵ | jim-p | 2010-11-12 | 1 | -1/+1 |
| | | | | safe...) | ||||
* | One more potential XSS vector. Not sure how it would have text injected ↵ | jim-p | 2010-11-12 | 1 | -1/+1 |
| | | | | here, but better safe than sorry. | ||||
* | More notice XSS fixes. | jim-p | 2010-11-12 | 1 | -4/+4 |
| |