History log of /PHP-7.3/ext/snmp/snmp.c (Results 126 – 150 of 280)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e8486cc3 03-Apr-2011 Pierrick Charron

Fix common typos in the source code (Reported in Bug #54065)
# External libraries were excluded
# Thanks eitan at eitanadler dot com for the first patch :)


# 14eaa5ac 20-Mar-2011 Boris Lytochkin

follow CS:
- method set_security should be named as setSecurity
- SNMP_VERSION_2C constant


# 5d0c9482 19-Mar-2011 Boris Lytochkin

revert r309111 (name_len was not a typo)


Revision tags: php-5.3.6
# d890ece3 11-Mar-2011 Boris Lytochkin

fix typo in SNMP_SNPRINT_VALUE usage: use val_len, not name_length


Revision tags: php-5.3.6RC3
# 8e600b81 04-Mar-2011 Boris Lytochkin

* tune snmp2_walk.phpt
* more net-snmp v5.3 compatibility (OPAQUE_SPECIAL_TYPES)


# 3c0f1d5b 04-Mar-2011 Boris Lytochkin

* fix warning about redefining REGISTER_PDO_CLASS_CONST_LONG (damn copy'n'paste)
* tuned two unit test that failed at gcov.php.net/PHP_HEAD


# 661b5529 02-Mar-2011 Boris Lytochkin

fix warnings mentioned in 'Parameter Parsing Report'


Revision tags: php-5.3.6RC2
# e9920cce 26-Feb-2011 Boris Lytochkin

remove compiler warnings
fix various memory leaks seen with --enable-debug


# 1c659208 26-Feb-2011 Boris Lytochkin

* new methods get_errno, get_error to get errno and error string
of last SNMP-related error
* formatting markup
* some fixes in max_oids logic: NULL will set it to default value,

* new methods get_errno, get_error to get errno and error string
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

show more ...


# 3ab69c4c 25-Feb-2011 Boris Lytochkin

fix parse errors for non_repeaters & max_repetitions: aligment errors


# 430af9a0 19-Feb-2011 Boris Lytochkin

push most of SNMP query options into objid_query structure


# 73f5ee55 17-Feb-2011 Boris Lytochkin

enable HAVE_SHUTDOWN_SNMP_LOGGING


# 6b81a9ac 17-Feb-2011 Boris Lytochkin

* Fix memory leak on concurrent new, open
* change comments to ANSI-C style
* added compatibility with net-snmp prior 5.4


Revision tags: php-5.3.6RC1
# b58c6f5e 15-Feb-2011 Felipe Pena

- Fixed crash on unserialize(serialize(new SNMP))


# aef95573 14-Feb-2011 Felipe Pena

- Fixed memory leak on serialize(new SNMP)


# be2bfd1b 14-Feb-2011 Felipe Pena

- Fixed memory leak


# c50b3d7a 05-Feb-2011 Boris Lytochkin

fix crash caused by incorrect offset altering


# f69e1100 05-Feb-2011 Boris Lytochkin

added r/o info property with basic session info,
fix crash in _get_properties in trunk


# fefe9fc5 01-Feb-2011 Pierre Joye

- fix build, wrong version id


# 2bc31f80 01-Feb-2011 Boris Lytochkin

preprocessed changes made in rev.307894:
keeping ext/snmp backwards compatible


# dc781e25 01-Feb-2011 Boris Lytochkin

- Improved SNMP extension:
. Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids
upon request.


# ca9b3511 01-Feb-2011 Felipe Pena

- Fixed build


# 5e82e334 31-Jan-2011 Boris Lytochkin

Improved SNMP extension. FR #53594


# bd810ef9 31-Jan-2011 Boris Lytochkin

Fixed bug #51336


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


12345678910>>...12