about summary refs log tree commit
DateCommit message (Collapse)
1999-09-18Release 1.0607 v1.0607
1999-09-18Configure
- Fix typo
1999-09-18Net::FTP
- get and put now accept *FD as well as \*FD for the local filehandle
1999-09-18Net::Domain
- Added support for VMS as suggest by lane@DUPHY4.Physics.Drexel.Edu
1999-09-18Net::Netrc
- Added support for spaces in passwords
1999-09-18Net::Cmd
- Map \n's in commands to " "
1999-09-18Net::Netrc
- Applied patch from Randy Merrell to fix / escaping
1999-08-06Net::Cmd
- Remove use of defined(@ISA)
1999-07-11Net::POP3
- Added ping method supplied by William Rolston <rolston@freerealtime.com>
1999-05-05Net::FTP
- Check that writes to local file succeed
1999-05-05Net::FTP
- Fix bug ->size when SIZE and STAT are not implemented
1999-05-05Net::POP3
- The return value for apop is now the same as login
1999-05-05Net::POP3
- login now returns "0E0" when there are no messages on te server. This is true in a boolean context, but zero in a numeric context
1999-05-05Net::FTP::A
- Fixed bug when sending a file in ascii mode that already contains \r\n character sequences - Made improvements to speed of \r\n <-> \n translation
1999-05-05Net::FTP
- Added hash mark printing
1999-03-18Net::TFTP
- Fix typo in CLOSE()
1999-03-16Net::FTP
- new should only call authorize if there is user/passwd data Net::SMTP - Allow ->to to ignore bad addresses
1999-02-24Added some debug to t/ftp.t to help understand failure
1999-02-17Net::Cmd
- Added checks for a closed connection
1999-02-17Net::Domain
- set FQDN = IP if host does not have a name
1999-02-06Net::Domain
- check for defined(&main::SYS_gethostname) before calling syscall as user may have a UNIVERSAL::AUTOLOADER defined
1999-01-18Net::FTP
- Modify mkdir to call ->cwd(), not ->cd()
1998-10-21Fix typo in Net::Cmd
1998-10-18Net::SMTP
- DESTROY now does nothing, so any half-sent message should be aborted
1998-10-16Net::Config added
Configure, Makefile.PL - Canges to handle new Net::Config module
1998-10-16Net::FTP
- Fixed return vlue of _ACCT Net::Cmd - Fixed datasend to ensure all data is sent - Fixed a || bug in getline Some FAQ updates
1998-10-16Net::TFTP
- Initial public release
1998-10-04Net::FTP
- Fixed bad use of ||= in cwd() Net::POP3 - Fixed pattern for -ERR (had +ERR)
1998-09-26Net::POP3
- Fix bug in UIDL
1998-09-02Net::TFTP
- Some cleanup of the code - removed leading - from named args
1998-08-24Net::TFTP
- Initial version
1998-08-23Remove mention of Net::SNMP from README
1998-08-07Net::Domain
- Fix problem with returning last name instead of first name for a win32 multi-homed machine
1998-08-07Net::FTP
- _list_cmd returned (undef) instead of () - Fix typo in docs Net::NNTP - Fix typo in docs
1998-08-05Net::FTP
- Allow spaces in filenames (ick!)
1998-08-05Net::FTP
- added new rmdir from Dunkin Software - fix to the code generating the listen port
1998-07-09Net::FTP
- login will now send ACCT if $acct is defined and the PASS command completed with 2xx or 3xx - Added a check for the close of the dataconn in _store_cmd - Debug trace will hide any parameter given to ACCT
1998-07-04- Added Config.eg, an example Config.pm
- Removed set method from Net::Config - Removed check for Data::Dumper from Makefile.PL
1998-06-20Net::FTP
- Another small tweak to ->supported()
1998-06-19Net::FTP
- Tweak to ->supported() to better detect reports from some servers (NcFTPd)
1998-06-17Net::FTP
- Fix "Use of uninitialized" warning, patch from Lars Thegler <lth@dannet.dk>
1998-06-07Net::SMTP
- Fix typo
1998-06-07Net::SMTP
- Added ->supports() - Added ->etrn() Updated FAQ
1998-05-24Net::SMTP
- Added banner() method
1998-04-19Net::POP3
- Added ResvPort option to new()
1998-04-19Makefile.PL
- Patch for running $^X Configure under VMS
1998-04-19Net::FTP, Net::POP3
- wrapped getpwuid in eval {} as some OSs (eg NT) do not support it
1998-04-19Net::FTP
- Enhanced ->size() to try different approaces if SIZE is not implemented
1998-04-16Net::Time
- Correct number of seconds in a year
1998-04-07Net::FTP, Net::FTP::A, Net::FTP::I, Net::Cmd
- changes for undef checking on sysread/syswrite