summaryrefslogtreecommitdiff
path: root/distrib/utils/sysinst/util.c
AgeCommit message (Expand)Author
2003-11-30- Change enum for partition numbers from [A..Z] to PART_[A..P] (16 is enough)dsl
2003-11-15A few sysinst fixes:sekiya
2003-10-19Change RC_CONFIGURED from NO to YES (not YES to NO).dsl
2003-10-19Checkpoint a load of changes - seems to work ok still.dsl
2003-08-06use bounded string opitojun
2003-07-29Fix display of localtime on timezone update screen.dsl
2003-07-27Force localfs_dir to be an absolute path - fixes PR install/14130.dsl
2003-07-27Remove 'menu_ent' parameter from action routines.dsl
2003-07-25Sprinkle a load of consts, and change a few variable names.dsl
2003-07-22Output a messge before the 5 second delay while the network comes up.dsl
2003-07-18Tested version of code to get local directory (I'd got waylaid by etc.old)dsl
2003-07-18Remember which sets we sucessfully installed (so we know when todsl
2003-07-10Ensure correct curses tty settings are restored after a program runs.dsl
2003-07-08Stop timezone submenu exploding (strcmp of MSG_xxxx).dsl
2003-07-07Another pass of the rototiller. Mainly:dsl
2003-06-27Pull texts from MI menus into language dependant text files.dsl
2003-06-16A load of KNF changes, plus a couple of strnxxx => strlxxx my fingers diddsl
2003-06-11make rammb sum correct for memory sizes between 2GB and 4GB.dsl
2003-06-11rototil of the set selection menudsl
2003-06-11KNFdsl
2003-06-04Add extra parameter (exit text) to new_menu() callsdsl
2003-06-03Add NULL to all process_menu() calls - value is passed through to thedsl
2003-05-30Make all architectures (except amiga and mac68k) use the MI make_bsd_partitions.dsl
2003-05-16Use sizeof() to be absolutely certain there are no buffer overruns.dsl
2003-05-09Allow for menu 'opt_name' being const char *.dsl
2003-05-09#if 0 out cleanup_dist() (the obsolete file handling function)lukem
2003-04-06When installing from floppy disks, let the user say which is the last onejmmv
2003-02-22all:lukem
2003-02-20fix previous; target_prefix() returns const char *, not char *.lukem
2003-02-20cleanup_dist():lukem
2003-02-20remove -O arg in pax->tar change.grant
2003-02-20add missing '-' (stdin) to progress/tar command line.grant
2003-02-14use pas-as-tar to extract sets rather than pax-as-pax, and passgrant
2003-02-11Put a retry loop around the cd mount to try and handle slow cd spinup's thatjmc
2003-01-22Allow the user to select a progress bar for file extraction, ratherjhawk
2003-01-11check for strdup returning nullchristos
2003-01-11Make everything compile again. All platforms compile on i386 now.christos
2003-01-10pass lint[pass1]christos
2002-12-22Add '-O' to pax command line, so that various error conditions don't trylukem
2002-12-05FILE *log -> FILE *logfp, to avoid warnings about gcc-current'sfvdl
2002-10-19use readlink with bufsize - 1; approved thorpej.provos
2002-10-05during timezone selection, only update the clock once per minute. oncegrant
2002-07-29add setting of root's shell, from Julio Merino in install/17676 withgrant
2002-06-29A malloc() return value wasn't checked properly in cleanup_dist() whilescottr
2002-06-06- Replace make(1) and -D FTP_HOST with SYSINST_FTP_HOST.lukem
2002-06-05``des'' isn't a valid parameter as cipher name. Use ``old'' instead as perenami
2002-06-02have an option to leave passwd.conf unchanged, particularly for upgrading.itojun
2002-05-24let users choose blowfish password option.itojun
2002-04-05Remember to free strdup()'ed string.ad
2002-04-04Allow the password cipher to be chosen at install time. XXX Not tested forad