Chris Buechler
0b635fd6f6
Merge pull request #347 from bcyrill/bridge_edit
...
Remove return value of interface_bridge_configure
2013-01-26 18:21:34 -08:00
bcyrill
5b3bd46c00
Re-add lost parenthesis
2013-01-27 02:38:34 +01:00
bcyrill
0e0002c2cb
Remove return value of interface_bridge_configure
2013-01-26 23:58:04 +01:00
bcyrill
afd825a73f
Fix holdcount/holdcnt parameter confusion
2013-01-26 22:37:15 +01:00
jim-p
c706080d65
Link openssl config here to make the ports version of openssl happy when making certs.
2013-01-26 15:07:41 -05:00
jim-p
88996fbead
Add a note about rdr pass not supporting Multi-WAN.
2013-01-26 10:55:01 -05:00
Renato Botelho
c251f8ccc8
Make synamic firewall logs and widget add new rows:
...
The Dynamic Firewall Log page doesn't add rows, it only updates the php
generated rows which means that if it's loaded after the log is cleared,
it'll never show any activity. The same occurs for the log widget.
This pacth fix this issue moving from absolutely sized spans to tables.
It should fix #2763
2013-01-25 15:16:47 -02:00
Renato Botelho
8fcb7cf48f
Use class tabcont for table
2013-01-25 11:35:13 -02:00
Renato Botelho
e4ffca0882
Make IPv4/IPv6 validation on IPSec
...
It should fix #2769
2013-01-24 17:33:13 -02:00
Renato Botelho
ab2ccd9f8c
Fix indent and blanks at EOL
2013-01-24 17:32:25 -02:00
jim-p
1aafb7105a
Don't forget the wizard...
2013-01-24 14:13:15 -05:00
jim-p
a28d40cb7e
Allow specifying multiple local/remote networks for OpenVPN separated by commas. While I'm here, fix up the IPv6 tunnel/remote/local network input validation. Simplify some code using functions.
2013-01-24 13:54:29 -05:00
Renato Botelho
f657f5e1e4
Ensure DHCP main range, pools ranges and static IP addresses don't overlap each other. It should fix #2773
2013-01-24 12:39:41 -02:00
Renato Botelho
41b4867eda
Move is_inrange() to util.inc and rename it to is_inrange_v6()
2013-01-24 12:30:49 -02:00
Renato Botelho
a78bf0c8b3
Fix logic of v6 version of is_inrange()
2013-01-24 12:29:23 -02:00
Renato Botelho
5440451927
Move is_inrange() to util.inc and rename it to is_inrange_v4()
2013-01-24 12:28:33 -02:00
Renato Botelho
736698bd60
Fix logic of is_inrange()
2013-01-24 12:25:04 -02:00
Renato Botelho
507628d5a2
Remove call-time pass-by-reference
2013-01-24 11:54:48 -02:00
Ermal
338c0941ef
Merge #237 manually whitout the GUI option for specifying interim interval. It will read now this attribute if present in a reply and use it. Fixes #1492
2013-01-24 11:47:41 +00:00
Ermal
9c115b409d
Fixes #804 . Correct deletion of ipv6 routes.
2013-01-24 11:19:53 +00:00
Ermal Lui
18f338da58
Correctly bring down an interface older configuration. Fixes #2758
2013-01-24 10:37:45 +00:00
Ermal
612230234f
Validate before taking the input and do anything with it
2013-01-24 10:09:06 +00:00
Ermal
0e22dda58d
Put some more sanity checking for various interface configurations
2013-01-24 09:57:22 +00:00
Renato Botelho
7309ff3915
Allow set DHCP options per reservation
2013-01-23 21:22:23 -02:00
Ermal
5370146c75
Make sure this is in global scope
2013-01-23 20:32:46 +00:00
jim-p
f2bd88420c
Correct reference to OpenVPN connect so it doesn't only refer to iOS.
2013-01-23 14:38:00 -05:00
Ermal
287f7e2619
Convert all captiveportal code to not use ipfw_set_context since its not needed anymore. Also add code to validate cpzone on webgui pages before being used
2013-01-23 16:24:17 +00:00
Renato Botelho
b75d7fd513
Fix indent and whitespaces issues
2013-01-23 09:38:30 -02:00
Renato Botelho
f5e81794e1
Fix indent and whitespace issues
2013-01-22 16:43:31 -02:00
jim-p
ee55ce7d9d
Add GUI option to use "topology subnet" for OpenVPN, since the OpenVPN Connect iOS client requires it for IPv6
2013-01-22 13:28:46 -05:00
Renato Botelho
30b3f0681c
Validate bridge interface before delete it
2013-01-22 15:53:46 -02:00
Renato Botelho
c6f8c4005e
Fix indent and remove extra whitespaces between tabs and at EOL
2013-01-22 15:23:41 -02:00
Renato Botelho
e9b6e032bc
Validate vlan interface before delete it
2013-01-22 15:08:32 -02:00
Renato Botelho
eea7eb9984
Validate QinQ vlan interface to be sure it exists
2013-01-22 15:00:28 -02:00
Renato Botelho
62f8244b1a
Fix indent and blank at EOL
2013-01-22 14:03:27 -02:00
Renato Botelho
908e598539
When QinQ members are changed, make sure interfaces are created/destroyed (attempt 2)
2013-01-22 13:24:41 -02:00
Renato Botelho
b554b86979
Revert "When QinQ members are changed, make sure interfaces are created/destroyed"
...
This reverts commit a2bf1347c9 .
2013-01-22 12:02:45 -02:00
Renato Botelho
a2bf1347c9
When QinQ members are changed, make sure interfaces are created/destroyed
2013-01-22 11:49:00 -02:00
Ermal
4fb2e5ed47
If entering an action take the redir and exit even though the action was not successful to avoid any issue
2013-01-21 21:17:53 +00:00
Ermal
09294e847f
Validate the cpzone parameter passed that it actually is a valid zone
2013-01-21 21:08:59 +00:00
Ermal
ed97b2cb72
Validate the cpzone parameter passed that it actually is a valid zone
2013-01-21 21:07:33 +00:00
Ermal
82e89ce3ad
Use more secure file name for the operations to avoid issues
2013-01-21 20:54:58 +00:00
Ermal
3335f5d1bd
Use more secure file name for the operations to avoid issues
2013-01-21 20:52:38 +00:00
Ermal
4734474e0b
Revert "There should be always a zone given from lighty to us so try to get that first"
...
This reverts commit 497d0b192f .
2013-01-21 20:47:51 +00:00
Ermal
497d0b192f
There should be always a zone given from lighty to us so try to get that first
2013-01-21 20:46:02 +00:00
jim-p
ca6219025c
Allow selecting the digest algorithm when creating a CA or Cert. Implements #2765
2013-01-21 14:33:19 -05:00
jim-p
f0469c5c34
No reason for the ppp log to use this display method, use dump_clog() instead.
2013-01-21 10:02:07 -05:00
jim-p
39f245c821
A couple fixes for openvpn routing table display. Feature #2766
2013-01-21 09:59:18 -05:00
jim-p
7ee7ed4617
Run IPsec logs through htmlspecialchars before display.
2013-01-21 09:33:25 -05:00
jim-p
ec970b5004
Add routing table display for each OpenVPN ssl/tls server instance, collapsed by default. Part of feature #2766
2013-01-21 09:25:42 -05:00