Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  priv
  simplepie
IPv6.inc 20.8 KB
PEAR.inc 32.3 KB
array_intersect_key.inc 2.42 KB
auth.inc 38.1 KB
authgui.inc 8.71 KB
basic_sasl_client.inc 1.24 KB
captiveportal.inc 47.4 KB
certs.inc 13.7 KB
cmd_chain.inc 3.92 KB
config.console.inc 14 KB
config.gui.inc 2.96 KB
config.inc 7.06 KB
config.lib.inc 24.3 KB
cram_md5_sasl_client.inc 1.66 KB
crypt.inc 2.77 KB
digest_sasl_client.inc 3.72 KB
dyndns.class 34.7 KB
easyrule.inc 9.63 KB
filter.inc 88.6 KB
filter_log.inc 9.23 KB
functions.inc 2.84 KB
globals.inc 6.02 KB
growl.class 3.29 KB
gwlb.inc 16.8 KB
interfaces.inc 103 KB
ipsec.inc 11.6 KB
itemid.inc 2.98 KB
led.inc 5.58 KB
login_sasl_client.inc 1.64 KB
meta.inc 4.89 KB
notices.inc 10.2 KB
ntlm_sasl_client.inc 4.9 KB
openvpn.auth-user.php 3.54 KB
openvpn.inc 25.9 KB
pfsense-utils.inc 61.4 KB
pkg-utils.inc 38.3 KB
plain_sasl_client.inc 2.56 KB
priv.defs.inc 76 KB
priv.inc 7.09 KB
radius.inc 32.1 KB
rrd.inc 25.6 KB
sasl.inc 11.6 KB
service-utils.inc 5.94 KB
services.inc 36.4 KB
shaper.inc 126 KB
smtp.inc 20.7 KB
system.inc 42.9 KB
upgrade_config.inc 69.5 KB
util.inc 39.6 KB
uuid.php 11.4 KB
voucher.inc 17.3 KB
vpn.inc 48.4 KB
vslb.inc 11 KB
wizardapp.inc 17.2 KB
xmlparse.inc 8.82 KB
xmlparse_attr.inc 6.34 KB
xmlreader.inc 8.44 KB
xmlrpc.inc 5.07 KB
xmlrpc_client.inc 59.7 KB
xmlrpc_server.inc 22.8 KB
zeromq.inc 8.69 KB

Latest revisions

# Date Author Comment
aa7c49b9 01/03/2011 10:52 PM Ermal LUÇI

Ticket #943. Sleep 1 second to give dns time to reload.

e7c9af97 01/03/2011 10:47 PM Pierre POMES

Ticket #1141. Add missing sasl.inc

33818198 01/03/2011 09:53 PM Ermal LUÇI

Oops remove forgotten line and correct variable name error that seems to have existed from long time. Even though the file read is not used in pfSense this days!

e1daff07 01/03/2011 09:49 PM Ermal LUÇI

Use glob instead of forking cat with glob patterns. Also use file() instead of forking cat just for reading a file. This might help with the issue reported on Ticket #943 which seems like a timing issue even though the dns events happen before newip events.

3dfc2d1a 01/03/2011 07:45 PM Ermal LUÇI

When the parent interface of a pppoe is assigned do not remove the interface from ng_ether since this will break ppp clients of netgraph with this interface as parent. This solves http://forum.pfsense.org/index.php/topic,31247.75.html

5e1f9bb4 01/03/2011 01:21 PM Marcus Brown

Remove uncessesary function call.

This function call is extraneous. mpd will automatically shut down existing mpd processes
gracefully because we call it with the "-k" command line switch.

In addition, this call causes mpd to be started twice in rapid succession when users have...

c8d23069 01/03/2011 01:18 PM Marcus Brown

Reshuffle code a bit. Prevent potential race condition between one mpd instance
shutting down and the second one starting.

There's no need to kill mpd before restarting it since we always start it with
the "-k" flag which means "wait for existing mpd process to exit gracefully before starting."

1edfb2de 01/02/2011 08:34 PM Pierre POMES

Ticket #1141. Typo error, use ->user to enable auth

2cd8d942 01/02/2011 08:30 PM Pierre POMES

Ticket #1141. Add necessary stuff for smtp auth using sasl

02e9880e 12/30/2010 07:45 PM Ermal LUÇI

Improve parse_config to not be recursive for no reason. This fixes some strange cases of config lock being left held and blocking GUI.

View revisions

Also available in: Atom