summaryrefslogtreecommitdiff
path: root/ext/snmp
Commit message (Expand)AuthorAgeFilesLines
* fixed typos in testsBoris Lytochkin2011-05-104-11/+19
* method renaming:Boris Lytochkin2011-05-102-15/+15
* remove method open, __construct is enoughBoris Lytochkin2011-05-091-5/+4
* * new option for SNMP::get: force keys of return array be as in request arrayBoris Lytochkin2011-05-084-17/+99
* fix error reporting on OID not increasingBoris Lytochkin2011-05-081-2/+3
* fix typoBoris Lytochkin2011-04-121-2/+1
* * Net-SNMP version detection and proper processingBoris Lytochkin2011-04-062-67/+27
* * added detection and walkaround for net-snmp library bug (net-snmp BUGid 202...Boris Lytochkin2011-04-055-159/+75
* follow CS:Boris Lytochkin2011-03-2013-86/+87
* revert r309111 (name_len was not a typo)Boris Lytochkin2011-03-191-2/+2
* fix typo in SNMP_SNPRINT_VALUE usage: use val_len, not name_lengthBoris Lytochkin2011-03-111-2/+2
* * tune snmp2_walk.phptBoris Lytochkin2011-03-042-2/+2
* * fix warning about redefining REGISTER_PDO_CLASS_CONST_LONG (damn copy'n'paste)Boris Lytochkin2011-03-044-9/+9
* fix warnings mentioned in 'Parameter Parsing Report'Boris Lytochkin2011-03-021-2/+2
* remove compiler warningsBoris Lytochkin2011-02-261-27/+46
* * new methods get_errno, get_error to get errno and error stringBoris Lytochkin2011-02-267-58/+254
* fix parse errors for non_repeaters & max_repetitions: aligment errorsBoris Lytochkin2011-02-251-2/+2
* push most of SNMP query options into objid_query structureBoris Lytochkin2011-02-191-64/+66
* enable HAVE_SHUTDOWN_SNMP_LOGGINGBoris Lytochkin2011-02-171-2/+2
* * Fix memory leak on concurrent new, openBoris Lytochkin2011-02-172-3/+27
* - Fixed crash on unserialize(serialize(new SNMP))Felipe Pena2011-02-151-0/+4
* - Fixed memory leak on serialize(new SNMP)Felipe Pena2011-02-141-1/+1
* - Fixed memory leakFelipe Pena2011-02-141-0/+2
* fix crash caused by incorrect offset alteringBoris Lytochkin2011-02-051-1/+1
* added r/o info property with basic session info,Boris Lytochkin2011-02-052-2/+116
* - fix build, wrong version idPierre Joye2011-02-011-10/+10
* preprocessed changes made in rev.307894:Boris Lytochkin2011-02-011-3/+42
* - Improved SNMP extension:Boris Lytochkin2011-02-013-45/+60
* - Fixed buildFelipe Pena2011-02-011-33/+29
* Improved SNMP extension. FR #53594Boris Lytochkin2011-01-3133-624/+3861
* - Year++Felipe Pena2011-01-012-2/+2
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+109
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-211-109/+0
* - improve netsnmp detection (and restor snmp on win)Pierre Joye2010-02-091-7/+12
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* - Fixed bug #49990 (SNMP3 warning message about security level printed twice).Jani Taskinen2009-10-251-5/+0
* fix parameter parsing for SNMPStanislav Malyshev2009-08-171-56/+14
* Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values)Ilia Alshanetsky2009-06-011-1/+1
* Fixed bug #48359 (Script hangs on snmprealwalk if OID is not increasing)Ilia Alshanetsky2009-05-311-3/+8
* MFH:- Revert bad patch (which caused bug #48133)Jani Taskinen2009-05-021-7/+7
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* MFHJani Taskinen2008-11-211-247/+0
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-23/+0
* MFH: New parameter parsing APIKalle Sommer Nielsen2008-11-071-27/+25
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+23
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-23/+0
* Fixed bug #45405 (snmp extension memory leak)Alexey Zakhlestin2008-09-061-1/+9
* - MFH: New parameter parsing APIFelipe Pena2008-08-131-97/+91
* - Added arginfoFelipe Pena2008-07-011-27/+237
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2