Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-27 | Initial version of a unified installboot(8) that lives outside of | Joel Sing | |
sys/arch/${MACHINE}/stand. For now this only supports i386, however additional architectures will be added and further development can happen in tree. Requested by deraadt@ quite some time ago. | |||
2013-12-26 | bcopy -> memmove | Eric Faurot | |
bzero -> memset | |||
2013-12-25 | fix autoloading of quirks: don't try to run quirks while processing the | Marc Espie | |
quirks set, as we may accidentally load the old one. also, in case we can't load quirks, report if quirks should be there, e.g., compilation error, without regard to verbose status | |||
2013-12-25 | sign package thru a signer object, instead of hardcoding signature parameters | Marc Espie | |
2013-12-25 | move the choice of signature type for checking into one single place | Marc Espie | |
2013-12-25 | a bit more scaffolding for running quirks. In particular, once quirks | Marc Espie | |
have been loaded, complain loudly if something doesn't work. (and complain when quirks don't load in !verbose mode) | |||
2013-12-23 | Cope with the change in ftp(1) warning messages since last commit. | Jeremie Courreges-Anglas | |
Issue reported by Maxime Villard, ok espie@. | |||
2013-12-23 | move ntogo code, so it can be used while copying packages in pkg_create. | Marc Espie | |
add the few lines necessary for that to work. | |||
2013-12-23 | get rid of "copy_long", we don't really need to recheck names while copying | Marc Espie | |
a package contents. Allow -o/-S for output/signature dirs for batch operations. Fix copying of packages while signing, add progressmeter. | |||
2013-12-23 | simpler logic: if one package is signed, check all digests | Marc Espie | |
2013-12-23 | real fix: turns out visit_with_* are transparent, e.g., pass all their | Marc Espie | |
parameters to the end consumer. Make sure the !Term version obeys that too. | |||
2013-12-23 | and I fucked up that one too... | Marc Espie | |
2013-12-23 | interface bug: visit_with_size has a state parameter. | Marc Espie | |
I've been lucky that I've not invoked it with more parameters so far... | |||
2013-12-23 | When no address for the current AF was specified with -a generate pass | Florian Obser | |
rules instead of erroring out. ok dlg, benno, camield | |||
2013-12-23 | Make it possible to give -a multiple times on the command line. | Florian Obser | |
Initial diff by camield, tweaked by me. ok dlg, benno, camield manpage input/ok jmc | |||
2013-12-23 | Implement -a option in tftp-proxy to make it work on a NAT gateway. | Florian Obser | |
input/ok dlg, benno, camield manpage input/ok jmc | |||
2013-12-23 | fix IPv6 in proxy_dst6() | Sebastian Benoit | |
ok florian camield dlg | |||
2013-12-22 | ctype cleanups, now that the kernel has u_char strings (that is the | Theo de Raadt | |
easy road, otherwise this would be a righteous mess) ok florian | |||
2013-12-20 | delete 4 includes we do not need | Theo de Raadt | |
2013-12-19 | By default, tftp-proxy listens on localhost addresses. | Florian Obser | |
Ok benno@ Input / Ok jmc@ | |||
2013-12-19 | plug mem leak; Ok benno@ | Florian Obser | |
2013-12-18 | Two 'break;'s in a row seems excessive. | Kenneth R Westerback | |
2013-12-16 | Document stub_status; for some reason this is not documented in the | Florian Obser | |
upstream documentation but only in the wiki(?!). | |||
2013-12-16 | Document which modules, directives and options are not available on | Florian Obser | |
OpenBSD. Discussed with schwarze@, jmc@ Input schwarze@ OK jmc@, schwarze@ | |||
2013-12-15 | remove popa3d. Sorry, no plaintext password only daemons allowed anymore. | Ted Unangst | |
ok deraadt and co. | |||
2013-12-15 | stop building popa3d. ok deraadt | Ted Unangst | |
2013-12-13 | Give format specifiers their own subsection, so that we can reference it | Jeremie Courreges-Anglas | |
from other places. ok brett@ jmc@ gilles@ | |||
2013-12-13 | Use \(dq instead of \&" to print a double quote on a macro line. | Jeremie Courreges-Anglas | |
Documented by mandoc_char(7), and plays nicer with syntax hilighting editors. ok brett@ jmc@ gilles@ | |||
2013-12-12 | Make it clear that slowcgi(8) drops privileges to user www. | Florian Obser | |
Pointed out some time ago by blambert. OK jmc, blambert | |||
2013-12-10 | Remove the printcap fc, fs, xc, xs capabilities from lpd that were used | Christian Weisgerber | |
to configure a tty by poking magic numbers into sgtty. If needed, the ms capability, which uses symbolic stty modes, can be used instead. Better description of ms from FreeBSD. ok beck@, deraadt@, jmc@ (man page) | |||
2013-12-08 | Force LC_ALL to 'C' before exec'ing ftp or gzip -d. pkg_add expects | Jeremie Courreges-Anglas | |
english error messages. This fixes glitches reported by Landry. Suggestions from zhuk@ and espie@, ok espie@. | |||
2013-12-08 | also cover initial installations (which means we do try to install | Marc Espie | |
quirks even for initial installations) | |||
2013-12-08 | make use of the new "quirks" interface | Marc Espie | |
2013-12-06 | now at 5.4.1 | Eric Faurot | |
2013-12-06 | fix smtpctl resume route | Eric Faurot | |
2013-12-06 | "verify" is already documented with "tls-require verify". | Eric Faurot | |
2013-12-05 | Stop pretending we still support FDDI or token ring hardware types. | Kenneth R Westerback | |
idea ok deraadt@ matthew@ | |||
2013-12-05 | Nuke local #define ETHER_HEADER_SIZE and use the identical value'd | Kenneth R Westerback | |
ETHER_HDR_LEN from if_ether.h. dhclient change ok matthew@ as part of larger diff. | |||
2013-12-05 | In lookup_host(), return to caller a properly calculated message length | Jeremie Courreges-Anglas | |
instead of using an uninitialized variable. While here, simplify the code that calculates the message length, and use snprintf/strlcat more carefully. ok millert@ | |||
2013-12-05 | missing init | Eric Faurot | |
2013-12-05 | bogus ';' | Eric Faurot | |
2013-12-05 | Properly initialize 'transp' to appease the compiler. ok millert@ | Jeremie Courreges-Anglas | |
2013-12-05 | Provide a prototype for ngstore() and include <unistd.h> for getopt(). | Jeremie Courreges-Anglas | |
ok millert@ | |||
2013-12-05 | In split_address(), make 'i' a size_t. ok millert@ | Jeremie Courreges-Anglas | |
2013-12-05 | minor tweaks; | Jason McIntyre | |
2013-12-05 | move defines around | Eric Faurot | |
2013-12-05 | warn when failing to parse a field | Eric Faurot | |
2013-12-05 | document "verify" keyword and "authtable" option on "listen" rules | Eric Faurot | |
2013-12-05 | When a relay fails, let the scheduler update all envelopes in the | Eric Faurot | |
holdq as if they tempfailed. | |||
2013-12-04 | opt_map CIRCLEQ -> TAILQ. | Kenneth R Westerback | |
ok jsing@ (with nit), jca@ |