History log of /PHP-7.4/ext/snmp/snmp.c (Results 101 – 125 of 290)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3aa6f31a 31-Aug-2011 Boris Lytochkin

more tuning based on discussion in FR #40816:
* parse all OIDs earlier, detect all wrong OIDs before any query
is made (GET-operations)
* introduce ERRNO_MULTIPLE_SET_QUERIES:

more tuning based on discussion in FR #40816:
* parse all OIDs earlier, detect all wrong OIDs before any query
is made (GET-operations)
* introduce ERRNO_MULTIPLE_SET_QUERIES:
warn if request contains more OIDs than max_oids and SET operation
(and type&value checks) will be done in chunks.
fix set method when request contains more OIDs than max_oids (2nd and
subsequent chunk were ignored)

show more ...


# b448bb5e 31-Aug-2011 Boris Lytochkin

more tuning based on discussion in FR #40816:
* parse all OIDs earlier, detect all wrong OIDs before any query
is made (GET-operations)
* introduce ERRNO_MULTIPLE_SET_QUERIES:

more tuning based on discussion in FR #40816:
* parse all OIDs earlier, detect all wrong OIDs before any query
is made (GET-operations)
* introduce ERRNO_MULTIPLE_SET_QUERIES:
warn if request contains more OIDs than max_oids and SET operation
(and type&value checks) will be done in chunks.
fix set method when request contains more OIDs than max_oids (2nd and
subsequent chunk were ignored)

show more ...


# 1c88dcf3 30-Aug-2011 Boris Lytochkin

merge from trunk:
set ERRNO_OID_PARSING_ERROR on OID parse error


Revision tags: yaf-2.1.0
# 5ab9e7b5 27-Aug-2011 Boris Lytochkin

export ERRNO_OID_PARSING_ERROR constant:
raise it evry time OID parsing has failed


# 4f100503 27-Aug-2011 Boris Lytochkin

merge from trunk:
reformat OID parsing procedure,
fail whole SNMP query on single OID parsing failure


# 1464da90 27-Aug-2011 Boris Lytochkin

reformat OID parsing procedure,
fail whole SNMP query on single OID parsing failure


Revision tags: php-5.3.8
# cbcf729a 20-Aug-2011 Boris Lytochkin

merge from trunk two commits:
Adding IPv6 support (FR #42918)
more code coverage


# 8c99efcd 20-Aug-2011 Boris Lytochkin

Adding IPv6 support (FR #42918)


Revision tags: php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4
# 23e43859 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# 4b30846b 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# da376383 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# 1ed2f1cf 23-Jul-2011 Boris Lytochkin

provide backwards compatibility for 'p' in zend_parse_parameters()


# 02bf16db 21-Jul-2011 Boris Lytochkin

s/noOIDIncreasingCheck/oid_increasing_check/


# 96c45c85 21-Jul-2011 Boris Lytochkin

s/noOIDIncreasingCheck/oid_increasing_check/


# 85edf251 17-Jul-2011 Boris Lytochkin

new propery noOIDIncreasingCheck allowing to skip
OID increasing check (userful for bogus SNMP agents)


# 5c110b9a 17-Jul-2011 Boris Lytochkin

new propery noOIDIncreasingCheck allowing to skip
OID increasing check (userful for bogus SNMP agents)


# e1d46760 17-Jul-2011 Boris Lytochkin

swap non_repeaters and max_repetitions in walk query, max_repetitions whould be used more frequently


# 06c20347 17-Jul-2011 Boris Lytochkin

swap non_repeaters and max_repetitions in walk query, max_repetitions whould be used more frequently


# a80c2ee1 17-Jul-2011 Boris Lytochkin

fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used.


# cf7724d5 17-Jul-2011 Boris Lytochkin

fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used.


# cc1ccefc 17-Jul-2011 Boris Lytochkin

backport r313324


# 281d0ead 17-Jul-2011 Boris Lytochkin

update ARG_INFO_EX for walk and get methods, fix comments


Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 7a0bd8b9 12-Jun-2011 Boris Lytochkin

remove PHP_VERSION_ID ifdef's, limiting to 5.4 branch


# 2b8026cf 12-Jun-2011 Boris Lytochkin

merging from trunk (r312088...r312092):
move SNMP VERSION constants into SNMP class itself
fix typo in comment
no more method open
fix method names in header


# edd80c57 12-Jun-2011 Boris Lytochkin

move SNMP VERSION constants into SNMP class itself


12345678910>>...12