| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the redundant tbl span flags, just inspect the actual data |  schwarze | 2015-01-30 | 6 | -19/+11 |
* | Tidy up detach-client a bit. |  nicm | 2015-01-30 | 1 | -23/+26 |
* | Focus off needs to be sent with tty_raw, reported by Geoff Nixon. |  nicm | 2015-01-30 | 1 | -2/+2 |
* | Add a ssh_config HostbasedKeyType option to control which |  djm | 2015-01-30 | 7 | -120/+245 |
* | set a timeout to prevent hangs when talking to busted servers; |  djm | 2015-01-30 | 1 | -1/+2 |
* | remove tenex transfer support. if you still have TOPS20 machines in |  tedu | 2015-01-30 | 7 | -55/+14 |
* | Abolish struct tbl_head and replace it by an "int col" member in |  schwarze | 2015-01-30 | 8 | -89/+40 |
* | Auditing the tbl(7) code for more NULL pointer accesses, i came out |  schwarze | 2015-01-30 | 5 | -72/+55 |
* | avoid more fatal/exit in the packet.c paths that ssh-keyscan |  djm | 2015-01-30 | 9 | -114/+204 |
* | permit KRLs that revoke certificates by serial number or key ID |  djm | 2015-01-30 | 3 | -51/+86 |
* | missing parentheses after if in do_convert_from() broke |  djm | 2015-01-30 | 1 | -3/+3 |
* | Make sure every layout line contains at least one cell; |  schwarze | 2015-01-30 | 1 | -11/+31 |
* | fix ssh protocol 1, spotted by miod@ |  djm | 2015-01-30 | 1 | -9/+20 |
* | correctly handle table layout lines starting with a dot |  schwarze | 2015-01-30 | 1 | -2/+2 |
* | Radical cleanup of COMPATIBILITY sections: |  schwarze | 2015-01-29 | 1 | -109/+10 |
* | update to new API (key_fingerprint => sshkey_fingerprint) |  djm | 2015-01-28 | 12 | -68/+81 |
* | avoid fatal() calls in packet code |  djm | 2015-01-28 | 1 | -3/+15 |
* | avoid fatal() calls in packet code |  djm | 2015-01-28 | 7 | -29/+54 |
* | Clean up eqn(7) error handling: |  schwarze | 2015-01-28 | 3 | -66/+75 |
* | * Polish tbl(7) error reporting. |  schwarze | 2015-01-28 | 8 | -53/+60 |
* | For now, it can't be helped that mandoc tbl(7) ignores high-level macros, |  schwarze | 2015-01-28 | 6 | -33/+33 |
* | remove obsolete comment |  djm | 2015-01-28 | 1 | -2/+1 |
* | implement the tbl(7) "center" layout option |  schwarze | 2015-01-28 | 1 | -3/+19 |
* | adjust formatting for the tbl(7) layout 'x' modifier (maximize column) |  schwarze | 2015-01-28 | 1 | -7/+31 |
* | Since r1.2 removed the use of PRI* macros, inttypes.h is no longer |  okan | 2015-01-27 | 2 | -4/+2 |
* | Multiple parser and formatter fixes for line drawing in tbl(7). |  schwarze | 2015-01-27 | 5 | -163/+165 |
* | Rework tbl(7) layout parsing: |  schwarze | 2015-01-26 | 3 | -161/+103 |
* | sort previous; |  jmc | 2015-01-26 | 1 | -2/+2 |
* | properly restore umask |  djm | 2015-01-26 | 1 | -2/+4 |
* | More improvements regarding tbl(7) options. |  schwarze | 2015-01-26 | 3 | -52/+37 |
* | correct description of UpdateHostKeys in ssh_config.5 and |  djm | 2015-01-26 | 4 | -10/+13 |
* | correctly match ECDSA subtype (== curve) for offered/recevied |  djm | 2015-01-26 | 14 | -42/+68 |
* | Oops: symlinkat()'s 'atfd' argument is its second, not its first |  guenther | 2015-01-26 | 1 | -2/+2 |
* | Host key rotation support. |  djm | 2015-01-26 | 9 | -28/+401 |
* | small refactor and add some convenience functions; |  djm | 2015-01-26 | 3 | -50/+86 |
* | Improve (or rather, rewrite) tbl(7) option parsing. |  schwarze | 2015-01-26 | 4 | -180/+119 |
* | Don't leak the individual strings when copying environment. |  nicm | 2015-01-25 | 1 | -3/+6 |
* | Fix getopt string; the -N flag doesn't take an argument. |  millert | 2015-01-24 | 1 | -2/+2 |
* | preserve .PP before .RE; effect found in audio/pms(1) |  schwarze | 2015-01-24 | 1 | -2/+13 |
* | Convert openssl(1) sess_id to the new option handling. |  doug | 2015-01-24 | 1 | -88/+113 |
* | Convert openssl(1)'s rsa.c to the new option handling code. |  doug | 2015-01-24 | 1 | -184/+251 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) |  schwarze | 2015-01-24 | 7 | -14/+10 |
* | Support .RE with an argument; needed for audio/pms(1). |  schwarze | 2015-01-24 | 3 | -5/+27 |
* | a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS... |  espie | 2015-01-23 | 10 | -28/+29 |
* | While ignoring the .ta (set tab stops) and .ti (temp indent) requests |  schwarze | 2015-01-23 | 1 | -4/+4 |
* | Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra" |  schwarze | 2015-01-23 | 3 | -18/+18 |
* | typo |  espie | 2015-01-23 | 1 | -2/+2 |
* | remove a bunch of dangerous casts (useless casts from void * to something |  espie | 2015-01-23 | 11 | -50/+56 |
* | don't need to define debugging 0 anymore |  tedu | 2015-01-23 | 2 | -4/+4 |
* | Wonders of roff(7): Integer numbers in numerical expressions can carry |  schwarze | 2015-01-23 | 1 | -3/+41 |