summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-05-20(_help): Supply STATE to argp_args_usage.Miles Bader
(argp_args_usage): Add filtering of the args doc string. (comma): Print cluster headers for the first entry too.
1997-05-20*** empty log message ***Thomas Bushnell
1997-05-20*** empty log message ***Thomas Bushnell
1997-05-20*** empty log message ***Thomas Bushnell
1997-05-20Tue May 20 15:35:39 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* nfs.c (xdr_encode_create_state): New arg OWNER. Set the owner of the new file to it. All callers changed. * nfs.h (xdr_encode_create_state): Update prototype. * ops.c (netfs_attempt_mkdir): If owner didn't get set correctly (some servers ignore it) then try a chown. (netfs_attempt_create_file): Likewise.
1997-05-15.Miles Bader
1997-05-15Initial checkinMiles Bader
1997-05-15(procset_names, fmt_sortkeys, fmt_names, fmts): Variables removed.Miles Bader
(enum procsets): Type removed. (struct output_fmt): New type. (output_fmt): New variable. (parse_enum): Function removed. (main): Use new version of parse_enum & output_fmts variable.
1997-05-15(_parse_strlist, parse_strlist, parse_numlist):Miles Bader
Functions removed. Include "parse.h".
1997-05-15(SRCS):Miles Bader
Add parse.c. (LCLHDRS): Add parse.h. Add dependencies on parse.o. Change references to addu into ones to addauth.
1997-05-15(_parse_strlist, parse_numlist):Miles Bader
Functions removed. (main: verify_passwd): Make user-in-group-0-can-use-his-own-password-to-su work. Replace include of "psout.h" with one of "parse.h". Renamed from addu.c.
1997-05-15(main: verify_passwd):Miles Bader
Add user-in-group-0-can-use-his-own-password-to-su hack.
1997-05-15Initial checkinMiles Bader
1997-05-15Replaced by addauth.cMiles Bader
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-14*** empty log message ***Thomas Bushnell
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-09.Miles Bader
1997-05-09Add casts to prevent warnings.Miles Bader
1997-05-09(parser_finalize): Always set *END_INDEX if supplied.Miles Bader
1997-05-09(canon_doc_option): Correct ctype tests.Miles Bader
1997-05-09[!__error_t_defined] (__error_t_defined): Define.Miles Bader
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-07.Miles Bader
1997-05-07(lib-subdirs): Add libftpconn.Miles Bader
(prog-subdirs): Add ftpfs.
1997-05-07Initial checkin.Miles Bader
1997-05-02Turn off debugging printfs.Thomas Bushnell
1997-05-01Thu May 1 18:40:53 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* bootstrap.c (cthread_stack_size): Don't set special value here; use the default.
1997-04-30*** empty log message ***Thomas Bushnell
1997-04-25(main):Miles Bader
Use the parent process's auth port instead of the hurdids process's, because hurdids is usually installed setuid.