summaryrefslogtreecommitdiff
path: root/libftpconn
AgeCommit message (Collapse)Author
1997-08-06(parse_dir_entry):Miles Bader
Re-enable mktime calls.
1997-08-06.Miles Bader
1997-08-06(ftp_conn_sysify):Miles Bader
Handle REPLY_UNIMP_CMD for "syst".
1997-08-04(ftp_conn_unix_cont_get_stats):Miles Bader
If returning with an error, ignore any return from ftp_conn_finish_transfer.
1997-06-09.Miles Bader
1997-06-09(ftpcp, ftpdir):Miles Bader
Rules removed.
1997-06-04Moved to ../utilsMiles Bader
1997-05-29.Miles Bader
1997-05-29(doc):Miles Bader
Update. (main): Remove array of epoints & loops, & just use RD & WR, calling the e* functions above. Support DST being a directory. (econnect, eopen_wr, eopen_rd, efinish): New functions. (struct epoint): Remove FD field. Rename RMT_FILE & RMT_HOST to FILE & HOST.
1997-05-15Initial checkinMiles Bader
1997-05-14.Miles Bader
1997-05-14(ftp_conn_unix_cont_get_stats): Clean up our ftp transfer when we're done.Miles Bader
1997-05-14(ftp_conn_login): Correct defaulting of username.Miles Bader
1997-05-12(CPPFLAGS):Miles Bader
Add -DHAVE_HURD_HURD_TYPES_H.
1997-05-12(ftp_conn_start_get_stats, ftp_conn_get_stats):Miles Bader
Rename FORCE_DIR argument to CONTENTS.
1997-05-12.Miles Bader
1997-05-12(REPLY_ABORT_OK):Miles Bader
New macro.
1997-05-12(ftp_conn_get_raw_reply):Miles Bader
New declaration. (ftp_conn_get_stats, ftp_conn_start_get_stats, ftp_conn_unix_start_get_stats): Rename FORCE_DIR argument to CONTENTS. (struct ftp_conn_syshooks): Rename FORCE_DIR argument of START_GET_STATS field type to CONTENTS.
1997-05-12(ftp_conn_open):Miles Bader
Cast 2nd arg in connect call to `struct sockaddr *'.
1997-05-12(ftp_conn_abort):Miles Bader
Use ftp_conn_get_raw_reply instead of ftp_conn_get_reply. Accept REPLY_ABORT_OK as a final reply. Include <string.h>.
1997-05-12(ftp_conn_get_reply):Miles Bader
New function. (ftp_conn_get_raw_reply): Renamed from ftp_conn_get_reply.
1997-05-12(ftp_conn_unix_cont_get_stats):Miles Bader
Remove any initial `./' we added. Abort CONN if we return an error. (ftp_conn_unix_start_get_stats): Don't use asprintf. Set ADDED_SLASH field. Change FORCE_DIR argument to CONTENTS. Pass -A flag. Prepend ./ to NAME if it doesn't contain a slash. Reject names containg possible meta-characters. (struct get_stats_state): Add ADDED_SLASH field. Add CONTENTS field. (parse_dir_entry): Only set stat->st_fstype if FSTYPE_FTP is defined. Only set stat->st_author if HAVE_STAT_ST_AUTHOR is defined. Only include <hurd/hurd_types.h> if HAVE_HURD_HURD_TYPES_H is defined.
1997-05-07.Miles Bader
1997-05-07(SRCS): ftpconn.c replaced by resulting split files.Miles Bader
1997-05-07Initial checkinMiles Bader
1997-05-07Split into separate filesMiles Bader
1997-05-07(ftp_conn_add_name_fun_t): New type.Miles Bader
(ftp_conn_start_get_names, ftp_conn_cont_get_names, ftp_conn_get_names): New functions.
1997-05-07.Miles Bader
1997-05-07(ftp_conn_add_stat_fun_t):Miles Bader
Make first 3 params const. Update comment to say they should be copied if retained.
1997-05-07(struct get_stats_state): Add NAME_LEN & NAME_ALLOCED fields.Miles Bader
(ftp_conn_unix_cont_get_stats): Retain S's name buffer between entries, only growing it when needed; leave any copying to the client.
1997-05-07.Miles Bader
1997-05-07(installhdrsubdir): New variable.Miles Bader
1997-05-07Initial checkin.Miles Bader