Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . | Miles Bader | 1997-05-20 | 1 | -0/+7 |
| | |||||
* | (ARGP_KEY_HELP_ARGS_DOC): New macro. | Miles Bader | 1997-05-20 | 1 | -0/+1 |
| | |||||
* | (_help): Supply STATE to argp_args_usage. | Miles Bader | 1997-05-20 | 1 | -13/+19 |
| | | | | | (argp_args_usage): Add filtering of the args doc string. (comma): Print cluster headers for the first entry too. | ||||
* | *** empty log message *** | Thomas Bushnell | 1997-05-20 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1997-05-20 | 1 | -4/+5 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1997-05-20 | 1 | -4/+4 |
| | |||||
* | Tue May 20 15:35:39 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-05-20 | 4 | -12/+55 |
| | | | | | | | | | * 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. | ||||
* | . | Miles Bader | 1997-05-15 | 1 | -0/+32 |
| | |||||
* | Initial checkin | Miles Bader | 1997-05-15 | 2 | -0/+215 |
| | |||||
* | (procset_names, fmt_sortkeys, fmt_names, fmts): Variables removed. | Miles Bader | 1997-05-15 | 1 | -59/+38 |
| | | | | | | | | (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. | ||||
* | (_parse_strlist, parse_strlist, parse_numlist): | Miles Bader | 1997-05-15 | 1 | -99/+1 |
| | | | | | Functions removed. Include "parse.h". | ||||
* | (SRCS): | Miles Bader | 1997-05-15 | 1 | -8/+10 |
| | | | | | | | | Add parse.c. (LCLHDRS): Add parse.h. Add dependencies on parse.o. Change references to addu into ones to addauth. | ||||
* | (_parse_strlist, parse_numlist): | Miles Bader | 1997-05-15 | 1 | -95/+17 |
| | | | | | | | | 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. | ||||
* | (main: verify_passwd): | Miles Bader | 1997-05-15 | 1 | -8/+29 |
| | | | | Add user-in-group-0-can-use-his-own-password-to-su hack. | ||||
* | Initial checkin | Miles Bader | 1997-05-15 | 2 | -0/+580 |
| | |||||
* | Replaced by addauth.c | Miles Bader | 1997-05-15 | 1 | -444/+0 |
| | |||||
* | Initial checkin | Miles Bader | 1997-05-15 | 1 | -0/+474 |
| | |||||
* | . | Miles Bader | 1997-05-14 | 1 | -0/+9 |
| | |||||
* | (ftp_conn_unix_cont_get_stats): Clean up our ftp transfer when we're done. | Miles Bader | 1997-05-14 | 1 | -0/+2 |
| | |||||
* | (ftp_conn_login): Correct defaulting of username. | Miles Bader | 1997-05-14 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1997-05-14 | 4 | -14/+51 |
| | |||||
* | (CPPFLAGS): | Miles Bader | 1997-05-12 | 1 | -0/+5 |
| | | | | Add -DHAVE_HURD_HURD_TYPES_H. | ||||
* | (ftp_conn_start_get_stats, ftp_conn_get_stats): | Miles Bader | 1997-05-12 | 1 | -15/+10 |
| | | | | Rename FORCE_DIR argument to CONTENTS. | ||||
* | . | Miles Bader | 1997-05-12 | 1 | -0/+49 |
| | |||||
* | (REPLY_ABORT_OK): | Miles Bader | 1997-05-12 | 1 | -0/+1 |
| | | | | New macro. | ||||
* | (ftp_conn_get_raw_reply): | Miles Bader | 1997-05-12 | 1 | -24/+26 |
| | | | | | | | | 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. | ||||
* | (ftp_conn_open): | Miles Bader | 1997-05-12 | 1 | -1/+1 |
| | | | | Cast 2nd arg in connect call to `struct sockaddr *'. | ||||
* | (ftp_conn_abort): | Miles Bader | 1997-05-12 | 1 | -2/+3 |
| | | | | | | Use ftp_conn_get_raw_reply instead of ftp_conn_get_reply. Accept REPLY_ABORT_OK as a final reply. Include <string.h>. | ||||
* | (ftp_conn_get_reply): | Miles Bader | 1997-05-12 | 1 | -12/+37 |
| | | | | | | New function. (ftp_conn_get_raw_reply): Renamed from ftp_conn_get_reply. | ||||
* | (ftp_conn_unix_cont_get_stats): | Miles Bader | 1997-05-12 | 1 | -27/+80 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
* | . | Miles Bader | 1997-05-09 | 1 | -0/+16 |
| | |||||
* | Add casts to prevent warnings. | Miles Bader | 1997-05-09 | 2 | -8/+8 |
| | |||||
* | (parser_finalize): Always set *END_INDEX if supplied. | Miles Bader | 1997-05-09 | 1 | -0/+4 |
| | |||||
* | (canon_doc_option): Correct ctype tests. | Miles Bader | 1997-05-09 | 1 | -5/+5 |
| | |||||
* | [!__error_t_defined] (__error_t_defined): Define. | Miles Bader | 1997-05-09 | 1 | -1/+2 |
| | |||||
* | . | Miles Bader | 1997-05-07 | 1 | -0/+40 |
| | |||||
* | (SRCS): ftpconn.c replaced by resulting split files. | Miles Bader | 1997-05-07 | 1 | -2/+3 |
| | |||||
* | Initial checkin | Miles Bader | 1997-05-07 | 14 | -0/+1604 |
| | |||||
* | Split into separate files | Miles Bader | 1997-05-07 | 1 | -1068/+0 |
| | |||||
* | (ftp_conn_add_name_fun_t): New type. | Miles Bader | 1997-05-07 | 1 | -0/+30 |
| | | | | | (ftp_conn_start_get_names, ftp_conn_cont_get_names, ftp_conn_get_names): New functions. | ||||
* | . | Miles Bader | 1997-05-07 | 1 | -0/+6 |
| | |||||
* | (ftp_conn_add_stat_fun_t): | Miles Bader | 1997-05-07 | 1 | -5/+6 |
| | | | | | Make first 3 params const. Update comment to say they should be copied if retained. | ||||
* | (struct get_stats_state): Add NAME_LEN & NAME_ALLOCED fields. | Miles Bader | 1997-05-07 | 1 | -28/+30 |
| | | | | | (ftp_conn_unix_cont_get_stats): Retain S's name buffer between entries, only growing it when needed; leave any copying to the client. | ||||
* | . | Miles Bader | 1997-05-07 | 2 | -0/+5 |
| | |||||
* | (installhdrsubdir): New variable. | Miles Bader | 1997-05-07 | 1 | -0/+1 |
| | |||||
* | . | Miles Bader | 1997-05-07 | 1 | -0/+5 |
| | |||||
* | (lib-subdirs): Add libftpconn. | Miles Bader | 1997-05-07 | 1 | -2/+2 |
| | | | | (prog-subdirs): Add ftpfs. | ||||
* | Initial checkin. | Miles Bader | 1997-05-07 | 5 | -0/+1989 |
| | |||||
* | Turn off debugging printfs. | Thomas Bushnell | 1997-05-02 | 2 | -20/+50 |
| | |||||
* | Thu May 1 18:40:53 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-05-01 | 2 | -0/+7 |
| | | | | | * bootstrap.c (cthread_stack_size): Don't set special value here; use the default. |