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
2017-05-31
use the ssh_dispatch_run_fatal variant
Markus Friedl
2017-05-31
another ctx => ssh conversion (in GSSAPI code)
Damien Miller
2017-05-31
spell out that custom options/extensions should follow the usual SSH
Damien Miller
2017-05-31
one more void *ctx => struct ssh *ssh conversion
Damien Miller
2017-05-31
close fd on an exit path
Jonathan Gray
2017-05-31
one more void *ctx => struct ssh *ssh conversion
Damien Miller
2017-05-31
fix possible OOB strlen() in SOCKS4A hostname parsing; ok markus@
Damien Miller
2017-05-30
Rewrite of choose mode, both to simplify and tidy the code and to add
Nicholas Marriott
2017-05-30
tweak previous;
Jason McIntyre
2017-05-30
tweak previous;
Jason McIntyre
2017-05-30
STYLE message about useless macros we don't want (Bt Tn Ud);
Ingo Schwarze
2017-05-30
Add RemoteCommand option to specify a command in the ssh config
Alexander Bluhm
2017-05-30
fix formatting of intermediate punctuation in .Lk
Ingo Schwarze
2017-05-30
Macro argument quoting does not prevent recognition of punctuation
Ingo Schwarze
2017-05-30
usage and order tweaks from jmc
Ted Unangst
2017-05-30
stop reacharound from w(1) to ps(1); no functional change;
Ingo Schwarze
2017-05-30
id -R: make current rdomain more easily accessible to the shell
Ted Unangst
2017-05-30
switch auth2 to ssh_dispatch API; ok djm@
Markus Friedl
2017-05-30
switch auth2-none.c to modern APIs; ok djm@
Markus Friedl
2017-05-30
switch auth2-passwd.c to modern APIs; ok djm@
Markus Friedl
2017-05-30
switch auth2-hostbased.c to modern APIs; ok djm@
Markus Friedl
2017-05-30
protocol handlers all get struct ssh passed; ok djm@
Markus Friedl
2017-05-30
ssh: pass struct ssh to auth functions, too; ok djm@
Markus Friedl
2017-05-30
sshd: pass struct ssh to auth functions; ok djm@
Markus Friedl
2017-05-30
remove unused wrapper functions from key.[ch]; ok djm@
Markus Friedl
2017-05-30
sshkey_new() might return NULL (pkcs#11 code only); ok djm@
Markus Friedl
2017-05-30
switch sshconnect.c to modern APIs; ok djm@
Markus Friedl
2017-05-30
switch auth2-pubkey.c to modern APIs; with & ok djm@
Markus Friedl
2017-05-30
switch from Key typedef with struct sshkey; ok djm@
Markus Friedl
2017-05-30
remove ssh1 references; ok djm@
Markus Friedl
2017-05-30
revise sshkey_load_public(): remove ssh1 related comments, remove extra
Markus Friedl
2017-05-30
Preserve search string when entering prompt again.
Nicholas Marriott
2017-05-30
The is open-file command is actually called find-file. Typo pointed out
Theo Buehler
2017-05-30
fix -Wshadow warnings.
Florian Obser
2017-05-30
Unbreak previous for git diffs that do not have the a/ prefix.
Florian Obser
2017-05-30
avoid some shadow warnings. from Brian Callahan
Ted Unangst
2017-05-30
fix a shadow warning. from Brian Callahan
Ted Unangst
2017-05-30
rename variable to avoid shadow. from Brian Callahan
Ted Unangst
2017-05-29
Add a flag to stop the prompt input being expanded.
Nicholas Marriott
2017-05-29
Store a copy of the old status line, will be needed soon for new choose mode.
Nicholas Marriott
2017-05-29
Function to count clients.
Nicholas Marriott
2017-05-29
Add ||, && format operators and C: to search pane content.
Nicholas Marriott
2017-05-29
cvs_file_classify() was making the mistake of only taking over a sticky
Joris Vink
2017-05-29
Add m: for fnmatch(3) format matching.
Nicholas Marriott
2017-05-29
Remove unused zclose function.
Frederic Cambus
2017-05-29
zap scanio.h, found by deraadt
Ted Unangst
2017-05-29
tweak previous to read a little better;
Jason McIntyre
2017-05-29
remove mention of Berknet and mailaddr.7
Ted Unangst
2017-05-29
Do not factor in screen_hsize() for the visible copy mode screen when
Nicholas Marriott
2017-05-29
Tweak text to mention initial size, from John Hood.
Nicholas Marriott
[next]