Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-10 | sync | Theo de Raadt | |
2009-05-09 | - ask_yn defaults to no | Martynas Venckus | |
- remove trailing whitespace ok krw@, sthen@ | |||
2009-05-09 | remove chatty disklabel stuff | Theo de Raadt | |
2009-05-09 | remove some chatty disklabel stuff | Theo de Raadt | |
2009-05-09 | Read the netmask in dotted decimal notation, even though ifconfig does | Theo de Raadt | |
the wrong thing. | |||
2009-05-09 | IFS dance not needed | Theo de Raadt | |
2009-05-09 | Pretty up the failed sets message | Theo de Raadt | |
2009-05-08 | If sshd is enabled, and a user is setup, as if sshd should turn off | Theo de Raadt | |
sshd's PermitRootLogin | |||
2009-05-08 | improve user_setup by only accepting good usernames; idea from alexander | Theo de Raadt | |
hall. also improve the 2nd question designed for people not paying attention; ok todd | |||
2009-05-08 | use $nifs instead of hostname.* existance to determine if we should get ftplist | Theo de Raadt | |
2009-05-08 | Since our order is now net, disk, TZ, we can increase the ftp timeout | Theo de Raadt | |
up to 12 seconds more comfortably | |||
2009-05-07 | sync | Theo de Raadt | |
2009-05-07 | sync | Theo de Raadt | |
2009-05-07 | vax iso has to become a teeny bit bigger | Theo de Raadt | |
2009-05-07 | o use 'ls -C' to speed and simplify both sets viewing and timezone selection | Todd T. Fries | |
o use a tzlist instead of a tzdir o as a bonus, sets lists are now sorted top-down instead of left-right o use stty to calculate 4char padding surrounding sets lists collaboration with Alexander Hall halex@ ok deraadt@ | |||
2009-05-07 | sync | Theo de Raadt | |
2009-05-06 | use /snapshots/ rather than /4.5/ when you choose a numbered mirror from | Stuart Henderson | |
the list. ok deraadt | |||
2009-05-06 | make nifs init global, so it can be relied upon | Todd T. Fries | |
ok deraadt@ | |||
2009-05-06 | whoa, we were assuming that $_password was still the user password. we | Theo de Raadt | |
got lucky. | |||
2009-05-06 | Don't display 'No disks found.' after configuring the last disk. | Kenneth R Westerback | |
"Silence is golden." deraadt@ | |||
2009-05-06 | Put the tzdir onto some of the media we think it will fit onto | Theo de Raadt | |
2009-05-06 | Split the collection of many questions from the appplication of their | Theo de Raadt | |
change. Then ask them at the start. The timezone stuff remains a bit weird since we have to depend on when we get the TZ names, or when we get network... so there are 3 possible places that question can be asked. But now basically once it starts ftp'ing the sets, you only have the final done prompt. | |||
2009-05-06 | De-uglify disk configuration in the non-auto layout cases. Trust | Kenneth R Westerback | |
disklabel(8) to prevent duplicate mount points, and the user to enter all their mountpoint info in disklabel(8). Proceed directly to disk formatting after the last disk is configured. Do not pass go. ok deraadt@ | |||
2009-05-05 | accept TZ hints from the ftplist | Theo de Raadt | |
2009-05-05 | shorter default answer for the nameserver question | Theo de Raadt | |
2009-05-05 | If only one interface, and it is running dhclient, skip the | Theo de Raadt | |
default route / domainname / nameserver questions we already know the answers to | |||
2009-05-05 | count network interfaces as we configure them | Theo de Raadt | |
2009-05-05 | avoid changing directories a bit | Theo de Raadt | |
2009-05-05 | tabs and spaces and pedantry for the user entry | Theo de Raadt | |
2009-05-05 | cope with users who cannot read the username question | Theo de Raadt | |
2009-05-05 | socks5 has been removed; use dante instead | Martynas Venckus | |
sure theo | |||
2009-05-05 | sync with the ftp changes | Martynas Venckus | |
2009-05-05 | adjust for ftp -DSMALL changes. been in test kernels tested by many. | Stuart Henderson | |
ok martynas, deraadt | |||
2009-05-05 | fix for upgrade and vlans | Todd T. Fries | |
noticed by naddy@, tested by me, ok deraadt@ | |||
2009-05-05 | remove some debug | Theo de Raadt | |
2009-05-05 | Add a mechanism to build a false hierarchy of the zoneinfo on | Theo de Raadt | |
the ramdisk | |||
2009-05-05 | spaces to tabs | Theo de Raadt | |
2009-05-04 | Make the http fetcher capable of dealing with more complex index.txt files | Theo de Raadt | |
2009-05-04 | pass desired set path to ftplist | Theo de Raadt | |
2009-05-04 | a bit of wordsmithing for the SHA256 message | Theo de Raadt | |
2009-05-04 | ok, but the jobs stderr redirect from guenther is good | Theo de Raadt | |
2009-05-04 | no, that way of looking at the jobs does not work | Theo de Raadt | |
2009-05-04 | cleaner job watcher by guenther | Theo de Raadt | |
2009-05-03 | delete XXX comment about upgrades; it should work | Theo de Raadt | |
2009-05-03 | don't emit spurious error when no network is configured, also fix typos. | Stuart Henderson | |
ok deraadt@ | |||
2009-05-03 | Oops. Untested over-optimization slipped in, breaking installs. | Kenneth R Westerback | |
2009-05-03 | A few long standing sh'isms -> ksh'isms. | Kenneth R Westerback | |
2009-05-03 | Simplify and shrink fstab creation code by putting mount point and | Kenneth R Westerback | |
partition info into one string separated by the lexically low value '!' char and sorting those strings. This eliminates an inner loop over partition info. No user visible change. | |||
2009-05-03 | Use the new ftplist backend which tries to intelligently provide you with | Theo de Raadt | |
the ftp server you probably want to use. Some XXX's in the code still; please report issues to me. ok krw | |||
2009-05-03 | Simplify things by putting extra swap partitions in the fstab as | Kenneth R Westerback | |
they are discovered rather than keeping a list and appending it to the end of the fstab. No impact unless you configure extra swap partitions. ok deraadt@ |