Commit Graph

41 Commits

Author SHA1 Message Date
jim-p
3d594a3fba Correct population of the temp version of this variable. Fixes #2158 (drop-down preselection issue) 2012-03-15 16:04:13 -04:00
jim-p
c82b2c3f21 Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158 2012-02-01 13:28:53 -05:00
Vinicius Coque
ea1cea05ee Converting javascript code from prototype to jQuery 2011-10-24 20:34:39 -02:00
Ermal
d10da0f995 Resolves #1418. Correct test to actully do what's intended. 2011-04-06 10:49:51 +00:00
jim-p
7bc5c54310 For bsnmpd, checking hostres also requires checking mibii. Note this requirement in the GUI and enforce it via a simple JS check. 2010-12-14 08:46:47 -05:00
Scott Ullrich
dd5bf424c1 Fix XSS issues 2010-11-12 11:36:20 -05:00
pierrepomes
00686feea9 Character '#' is invalid in string fields of SNMP service screen. Ticket #956 2010-10-17 22:44:37 -04:00
jim-p
b7e236b9ed Fix SNMP trap string validation. 2010-08-06 12:38:04 -04:00
Renato Botelho
4daa45d861 Merge remote branch 'mainline/master' into 4_load_balancer_and_services
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
2010-08-03 11:11:57 -03:00
Chris Buechler
36b03cc70e Use more appropriate advice here for community string 2010-07-25 15:08:07 -04:00
Carlos Eduardo Ramos
4e8656735f Corrections gettext implementation on services_snmp.php 2010-07-20 12:28:36 -03:00
Carlos Eduardo Ramos
59d0d50450 Corrections gettext implementation on services_snmp.php 2010-07-16 09:49:10 -03:00
Rafael Lucas
3d9bee96d1 Implement gettext calls on services_snmp.php 2010-07-12 10:12:42 -03:00
Ermal
0bbf8900e0 Fixes #659. Uncomment javascript for unexistent fields and put id attribute on the checkbox controls referenced by javascript. 2010-06-15 21:38:41 +00:00
Scott Ullrich
1d333258dc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 21:49:40 -04:00
Ermal Lui
0027de0a54 * Create two new functions lock($subsystem)/unlock() to have more reliable 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.
2009-05-08 18:42:37 +00:00
Matthew Grooms
6b07c15ad8 Rewrite the pfsense privilege system with the following goals in mind ...
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
2008-08-01 06:30:34 +00:00
Scott Ullrich
612bb4f3db Do not show LAN related items when the interfafe does not exist. 2008-02-09 05:06:41 +00:00
Scott Ullrich
d88c6a9fdf Switch over to array style page titles. Obtained-from: m0n0wall 2007-11-16 00:48:53 +00:00
Seth Mos
b5c7850109 Fixing css layout 2007-09-01 20:47:31 +00:00
Seth Mos
1b081fd9da Backout the snmp_bridge option. We can add it back when snmp_bridge.so
makes it into releng_1 bsnmpd.
2007-03-04 21:18:17 +00:00
Seth Mos
95fb49e81d Allow for more snmpd options. If we want (remote) cpu and process monitoring support (nagios).
Needs missing snmp_bridge.so to be committed into build!
2007-03-02 08:36:58 +00:00
Scott Ullrich
b809337044 MFC 11464
if contact/location isn't mandatory, don't display as being so
2006-04-16 17:41:08 +00:00
Scott Ullrich
72b5583ca9 Allow blank syscontact or syslocation items.
Ticket #911
2006-04-16 03:49:39 +00:00
Scott Ullrich
e54d4de6d5 Remove #!/usr/local/bin/php 2006-01-02 23:46:18 +00:00
Scott Ullrich
7cbad42249 Query SNMP over VPN fix
Ticket #743
2005-12-27 19:44:25 +00:00
Scott Ullrich
40954c2a69 MFC 8652
Use the right class for required fields
2005-12-24 18:34:52 +00:00
Scott Ullrich
920b3bb026 Remove reboot required checks 2005-12-14 17:08:07 +00:00
Scott Ullrich
e348dcecd8 Minor nitpick, make each module break to it's own line 2005-12-10 20:59:44 +00:00
Scott Ullrich
ba73e2a374 * Make Modules it's own section with no enable button
* Trap port -> Trap string
* Cleanup misc wording
2005-12-10 20:58:08 +00:00
Scott Ullrich
3184f4e79b Make snmp services screen look uniform 2005-12-07 01:15:14 +00:00
Scott Ullrich
a42bf8cd3c Require syscontact and syslocation fields 2005-12-07 00:43:23 +00:00
John Fleming
3805bfdd23 Add polling port option
Add checkboxes for snmp modules
2005-07-03 23:53:36 +00:00
Bill Marquette
74f446e877 Use $pgtitle
small code cleanups
2005-07-03 16:55:51 +00:00
Scott Ullrich
4df96eff4d include head.inc and round corners on tabs 2005-07-02 04:38:35 +00:00
John Fleming
a21b1cad5c Fix minor javascript bug. Trap server port should be disabled if trapenable is unckecked. 2005-06-03 22:28:51 +00:00
John Fleming
8c3c9dc2a7 Add trap string to snmp trap config. 2005-06-03 04:18:30 +00:00
John Fleming
4f4d63d8ea Add support for trap and snmp writes (currenly disabled).
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.
2005-06-03 01:50:01 +00:00
Bill Marquette
b46bfcf575 Add $Id$ tag 2005-03-27 22:31:32 +00:00
Scott Ullrich
07bd3f83b4 Synchornize with m0n0wall 1.2b3. These files have not really been
modified too much so a straight copy works.   9 files remain to be
patched by hand.
2004-12-05 19:31:44 +00:00
Scott Ullrich
5b23774500 Initial revision 2004-11-07 03:06:49 +00:00