Commit graph

15 commits

Author SHA1 Message Date
wiz
c1a95b12e2 Update to 1.22:
Bug Fixes
  * Fix a bug in Net::Cmd that is_utf8 does not exist prior to perl 5.8.1
2007-09-07 15:56:26 +00:00
wiz
2f81ffb47f Update to 1.21:
libnet 1.21  -- Sat May 19 08:53:09 CDT 2007

Bug Fixes
  * Fix bug causing utf8 encoding of 8bit strings in Net::Cmd
  * Fix precedence issue in Net::NNTP. Patch from Brendan O'Dea
  * Fixed bug causing removal of last character on the line when
    doing ASCII FTP transfers

Enhancements
  * Add support for ENVID and AUTH to Net::SMTP. Patch by Mark Martinec
  * Changed default for FTP transfers to be passive
  * Added support for FTP FEAT command
2007-06-01 18:23:05 +00:00
wiz
f81a6c8ab6 Update to 1.20:
libnet 1.20  -- Fri Feb  2 19:42:51 CST 2007

Bug Fixes
  * Fixed incorrect handling of CRLF that straddled two blocks
  * Fix bug in response() which was too liberal in what it thought was a response line
  * Silence uninitialized value warnings in Net::Cmd during testing on Win32
  * Documentations typos and updates

Enhancements
  * Added support for ORCPT into Net::SMTP
  * Support for servers that expect the USER command in upper or lower case. Try USER
    first then try user if that fails
2007-02-05 23:06:55 +00:00
wiz
36b5042168 Update comment in patch. 2005-12-01 20:25:44 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
bad
b467f977d7 Update p5-Net to libnet-1.19 because I need the XVERP support in the mail()
method.

Changes for 1.19 and 1.18:
libnet 1.19  -- Wed Jun 30 14:53:48 BST 2004

Bug Fixes
  * Fixed datasend test to work on Win32 platform
  * Fixed Authen::SASL checking in SMTP.pm and POP3.pm
  * Fixed bug that a restarted get with Net::FTP did not append to local file

libnet 1.18  -- Mon Mar 22 16:19:01 GMT 2004

Bug Fixes
  * Fixed bug in CRLF translation in Net::Cmd datasend/dataend methods
  * Fixed bug in converting numbers returned by PASV command into a
    packed IP address
  * Fixed bug that caused Net::FTP->get to truncate the local file after
    the restart method had been called
  * Fixed bug in Net::FTP-.rmdir when the server returned . and .. in
    the contents of a directory
  * Fixed bug in POP3 that was sending unnecessary RSETs

Enhancements
  * Added support for POP3 CAPA command
  * Added support for XVERP to Net::SMTP
  * Added Net::POP3->banner method to return the banner received from
    the server during connect
  * Added Net::POP3->auth method for performing authentication using
    SASL, requires Authen::SASL
  * Added Host option to ->new constructor of FTP, NNTP, SMTP and POP3
    which can be used instead of passing the host as the first argument
  * Added ->host method to FTP, NNTP, SMTP and POP3 to return the host
    string used for the connect. This is useful to determine which host
    was connected to when multiple hosts are specified
  * Added support for more non-standard responses to Net::FTP->size
  * Updated POD for Net::SMTP wrt. not passing a Hello parameter to the
    constructor. (Jeff Macdonald)

Changes from 1.15 to 1.17 not available due to Subversion lossage.
2004-07-19 11:04:23 +00:00
shell
e5d7889d48 Updated to p5-Net-1.15
Changes (from 1.13) :

Global :
- Use read/print instead of sysread/syswrite for local files
  so CRLF translation happens if it needs to
- Some Docs updated

Net::FTP :
- Fix merge error spotted by Slaven Rezic
- Support for ALLO command (patch from Matthew N. Andrews)
- Add some error checking to the examples in the SYNOPSIS
- Allow the firewall type to be specified in Net::Config
  (patch from Philip Newton)

Net::SMTP :
- Allow multiple hosts to be passed to new() as an array reference
- Support MTAs with broken HELO response
  (patch from Michael Driscoll)
- Support for BINARYMIME
  (patch from Richard Coles)
- Fixes to the DSN parameter to mail()
  (patch from Rafael Garcia-Suarez)
- Make the use of email address extraction configurable. By default
  it is now back how it was

Some changes in Net::NNTP, Net::Domain and Net::Cmd
please see ChangeLog.
2003-06-14 09:18:10 +00:00
seb
bd351b691d Update to 1.13.
Relevant changes since version 1.12:

Net::POP3
- Make more compliant. +OK and -ERR responses do not have to be followed
by a space.

Net::FTP
- Fix unique name extraction to pick up name on initial

Net::Cmd
- Compatibility fix for 5.004

Net::Cmd
- Ensure all debug output is via ->debug_print

Net::FTP
- Allow the user to specify a local address to use for sockets

Net::SMTP
- Avoid extra spaces on the end of the AUTH command
2003-03-17 01:29:32 +00:00
shell
5c8d39b030 Updated p5-Net from 1.11 to 1.12
Changes :

Net::SMTP - Use Authen::SASL to do auth
Net::SMTP - Minor change to address sanitize code, mainly to allow <>
Net::FTP  - Minor change to pattern to extract unique filename from
            server response
2002-06-03 13:06:20 +00:00
shell
433ddeffd7 Updated to p5-Net-1.11
- Change my email address

Changes since p5-Net-1.10 :

Net::FTP::dataconn
  - Fix for select to avoid occasional hangups

Tweak parsing of hello response
2002-04-17 10:36:22 +00:00
seb
7ee5a64836 Update to version 1.10, provided in PR#15898 by Shell Hung
<shell@shellhung.org>.

Notable changes since version 1.0901:
- Net::FTP::I Don't call sysread multiple times after calling select() as it
  may block.
- Net::POP3 Patches from Ville Skytta for various cleanup and use Digest::MD5.
- Net::Cmd, Net::NNTP, Net::POP3, Net::SMTP
  Add support for returning tied filehandles from some operations.
- Net::FTP Allow tied handles to be passed to get/put.
- Net::Cmd Pod changes from Robin Barker.
- Net::FTP Don't do EBCDIC translation on a binary transfer.
- Net::FTP Fix docs for anonymous login.
- Net::SMTP Support binding to a local port/address
- Net::Netrc Support exscaping in the netrc file.
2002-03-14 21:56:34 +00:00
mjl
c29885ce1e Update to 1.09.1 (libnet 1.0901).
Make tests run with 5.004

 Net::SMTP
	- Don't attempt to resolve the hostname to send in the greating.
	  If it is not provided, use localhost.localdomain
	  (patch from Eduardo P?rez Ureta)

 netrc.t - fix RE for libnet_t.pl

 Various doc cleanups

 Net::FTP
	- Dont send QUIT on DESTROY. Causes problems when fork() is used.

 Net::Domain
	- Fix bug causing $_ to be modified

 Net::FTP
	- Send -anonymous@ as the password for the anonymous user, not
	  the real username.

 Net::SMTP
	- Add support for SASL AUTH (only PLAIN right now)
2002-01-19 02:57:52 +00:00
martti
bd2f97e634 Updated to version 1.09 (PR#14608). Some of the changes since 1.0703:
- DummyInetd, Telnet, SNPP and PH modules was removed from this release,
  and they became a new module.
- DESCR cleanup, remove non-existing module
- new maintainer
2001-11-22 08:35:58 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00