summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2014-10-27Fix a regression in term.c rev. 1.89 reported by bentley@:Ingo Schwarze
2014-10-26Prefer mkostemp(O_CLOEXEC) over mkstemp()+fcntl(F_SETFD)Philip Guenther
2014-10-26In -Tascii mode, provide approximations even for some Unicode escapeIngo Schwarze
2014-10-26Improve -Tascii output for Unicode escape sequences: For the first 512Ingo Schwarze
2014-10-26remove unused variablesCharles Longeau
2014-10-26POLLIN is not guaranteed to be set in revents for EOF so check forTodd C. Miller
2014-10-26Move the #define _KERNEL wrapping to only cover <sys/file.h>Philip Guenther
2014-10-26Add parentheses to suppress compiler warning.Brad Smith
2014-10-26Place additional parantheses around readdir() and check return does notBrad Smith
2014-10-25With the current architecture, we can't support inline equationsIngo Schwarze
2014-10-25Fix a NULL pointer dereference reportedIngo Schwarze
2014-10-25Report arguments to .EQ as an error, and simplify the code:Ingo Schwarze
2014-10-25Add pane_input_off format, from Anish R Athalye.Nicholas Marriott
2014-10-24tedu networks(5) support;Ingo Schwarze
2014-10-24This tool doesn't actually support networks(5).Ingo Schwarze
2014-10-24Remove unnecessary include: netinet/in_systm.h is not needed by theseLawrence Teo
2014-10-23Remove networks(5) support.Ingo Schwarze
2014-10-22make the description of the syntax of function lists agreeIngo Schwarze
2014-10-22Fix some spacing nits.Nicholas Marriott
2014-10-22Merge unlink-window into kill-window.Nicholas Marriott
2014-10-22document the special \c escape sequence that can only be used with %b;Ingo Schwarze
2014-10-22Use arc4random_buf() instead of RAND(_pseudo)?_bytes().Joel Sing
2014-10-22None of these need <openssl/rand.h>Joel Sing