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-01-27
actually use the xrealloc() return value; spotted by xi.wang AT gmail.com
Damien Miller
2013-01-26
remove ACSS, now that it is gone from libcrypto too
Damien Miller
2013-01-25
redo last commit without the vi-vomit that snuck in:
Damien Miller
2013-01-25
Revert last. Breaks due to likely typo. Let djm@ fix later.
Kenneth R Westerback
2013-01-24
skip serial lookup when cert's serial number is zero
Damien Miller
2013-01-24
fix handling of (unused) KRL signatures; skip string in correct buffer
Damien Miller
2013-01-20
remove obsolete BUGS (cmp is not run internally); ok otto
Jason McIntyre
2013-01-19
Don't spin in ttgetc when stdin is lost (found by benno@).
Florian Obser
2013-01-19
RB_INSERT does not remove existing elments; ok djm@
Markus Friedl
2013-01-19
fix some formatting; ok djm
Jason McIntyre
2013-01-18
command-line (adj.) -> command line (n.);
Jason McIntyre
2013-01-18
Document $OpenBSD$ and teach ci's -k option to parse it too
Philip Guenther
2013-01-18
Use open(O_CLOEXEC) instead of a separate fcntl(FD_CLOEXEC) call.
Philip Guenther
2013-01-18
add -Q to the options list; ok djm
Jason McIntyre
2013-01-18
tweak previous;
Jason McIntyre
2013-01-18
-u before -V in usage();
Jason McIntyre
2013-01-18
tweak previous;
Jason McIntyre
2013-01-18
fix KRL generation bug for list sections
Damien Miller
2013-01-18
Rather than having two grids for each pane, one for ASCII and one for
Nicholas Marriott
2013-01-18
Style nits - return (x) not return x.
Nicholas Marriott
2013-01-18
RCD IDs help us keep portable in synch
Damien Miller
2013-01-17
add support for Key Revocation Lists (KRLs). These are a compact way to
Damien Miller
2013-01-17
remove uesless Pp;
Jason McIntyre
2013-01-17
Fix a couple of spacing/style nits.
Nicholas Marriott
2013-01-17
Do not allow cursor colours to be set beginning with ? as that will
Nicholas Marriott
2013-01-17
Instead of creating line termios from scratch, call tcgetattr() and
Nicholas Marriott
2013-01-17
Fix some blank line nits.
Nicholas Marriott
2013-01-17
Remove the layout undo/redo code which never really worked.
Nicholas Marriott
2013-01-16
sys/mbuf.h not needed
Theo de Raadt
2013-01-15
Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.
Nicholas Marriott
2013-01-15
If timing between keys is less than (by default) 1 millisecond, assume
Nicholas Marriott
2013-01-14
Remove an unnecessary function cast
Philip Guenther
2013-01-14
When showing threads, say so. Fix up some comments and names at the same time.
Philip Guenther
2013-01-12
improve error message for integrity failure in AES-GCM modes; ok markus@
Damien Miller
2013-01-10
Honor -Wc and -Xcompiler in link mode like GNU does. OK espie@
Todd C. Miller
2013-01-09
correctly initialise fingerprint type for fingerprinting PKCS#11 keys
Damien Miller
2013-01-08
support AES-GCM as defined in RFC 5647 (but with simpler KEX handling)
Markus Friedl
2013-01-08
from pjanzen:
Jason McIntyre
2013-01-06
Remove empty[]. Unused after rev. 1.26.
Martynas Venckus
2013-01-05
In literal mode (.nf), each input line must be kept together
Ingo Schwarze
2013-01-05
teach file about lua 5.2.
Federico G. Schwindt
2013-01-04
an undocumented feature of units was the ability to specify a prefix
Jason McIntyre
2013-01-04
no more ussr; diff originally from Jeff Ross
Jason McIntyre
2013-01-04
sftp-server.8: add argument name to -d
Jason McIntyre
2013-01-03
allow fingerprinting of keys hosted in PKCS#11 tokens: ssh-keygen -lD ...
Damien Miller
2013-01-03
allow specification of an alternate start directory for sftp-server(8)
Damien Miller
2013-01-03
fix description of MAC calculation for EtM modes; ok markus@
Damien Miller
2013-01-03
add a couple of ServerOptions members that should be copied to the privsep
Damien Miller
2013-01-02
correct format description for SSH_AGENTC_ADD_RSA_ID_CONSTRAINED
Damien Miller
2013-01-02
channel_setup_local_fwd_listener() returns 0 on failure, not -ve
Damien Miller
[next]