Age | Commit message (Expand) | Author |
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 |
2013-12-10 | Remove the printcap fc, fs, xc, xs capabilities from lpd that were used | Christian Weisgerber |
2013-12-08 | Force LC_ALL to 'C' before exec'ing ftp or gzip -d. pkg_add expects | Jeremie Courreges-Anglas |
2013-12-08 | also cover initial installations (which means we do try to install | Marc Espie |
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 |
2013-12-05 | Nuke local #define ETHER_HEADER_SIZE and use the identical value'd | Kenneth R Westerback |
2013-12-05 | In lookup_host(), return to caller a properly calculated message length | Jeremie Courreges-Anglas |
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 |
2013-12-05 | In split_address(), make 'i' a size_t. ok millert@ | Jeremie Courreges-Anglas |
2013-12-05 | minor tweaks; | Jason McIntyre |