summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-01-02Do not put UTF-8-encoded strings into the database by default, use ASCII.Ingo Schwarze
2014-01-02update currency exchange rates;Jason McIntyre
2014-01-02Polish the mlink_add() interface:Ingo Schwarze
2014-01-02Check all MLINKS for consistency with the content of the manual page,Ingo Schwarze
2014-01-02LDFLAGS -> LDADD, fixes build on static arches.Miod Vallat
2014-01-02display proper error messages for read/write.Marc Espie
2014-01-02Since the functions in read.c are part of the mandoc(3) library,Ingo Schwarze
2014-01-01revert to mostly lowercase options, with uppercase for actions.Ted Unangst
2013-12-31Yet another regression introduced by Kristaps when he switched fromIngo Schwarze
2013-12-31zap an erroneous space in "input .sig" (should be input.sig, with .sig notJason McIntyre
2013-12-31remove assignments that will be overwritten right afterwards,Ingo Schwarze
2013-12-31various tweaks; ok teduJason McIntyre
2013-12-31Drop blocks and instert silence immediately in the socket rx/tx codeAlexandre Ratchov
2013-12-31round client block size to nearest possbleAlexandre Ratchov
2013-12-31nitMarc Espie
2013-12-31document file formatTed Unangst
2013-12-31another last minute bug i introduced. found by jturnerTed Unangst
2013-12-31Experimental feature to let apropos(1) show different keys than .Nd.Ingo Schwarze
2013-12-31update usageTed Unangst
2013-12-31wha! commit a working versionTed Unangst
2013-12-31add signify, a tool to sign and verify signatures.Ted Unangst
2013-12-31Split buildnames() out of mansearch(); the latter function is gettingIngo Schwarze
2013-12-31Replace the Berkeley-DB based mandocdb(8) by an SQLite3-based version,Ingo Schwarze
2013-12-30refuse RSA keys from old proprietary clients/servers that use theDamien Miller
2013-12-30memory leak, Coverity CID 1748, Loganaden VelvindronTheo de Raadt
2013-12-30Oops, missed one:Ingo Schwarze
2013-12-30Remove duplicate const specifiers from the declaration of mandoc_escape().Ingo Schwarze
2013-12-30Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013".Ingo Schwarze
2013-12-30Simplify: Remove an unused argument from the mandoc_eos() function.Ingo Schwarze
2013-12-30Do not trigger end-of-sentence spacing by trailing punctuationIngo Schwarze
2013-12-29+.Sh EXIT STATUSJason McIntyre
2013-12-29puccini entry already appears in calendar.music;Jason McIntyre
2013-12-29when showing other hostkeys, don't forget Ed25519 keysDamien Miller
2013-12-29don't forget to load Ed25519 certs tooDamien Miller
2013-12-29don't refuse to load Ed25519 certificatesDamien Miller
2013-12-29allow deletion of ed25519 keys from the agentDamien Miller
2013-12-29to make sure we don't omit any key types as valid CA keys again,Damien Miller
2013-12-29correct comment for key_drop_cert()Damien Miller
2013-12-29correct comment for key_to_certified()Damien Miller
2013-12-29allow ed25519 keys to appear as certificate authoritiesDamien Miller
2013-12-27correct commentDamien Miller
2013-12-27make the original RSA and DSA signing/verification code look more likeDamien Miller
2013-12-27Add HISTORY and AUTHORS; triggered by a shorter patch from bcallah@.Ingo Schwarze
2013-12-26I have no idea how it happened that \B, \H, \h, \L, and \l gotIngo Schwarze
2013-12-25Parse and ignore the roff(7) escape sequences \d (move half line down)Ingo Schwarze
2013-12-25Implement .Fo/.Fa/.Fc indentation and break handling for -Tman.Ingo Schwarze
2013-12-25Oops, .Fa never breaks the output line in the middle of any of itsIngo Schwarze
2013-12-25Garbage collect two local variables each used only one single time.Ingo Schwarze
2013-12-25In the SYNOPSIS, implement hanging indentation for .FoIngo Schwarze
2013-12-25Support .St -xsh4.2, the System Interfaces part of the original SingleIngo Schwarze