summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-09-04usage() is __dead and main() needs no prototypeTheo Buehler
2016-09-04usage() is static and __dead; add prototype for print_passwd;Theo Buehler
2016-09-04remove two blanks that shouldn't be thereTheo Buehler
2016-09-04-L means no commandTed Unangst
2016-09-04don't allow combining nopass and persist in a single ruleTed Unangst
2016-09-04straightforward realloc -> reallocarray conversionTheo Buehler
2016-09-04Options that take a time argument....take an argumentPhilip Guenther
2016-09-03move zaurus down to the discontinued architecturesIngo Schwarze
2016-09-03add the keyname to meta-info that passes thruMarc Espie
2016-09-03squash some possibly-used-uninitialized warningsBrent Cook
2016-09-03switch back to SHA512/256 now that we have the official nist flavorTed Unangst
2016-09-03Add userland parts for BFD. Can't work if you don't have it enabled inPeter Hessler
2016-09-03Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenPhilip Guenther
2016-09-03shorten s_time; help/ok bcookJason McIntyre
2016-09-03remove parens from method callsTed Unangst
2016-09-03naddy@ pointed out that SHA512/256 is slightly differentMarc Espie
2016-09-03the SMALL code made a half hearted effort to exclude compression codeTed Unangst
2016-09-03fix parameters checkingMarc Espie
2016-09-03MAJOR tweak: switch to SHA512/256Marc Espie
2016-09-03start pulling apart some function pointers that take too many parametersTed Unangst
2016-09-03nitpicks. all header info is relative. make gzheader freeable.Marc Espie
2016-09-03the sudo timeout was 5 minutes i believe, so we'll match that.Ted Unangst
2016-09-02style polishingTed Unangst
2016-09-02replace exit() with err() and errx() so user knows what happenedTed Unangst
2016-09-02use err() instead of errx when an errno is setTed Unangst
2016-09-02Fix 'c'hange command handling if last line of a file is removed.Tobias Stoeckmann
2016-09-02the old check for when verify needed to create files (affecting pledge)Ted Unangst
2016-09-02combine the pledge switch with the execution switch. no changes yet,Ted Unangst
2016-09-02-e and -z cannot be combinedTed Unangst
2016-09-02space out the exampleTed Unangst
2016-09-02Remember the number of lines scrolled into the history (versus clearedNicholas Marriott
2016-09-02clarify that -L will exit without running a command.Ted Unangst
2016-09-02shorten s_server;Jason McIntyre
2016-09-02finish the sentence;Jason McIntyre
2016-09-02add support for the verified auth ioctls using 'persist' rules.Ted Unangst
2016-09-02_PASSWORD_LEN is length that comes out of crypt(), not a meaningfulTed Unangst
2016-09-02more jmc tweaksMarc Espie
2016-09-02document the new stuff, usage nits.Marc Espie
2016-09-02convert getpass to readpassphrase. from Dimitris PapastamosTed Unangst
2016-09-02duplicate varMarc Espie
2016-09-02add a new option (-z) for signing gzip archives.Marc Espie
2016-09-02Fix the begin of word issue in vi(1).Martijn van Duren
2016-09-02move more code into createsig. callers just pass seckey filename.Ted Unangst
2016-09-02split the sign() function into two, with a pure memory core madeTed Unangst
2016-09-02style cleanup: sort headers; group and sort variables; no parens forTheo Buehler
2016-09-02When "makewhatis -d" tries to add to a database that doesn't (yet) exist,Ingo Schwarze
2016-09-02make sure to explicitly clear memory that is used for password input.Gleydson Soares
2016-09-02If reading fails, do not go into infinite loop asking for a filenameOtto Moerbeek
2016-09-02Drop non-encapulated ESP packets using a UDP-encapsulating TDB, and addVincent Gross
2016-09-01Fix file descriptor leakMark Lumsden