Commit Graph

20521 Commits

Author SHA1 Message Date
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
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
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
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
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
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
b75d7fd513 Fix indent and whitespaces issues 2013-01-23 09:38:30 -02:00
Renato Botelho
b3af545366 Escape some variables used in mwexec() calls 2013-01-22 21:31:24 -02:00
Ermal Luçi
2fb343ed62 Merge pull request #342 from bcyrill/patch-3
Update etc/inc/vpn.inc
2013-01-22 13:47:46 -08: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
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
782e33f832 Validate QinQ interface to be sure it's valid 2013-01-22 15:00:05 -02:00