summaryrefslogtreecommitdiff
path: root/ext/snmp
Commit message (Collapse)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-012-2/+2
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-031-1/+1
| | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
* Fixed bug #51336Boris Lytochkin2011-01-311-1/+1
|
* - Year++Felipe Pena2011-01-012-2/+2
|
* - 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
| | | | | # Original patch by simonov at gmail dot com
* 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
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-272-2/+2
|
* MFH: Fix some lib vs $PHP_LIBDIR issuesJani Taskinen2007-07-311-2/+2
|
* MFH: Changed AC_ARG_ENABLE to PHP_ARG_ENABLEJani Taskinen2007-07-111-13/+7
|
* MFH: use defined values instead of plain integersJani Taskinen2007-07-091-3/+3
|
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* MFH: - Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves)foobar2006-07-272-11/+29
| | | | | | | | MFH: . Renamed the function to snmp_set_oid_output_format() which describes MFH: it's behaviour better. Old one was left as an alias for it. MFH: . Added 2 new constants: SNMP_OID_OUTPUT_FULL and SNMP_OID_OUTPUT_NUMERIC MFH: - Fixed some memleaks
* MFH: - Fixed bug #37564 (AES privacy encryption not possible due to net-snmp ↵foobar2006-07-261-1/+5
| | | | 5.2 compatibility issue)
* Added automatic module globals managementDmitry Stogov2006-06-151-5/+8
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* MFH: nuke php3 legacyfoobar2005-12-062-3/+3
|
* change "-o" to "||" (fixes potential problems on weird systems where test ↵Antony Dovgal2005-11-291-1/+1
| | | | doesn't support -o)
* MFH: Nuked EOLs from error messagesfoobar2005-08-181-6/+6
|
* - Bumber up yearfoobar2005-08-032-2/+2
|
* - Unify the "configure --help" textsfoobar2005-05-291-4/+3
|
* wsfoobar2005-05-101-1/+1
|
* MFB: - Fixed bug #32613 (ext/snmp: use of snmp_shutdown() causes snmpapp.conffoobar2005-05-101-0/+5
| | | | | access errors). (Jani, ric at arizona dot edu)
* Better use zval_ptr_dtor() instead (thanks Andi)foobar2005-04-271-2/+1
|
* - Fix memleakfoobar2005-04-231-0/+2
|
* - Use correct type (bug #32720)foobar2005-04-151-2/+2
|
* Converting the usage of the integer based internal commands intoHarrie Hazewinkel2005-04-111-55/+60
| | | | | MACROS to ease future extensions.
* Adding support for a getbulk oriented walk.Harrie Hazewinkel2005-04-111-14/+26
| | | | | The getbulk can only be used for SNMPv2c and SNMPv3.
* Adding SNMPv2 community based (i.e. protocol version) functions.Harrie Hazewinkel2005-03-162-9/+63
|
* Missed one place..foobar2005-02-121-1/+1
|
* This was not good idea.foobar2005-02-121-1/+1
|
* - Fix some memory leaksfoobar2005-01-082-4/+15
|
* Fixed bug #30995 (snmp extension does not build with net-snmp 5.2).Ilia Alshanetsky2004-12-071-1/+16
|