#
02bf16db |
| 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)
|
#
06c20347 |
| 17-Jul-2011 |
Boris Lytochkin |
swap non_repeaters and max_repetitions in walk query, max_repetitions whould be used more frequently
|
#
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
|
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
|
#
32b5f8a1 |
| 06-Jun-2011 |
Felipe Pena |
- Added new parameter parsing option (p - for valid path (string without null byte in the middle)) # The tests will be fixed in the next commits
|
#
dbed2840 |
| 10-May-2011 |
Boris Lytochkin |
fixed typos in tests ucd-snmp epoch is over, drop legacy memory allocation (non e*) tune 'buggy snmp_snprint_value' detection on some systems
|
#
97930e91 |
| 10-May-2011 |
Boris Lytochkin |
method renaming: SNMP::get_errno() -> SNMP::getErrno() SNMP::get_error() -> SNMP::getError()
|
#
9d2f7c1e |
| 09-May-2011 |
Boris Lytochkin |
remove method open, __construct is enough
|
#
ee0d7f32 |
| 08-May-2011 |
Boris Lytochkin |
* new option for SNMP::get: force keys of return array be as in request array * new option for SNMP::walk: use suffix of OID for keys in return array, not full OID
|
#
1dc02ac2 |
| 08-May-2011 |
Boris Lytochkin |
fix error reporting on OID not increasing calling arguments markup
|
#
bbb4f679 |
| 06-Apr-2011 |
Boris Lytochkin |
* Net-SNMP version detection and proper processing * more UCD-SNMP-related code removal
|
#
cab643f6 |
| 05-Apr-2011 |
Boris Lytochkin |
* added detection and walkaround for net-snmp library bug (net-snmp BUGid 2027834) * drop UCD-SNMP support, R.I.P.
|
#
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
|