[FreeNAC] element index

All elements
$ a b c d e f g h i j k l m n o p q r s t u v w x _
$
top
Constant $ConstantName
$ConstantName in XPath.class.php
Php.XPath
_
top
Variable $_indexIsDirty
XPathEngine::$_indexIsDirty in XPath.class.php
Variable $_lastError
XPathBase::$_lastError in XPath.class.php
Method _addLiteral
XPathEngine::_addLiteral() in XPath.class.php
Adds a literal to our array of literals
Method _afterstr
XPathBase::_afterstr() in XPath.class.php
Retrieves a substring after a delimiter.
Method _asLiteral
XPathEngine::_asLiteral() in XPath.class.php
Returns the given string as a literal reference.
Method _beginDebugFunction
Called to begin the debug run of a function.
Method _bracketExplode
XPathBase::_bracketExplode() in XPath.class.php
Split a string by a searator-string -- BUT the separator-string must be located *outside* of any brackets.
Method _bracketsCheck
XPathBase::_bracketsCheck() in XPath.class.php
This method checks the right amount and match of brackets
Method _checkNodeTest
Checks whether a node matches a node-test.
Method _checkPredicates
Checks whether a node matches predicates.
Method _closeDebugFunction
Called to end the debug run of a function.
Method _createSuperRoot
Creates a super root node.
Method _displayError
XPathBase::_displayError() in XPath.class.php
Displays an error message.
Method _displayMessage
XPathBase::_displayMessage() in XPath.class.php
Displays a diagnostic message
Method _evaluateExpr
XPathEngine::_evaluateExpr() in XPath.class.php
Evaluates an XPath Expr
Method _evaluateFunction
Evaluates an XPath function
Method _evaluateOperator
Evaluate the result of an operator whose operands have been evaluated
Method _evaluatePathExpr
Evaluates an XPath PathExpr
Method _evaluatePrimaryExpr
Evaluates an XPath PrimaryExpr
Method _evaluateStep
XPathEngine::_evaluateStep() in XPath.class.php
Evaluate a step from a XPathQuery expression at a specific contextPath.
Method _export
XPathEngine::_export() in XPath.class.php
Generates a XML string with the content of the current document.
Method _generate_ids
XPathEngine::_generate_ids() in XPath.class.php
Create the ids that are accessable through the generate-id() function
Method _getAxis
XPathEngine::_getAxis() in XPath.class.php
Retrieves axis information from an XPath query step.
Method _getEndGroups
XPathBase::_getEndGroups() in XPath.class.php
Split a string at it's groups, ie bracketed expressions
Method _GetOperator
XPathEngine::_GetOperator() in XPath.class.php
Look for operators in the expression
Method _getTextSet
XPath::_getTextSet() in XPath.class.php
Get a reference-list to node text part(s) or node attribute(s).
Method _handleAxis_ancestor
Handles the XPath ancestor axis.
Method _handleAxis_ancestor_or_self
Handles the XPath ancestor-or-self axis.
Method _handleAxis_attribute
Handles the XPath attribute axis.
Method _handleAxis_child
Handles the XPath child axis.
Method _handleAxis_descendant
Handles the XPath descendant axis.
Method _handleAxis_descendant_or_self
Handles the XPath descendant-or-self axis.
Method _handleAxis_following
Handles the XPath following axis.
Method _handleAxis_following_sibling
Handles the XPath following-sibling axis.
Method _handleAxis_namespace
Handles the XPath namespace axis.
Method _handleAxis_parent
Handles the XPath parent axis.
Method _handleAxis_preceding
Handles the XPath preceding axis.
Method _handleAxis_preceding_sibling
Handles the XPath preceding-sibling axis.
Method _handleAxis_self
Handles the XPath self axis.
Method _handleCharacterData
Handles character data while parsing.
Method _handleDefaultData
Default handler for the XML parser.
Method _handleEndElement
Handles closing XML tags while parsing.
Method _handleFunction_boolean
Handles the XPath function boolean.
Method _handleFunction_ceiling
Handles the XPath function ceiling.
Method _handleFunction_concat
Handles the XPath function concat.
Method _handleFunction_contains
Handles the XPath function contains.
Method _handleFunction_count
Handles the XPath function count.
Method _handleFunction_false
Handles the XPath function FALSE.
Method _handleFunction_floor
Handles the XPath function floor.
Method _handleFunction_generate_id
Handles the XPath function generate-id.
Method _handleFunction_id
Handles the XPath function id.
Method _handleFunction_lang
Handles the XPath function lang.
Method _handleFunction_last
Handles the XPath function last.
Method _handleFunction_name
Handles the XPath function name.
Method _handleFunction_normalize_space
Handles the XPath function normalize-space.
Method _handleFunction_not
Handles the XPath function not.
Method _handleFunction_number
Handles the XPath function number.
Method _handleFunction_position
Handles the XPath function position.
Method _handleFunction_round
Handles the XPath function round.
Method _handleFunction_starts_with
Handles the XPath function starts-with.
Method _handleFunction_string
Handles the XPath function string.
Method _handleFunction_string_length
Handles the XPath function string-length.
Method _handleFunction_substring
Handles the XPath function substring.
Method _handleFunction_substring_after
Handles the XPath function substring-after.
Method _handleFunction_substring_before
Handles the XPath function substring-before.
Method _handleFunction_sum
Handles the XPath function sum.
Method _handleFunction_translate
Handles the XPath function translate.
Method _handleFunction_true
Handles the XPath function TRUE.
Method _handleFunction_x_lower
Handles the XPath function x-lower.
Method _handleFunction_x_upper
Handles the XPath function x-upper.
Method _handlePI
XPathEngine::_handlePI() in XPath.class.php
Handles processing instruction (PI)
Method _handleStartElement
Handles opening XML tags while parsing.
Method _internalAppendChild
Adds a new node to the XML document tree during xml parsing.
Method _InternalExport
Export the xml document starting at the named node.
Method _prestr
XPathBase::_prestr() in XPath.class.php
Retrieves a substring before a delimiter.
Method _printContext
XPathBase::_printContext() in XPath.class.php
Echo an XPath context for diagnostic purposes
Method _ProfBegin
XPathBase::_ProfBegin() in XPath.class.php
Profile begin call
Method _ProfEnd
XPathBase::_ProfEnd() in XPath.class.php
Profile end call
Method _ProfileToHtml
XPathBase::_ProfileToHtml() in XPath.class.php
Show profile gathered so far as HTML table
Method _recursiveReindexNodeTree
Here's where the work is done for reindexing (see reindexNodeTree)
Method _removeLiterals
Parse out the literals of an XPath expression.
Method _resolveXPathQuery
XPath::_resolveXPathQuery() in XPath.class.php
Resolves an xPathQuery vector depending on the property['modMatch']
Method _resolveXPathQueryForNodeMod
Resolves an xPathQuery vector for a node op for modification
Method _searchString
XPathBase::_searchString() in XPath.class.php
Looks for a string within another string -- BUT the search-string must be located *outside* of any brackets.
Method _setLastError
XPathBase::_setLastError() in XPath.class.php
Creates a textual error message and sets it.
Method _sortByDocOrder
Sort an xPathSet by doc order.
Method _stringValue
XPathEngine::_stringValue() in XPath.class.php
Obtain the string value of an object
Function _title
_title() in XPath.class.php
Produces a short title line.
Method _translateAmpersand
Translate all ampersands to it's literal entities '&' and back.
Method _treeDump
XPathBase::_treeDump() in XPath.class.php
This is a debug helper function. It dumps the node-tree as HTML
Method _xml2Document
XPath::_xml2Document() in XPath.class.php
Parse the XML to a node-tree. A so called 'document'
Function __autoload
__autoload() in funcs.inc.php
Load automagically a file containing the class specified by classname
Method __call
Location::__call() in Location.php
Universal Accessor Method We are redirecting all unresolved method calls to this handler, so that we can emulate arbitraty accessor methods.
Method __call
Switch_SNMP::__call() in Switch_SNMP.php
Interceptor to call the poll function associated to a certain property
Method __call
EndDevice::__call() in EndDevice.php
Universal Accessor Method We are redirecting all unresolved method calls to this handler, so that we can emulate arbitraty accessor methods.
Method __call
CallWrapper::__call() in CallWrapper.php
Here we log the return value of each method that is called in policy.inc.php
Method __call
Port::__call() in Port.php
Universal Accessor Method We are redirecting all unresolved method calls to this handler, so that we can emulate arbitraty accessor methods.
Method __call
CallLog::__call() in CallLog.php
Method __clone
Logger::__clone() in Logger.php
Prevent clonning the instance
Method __clone
VMPSRequest::__clone() in VMPSRequest.php
Prevent clonning the instance
Method __clone
SyslogRequest::__clone() in SyslogRequest.php
Prevent clonning the instance
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
DBLogger::__construct() in DBLogger.php
Method __construct
EndDevice::__construct() in EndDevice.php
The constructor takes the mac address of the system and creates and instance representing that particular system.
Method __construct
Common::__construct() in Common.php
Get the current instance of our Settings and Logger classes
Method __construct
CallWrapper::__construct() in CallWrapper.php
We save a reference to the real object in the constructor
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
Method __construct
GuiSearch::__construct() in GuiSearch.php
Method __construct
PortScan::__construct() in PortScan.php
Retrieve a row from the systems table for this system and also port_scan information
Method __construct
WebCommon::__construct() in WebCommon.php
Method __construct
The constructor takes the parameters needed to generate a Port object Access is read-only.
Method __construct
GuiEditDevice::__construct() in GuiEditDevice.php
Method __construct
WSUSEndDevice::__construct() in WSUSEndDevice.php
Method __construct
Switch_SNMP::__construct() in Switch_SNMP.php
Initialize the Switch_SNMP object
Method __construct
SyslogRequest::__construct() in SyslogRequest.php
Method __construct
CallLog::__construct() in CallLog.php
Method __construct
Location::__construct() in Location.php
Method __construct
GuiList1::__construct() in GuiList1.php
Method __construct
GuiEditIp::__construct() in GuiEditIp.php
Method __construct
GuiEditEthernet::__construct() in GuiEditEthernet.php
Method __construct
GuiLogtail::__construct() in GuiLogtail.php
Method __construct
GuiPrint::__construct() in GuiPrint.php
Method __construct
GuiUserManager::__construct() in GuiUserManager.php
Method __construct
GuiUpdateDns::__construct() in GuiUpdateDns.php
Method __construct
VMPSRequest::__construct() in VMPSRequest.php
Method __destruct
Logger::__destruct() in Logger.php
Close logging facilities and flush output buffering
Method __get
VMPSRequest::__get() in VMPSRequest.php
Get the value of one property if it exists
Method __get
Port::__get() in Port.php
Get the value of one property if it exists
Method __get
EndDevice::__get() in EndDevice.php
Get the value of one property if it exists
Method __get
Settings::__get() in Settings.php
Get the value of one property if it exists
Method __get
Switch_SNMP::__get() in Switch_SNMP.php
Get the value of one property if it exists
Method __get
SyslogRequest::__get() in SyslogRequest.php
Get the value of one property if it exists
Method __set
EndDevice::__set() in EndDevice.php
Set the value of one property if it exists
Method __set
SyslogRequest::__set() in SyslogRequest.php
Disallow overriding this method. This prevents our internal array from being modified by other classes.
Method __set
VMPSRequest::__set() in VMPSRequest.php
Disallow overriding this method. This prevents our internal array from being modified by other classes.
a
top
Variable $aDebugFunctions
XPathBase::$aDebugFunctions in XPath.class.php
Variable $aDebugOpenLinks
XPathBase::$aDebugOpenLinks in XPath.class.php
Variable $arrErrorList
Error::$arrErrorList in class.error.inc.php
Variable $axes
XPathEngine::$axes in XPath.class.php
Variable $axPathLiterals
XPathEngine::$axPathLiterals in XPath.class.php
Method add
GuiEditDevice::add() in GuiEditDevice.php
Add a new device: Query a record and display on the WebGUI
Method addError
Error::addError() in class.error.inc.php
addError()
Method addWarning
Error::addWarning() in class.error.inc.php
addWarning()
Function add_entry
add_entry() in port_scan.php
Function ALLOW
ALLOW() in exceptions.php
This function is some syntactic sugar to throw an AllowException
Class AllowException
AllowException in exceptions.php
This Exception may be thrown at any point in the decision process to indicate that the current request should be allowed into a given VLAN This class extends the Exception class.
Function allvmps_stuff
allvmps_stuff() in allvmps.php
Method appendChild
XPath::appendChild() in XPath.class.php
Appends a child to anothers children.
Method appendData
XPath::appendData() in XPath.class.php
Append text data to the end of the text for an attribute OR node text-part.
Function app_error_handler
app_error_handler() in exceptions.inc
Constant APP_ROOT
APP_ROOT in index.php
Class ArgumentRangeException
ArgumentRangeException in exceptions.inc
Class ArgumentTypeException
ArgumentTypeException in exceptions.inc
Function array_find_key
array_find_key() in funcs.inc.php
Search the array for a given key and return its value, but using tokenizers
Function array_find_value
array_find_value() in funcs.inc.php
Search the array for a given value and return it, but using tokenizers
Function array_isearch
array_isearch() in funcs.inc.php
Perform a case insensitive search for a given value in an array and return its key
Function array_multi_isearch
array_multi_isearch() in funcs.inc.php
Perform a case insensitive search for a given value in a bi-dimensional array and return its key
Page activate_vmps.php
activate_vmps.php in activate_vmps.php
Page ad_user_sync.php
ad_user_sync.php in ad_user_sync.php
Page allvmps.php
allvmps.php in allvmps.php
Page ar_utf8.php
ar_utf8.php in ar_utf8.php
b
top
Variable $bClassProfiling
XPathBase::$bClassProfiling in XPath.class.php
Variable $bDebugXmlParse
XPathBase::$bDebugXmlParse in XPath.class.php
Variable $buf_label
mbinfo::$buf_label in class.mbm5.inc.php
Variable $buf_value
mbinfo::$buf_value in class.mbm5.inc.php
Constant BAR_HEIGHT
BAR_HEIGHT in index.php
Class BasicPolicy
BasicPolicy in policy1.php
Sample Policy File
Method bsd_common
bsd_common::bsd_common() in class.BSD.common.inc.php
Class bsd_common
bsd_common in class.BSD.common.inc.php
Page bg.php
bg.php in bg.php
Page big5.php
big5.php in big5.php
Page br.php
br.php in br.php
c
top
Variable $calling_href
WebCommon::$calling_href in WebCommon.php
Variable $calling_script
Variable $classname
Template::$classname in class.Template.inc.php
Variable $conf
Common::$conf in Common.php
Variable $cpu_regexp
sysinfo::$cpu_regexp in class.NetBSD.inc.php
Page config_var.php
config_var.php in config_var.php
Page cron_restart_port.php
cron_restart_port.php in cron_restart_port.php
Function callback
callback() in snmp_defs.inc.php
This function is called for any errors or
Class CallLog
CallLog in CallLog.php
Class CallWrapper
CallWrapper in CallWrapper.php
This class creates proxy-objects, that wrap other objects, and log:
  • The methods that were called
  • The parameters of the calls
  • The return values.
