Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-27 | sync | Theo de Raadt | |
2018-07-27 | sync | Theo de Raadt | |
2018-07-26 | sync | Theo de Raadt | |
2018-07-25 | sync | Theo de Raadt | |
2018-07-24 | sync | Theo de Raadt | |
2018-07-23 | sync | Florian Obser | |
2018-07-14 | sync | Jonathan Gray | |
2018-07-13 | sync | Theo de Raadt | |
2018-07-12 | sync | Theo de Raadt | |
2018-07-11 | sync | Theo de Raadt | |
2018-07-10 | Tweak comments and explain some not so obvious things. | Robert Peichaer | |
2018-07-10 | sync | Theo de Raadt | |
2018-07-10 | sync | Theo de Raadt | |
2018-07-10 | simplify and properly quote the loading of soii key generation material, | Alexander Hall | |
and move it into enable_network() ok florian tb, long ago | |||
2018-07-09 | sync | Theo de Raadt | |
2018-07-09 | sync | Theo de Raadt | |
2018-07-09 | sync | Theo de Raadt | |
2018-07-09 | Rename the THESETS variable to ALLSETS because it holds the list | Robert Peichaer | |
of all legitimate OpenBSD set files. That helps to better understand the code in context. OK halex krw tb | |||
2018-07-09 | Explain in more detail, how select_sets() is involved when the current bsd.rd | Robert Peichaer | |
is used to download/verify/install a bsd.rd of a new release. | |||
2018-07-09 | sync | Theo de Raadt | |
2018-07-09 | Explain in more detail, what sane_install() actually does. | Robert Peichaer | |
2018-07-09 | Extend the v4_defroute() function description and make the fallback to | Robert Peichaer | |
the previous default route more obvious by using an if-then-else block. | |||
2018-07-09 | Comments and function descriptions. | Robert Peichaer | |
2018-07-09 | Improve comments and function descriptions. | Robert Peichaer | |
2018-07-09 | sync | Theo de Raadt | |
2018-07-09 | Comments | Robert Peichaer | |
2018-07-08 | The AUTO variable is a boolean indicating whether or not autoinstall is active | Robert Peichaer | |
Rename AUTO to AI so "AI" is used consistently throuhout the installer script for autoinstall releated variables. OK krw tb | |||
2018-07-08 | Compact the function description. | Robert Peichaer | |
Turn the ask_until from type Korn shell to Bourne/POSIX mode. Use : instead of true in the while-loop to be consistent. OK krw halex tb | |||
2018-07-08 | sync | Theo de Raadt | |
2018-07-08 | Whitespace | Robert Peichaer | |
2018-07-07 | Always quote both parameters of ask() which picks the question and | Robert Peichaer | |
default answer parameters via $1 and $2. OK tb | |||
2018-07-07 | Make sure the question parameter is set to be able to search for an answer | Robert Peichaer | |
in the response file. OK krw tb | |||
2018-07-07 | Compact function description. | Robert Peichaer | |
2018-07-07 | Trim function description by leaving out parts that are already | Robert Peichaer | |
explained for _ask(). Give a hint why _ask() is called from within a while-loop. | |||
2018-07-07 | Be more precise explaining that _ask() captures user responses | Robert Peichaer | |
interactively and also from the response file. | |||
2018-07-07 | Tweak comments | Robert Peichaer | |
2018-07-06 | Improve the description of another rather esoteric piece of shell script code. | Robert Peichaer | |
2018-07-06 | Tweak comments and explain, why HTTP_SETDIR is made known to the webserver | Robert Peichaer | |
where the response file is downloaded from. | |||
2018-07-06 | Tweak comments and spacing. | Robert Peichaer | |
2018-07-06 | Tweak comment | Robert Peichaer | |
2018-07-06 | sync | Theo de Raadt | |
2018-07-05 | sync | Theo de Raadt | |
2018-07-02 | sync | Theo de Raadt | |
2018-07-02 | Be more precise in the function description and rename _iflist to | Robert Peichaer | |
_if_list to be consistent with other similar cases. | |||
2018-07-02 | more descriptive comment | Robert Peichaer | |
2018-07-02 | Be more precise about the expected input. | Robert Peichaer | |
2018-07-02 | Quote first parameter of isin(). | Robert Peichaer | |
2018-07-01 | Comments | Robert Peichaer | |
2018-07-01 | Explain and demystify some darker corners of the installer script. | Robert Peichaer | |
2018-06-30 | sync | Theo de Raadt | |