summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
2000-08-04MaxStartupsMarkus Friedl
2000-08-04unusedMarkus Friedl
2000-08-02disallow kerberos authentication if we can't verify the TGT; fromNiels Provos
dugsong@ kerberos authentication is on by default only if you have a srvtab.
2000-08-02disable kerberos authentication by defaultNiels Provos
2000-08-02correct sun_len; Alexander@Leidinger.netTheo de Raadt
2000-08-01rename aux.c to util.c to help with cygwin portNiels Provos
2000-08-01many fixes from pepper@mail.reppep.comTheo de Raadt
2000-07-26typoTheo de Raadt
2000-07-22random early drop; ok theo, nielsMarkus Friedl
2000-07-20document input and output filesMarkus Friedl
2000-07-20missing free, reorderMarkus Friedl
2000-07-18Another closing of stdin; ok deraadtDamien Miller
2000-07-16make ssh-add accept dsa keys (the agent does not)Markus Friedl
2000-07-15Always create ~/.ssh with mode 700; ok MarkusDamien Miller
2000-07-14 allow leading whitespace. ok nielsMarkus Friedl
2000-07-13close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>Niels Provos
2000-07-13typo; todd@fries.netNiels Provos
2000-07-13allow multiple whitespace but only one '=' between tokens, bug report fromNiels Provos
Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
2000-07-11disable FallBackToRsh by defaultTheo de Raadt
2000-07-11make MaxStartups code still work with -d; djmTheo de Raadt
2000-07-10strtok() --> strsep(). (niels@ ok)Hakan Olsson
2000-07-10Get the correct message on errors. (niels@ ok)Hakan Olsson
2000-07-09Better conditions for strsep() ending.Hakan Olsson
2000-07-09KNFTheo de Raadt
2000-07-08replace strtok with strsep; from David Young <dyoung@onthejob.net>Niels Provos
2000-07-07sense of port forwarding flag test was backwardsTheo de Raadt
2000-07-07clean code is good codeTodd T. Fries
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
spit out a warning.
2000-07-05typoNiels Provos
2000-07-05use no_x11_forwarding_flag correctly; provos okTheo de Raadt
2000-06-29no longer needed; good riddance for static archsTodd T. Fries
2000-06-26MaxStartups: limit number of unauthenticated connections, work by theo and meMarkus Friedl
2000-06-26cleanup, less cut&pasteMarkus Friedl
2000-06-25correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>Niels Provos
2000-06-22Missing CVS idents; ok markusDamien Miller
2000-06-22missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MILMarkus Friedl
2000-06-21missing free; nuke old commentMarkus Friedl
2000-06-20OpenBSD tagMarkus Friedl
2000-06-19cleanup fingerprinting, less hardcoded sizesMarkus Friedl
2000-06-19mem leak + be more paranoid in dsa_verify.Markus Friedl
2000-06-19make userauth+pubkey interop with ssh.com-2.2.0Markus Friedl
2000-06-18do not mess with tty's. makes EDITOR=ed cvs commit work over ssh2Markus Friedl
2000-06-18typoMarkus Friedl
2000-06-18split auth-rsa option parsing into auth-optionsMarkus Friedl
add options support to authorized_keys2
2000-06-18typoMarkus Friedl
2000-06-18initial support for ssh.com's 2.2.0Markus Friedl
2000-06-18implement bug compatibility with ssh-2.0.13 pubkey, server sideMarkus Friedl
2000-06-18include = in WHITESPACE; markus okTheo de Raadt
2000-06-17add support for ssh v2 subsystems. ok markus@.Jakob Schlyter
2000-06-17missing atomicio, typoMarkus Friedl