summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-10-06Do not reset cursor to default if it has never been changed, fixesNicholas Marriott
2021-10-05Fix some warnings.Nicholas Marriott
2021-10-05Set mouse_x and mouse_y on the status line, GitHub issue 2913.Nicholas Marriott
2021-10-05Make send-keys without any arguments send the key it is bound to (ifNicholas Marriott
2021-10-05Separate "very visible" flag from blinking flag, it should not affectNicholas Marriott
2021-10-05Do not try to use NULL time values.Nicholas Marriott
2021-10-04Clean up memory handling in spawn_pager(), free(3)ing everythingIngo Schwarze
2021-10-04In man(1) mode, properly clean up the resn[] result arrayIngo Schwarze
2021-10-04Provide a cleanup function for the term_tab module, freeing memoryIngo Schwarze
2021-10-04store the operating system name obtained from uname(3) in the adequateIngo Schwarze
2021-10-04Do not leak 64 bytes of heap memory every time a manual page callsIngo Schwarze
2021-10-02Dynamically allocate encoded HashKnownHosts and free as appropriate.Darren Tucker
2021-10-01unbreak FIDO sk-ed25519 key enrollment for OPENSSL=no builds;Damien Miller
2021-09-29add some debug output showing how many key file/command linesDamien Miller
2021-09-28Revert part of the previous diff to fix a regression (another endless loop)Ingo Schwarze
2021-09-28Make prototype for rijndaelEncrypt match function including the bounds.Darren Tucker
2021-09-28Import regenerated moduli.Darren Tucker
2021-09-27Do not call recalculate_sizes while clearing a client session because itNicholas Marriott
2021-09-26openssh-8.8Damien Miller
2021-09-26need initgroups() before setresgid(); reported by anton@, ok deraadt@Damien Miller
2021-09-25RSA/SHA-1 is not used by default anymoreKlemens Nanni
2021-09-23Remove wpath from secure mode pledge.Tobias Stoeckmann
2021-09-23Remove an unused variable and a pointless label.Theo Buehler
2021-09-22Fix command prompt with multiple prompts (add the result onto the listNicholas Marriott
2021-09-20fix missing -s in SYNOPSYS and usage() as well as a capitalisationDamien Miller
2021-09-20Fix "Allocated port" debug message for unix sockets. From peder.stray atDarren Tucker
2021-09-20Switch scp back to use the old protocol by default, ahead of release.Damien Miller
2021-09-19bump example versionsSebastian Benoit
2021-09-18better error message for ~user failures when the sftp-serverDamien Miller
2021-09-17sys/param.h is only needed for MAXCOMLEN, but a few header filesTheo de Raadt
2021-09-17the ioctl table generation does not require sys/param.hTheo de Raadt
2021-09-17Do not destroy sessions twice, GitHub issue 2889.Nicholas Marriott
2021-09-16make some more scp-in-SFTP mode better match Unix idiomsDamien Miller
2021-09-16allow log_stderr==2 to prefix log messages with argv[0]Damien Miller
2021-09-16Fix run-shell -d with no command, GitHub issue 2885.Nicholas Marriott
2021-09-16missing space character in ssh -G output broke the t-sshcfgparseDamien Miller
2021-09-15For the moment, restore if-shell and run-shell to parsing at the lastNicholas Marriott
2021-09-15allow CanonicalizePermittedCNAMEs=none in ssh_config; ok markus@Damien Miller
2021-09-14put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENTmbuhl
2021-09-11Do not ignore SIGINT while waiting for input if editline(3) is not used.Ingo Schwarze
2021-09-11when using SFTP protocol, continue transferring files after aDamien Miller
2021-09-10Do fatal/fatalx a different way so the compiler trick to avoid warningsNicholas Marriott
2021-09-10Get rid of the last two warnings by turning them off around the problemNicholas Marriott
2021-09-10Quirk-compatibility with GNU tbl(1):Ingo Schwarze
2021-09-10In a tbl(7) having the "nospaces" option, skip space charactersIngo Schwarze
2021-09-10Document that non-interactive commands are run via the user's shellDarren Tucker
2021-09-10Document behaviour of arguments following non-interactive commands.Darren Tucker
2021-09-10Disable aliases inside aliases for the moment.Nicholas Marriott
2021-09-10Clarify which file's attributes -p preserves, and that it's specificallyDarren Tucker
2021-09-10openssh-7.4 was incorrectly listed twice; spotted by DmitryDamien Miller