summaryrefslogtreecommitdiff
path: root/ext/snmp
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves)foobar2006-07-271-10/+28
* - Fixed bug #37564 (AES privacy encryption not possible due to net-snmp 5.2 c...foobar2006-07-261-1/+5
* Added automatic module globals managementDmitry Stogov2006-06-131-5/+8
* bump year and license versionfoobar2006-01-012-6/+6
* change -o to || to be more portableAntony Dovgal2005-12-221-1/+1
* - Nuke php3 legacyfoobar2005-12-062-3/+3
* fix configure helpfoobar2005-11-101-1/+1
* 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
* 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
* Adding support for a getbulk oriented walk.Harrie Hazewinkel2005-04-111-14/+26
* 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
* removed unwanted NEW_LIBC checks and commentsAnantha Kesari H Y2004-09-271-6/+0
* Fixed bug #27661 (snmpget() does not close the socket in some cases).Ilia Alshanetsky2004-03-231-0/+1
* Fixed possible overflow.Ilia Alshanetsky2004-02-031-2/+2
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Make these build with new win32 build system.Wez Furlong2003-12-192-1/+23
* Fixed formatting issues (patch by: Joe Orton)Ilia Alshanetsky2003-10-171-3/+3
* Fixed bug #25636 (SNMP Session not closed on success).Ilia Alshanetsky2003-09-231-0/+1
* - Fixed bug #25604 (HAVE_SNMP_PARSE_OID undefined with phpize build)foobar2003-09-231-1/+8
* Remove 'proto' from internal functionsZeev Suraski2003-08-071-6/+6
* Bug 24760 fix, in which the port number when non-default is not handledHarrie Hazewinkel2003-07-241-2/+0
* - Added snmp_read_mib() which reads a MIB file into the active MIB tree.foobar2003-07-162-0/+30
* - Fixes some problems (debug mode only). (bug #23051 and bug #23685)foobar2003-07-161-1/+3
* Remove extra proto. (copy/paste error?)foobar2003-07-161-2/+0
* Fixed bug #22529 (object_id parameter in all snmp*() functions broken.)foobar2003-07-161-1/+1
* Applying the correct format of the CREDITS.Harrie Hazewinkel2003-07-141-5/+1
* Updating the CREDITS with those who are indicated as authors in the code.Harrie Hazewinkel2003-07-141-0/+3
* Adding an SNMP GETNEXT.Harrie Hazewinkel2003-07-142-23/+51
* (RE applying)Harrie Hazewinkel2003-07-141-6/+0
* (RE-)Applying the contributed patch of Johan Hanne to the main tree.Harrie Hazewinkel2003-07-142-8/+181
* - Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros.foobar2003-06-241-6/+14
* updating license information in the headers.James Cox2003-06-102-6/+6
* MFBfoobar2003-02-211-20/+23
* MFB: Sanity check.foobar2003-02-171-1/+11
* Win32 build improvementsZeev Suraski2003-02-171-2/+0
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* Fixed bug: #20857, snmpset() failsfoobar2003-01-241-6/+13