| .. |
|
priv
|
Implement privilege for allowing login through CP
|
2013-02-07 11:15:10 -02:00 |
|
simplepie
|
fix text - s/occured/occurred/
|
2013-08-01 21:56:41 -05:00 |
|
array_intersect_key.inc
|
|
|
|
auth.inc
|
Provide a more safe way to avoid pw userdel being interactive because of a crontab existance
|
2013-11-14 15:54:05 -02:00 |
|
authgui.inc
|
Omit IP warning if HTTP_REFERER check is disabled.
|
2013-07-03 10:32:44 -05:00 |
|
basic_sasl_client.inc
|
|
|
|
captiveportal.inc
|
Properly create zones for the CP with the new command arguments and properly invoke ipfw for applying rules and other configuration options.
|
2013-11-21 21:18:00 +00:00 |
|
certs.inc
|
Perform a much more accurate comparison between two certificates to determine if they are identical when checking their revocation status. Fixes #3237
|
2013-10-09 10:02:56 -04:00 |
|
CHAP.inc
|
|
|
|
config.console.inc
|
Use updated get_memory var names
|
2013-08-28 13:05:10 -07:00 |
|
config.gui.inc
|
|
|
|
config.inc
|
Change ereg() to preg_match() function
|
2012-06-30 09:55:50 -03:00 |
|
config.lib.inc
|
Fix #3235
|
2013-10-24 18:07:12 -02:00 |
|
cram_md5_sasl_client.inc
|
|
|
|
crypt.inc
|
Fixup paths when executing OpenSSL.
|
2013-01-27 12:20:31 -05:00 |
|
digest_sasl_client.inc
|
|
|
|
dyndns.class
|
Added support for City Network to Dynamic DNS.
|
2013-11-14 22:06:03 +01:00 |
|
easyrule.inc
|
Fixup check for existing easyrule block rule to account for the ipproto and when the ipproto is blank.
|
2013-08-21 15:20:37 -04:00 |
|
filter_log.inc
|
Make sure no extra spaces end up in the parsed IP, it can lead to issues in other places (Easy Rule, etc)
|
2013-09-25 11:49:16 -04:00 |
|
filter.inc
|
Fix #3331. Set interface subnet as destination when VIP is in the same subnet, otherwise use VIP subnet instead of IP address
|
2013-11-21 13:57:34 -02:00 |
|
functions.inc
|
Allow dom_title width parameter to be null
|
2012-07-26 08:32:34 +05:45 |
|
globals.inc
|
Many fixes on privileges, ticket #3216:
|
2013-11-15 19:21:18 -02:00 |
|
growl.class
|
|
|
|
gwlb.inc
|
Fix an issue that changes wrong gateway entry when items are hidden
|
2013-11-21 09:37:02 -02:00 |
|
interfaces.inc
|
Properly create zones for the CP with the new command arguments and properly invoke ipfw for applying rules and other configuration options.
|
2013-11-21 21:18:00 +00:00 |
|
ipsec.attributes.php
|
Prepend ipsec_ here as well for better protection
|
2013-10-22 18:49:34 +00:00 |
|
ipsec.auth-user.php
|
Correct checking for privileges.
|
2012-11-19 16:54:50 +00:00 |
|
ipsec.inc
|
Try to remove as much as possible _stf special case through the code
|
2013-03-18 14:55:26 +00:00 |
|
IPv6.inc
|
Teach Net_IPv6:compress to handle a compressed address as input
|
2013-05-14 12:16:11 +05:45 |
|
itemid.inc
|
|
|
|
led.inc
|
|
|
|
login_sasl_client.inc
|
|
|
|
meta.inc
|
|
|
|
notices.inc
|
Split SSL/TLS into separate checkboxes so that plaintext connections can be made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180
|
2013-09-16 15:13:29 +02:00 |
|
ntlm_sasl_client.inc
|
|
|
|
openvpn.attributes.php
|
Use the pid of the process for the tmp file also prepend ovpn_ here to make it clear
|
2013-10-22 18:46:12 +00:00 |
|
openvpn.auth-user.php
|
Make it more clear what is the username during syslog
|
2012-11-14 19:32:34 +00:00 |
|
openvpn.inc
|
Unset value should be '' and not 'none'
|
2013-10-31 15:03:04 -04:00 |
|
openvpn.tls-verify.php
|
|
|
|
PEAR.inc
|
|
|
|
pfsense-utils.inc
|
Provide get_uptime_sec in a common include file
|
2013-08-29 00:09:40 -07:00 |
|
pkg-utils.inc
|
Rework the usage of the shell i/o during stop_packages(), fixes the "Syntax error: bad fd number" for the remaining people who still saw it on shutdown
|
2013-11-11 16:29:07 -05:00 |
|
plain_sasl_client.inc
|
|
|
|
priv.defs.inc
|
Many fixes on privileges, ticket #3216:
|
2013-11-15 19:21:18 -02:00 |
|
priv.inc
|
fix permissions check to xml package files and show only menus user has access to
|
2012-06-12 11:08:46 -03:00 |
|
r53.class
|
|
|
|
radius.inc
|
Fix cisco-avpair processing, and route processing from avpair replies.
|
2013-10-22 11:45:36 -04:00 |
|
rrd.inc
|
Fix CP stats generation for concurrent users. Fixes #3225
|
2013-09-23 09:56:35 -04:00 |
|
sasl.inc
|
|
|
|
service-utils.inc
|
Tidy up the "Helper Icons"
|
2013-11-14 13:44:59 +00:00 |
|
services.inc
|
Added support for City Network to Dynamic DNS.
|
2013-11-14 22:06:03 +01:00 |
|
shaper.inc
|
Fix #3259. Save 'packet loss rate' and 'bucket size' for limiter queues
|
2013-10-21 10:59:02 -02:00 |
|
smtp.inc
|
Split SSL/TLS into separate checkboxes so that plaintext connections can be made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180
|
2013-09-16 15:13:29 +02:00 |
|
system.inc
|
Teach system_timezone_configure() to deal with symlinks to avoid having timezone misconfigured. This fixes #3293
|
2013-11-01 12:23:20 -02:00 |
|
upgrade_config.inc
|
Many fixes on privileges, ticket #3216:
|
2013-11-15 19:21:18 -02:00 |
|
util.inc
|
Introduce two new functions to be used on locking.
|
2013-09-04 08:48:23 +00:00 |
|
uuid.php
|
|
|
|
voucher.inc
|
Fixes #3001, Check the protocol of the webgui to determine if https is being used for custom ports.
|
2013-05-28 08:26:25 +00:00 |
|
vpn.inc
|
Remove SPD when disable phase2, it fixes #2719
|
2013-09-03 15:13:10 -03:00 |
|
vslb.inc
|
Prevent a Fall Back Pool from being selected when the DNS protocol is in use. If one is present in the config, ignore it. Fixes #3300
|
2013-11-01 10:43:40 -04:00 |
|
wizardapp.inc
|
fixed spelling
|
2013-01-14 20:54:06 -05:00 |
|
xmlparse_attr.inc
|
|
|
|
xmlparse.inc
|
Allow special chars to be used on IPSec mobile login banner. Fixes #3247
|
2013-10-11 10:59:20 -03:00 |
|
xmlreader.inc
|
Add support for multiple DHCP pools within the interface's subnet, and allow most of the settings for the main range to be set specific inside the pool. (e.g. it allows setting different gateways and DNS for different pools). Still needs improved input validation to prevent overlapping ranges/pools.
|
2012-09-16 19:33:49 -04:00 |
|
xmlrpc_client.inc
|
Don't generate a PHP error for an unfetchable XML file.
|
2013-02-07 10:19:46 -05:00 |
|
xmlrpc_server.inc
|
|
|
|
xmlrpc.inc
|
|
|
|
zeromq.inc
|
|
|