Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Nuked EOLs from error messages | foobar | 2005-08-18 | 1 | -6/+6 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -4/+3 |
| | |||||
* | ws | foobar | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | MFB: - Fixed bug #32613 (ext/snmp: use of snmp_shutdown() causes snmpapp.conf | foobar | 2005-05-10 | 1 | -0/+5 |
| | | | | | access errors). (Jani, ric at arizona dot edu) | ||||
* | Better use zval_ptr_dtor() instead (thanks Andi) | foobar | 2005-04-27 | 1 | -2/+1 |
| | |||||
* | - Fix memleak | foobar | 2005-04-23 | 1 | -0/+2 |
| | |||||
* | - Use correct type (bug #32720) | foobar | 2005-04-15 | 1 | -2/+2 |
| | |||||
* | Converting the usage of the integer based internal commands into | Harrie Hazewinkel | 2005-04-11 | 1 | -55/+60 |
| | | | | | MACROS to ease future extensions. | ||||
* | Adding support for a getbulk oriented walk. | Harrie Hazewinkel | 2005-04-11 | 1 | -14/+26 |
| | | | | | The getbulk can only be used for SNMPv2c and SNMPv3. | ||||
* | Adding SNMPv2 community based (i.e. protocol version) functions. | Harrie Hazewinkel | 2005-03-16 | 2 | -9/+63 |
| | |||||
* | Missed one place.. | foobar | 2005-02-12 | 1 | -1/+1 |
| | |||||
* | This was not good idea. | foobar | 2005-02-12 | 1 | -1/+1 |
| | |||||
* | - Fix some memory leaks | foobar | 2005-01-08 | 2 | -4/+15 |
| | |||||
* | Fixed bug #30995 (snmp extension does not build with net-snmp 5.2). | Ilia Alshanetsky | 2004-12-07 | 1 | -1/+16 |
| | |||||
* | removed unwanted NEW_LIBC checks and comments | Anantha Kesari H Y | 2004-09-27 | 1 | -6/+0 |
| | |||||
* | Fixed bug #27661 (snmpget() does not close the socket in some cases). | Ilia Alshanetsky | 2004-03-23 | 1 | -0/+1 |
| | |||||
* | Fixed possible overflow. | Ilia Alshanetsky | 2004-02-03 | 1 | -2/+2 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -4/+4 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Make these build with new win32 build system. | Wez Furlong | 2003-12-19 | 2 | -1/+23 |
| | |||||
* | Fixed formatting issues (patch by: Joe Orton) | Ilia Alshanetsky | 2003-10-17 | 1 | -3/+3 |
| | |||||
* | Fixed bug #25636 (SNMP Session not closed on success). | Ilia Alshanetsky | 2003-09-23 | 1 | -0/+1 |
| | | | | | Patch by: nesslage[at]mwsc[dot]edu | ||||
* | - Fixed bug #25604 (HAVE_SNMP_PARSE_OID undefined with phpize build) | foobar | 2003-09-23 | 1 | -1/+8 |
| | |||||
* | Remove 'proto' from internal functions | Zeev Suraski | 2003-08-07 | 1 | -6/+6 |
| | |||||
* | Bug 24760 fix, in which the port number when non-default is not handled | Harrie Hazewinkel | 2003-07-24 | 1 | -2/+0 |
| | | | | | | | | correctly and ends up as the default port. This seems to be caused by some buffer overflow where the port number is assign zero, even though it it is not assigned to the port variable. FIx was reported and a fix proposed by "chuck+php at 2003 dot snew dot com" | ||||
* | - Added snmp_read_mib() which reads a MIB file into the active MIB tree. | foobar | 2003-07-16 | 2 | -0/+30 |
| | |||||
* | - Fixes some problems (debug mode only). (bug #23051 and bug #23685) | foobar | 2003-07-16 | 1 | -1/+3 |
| | |||||
* | Remove extra proto. (copy/paste error?) | foobar | 2003-07-16 | 1 | -2/+0 |
| | |||||
* | Fixed bug #22529 (object_id parameter in all snmp*() functions broken.) | foobar | 2003-07-16 | 1 | -1/+1 |
| | |||||
* | Applying the correct format of the CREDITS. | Harrie Hazewinkel | 2003-07-14 | 1 | -5/+1 |
| | |||||
* | Updating the CREDITS with those who are indicated as authors in the code. | Harrie Hazewinkel | 2003-07-14 | 1 | -0/+3 |
| | |||||
* | Adding an SNMP GETNEXT. | Harrie Hazewinkel | 2003-07-14 | 2 | -23/+51 |
| | | | | | | | | | | | | This is a basic SNMP operation that retrieves the next value as the one provided to the command. NOTE: snmpgetnext does not follow the official naming convetions of functions, but now it is equal to it version 1 equivalents snmpget and snmpset. I also would like to reserve the snmp_getnext for a function to which a session can be given instead of the multiple values to create the session internally. (Work in progress). | ||||
* | (RE applying) | Harrie Hazewinkel | 2003-07-14 | 1 | -6/+0 |
| | | | | | | Cleaning up some very old definitions of version 3.3.1 until 3.5.3. Those versions are that old that people better upgrade the SNMP libraries. | ||||
* | (RE-)Applying the contributed patch of Johan Hanne to the main tree. | Harrie Hazewinkel | 2003-07-14 | 2 | -8/+181 |
| | | | | | | | | | | The patch enables control on the way the values are returned into the PHP script, instaed of always strings. Also the type of the value is now returned when configured to do so. This enables better management scripts to do more automatic processing and value calculations. (By default the values are returned as strings, as was before) | ||||
* | - Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros. | foobar | 2003-06-24 | 1 | -6/+14 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | |||||
* | MFB | foobar | 2003-02-21 | 1 | -20/+23 |
| | |||||
* | MFB: Sanity check. | foobar | 2003-02-17 | 1 | -1/+11 |
| | |||||
* | Win32 build improvements | Zeev Suraski | 2003-02-17 | 1 | -2/+0 |
| | |||||
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x. | ||||
* | Fixed bug: #20857, snmpset() fails | foobar | 2003-01-24 | 1 | -6/+13 |
| | |||||
* | ws fixes | foobar | 2003-01-24 | 1 | -24/+25 |
| | |||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 1 | -7/+6 |
| | |||||
* | Getting rid of the old API parsing code. | Ilia Alshanetsky | 2003-01-15 | 1 | -7/+7 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | MFB: Fix ZTS build. | Edin Kadribasic | 2002-12-10 | 1 | -10/+10 |
| | |||||
* | - Renamed snmpv3_* to snmp3_* | Derick Rethans | 2002-12-05 | 2 | -218/+189 |
| | | | | | | - Conversion to php_error_docref - Whitespace fixes | ||||
* | Adding a more detail print functions, that assist/make it easier for | Harrie Hazewinkel | 2002-11-11 | 2 | -0/+40 |
| | | | | | | | creating SNMP scripts. They are only supported when you have NET-SNMP. Need to be documented still though. |