summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
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
henning@, deraadt@, millert@
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
server code into the client; ok provos@
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
the buffer API only supports unsigned ints.
2003-02-04better debug3 messageMarkus Friedl
2003-02-03don't call error() for readonly /dev; from soekris list; ok mcbride,Markus Friedl
henning, deraadt.
2003-02-02add support for key exchange guesses; based on work byMarkus Friedl
avraham.fraenkel@commatch.com; fixes bug #148; ok deraadt@
2003-02-02call okname() only when using system(3) for remote-remote copy;Markus Friedl
fixes bugs #483, #472; ok deraadt@, mouring@
2003-01-31typos;Jason McIntyre
eeprom(8): added .Ar to fields, removed references to sun3 sshd(8): help and ok markus@ help and ok millert@
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
bug #46, map@appgate.com; ok henning@, provos@, stevesk@
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
private agent key is used; with djm@; test by dugsong@, djm@; ok deraadt@
2003-01-23typos;Jason McIntyre
ok millert@
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
The default can still be overriden by using -t in ssh-add. OK markus@
2003-01-16explicitly use first glob resultDamien Miller
2003-01-14Don't try to upload or download non-regular files. Report fromDamien Miller
apoloval@pantuflo.escet.urjc.es; ok markus@
2003-01-13make cmds[] array static to avoid conflict with BSDI libc.Damien Miller
mindrot bug #466. Fix from mdev@idg.nl; ok markus@
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
mindrot bug #403, reported by rusr@cup.hp.com; ok markus@
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
original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok.
2003-01-08Cleanup error handling for batchmodeDamien Miller
Allow blank lines and comments in input Ability to suppress abort on error in batchmode ("-put blah") Fixes mindrot bug #452; markus@ ok
2003-01-07add version; from Nils Nordman <nino at nforced dot com> via markus@.Federico G. Schwindt
markus@ ok
2003-01-06Fix "get -p" download to not add user-write perm. mindrot bug #426 reportedDamien Miller
by gfernandez@livevault.com; ok markus@
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
2) truncate filenames to 45 instead of 20 characters 3) print rate instead of progress bar, no more stars 4) scale output to tty width based on a patch from Niels; ok fries@ lebel@ fgs@ millert@
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
is overridden from login.conf; bug#453; semen at online.sinor.ru; ok millert@