summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-05-23unbreak build, okay nicm@Marc Espie
2019-05-23Fix line numbers - commands are added after the line ends so they need toNicholas Marriott
2019-05-23Use the same argument escaping code for options as well.Nicholas Marriott
2019-05-23Environment variables can start with { also.Nicholas Marriott
2019-05-23Fix drawing of status-right when it is aligned to the centre, GitHubNicholas Marriott
2019-05-23Break the argument escaping code into a separate function and use it toNicholas Marriott
2019-05-23Don't remove group items for group 0 (no group).Nicholas Marriott
2019-05-23Fix length calculation for pasting UTF-8 characters in the status line,Nicholas Marriott
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singleNicholas Marriott
2019-05-22Fix crash if window doesn't exist, GitHub issue 1751.Nicholas Marriott
2019-05-21document brk_string slightly betterMarc Espie
2019-05-21fix very stupid bug.Marc Espie
2019-05-21Also apply stricter pledge when secure mode is set via rc file or command.Martijn van Duren
2019-05-21Do not print the style message "missing date" when the date is givenIngo Schwarze
2019-05-21Fix a couple of Ta from Alphonse Mariya.Nicholas Marriott
2019-05-20Fix ordering of source-file with multiple files and add flags to load_cfg.Nicholas Marriott
2019-05-20Replace the various identical error callbacks with a single one in cmd-queue.c.Nicholas Marriott
2019-05-20Add a helper to allocate a cmd_list.Nicholas Marriott
2019-05-20tweak previous;Jason McIntyre
2019-05-20Fix the color space parameter in RGB SGR, from Brad Town.Nicholas Marriott
2019-05-20embiggen format buffer size for certificate serial number soDamien Miller
2019-05-20When signing certificates with an RSA key, default to using theDamien Miller
2019-05-19Fix integer overflow in block size calculation.Alexandre Ratchov
2019-05-18Move the single command flag (CMD_CONTROL) into the shared flags.Nicholas Marriott
2019-05-17Change a couple of ACS characters to be more sensible and add a fewNicholas Marriott
2019-05-17Initialize default size variables, from Thomas Adam.Nicholas Marriott
2019-05-16Revert suni'ls ftp rewrite for now.Florian Obser
2019-05-16Move a variable declaration to the block where it's used to make thingsDarren Tucker
2019-05-16unveil "w" on ttys was too strict, introducing a failure conditionTheo de Raadt
2019-05-15trivial patch to at least make the buggy functions control_char()Ingo Schwarze
2019-05-15Fix dragging when in view mode rather than copy mode, GitHub issue 1740Nicholas Marriott
2019-05-15trivial replacement of the home-grown IS_ASCII_OCTET()Ingo Schwarze
2019-05-15Clean up all major UTF-8 issues in cvt.c.Ingo Schwarze
2019-05-15UTF-8 cleanup in the function cmd_putstr().Ingo Schwarze
2019-05-15improve wrong markup and poor wording regarding the -t argumentIngo Schwarze
2019-05-15Display "bytes received" like the csrg ftp used to when the progressbarFlorian Obser
2019-05-15Add the -m flag to the ftp.1 man page.kmos
2019-05-15re-indent bwscoll() after previous commit; no binary changeIngo Schwarze
2019-05-15Cleanup:Ingo Schwarze
2019-05-15When doing the fork+exec'ing for ssh-keysign, rearrange the socketTheo de Raadt
2019-05-14do not intermingle direct io (write), and potentially buffered io (stdio)Theo de Raadt
2019-05-14Document -vFlorian Obser
2019-05-14-v forces verbose mode even if stdin is not a terminalFlorian Obser
2019-05-14Delete some .Sx macros that were used in a wrong way.Ingo Schwarze
2019-05-14Fix sizing of main-vertical and main-horizontal layouts, GitHub issue 1736.Nicholas Marriott
2019-05-14Enable TLSv1.0 and TLSv1.1Jeremie Courreges-Anglas
2019-05-14Remove leftover elf.cSunil Nimmagadda
2019-05-14Use elf(3) api instead of an ad-hoc elf parser.Sunil Nimmagadda
2019-05-14Remove an unused and leftover label.Sunil Nimmagadda
2019-05-14tls_write(3): Handle short writes.Sunil Nimmagadda