summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-03-18<sys/agpio.h> is gone; pointed out by Benoit Lecocq.Mark Kettenis
2014-03-17Stop nagging after 5 non-bcrypt hashesFlorian Obser
2014-03-17flock password fileFlorian Obser
2014-03-17as suggested by schwarze, reshuffle STANDARDS text detailing posix featuresJason McIntyre
2014-03-17reword to make it clearer this is not nginx-specific;Jason McIntyre
2014-03-17move ftruncate down, lessen the chance that the file it might be leftSebastian Benoit
2014-03-17uucp cleansingTed Unangst
2014-03-17this file is deadTed Unangst
2014-03-17old descriptions of des and blowfish are old. maybe ok deraadtTed Unangst
2014-03-17Drop dev_clear(), merge dev_full_cycle() and dev_empty_cycle()Alexandre Ratchov
2014-03-17fix wrong file status stringsAlexandre Ratchov
2014-03-17typo in debug printfAlexandre Ratchov
2014-03-17unbreak monitoring mode, which was shifted in time by 1 blockAlexandre Ratchov
2014-03-17in apropos(1) output, sort names and avoid multiple section numbersIngo Schwarze
2014-03-17quiet time is overTed Unangst
2014-03-17use Ex;Jason McIntyre
2014-03-17No need for \t in usage(), pointed out by sthen and should have beenFlorian Obser
2014-03-17tweak previous;Jason McIntyre
2014-03-17The correct idiom is of course the umask song and dance. Brain-fart byFlorian Obser
2014-03-17Hookup new htpasswd.Florian Obser
2014-03-17Re-implement htpasswd from scratch. There is so much bad advice on theFlorian Obser
2014-03-17clean up after ourselves.Marc Espie
2014-03-17describe new featuresIngo Schwarze
2014-03-17remove Berkeley DB partsIngo Schwarze
2014-03-17sync to bsd.lv: remove the Berkeley DB specific parts and document -nIngo Schwarze
2014-03-17simplify readmsg loopTed Unangst
2014-03-17tweak a few messagesTed Unangst
2014-03-17check memcmp return explicitlyTed Unangst
2014-03-17pull out the pubkey reading bitsTed Unangst
2014-03-17refactor and recombine verify functions.Ted Unangst
2014-03-17move fingerprint check into verifymsgTed Unangst
2014-03-17clarify a variable or two; ok teduTheo de Raadt
2014-03-17have to fill in comment before we can use it.Ted Unangst
2014-03-16do filename check in the other place too. needs a refactorTed Unangst
2014-03-16resolve espie's complaints about appendall (maybe) by folding it intoTed Unangst
2014-03-16secretly document the signature comment public key name stuffTed Unangst
2014-03-16oops, forgot the err function here. noticed by Henri KemppainenTed Unangst
2014-03-16we want strncmp here to be safer. spotted by halex.Ted Unangst
2014-03-16grow buffer fasterTed Unangst
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2014-03-16tweak path checks. now you can create keys named ......pubTed Unangst
2014-03-16prevent common(?) mistake. can't use a directory as a fileTed Unangst
2014-03-16check the inferred path is in /etc/signifyTed Unangst
2014-03-16start trusting the untrusted comment. (a little)Ted Unangst
2014-03-16nl appeared in 5.5Ted Unangst
2014-03-15Improve usage() and documentation towards the standard form. In particular,Theo de Raadt
2014-03-14.depend is definitely not *appended* to Makefile. Its rules are alsoMarc Espie
2014-03-14Check if buffer is to be saved as a directory.Mark Lumsden
2014-03-14better wording;Jason McIntyre
2014-03-13In -Tutf8 mode, make sure that hyphens get counted against the output lineIngo Schwarze