summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-11-08Two improvements to reflow from Balazs Kezes:Nicholas Marriott
2014-11-08Empty strings should be false too for #{?}, from Marc Finet.Nicholas Marriott
2014-11-07More OPENSSL_NO_TLSEXT clean up.Joel Sing
2014-11-07Document the -servername option for openssl(1) s_client.Joel Sing
2014-11-07V should be vi not emacs, also sort. From Theo Buehler.Nicholas Marriott
2014-11-06Let -Tascii \(bu (bullet) output agree with groff;Ingo Schwarze
2014-11-06TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,Joel Sing
2014-11-06ssl_sock_init() does nothing, so remove it...Joel Sing
2014-11-06i renamed the mbuf pool.David Gwynne
2014-11-06Clean up unused header files and docs referring to them.Anthony J. Bentley
2014-11-06Wrap when copy mode is used for output, from Balazs Kezes.Nicholas Marriott
2014-11-06Remove old curses support in vi.Anthony J. Bentley
2014-11-06Add V for select line with vi(1) keys. From Juho Pohjala.Nicholas Marriott
2014-11-05Tidy up mode-mouse check.Nicholas Marriott
2014-11-05Do not put a space between status-left/status-right and the window list,Nicholas Marriott
2014-11-04simple select() to poll() conversion; reviewed by millert and dougTheo de Raadt
2014-11-04bounds check, apply from upstream devel/libmagicTheo de Raadt
2014-11-03Allow the five man(7) font macros to concatenate their line arguments,Ingo Schwarze
2014-11-03Put the socket splicing fields into a seperate struct sosplice thatAlexander Bluhm
2014-11-03hoist blowfish up and use bcrypt_newhash directlyTed Unangst
2014-11-03comment out no-tab-mode, since mg is currently compiled without it;Jason McIntyre
2014-11-03introspection feature: ${MAKEFILE_LIST} contains the list of makefilesMarc Espie
2014-11-02revert, i did NOT ok this diff which bears no proof of testing in a bulk or x...Jasper Lievisse Adriaanse
2014-11-02update documentation regarding localcipher onlyTed Unangst
2014-11-02Allow for requests such as "foo != some.version".Jeremie Courreges-Anglas
2014-11-01remove support for creating any password style that's not blowfish.Ted Unangst
2014-11-01update currency exchange rates;Jason McIntyre
2014-11-01Use struct buf in libroff, it is very natural thereIngo Schwarze
2014-11-01Refactor, no functional change: Remove the parse point from struct buf.Ingo Schwarze
2014-11-01fix a typo causing crashes in Unicode string length measurementIngo Schwarze
2014-10-31Remove ephemeral RSA key handling.Joel Sing
2014-10-31Use automatic DH ephemeral parameters instead of fixed 512 bit.Joel Sing
2014-10-31Update ftp(1) to use libtls instead of libressl.Joel Sing
2014-10-31redirect error output to stderr instead of stdoutGleydson Soares
2014-10-30Major bugsquashing with respect to -offset and -width:Ingo Schwarze
2014-10-30my mistake. we already did increase buffers to 16k; increasing to 64kTed Unangst
2014-10-30rework the poll loop to poll in both directions so it doesn't get stuckTed Unangst
2014-10-30use ressl constant; from Jan KlemkowTed Unangst
2014-10-30mandoc.1: fix a macro error in previousJason McIntyre
2014-10-30support UTF-8 and ISO-8859-1 input by integrating modified partsIngo Schwarze
2014-10-29Some fine tuning of console rendering of named special characters.Ingo Schwarze
2014-10-29In terminal output, unify handling of Unicode and numbered characterIngo Schwarze
2014-10-28In -Tascii mode, print "<?>" only for Unicode escapes of unknownIngo Schwarze
2014-10-28Make the character table available to libroff so it can check theIngo Schwarze
2014-10-28Tighten Unicode escape name parsing.Ingo Schwarze
2014-10-28Refine -Tascii rendering of Unicode characters, mostly to better agreeIngo Schwarze
2014-10-27Merge linkw and movew which are virtually identical.Nicholas Marriott
2014-10-27Move cfg_causes local into cfg.c and remove struct causelist.Nicholas Marriott
2014-10-27Support overstriking by backspace in PostScript and PDF output.Ingo Schwarze
2014-10-27Handle output encoding for unicode, numbered and named escape sequencesIngo Schwarze