summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
2003-06-12add sc_get_key_label; larsch at trustcenter.de; bugzilla#591Markus Friedl
2003-05-15Make "ssh -V" print the OpenSSL version in a human readable form. PatchDamien Miller
2003-05-11make channel_new() strdup the 'remote_name' (not the caller); ok theoMarkus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2003-02-06support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@Markus Friedl
2002-12-09Avoid setting optind to 0 as GNU getopt treats that like we do optreset.Todd C. Miller
2002-11-27allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;Markus Friedl
2002-11-21debug->debug2Markus Friedl
2002-09-19bugzilla.mindrot.org #223 - ProxyCommands don't exit.Damien Miller
2002-09-11don't connect to agent to test for presence if we've previouslyKevin Steves
2002-08-29shrink initial privilege bracket for setuid case; ok markus@Kevin Steves
2002-08-29deprecate -P as UsePrivilegedPort defaults to no now; ok markus@Kevin Steves
2002-07-19display a warning from ssh when XAuthLocation does not exist or xauthKevin Steves
2002-07-03re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_configMarkus Friedl
2002-06-30minor KNFTheo de Raadt
2002-06-12ssh_connect returns 0 on successMarkus Friedl
2002-06-11remove unused cruft.Markus Friedl
2002-06-11no longer use uidswap.[ch] from the ssh clientMarkus Friedl
2002-06-08deprecate FallBackToRsh and UseRsh; patch from djm@Markus Friedl
2002-06-08nuke ptrace commentMarkus Friedl
2002-05-23add comment about ssh-keysignMarkus Friedl
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...Markus Friedl
2002-05-22spelling; abishoff@arc.nasa.govTheo de Raadt
2002-05-16don't limit xauth pathlen on client side and longer print length onKevin Steves
2002-04-22request reply (success/failure) for -R style fwd in protocol v2,Markus Friedl
2002-03-26update CopyrightMarkus Friedl
2002-03-25simplify num_identity_files handlingMarkus Friedl
2002-03-25change sc_get_key to sc_get_keys and hide smartcard details in scard.cMarkus Friedl
2002-03-21Add PIN-protection for secret key.Jim Rees
2002-03-19KNF whitespaceMarkus Friedl
2002-02-14increase the SSH v2 window size to 4 packets. comsumes a littleMarkus Friedl
2002-02-07remove bogus commentsMarkus Friedl
2002-02-06channel_new never returns NULL, mouring@; ok djm@Markus Friedl
2002-02-05merge channel_request() into channel_request_start()Markus Friedl
2002-02-03generic callbacks are not really used, remove andMarkus Friedl
2002-01-27handle simple case to identify FamilyLocal display; ok markus@Kevin Steves
2002-01-16wrapper for channel_setup_fwd_listenerMarkus Friedl
2001-12-28remove plen from the dispatch fn. it's no longer used.Markus Friedl
2001-12-28packet_read* no longer return the packet length, since it's not used.Markus Friedl
2001-12-28s/packet_done/packet_check_eom/ (end-of-message); ok djm@Markus Friedl
2001-12-27get rid of packet_integrity_check, use packet_done() instead.Markus Friedl
2001-12-20Conformance fix: we should send failing packet sequence number whenDamien Miller
2001-12-19change the buffer/packet interface to use void* vs. char*; ok markus@Kevin Steves
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-11-30sscanf() length dependencies are clearer now; can also shrink protoKevin Steves
2001-10-24ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@Markus Friedl
2001-10-24remove unusedMarkus Friedl
2001-10-08some more IPv4or6 cleanupMarkus Friedl
2001-10-01remove ugliness; vp@drexel.edu via angelosMarkus Friedl
2001-09-28bug: read user config first; report kaukasoi@elektroni.ee.tut.fiMarkus Friedl