Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring ext/snmp | Xinchen Hui | 2014-05-20 | 1 | -2/+7 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | added SNMPException class, enabling ability to throw exceptions | Boris Lytochkin | 2011-09-02 | 1 | -0/+1 |
| | | | | | | when a known SNMP error has occured FR #55542 | ||||
* | remove php_snmp_get_ce() | Boris Lytochkin | 2011-09-02 | 1 | -1/+1 |
| | |||||
* | export ERRNO_OID_PARSING_ERROR constant: | Boris Lytochkin | 2011-08-27 | 1 | -1/+1 |
| | | | | | raise it evry time OID parsing has failed | ||||
* | s/noOIDIncreasingCheck/oid_increasing_check/ | Boris Lytochkin | 2011-07-21 | 1 | -1/+1 |
| | |||||
* | new propery noOIDIncreasingCheck allowing to skip | Boris Lytochkin | 2011-07-17 | 1 | -0/+1 |
| | | | | | OID increasing check (userful for bogus SNMP agents) | ||||
* | no more method open | Boris Lytochkin | 2011-06-12 | 1 | -1/+0 |
| | |||||
* | fix method names in header | Boris Lytochkin | 2011-06-12 | 1 | -2/+2 |
| | |||||
* | * new option for SNMP::get: force keys of return array be as in request array | Boris Lytochkin | 2011-05-08 | 1 | -1/+5 |
| | | | | | * new option for SNMP::walk: use suffix of OID for keys in return array, not full OID | ||||
* | * added detection and walkaround for net-snmp library bug (net-snmp BUGid ↵ | Boris Lytochkin | 2011-04-05 | 1 | -2/+0 |
| | | | | | | | 2027834) * drop UCD-SNMP support, R.I.P. | ||||
* | follow CS: | Boris Lytochkin | 2011-03-20 | 1 | -1/+1 |
| | | | | | | - method set_security should be named as setSecurity - SNMP_VERSION_2C constant | ||||
* | * fix warning about redefining REGISTER_PDO_CLASS_CONST_LONG (damn copy'n'paste) | Boris Lytochkin | 2011-03-04 | 1 | -1/+1 |
| | | | | | * tuned two unit test that failed at gcov.php.net/PHP_HEAD | ||||
* | * new methods get_errno, get_error to get errno and error string | Boris Lytochkin | 2011-02-26 | 1 | -12/+26 |
| | | | | | | | | | of last SNMP-related error * formatting markup * some fixes in max_oids logic: NULL will set it to default value, do not allow non-positive user-supplied values * unit tests for changes | ||||
* | - Improved SNMP extension: | Boris Lytochkin | 2011-02-01 | 1 | -0/+1 |
| | | | | | | . Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids upon request. | ||||
* | Improved SNMP extension. FR #53594 | Boris Lytochkin | 2011-01-31 | 1 | -1/+33 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: - Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves) | foobar | 2006-07-27 | 1 | -1/+1 |
| | | | | | | | | MFH: . Renamed the function to snmp_set_oid_output_format() which describes MFH: it's behaviour better. Old one was left as an alias for it. MFH: . Added 2 new constants: SNMP_OID_OUTPUT_FULL and SNMP_OID_OUTPUT_NUMERIC MFH: - Fixed some memleaks | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Adding SNMPv2 community based (i.e. protocol version) functions. | Harrie Hazewinkel | 2005-03-16 | 1 | -0/+6 |
| | |||||
* | - Fix some memory leaks | foobar | 2005-01-08 | 1 | -0/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - Added snmp_read_mib() which reads a MIB file into the active MIB tree. | foobar | 2003-07-16 | 1 | -0/+3 |
| | |||||
* | Adding an SNMP GETNEXT. | Harrie Hazewinkel | 2003-07-14 | 1 | -0/+2 |
| | | | | | | | | | | | | This is a basic SNMP operation that retrieves the next value as the one provided to the command. NOTE: snmpgetnext does not follow the official naming convetions of functions, but now it is equal to it version 1 equivalents snmpget and snmpset. I also would like to reserve the snmp_getnext for a function to which a session can be given instead of the multiple values to create the session internally. (Work in progress). | ||||
* | (RE-)Applying the contributed patch of Johan Hanne to the main tree. | Harrie Hazewinkel | 2003-07-14 | 1 | -0/+18 |
| | | | | | | | | | | The patch enables control on the way the values are returned into the PHP script, instaed of always strings. Also the type of the value is now returned when configured to do so. This enables better management scripts to do more automatic processing and value calculations. (By default the values are returned as strings, as was before) | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | MFB | foobar | 2003-02-21 | 1 | -20/+23 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | - Renamed snmpv3_* to snmp3_* | Derick Rethans | 2002-12-05 | 1 | -6/+6 |
| | | | | | | - Conversion to php_error_docref - Whitespace fixes | ||||
* | Adding a more detail print functions, that assist/make it easier for | Harrie Hazewinkel | 2002-11-11 | 1 | -0/+2 |
| | | | | | | | creating SNMP scripts. They are only supported when you have NET-SNMP. Need to be documented still though. | ||||
* | Adding SNMPv3 support. | Harrie Hazewinkel | 2002-11-11 | 1 | -0/+7 |
| | | | | | | | | | | | This splits the old php_snmp function into an argument parsing part and a data retrieval part. The data retrieval part is reused for SNMPv3. SNMPv3 has only a different argument parsing. THe code is not extremely beautiful, but having NET-SNMP and UCD-SNMP support creates this. :-( Documentation must still be done. | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -4/+0 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | - snmpwalkoid is an alias now | Sterling Hughes | 2000-03-25 | 1 | -1/+0 |
| | | | | | | | | - small optimizations - delete that switch case in php_snmp =The different functions are now in the PHP_FUNCTION declaration thingies - If-else blocks have brackets | ||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | More php3_ cleanup | Zeev Suraski | 1999-12-18 | 1 | -2/+2 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -0/+54 |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |