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
2013-12-19
simplify freeing of source-address certificate restriction
Damien Miller
2013-12-19
Cast client_alive_interval to u_int64_t before assinging to
Darren Tucker
2013-12-19
skip requesting smartcard PIN when removing keys from agent; bz#2187
Damien Miller
2013-12-17
I've assempled the header file by cut&pasting from generated headers
Markus Friedl
2013-12-15
In quoted macro arguments, double quotes can be quoted by doubling them.
Ingo Schwarze
2013-12-15
add some comments and constify a constant
Damien Miller
2013-12-15
The "value" argument to the roff(7) .nr requests ends right before
Ingo Schwarze
2013-12-15
Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page.
Pascal Stumpf
2013-12-13
4.3BSD tty compatibility and the associated ioctls are gone
Christian Weisgerber
2013-12-13
Make it compile again. And there is a time_t fix as a bonus!
Vadim Zhukov
2013-12-12
handle ttysize/TIOCGSIZE as a fallback for winsize/TIOCGWINSZ, not the
Christian Weisgerber
2013-12-11
remove unused include dating from the pre-termios code and accidentally
Christian Weisgerber
2013-12-09
remove unused defines
Markus Friedl
2013-12-09
Add Authors for the public domain ed25519/nacl code.
Markus Friedl
2013-12-09
Use shell arrays to store arguments instead of building a string for eval.
Philip Guenther
2013-12-08
Make -c option description more accurate (merged from sudo 1.8).
Todd C. Miller
2013-12-08
Use a literal for the default value of KEXAlgorithms. ok deraadt jmc
Darren Tucker
2013-12-07
When checking whether a user may change the login class, just check
Todd C. Miller
2013-12-07
add missing mentions of ed25519; ok djm@
Christian Weisgerber
2013-12-07
document -a and -o wrt new key format
Damien Miller
2013-12-07
correct RCS idents
Damien Miller
2013-12-07
set k->cert = NULL after freeing it
Damien Miller
2013-12-06
missing comma;
Jason McIntyre
2013-12-06
support ed25519 keys (hostkeys and user identities) using the public domain
Markus Friedl
2013-12-06
new private key format, bcrypt as KDF by default; details in PROTOCOL.key;
Markus Friedl
2013-12-06
move private key (de)serialization to key.c; ok djm
Markus Friedl
2013-12-06
remove duplicated character ('g') in getopt() string;
Damien Miller
2013-12-05
fix memory leak in error path in do_readdir(); pointed out by
Damien Miller
2013-12-05
bz#2161 - fix AuthorizedKeysCommand inside a Match block and
Damien Miller
2013-12-04
update HISTORY: this command first appeared in V1 AT&T.
Jason McIntyre
2013-12-04
bz#2171: don't leak local_fd on error; from Loganaden Velvindron @
Damien Miller
2013-12-03
do not need timeb.h
Theo de Raadt
2013-12-03
no need for timeb.h
Theo de Raadt
2013-12-02
correct bzero of chacha20+poly1305 key context. bz#2177 from
Damien Miller
2013-12-02
make key_to_blob() return a NULL blob on failure; part of
Damien Miller
2013-12-02
use-after-free; bz#2175 patch from Loganaden Velvindron @ AfriNIC
Damien Miller
2013-12-02
typo; from Jon Cave
Damien Miller
2013-12-02
views CIRCLEQ begone.
Kenneth R Westerback
2013-12-01
mention curve25519-sha256@libssh.org key exchange algorithm
Damien Miller
2013-12-01
Change the file reference queue from CIRCLEQ to TAILQ.
Kenneth R Westerback
2013-12-01
Change the tags queue from CIRCLEQ to TAILQ.
Kenneth R Westerback
2013-12-01
Change the tag queue from CIRCLEQ to TAILQ.
Kenneth R Westerback
2013-12-01
Convert the ranges CIRCLEQ to TAILQ.
Kenneth R Westerback
2013-12-01
update currency exchange rates;
Jason McIntyre
2013-11-28
Convert the display screens and hidden screens CIRCLEQ's to TAILQ's.
Kenneth R Westerback
2013-11-28
Re-add documentation about `-' handling. Discussed a few months ago
Jeremie Courreges-Anglas
2013-11-28
unsigned char for ctype
Theo de Raadt
2013-11-27
unsigned char cast was on a wrong place.
YASUOKA Masahiko
2013-11-27
remove erroneous char cast to switch expression processing getopt(3);
Okan Demirmen
2013-11-27
Zap some pointer casts became extra (and thus dangerous) after recent
Vadim Zhukov
[next]