aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (ftp_conn_login): Correct defaulting of username.Miles Bader1997-05-141-2/+2
|
* *** empty log message ***Thomas Bushnell1997-05-144-14/+51
|
* (CPPFLAGS):Miles Bader1997-05-121-0/+5
| | | | Add -DHAVE_HURD_HURD_TYPES_H.
* (ftp_conn_start_get_stats, ftp_conn_get_stats):Miles Bader1997-05-121-15/+10
| | | | Rename FORCE_DIR argument to CONTENTS.
* .Miles Bader1997-05-121-0/+49
|
* (REPLY_ABORT_OK):Miles Bader1997-05-121-0/+1
| | | | New macro.
* (ftp_conn_get_raw_reply):Miles Bader1997-05-121-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 Bader1997-05-121-1/+1
| | | | Cast 2nd arg in connect call to `struct sockaddr *'.
* (ftp_conn_abort):Miles Bader1997-05-121-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 Bader1997-05-121-12/+37
| | | | | | New function. (ftp_conn_get_raw_reply): Renamed from ftp_conn_get_reply.
* (ftp_conn_unix_cont_get_stats):Miles Bader1997-05-121-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 Bader1997-05-091-0/+16
|
* Add casts to prevent warnings.Miles Bader1997-05-092-8/+8
|
* (parser_finalize): Always set *END_INDEX if supplied.Miles Bader1997-05-091-0/+4
|
* (canon_doc_option): Correct ctype tests.Miles Bader1997-05-091-5/+5
|
* [!__error_t_defined] (__error_t_defined): Define.Miles Bader1997-05-091-1/+2
|
* .Miles Bader1997-05-071-0/+40
|
* (SRCS): ftpconn.c replaced by resulting split files.Miles Bader1997-05-071-2/+3
|
* Initial checkinMiles Bader1997-05-0714-0/+1604
|
* Split into separate filesMiles Bader1997-05-071-1068/+0
|
* (ftp_conn_add_name_fun_t): New type.Miles Bader1997-05-071-0/+30
| | | | | (ftp_conn_start_get_names, ftp_conn_cont_get_names, ftp_conn_get_names): New functions.
* .Miles Bader1997-05-071-0/+6
|
* (ftp_conn_add_stat_fun_t):Miles Bader1997-05-071-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 Bader1997-05-071-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 Bader1997-05-072-0/+5
|
* (installhdrsubdir): New variable.Miles Bader1997-05-071-0/+1
|
* .Miles Bader1997-05-071-0/+5
|
* (lib-subdirs): Add libftpconn.Miles Bader1997-05-071-2/+2
| | | | (prog-subdirs): Add ftpfs.
* Initial checkin.Miles Bader1997-05-075-0/+1989
|
* Turn off debugging printfs.Thomas Bushnell1997-05-022-20/+50
|
* Thu May 1 18:40:53 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-05-012-0/+7
| | | | | * bootstrap.c (cthread_stack_size): Don't set special value here; use the default.
* *** empty log message ***Thomas Bushnell1997-04-301-26/+87
|
* (main):Miles Bader1997-04-251-21/+28
| | | | | Use the parent process's auth port instead of the hurdids process's, because hurdids is usually installed setuid.
* .Miles Bader1997-04-251-0/+5
|
* (trivfs_append_args):Miles Bader1997-04-251-5/+2
| | | | | Renamed from trivfs_get_options. Don't initialize ARGZ/ARGZ_LEN.
* *** empty log message ***Thomas Bushnell1997-04-181-1/+1
|
* typoThomas Bushnell1997-04-181-3/+5
|
* add debugging.Thomas Bushnell1997-04-181-2/+15
|
* fix typo.Thomas Bushnell1997-04-181-1/+1
|
* Fri Apr 18 16:44:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-184-1/+30
| | | | | | | | | | | | | | | | * wiring.c (__vm_allocate): New function. Wed Apr 16 14:18:28 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * default_pager.c (debug): Turn off. Mon Apr 14 12:50:20 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * default_pager.c: Remove debugging printfs. Thu Apr 10 15:10:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (installationdir): Set variable.
* .Miles Bader1997-04-171-1/+4
|
* .Miles Bader1997-04-171-1/+1
|
* Thu Apr 10 13:54:31 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-162-1/+12
| | | | | * dlabel.c: Don't include <mach/sa/sys/ioctl.h>. (_IOR, _IOC, IOC_OUT, IOCPARM_MASK): New macros.
* Fix compilation error.Thomas Bushnell1997-04-161-1/+1
|
* Wed Apr 16 15:59:41 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-162-2/+6
| | | | * login.c (add_utmp_entry): Revert change of December 10, 1996.
* Tue Dec 10 11:40:04 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-162-2/+7
| | | | | * login.c (add_utmp_entry): ut_addr has changed to be an array; stash the IP address in the first slot.
* Fri Apr 11 14:21:29 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-168-90/+75
| | | | | | | | | | | * SETUP: Comment out frobbing of BOOT_DEV; grub does that on it's own now. * INSTALL-GRUB-MBR: Delete file. * Makefile (dist-files): Omit INSTALL-GRUB-MBR. (install-dist): Likewise. * menu.lst (title): Replace install entries with new versions. * INSTALL-binary (STEP IV): Revised instructions to correspond to new reality, with Grub 0.4.
* Mon Feb 24 14:40:02 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-162-12/+20
| | | | | * dir-rmdir.c (diskfs_S_dir_rmdir): Check EBUSY-when-translated error before ENOTDIR-when-not-dir.
* Mon Mar 10 17:07:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-163-6/+19
| | | | | * Makefile (prog-subdirs): Add `serverboot'. (serverboot): New directory.
* .Miles Bader1997-04-161-5/+2
|