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