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
2018-07-13
Fix loop condition in ber.c. Discussed with claudio.
rob
2018-07-12
Use (mostly) the same capitalisation in the replacement string as in
Florian Obser
2018-07-12
remove prototype to long-gone function
Damien Miller
2018-07-11
treat ssh_packet_write_wait() errors as fatal; ok djm@
Markus Friedl
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-11
When in incremental search handle ^M (a.k.a. <cr>) like ^[ (a.k.a.
Kenneth R Westerback
2018-07-11
After opening all the needed files, tighten the pledge(2)
Ingo Schwarze
2018-07-11
Repair the regression introduced by the recent refactoring
Ingo Schwarze
2018-07-11
Expand formats in load-buffer and save-buffer.
Nicholas Marriott
2018-07-11
s/wuth/with/ in comment
Martijn van Duren
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-11
Make the output of the list command more sensible for the output device.
Martijn van Duren
2018-07-11
Helper function to shorten history.
Nicholas Marriott
2018-07-11
Rephrase the wording on the replacement string of the substitute command.
Martijn van Duren
2018-07-11
Add function comments.
Nicholas Marriott
2018-07-11
Remove an old and false comment. REALLOC now free(3)s the code if realloc
Martijn van Duren
2018-07-10
re-remove some pre-auth compression bits
Stefan Fritsch
2018-07-10
kerberos/gssapi fixes for buffer removal
Damien Miller
2018-07-10
Disentangle the "SED ADDRESSES", "SED REGULAR EXPRESSIONS",
Ingo Schwarze
2018-07-10
buffer.[ch] and bufaux.c are no more
Damien Miller
2018-07-10
one mention of Buffer that almost got away :)
Damien Miller
2018-07-09
replace cast with call to sshbuf_mutable_ptr(); ok djm@
Markus Friedl
2018-07-09
remove legacy buffer API emulation layer; ok djm@
Markus Friedl
2018-07-09
sshd: switch monitor to sshbuf API; lots of help & ok djm@
Markus Friedl
2018-07-09
sshd: switch GSSAPI to sshbuf API; ok djm@
Markus Friedl
2018-07-09
sshd: switch authentication to sshbuf API; ok djm@
Markus Friedl
2018-07-09
sshd: switch config to sshbuf API; ok djm@
Markus Friedl
2018-07-09
sshd: switch loginmsg to sshbuf API; ok djm@
Markus Friedl
2018-07-09
ttymodes: switch to sshbuf API; ok djm@
Markus Friedl
2018-07-09
client: switch mux to sshbuf API; with & ok djm@
Markus Friedl
2018-07-09
client: switch to sshbuf API; ok djm@
Markus Friedl
2018-07-09
pkcs11: switch to sshbuf API; ok djm@
Markus Friedl
2018-07-09
Revert previous two commits
Stefan Fritsch
2018-07-09
When using '[' as the delimiter in sed(1) s/// (don't do that, of course)
Ingo Schwarze
2018-07-09
Simplify ber_read()
Jeremie Courreges-Anglas
2018-07-08
iostat shows data in bytes, not kilobytes;
Jason McIntyre
2018-07-06
Rename COMP_DELAYED to COMP_ZLIB
Stefan Fritsch
2018-07-06
Remove leftovers from pre-authentication compression
Stefan Fritsch
2018-07-06
Remove unused ssh_packet_start_compression()
Stefan Fritsch
2018-07-06
Add a rectangle_toggle format, from Hirokazu Hata.
Nicholas Marriott
2018-07-04
More whitespace.
rob
2018-07-04
remove ambiguity; from ross l richardson
Jason McIntyre
2018-07-04
repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -
Damien Miller
2018-07-04
Cleanup some whitespace.
rob
2018-07-04
whitespace needed between macro args and punctuation;
Jason McIntyre
2018-07-04
Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc()
rob
2018-07-04
Add set-hook -R to run a hook immediately (useful to set multiple hooks
Nicholas Marriott
2018-07-04
Add pane focus hooks.
Nicholas Marriott
2018-07-04
minor tweaks to improve readability;
Jason McIntyre
2018-07-04
Add accessors for grid linedata member, for some future work. From Dan
Nicholas Marriott
[next]