summaryrefslogtreecommitdiff
path: root/ext/snmp
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #60585 (php build fails with USE flag snmp when IPv6 support is dis...Boris Lytochkin2012-01-133-6/+41
* - Year++Felipe Pena2012-01-012-2/+2
* - Fix testFelipe Pena2011-09-101-1/+1
* remove extra white spaceBoris Lytochkin2011-09-021-2/+0
* added SNMPException class, enabling ability to throw exceptionsBoris Lytochkin2011-09-024-26/+130
* remove php_snmp_get_ce()Boris Lytochkin2011-09-022-8/+3
* tune text alignBoris Lytochkin2011-08-311-7/+7
* test coverage for SNMP::ERRNO_MULTIPLE_SET_QUERIESBoris Lytochkin2011-08-311-1/+37
* more tuning based on discussion in FR #40816:Boris Lytochkin2011-08-313-53/+84
* export ERRNO_OID_PARSING_ERROR constant:Boris Lytochkin2011-08-273-5/+53
* reformat OID parsing procedure,Boris Lytochkin2011-08-273-30/+28
* tune test's README more per FR #55474Boris Lytochkin2011-08-251-0/+7
* apply docs fixes suggested in BR #55474Boris Lytochkin2011-08-232-34/+32
* Adding IPv6 support (FR #42918)Boris Lytochkin2011-08-205-11/+106
* more code coverageBoris Lytochkin2011-08-202-0/+7
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-2/+2
* provide backwards compatibility for 'p' in zend_parse_parameters()Boris Lytochkin2011-07-231-0/+4
* s/noOIDIncreasingCheck/oid_increasing_check/Boris Lytochkin2011-07-213-16/+17
* new propery noOIDIncreasingCheck allowing to skipBoris Lytochkin2011-07-173-70/+55
* swap non_repeaters and max_repetitions in walk query, max_repetitions whould ...Boris Lytochkin2011-07-173-10/+10
* fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJ...Boris Lytochkin2011-07-173-94/+134
* update ARG_INFO_EX for walk and get methods, fix commentsBoris Lytochkin2011-07-171-4/+6
* move SNMP VERSION constants into SNMP class itselfBoris Lytochkin2011-06-126-28/+28
* fix typo in commentBoris Lytochkin2011-06-121-1/+1
* no more method openBoris Lytochkin2011-06-121-1/+0
* fix method names in headerBoris Lytochkin2011-06-121-2/+2
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-1/+1
* 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