summaryrefslogtreecommitdiff
path: root/release/sysinstall/ftp.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.0.5_cvscvs2svn1995-06-101-1/+1
| | | | | | | 'RELENG_2_0_5_RELEASE'. This commit was manufactured to restore the state of the 2.0.5-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Allow user to specify port # in URL.Jordan K. Hubbard1995-06-051-4/+7
| | | | Notes: svn path=/releng/2.0.5/; revision=9089
* Put some debugging into ftp msg 550 case to get more feedback on it.Jordan K. Hubbard1995-06-051-3/+9
| | | | Notes: svn path=/releng/2.0.5/; revision=9056
* Poul's byte-saving patches.Jordan K. Hubbard1995-06-051-2/+2
| | | | | | | Submitted by: phk Notes: svn path=/releng/2.0.5/; revision=9055
* Correct a botch in FtpGet() that prevented error codes from beingJordan K. Hubbard1995-06-051-2/+6
| | | | | | | handled properly after a RETR. Notes: svn path=/releng/2.0.5/; revision=9053
* Fix a few bogons in the xfer state changing code.Jordan K. Hubbard1995-06-031-22/+53
| | | | | | | Submitted by: gpalmer Notes: svn path=/releng/2.0.5/; revision=9000
* Run through all the ftp routines and attempt to sanitize errorJordan K. Hubbard1995-06-031-18/+17
| | | | | | | | checking and retry code. It's getting a lot closer to being a truly robust install method. Notes: svn path=/releng/2.0.5/; revision=8994
* Make passive mode ftp the default again.Jordan K. Hubbard1995-06-031-2/+6
| | | | | | | Add more debugging. Notes: svn path=/releng/2.0.5/; revision=8987
* Make get_new_host() always bounce the connection.Jordan K. Hubbard1995-06-021-1/+2
| | | | Notes: svn path=/releng/2.0.5/; revision=8985
* Return values have been sanitized:Jordan K. Hubbard1995-06-021-42/+61
| | | | | | | | | -1 error, but you (still) have a session. -2 error, your session is dead. Submitted by: phk Notes: svn path=/releng/2.0.5/; revision=8983
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-34/+34
| | | | Notes: svn path=/head/; revision=8881
* Sync up my work for the night. This should implement ALL possibleJordan K. Hubbard1995-05-291-2/+3
| | | | | | | | | installation methods and provide a fairly robust set of menu options. This should also fix a few more bugs on Poul-Henning's latest gripe list. Notes: svn path=/head/; revision=8837
* Add a little more debugging to the lowlevel ftp stuff.Poul-Henning Kamp1995-05-271-2/+4
| | | | Notes: svn path=/head/; revision=8790
* Clean up the configuration stuff a bit more - we should now populateJordan K. Hubbard1995-05-261-1/+3
| | | | | | | | | /etc with good things(tm). Fire off ppp with all the proper initial options set. Notes: svn path=/head/; revision=8768
* media_strategy.c: Add explanation for URL.Poul-Henning Kamp1995-05-251-11/+18
| | | | | | | ftp.c: Clean up debug, improve error handling. Notes: svn path=/head/; revision=8746
* Never commit before breakfast: A typo. Sorry Gary.Poul-Henning Kamp1995-05-241-4/+4
| | | | Notes: svn path=/head/; revision=8732
* Close the transfer socket.Poul-Henning Kamp1995-05-241-1/+5
| | | | Notes: svn path=/head/; revision=8729
* "Bring out your dead!" Always try to reap the children we leave around.Jordan K. Hubbard1995-05-241-2/+2
| | | | Notes: svn path=/head/; revision=8728
* Bring everybody up to date on my morning's work.Jordan K. Hubbard1995-05-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 1. Fix a few bugs in the ftp installation code and implement proper ftp and network shutdown routines. 2. Clean up the menus a fair bit - add a FreeBSD configuration menu. 3. Eliminate the last of the "chaining" - the installation now does the most obvious thing in the most obvious cases and doesn't present you with more menus than you were expecting. This makes it necessary to be a little more explicit in places, but it's still less confusing. 4. Add a few more safety nets for the user. Change a few hard-and-fast limits to warnings (it now runs as non-root, Bruce). 5. Add descriptions for all the supported ethernet cards. 6. Make the cpio floppy extract put up a menu requesting the drive you wish to use if you have more than one; don't just always assume drive A. Notes: svn path=/head/; revision=8727
* Makefile:Gary Palmer1995-05-241-17/+24
| | | | | | | | | | | | | Add testftp: target ftp.c: add more debugging output and fix a few more problems media_strategy: make the ftp system actually do something resembling common sense. it now works after a fashion, although it soon falls over for some reason. Notes: svn path=/head/; revision=8726
* Sync to latest ftp-capable sysinstall. We're getting there!Jordan K. Hubbard1995-05-241-178/+264
| | | | Notes: svn path=/head/; revision=8722
* Add a final configuration menu and the beginnings of the backing codeJordan K. Hubbard1995-05-241-13/+25
| | | | | | | | for it. The ftp installation method is working well enough to test. Many more bug fixes, says Gary. Notes: svn path=/head/; revision=8715
* 1. Bring in the first cut of Poul's ftp routines. We still don'tJordan K. Hubbard1995-05-231-0/+252
use them yet, but it's close (we're working on the last wrinkles in the CD install for now). 2. Complete the CDROM installation strategy code. 3. Simplify the distribtuion loading code. 4. General error message cleanup. 5. Write the /etc/fstab file now and split those routines into config.c 6. Clean up the menus a little more. Notes: svn path=/head/; revision=8705