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
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
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
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
bcyrill
afd825a73f
Fix holdcount/holdcnt parameter confusion
2013-01-26 22:37:15 +01:00
Ermal
19defb88d4
No need for escaping here since this is php internal functions
2013-01-26 16:36:02 +00: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
bcyrill
4586abb706
Fix concurrent username logins
2013-01-25 20:28:53 +01: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
41b4867eda
Move is_inrange() to util.inc and rename it to is_inrange_v6()
2013-01-24 12:30:49 -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
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
a689bab69d
Read Acct-Interim-Interval from an access-accept reply
2013-01-24 11:31:47 +00:00
Charlie
c37e246055
Mostly for testing name relation in github. No functional change
2013-01-24 10:49:31 +00:00
ermal
a5085d59e9
Mostly for testing name relation in github. No functional change
2013-01-24 10:44:27 +00:00
Ermal Lui
80fae0e297
Put for now the code here in preparation of properly cleaning a recofnigured interface
2013-01-24 10:30:38 +00:00
Ermal
9343d750bd
Teach interface_bring_down to read a cofniguration passed in. Will be useful for Ticket #2758
2013-01-24 10:24:26 +00:00
Ermal
203e4bb625
Do not be so verbose by default this is just needed by a developer at best
2013-01-24 10:18:16 +00:00
Renato Botelho
7309ff3915
Allow set DHCP options per reservation
2013-01-23 21:22:23 -02:00
Ermal
5918f9b712
Resolves #2482 . Remove an ipv6 alias from a vip eevn though the pfsense module does not have support for that
2013-01-23 20:02:04 +00: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
fa7b825f90
Fix some DHCP per pool options that will never be considered because of a wrong check
2013-01-23 11:04:54 -02:00
Renato Botelho
b3af545366
Escape some variables used in mwexec() calls
2013-01-22 21:31:24 -02:00
bcyrill
96a6f4cbeb
Update etc/inc/vpn.inc
...
There's no need to create a spd.conf.reload file if it's empty.
Phase 1 entries for mobile clients are not handled by this function, thus exclude them. Their SPD have a limited lifetime anyway.
2013-01-22 20:36:27 +01: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
782e33f832
Validate QinQ interface to be sure it's valid
2013-01-22 15:00:05 -02:00
Renato Botelho
1c3ddd9e23
Fix indent
2013-01-22 08:54:38 -02:00
Ermal
3760b867c2
Use symlink rather than forked commands. Also simplify a bit code
2013-01-21 20:58:12 +00:00
Ermal
48006baf61
Correct error/alert displaying. Also remove redundant log_errror since file_notice does that by its own
2013-01-21 19:57:15 +00:00
Ermal
e01570e18b
Just the first line is interesting here
2013-01-21 19:46:00 +00:00
Ermal
31a5f13c6e
Unset some vars to free space and also gather the error from pfctl since the first run of the command no need to run again. Also merge 3 exec() into one to avoid forking to much
2013-01-21 19:38:31 +00:00
Ermal
f32eae2db8
Unser some vars to free space
2013-01-21 19:38:30 +00:00
jim-p
8152f14535
Default to using sha256 digest for GUI cert.
2013-01-21 14:33:20 -05:00