summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2002-12-19s/msg_send/ssh_msg_send/ to avoid namespace clashes in portable; ok markus@Damien Miller
2002-12-131) include stalling time in total timeMarkus Friedl
2002-12-13cleanup debug messages, more useful information for the client user.Markus Friedl
2002-12-10staticMarkus Friedl
2002-12-10move tos handling to packet_set_tos; ok provos/henning/deraadtMarkus Friedl
2002-12-10Make sure $SHELL points to the shell from the password file, even if shellMarkus Friedl
2002-12-09Avoid setting optind to 0 as GNU getopt treats that like we do optreset.Todd C. Miller
2002-12-06Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@Damien Miller
2002-12-05use roundup() similar to rcp/util.c and avoid problems with strangeMarkus Friedl
2002-12-04remove xauth entries before add; PR 2994 from janjaap@stack.nl.Kevin Steves
2002-11-27allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;Markus Friedl
2002-11-26KNF, comment and error message repair; ok markus@Kevin Steves
2002-11-26remove outdated statement; ok markus@ deraadt@Kevin Steves
2002-11-26Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.Wilbern Cobb
2002-11-24typo: "the the"Kevin Steves
2002-11-21debug->debug2Markus Friedl
2002-11-21KNFTheo de Raadt
2002-11-21debug->debug2, unify debug messagesMarkus Friedl
2002-11-21debug->debug2Markus Friedl
2002-11-18don't overwrite SIG{INT,QUIT,TERM} handler if set to SIG_IGN;Markus Friedl
2002-11-15lseek(2) may return -1 when getting the public/private key lenght.Federico G. Schwindt
2002-11-07check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.deMarkus Friedl
2002-11-07we cannot use HostbasedAuthentication for enabling ssh-keysign(8),Markus Friedl
2002-11-07log to stderr if -ie is given, bug #414, prj@po.cwru.eduMarkus Friedl
2002-11-05typo; GaryF@livevault.comMarkus Friedl
2002-11-05handle overflows for size_t larger than u_int; siw@goneko.de, bug #425Markus Friedl
2002-11-04log before send disconnect; ok djm@Markus Friedl
2002-11-04don't compare against pw_home if realpath fails for pw_home (seen on AFS); ok...Markus Friedl
2002-10-23%u for u_intMarkus Friedl
2002-10-23use %u for u_intMarkus Friedl
2002-10-1664bit pedant. %llu is "unsigned long long". markus okJun-ichiro itojun Hagino
2002-10-16scp doesn't need misc.c. markus okJun-ichiro itojun Hagino
2002-10-01allow root to access the agent, since there is no protection from root.Markus Friedl
2002-10-01OpenSSH 3.5Markus Friedl
2002-09-27clarify compression level protocol 1 only; ok markus@ deraadt@Kevin Steves
2002-09-27add a generic match for a prober, such as sie big brother; idea from stevesk@...Michael Shalayeff
2002-09-26krb4 + privsep; ok dugsong@, deraadt@Markus Friedl
2002-09-25typo; pilot@monkey.orgMarkus Friedl
2002-09-25sync LoginGraceTime with defaultMarkus Friedl
2002-09-24tweak the example $HOME/.ssh/rc script to not show on any cmdline theTodd T. Fries
2002-09-24only call kerberos code for authctxt->validMarkus Friedl
2002-09-23only call auth_krb5 if kerberos is enabled; ok deraadt@Markus Friedl
2002-09-23change get_peer_ipaddr() and get_local_ipaddr() to not return NULL forKevin Steves
2002-09-20log illegal user here for missing privsep case (ssh2).Kevin Steves
2002-09-19log IP address also; ok markus@Kevin Steves
2002-09-19typo; cd@kalkatraz.deMarkus Friedl
2002-09-19relegate some verbose() to debug(); ok markus@Kevin Steves
2002-09-19bugzilla.mindrot.org #223 - ProxyCommands don't exit.Damien Miller
2002-09-17don't quit while creating X11 listening socket.Jun-ichiro itojun Hagino
2002-09-16reference moduli(5) in FILES /etc/moduli.Kevin Steves