about summary refs log tree commit
DateCommit message (Collapse)
2002-04-02Release 1.11 v1.11
2002-04-02Net::FTP::dataconn
- Fix for select to avoid occasional hangups
2002-04-02Tweak parsing of hello response
2002-02-28Release 1.10 v1.10
2002-02-28Net::FTP::I
- Don't call sysread multiple times after calling select() as it may block.
2002-02-25Net::POP3
- Patches from Ville Skytta for various cleanup and use Digest::MD5
2002-02-25Net::Cmd, Net::NNTP, Net::POP3, Net::SMTP
- Add support for returning tied filehandles from some operations
2002-02-25Net::Config
- New config script for MacOS from Chris Nandor
2002-02-25Net::FTP
- Allow tied handles to be passed to get/put
2002-02-25t/*
- Skip tests if no Socket module
2002-02-25t/netrc.t
- Fix RE context
2002-02-25Net::Cmd
- Pod changes from Robin Barker
2002-02-22Net::FTP
- Don't do EBCDIC translation on a binary transfer
2002-02-22Net::FTP
- Fix docs for anonymous login
2002-02-22Net::SMTP
- Support binding to a local port/address
2002-02-22Net::Netrc
- Support exscaping in the netrc file
2001-12-10Release 1.0901 v1.0901
2001-12-10More test updates from the core
2001-11-27Skip tests if we are on an EBCDIC machine, but Convert::EBCDIC is not installed
Make tests run with 5.004
2001-11-27Net::SMTP
- Don't attempt to resolve the hostname to send in the greating. If it is not provided, use localhost.localdomain (patch from Eduardo Perez Ureta)
2001-11-26netrc.t
- fix RE for libnet_t.pl
2001-11-20Various doc cleanups
2001-11-20t/hostname.t
- Add test to check that hostname() does not modify $_
2001-11-20Net::Config
- Dont treat "test_hosts" as an array of host names
2001-11-20Added test for Net::Netrc
patch from chromatic
2001-11-20Net::FTP
- Dont send QUIT on DESTROY. Causes problems when fork() is used.
2001-11-20Net::Domain
- Fix bug causing $_ to be modified
2001-11-20Net::FTP
- Send -anonymous@ as the password for the anonymous user, not the real username. Patch from Eduardo Perez Ureta
2001-11-20Add VERSION numbers to Net::FTP::L and Net::FTP::E
2001-11-20Net::Config
- Read some default values using Mac::InternetConfig if we are on the Mac patch from Chris Nandor
2001-11-20Net::SMTP
- Add support for SASL AUTH (only PLAIN right now) patch from Meng Weng Wong <mengwong@dumbo.pobox.com>
2001-11-20t/config.t
- Use a fake inet_aton so we know that it will fail when expected
2001-11-02Release 1.09 v1.09
2001-10-29Added test for Net::Config from chromatic
2001-10-26More fixes from the core for undefs
2001-10-26Make tests compatable with the perl core distribution
2001-10-26Add install-nomake to install libnet on machines that do not
have make available
2001-10-26Net::Cmd
- Ensure we don't insert an extra CR during LF=>CRLF when the CR already exists
2001-10-22Net::Domain
- Be more robust if no hostname or domainname (especially the latter)
2001-10-22Net::Config
- Protect eval's from user defining $SIG{__DIE__}
2001-10-22Net::Config
- Fix handling of single values passed, when a ref to an array is wanted
2001-10-22Net::Config
- Pod updates from chromatic
2001-10-22Net::SMTP
- Don't be sensetive to extra spaces on reply to HELO
2001-10-22Net::Netrc
- Update lookup() docs to describe what happens if no .netrc file is found
2001-10-22Net::FTP
- Fix hash() to match docs (patch from Doug Wilson)
2001-09-21Net::FTP
- Fix patterns in ->size and ->supported
2001-09-21Net::Config, Net::Netrc
- Handle $home on w2k
2001-09-21Net::Domain
- Fix some potential undef warnings
2001-09-21Net::FTP
- Add FirewallType as an option to ->new
2001-09-21Net::FTP
- use sysopen instead of open so we don't get caught by special chars in the filename