Method call_process
GuiUpdateDns::call_process() in GuiUpdateDns.php
Function cascade_delete
cascade_delete() in funcs.inc.php
Delete all references to a MAC address from the FreeNAC tables
Method catch_ALLOW
This function will provide an interface to change the current decision.
Function cbFmtPercentage
cbFmtPercentage() in statgraph.php
Method changePriority
Function check_and_abort
check_and_abort() in port_scan.php
Method check_calling_method
Catch DB inserts.
Method check_calling_method
Catch DB inserts.
Function check_existent
check_existent() in port_scan.php
Function check_login
check_login() in webfuncs.inc
Function check_requirements
check_requirements() in port_scan.php
Function check_service
check_service() in port_scan.php
Method chostname
bsd_common::chostname() in class.BSD.common.inc.php
Function cleanup
cleanup() in wsus_sync.php
Function clear_mac
clear_mac() in funcs.inc.php
Method clear_mac_request
Set the clear_mac flag for a system
Method cloneNode
XPathEngine::cloneNode() in XPath.class.php
Clone a node and it's child nodes.
Class Common
Common in Common.php
Define this common parent class to ensure consistent logging and access to configuration settings.
Function connect_data
connect_data() in wsus_getinfo.php
Connect data from WSUS with the data stored in the systems table
Function convert_date
convert_date() in wsus_sync.php
This function converts the datetime retrieved from MSSQL into MySQL datetime format
Function convert_mac
convert_mac() in epo_sync.php
Convert mac address obtain from epo into vmps format
Method cpu_info
bsd_common::cpu_info() in class.BSD.common.inc.php
Method createAccount
GuiUserManager::createAccount() in GuiUserManager.php
createAccount()
Function created_by
created_by() in common_functions.php
*************************************************************************
Function create_bargraph
create_bargraph() in common_functions.php
Function create_bargraph_grad
create_bargraph_grad() in common_functions.php
Function create_xls
create_xls() in webfuncs.inc
Page CallLog.php
CallLog.php in CallLog.php
Page CallWrapper.php
CallWrapper.php in CallWrapper.php
Page Common.php
Common.php in Common.php
Page class1.php
class1.php in class1.php
Page class2.php
class2.php in class2.php
Page config.php
config.php in config.php
Page config.php
config.php in config.php
Page class.error.inc.php
class.error.inc.php in class.error.inc.php
Page class.Template.inc.php
class.Template.inc.php in class.Template.inc.php
Page common_functions.php
common_functions.php in common_functions.php
Page ca.php
ca.php in ca.php
Page cn.php
cn.php in cn.php
Page cs.php
cs.php in cs.php
Page ct.php
ct.php in ct.php
Page class.hddtemp.inc.php
class.hddtemp.inc.php in class.hddtemp.inc.php
Page class.healthd.inc.php
class.healthd.inc.php in class.healthd.inc.php
Page class.hwsensors.inc.php
class.hwsensors.inc.php in class.hwsensors.inc.php
Page class.lmsensors.inc.php
class.lmsensors.inc.php in class.lmsensors.inc.php
Page class.mbm5.inc.php
class.mbm5.inc.php in class.mbm5.inc.php
Page class.mbmon.inc.php
class.mbmon.inc.php in class.mbmon.inc.php
Page class.BSD.common.inc.php
class.BSD.common.inc.php in class.BSD.common.inc.php
Page class.Darwin.inc.php
class.Darwin.inc.php in class.Darwin.inc.php
Page class.FreeBSD.inc.php
class.FreeBSD.inc.php in class.FreeBSD.inc.php
Page class.HP-UX.inc.php
class.HP-UX.inc.php in class.HP-UX.inc.php
Page class.Linux.inc.php
class.Linux.inc.php in class.Linux.inc.php
Page class.NetBSD.inc.php
class.NetBSD.inc.php in class.NetBSD.inc.php
Page class.OpenBSD.inc.php
class.OpenBSD.inc.php in class.OpenBSD.inc.php
Page class.parseProgs.inc.php
class.parseProgs.inc.php in class.parseProgs.inc.php
Page class.SunOS.inc.php
class.SunOS.inc.php in class.SunOS.inc.php
Page class.WINNT.inc.php
class.WINNT.inc.php in class.WINNT.inc.php
d
top
Variable $db_conn
Common::$db_conn in Common.php
Variable $db_row
EndDevice::$db_row in EndDevice.php
Variable $debug
Template::$debug in class.Template.inc.php
Variable $debug
Parser::$debug in class.parseProgs.inc.php
Variable $decidedVlan
Variable $df_param
Parser::$df_param in class.parseProgs.inc.php
Variable $dmesg
bsd_common::$dmesg in class.BSD.common.inc.php
Page deactivate_vmps.php
deactivate_vmps.php in deactivate_vmps.php
Page delete_old_users.php
delete_old_users.php in delete_old_users.php
Page dump_ports.php
dump_ports.php in dump_ports.php
Class DatabaseErrorException
DatabaseErrorException in exceptions.inc
Class DatabaseInsertException
DatabaseInsertException in exceptions.inc
Function date_diff
date_diff() in port_scan.php
Class Constant db
DBLogger::db in DBLogger.php
Function dbepo_connect
dbepo_connect() in epo_sync.php
Connect to the EPO server
Class DBLogger
DBLogger in DBLogger.php
Function dbwsus_connect
dbwsus_connect() in wsus_sync.php
Connect to the WSUS server
Function db_connect
db_connect() in funcs.inc.php
Creates a connection to the MySQL database with the parameters defined in config.inc
Function debug
debug() in funcs.inc.php
Wrapper around the debug method part of the logger object.
Method debug
Logger::debug() in Logger.php
Wrapper around the logit method. Log a message only if the specified level for this function is less or equal than the current debugging level.
Method debug
WebCommon::debug() in WebCommon.php
Add the class name and uid to debug messages
Function debug1
debug1() in funcs.inc.php
Wrapper around the debug method part of the logger object.
Function debug2
debug2() in funcs.inc.php
Wrapper around the debug method part of the logger object.
Function debug_dump
debug_dump() in webfuncs.inc
Method decodeEntities
Decodes the character set entities in the given string.
Method Delete
GuiEditEthernet::Delete() in GuiEditEthernet.php
Delete() // Override the Webcommon functiion since we do not have an id column.
Method Delete
WebCommon::Delete() in WebCommon.php
Delete a record from the WebGUI
Method Delete
GuiEditDevice::Delete() in GuiEditDevice.php
Method deleteData
XPath::deleteData() in XPath.class.php
Delete the data of a node.
Function delete_pid_file
delete_pid_file() in cron_restart_port.php
Delete the pid file
Function DENY
DENY() in exceptions.php
This function is some syntactic sugar to throw a DenyException from the
Class DenyException
DenyException in exceptions.php
This Exception may be thrown at any point in the decision process to indicate that the current request should be denied This class extends the Exception class.
Function detect_hub
detect_hub() in snmp_defs.inc.php
Detect if a hub is attached to a certain port If a hub is detected, suggest another vlan to avoid port flapping.
Function direction
direction() in common_functions.php
Function display_class2_select
display_class2_select() in webfuncs.inc
Function display_class_select
display_class_select() in webfuncs.inc
Function display_dat_select
display_dat_select() in webfuncs.inc
Function display_os_select
display_os_select() in webfuncs.inc
Function display_stuff
display_stuff() in display.php
Function display_uid_select
display_uid_select() in webfuncs.inc
Function display_vlan_select
display_vlan_select() in webfuncs.inc
Method distro
bsd_common::distro() in class.BSD.common.inc.php
Method distroicon
sysinfo::distroicon() in class.NetBSD.inc.php
Function do_delete
do_delete() in funcs.inc.php
Delete a record of the specified table
Function do_inventory
do_inventory() in port_scan.php
Function do_something
do_something() in port_scan.php
Page DBLogger.php
DBLogger.php in DBLogger.php
Page deviceadd.php
deviceadd.php in deviceadd.php
Page defs.inc
defs.inc in defs.inc
Page display.php
display.php in display.php
Page da.php
da.php in da.php
Page de.php
de.php in de.php
e
top
Variable $emptyNode
XPathEngine::$emptyNode in XPath.class.php
Variable $errors
Error::$errors in class.error.inc.php
Variable $errorStrings
XPathEngine::$errorStrings in XPath.class.php
Page epo_sync.php
epo_sync.php in epo_sync.php
Page epo_test.php
epo_test.php in epo_test.php
Method edit_record
GuiEditIp::edit_record() in GuiEditIp.php
Add or display a record, allow changes.
Method edit_record
GuiEditEthernet::edit_record() in GuiEditEthernet.php
Display a record, allow changes.
Function empty_tables
empty_tables() in wsus_sync.php
Empty all wsus tables.
Class EndDevice
EndDevice in EndDevice.php
This class represents a row in the systems table in the database.
Method equalNodes
XPathEngine::equalNodes() in XPath.class.php
Compare two nodes to see if they are equal (point to the same node in the doc)
Class Error
Error in class.error.inc.php
*************************************************************************
Method ErrorsAsHTML
Error::ErrorsAsHTML() in class.error.inc.php
ErrorsAsHTML()
Method ErrorsExist
Error::ErrorsExist() in class.error.inc.php
ErrorsExist()
Function error_page
error_page() in exceptions.inc
Method evaluate
XPathEngine::evaluate() in XPath.class.php
Alias for the match function
Function exception_handler
exception_handler() in exceptions.inc
Function execute_program
execute_program() in common_functions.php
Function execute_query
execute_query() in port_scan.php
Method exportAsHtml
XPathEngine::exportAsHtml() in XPath.class.php
Returns the containing XML as marked up HTML with specified nodes hi-lighted
Method exportAsXml
XPathEngine::exportAsXml() in XPath.class.php
Given a context this function returns the containing XML
Method exportToFile
XPathEngine::exportToFile() in XPath.class.php
Generates a XML string with the content of the current document and writes it to a file.
Page EditDevice_more.inc.php
EditDevice_more.inc.php in EditDevice_more.inc.php
Page EndDevice.php
EndDevice.php in EndDevice.php
Page exceptions.php
exceptions.php in exceptions.php
Page ethernet.php
ethernet.php in ethernet.php
Page exceptions.inc
exceptions.inc in exceptions.inc
Page en.php
en.php in en.php
Page es.php
es.php in es.php
Page et.php
et.php in et.php
Page eu.php
eu.php in eu.php
f
top
Variable $file
Template::$file in class.Template.inc.php
Variable $functions
XPathEngine::$functions in XPath.class.php
Page flap_detect.php
flap_detect.php in flap_detect.php
Page funcs.inc.php
funcs.inc.php in funcs.inc.php
Method fans
mbinfo::fans() in class.mbm5.inc.php
Class FileMissingException
FileMissingException in exceptions.inc
Method filename
Template::filename() in class.Template.inc.php
************************************************************************
Method filesystems
bsd_common::filesystems() in class.BSD.common.inc.php
Function fill_db
fill_db() in ad_user_sync.php
Function finddups
finddups() in common_functions.php
Function find_program
find_program() in common_functions.php
Method finish
Template::finish() in class.Template.inc.php
Function format_bytesize
format_bytesize() in common_functions.php
Function format_mac
format_mac() in webfuncs.inc
Format mac from aa:bb:cc:dd:ee:ff to aabb.ccdd.eeff
Function format_snmpmac
format_snmpmac() in snmp_defs.inc.php
Function format_speed
format_speed() in common_functions.php
Method fp
Template::fp() in class.Template.inc.php
Page find.php
find.php in find.php
Page find.php
find.php in find.php
Page further_informations.inc.php
further_informations.inc.php in further_informations.inc.php
Page fi.php
fi.php in fi.php
Page fr.php
fr.php in fr.php
Page filesystems.php
filesystems.php in filesystems.php
g
top
Function gdc
gdc() in common_functions.php
Method get
Template::get() in class.Template.inc.php
Method getAlertMessage
Get location information about where the port is, to help sysadmin to know where a certain event has happened
Method getAlertSubject
Get location information about where the port is, to help sysadmin to know where a certain event has happened
Method getAllProps
EndDevice::getAllProps() in EndDevice.php
Return all properties assigned to this system. This method is here only for debugging purposes, please delete it after
Method getAllProps
Switch_SNMP::getAllProps() in Switch_SNMP.php
Return all properties assigned to this system. This method is here only for debugging purposes, please delete it after
Method getAllProps
Return all properties assigned to this system. This method is here only for debugging purposes, please delete it after
Method getAllProps
Location::getAllProps() in Location.php
Return all properties assigned to this system. This method is here only for debugging purposes, please delete it after
Method getAllProps
Settings::getAllProps() in Settings.php
Return all properties defined. This method is here only for debugging purposes, please delete it after
Method getAttributes
XPath::getAttributes() in XPath.class.php
Retrieves a dedecated attribute value or a hash-array of all attributes of a node.
Method getConnection
Connect to database via mysqli
Method getData
XPath::getData() in XPath.class.php
Retrieve all the text from a node as a single string.
Method getDataParts
XPath::getDataParts() in XPath.class.php
Retrieve all the text from a node as a vector of strings
Method getDebugLevel
Get the current debugging level.
Method getDecidedVlan
Method getEndDevice
VMPSRequest::getEndDevice() in VMPSRequest.php
Get a copy of our EndDevice object
Method getEndDevice
SyslogRequest::getEndDevice() in SyslogRequest.php
Get a copy of our EndDevice object
Method getEndDeviceID
Get the value of the sid property
Method getIdentifier
The name displayed in syslog
Method getInstance
Settings::getInstance() in Settings.php
Get instance of this class
Method getInstance
Logger::getInstance() in Logger.php
Get instance of this class
Method getLastError
XPathBase::getLastError() in XPath.class.php
Returns the last occured error message.
Method getLastVlanID
Get the id of the last_vlan
Method getNode
XPathEngine::getNode() in XPath.class.php
Get the node defined by the $absoluteXPath.
Method getNodePath
XPathEngine::getNodePath() in XPath.class.php
Get the absolute XPath of a node that is in a document tree.
Method getNotifyInfo
Get list of people to notify about problems related to this switch
Method getOfficeID
Get the id of the office where this port is located
Method getParentXPath
Retrieves the absolute parent XPath query.
Method getPatchInfo
Get patch information related to this port
Method getPort
SyslogRequest::getPort() in SyslogRequest.php
Get a copy of our Port object
Method getPort
VMPSRequest::getPort() in VMPSRequest.php
Get a copy of our Port object
Method getPortDefaultVlan
Get the default vlan assigned to a Port
Method getPortDescription
Get the description for the specified port
Method getPortID
Port::getPortID() in Port.php
Get the id for this port
Method getPortInfo
Get port name
Method getPorts
PortScan::getPorts() in PortScan.php
Get all open ports for this system
Method getPortStatus
Switch_SNMP::getPortStatus() in Switch_SNMP.php
Get the status for the specified port
Method getPortType
Switch_SNMP::getPortType() in Switch_SNMP.php
Get port type for the specified port
Method getProperties
XPathEngine::getProperties() in XPath.class.php
Returns the property/ies you want.
Method getSwitchInfo
Get switch information related to this port
Method getVendor
EndDevice::getVendor() in EndDevice.php
Return the vendor name associated to first 3 bytes of the mac address
Method getVlanID
EndDevice::getVlanID() in EndDevice.php
Return the vlan id assigned to this EndDevice
Method getVlanName
EndDevice::getVlanName() in EndDevice.php
Return the Name of the systems' default VLAN
Method getVlanOnPort
Switch_SNMP::getVlanOnPort() in Switch_SNMP.php
Get the vlan associated to the specified port
Method getVlan_ID
Switch_SNMP::getVlan_ID() in Switch_SNMP.php
Get the vlan id as declared in the switch for the requested vlan name
Method getVMVlan
Port::getVMVlan() in Port.php
Get the vlan used by a system seen on this same port during the last 2 hours.
Function getwinsfromip
getwinsfromip() in funcs.inc.php
Get WINS Name from IP Address
Function get_actual_value
get_actual_value() in webfuncs.inc
Function get_cisco_info
get_cisco_info() in snmp_defs.inc.php
Method get_class1dropdown
Generic Drop down list: for the table $table, find the entry $id.
Function get_color
get_color() in vmpsdot.php
Function get_datversions
get_datversions() in webfuncs.inc
Function get_dose
get_dose() in vmpsdot.php
Method get_dose
WebCommon::get_dose() in WebCommon.php
Lookup the patch outlet name
Method get_dstatusdropdown
Function get_gif_image_height
get_gif_image_height() in common_functions.php
Function get_global_update_list
get_global_update_list() in wsus_sync.php
Get global list of needed updates from wsus db and store in openac db
Function get_header
get_header() in rss.php
Function get_hostname
get_hostname() in wsus_sync.php
Returns the hostname part of an fqdn thus everything before the first dot
Method get_hosts
WebCommon::get_hosts() in WebCommon.php
Look up what systems were seen on a port in the last $conf->web_lastdays days
Function get_hosts
get_hosts() in hubs.php
Function get_icon
get_icon() in webfuncs.inc
Method get_insert_user_id
Insert a new user, if not already in the Users table.
Function get_ips
get_ips() in port_scan.php
Function get_items
get_items() in rss.php
Function get_lastseen
get_lastseen() in webfuncs.inc
Function get_last_index
get_last_index() in funcs.inc.php
Get the last number of an SNMP OID The OID is separated by dots and we use them as a separator.
Function get_latestdat
get_latestdat() in webfuncs.inc
Method get_location
WebCommon::get_location() in WebCommon.php
Look up the first switch or patch location for a port
Function get_location
get_location() in webfuncs.inc
Method get_locationid
Look up the first switch or patch location ID for a port
Function get_locationid
get_locationid() in webfuncs.inc
Function get_mysql_info
get_mysql_info() in funcs.inc.php
Since we could not reliably count affected rows after mysql operations
Function get_nmap_id
get_nmap_id() in webfuncs.inc
Method get_nmap_id
GuiEditDevice::get_nmap_id() in GuiEditDevice.php
Function get_nmap_mac
get_nmap_mac() in webfuncs.inc
Method get_nmap_os
GuiEditDevice::get_nmap_os() in GuiEditDevice.php
Function get_nmap_os
get_nmap_os() in webfuncs.inc
Method get_officedropdown
Function get_officedropdown
get_officedropdown() in webfuncs.inc
Method get_patch
WebCommon::get_patch() in WebCommon.php
Lookup the patch outlet name
Function get_patch
get_patch() in vmpsdot.php
Method get_port_comment
Get port comment
Function get_snmp_index
get_snmp_index() in snmp_defs.inc.php
Function get_snmp_port_index
get_snmp_port_index() in snmp_defs.inc.php
Get the snmp port index
Function get_status
get_status() in webfuncs.inc
Method get_statusdropdown
Method get_subnetdropdown
Function get_switch_name
get_switch_name() in webfuncs.inc
Method get_systemaliases
Method get_systemdropdown
Function get_systems
get_systems() in wsus_sync.php
Obtain list of system which are registerd in the wsus server, fetch their status for each necessary update and write everything into the vmps db
Method get_sys_ticks
sysinfo::get_sys_ticks() in class.NetBSD.inc.php
Method get_undefined
Template::get_undefined() in class.Template.inc.php
Function get_userdropdown
get_userdropdown() in webfuncs.inc
Method get_userdropdown
Function get_users
get_users() in webfuncs.inc
Function get_user_email
get_user_email() in webfuncs.inc
Function get_user_name
get_user_name() in webfuncs.inc
Method get_var
Template::get_var() in class.Template.inc.php
Method get_vars
Template::get_vars() in class.Template.inc.php
Function get_versions
get_versions() in epo_sync.php
Obtain list of product actual product version checked into the epo server
Method get_vlan
WebCommon::get_vlan() in WebCommon.php
Get a Vlan name, given its index number
Method get_vlandropdown
Function get_vlanid
get_vlanid() in snmp_defs.inc.php
Function get_vlan_color
get_vlan_color() in webfuncs.inc
Function get_vlan_descr
get_vlan_descr() in webfuncs.inc
Format mac from aabb.ccdd.eeff to aa:bb:cc:dd:ee:ff
Function get_vmps_id
get_vmps_id() in wsus_sync.php
Look up a wsus hostname in the vmps table and return the vmps id if and only if there's exactly one entry
Method grab_key
bsd_common::grab_key() in class.BSD.common.inc.php
Class GuiEditDevice
GuiEditDevice in GuiEditDevice.php
GuiEditDevice.php
Class GuiEditEthernet
GuiEditEthernet in GuiEditEthernet.php
GuiEditEthernet.php
Class GuiEditIp
GuiEditIp in GuiEditIp.php
GuiEditIp.php
Class GuiList1
GuiList1 in GuiList1.php
GuiList1.php
Class GuiLogtail
GuiLogtail in GuiLogtail.php
GuiLogtail.php.php
Class GuiPrint
GuiPrint in GuiPrint.php
GuiPrint.php
Class GuiSearch
GuiSearch in GuiSearch.php
Class GuiUpdateDns
GuiUpdateDns in GuiUpdateDns.php
GuiUpdateDns.php
Class GuiUserManager
GuiUserManager in GuiUserManager.php
GuiUserManager.php
Page GuiEditDevice.php
GuiEditDevice.php in GuiEditDevice.php
Page GuiEditEthernet.php
GuiEditEthernet.php in GuiEditEthernet.php
Page GuiEditIp.php
GuiEditIp.php in GuiEditIp.php
Page GuiList1.php
GuiList1.php in GuiList1.php
Page GuiLogtail.php
GuiLogtail.php in GuiLogtail.php
Page GuiPrint.php
GuiPrint.php in GuiPrint.php
Page GuiSearch.php
GuiSearch.php in GuiSearch.php
Page GuiUpdateDns.php
GuiUpdateDns.php in GuiUpdateDns.php
Page GuiUserManager.php
GuiUserManager.php in GuiUserManager.php
Page graphdefs.inc
graphdefs.inc in graphdefs.inc
Page graphdot.php
graphdot.php in graphdot.php
Page graphswitch.php
graphswitch.php in graphswitch.php
Page graphswitchall.php
graphswitchall.php in graphswitchall.php
Page GuiEditDevice_control.php
GuiEditDevice_control.php in GuiEditDevice_control.php
Page GuiList1_control.php
GuiList1_control.php in GuiList1_control.php
Page gr.php
gr.php in gr.php
h
top
Variable $halt_on_error
Template::$halt_on_error in class.Template.inc.php
Variable $host
SyslogRequest::$host in SyslogRequest.php
Variable $host
VMPSRequest::$host in VMPSRequest.php
Method halt
Template::halt() in class.Template.inc.php
************************************************************************
Method haltmsg
Template::haltmsg() in class.Template.inc.php
Method handle_request
GuiEditDevice::handle_request() in GuiEditDevice.php
Method handle_request
GuiEditEthernet::handle_request() in GuiEditEthernet.php
Method handle_request
Method handle_request
Method hasChildNodes
XPathEngine::hasChildNodes() in XPath.class.php
Returns TRUE if the given node has child nodes below it
Class hddtemp
hddtemp in class.hddtemp.inc.php
Function header_read
header_read() in webfuncs.inc
Function hide_fstype
hide_fstype() in common_functions.php
Function hide_mount
hide_mount() in common_functions.php
Class Constant host
DBLogger::host in DBLogger.php
Method hostname
bsd_common::hostname() in class.BSD.common.inc.php
Method htmlescape
Common::htmlescape() in Common.php
htmlescape: escape date before outputting to a Browser
Function html_filesystems
html_filesystems() in filesystems.php
Function html_hardware
html_hardware() in hardware.php
Function html_hddtemp
html_hddtemp() in hddtemp.php
Function html_mbfans
html_mbfans() in mbinfo.php
Function html_mbtemp
html_mbtemp() in mbinfo.php
Function html_mbvoltage
html_mbvoltage() in mbinfo.php
Function html_memory
html_memory() in memory.php
Function html_network
html_network() in network.php
Function html_vitals
html_vitals() in vitals.php
Function hubs_stuff
hubs_stuff() in hubs.php
Page hubs.php
hubs.php in hubs.php
Page hubs.php
hubs.php in hubs.php
Page he.php
he.php in he.php
Page hu.php
hu.php in hu.php
Page hardware.php
hardware.php in hardware.php
Page hddtemp.php
hddtemp.php in hddtemp.php
i
top
Variable $iDebugNextLinkNumber
Method ide
sysinfo::ide() in class.NetBSD.inc.php
Method ide
bsd_common::ide() in class.BSD.common.inc.php
Function iface_exist
iface_exist() in snmp_defs.inc.php
Method importFromFile
Reads a file or URL and parses the XML data.
Method importFromString
Reads a string and parses the XML data.
Method inDB
EndDevice::inDB() in EndDevice.php
This method indicates if a system is in the db. This flag was set in the constructor.
Constant INFECTED
INFECTED in EndDevice.php
Method insertBefore
XPath::insertBefore() in XPath.class.php
Inserts a node before the reference node with the same parent.
Method insertChild
XPath::insertChild() in XPath.class.php
Insert passed node (or passed node-tree) at the node(s) that matches the xQuery.
Method insertData
XPath::insertData() in XPath.class.php
Insert a sub string in a text-part OR attribute-value.
Method insertIfUnknown
Insert an EndDevice if it is not in the DB
Method insertIfUnknown
Insert a switch or port into the DB if it doesn't exist.
Method insertIfUnknown
Override default insertIfUnknown function.
Method InsertOrUpdate
Insert or Update a record
Method InsertOrUpdate
GuiEditEthernet::InsertOrUpdate() in GuiEditEthernet.php
Update a record
Class InsufficientRightsException
InsufficientRightsException in exceptions.inc
Class InsufficientRightsExceptionPrompt
Class InvalidLoginException
InvalidLoginException in exceptions.inc
Class InvalidWebInputException
InvalidWebInputException in exceptions.inc
Class InvalidWebInputShowException
Constant IN_PHPSYSINFO
IN_PHPSYSINFO in index.php
Method ip_addr
bsd_common::ip_addr() in class.BSD.common.inc.php
Function ip_to_bin
ip_to_bin() in port_scan.php
Method isActive
EndDevice::isActive() in EndDevice.php
Is this device 'active'?
Method isExpired
EndDevice::isExpired() in EndDevice.php
Check that the system is not yet expired
Method isKilled
EndDevice::isKilled() in EndDevice.php
Is this device 'killed'?
Function ismemberof
ismemberof() in webfuncs.inc
Method isPortInDB
Port::isPortInDB() in Port.php
Tell if this port is in the DB
Method isPortOpen
PortScan::isPortOpen() in PortScan.php
Tell if a specific port has been open during the last days
Method isSwitchInDB
Tell if this switch is in the DB
Method isUnknown
EndDevice::isUnknown() in EndDevice.php
Is this device 'unknown'?
Method isUnmanaged
EndDevice::isUnmanaged() in EndDevice.php
Is this device 'unmanaged'?
Method isValidUserName
GuiUserManager::isValidUserName() in GuiUserManager.php
Method isVM
EndDevice::isVM() in EndDevice.php
Is this EndDevice a Virtual Machine ?
Function is_mac_on_port
is_mac_on_port() in snmp_defs.inc.php
Tell whether a MAC address is on a certain port using SNMP
Function is_port_vmps
is_port_vmps() in snmp_defs.inc.php
Page index.php
index.php in index.php
Page ip.php
ip.php in ip.php
Page index.php
index.php in index.php
Page indicator.php
indicator.php in indicator.php
Page id.php
id.php in id.php
Page is.php
is.php in is.php
Page it.php
it.php in it.php
Page index.php
index.php in index.php
j
top
Function jalert
jalert() in webfuncs.inc
Header for each page
Page ja.php
ja.php in ja.php
Page jp.php
jp.php in jp.php
k
top
Method kernel
bsd_common::kernel() in class.BSD.common.inc.php
Page ko.php
ko.php in ko.php
l
top
Variable $last_error
Template::$last_error in class.Template.inc.php
Variable $logger
Common::$logger in Common.php
Page Location.php
Location.php in Location.php
Page Logger.php
Logger.php in Logger.php
Method loadavg
bsd_common::loadavg() in class.BSD.common.inc.php
Method loadfile
Template::loadfile() in class.Template.inc.php
Class Location
Location in Location.php
EndDevice.php
Method log
DBLogger::log() in DBLogger.php
Method log2db
Common::log2db() in Common.php
Write key events to naclog which is visible from the GUI
Function log2db
log2db() in funcs.inc.php
Write key events to naclog which is visible from the GUI This should NOT be called from a secondary server, i.e.
Function log2db3
log2db3() in funcs.inc.php
Class Logger
Logger in Logger.php
Method loggui
WebCommon::loggui() in WebCommon.php
Method loghttpd
Logger::loghttpd() in Logger.php
Log a message to the HTTPD log
Method logit
WebCommon::logit() in WebCommon.php
Function logit
logit() in funcs.inc.php
Wrapper around the logit method part of the logger object.
Method logit
Logger::logit() in Logger.php
Log a message.
Function logtail
logtail() in logtail.php
Method logtail
GuiLogtail::logtail() in GuiLogtail.php
Page listall.php
listall.php in listall.php
Page location.php
location.php in location.php
Page loggui.php
loggui.php in loggui.php
Page login.php
login.php in login.php
Page logout.php
logout.php in logout.php
Page logserver.php
logserver.php in logserver.php
Page logtail1.php
logtail1.php in logtail1.php
Page logtaildebug.php
logtaildebug.php in logtaildebug.php
Page logtail.php
logtail.php in logtail.php
Page lt.php
lt.php in lt.php
Page lv.php
lv.php in lv.php
m
top
Variable $mac
EndDevice::$mac in EndDevice.php
Variable $module
WebCommon::$module in WebCommon.php
Function mac_exist
mac_exist() in snmp_defs.inc.php
Method mailit
Logger::mailit() in Logger.php
Send an email to root
Function main_menu
main_menu() in webfuncs.inc
Function main_menu_simple
main_menu_simple() in webfuncs.inc
main_menu
Function main_stuff
main_stuff() in webfuncs.inc
Function makebox
makebox() in index.php
Method match
XPathEngine::match() in XPath.class.php
Matches (evaluates) an XPath query
Class Constant MAX_DEBUG_LEVEL
Maximum debugging level
Method mbinfo
mbinfo::mbinfo() in class.mbm5.inc.php
Class mbinfo
mbinfo in class.mbm5.inc.php
Function mega_escape_string
mega_escape_string() in webfuncs.inc
Method memory
bsd_common::memory() in class.BSD.common.inc.php
Function message
message() in port_scan.php
Function msg
msg() in flap_detect.php
Function mssql_fetch_all
mssql_fetch_all() in funcs.inc.php
Execute query and return assoc array
Function mssql_fetch_one
mssql_fetch_one() in funcs.inc.php
Execute query, fetch one row and return assoc array
Function MYSQLWENTAWAY
MYSQLWENTAWAY() in exceptions.php
Class MySQLWentAwayException
MySQLWentAwayException in exceptions.php
Function mysql_affected_rows2
mysql_affected_rows2() in funcs.inc.php
Function mysql_fetch_all
mysql_fetch_all() in funcs.inc.php
Execute query and return assoc array
Function mysql_fetch_one
mysql_fetch_one() in funcs.inc.php
Execute query, fetch one row and return assoc array
Page mydevnow.php
mydevnow.php in mydevnow.php
Page mydevs.php
mydevs.php in mydevs.php
Page mbinfo.php
mbinfo.php in mbinfo.php
Page memory.php
memory.php in memory.php
n
top
Variable $nodeIndex
XPathEngine::$nodeIndex in XPath.class.php
Variable $nodeRoot
XPathEngine::$nodeRoot in XPath.class.php
Variable $nodeStack
XPathEngine::$nodeStack in XPath.class.php
Method network
sysinfo::network() in class.NetBSD.inc.php
Method nodeName
XPath::nodeName() in XPath.class.php
Retrieves the name(s) of a node or a group of document nodes.
Function normalise_mac
normalise_mac() in funcs.inc.php
Normalise mac address format
Page nmapsubnet.php
nmapsubnet.php in nmapsubnet.php
Page nl.php
nl.php in nl.php
Page no.php
no.php in no.php
Page network.php
network.php in network.php
o
top
Variable $object
CallLog::$object in CallLog.php
Variable $object
CallWrapper::$object in CallWrapper.php
Variable $operators
XPathEngine::$operators in XPath.class.php
Constant OK
OK in EndDevice.php
Method openFacility
Open logging facility specified for the user
Method openPorts
PortScan::openPorts() in PortScan.php
Get the number of open ports for this device
p
top
Variable $parsedTextLocation
Variable $parseOptions
XPathEngine::$parseOptions in XPath.class.php
Variable $parser
bsd_common::$parser in class.BSD.common.inc.php
Variable $parseSkipWhiteCache
Variable $parseStackIndex
Variable $parsInCData
XPathEngine::$parsInCData in XPath.class.php
Page ping_switch.php
ping_switch.php in ping_switch.php
Page port_scan.php
port_scan.php in port_scan.php
Page postconnect.php
postconnect.php in postconnect.php
Page purge_not_seens.php
purge_not_seens.php in purge_not_seens.php
Page purge_unknowns.php
purge_unknowns.php in purge_unknowns.php
Page policy1.php
policy1.php in policy1.php
Page policy2.php
policy2.php in policy2.php
Page policy3.php
policy3.php in policy3.php
Page policy4.php
policy4.php in policy4.php
Page policy5.php
policy5.php in policy5.php
Page policy6.php
policy6.php in policy6.php
Page policy7.php
policy7.php in policy7.php
Page policy8.php
policy8.php in policy8.php
Page policy9.php
policy9.php in policy9.php
Page policy10.php
policy10.php in policy10.php
Page policy11.php
policy11.php in policy11.php
Page Policy.php
Policy.php in Policy.php
Page Port.php
Port.php in Port.php
Page PortScan.php
PortScan.php in PortScan.php
Method p
Template::p() in class.Template.inc.php
Function page
page() in find.php
Method parse
Template::parse() in class.Template.inc.php
Class Parser
Parser in class.parseProgs.inc.php
*************************************************************************
Method parse_filesystems
Parser::parse_filesystems() in class.parseProgs.inc.php
Method parse_lspci
Parser::parse_lspci() in class.parseProgs.inc.php
Method parse_pciconf
Parser::parse_pciconf() in class.parseProgs.inc.php
Function parse_scanfile
parse_scanfile() in port_scan.php
Class Constant pass
DBLogger::pass in DBLogger.php
Method pci
bsd_common::pci() in class.BSD.common.inc.php
Method pfp
Template::pfp() in class.Template.inc.php
Function ping_mac
ping_mac() in funcs.inc.php
Function ping_mac2
ping_mac2() in snmp_defs.inc.php
Ping a MAC address on a specific switch port
Class Policy
Policy in Policy.php
Base Policy class This is the basic policy implementation The real policy implementation can override what happens by simply providing an implementation of the pre and post connect methods.
Class Port
Port in Port.php
The Port class describes the interfaces to information on Ports and Switches This class extends the Common class.
Class PortScan
PortScan in PortScan.php
This class represents a row in the systems table in the database.
Function ports_on_switch
ports_on_switch() in snmp_defs.inc.php
Method port_delete
WebCommon::port_delete() in WebCommon.php
Delete a port
Method port_restart_request
Set the restart flag for a port
Method postconnect
The postconnect method is used by the postconnect daemon.
Method postconnect
Policy::postconnect() in Policy.php
Default policy is to deny everything
Method postScan
EndDevice::postScan() in EndDevice.php
Set 'scannow' flag in DB, if the machine has a valid IP and wasn't scanned the last 7 days
Method pparse
Template::pparse() in class.Template.inc.php
Method preconnect
The preconnect method is used by vmpsd_external.
Method preconnect
Policy::preconnect() in Policy.php
Default policy is to deny everything
Function print_dat_stats
print_dat_stats() in stats.php
Method print_dat_stats
Method print_dot_sel
Function print_dot_sel
print_dot_sel() in vmps.php
Method print_footer
WebCommon::print_footer() in WebCommon.php
Function print_footer
print_footer() in webfuncs.inc
Method print_footer
GuiPrint::print_footer() in GuiPrint.php
Method print_footer_empty
Function print_header
print_header() in webfuncs.inc
Method print_header
WebCommon::print_header() in WebCommon.php
Method print_header1
Method print_headerMin
Function print_headerSmall
print_headerSmall() in webfuncs.inc
Method print_headerSmall
Function print_host
print_host() in print.inc
Function print_host_table
print_host_table() in print.inc
Function print_location
print_location() in webfuncs.inc
Method print_logo
WebCommon::print_logo() in WebCommon.php
Function print_resultset
print_resultset() in webfuncs.inc
Method print_stats
WebCommon::print_stats() in WebCommon.php
Function print_stats
print_stats() in stats.php
Function print_switch_sel
print_switch_sel() in vmps.php
Method print_switch_sel
Print a HTML lookup list of switches
Method print_title
GuiSearch::print_title() in GuiSearch.php
Method print_title
WebCommon::print_title() in WebCommon.php
Method print_title
GuiEditDevice::print_title() in GuiEditDevice.php
Function print_usage
print_usage() in deactivate_vmps.php
Function print_vlans
print_vlans() in snmp_scan.php
Method processAdLogin
GuiUserManager::processAdLogin() in GuiUserManager.php
processADLogin: allow anobymous & active directory login
  • verify that username and password are valid
  • clear out existing login information for user. (if any)
  • log user into table (associate SID with user name).
