| .. |
|
priv
|
Add SSH tunneling privilege to list of available privileges.
|
2010-07-12 15:31:14 -06:00 |
|
simplepie
|
|
|
|
array_intersect_key.inc
|
|
|
|
auth.inc
|
Do not require LDAP search base DN. Requiring this can prevent some valid LDAP configurations from properly authenticating. (See GDD-550841).
|
2010-10-27 13:11:16 -04:00 |
|
authgui.inc
|
Fix text.
|
2010-10-10 23:52:31 -06:00 |
|
captiveportal.inc
|
Fix the contents of the captive portal logout popup. Fixes #836
|
2010-09-23 23:40:46 -06:00 |
|
certs.inc
|
Add ability to select reason codes for revocation. Reformat CRL edit screen a bit. Ticket #555
|
2010-10-21 15:11:14 -04:00 |
|
cmd_chain.inc
|
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
|
2009-09-12 15:34:07 -04:00 |
|
config.console.inc
|
Show disabled interfaces as well
|
2010-08-09 21:19:32 -04:00 |
|
config.gui.inc
|
Move all console related configuration items to config.console.inc. This will mean that these items are not included when the webConfigurator is being used and only on bootup on the console.
|
2010-08-09 19:29:27 -04:00 |
|
config.inc
|
Move all console related configuration items to config.console.inc. This will mean that these items are not included when the webConfigurator is being used and only on bootup on the console.
|
2010-08-09 19:29:27 -04:00 |
|
config.lib.inc
|
Correctly call die() in the places needed. Also remove unused global.
|
2010-10-19 20:08:57 +00:00 |
|
crypt.inc
|
Clean up this code a little.
|
2010-06-09 15:54:41 -04:00 |
|
dyndns.class
|
Make this more strict checking.
|
2010-10-25 12:28:45 +00:00 |
|
easyrule.inc
|
Bail out here if a variable isn't an array like it should be.
|
2010-10-11 15:16:41 -04:00 |
|
filter_log.inc
|
Don't split the date/time when forming a line's timestamp, use both. Otherwise it can lead to oddities when crossing a date border. Fixes #478
|
2010-08-04 16:24:01 -04:00 |
|
filter.inc
|
Be smart and correct; first check for opt*ip and after check for opt* otherwise it will never match the first case!
|
2010-10-22 21:47:03 +00:00 |
|
functions.inc
|
No need for priv.inc
|
2009-11-28 21:19:54 -05:00 |
|
globals.inc
|
Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.
|
2010-10-19 14:19:44 -04:00 |
|
growl.class
|
Add some more error checking to not have issues as reported on http://forum.pfsense.org/index.php/topic,23435.0.html
|
2010-03-09 12:45:27 +00:00 |
|
gwlb.inc
|
Kill apinger with a large axe until the TERM issues can be resolved
|
2010-10-10 12:09:05 -04:00 |
|
interfaces.inc
|
Ticket #927. Increase timeout to gice mpd the time needed to exit gracefully.
|
2010-10-15 14:29:29 +00:00 |
|
ipsec.inc
|
Bring back IPsec PSK Tab/Edit. Part of ticket #108. Still needs backend code to use the resulting keys.
|
2010-05-06 15:06:53 -04:00 |
|
IPv6.inc
|
Fix line endings on remaining files that did not have the same line endings as everything else.
|
2010-09-01 14:53:30 -06:00 |
|
itemid.inc
|
Ticket #136.
|
2010-01-26 23:59:43 +00:00 |
|
led.inc
|
Add an LED pattern function for assigning interfaces, and enable its use. When finished, switch back to the bootup pattern.
|
2010-07-28 16:40:38 -04:00 |
|
meta.inc
|
s/util/utils/
|
2009-09-12 18:30:21 -04:00 |
|
notices.inc
|
Hard-coded pfSense to product_name for Growl alert notifications.
|
2010-10-11 09:25:42 +02:00 |
|
openvpn.auth-user.php
|
Add backend code to verify username against cn on login if set by user. Needs GUI code to set the option yet. Ticket #887
|
2010-10-12 17:21:32 -04:00 |
|
openvpn.inc
|
Refresh OpenVPN CRL files when a CRL has a cert added/removed. Ticket #555
|
2010-10-21 14:33:20 -04:00 |
|
PEAR.inc
|
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
|
2009-09-12 15:34:07 -04:00 |
|
pfsense-utils.inc
|
Add function to convert pfsense slice name to product name.
|
2010-10-07 13:21:52 -04:00 |
|
pkg-utils.inc
|
Ticket #950. Correctly handle failures while installing packages which might leave stale information behind. Also do not try to startup services twice. Rename uninstall_package_from_name to uninstall_package because the operation on packages is only done through package names.
|
2010-10-14 19:32:16 +00:00 |
|
priv.defs.inc
|
Also mention that this allows access to the dashboard.
|
2010-10-29 02:22:41 -06:00 |
|
priv.inc
|
Get user pages as well as group pages. Fixes #735
|
2010-07-13 10:34:25 -04:00 |
|
radius.inc
|
fix typo
|
2010-05-13 20:58:32 -04:00 |
|
rrd.inc
|
Revert the top field change shift as these break a lot of other installs.
|
2010-08-27 12:37:30 +02:00 |
|
service-utils.inc
|
Cosmetic change from product_website to product_name
|
2010-10-10 15:12:14 +02:00 |
|
services.inc
|
Make this more strict checking.
|
2010-10-25 12:28:45 +00:00 |
|
shaper.inc
|
Do not show on the queue/limiters list the disabled entries(optimized and cleaner version).
|
2010-10-25 18:06:05 +00:00 |
|
smtp.inc
|
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
|
2009-09-12 15:34:07 -04:00 |
|
system.inc
|
Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.
|
2010-10-19 14:19:44 -04:00 |
|
upgrade_config.inc
|
Do some is_array() testing before renaming fields, otherwise empty variables can be accidentally created.
|
2010-10-27 16:55:48 -04:00 |
|
util.inc
|
Make isvalidpid() know about pidfile the same as the other *pid functions do.(consistency)
|
2010-10-29 14:08:48 +00:00 |
|
uuid.php
|
Adding uuid generator. More information:
|
2009-10-19 22:16:35 -04:00 |
|
voucher.inc
|
Check for less time available on remote node
|
2010-08-30 22:20:22 -04:00 |
|
vpn.inc
|
Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.
|
2010-10-19 14:19:44 -04:00 |
|
vslb.inc
|
Fix path for relayctl. Fixes #739
|
2010-07-14 03:03:22 -06:00 |
|
wizardapp.inc
|
Add/Update copyrights where applicable. Mark copyright on XML as CDATA to aviod any issues that might happen.
|
2010-08-19 10:33:04 +00:00 |
|
xmlparse_attr.inc
|
Speed up loading information from regdomain.xml
|
2010-07-10 23:40:56 -06:00 |
|
xmlparse.inc
|
Make possible to run multiple instances of pppoe server. Not yet switched to mpd4.
|
2010-09-02 17:27:14 +00:00 |
|
xmlreader.inc
|
Make possible to run multiple instances of pppoe server. Not yet switched to mpd4.
|
2010-09-02 17:27:14 +00:00 |
|
xmlrpc_client.inc
|
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
|
2009-09-12 15:34:07 -04:00 |
|
xmlrpc_server.inc
|
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
|
2009-09-12 15:34:07 -04:00 |
|
xmlrpc.inc
|
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
|
2009-09-12 15:34:07 -04:00 |
|
zeromq.inc
|
Use params array
|
2010-08-19 16:34:04 -04:00 |