summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2003-05-29-I${.CURDIR} not neededTheo de Raadt
2003-05-29avoid more signal racesTheo de Raadt
2003-05-29seteuid and setegid; markus okTheo de Raadt
2003-05-26of course my 1000th commit has to go to theo.c and must be about germans ;-)Henning Brauer
2003-05-26fix format strings; ok markus@Damien Miller
2003-05-24cast some types for printing; ok markus@Damien Miller
2003-05-24pass logged data through strnvis; ok markusDamien Miller
2003-05-23fix leak; ok markus@Damien Miller
2003-05-22c2k3 hack-a-tonMichael Shalayeff
2003-05-21From NetBSD:Paul Janzen
Fix an ancient typo which made "_POSIX_PATH_MAX" actually return "_POSIX_PIPE_BUF".
2003-05-20new sentence, new lineJason McIntyre
2003-05-20- new sentence, new lineJason McIntyre
- added .Xr's - typos ok djm@
2003-05-20Finish KNF of prototypes. That should be all of them.Chad Loder
OK vincent@
2003-05-19kill dead (if 0) code.Artur Grabowski
2003-05-18use syslog_r() in a signal handler called place; markus okTheo de Raadt
2003-05-18unreliable non-hurlersHenning Brauer
2003-05-18moose bbq is full of quotesTodd T. Fries
2003-05-17live from the moose bbqHenning Brauer
2003-05-17experimental support for aes-ctr modes fromMarkus Friedl
http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt ok djm@
2003-05-17just in case, put numbers to sscanf %s arg.Jun-ichiro itojun Hagino
2003-05-17Don't link with unneeded kerberos librariesHans Insulander
2003-05-16fix the goal calculation routine so moving up and down moves to the rightVincent Labrecque
column. ok jason
2003-05-16add AddressFamily option to ssh_config (like -4, -6 on commandline).Damien Miller
Portable bug #534; ok markus@
2003-05-15add a ConnectTimeout option to ssh, based on patch fromDamien Miller
Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
2003-05-15fix 64bit issue; report itojun@Markus Friedl
2003-05-15warn for unsupported config option. ok markus@Jakob Schlyter
2003-05-15Make "ssh -V" print the OpenSSL version in a human readable form. PatchDamien Miller
from Craig Leres (mindrot at ee.lbl.gov); ok markus@
2003-05-15unbreak tree; ok margarida@Todd T. Fries
2003-05-15make usage printing match what's in the manpage, which is better; ok jfb@Jason Peel
2003-05-15disable kerberos when not supported. ok markus@Jakob Schlyter
2003-05-15~B is ssh2 onlyMarkus Friedl
2003-05-15anotherHenning Brauer
2003-05-15Teach ls how to display multiple column display and allow users to returnmouring
to single column format via 'ls -1'. OK @djm
2003-05-15Make put/get (globed and nonglobed) code more consistant. OK djm@mouring
2003-05-15Fix some typos, clarify a few bits, and fix a display issue with `:'.Todd C. Miller
Based on a patch rom Brian Poole
2003-05-15From Brian PooleTodd C. Miller
o fix typos o remove a redundant check for verbose
2003-05-15avoid warning; ok jakob@Damien Miller
2003-05-15split out custom EVP ciphersMarkus Friedl
2003-05-15Use vis() on any remotely created input before displaying it on a screen.Paul Janzen
deraadt@ ok
2003-05-15add missing freerrsetJakob Schlyter
2003-05-15always parse kerberos options. ok djm@ markus@Jakob Schlyter
2003-05-15Add a -q flag to suppress all output when setting a variable, andJean-Francois Brousseau
remove the -v flag from the SYNOPSIS for the -w option since it has no effect ok jsyn@ millert@
2003-05-15cleanup unregister of per-method packet handlers; ok djm@Markus Friedl
2003-05-15Get rid of read_from_pid() and write_to_pid(), they wereJean-Francois Brousseau
replaced by the more generic process_read() and process_write() ok art@
2003-05-14use __KAME__ to determine kame-based kernel.Jun-ichiro itojun Hagino
2003-05-14sshfp contains fingerprints, not keysJakob Schlyter
2003-05-14rename enumJakob Schlyter
2003-05-14update license, remove 3rd clause. ok author (me)Jakob Schlyter
2003-05-14allow to send a BREAK to the remote system; ok variousMarkus Friedl
2003-05-14add experimental support for verifying hos keys using DNS as describedJakob Schlyter
in draft-ietf-secsh-dns-xx.txt. more information in README.dns. ok markus@ and henning@