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.49 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 37.6 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
c67dd94e 09/08/2008 01:23 AM Bill Marquette

Log why we're writing a new config out

a825c6f7 09/08/2008 01:21 AM Bill Marquette

No need to use a reference to the array, if it doesn't exist already
this tends to make it exist the next time a write_config() occurs
which is now happening during bootup thanks to OpenVPN...yay! ;)

2a727bac 09/08/2008 01:16 AM Bill Marquette

fix 4.6->4.7 upgrade check

c43bb9ad 09/07/2008 08:12 PM Seth Mos

Correct mode setting to correct permissions in octal mode

cf960d12 09/07/2008 07:52 PM Ermal Luçi

Remove unused and possibly erroneous code.

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.

View revisions

Also available in: Atom