summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_snmp.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add trap string to snmp trap config.John Fleming2005-06-031-1/+19
|
* Add support for trap and snmp writes (currenly disabled).John Fleming2005-06-031-14/+162
| | | | | | Make menu look more like some of the others. Add support for snmp trap server and snmp write strings. Write community strings are currently disabled.
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Synchornize with m0n0wall 1.2b3. These files have not really beenScott Ullrich2004-12-051-9/+5
| | | | | modified too much so a straight copy works. 9 files remain to be patched by hand.
* Initial revisionScott Ullrich2004-11-071-0/+145
OpenPOWER on IntegriCloud