about summary refs log tree commit
DateCommit message (Collapse)
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
2001-08-31Net::FTP::I
- Avoid uninit warning
2001-08-20Remove tests for modules removed from dist
2001-08-17Increment VERSIONs
2001-08-17Doc updates and add cc and bcc as aliases for recipient
2001-08-17Don't set ENV variables
2001-08-17Support mixed case in the EHLO response
2001-08-06Documentation update
2001-08-06Set the status if command returns due to the connection being closed
2001-08-06Fix for _msg_spec when passed the same msg number twice, pass N instead of N-N
2001-05-29Remove DummyInetd
2001-05-29Move snpp into its own distribution
2001-05-29Move PH to its own dist
2001-05-29Move TFTP out of libnet
2001-03-29Support some non standard servers that return more than
just a number in response to SIZE. But the size must be the last thing on the response line [Jeffery W Long]
2000-10-06Net::Config
- Added documentation for ftp_firewall_type