Commit Graph

20561 Commits

Author SHA1 Message Date
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
Ermal
b73a96b68d Use pid even for hostapd rather then trying to guess with regex 2013-01-28 22:21:12 +00:00
Ermal
e017a46a99 If the interface is not enabled do not try to configure it 2013-01-28 22:09:05 +00:00
Ermal
b0059636a9 Make check more strong and readble. Also make dhcp6c use its pid file to make things easy 2013-01-28 21:10:29 +00:00
jim-p
5428541102 is_subnet() will fail here if using comma-separated lists of networks. Use openvpn_validate_cidr() instead. 2013-01-28 11:51:19 -05:00
jim-p
8793cb1f83 is_subnet() will fail here if using comma-separated lists of networks. Use openvpn_validate_cidr() instead. 2013-01-28 11:49:49 -05:00
jim-p
f2ea45ef47 Add header to DHCP and DHCPv6 static mappings tables 2013-01-28 09:59:18 -05:00
Ermal
af98247281 Move the definition of negate_networks/vpn_networks to its place and re-include ipsec vpns in this tables since scrub for mss clamping need this. 2013-01-28 14:01:00 +00:00
Renato Botelho
84683e42c9 Fix rrd databases upgrade. Helps ticket #2651
- Replace find that was being called with wrong parameters at
upgrade_054_to_055() and upgrade_080_to_081() by return_dir_as_array()
call.
2013-01-28 11:30:10 -02:00
Renato Botelho
a2219caf9c Add option filter to return_dir_as_array()
- Add a 2nd parameter, default empty, that allows to pass a regex to
  filter files it'll return
- While I'm here, simplify code removinf $canadd var
2013-01-28 11:28:35 -02: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
jim-p
349bf35803 Display a list of ciphers accelerated by a specific engine. Also, skip engines that are listed but unavailable for direct use. 2013-01-27 14:55:46 -05:00
Jim P
be82765a4f Merge pull request #353 from bcyrill/cp_patch3
Add missing context parameter
2013-01-27 11:23:44 -08:00
bcyrill
a9215a24ab Add missing context parameter 2013-01-27 20:00:14 +01:00
Ermal Luçi
9ab4af9074 Merge pull request #352 from bcyrill/cp_deleteip
Do not include prefix in IP address
2013-01-27 10:04:36 -08: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
0674bc42c3 Configure pipe directly in php until ipfw binary is fixed to correctly configure pipes even that context is specified 2013-01-27 16:42:08 +00:00
Ermal
657d2c6690 Configure pipe directly in php until ipfw binary is fixed to correctly configure pipes even that context is specified 2013-01-27 16:28:36 +00:00
Ermal
bbdb59deca Correct displaying of ipsec status for natted networks. 2013-01-27 16:13:25 +00:00
Ermal
ab873ccddf Catch up with code change. Pointy-hat: myself 2013-01-27 15:52:44 +00:00
Ermal
029b377a54 Remove missed line and also improve code for bridge cases 2013-01-27 15:46:47 +00: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
Ermal Luçi
9d33c8571f Merge pull request #349 from bcyrill/bridge_patch2
Use unescaped variable in if condition
2013-01-27 04:36:57 -08:00
Ermal
2626cbd113 Correct real interface assignment 2013-01-27 12:34:23 +00:00
bcyrill
792bdf7f9b Use unescaped variable in if condition 2013-01-27 13:24:13 +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
Chris Buechler
7709c5a570 Merge pull request #348 from bcyrill/gif_patch1
Re-add lost parenthesis
2013-01-26 18:20:26 -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
Ermal
6d53bbb506 Correct another parameter passed to pfsense functions 2013-01-26 22:19:33 +00:00
Chris Buechler
690c491399 Merge pull request #345 from bcyrill/bridge_holdcnt
Fix holdcount/holdcnt parameter confusion
2013-01-26 13:54:45 -08: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
Ermal
19defb88d4 No need for escaping here since this is php internal functions 2013-01-26 16:36:02 +00:00
jim-p
88996fbead Add a note about rdr pass not supporting Multi-WAN. 2013-01-26 10:55:01 -05:00
Ermal
0fbf731570 Do not use array_keys uselessly 2013-01-26 12:05:25 +00:00
Ermal
abdd01f53e Correctly generate dhcpleases file to avoid issues with dhcpleases. Also while here correct code and make some optiomizations and corrections 2013-01-26 11:59:53 +00:00
Erik Fonnesbeck
7bb09580af Maintain the previous order of creating wireless interfaces at boot so additional virtual APs get the same generated MAC as before. 2013-01-26 01:19:41 -07:00
jim-p
fb6079dbaf Try a little harder to find the protocol rather than giving up. Fixes #2751 2013-01-25 16:41:48 -05:00
Ermal
f3bddb472f Actually even earlier since lagg can have wireless ifaces as member or vlan can reside on top of them 2013-01-25 20:44:18 +00:00
Ermal
348ce50738 To avoid issues reported during bootup with wireless create clones early on bootup. Wireless can only have base interfaces and not clonable one so this should had been done since beggining. 2013-01-25 20:44:17 +00:00
Ermal Luçi
4ce9246164 Merge pull request #320 from bcyrill/patch2
Allow empty RADIUS secrets
2013-01-25 12:34:04 -08:00
Ermal
7ee0f3a886 Put outgoing policy routes even for the vips to correct sourced traffic from them. Fixes #1823 2013-01-25 20:26:33 +00:00
Ermal
7520135541 Return the full list of vips to help with #1823 2013-01-25 19:59:53 +00:00
Ermal Luçi
23604cee44 Merge pull request #343 from bcyrill/cp_conc
Fix concurrent username logins
2013-01-25 11:41:39 -08:00
bcyrill
4586abb706 Fix concurrent username logins 2013-01-25 20:28:53 +01:00