summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow formats in selectp -T, from Thomas Adam.nicm2017-11-171-3/+10
* Add -and-cancel variants for scrolling commands to exit copy mode whennicm2017-11-162-15/+38
* Add a common function for spreading out cells and use it for the twonicm2017-11-156-90/+100
* Completely rewrite the reflow code to correctly handle double widthnicm2017-11-154-175/+262
* If there is a double width character at the very end of the line withnicm2017-11-151-8/+17
* downgrade a couple more request parsing errors from process-fatal todjm2017-11-151-10/+23
* fix regression in 7.6: failure to parse a signature request messagedjm2017-11-151-3/+6
* Verify that every section header lies within the mapped file.mpi2017-11-142-32/+76
* fix problem in configuration parsing when in config dump mode (sshd -T)djm2017-11-141-2/+13
* When searching in copy mode, do not scroll if the result is already onnicm2017-11-131-12/+16
* replace sloppy parsing of numeric values with strtonum (incr, decr, divert)espie2017-11-111-13/+31
* Be less assertive when warning about a possible typo.jca2017-11-103-7/+7
* When tracing is compiled in make sure it flushes its content to disk asmartijn2017-11-102-2/+4
* Fix a use after free when sending SIGHUP or SIGTERM to vi when in editingmartijn2017-11-101-3/+3
* Add rcv_openat() function that does the open, makes sure it is amillert2017-11-101-59/+61
* Avoid using system(3) when running "sendmail -t". We already havemillert2017-11-101-10/+33
* streamline termp allocation. this will allow the init function toespie2017-11-101-15/+6
* If we successfully change the directory, set PWD too to give the shell anicm2017-11-091-5/+10
* Convert all the fields of {ah,esp,ipcomp}stat to uint64.visa2017-11-071-55/+55
* prefill with silence the buffer where cmap_copy() stores samplesratchov2017-11-071-2/+15
* prefill with silence the buffer where cmap_copy() stores samplesratchov2017-11-071-1/+14
* Use the symtab's sh_link to get the string table section.mpi2017-11-064-32/+55
* Prefill client rec buffer with silence. This is necessary becauseratchov2017-11-031-1/+5
* Clear key properly if on space with nothing in it.nicm2017-11-031-4/+7
* Prefill rec buffer with silence. This is necessary because certainratchov2017-11-031-0/+4
* Support mouse on preview in tree mode.nicm2017-11-037-42/+147
* Change mouse in modes so that one click moves the cursor and a doublenicm2017-11-031-4/+7
* Make dump_itype() dump enum members.mpi2017-11-031-2/+6
* Fix a format string warning in dump_type().mpi2017-11-031-2/+2
* Fix formatting in the case where a symbol table isn't present.mpi2017-11-031-3/+3
* reuse parse_multistate for parse_flag (yes/no arguments). Savesdjm2017-11-031-16/+8
* allow certificate validity intervals that specify only a start ordjm2017-11-032-11/+24
* allow "cd" and "lcd" commands with no explicit path argument.djm2017-11-032-15/+31
* When doing a config test with sshd -T, only require the attributesdtucker2017-11-033-42/+46
* typos in ECDSA certificate names; bz#2787 reported by Mike Gerowdjm2017-11-031-4/+4
* Private keys in PEM format have been encrypted by AES-128 for a whiledjm2017-11-031-3/+3
* avoid unused variable warnings for !WITH_OPENSSL;djm2017-11-031-3/+3
* Make the mode draw function use the parent screen directly rather thannicm2017-11-026-94/+71
* Add a "fast" version of screen_write_copy for tree mode that doesn't donicm2017-11-025-22/+54
* Format for group list of "other sessions" is a bit weird, just list allnicm2017-11-023-15/+10
* Tweak previous slightly so that current session is chosen if it is innicm2017-11-022-7/+14
* Only show the first member of session groups in tree mode (-G flagnicm2017-11-026-20/+68
* There is no point in reflowing panes which have not changed width.nicm2017-11-021-2/+3
* Kill bogus use of LC_TIMEjca2017-11-021-5/+2
* openssl s_time -connect host:port needs dns promise for pledge(2) otherwise itmestre2017-11-021-2/+2
* Disable relocation until it is shown to be necessary. This codempi2017-11-011-1/+3
* shrink the generated PostScript by more than 50% by actually using PostScriptespie2017-11-011-15/+37
* update currency exchange rates;jmc2017-11-011-41/+41
* fix broken stdout in ControlPersist mode, introduced by me in r1.467djm2017-11-011-8/+10
* Merge type forward declarations with real ones as soon as they are found.mpi2017-10-312-14/+45