summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete the redundant tbl span flags, just inspect the actual dataschwarze2015-01-306-19/+11
* Tidy up detach-client a bit.nicm2015-01-301-23/+26
* Focus off needs to be sent with tty_raw, reported by Geoff Nixon.nicm2015-01-301-2/+2
* Add a ssh_config HostbasedKeyType option to control whichdjm2015-01-307-120/+245
* set a timeout to prevent hangs when talking to busted servers;djm2015-01-301-1/+2
* remove tenex transfer support. if you still have TOPS20 machines intedu2015-01-307-55/+14
* Abolish struct tbl_head and replace it by an "int col" member inschwarze2015-01-308-89/+40
* Auditing the tbl(7) code for more NULL pointer accesses, i came outschwarze2015-01-305-72/+55
* avoid more fatal/exit in the packet.c paths that ssh-keyscandjm2015-01-309-114/+204
* permit KRLs that revoke certificates by serial number or key IDdjm2015-01-303-51/+86
* missing parentheses after if in do_convert_from() brokedjm2015-01-301-3/+3
* Make sure every layout line contains at least one cell;schwarze2015-01-301-11/+31
* fix ssh protocol 1, spotted by miod@djm2015-01-301-9/+20
* correctly handle table layout lines starting with a dotschwarze2015-01-301-2/+2
* Radical cleanup of COMPATIBILITY sections:schwarze2015-01-291-109/+10
* update to new API (key_fingerprint => sshkey_fingerprint)djm2015-01-2812-68/+81
* avoid fatal() calls in packet codedjm2015-01-281-3/+15
* avoid fatal() calls in packet codedjm2015-01-287-29/+54
* Clean up eqn(7) error handling:schwarze2015-01-283-66/+75
* * Polish tbl(7) error reporting.schwarze2015-01-288-53/+60
* For now, it can't be helped that mandoc tbl(7) ignores high-level macros,schwarze2015-01-286-33/+33
* remove obsolete commentdjm2015-01-281-2/+1
* implement the tbl(7) "center" layout optionschwarze2015-01-281-3/+19
* adjust formatting for the tbl(7) layout 'x' modifier (maximize column)schwarze2015-01-281-7/+31
* Since r1.2 removed the use of PRI* macros, inttypes.h is no longerokan2015-01-272-4/+2
* Multiple parser and formatter fixes for line drawing in tbl(7).schwarze2015-01-275-163/+165
* Rework tbl(7) layout parsing:schwarze2015-01-263-161/+103
* sort previous;jmc2015-01-261-2/+2
* properly restore umaskdjm2015-01-261-2/+4
* More improvements regarding tbl(7) options.schwarze2015-01-263-52/+37
* correct description of UpdateHostKeys in ssh_config.5 anddjm2015-01-264-10/+13
* correctly match ECDSA subtype (== curve) for offered/recevieddjm2015-01-2614-42/+68
* Oops: symlinkat()'s 'atfd' argument is its second, not its firstguenther2015-01-261-2/+2
* Host key rotation support.djm2015-01-269-28/+401
* small refactor and add some convenience functions;djm2015-01-263-50/+86
* Improve (or rather, rewrite) tbl(7) option parsing.schwarze2015-01-264-180/+119
* Don't leak the individual strings when copying environment.nicm2015-01-251-3/+6
* Fix getopt string; the -N flag doesn't take an argument.millert2015-01-241-2/+2
* preserve .PP before .RE; effect found in audio/pms(1)schwarze2015-01-241-2/+13
* Convert openssl(1) sess_id to the new option handling.doug2015-01-241-88/+113
* Convert openssl(1)'s rsa.c to the new option handling code.doug2015-01-241-184/+251
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)schwarze2015-01-247-14/+10
* Support .RE with an argument; needed for audio/pms(1).schwarze2015-01-243-5/+27
* a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS...espie2015-01-2310-28/+29
* While ignoring the .ta (set tab stops) and .ti (temp indent) requestsschwarze2015-01-231-4/+4
* Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"schwarze2015-01-233-18/+18
* typoespie2015-01-231-2/+2
* remove a bunch of dangerous casts (useless casts from void * to somethingespie2015-01-2311-50/+56
* don't need to define debugging 0 anymoretedu2015-01-232-4/+4
* Wonders of roff(7): Integer numbers in numerical expressions can carryschwarze2015-01-231-3/+41