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-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
2013-11-27
unsigned char for ctype
Theo de Raadt
2013-11-26
unsigned char casts for ctype
Theo de Raadt
2013-11-26
unsigned char casts for ctype
Theo de Raadt
2013-11-26
cleanup 1 << 31 idioms. Resurrection of this issue pointed out by Eitan Adler
Theo de Raadt
2013-11-26
change a local char * to unsigned, to ease ctype handling
Theo de Raadt
2013-11-26
fix a possible double-free/NULL deref in msg_print
pelikan
2013-11-26
Tweak a tortuous manual loop into a TAILQ_FOREACH().
Kenneth R Westerback
2013-11-26
fix some typos in calendars; written with lot of useful advice
Igor Sobrado
2013-11-26
unsigned char casts for ctype
Theo de Raadt
2013-11-26
unsigned char casts for ctype
Theo de Raadt
2013-11-26
fix condition after CIRCLEQ -> TAILQ conversion; ok zhuk@
Otto Moerbeek
2013-11-26
- put -Q in the right place
Jason McIntyre
2013-11-26
fix incorrectly converted CIRCLEQ_END comparison to prevent NULL deref's
pelikan
2013-11-25
Replace _texth CIRCLEQ with TAILQ. One down, five to go.
Kenneth R Westerback
[next]