index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
Age
Commit message (
Expand
)
Author
2020-05-16
Add -e for new-session to set environment variables.
Nicholas Marriott
2020-05-16
Add 'e' key in buffer mode to open the buffer in an editor.
Nicholas Marriott
2020-05-16
Use formats for status-style and message-style.
Nicholas Marriott
2020-05-16
Complete partial window indexes properly.
Nicholas Marriott
2020-05-16
Add -W and -T flags to command-prompt to only complete a window and a
Nicholas Marriott
2020-05-16
Copy mode search improvements:
Nicholas Marriott
2020-05-16
Improve command prompt completion:
Nicholas Marriott
2020-05-16
Drop having a separate type for style options and make them all strings,
Nicholas Marriott
2020-05-16
Call format_defaults_window for panes as well.
Nicholas Marriott
2020-05-16
Use a grid cell not a style for the pane style.
Nicholas Marriott
2020-05-16
Instead of forbidding invalid session names, sanitize them like window
Nicholas Marriott
2020-05-16
Instead of having a default set of terminals in terminal-overrides that
Nicholas Marriott
2020-05-16
Do not redraw or update mode if nothing has changed.
Nicholas Marriott
2020-05-16
Add feature and capabilities for focus reporting. Also document AX and
Nicholas Marriott
2020-05-16
Add a feature for bracketed paste.
Nicholas Marriott
2020-05-16
Add a feature for strikethrough.
Nicholas Marriott
2020-05-16
Move terminal features into a single file.
Nicholas Marriott
2020-05-16
Build list of paths and weed out duplicates before loading configs, and
Nicholas Marriott
2020-05-16
Add extension terminfo(5) capabilities for margins.
Nicholas Marriott
2020-05-16
Response is iTerm2 not not ITerm2.
Nicholas Marriott
2020-05-16
Remove support for iTerm2's DSR 1337 extension and use the CSI > q
Nicholas Marriott
2020-05-16
Add an attribute for ACS.
Nicholas Marriott
2020-05-16
Tweak the default choose modes formats:
Nicholas Marriott
2020-05-15
sshd listener must not block if reexecd sshd exits early:
Markus Friedl
2020-05-15
fix off-by-one error that caused sftp downloads to make one more
Damien Miller
2020-05-15
pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspace
cheloha
2020-05-13
we are still aiming for pre-C99 ...
Theo de Raadt
2020-05-13
Add description for -tls1_3 and -no_tls1_3 options to openssl(1) s_server
Kinichiro Inoguchi
2020-05-13
Add -tls1_3 and -no_tls1_3 options to openssl(1) s_server
Kinichiro Inoguchi
2020-05-13
Enable credProtect extension when generating a resident key.
Damien Miller
2020-05-13
always call fido_init(); previous behaviour only called fido_init() when
Damien Miller
2020-05-13
preserve group/world read permission on known_hosts file across runs of
Damien Miller
2020-05-13
when ordering the hostkey algorithms to request from a server,
Damien Miller
2020-05-12
spelling: bedrich smetana
Jason McIntyre
2020-05-12
fix non-ASCII quote that snuck in; spotted by Gabriel Kihlman
Damien Miller
2020-05-11
clarify role of FIDO tokens in multi-factor authentictation;
Damien Miller
2020-05-10
Initialize a couple of variables to shut up gcc, which apparently isn't
Martijn van Duren
2020-05-10
Make openssl X509 handle the failure case return code from X509_time_cmp.
Bob Beck
2020-05-10
Conditionalize sleep-before-retry in server code to only be done when
Bob Beck
2020-05-10
fix socket_log() calls, EVENT expands to three comma separated
Otto Moerbeek
2020-05-08
imsg.h needs uio.h, pointed out by deraadt
Nicholas Marriott
2020-05-08
Fix obvious copy-past-O in calculation of maximum length of "Available"
Martijn van Duren
2020-05-08
Make sure cmsgbufs are properly aligned by using the idiom from the
Otto Moerbeek
2020-05-08
fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@
Damien Miller
2020-05-06
openssh-8.3; ok deraadt@
Damien Miller
2020-05-06
another case where a utimes() failure could make scp send a
Damien Miller
2020-05-04
tcpbench: display stats on SIGINFO, not just at exit. ok tb@ procter@ deraadt@
Stuart Henderson
2020-05-02
Add ping(1)-like summary statistics.
Richard Procter
2020-05-02
Add ping(1)-like summary statistics.
Richard Procter
2020-05-02
we have a sshkey_save_public() function to save public keys; use it
Damien Miller
[next]