Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  priv
  simplepie
CHAP.inc 12.4 KB
IPv6.inc 26.3 KB
PEAR.inc 34.3 KB
auth.inc 51.9 KB
authgui.inc 11.4 KB
basic_sasl_client.inc 1.24 KB
captiveportal.inc 81.6 KB
certs.inc 22.5 KB
config.console.inc 19.4 KB
config.gui.inc 3.83 KB
config.inc 7.99 KB
config.lib.inc 31.3 KB
cram_md5_sasl_client.inc 1.66 KB
crypt.inc 4.07 KB
digest_sasl_client.inc 3.72 KB
dyndns.class 74.4 KB
easyrule.inc 15.9 KB
filter.inc 149 KB
filter_log.inc 22.6 KB
functions.inc 6.83 KB
globals.inc 8.72 KB
gmirror.inc 12.4 KB
growl.class 2.65 KB
gwlb.inc 41.6 KB
interfaces.inc 176 KB
ipsec.attributes.php 6.12 KB
ipsec.auth-user.php 5.29 KB
ipsec.inc 21.7 KB
itemid.inc 4.81 KB
led.inc 7.76 KB
login_sasl_client.inc 1.64 KB
meta.inc 6.29 KB
notices.inc 13.9 KB
ntlm_sasl_client.inc 4.9 KB
openvpn.attributes.php 6.19 KB
openvpn.auth-user.php 7 KB
openvpn.inc 52.8 KB
openvpn.tls-verify.php 3.88 KB
pfsense-utils.inc 97.5 KB
pkg-utils.inc 36.8 KB
plain_sasl_client.inc 2.56 KB
priv.defs.inc 87.7 KB
priv.inc 8.62 KB
r53.class 5.71 KB
radius.inc 36.1 KB
rrd.inc 40.2 KB
sasl.inc 11.6 KB
service-utils.inc 20.5 KB
services.inc 89.1 KB
shaper.inc 117 KB
smtp.inc 49.6 KB
system.inc 70 KB
unbound.inc 24.5 KB
upgrade_config.inc 147 KB
util.inc 72.2 KB
voucher.inc 27.8 KB
vpn.inc 58.3 KB
vslb.inc 19.1 KB
wizardapp.inc 34.6 KB
xmlparse.inc 11.1 KB
xmlparse_attr.inc 7.53 KB
xmlreader.inc 9.17 KB
xmlrpc.inc 4.73 KB
xmlrpc_client.inc 58.4 KB
xmlrpc_server.inc 22 KB

Latest revisions

# Date Author Comment
1f3b7a9e 05/08/2017 03:20 PM Jim Pingle

Only cache CP RADIUS Auth credentials when reauthentication is enabled. Fixes #7528

(cherry picked from commit d4e42c54a2b7d9c955b11ad3034a186a73159f1a)
(cherry picked from commit ed44d5fb36f1f69196417e3feab2a9d6df4a47c8)

af0f961b 05/03/2017 12:30 PM Phil Davis

Fix #7508 stop write_config after reset_factory_defaults

(cherry picked from commit 3dcaae882cdfdd86826be4db9b38ce04389701ec)

acc7db22 05/02/2017 08:08 PM Jim Pingle

Work around broken wizard rules for ticket #7434

1e40bdeb 04/27/2017 01:44 PM Phillip Davis

Fix comparisons for CDATA tags in config

Some length numbers here do not match the strings they are comparing with. That looks very odd.
Note that:
```
substr($ent, 0, 5) == "text"
```
will return true when $ent is "text". So actually this "works". But it returns false if $ent is "text1" "texta" etc....

a822576e 04/26/2017 09:06 PM NOYB NOYB

Vendor MAC Retention File Consolidate

Use a single file for vendor MAC retention (vendor_mac).
a) Writes only one file during boot up rather than a file for each interface.
b) More efficient than numerous tiny files.
c) Friendlier to write cycle sensitive media in a RAM disk disabled system.

e90c506f 04/26/2017 09:06 PM NOYB NOYB

Vendor MAC Retention File Relocate

Relocate the vendor MAC retention file to /var/db directory.
a) It's more at home here with other network interface stuff.
b) Friendlier to write cycle sensitive media in a RAM disk enabled system.

d9c3f61a 04/26/2017 09:06 PM NOYB NOYB

Vendor MAC Restore Logic

Only use the vendor MAC retention file for restoring the vendor MAC when not booting.
a) During boot up the current MAC that is obtained from the system is the vendor MAC.
b) Using this eliminates the inefficient need to open the vendor MAC retention file for every interface during system boot up.

f2a19d77 04/26/2017 09:06 PM NOYB NOYB

Spoof MAC Var Name

Rename 'spoof_mac' var to generic 'mac_addr'.
a) It may be the vendor MAC or a spoofed MAC.
b) Update the comment re: not reapplying an already applied MAC.

358354b9 04/26/2017 09:05 PM Renato Botelho

Fix #7120: Restore vendor mac address when spoofmac is set to blank

cad0d5bc 04/26/2017 01:50 PM Jim Pingle

Always add the CN as the first SAN when creating a certificate in the GUI or an automatic GUI self-signed certificate. Per RFC 2818, relying on the CN to determine the hostname is deprecated, SANs are required. Chrome 58 started enforcing this requirement. Fixes #7496

View revisions

Also available in: Atom