Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
PEAR.inc 32.3 KB
array_intersect_key.inc 2.42 KB
auth.inc 26.2 KB
authgui.inc 8.63 KB
captiveportal.inc 36.5 KB
certs.inc 5.71 KB
cmd_chain.inc 3.75 KB
config.inc 86.5 KB
crypt.inc 2.78 KB
dyndns.class 34.9 KB
filter.inc 96.8 KB
functions.inc 3.12 KB
globals.inc 3.77 KB
gwlb.inc 6.48 KB
interfaces.inc 57 KB
ipsec.inc 10.9 KB
meta.inc 4.87 KB
notices.inc 5.31 KB
openvpn.auth-user.php 2.38 KB
openvpn.inc 17.2 KB
pfsense-utils.inc 114 KB
pkg-utils.inc 33.6 KB
priv.defs.inc 65.5 KB
priv.inc 7.91 KB
radius.inc 31.4 KB
service-utils.inc 5.81 KB
services.inc 32.4 KB
shaper.inc 109 KB
smtp.inc 20.7 KB
system.inc 36.2 KB
util.inc 16.1 KB
vpn.inc 38.2 KB
vslb.inc 8.09 KB
xmlparse.inc 7.84 KB
xmlrpc.inc 4.33 KB
xmlrpc_client.inc 59.7 KB
xmlrpc_server.inc 22.7 KB

Latest revisions

# Date Author Comment
4476d447 09/07/2008 07:34 PM Ermal Luçi

Merge lan configuration to the interfaces_wan.php page wich does the configuration of all
other assigned interfaces.

9f6f3e04 09/07/2008 07:23 PM Chris Buechler

set auto channel properly

3f425cda 09/07/2008 06:24 PM Ermal Luçi

Use different names for pppoe and pptp fields so that problems reported by
http://forum.pfsense.org/index.php/topic,11220.0.html is fixed. Reflect the changes even
on config conversion part.

Add even some code in preparation of merging even lan on the same page.

008760d0 09/07/2008 08:24 AM Ermal Luçi

Reflect the change on convert_friendly_interface_to_real... into get_real_wan_interface to return the real interface even for disabled ones. They are the same function that needs to be cleand up with the names in some distant future.

705c8ec9 09/07/2008 06:43 AM Matthew Grooms

When restarting an OpenVPN process, don't send a term signal and expect it
to exit within a fixed time frame of two seconds. The old process may take
longer to exit and cause the new process creation to fail. Instead, check
the process status every 1/4 seconds and only continue once it terminates.

3c11bd3c 09/06/2008 09:10 PM Matthew Grooms

Minor re-work of OpenVPN configuration. Use operational modes to determine
what configuration options are appropriate. The operational mode dictates
the authentication method. They are defines as follows ...

Peer to Peer ( SSL/TLS )
Peer to Peer ( Shared Key )...

91663045 09/05/2008 10:47 PM Seth Mos

Make the ftp proxy work again.

0770c295 09/05/2008 03:16 AM Matthew Grooms

Remove the code that auto-generates an outbound NAT rule for traffic that
originates from a private network to a distant OpenVPN network. We don't
want to unconditionally hide all traffic behind the vpn interface address.
If a admin wants to do this manually, nothing is stopping them.

ea28182c 09/04/2008 10:48 PM Matthew Grooms

Correct the path for OpenVPN client specific configuration files. When the
directory creation moved to the rc script, the path name was changed from
/var/etc/openvpn_csc to /var/etc/openvpn-csc. Update the code to match.

095a95ae 09/04/2008 07:47 PM Matthew Grooms

Revert to the previous method of referencing OpenVPN device names in the
filter.inc file. We now specify the openvpn device name which is actually
an os managed group. OpenVPN tap instances are added or removed from this
group when OpenVPN configurations are created or destroyed. Portions of...

View revisions

Also available in: Atom