summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2003-01-11set fatal_cleanups to NULL in fatal_remove_all_cleanups(); dtucker@zip.com.auMarkus Friedl
2003-01-10typo; from Nils Nordman <nino at nforced dot com>.Federico G. Schwindt
2003-01-10hush socket() errors, except last. Fixes mindrot bug #408; ok markus@Damien Miller
2003-01-10Don't ftruncate after write error, creating sparse files of incorrect lengthDamien Miller
2003-01-10Simplify and avoid redundancy in packet send and receive function; ok fgs@Damien Miller
2003-01-10sftp progress meter support.Federico G. Schwindt
2003-01-08Cleanup error handling for batchmodeDamien Miller
2003-01-07add version; from Nils Nordman <nino at nforced dot com> via markus@.Federico G. Schwindt
2003-01-06Fix "get -p" download to not add user-write perm. mindrot bug #426 reportedDamien Miller
2003-01-01move big output buffer messages to debug2Markus Friedl
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