about summary refs log tree commit
DateCommit message (Collapse)
2000-03-13Release 1.0702 v1.0702
2000-03-10Net::FTP::A
- Fix to stop possible forever loop
2000-03-10Net::FTP::A
- use " not '
2000-03-10Net::Config
- need to import inet_aton and inet_ntoa
2000-03-10Net::Config
- change arg to split to /\./ from "."
2000-03-07Net::FTP::A
- Fix return value of read()
2000-03-07Net::FTP::I
- Fix typo
2000-03-07Release 1.07 v1.07
2000-03-06- Moved FAQ to Net/libnetFAQ.pod
2000-03-06- Added mput and mget examples
2000-03-06- Added support for the xwho command in qpage, but no docs yet.
2000-03-06new Configure script
2000-03-06Local-ize $SIG{__DIE__}
2000-02-17Net::FTP
- Fix arg count check in cwd()
2000-01-31Net::Cmd
- Fixed bug in getline returning an empty line - Added optional filehandle argument to read_until_dot. Net::POP3 - get now takes an optional filehandle argument, if given the message is sent to the handle.
2000-01-17Net::Cmd
- fix getline not to drop blank lines
2000-01-12Net::Time
- Fix use of uninitialized warning caused by _socket
2000-01-11Net::FTP
- Change firewall code to use Net::Config->requires_firewall Net::Config - renamed is_external to be requires_firewall
2000-01-06Net::FTP
- Added workaround for a Y2K bug that exists with the MDTM command on some servers.
1999-09-29Net::FTP, Net::FTP::A, Net::FTP::I, Net::FTP::datacon
- Added BlockSize option to control size of blocks read from server (defaults to 10K)
1999-09-28Net::FTP, Configure
- First attempt to add multiple firewall type support
1999-09-28Added ppd info to Makefile.PL and libnet.ppd to MANIFEST
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)