summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2002-06-23some minor KNF and %uTheo de Raadt
2002-06-23minor KNF. things the fingers do while you readTheo de Raadt
2002-06-23u_int stuffTheo de Raadt
2002-06-23bunch of u_int vs int stuffTheo de Raadt
2002-06-23various KNF and %d for unsignedTheo de Raadt
2002-06-23KNFTheo de Raadt
2002-06-22save auth method before monitor_reset_key_state(); bugzilla bug #284;Kevin Steves
2002-06-22don't call setsid() if debugging or run from inetd; no "Operation notKevin Steves
2002-06-22use process ID vs. pid/PID/process identifierKevin Steves
2002-06-22typoKevin Steves
2002-06-22check /var/empty owner mode; ok provos@Kevin Steves
2002-06-22add /var/empty in FILES sectionKevin Steves
2002-06-22typoChristian Weisgerber
2002-06-22section 5 not 4 for ssh_configKevin Steves
2002-06-22correct commentKevin Steves
2002-06-21OpenSSH_3.3Markus Friedl
2002-06-21Don't initialise compression buffers when compression=no in sshd_config;Damien Miller
2002-06-20add CompressionMarkus Friedl
2002-06-20allow Compression=yes/no in sshd_configMarkus Friedl
2002-06-20typoKevin Steves
2002-06-20refer to config file man pageKevin Steves
2002-06-20ssh_config(5)Kevin Steves
2002-06-20move configuration file options from ssh.1/sshd.8 toKevin Steves
2002-06-19make the monitor sync the transfer ssh1 session key;Markus Friedl
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-17make usage like man pageTheo de Raadt
2002-06-16use TAILQ_xx macro. from lukem@netbsd. markus okJun-ichiro itojun Hagino
2002-06-15remove the CONSTRAIN_IDENTITY messages and introduce a newMarkus Friedl
2002-06-15fix stupid typoMarkus Friedl
2002-06-15break agent key lifetime protocol and allow other contraints for key usage.Markus Friedl
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-12ssh_connect returns 0 on successMarkus Friedl
2002-06-11remove unused cruft.Markus Friedl
2002-06-11Make sure kerberosV/kafs.h is picked up if kerberosIV/kafs.h is not removed.Hans Insulander
2002-06-11use "ntop" only after initializedJun-ichiro itojun Hagino
2002-06-11pid_t cleanup. Markus need this now to keep hacking.Mike Pechkin
2002-06-11no longer use uidswap.[ch] from the ssh clientMarkus Friedl
2002-06-10move creation of agent socket to session.c; no need for uidswappingMarkus Friedl
2002-06-10update defaults for RhostsRSAAuthentication and RhostsAuthenticationKevin Steves
2002-06-10change RhostsRSAAuthentication and RhostsAuthentication default to noKevin Steves
2002-06-10use convtime() to parse and validate key lifetime. can nowKevin Steves
2002-06-10merge in stuff from my man page; ok markus@Kevin Steves
2002-06-10display minimum RSA modulus in error(); ok markus@Kevin Steves
2002-06-09pass salen to sockaddr_ntop so that we are happy on linux/solarisJun-ichiro itojun Hagino
2002-06-09update for no setuid root and ssh-keysign; ok deraadt@Kevin Steves
2002-06-09use tab not spaces (|unexpand)Markus Friedl
2002-06-09abort() - > fatal()Markus Friedl
2002-06-08always use getnameinfo. (diag message only)Jun-ichiro itojun Hagino
2002-06-08silently ignore deprecated options, since FallBackToRsh might be passedMarkus Friedl
2002-06-08remove FallBackToRshMarkus Friedl