summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_snmp.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-443/+0
|
* Code style services r s wPhil Davis2015-05-271-217/+232
|
* remove dead code, clean up excess white space a bit.Chris Buechler2015-04-031-24/+0
|
* Fix SNMP Bind Interface list in masterPhil Davis2015-03-101-2/+2
| | | | | | The format of the array returned by get_possible_listen_ips() was changed. This use of the returned array was not quite changed correctly. This fixes it so the drop-down list of SNMP Bind Interfaces is displayed correctly. Note that the change to get_possible_listen_ips() (which also moved the function from system.inc to interfaces.inc) and associated effects is only in master. It has not been applied to RELENG_2_2 yet. So this fix is only needed in master. I noticed this when using various files from master on a test system.
* Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI ↵Ermal LUÇI2015-01-151-4/+6
| | | | changes and upgrade code
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+4
|
* Tidy up "services_snmp" XHTMLColin Fleming2014-04-181-28/+32
| | | | | | | | | | Add "closehead" PHP variable and manually close HEAD Add CDATA section to scripts Add SUMMARY to tables Closing INPUT tags Change "onclick" to lower case Update HTML Boolean operators Add missing closing SELECT tag and missing closing TD tag
* replaced uppercase html tags with lowercaseayvis2014-03-191-2/+2
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-6/+6
| | | replaced <br>, <br/> and </br> with <br />
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-6/+6
|
* Add a couple more (small, optional) snmp modules.jim-p2012-11-291-0/+15
|
* More shortcutsjim-p2012-08-141-0/+1
|
* Correct population of the temp version of this variable. Fixes #2158 ↵jim-p2012-03-151-1/+1
| | | | (drop-down preselection issue)
* Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158jim-p2012-02-011-14/+28
|
* Converting javascript code from prototype to jQueryVinicius Coque2011-10-241-2/+2
|
* Resolves #1418. Correct test to actully do what's intended.Ermal2011-04-061-1/+1
|
* For bsnmpd, checking hostres also requires checking mibii. Note this ↵jim-p2010-12-141-2/+8
| | | | requirement in the GUI and enforce it via a simple JS check.
* Fix XSS issuesScott Ullrich2010-11-121-2/+2
|
* Character '#' is invalid in string fields of SNMP service screen. Ticket #956pierrepomes2010-10-171-0/+6
|
* Fix SNMP trap string validation.jim-p2010-08-061-1/+1
|
* Merge remote branch 'mainline/master' into 4_load_balancer_and_servicesRenato Botelho2010-08-031-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/services_captiveportal_ip_edit.php usr/local/www/services_captiveportal_mac_edit.php usr/local/www/services_dhcp_edit.php usr/local/www/services_rfc2136.php usr/local/www/services_snmp.php
| * Use more appropriate advice here for community stringChris Buechler2010-07-251-1/+1
| |
* | Corrections gettext implementation on services_snmp.phpCarlos Eduardo Ramos2010-07-201-0/+1
| |
* | Corrections gettext implementation on services_snmp.phpCarlos Eduardo Ramos2010-07-161-8/+8
| |
* | Implement gettext calls on services_snmp.phpRafael Lucas2010-07-121-32/+32
|/
* Fixes #659. Uncomment javascript for unexistent fields and put id attribute ↵Ermal2010-06-151-8/+7
| | | | on the checkbox controls referenced by javascript.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-4/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Do not show LAN related items when the interfafe does not exist.Scott Ullrich2008-02-091-15/+17
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-8/+8
|
* Backout the snmp_bridge option. We can add it back when snmp_bridge.soSeth Mos2007-03-041-2/+0
| | | | makes it into releng_1 bsnmpd.
* Allow for more snmpd options. If we want (remote) cpu and process monitoring ↵Seth Mos2007-03-021-16/+16
| | | | | | support (nagios). Needs missing snmp_bridge.so to be committed into build!
* MFC 11464Scott Ullrich2006-04-161-2/+2
| | | | if contact/location isn't mandatory, don't display as being so
* Allow blank syscontact or syslocation items.Scott Ullrich2006-04-161-7/+1
| | | | Ticket #911
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Query SNMP over VPN fixScott Ullrich2005-12-271-1/+13
| | | | Ticket #743
* MFC 8652Scott Ullrich2005-12-241-2/+2
| | | | Use the right class for required fields
* Remove reboot required checksScott Ullrich2005-12-141-5/+5
|
* Minor nitpick, make each module break to it's own lineScott Ullrich2005-12-101-0/+2
|
* * Make Modules it's own section with no enable buttonScott Ullrich2005-12-101-2/+19
| | | | | * Trap port -> Trap string * Cleanup misc wording
* Make snmp services screen look uniformScott Ullrich2005-12-071-7/+17
|
* Require syscontact and syslocation fieldsScott Ullrich2005-12-071-1/+9
|
* Add polling port optionJohn Fleming2005-07-031-17/+65
| | | | Add checkboxes for snmp modules
* Use $pgtitleBill Marquette2005-07-031-1/+1
| | | | small code cleanups
* include head.inc and round corners on tabsScott Ullrich2005-07-021-8/+4
|
* Fix minor javascript bug. Trap server port should be disabled if trapenable ↵John Fleming2005-06-031-0/+1
| | | | is unckecked.
OpenPOWER on IntegriCloud