summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-02-06better handle empty .Bd .Bl .D1 .Dl blocksIngo Schwarze
2015-02-06better handle .In .Sh .Ss .St .Xr without argumentsIngo Schwarze
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2015-02-05Reset bracket paste mode on detach.Nicholas Marriott
2015-02-05Remove a couple of now-unused variables.Nicholas Marriott
2015-02-05Wrap all the individual format_* calls in a single format_defaultsNicholas Marriott
2015-02-05There is no need to save the guard state because the function checks itNicholas Marriott
2015-02-05fix handling of empty .An macrosIngo Schwarze
2015-02-05Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze
2015-02-04Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().Ingo Schwarze
2015-02-04improve diagnostics regarding arguments of .An .Pp .Lp .br .spIngo Schwarze
2015-02-04fix column numbers of macro arguments in messagesIngo Schwarze
2015-02-04discard .Rs head arguments and improve .Rs diagnosticsIngo Schwarze
2015-02-04more specific .Nd diagnostics, allowing to get rid of enum check_lvlIngo Schwarze
2015-02-03reduce indentation for better readabilityIngo Schwarze
2015-02-03Avoid closing out an explicit block twice when broken by .ItIngo Schwarze
2015-02-03missing ;Theo de Raadt
2015-02-03Finally delete the kitchensink functions rew_sub() and rew_dohalt().Ingo Schwarze
2015-02-03Bring .Pp/.Lp handling inside .Nm blocks closer to groff;Ingo Schwarze
2015-02-03slightly extend the passphrase prompt if running with -c in order toAlexander Hall
2015-02-02handle PKCS#11 C_Login returning CKR_USER_ALREADY_LOGGED_IN;Damien Miller
2015-02-02Simplify and reindent make_pending(). No functional changeIngo Schwarze
2015-02-02Simplify: Do not call rew_dohalt() from make_pending(),Ingo Schwarze
2015-02-02Get rid of all remaining calls to rew_sub() where the target blockIngo Schwarze
2015-02-02turn UpdateHostkeys off by default until I figure out mlarkin@'sDamien Miller
2015-02-02Get rid of all calls to rew_sub() in blk_exp_close(); only ten callsIngo Schwarze
2015-02-02When a full block macro gets closed out by a mismatchingIngo Schwarze
2015-02-02increasing encounters with difficult DNS setups in darknets hasTheo de Raadt
2015-02-01get rid of rew_sub() in blk_part_imp(); no functional changeIngo Schwarze
2015-02-01Remove two unused arguments from status_replace.Nicholas Marriott
2015-02-01fix .Eo/.Ec spacingIngo Schwarze
2015-02-01Simplify blk_part_exp(), no functional change.Ingo Schwarze
2015-02-01The function rew_sub() tries to rewind any all all kinds of blocksIngo Schwarze
2015-02-01KNF whitespace fix and handle funopen error case.Tobias Stoeckmann
2015-02-01update currency exchange rates;Jason McIntyre
2015-01-31Let sshd load public host keys even when private keys are missing.Damien Miller
2015-01-31removing two instances of "c.f." - it seems actually "cf." is correct, butJason McIntyre
2015-01-31Use relative offsets instead of absolute pointers for the terminalIngo Schwarze
2015-01-30Have pity on the poor stack.Ingo Schwarze
2015-01-30starting a tbl(7) breaks man(7) next-line scope;Ingo Schwarze
2015-01-30improve argv checking. drive name, if given, must match something.Ted Unangst
2015-01-30Delete the redundant tbl span flags, just inspect the actual dataIngo Schwarze
2015-01-30Tidy up detach-client a bit.Nicholas Marriott
2015-01-30Focus off needs to be sent with tty_raw, reported by Geoff Nixon.Nicholas Marriott
2015-01-30Add a ssh_config HostbasedKeyType option to control whichDamien Miller
2015-01-30set a timeout to prevent hangs when talking to busted servers;Damien Miller
2015-01-30remove tenex transfer support. if you still have TOPS20 machines inTed Unangst
2015-01-30Abolish struct tbl_head and replace it by an "int col" member inIngo Schwarze
2015-01-30Auditing the tbl(7) code for more NULL pointer accesses, i came outIngo Schwarze
2015-01-30avoid more fatal/exit in the packet.c paths that ssh-keyscanDamien Miller