| .. |
|
priv
|
|
|
|
simplepie
|
|
|
|
auth.inc
|
Add support for LDAP RFC2307 style group membership. Implements #4923
|
2015-08-13 14:57:45 -04:00 |
|
authgui.inc
|
Fix GUI auth from RADIUS to grab group names from the Class attribute. Implements #935
|
2015-08-12 12:10:46 -04:00 |
|
basic_sasl_client.inc
|
|
|
|
captiveportal.inc
|
Flush zone's tables if its db must be reset to avoid leaving behind any table entries. Ticket #5622
|
2015-12-17 18:59:08 -06:00 |
|
certs.inc
|
Add 'caref' attribute to the ca object passed into ca_inter_create so a
|
2015-10-16 08:54:10 -05:00 |
|
CHAP.inc
|
|
|
|
config.console.inc
|
fix interface assignment menus running off VGA screen
|
2015-09-21 14:50:35 +02:00 |
|
config.gui.inc
|
|
|
|
config.inc
|
|
|
|
config.lib.inc
|
fix fsync, thanks Phil Davis for noticing
|
2015-07-10 20:03:32 -05:00 |
|
cram_md5_sasl_client.inc
|
|
|
|
crypt.inc
|
|
|
|
digest_sasl_client.inc
|
|
|
|
dot.hushlogin
|
Use skel as the source of new user files rather than copying from root.
|
2015-06-08 08:24:59 -04:00 |
|
dyndns.class
|
Do curl_init above any curl_setopt, and take it out of that if block since it applies to all types.
|
2015-10-08 22:36:16 -05:00 |
|
easyrule.inc
|
|
|
|
filter_log.inc
|
Fix firewall log dynamic rule lookup
|
2015-11-02 21:06:48 +05:45 |
|
filter.inc
|
fix showing when a error happens parsing pf rules
|
2015-12-12 19:14:52 +01:00 |
|
functions.inc
|
Encode hostname before printing; remove some related dead code.
|
2015-12-21 10:15:30 -05:00 |
|
globals.inc
|
Use 1-6 rather than 0-5 for IPsec logging levels, to stay away from complications of 0 due to PHP stupidity. Upgrade config to add 1 to any configured log levels. Default to 1 as log level where none is configured by the user. Ticket #5340
|
2015-10-26 00:23:37 -05:00 |
|
gmirror.inc
|
|
|
|
growl.class
|
|
|
|
gwlb.inc
|
Fix typo, gateway entry in config has a field called monitor, not monitorip
|
2015-12-11 11:06:26 -02:00 |
|
interfaces.inc
|
Make ppp-ipv6 the only way interface_dhcpv6_configure() is called on PPP connections using PPP as the IPv6 parent interface
|
2016-01-06 02:38:06 +00:00 |
|
ipsec.attributes.php
|
|
|
|
ipsec.auth-user.php
|
|
|
|
ipsec.inc
|
A new fix for #4130:
|
2015-11-03 17:54:57 -02:00 |
|
IPv6.inc
|
fix Net_IPv6::compress() to properly handle all-zeros address
|
2015-02-23 16:05:40 -03:00 |
|
itemid.inc
|
|
|
|
led.inc
|
|
|
|
login_sasl_client.inc
|
|
|
|
meta.inc
|
|
|
|
notices.inc
|
Handle multiple notices in the same second RELENG_2_2
|
2015-08-29 08:08:00 +05:45 |
|
ntlm_sasl_client.inc
|
|
|
|
openvpn.attributes.php
|
Ticket #5451 for RELENG_2_2
|
2015-11-15 17:00:50 +05:45 |
|
openvpn.auth-user.php
|
Make the openvpn-server IP address consistent with CSC overrides behavior
|
2015-09-17 15:17:31 +02:00 |
|
openvpn.inc
|
Add a space to the script to avoid that appended parameters seem the same as existing one
|
2015-06-09 01:36:06 +02:00 |
|
openvpn.tls-verify.php
|
Fixes #4329, Fix even tls.auth script by using proper isset() test as the fixes for other authentication scripts.
|
2015-02-10 20:47:32 +01:00 |
|
PEAR.inc
|
|
|
|
pfsense-utils.inc
|
Redmine #4925 Fix version comparison for RELENG_2_2
|
2015-08-28 19:59:45 +05:45 |
|
pkg-utils.inc
|
Fix comment language
|
2015-09-28 08:42:34 +02:00 |
|
plain_sasl_client.inc
|
|
|
|
priv.defs.inc
|
Remove load_balancer_relay_* -- They are not used, not linked, not functional, not maintained, and have potential security issues.
|
2015-06-16 13:41:12 -04:00 |
|
priv.inc
|
Fix GUI auth from RADIUS to grab group names from the Class attribute. Implements #935
|
2015-08-12 12:10:46 -04:00 |
|
r53.class
|
|
|
|
radius.inc
|
Fix GUI auth from RADIUS to grab group names from the Class attribute. Implements #935
|
2015-08-12 12:10:46 -04:00 |
|
rrd.inc
|
Only restore rrd.tgz where platform is appropriate, or RAM disk being
|
2015-04-08 18:45:37 -05:00 |
|
sasl.inc
|
|
|
|
service-utils.inc
|
remove routed service, is being handled by the package (RELENG_2_2)
|
2015-08-30 09:31:53 +02:00 |
|
services.inc
|
s/ip/IP/ it got lost on revert. Spotted by @phil-davis
|
2015-10-14 09:36:47 -03:00 |
|
shaper.inc
|
Encode parameters in shaper queues before display.
|
2015-12-21 15:37:25 -05:00 |
|
smtp.inc
|
|
|
|
system.inc
|
Fix duplicate syslog messages - Redmine #5606 for RELENG_2_2
|
2015-12-06 22:58:31 +05:45 |
|
unbound.inc
|
Check unbound root.key file contents, and remove it if invalid, before unbound-anchor runs otherwise it will fail and unbound will fail to start. fsync the file after writing to prevent the problem. Ticket #5334
|
2015-10-21 19:54:10 -05:00 |
|
upgrade_config.inc
|
Include ipsec.inc here otherwise the global is undefined when called when restoring a config in the GUI.
|
2015-12-04 15:39:43 -05:00 |
|
util.inc
|
Revert "Ticket #4442 Do not process URL aliases during bootup but trigger it just after finished booting. This completely solves the bootup delays without lowering the timeout as before. Probably need to increase a bit the timeouts now to be friendly to other connections"
|
2015-06-10 20:14:28 -04:00 |
|
uuid.php
|
|
|
|
voucher.inc
|
Do not pass vouchers shorter than 5 characters to voucher application, they
|
2015-09-22 07:57:05 -05:00 |
|
vpn.inc
|
Backport #5512 RADIUS secret
|
2015-11-23 21:56:04 +05:45 |
|
vslb.inc
|
Improve handling of port ranges in relayd, fixes #4810
|
2015-07-01 16:10:33 -04:00 |
|
wizardapp.inc
|
|
|
|
xmlparse_attr.inc
|
|
|
|
xmlparse.inc
|
|
|
|
xmlreader.inc
|
|
|
|
xmlrpc_client.inc
|
|
|
|
xmlrpc_server.inc
|
|
|
|
xmlrpc.inc
|
|
|
|
zeromq.inc
|
Be safe use require_once in zeromq
|
2015-03-03 08:01:40 -03:00 |