about summary refs log tree commit
DateCommit message (Collapse)
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
1997-11-01none
1997-11-01Net::FTP
- Fixed undef warning in login() when $ruser does not exist in .netrc
1997-11-01Net::FTP
- Added new supported() method
1997-11-01Net::FTP
- DESTORY now sends quit command - corrected OOB commands sent prior to an abort command - close will call abort unless eof seen - documentation updates Net::FTP::datacon - abort() will read a byte if non have been read Net::FTP::A - read was using arg#3 as an offset ?? change to use as timeout, this now matches Net::FTP::I::read and the docs - speedup to read()
1997-10-04Release 1.17
1997-09-27Email address and documentation changes
1997-09-27Net::FTP
- Added account method so ACCT command can be sent independantly of ->login() - Fixed a bug which caused an infinite loop if EOF happend on the command channel while executing code to work around MS FTP servers Net::Cmd - Fixed undefined warning when an unexpected EOF is encountered Net::NNTP - Added a call to ->reader() from within ->new(), just in case we are talking to an INN server, but we have transfer rights. This will ensure we are talking to nnrpd. Net::SNPP - Fixed a bug in ->new() while locating default host
1997-09-27Net::FTP
- Modified code which determined whether to connect via a Firewall. if the Firewall wall option is passed then it will be used, reguardless of whether the real machine can be reached. - The Firewall option to new is now used in preference over the FTP_FIREWALL environment variable.
1997-09-27Net::Cmd
- modified ->response() to return CMD_ERROR if ->getline() returns undef
1997-09-14Small tweak to Makefile,PL to remove requirement for Data::Dumper
2009-01-24Makefile.PL
- Local config file libnet.cfg installed as Net::Config
2009-01-24Net::FTP
- Modified to use AutoLoader - Fixed Net::FTP::[AI]::write to trap SIGPIPE errors and return an error, instead of aborting the script
2009-01-24A new beginning
2009-01-24Net-FTP-1.18_2
2009-01-24Net-FTP-1.18_1
2009-01-24Net-FTP-1.08b
2009-01-24Net-FTP-1.02
2009-01-24Net-SMTP-1.07
2009-01-24Net-SMTP-1.06
2009-01-24Net-Domain-1.06