Include sys/socket.h if it's available
[platform/upstream/rpm.git] / ftp.c
1997-05-07 ewtInclude sys/socket.h if it's available
1997-03-31 ewtfixed \r\n stuff
1997-03-21 ewtsend '\n\r' not just '\n'
1997-01-22 ewtbug parsing multiline responses
1997-01-20 ewtdefined HAVE_HERRNO if necessary
1997-01-17 ewt1) use config.h if available
1996-10-22 ewt1) don't use getpwuid() to get username for uid 0,...
1996-10-20 ewt1) rewrite ftpCheckResult() to be more robust
1996-10-15 ewtadded ftpGetFileDesc(), ftpGetFileDone() and changed...
1996-09-29 ewtcleaned up for Solaris
1996-09-25 ewtsmall portability enhancements
1996-08-30 rootadded include of <netinet/ip.h>
1996-08-08 ewtfixed sscanf() to use proper types
1996-07-17 ewtbegan adding support for proxy ftp, though it doesn...
1996-07-13 ewtafter successfull file transfer, read the "Transfer...
1996-07-12 ewtremoved printf, fixed inet_aton() result check
1996-07-12 ewtremoved message() calls to use code in install
1996-07-03 ewtuses passive mode now
1996-06-16 rootheader fix for glibc
1996-03-29 rootadded verbose error checking
1996-03-15 ewtftp's now returns an error code when it times out while...
1996-03-13 ewtadded message() calls for debugging info
1996-02-27 ewtInitial revision