Method processLogin
GuiUserManager::processLogin() in GuiUserManager.php
processLogin: allow SQL login: alpha code
  • verify that username and password are valid
  • clear out existing login information for user. (if any)
  • log user into table (associate SID with user name).
Method programVlanOnPort
Program the specified vlan on the specified port
Method psubst
Template::psubst() in class.Template.inc.php
Page print.inc
print.inc in print.inc
Page patchcable.php
patchcable.php in patchcable.php
Page phpinfo.php
phpinfo.php in phpinfo.php
Page pa_utf8.php
pa_utf8.php in pa_utf8.php
Page pl.php
pl.php in pl.php
Page pt-br.php
pt-br.php in pt-br.php
Page pt.php
pt.php in pt.php
Page port.php
port.php in port.php
q
top
Constant QUARANTINE
QUARANTINE in EndDevice.php
Method query
GuiPrint::query() in GuiPrint.php
Generic query report
Method query
GuiLogtail::query() in GuiLogtail.php
Generic query report
Method query
GuiEditDevice::query() in GuiEditDevice.php
Display a device record, allow changes.
Method query
GuiList1::query() in GuiList1.php
Generic query report
Function query_AD
query_AD() in ad_user_sync.php
r
top
Variable $root
Template::$root in class.Template.inc.php
Page restart_port.php
restart_port.php in restart_port.php
Page router_mac_ip.php
router_mac_ip.php in router_mac_ip.php
Page Request.php
Request.php in Request.php
Page Result.php
Result.php in Result.php
Function react
react() in flap_detect.php
Method read_dmesg
bsd_common::read_dmesg() in class.BSD.common.inc.php
Function read_footer
read_footer() in webfuncs.inc
Function read_footer2
read_footer2() in webfuncs.inc
Method real_escape_string1
Escape possibly dangerous characters, to prevent SQL injection
Function reformat_mac
reformat_mac() in funcs.inc.php
Reformat a MAC Adress from 0123.2345.2345 to 01:23:23:45:23:45
Method reindexNodeTree
Update nodeIndex and every node of the node-tree.
Method removeAttribute
XPath::removeAttribute() in XPath.class.php
Removes an attribute of a node(s).
Method removeChild
XPath::removeChild() in XPath.class.php
Removes a node from the XML document.
Function remove_type
remove_type() in snmp_defs.inc.php
Remove the type of one element and leave only the value.
Method replaceChild
XPath::replaceChild() in XPath.class.php
Replace the node(s) that matches the xQuery with the passed node (or passed node-tree)
Method replaceChildByData
XPath::replaceChildByData() in XPath.class.php
Replace a node with any data string. The $data is taken 1:1.
Method replaceData
XPath::replaceData() in XPath.class.php
Replace a sub string of a text-part OR attribute-value.
Function replace_specialchars
replace_specialchars() in common_functions.php
Method reportDecision
This method logs to syslog the decision taken so far.
Function reportException
reportException() in vmpsd_external.php
Report where an exception was thrown
Function report_menu
report_menu() in webfuncs.inc
Class Request
Request in Request.php
Define the Request request class. This class doesn't implement anything,
Method reset
XPathEngine::reset() in XPath.class.php
Resets the object so it's able to take a new xml sting/file
Method reset
XPathBase::reset() in XPath.class.php
Resets the object so it's able to take a new xml sting/file
Method reset
XPath::reset() in XPath.class.php
Resets the object so it's able to take a new xml sting/file
Method restart
Port::restart() in Port.php
Restart port
Method RestartPort
GuiEditDevice::RestartPort() in GuiEditDevice.php
Method restartPort
Switch_SNMP::restartPort() in Switch_SNMP.php
Turn on the specified port
Function restart_daemons
restart_daemons() in cron_restart_port.php
Restart daemons on master server
Class Result
Result in Result.php
Define the Result template class. This class doesn't define anything,
Function rfts
rfts() in common_functions.php
Page rss.php
rss.php in rss.php
Page ro.php
ro.php in ro.php
Page ru.php
ru.php in ru.php
Page report_listports22.php
report_listports22.php in report_listports22.php
s
top
Variable $scsi_regexp
sysinfo::$scsi_regexp in class.NetBSD.inc.php
Variable $switch_port
SyslogRequest::$switch_port in SyslogRequest.php
Variable $switch_port
VMPSRequest::$switch_port in VMPSRequest.php
Page scan_recent.php
scan_recent.php in scan_recent.php
Page sms_test.php
sms_test.php in sms_test.php
Page snmp_defs.inc.php
snmp_defs.inc.php in snmp_defs.inc.php
Page snmp_scan.php
snmp_scan.php in snmp_scan.php
Page snmp_scan2.php
snmp_scan2.php in snmp_scan2.php
Page snmp_set_port.php
snmp_set_port.php in snmp_set_port.php
Page snmp_set_port2.php
snmp_set_port2.php in snmp_set_port2.php
Page statistics.php
statistics.php in statistics.php
Page stats.php
stats.php in stats.php
Page session.inc.php
session.inc.php in session.inc.php
Page Settings.php
Settings.php in Settings.php
Page SMSEndDevice.php
SMSEndDevice.php in SMSEndDevice.php
Page Switch_SNMP.php
Switch_SNMP.php in Switch_SNMP.php
Page SyslogRequest.php
SyslogRequest.php in SyslogRequest.php
Method sanitize_name
GuiUpdateDns::sanitize_name() in GuiUpdateDns.php
Method sbus
bsd_common::sbus() in class.BSD.common.inc.php
Function scan
scan() in port_scan.php
Method scan
PortScan::scan() in PortScan.php
Method scsi
bsd_common::scsi() in class.BSD.common.inc.php
Method SearchForm
GuiSearch::SearchForm() in GuiSearch.php
Method setAlertMessage
Set port location information to be used to generate an alert
Method setAlertSubject
Set port location information to be used to generate an alert
Method setAttribute
XPath::setAttribute() in XPath.class.php
Set attributes of a node(s).
Method setAttributes
XPath::setAttributes() in XPath.class.php
Version of setAttribute() that sets multiple attributes to node(s).
Method setCaseFolding
Alternative way to control whether case-folding is enabled for this XML parser.
Method setDebugLevel
Set debugging level. It will cause to print all debugging messages less or equal than the value we specify in this function.
Method setHealth
EndDevice::setHealth() in EndDevice.php
Set the health status for this device
Method setIdentifier
Set the script name which will be displayed in syslog
Method setLogToEmail
Divert logging to Email
Method setLogToHttpd
Divert logging to httpd
Method setLogToStdErr
Divert logging to StdErr
Method setLogToStdOut
Divert logging to StdOut
Method setModMatch
XPath::setModMatch() in XPath.class.php
Resolves and xPathQuery array depending on the property['modMatch']
Method setNotifyInfo
Set the Notify information.
Method setOfficeID
EndDevice::setOfficeID() in EndDevice.php
Set the office where this EndDevice is
Method setPatchInfo
EndDevice::setPatchInfo() in EndDevice.php
Set the Patch information where this device is on
Method setPortID
EndDevice::setPortID() in EndDevice.php
Set the port where this EndDevice is on
Method setPortInfo
EndDevice::setPortInfo() in EndDevice.php
Set the Port information where this device is on
Method SetPortToDynamic
Set a port to VMPS
Method setSkipWhiteSpaces
Alternative way to control whether skip-white-spaces is enabled for this XML parser.
Method setSwitchInfo
Set the Switch information where this device is on
Class Settings
Settings in Settings.php
Define the Settings class which is a Singleton used to hold global variables stored in the configuration files and running script.
Method setVerbose
XPathBase::setVerbose() in XPath.class.php
Alter the verbose (error) level reporting.
Method setVlanID
EndDevice::setVlanID() in EndDevice.php
Set the lastvlan used by this EndDevice
Method setXmlOption
XPathEngine::setXmlOption() in XPath.class.php
Set an xml_parser_set_option()
Method setXmlOptions
XPathEngine::setXmlOptions() in XPath.class.php
Sets a number of xml_parser_set_option()s
Method set_block
Template::set_block() in class.Template.inc.php
Method set_file
Template::set_file() in class.Template.inc.php
Function set_port_as_dynamic
set_port_as_dynamic() in snmp_defs.inc.php
Function set_port_as_static
set_port_as_static() in snmp_defs.inc.php
Method set_root
Template::set_root() in class.Template.inc.php
Method set_unknowns
Template::set_unknowns() in class.Template.inc.php
Method set_var
Template::set_var() in class.Template.inc.php
Method showError
Logger::showError() in Logger.php
Wrapper around the logit method.
Method showMessage
Logger::showMessage() in Logger.php
Wrapper around the logit method.
Class SMSEndDevice
SMSEndDevice in SMSEndDevice.php
This class represents a row in the systems table in the database.
Function snmp_restart_port
snmp_restart_port() in snmp_defs.inc.php
Wrapper around the restart_port script.
Function snmp_restart_port_id
snmp_restart_port_id() in snmp_defs.inc.php
Wrapper around snmp_restart_port
Method sqlescape
Common::sqlescape() in Common.php
sqlescape: call real_escape_string1 with DB connection
Function stats_stuff
stats_stuff() in stats.php
Function strip_datversion
strip_datversion() in webfuncs.inc
Method strip_datversion
Function str_get_last
str_get_last() in funcs.inc.php
Return the last parts of a tokenized string
Method subst
Template::subst() in class.Template.inc.php
Method substringData
XPath::substringData() in XPath.class.php
Retrieves a sub string of a text-part OR attribute-value.
Function switch_exist
switch_exist() in snmp_defs.inc.php
Class Switch_SNMP
Switch_SNMP in Switch_SNMP.php
This class is intended to perform SNMP queries to all kind of switches.
Function syscall
syscall() in funcs.inc.php
Abstract calling of unix commands.
Class sysinfo
sysinfo in class.NetBSD.inc.php
Method sysinfo
sysinfo::sysinfo() in class.NetBSD.inc.php
Class SyslogRequest
SyslogRequest in SyslogRequest.php
Class that contains information related to a syslog request
Page statgraph.php
statgraph.php in statgraph.php
Page stats.php
stats.php in stats.php
Page sk.php
sk.php in sk.php
Page sr.php
sr.php in sr.php
Page sv.php
sv.php in sv.php
Page system_footer.php
system_footer.php in system_footer.php
Page system_header.php
system_header.php in system_header.php
Page search.php
search.php in search.php
Page statgraph.php
statgraph.php in statgraph.php
Page stats.php
stats.php in stats.php
Page switch.php
switch.php in switch.php
t
top
Variable $table
WebCommon::$table in WebCommon.php
Page test.php
test.php in test.php
Page test_policy.inc.php
test_policy.inc.php in test_policy.inc.php
Function telnet_wait_for
telnet_wait_for() in funcs.inc.php
Function temperature
temperature() in common_functions.php
Method temperature
hddtemp::temperature() in class.hddtemp.inc.php
Method temperature
mbinfo::temperature() in class.mbm5.inc.php
Method Template
Template::Template() in class.Template.inc.php
************************************************************************
Class Template
Template in class.Template.inc.php
************************************************************************\
Constant TEMPLATE_SET
TEMPLATE_SET in index.php
Function time_diff
time_diff() in funcs.inc.php
Returns the difference between 2 dates in secs
Function transform_netmask
transform_netmask() in funcs.inc.php
Get the netmask in 255.255.0.0 form
Constant TRANSITION
TRANSITION in EndDevice.php
Method turnOffPort
Switch_SNMP::turnOffPort() in Switch_SNMP.php
Turn off the specified port
Method turnOnPort
Switch_SNMP::turnOnPort() in Switch_SNMP.php
Turn on the specified port
Function turn_off_port
turn_off_port() in snmp_defs.inc.php
Turn off a determined port identified by its index.
Function turn_on_port
turn_on_port() in snmp_defs.inc.php
Turn on a determined port identified by its index.
Page tr.php
tr.php in tr.php
Page tw.php
tw.php in tw.php
u
top
Variable $unknowns
Template::$unknowns in class.Template.inc.php
Page updates.php
updates.php in updates.php
Constant UA_SALT
UA_SALT in webfuncs.inc
Constant UNKNOWN
UNKNOWN in EndDevice.php
Health status(es) (Note: The Oxford English Dict defines the plural of status as statuses, but the Latin plural is status
Method Update
GuiEditDevice::Update() in GuiEditDevice.php
Update a record: read fields/data from the POST, generate SQL and execute
Method update
EndDevice::update() in EndDevice.php
Update EndDevice information in the DB
Method update
Port::update() in Port.php
Update last_vlan and last_activity fields for this port
Method UpdateDns
GuiUpdateDns::UpdateDns() in GuiUpdateDns.php
Method UpdateDnsAll
GuiUpdateDns::UpdateDnsAll() in GuiUpdateDns.php
Method UpdateNew
GuiEditDevice::UpdateNew() in GuiEditDevice.php
Insert a newrecord
Function update_queries
update_queries() in port_scan.php
Method uptime
bsd_common::uptime() in class.BSD.common.inc.php
Function uptime
uptime() in common_functions.php
Function usage
usage() in wsus_getinfo.php
Prints script's usage
Method usb
bsd_common::usb() in class.BSD.common.inc.php
Class Constant user
DBLogger::user in DBLogger.php
Method users
bsd_common::users() in class.BSD.common.inc.php
Function user_rights
user_rights() in webfuncs.inc
Function user_tooltip
user_tooltip() in webfuncs.inc
Page unknowns.php
unknowns.php in unknowns.php
Page user.php
user.php in user.php
v
top
Variable $varkeys
Template::$varkeys in class.Template.inc.php
Variable $varvals
Template::$varvals in class.Template.inc.php
Page vmpsd_external.php
vmpsd_external.php in vmpsd_external.php
Page vmps_log.php
vmps_log.php in vmps_log.php
Page VMPSRequest.php
VMPSRequest.php in VMPSRequest.php
Function validate
validate() in wsus_sync.php
Ensures that $string is mysql safe
Function validate_input
validate_input() in webfuncs.inc
Function validate_ip
validate_ip() in snmp_scan2.php
Function validate_webinput
validate_webinput() in webfuncs.inc
Function valid_ip
valid_ip() in funcs.inc.php
Tell if an IPv4 address is valid (well-formed)
Method varname
Template::varname() in class.Template.inc.php
Method ViewDNS
GuiUpdateDns::ViewDNS() in GuiUpdateDns.php
Method vlanBySwitchLocation
Get a vlan based on switch location. This vlan should be used as an exception to the regular process
Function vlanId2Name
vlanId2Name() in funcs.inc.php
Converts a vlan id to a vlan name
Function vlans_for
vlans_for() in webfuncs.inc
Function vlans_on_switch
vlans_on_switch() in snmp_defs.inc.php
Class VMPSRequest
VMPSRequest in VMPSRequest.php
Class that contains information related to a VMPS request
Function vmps_footer
vmps_footer() in webfuncs.inc
Function vmps_header
vmps_header() in webfuncs.inc
Function vmps_stuff
vmps_stuff() in vmps.php
Function vm_type
vm_type() in snmp_defs.inc.php
Method voltage
mbinfo::voltage() in class.mbm5.inc.php
Function v_sql_1_select
v_sql_1_select() in funcs.inc.php
Send SQL and expect just one /field/row to return
Function v_sql_1_update
v_sql_1_update() in funcs.inc.php
Send SQL and expect just one row to change
Page vmps.php
vmps.php in vmps.php
Page vmpsdot.php
vmpsdot.php in vmpsdot.php
Page vitals.php
vitals.php in vitals.php
Page vlan.php
vlan.php in vlan.php
Page vlanswitch.php
vlanswitch.php in vlanswitch.php
w
top
Page wsus_getinfo.php
wsus_getinfo.php in wsus_getinfo.php
Page wsus_sync.php
wsus_sync.php in wsus_sync.php
Page WebCommon.php
WebCommon.php in WebCommon.php
Page WSUSEndDevice.php
WSUSEndDevice.php in WSUSEndDevice.php
Function walk_macs
walk_macs() in snmp_defs.inc.php
Function walk_ports
walk_ports() in snmp_defs.inc.php
Function walk_switchhw
walk_switchhw() in snmp_defs.inc.php
Function walk_switchsw
walk_switchsw() in snmp_defs.inc.php
Function walk_vlans
walk_vlans() in snmp_defs.inc.php
Constant WEB
WEB in Logger.php
Define the Logger class which is a Singleton which provides for logging facilities.
Page webfuncs.inc
webfuncs.inc in webfuncs.inc
Page web1.config.inc
web1.config.inc in web1.config.inc
Page webfuncs.inc
webfuncs.inc in webfuncs.inc
Class WebCommon
WebCommon in WebCommon.php
WebCommon.php
Method wholeText
XPathEngine::wholeText() in XPath.class.php
Get a the content of a node text part or node attribute.
Function wml_filesystem
wml_filesystem() in filesystems.php
Function wml_hddtemp
wml_hddtemp() in hddtemp.php
Function wml_mbfans
wml_mbfans() in mbinfo.php
Function wml_mbtemp
wml_mbtemp() in mbinfo.php
Function wml_mbvoltage
wml_mbvoltage() in mbinfo.php
Function wml_memory
wml_memory() in memory.php
Function wml_network
wml_network() in network.php
Function wml_vitals
wml_vitals() in vitals.php
Function write_auth
write_auth() in funcs.inc.php
Class WSUSEndDevice
WSUSEndDevice in WSUSEndDevice.php
This class represents a row in the systems table in the database.
Function wsus_dump_computertarget
wsus_dump_computertarget() in wsus_getinfo.php
Dumps the tbComputerTarget table into our computertarget tabl
Function wsus_dump_osmap
wsus_dump_osmap() in wsus_getinfo.php
Dumps table tbOSMap into our osmap table
Function wsus_dump_updates
wsus_dump_updates() in wsus_getinfo.php
Get a list of updates available on the server
Function wsus_dump_updates_for_computers
This one retrieves the installed and needed updates for every computer
Function wsus_get_osid
wsus_get_osid() in wsus_getinfo.php
Get the OSID
Function wsus_get_updates_per_computer
Retrieves the installed and needed updates for computer identified by id
x
top
Page XPath.class.php
XPath.class.php in XPath.class.php
Function xml_filesystems
xml_filesystems() in filesystems.php
*************************************************************************
Function xml_hardware
xml_hardware() in hardware.php
*************************************************************************
Function xml_hddtemp
xml_hddtemp() in hddtemp.php
*************************************************************************
Function xml_mbinfo
xml_mbinfo() in mbinfo.php
*************************************************************************
Function xml_memory
xml_memory() in memory.php
*************************************************************************
Function xml_network
xml_network() in network.php
*************************************************************************
Function xml_vitals
xml_vitals() in vitals.php
*************************************************************************
Method XPath
XPath::XPath() in XPath.class.php
Constructor of the class
Class XPath
XPath in XPath.class.php
**********************************************************************************************
Class XPathBase
XPathBase in XPath.class.php
**********************************************************************************************
Method XPathBase
XPathBase::XPathBase() in XPath.class.php
Constructor
Class XPathEngine
XPathEngine in XPath.class.php
**********************************************************************************************
Method XPathEngine
XPathEngine::XPathEngine() in XPath.class.php
Constructor
Constant XPATH_QUERYHIT_ALL
XPATH_QUERYHIT_ALL in XPath.class.php
**********************************************************************************************
Constant XPATH_QUERYHIT_FIRST
XPATH_QUERYHIT_FIRST in XPath.class.php
Constant XPATH_QUERYHIT_UNIQUE
XPATH_QUERYHIT_UNIQUE in XPath.class.php
$ a b c d e f g h i j k l m n o p q r s t u v w x _