summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/anonFTP.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Do something I've wanted to do for quite some time - collapse all thejkh1997-01-031-162/+25
| | | | | common layout code into some work functions and make all the layout-using routine adopt them. Also reorganize includes and generally clean up.
* As Paul has just pointed out, much of my strncpy() usage was eitherjkh1996-12-091-9/+9
| | | | | | | bogus or overly complex and really needed to be done more consistently and sanely throughout - no question about it. Done. Suggested-By: Paul Traina <pst@Shockwave.COM>
* Close a security hole in anonymous ftp setup.jkh1996-09-061-2/+2
| | | | Submitted-By: Jason Garman <garman@phs.k12.ar.us>
* Simplify some dialogs on the basis of my changes to ui_objects.c in libdialog.jkh1996-09-011-30/+7
| | | | Also update copyright notices.
* Try to make screen update more efficient (less flickering) by morejkh1996-08-031-4/+3
| | | | judicious use of dialog_clear_norefresh().
* Fix an ancient index list bug.jkh1996-04-281-7/+8
| | | | | Make FTP re-initializion work. Fix fix fix.
* Move some of functions around in order to make this stuff easierjkh1996-04-281-4/+3
| | | | to work on.
* Bring this into sync.jkh1996-04-231-14/+5
| | | | | | | | | | I still have a _very very annoying_ display bug which occurs when a menu item causes a submenu to be displayed - the screen repaints for the original menu (which is restored upon return from the submenu) are off by about 4 characters. I've tried restoring the screen, the cursor position, you name it - same deal. Grrrr! This commit is my first step in trying to get someone else to help me look into this one since I'm just tearing my hair out at this point!
* 1. Update all the copyrights to delete useless clauses 3 and 4.jkh1996-04-131-22/+21
| | | | | 2. Change more of the menu code over to new system. 3. Streamline label editor.
* Major surgery.jkh1996-04-071-2/+2
| | | | | | | | | | | | | | | 1. Use new dialog menu hacks (no strings, just arrays of dialogMenuItem structs) so that I can create composite menus with radio/checkbox/... items in them, removing some long-standing UI bogons in various menus. This work isn't finished yet, but will be done in two phases. This is phase one. 2. Remove all the script installation stuff. I never got time to document it, it was arcane and it just complicated much of the code. There are better ways of doing this if I want to do auto-driven installations later. 3. Remove much dead code and otherwise attempt to remove as much historical grot as possible so that this code is easier to hack on. This is also a two-stage process, phase one of which is now complete.
* Make the editor a selectable option. Some people don't care for `ee'!jkh1996-03-231-2/+2
|
* Lots of fixes:jkh1996-03-181-59/+57
| | | | | | | | | | | | | | | | 1. Revamp package installer to use new dependency lists and also pkg_add's new `read from stdin' mode to prevent a copy of the package from hitting the disk unnecessarily. 2. More fixes for running "not as init" - don't get upset if CDROM already mounted, do the right thing instead. 3. If running as init, assume first-time install and _don't show the (W)rite option in the fdisk screen. 4. Many other little tweaks, some of which will have to wait for fuller testing until I can create a boot floppy (testing certain system-destroying features of sysinstall can be a royal pain). Expect some more commits.
* Miscellaneous cleanup before big round of menu restructuring (to use newjkh1996-03-021-216/+217
| | | | libdialog features).
* Make editor start on right screen for anonFTP setup.jkh1995-11-121-2/+7
| | | | Don't clobber mediaDevice if post-configuring networking from CDROM.
* Add verbosity to add in tracking a mystery sig-11 with this..jkh1995-11-111-59/+43
|
* Fix some missing parameters to the anon ftp setup area.jkh1995-11-111-5/+5
|
* Various cosmetic tweaks.jkh1995-11-111-5/+5
|
* Tweaks to anon ftp setup.jkh1995-11-101-2/+9
| | | | Submitted by: coranth
* o Now that Coranth has made the anonymous FTP configuration not use adduser,jkh1995-11-091-0/+491
bring it back. o Simplify the vsystem() call by ripping out a good deal of the extraneous grot.
OpenPOWER on IntegriCloud