about summary refs log tree commit
DateCommit message (Collapse)
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
1998-02-24Net::FTP
- Added site method
1998-02-24Net::POP3
- Remove use of map in a void context
1998-02-21Net::FTP
- Changes to mkdir for recursive creates.
1998-02-21Net::Domain
- Change $SIG{__DIE__} to $SIG{'__DIE__'} to stop warning in 5.003
1998-02-18Net::FTP::A
- modified regexp in write for converting to CRLF, should now work with MacOS Net::FTP - Added use of File::Basename - Small tweak to abort() Net::Time - Changed inet_time to handle MacOS Net::Netrc - Fixes for MacOS Net::Domain - Fixes for MacOS Net::SMTP - Fix for new() to fail if HELO command fails
1998-02-15Net::FTP
- Added check for filenames with spaces, \r or \n
1998-02-07Net::FTP
- Ensure dataconn object is in reading mode for data transfers
1998-01-23Renamed FAQ.pod as FAQ
1998-01-23Net::NNTP
- Added Reader option to new()
1998-01-23Net::POP3
- fix pass() to call popstat() if pattern does not match for message count
1998-01-23Restore changes lost in disk-crash
*** Patch 1.0605 Sun Dec 21 1997 <gbarr@pobox.com> (Graham Barr) Net::FTP - Fix for pasv_xfer, previous version hung if an error occured while setting up the link between the two servers. Sun Dec 14 1997 <gbarr@pobox.com> (Graham Barr) Net::Domain - Fix for 'Use of uninitialized' when setting $SIG{__DIE__} Sat Dec 13 1997 <gbarr@pobox.com> (Graham Barr) Net::Domain, Net::Netrc - patches from Nick Ing-Simmons for MSWin32 *** Patch 1.0604 Thu Dec 11 1997 <gbarr@pobox.com> (Graham Barr) Net::FTP - Removed use of AutoLoader, it was causing problems on some platforms
1997-12-09Net::FTP
- Fix to pasv_xfer, the command stream on the source side was left out of sync.
1997-12-05MANIFEST, FAQ.pod
- Added initial FAQ document
1997-12-05Net::FTP
- Set $@ if ->new() fails
1997-11-30x
1997-11-30Net::Cmd
- Fix for read_until_dot entering an endless loop, now returns undef Net::POP3 - Fix ->list() and ->uidl() to handle undef being returned from ->read_until_dot()
1997-11-30Net::FTP
- Fix to login() and authorize() for OS/2 which does not support getpw*()
1997-11-28Net::Domain
- If user has defined $SIG{__DIE__} then failures inside eval still call it. local-ized $SIG{__DIE__} to stop this as Net::Domain used eval to hide such errors.
1997-11-28t/nntp.t
- Now exits passing if commands fail due to not having authorization.
1997-11-26none
1997-11-26Net::FTP::I
- Fix to prevent ABOR being sent when xfer is complete - Change to write() to ensure whole packet is sent Net::FTP - Moved $TELNET_ vars to top of file so that autosplit does not place them in the wrong file and cause "Use of undefined ...." - Clarification on the result from ->size() added to docs. - pasv_xfer changed to use stor as stou is not a "MUST-have" command - added pasv_xfer_unique Net::PH - Documentation updates. t/nntp.t - Modified to test for a list of groups
1997-11-18t/nntp.t
- Modified to check for more groups before failure
1997-11-18Net::SMTP
- Corrected documentation for ->expand()
1997-11-18Makefile.PL
- change to code for creating Net::Config Net::FTP::A - Change to write() to ensure whole packet is sent - Documentation correction to dir() and ls() Net::FTP::dataconn - Stop abort be called when a write socket is being closed. Net::NNTP - Changes to postok logic Net::PH - fields() now also returns a reference to an ordered array of tag names if called in an array context. Net::Cmd - Catch added for SIGPIPE while in ->command()
1997-11-05rename files
1997-11-05Configure
- Fix croak problem
1997-11-05Net::FTP, Net::NNTP, Net::PH, Net::POP3, Net::SMTP, Net::SNPP
- Fix error cause by calling close method when "unexpected EOF: has been encountered. t/require.t - Remove Net::Telnet test
1997-11-01Release 1.06 v1.06