Commit Graph

10280 Commits

Author SHA1 Message Date
Ermal
a526f6a9b8 More unsets :) 2013-01-30 08:02:48 +00:00
Ermal
a606981e92 Make smal fix 2013-01-30 07:59:40 +00:00
Ermal Luçi
28f476fd7c Merge pull request #360 from mdima/master
Feature #2781: Hierarchical view of "Status-Queues" page
2013-01-29 23:56:02 -08:00
Michele Di Maria
73eeee9347 Feature #2781: Hierarchical view of "Status-Queues" page
Second version of the new "Status-Queue" page.
Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be
recompiled. 
This version has been released after Ermal's notes.
2013-01-29 22:36:59 +01:00
Michele Di Maria
a3eab90857 Feature #2781: Hierarchical view of "Status-Queues" page
First version of the new "Status-Queue" page.
Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be
recompiled.
Second version, made after Ermal's notes.
2013-01-29 22:33:36 +01:00
Michele Di Maria
21b94a5444 Feature #2781: Hierarchical view of "Status-Queues" page
First version of the new "Status-Queue" page.
Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be
recompiled.
2013-01-29 21:37:02 +01:00
Ermal
97e0cb6126 Use unset to free resources now that php does not use exit on CP 2013-01-29 19:42:17 +00:00
Michael Newton
16a0308da2 allow empty CP password to be sent to RADIUS server 2013-01-29 10:59:17 -08:00
Renato Botelho
cc6052f00d Initialize $a_pools to fix warnings when saving dhcp settings whith no extra pools 2013-01-29 16:06:05 -02:00
Renato Botelho
49b76122af Permit openvpn to use same port on different interfaces. It should fix #814 2013-01-29 15:30:35 -02:00
Ermal Luçi
b855071803 Merge pull request #356 from phil-davis/master
Document OpenVPN local and remote network list options
2013-01-29 00:22:24 -08:00
Ermal
cd54b9bc07 Do not do double checks for this 2013-01-29 08:14:48 +00:00
Phil Davis
3835613a08 Document remote network lists in OpenVPN GUI
Also, now the advanced route command is not needed. So change the example to the "remote" command, which can be useful in the advanced box.
2013-01-29 13:41:21 +05:45
Phil Davis
332f578196 Document local remote network lists in OpenVPN GUI
The local and remote network fields can now have lists of CIDRs, so document this in the GUI.
2013-01-29 13:32:06 +05:45
jim-p
f2ea45ef47 Add header to DHCP and DHCPv6 static mappings tables 2013-01-28 09:59:18 -05:00
Ermal Luçi
c848008b51 Merge pull request #355 from bcyrill/cp_patch5
Change order of cpzone check
2013-01-27 14:39:45 -08:00
bcyrill
6c18a81001 Change order of cpzone check 2013-01-27 22:57:47 +01:00
bcyrill
a9215a24ab Add missing context parameter 2013-01-27 20:00:14 +01:00
bcyrill
7e3d78f2c8 Do not include prefix in IP address 2013-01-27 18:53:22 +01:00
jim-p
dae707f536 Fixup paths when executing OpenSSL. 2013-01-27 12:20:31 -05:00
Ermal Luçi
8d1f1034c2 Merge pull request #350 from bcyrill/cp_allowedip
Fix ipfw config generation for allowed IPs
2013-01-27 07:35:09 -08:00
Ermal
965ce4c680 Restore accidentally removed code. Spoted-by: bcyrill@github 2013-01-27 15:34:12 +00:00
bcyrill
1f8c88190a Fix ipfw config generation for allowed IPs 2013-01-27 15:46:54 +01:00
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