Commit Graph

7355 Commits

Author SHA1 Message Date
Ermal Luçi
9bb8d5423c Ticket #340. Remove bogus functions. Sort aliases the same way it is done on the aliases page. 2010-02-25 22:59:08 +00:00
Ermal Luçi
40b0b541cc Actually remove vlan_native_support array it is not used in 2.0. While there move the auto updater to 8.1 snapshots. 2010-02-25 22:27:34 +00:00
Ermal Luçi
8b616f2c8a Fix finding interfaces that support hwtagging. 2010-02-25 22:22:55 +00:00
Ermal Luçi
e57a441e29 Resolves #381. If set change interface mtu, somehow this code got lost! 2010-02-25 21:15:00 +00:00
Ermal Luçi
18011fb964 Add missing curley. 2010-02-25 17:05:06 +00:00
Ermal Luçi
b5f3549ff3 Include missing quotes. 2010-02-25 17:02:57 +00:00
Scott Ullrich
653032b62e Set a+x 2010-02-25 08:06:55 -05:00
Ermal Luçi
575a279a6a Speed up and correct the finding of interfaces that support vlanmtu using the pfSense module. 2010-02-25 12:58:11 +00:00
Ermal Luçi
bc32eabfc1 Correct my name. 2010-02-25 00:02:27 +00:00
Ermal Luçi
51ba2d3b41 Add neccesary include. 2010-02-25 00:00:56 +00:00
Ermal Luçi
e8a58de43b Add support for authenticating users against server specified in the system->user manager->servers for openvpn. While there propperly fill the shared secret field for raidus in the servers page. 2010-02-24 23:58:51 +00:00
Chris Buechler
44be6dba37 fix previous commit 2010-02-24 18:36:16 -05:00
Chris Buechler
bdadaf3c1f Change default session timeout to 4 hours. Clarify text description. Remove limit of < 999 and other invalid/unnecessary input validation. Use product_name 2010-02-24 18:29:14 -05:00
Ermal Luçi
78dd50201b Prevent empty tags of creating <tag></tag> entries but instead just create them as <tag/> to be consistent. This fixes some empty arrays problems on the code. 2010-02-24 18:08:57 +00:00
Ermal Luçi
e1bcba1f59 Prevent errors when running without a lan defined interface. Also remove some dead code. 2010-02-24 12:19:49 +00:00
Ermal Luçi
dae5589e81 carp interfaces are now called vip's. 2010-02-23 23:11:10 +00:00
Ermal Luçi
83f9c8ee5e Ticket #304. Fix bogus dynamic entries in system->gateways after deleting gateways. 2010-02-23 22:43:03 +00:00
Ermal Luçi
2eac3af461 Fix linking interface to vlans function so it works correctly. 2010-02-23 22:37:52 +00:00
Ermal Luçi
f2dd75680e Revert "Fix linking interface to vlans function so it works correctly."
This reverts commit 930595154c.
2010-02-23 22:37:24 +00:00
Ermal Luçi
930595154c Fix linking interface to vlans function so it works correctly. 2010-02-23 22:34:39 +00:00
Ermal Luçi
8478693681 Prevent wrong config file from being generated. Reported-by: http://forum.pfsense.org/index.php/topic,23090.0.html 2010-02-23 22:16:00 +00:00
Ermal Luçi
762a24a382 Add proxy authentication capabilities to OpenVPN client. 2010-02-23 19:04:39 +00:00
Ermal Luçi
cb07489308 Ticket #255. Fix get_interface_info output to return propper ip address by using pfSense_get_interface_addresses function. 2010-02-22 19:17:04 +00:00
Chris Buechler
a64c15d882 correct icmptypes so CP IP can be pinged 2010-02-21 00:40:40 -05:00
pierrepomes
98718ac1be Three fixes:
- ipsec-tools 0.8 ignores 'adminsock' directive, so until upstream is fixed, we need to use the default /var/db/racoon/racoon.sock
- Fix spd files reloading in /tmp
- Revert initial patch from Scott
Ticket #137
2010-02-17 20:07:06 -05:00
Ermal Luçi
bd96e1fef9 Use the pfSense module function to get mtu and subnetbits in CIDR format. 2010-02-17 15:52:57 +00:00
pierrepomes
d0f6649c8f Add statistics for OpenVPN client instances 2010-02-16 17:19:08 -05:00
jim-p
dadad8b390 Clean up some formatting while I'm here. 2010-02-15 16:20:28 -05:00
jim-p
066afaf11c Fix Easy Rule for OpenVPN interfaces. Resolves #349 2010-02-15 16:18:57 -05:00
jim-p
24f2fa1d6e Fix bug where the last line of the filter log wasn't displayed in WebGUI. 2010-02-15 15:09:12 -05:00
Scott Ullrich
495df644ce Note full directory 2010-02-14 15:56:05 -05:00
Scott Ullrich
bb5e7a61cb Minor formatting 2010-02-14 15:50:59 -05:00
Scott Ullrich
680bcb4d04 Include globals.inc 2010-02-14 15:48:05 -05:00
Scott Ullrich
fdf00849dd Sync 2010-02-14 15:39:21 -05:00
Scott Ullrich
fc116e4ad2 Add var/empty to excludes list 2010-02-14 15:32:07 -05:00
Scott Ullrich
4870ddca66 Add var/empty to excludes list 2010-02-14 15:31:48 -05:00
Scott Ullrich
16b96ea647 Add var/empty to excludes list 2010-02-14 15:30:58 -05:00
Scott Ullrich
41bf8e8e9f Use safe_write_file() like RELENG_1_2 does. Not sure how this diverged?! 2010-02-14 14:58:45 -05:00
Scott Ullrich
fcbbdd850f Adding from RELENG_1_2: safe_write_file() Writes a file out atomically by first writing to a temporary file of the same name but ending with the pid of the current process, them renaming the temporary file over the original. 2010-02-14 14:53:43 -05:00
Scott Ullrich
b7544cb016 Ignore root/* 2010-02-14 14:38:19 -05:00
Scott Ullrich
39ab66a1a1 Adding backup script that can be run before upgrading which backs up everything including config.xml. Script gives instructions on how to restore a specific file as well. 2010-02-14 14:37:17 -05:00
Scott Ullrich
e5977136bb Write out config.xml.tmp first and then move into place after it is written trying to avoid half written files during panic or livelock situations 2010-02-14 12:53:58 -05:00
Chris Buechler
8daddfd1bf fix call to undefined function.
remove old PPP bits that are no longer used
2010-02-13 23:43:24 -05:00
Scott Ullrich
525d565bff Ensure carriage returns exist to avoid run-on directives 2010-02-13 18:38:59 -05:00
jim-p
f668c765ef Go ahead and add other wireless devices to this list, so if/when they are added, they should work. 2010-02-13 14:40:52 -05:00
jim-p
711d93a239 Add mwl to list of wireless cards 2010-02-13 12:05:11 -05:00
jim-p
a17dc61167 Sync bogons list 2010-02-13 11:05:17 -05:00
Scott Ullrich
5949124cc3 Adding 802.1X Authentication support 2010-02-12 18:15:06 -05:00
Ermal Luçi
8eaa727f5d Revert find_interface_subnet() because it need to return numbers and not netmask in dotted format. 2010-02-12 17:33:52 +00:00
Ermal Luçi
7d6076f3fd Use the pfSense module calls for getting interface mac. Improves speed and correctnes. 2010-02-12 16:43:33 +00:00