summaryrefslogtreecommitdiff
path: root/ext/snmp/php_snmp.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring ext/snmpXinchen Hui2014-05-201-2/+7
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* added SNMPException class, enabling ability to throw exceptionsBoris Lytochkin2011-09-021-0/+1
| | | | | | when a known SNMP error has occured FR #55542
* remove php_snmp_get_ce()Boris Lytochkin2011-09-021-1/+1
|
* export ERRNO_OID_PARSING_ERROR constant:Boris Lytochkin2011-08-271-1/+1
| | | | | raise it evry time OID parsing has failed
* s/noOIDIncreasingCheck/oid_increasing_check/Boris Lytochkin2011-07-211-1/+1
|
* new propery noOIDIncreasingCheck allowing to skipBoris Lytochkin2011-07-171-0/+1
| | | | | OID increasing check (userful for bogus SNMP agents)
* no more method openBoris Lytochkin2011-06-121-1/+0
|
* fix method names in headerBoris Lytochkin2011-06-121-2/+2
|
* * new option for SNMP::get: force keys of return array be as in request arrayBoris Lytochkin2011-05-081-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 Lytochkin2011-04-051-2/+0
| | | | | | | 2027834) * drop UCD-SNMP support, R.I.P.
* follow CS:Boris Lytochkin2011-03-201-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 Lytochkin2011-03-041-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 stringBoris Lytochkin2011-02-261-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 Lytochkin2011-02-011-0/+1
| | | | | | . Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids upon request.
* Improved SNMP extension. FR #53594Boris Lytochkin2011-01-311-1/+33
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH: - Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves)foobar2006-07-271-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 versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Adding SNMPv2 community based (i.e. protocol version) functions.Harrie Hazewinkel2005-03-161-0/+6
|
* - Fix some memory leaksfoobar2005-01-081-0/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-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.foobar2003-07-161-0/+3
|
* Adding an SNMP GETNEXT.Harrie Hazewinkel2003-07-141-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 Hazewinkel2003-07-141-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 Cox2003-06-101-3/+3
|
* MFBfoobar2003-02-211-20/+23
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - Renamed snmpv3_* to snmp3_*Derick Rethans2002-12-051-6/+6
| | | | | | - Conversion to php_error_docref - Whitespace fixes
* Adding a more detail print functions, that assist/make it easier forHarrie Hazewinkel2002-11-111-0/+2
| | | | | | | creating SNMP scripts. They are only supported when you have NET-SNMP. Need to be documented still though.
* Adding SNMPv3 support.Harrie Hazewinkel2002-11-111-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 Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-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 WindowsAndi Gutmans2000-06-101-4/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* - snmpwalkoid is an alias nowSterling Hughes2000-03-251-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 timeZeev Suraski2000-02-191-2/+2
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* More php3_ cleanupZeev Suraski1999-12-181-2/+2
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-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 allSascha Schumann1999-12-041-0/+54
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.