Age | Commit message (Expand) | Author |
2014-01-08 | Zap leading whitespace | Theo de Raadt |
2014-01-08 | Zap trailing whitespace | Philip Guenther |
2014-01-08 | synch with signify(1) paranoia | Marc Espie |
2014-01-08 | always include dd | Theo de Raadt |
2014-01-08 | calling HashFinal with a null digest should crash, not be silently ignored | Ted Unangst |
2014-01-08 | Replace strtoq(), QUAD_MAX, and %qu with their long long equivalent | Philip Guenther |
2014-01-08 | a few more blocks can use VERIFYONLY | Theo de Raadt |
2014-01-08 | allow building a VERIFYONLY version that's considerably smaller. | Ted Unangst |
2014-01-08 | Eliminate poisonous LONG_OFF_T conditional | Philip Guenther |
2014-01-08 | Delete a bogus extern declaration and move around a couple others | Philip Guenther |
2014-01-08 | Use size_t where appropriate | Philip Guenther |
2014-01-08 | Rename arguments to avoid shadowing global variables | Philip Guenther |
2014-01-08 | Mark some functions as printf-like and fix a bogus format string | Philip Guenther |
2014-01-08 | rename SHA256_ONLY to SHA2_SMALL; changing things so that sha512 support | Theo de Raadt |
2014-01-08 | enable building of signify in the ramdisks | Theo de Raadt |
2014-01-08 | reduce size by using equivalent code from libc instead of nacl | Ted Unangst |
2014-01-08 | no tomfoolery: mark the comment as untrusted, and enforce it. | Ted Unangst |
2014-01-08 | Perform manual malloc/free of a large object in pfkeyv2_send() to | Theo de Raadt |
2014-01-07 | Make skipping the root fs DUID aware. | Robert Peichaer |
2014-01-07 | Asa Yeamans points out that we need to CMSG_SPACE[] for the 2nd message | Theo de Raadt |
2014-01-07 | severely restrict what characters can be in a signer, to make | Marc Espie |
2014-01-07 | even if Ustar handles fifo and stuff gracefully, pkg contents should be more | Marc Espie |
2014-01-07 | Propagate an rdomain number to the nd6_lookup independently from | Mike Belopuhov |
2014-01-07 | Some follow-up fixes for IFID collision handling in IPv6CP. | Stefan Sperling |
2014-01-07 | use IF_NAMESIZE as size of buffer for interface name | Gleydson Soares |
2014-01-07 | ctype cleanups; ok okan | Theo de Raadt |
2014-01-07 | sync | Theo de Raadt |
2014-01-07 | some more devices; Alexey E. Suslikov | Theo de Raadt |
2014-01-07 | sync | Theo de Raadt |
2014-01-07 | FTX support; from Chris Hettrick | Theo de Raadt |
2014-01-07 | scrape support for old +COMMENT file. | Marc Espie |
2014-01-07 | recognize special file +META | Marc Espie |
2014-01-07 | tedu some very old checks: we no longer have INSTALL/UNINSTALL scripts, | Marc Espie |
2014-01-07 | let's verify all checksums. | Marc Espie |
2014-01-07 | integrate signer logic and fix resign with -DSIGNER | Marc Espie |
2014-01-07 | document new stuff | Marc Espie |
2014-01-07 | if HISTORY_DIR is defined, create a new "permanent" file during build. | Marc Espie |
2014-01-07 | simplify set_modes, there's no need to stat(2) stuff, chown -1 takes care | Marc Espie |
2014-01-07 | Remove unused fields. | Martin Pieuchot |
2014-01-07 | Cache the result of uname(3) such that we don't need to call it | Ingo Schwarze |
2014-01-07 | Increase the size of the bge_flags field to allow for more flags. | Brad Smith |
2014-01-07 | Delay checking the vnode locking of the target vnodes in tmpfs_rename() | Philip Guenther |
2014-01-07 | SRCDRS usr.bin usr.sbin is a bad idea (because of PIE). The places we | Theo de Raadt |
2014-01-07 | more stuff than cannot end in .libs nor partial- packages | Marc Espie |
2014-01-07 | ... and let sign_list(\@ARGV... work too) | Marc Espie |
2014-01-07 | allow processing of package lists in parallel. | Marc Espie |
2014-01-07 | new method: reinitialize, for repositories with a sequential connection | Marc Espie |
2014-01-07 | a few mechanical style changes | Marc Espie |
2014-01-07 | the return from asprintf does NOT include the space used by the | David Gwynne |
2014-01-06 | Gprof(1) is fun. You should use it more often. | Ingo Schwarze |