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