Commit Graph

20541 Commits

Author SHA1 Message Date
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
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
a689bab69d Read Acct-Interim-Interval from an access-accept reply 2013-01-24 11:31:47 +00:00
Ermal
9c115b409d Fixes #804. Correct deletion of ipv6 routes. 2013-01-24 11:19:53 +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
18f338da58 Correctly bring down an interface older configuration. Fixes #2758 2013-01-24 10:37:45 +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