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