summaryrefslogtreecommitdiff
path: root/ext/snmp/php_snmp.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* Bump snmp extension version to PHP versionPeter Kokot2018-06-151-1/+1
| | | | | This patch syncs the snmp extension to match it with the PHP release version.
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-3/+3
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-2/+2
| |
* | fixes to ext/snmpAnatol Belski2014-08-191-1/+1
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-2/+2
| |
* | 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