summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-01-21include stdlib.h for drand48()Jonathan Gray
2014-01-21include unistd.h for getopt()Jonathan Gray
2014-01-21fix a a double free caused by a config with two listen on statementsSebastian Benoit
2014-01-21Document -S and the new signify(1) use by sysmerge(8).Antoine Jacoutot
2014-01-21Protect variable names.Antoine Jacoutot
2014-01-21sort;Jason McIntyre
2014-01-21Add and enable signature checking per default.Robert Peichaer
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-21Add parsing for options 121 (classless-static-routes) and 249Kenneth R Westerback
2014-01-20for the SHA256 file, output checksums in base64; ok espie@Christian Weisgerber
2014-01-20add HISTORY and AUTHORS; triggered by a much shorter patchIngo Schwarze
2014-01-20Use SEEK_SET instead of hardcoded 0.Tobias Stoeckmann
2014-01-20Fix race condition during symlink check. If there was no symbolic linkTobias Stoeckmann
2014-01-20Better explanation what slowcgi(8) is for.Florian Obser
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2014-01-20Obvious markup fixes; ran into this while testing mandocdb(8).Ingo Schwarze
2014-01-19Wording improvements from Patrik LundinTheo de Raadt
2014-01-19Tweak comment re root prefixes.Joel Sing
2014-01-19Do not prefix user specified stages with the root filesystem mount point.Joel Sing
2014-01-19When copying files do it in 512 byte blocks so that we're less likely toJoel Sing
2014-01-19Rework installboot and use a single directory with a single makefile. TheJoel Sing
2014-01-19fix reaper loop that could run indefinitelyDamien Miller
2014-01-18use the standard notation of <set>XX.tgz for the install setsAlexander Hall
2014-01-18sort options;Jason McIntyre
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2014-01-18Make installboot(8) easier to use - copy the second stage boot loader toJoel Sing
2014-01-18Add a -r flag that allows for the mount point of the root filesystem to beJoel Sing
2014-01-18Build installboot on all architectures.Joel Sing
2014-01-18Also make installboot build on macppc.Joel Sing
2014-01-18Add missing include.Joel Sing
2014-01-18Make installboot(8) build on all architectures, although currently withJoel Sing
2014-01-18involuntary sneak preview, revertMarc Espie
2014-01-18...and sort SHA256 properlyMarc Espie
2014-01-18caching a bit more tricky... problem noticed by naddy@Marc Espie
2014-01-17Validate file size before loading content into memory.Tobias Stoeckmann
2014-01-17do check_digest per plist.Marc Espie
2014-01-17make ArcCheck less confusing, don't archive stuff that WON'T surviveMarc Espie
2014-01-17"recognize" extended header thingies (we don't handle them, we justMarc Espie
2014-01-17use internal gunzip, now that the fh leak is closed.Marc Espie
2014-01-17oops, keeping _current around means I still have a live fh after deref.Marc Espie
2014-01-17tweak documentation to match what's going onMarc Espie
2014-01-17as requested by theo, invoke signify in the EXAMPLE order.Marc Espie
2014-01-17default signer less picky, just select by function, e.g., *pkg or *fw.Marc Espie
2014-01-17tweak the interface to generating signatures yet again.Marc Espie
2014-01-14fix public key namesChristian Weisgerber
2014-01-14reorder signature checks, we can do much more upfront.Marc Espie
2014-01-13fix another chmod on permanent tempfile to respect umask.Marc Espie
2014-01-13have Ustar extract owners for symlinks, which isn't really important forMarc Espie
2014-01-13say something if we sign an empty repositoryMarc Espie
2014-01-13new signify options. from and ok espieTed Unangst