summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2003-04-07typo: get correct counters; introduced during rekeying change.Markus Friedl
2003-04-03remove $OpenBSD$, as other *.c does not have it.Jun-ichiro itojun Hagino
2003-04-03$OpenBSD$Jun-ichiro itojun Hagino
2003-04-02potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526Markus Friedl
2003-04-02reapply rekeying chage, tested by henning@, ok djm@Markus Friedl
2003-04-013.6.1Markus Friedl
2003-04-01bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; tested b...Markus Friedl
2003-04-01backout rekeying changes (for 3.6.1)Markus Friedl
2003-04-01rekeying bugfixes and automatic rekeying:Markus Friedl
2003-03-28- killed whitespaceJason McIntyre
2003-03-26one last fix to the tree: race fix broke stuff; pr 3169; srp@srparish.net,Theo de Raadt
2003-03-23unbreak rekeying for privsep; ok millert@Markus Friedl
2003-03-17enter 3.6Markus Friedl
2003-03-17don't print \n if backgrounded; from ho@Markus Friedl
2003-03-13ssh-agent is similar to ssh-keysign (allows other processes to useMarkus Friedl
2003-03-13move RSA_blinding_on to generic key load methodMarkus Friedl
2003-03-05fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@Markus Friedl
2003-02-21...sizeof(&adat.session) is not good here.Mike Pechkin
2003-02-21print sshd_config filename in debug2 mode.Markus Friedl
2003-02-21move server only kex and monitor code to sshd.Markus Friedl
2003-02-16fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@Markus Friedl
2003-02-16split kex into client and server code, no need to linkMarkus Friedl
2003-02-12replace crc32.c with a BSD licensed version; noted by David TurnerMarkus Friedl
2003-02-12merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@Markus Friedl
2003-02-10xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490Markus Friedl
2003-02-06undo broken fix for #387, fixes #486Markus Friedl
2003-02-06fix races in rename/symlink; from Tony Finch; ok djm@Markus Friedl
2003-02-06support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@Markus Friedl
2003-02-06missing call to setproctitle() after authentication; ok provos@Markus Friedl
2003-02-05simplify ProxyCommand parsing, remove strcat/xrealloc; ok henning@, djm@Markus Friedl
2003-02-04skey/bsdauth: use 0 to indicate failure instead of -1, becauseMarkus Friedl
2003-02-04better debug3 messageMarkus Friedl
2003-02-03don't call error() for readonly /dev; from soekris list; ok mcbride,Markus Friedl
2003-02-02add support for key exchange guesses; based on work byMarkus Friedl
2003-02-02call okname() only when using system(3) for remote-remote copy;Markus Friedl
2003-01-31typos;Jason McIntyre
2003-01-28remove example not pertinent with -1 addition; ok markus@Kevin Steves
2003-01-28document -l; pekkas@netcore.fiMarkus Friedl
2003-01-27more specific error message when /var/empty has wrong permissions;Markus Friedl
2003-01-23scp -12; Sam Smith and others; ok provos@, deraadt@Markus Friedl
2003-01-23bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@Markus Friedl
2003-01-23ssh-add -c, prompt user for confirmation (using ssh-askpass) whenMarkus Friedl
2003-01-23typos;Jason McIntyre
2003-01-23Don't log TIS auth response; "get rid of it" - markus@Damien Miller
2003-01-21Add a -t life option to ssh-agent that set the default lifetime.Marco S Hyman
2003-01-16explicitly use first glob resultDamien Miller
2003-01-14Don't try to upload or download non-regular files. Report fromDamien Miller
2003-01-13make cmds[] array static to avoid conflict with BSDI libc.Damien Miller
2003-01-12move progressmeter.c to libssh; ok djm/fgs@Markus Friedl
2003-01-12allow WARNINGS=yes; ok djm@Markus Friedl