Age | Commit message (Expand) | Author |
2013-12-31 | signify support | Marc Espie |
2013-12-31 | Fix after struct wscons_event size change. | Matthieu Herrb |
2013-12-31 | s/hphdr/phdr/ to fix compile with DEBUG | Ryan Thomas McBride |
2013-12-30 | @vendor annotation | Marc Espie |
2013-12-30 | use replacing method (and not var) | Marc Espie |
2013-12-30 | explicitly fix the PATH to something sensible | Marc Espie |
2013-12-29 | Fix fd leaks when fd < 0 or flock() fails. Original diff from | Kenneth R Westerback |
2013-12-29 | fix sign-while-creating mode | Marc Espie |
2013-12-28 | Actually load the second-stage boot loader so that softraid can store it in | Joel Sing |
2013-12-28 | sparc64 uses /ofwboot as the second stage, not /boot. | Joel Sing |
2013-12-28 | Add installboot support for sparc64. | Joel Sing |
2013-12-28 | Add installboot support for the remaining `disklabel -B' architectures | Joel Sing |
2013-12-28 | Add installboot support for vax. | Joel Sing |
2013-12-28 | Round the size of the bootstrap up to a multiple of the disk sector size. | Joel Sing |
2013-12-28 | Various code clean ups - add a missing header, add a missing prototype, | Joel Sing |
2013-12-28 | Tweak makefiles so that we pull in source files based on defines. | Joel Sing |
2013-12-27 | Instead of playing #include games to get a 32-bit ELF implementation on | Joel Sing |
2013-12-27 | Add installboot support for hppa. | Joel Sing |
2013-12-27 | Provide a bootstrap implementation (effectively a `disklabel -B' | Joel Sing |
2013-12-27 | Add installboot support for amd64. | Joel Sing |
2013-12-27 | Rename some confusing variables. | Joel Sing |
2013-12-27 | Initial version of a unified installboot(8) that lives outside of | Joel Sing |
2013-12-26 | bcopy -> memmove | Eric Faurot |
2013-12-25 | fix autoloading of quirks: don't try to run quirks while processing the | Marc Espie |
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 |
2013-12-23 | Cope with the change in ftp(1) warning messages since last commit. | Jeremie Courreges-Anglas |
2013-12-23 | move ntogo code, so it can be used while copying packages in pkg_create. | Marc Espie |
2013-12-23 | get rid of "copy_long", we don't really need to recheck names while copying | Marc Espie |
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 |
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 |
2013-12-23 | When no address for the current AF was specified with -a generate pass | Florian Obser |
2013-12-23 | Make it possible to give -a multiple times on the command line. | Florian Obser |
2013-12-23 | Implement -a option in tftp-proxy to make it work on a NAT gateway. | Florian Obser |
2013-12-23 | fix IPv6 in proxy_dst6() | Sebastian Benoit |
2013-12-22 | ctype cleanups, now that the kernel has u_char strings (that is the | Theo de Raadt |
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 |
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 |
2013-12-16 | Document which modules, directives and options are not available on | Florian Obser |
2013-12-15 | remove popa3d. Sorry, no plaintext password only daemons allowed anymore. | Ted Unangst |
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 |
2013-12-13 | Use \(dq instead of \&" to print a double quote on a macro line. | Jeremie Courreges-Anglas |
2013-12-12 | Make it clear that slowcgi(8) drops privileges to user www. | Florian Obser |