Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-16 | explicitly use first glob result | Damien Miller | |
2003-01-14 | Don't try to upload or download non-regular files. Report from | Damien Miller | |
apoloval@pantuflo.escet.urjc.es; ok markus@ | |||
2003-01-13 | make cmds[] array static to avoid conflict with BSDI libc. | Damien Miller | |
mindrot bug #466. Fix from mdev@idg.nl; ok markus@ | |||
2003-01-12 | move progressmeter.c to libssh; ok djm/fgs@ | Markus Friedl | |
2003-01-12 | allow WARNINGS=yes; ok djm@ | Markus Friedl | |
2003-01-11 | set fatal_cleanups to NULL in fatal_remove_all_cleanups(); dtucker@zip.com.au | Markus Friedl | |
2003-01-10 | typo; from Nils Nordman <nino at nforced dot com>. | Federico G. Schwindt | |
2003-01-10 | hush socket() errors, except last. Fixes mindrot bug #408; ok markus@ | Damien Miller | |
2003-01-10 | Don't ftruncate after write error, creating sparse files of incorrect length | Damien Miller | |
mindrot bug #403, reported by rusr@cup.hp.com; ok markus@ | |||
2003-01-10 | Simplify and avoid redundancy in packet send and receive function; ok fgs@ | Damien Miller | |
2003-01-10 | sftp 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-08 | Cleanup error handling for batchmode | Damien 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-07 | add version; from Nils Nordman <nino at nforced dot com> via markus@. | Federico G. Schwindt | |
markus@ ok | |||
2003-01-06 | Fix "get -p" download to not add user-write perm. mindrot bug #426 reported | Damien Miller | |
by gfernandez@livevault.com; ok markus@ | |||
2003-01-01 | move big output buffer messages to debug2 | Markus Friedl | |
2002-12-19 | s/msg_send/ssh_msg_send/ to avoid namespace clashes in portable; ok markus@ | Damien Miller | |
2002-12-13 | 1) include stalling time in total time | Markus 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-13 | cleanup debug messages, more useful information for the client user. | Markus Friedl | |
2002-12-10 | static | Markus Friedl | |
2002-12-10 | move tos handling to packet_set_tos; ok provos/henning/deraadt | Markus Friedl | |
2002-12-10 | Make sure $SHELL points to the shell from the password file, even if shell | Markus Friedl | |
is overridden from login.conf; bug#453; semen at online.sinor.ru; ok millert@ | |||
2002-12-09 | Avoid setting optind to 0 as GNU getopt treats that like we do optreset. | Todd C. Miller | |
markus@ OK | |||
2002-12-06 | Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@ | Damien Miller | |
2002-12-05 | use roundup() similar to rcp/util.c and avoid problems with strange | Markus Friedl | |
filesystem block sizes, noted by tjr@freebsd.org; ok djm@ | |||
2002-12-04 | remove xauth entries before add; PR 2994 from janjaap@stack.nl. | Kevin Steves | |
ok markus@ | |||
2002-11-27 | allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp; | Markus Friedl | |
http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@ | |||
2002-11-26 | KNF, comment and error message repair; ok markus@ | Kevin Steves | |
2002-11-26 | remove outdated statement; ok markus@ deraadt@ | Kevin Steves | |
2002-11-26 | Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default. | Wilbern Cobb | |
ok markus@ | |||
2002-11-24 | typo: "the the" | Kevin Steves | |
2002-11-21 | debug->debug2 | Markus Friedl | |
2002-11-21 | KNF | Theo de Raadt | |
2002-11-21 | debug->debug2, unify debug messages | Markus Friedl | |
2002-11-21 | debug->debug2 | Markus Friedl | |
2002-11-18 | don't overwrite SIG{INT,QUIT,TERM} handler if set to SIG_IGN; | Markus Friedl | |
e.g. if ssh is used for backup; report Joerg Schilling; ok millert@ | |||
2002-11-15 | lseek(2) may return -1 when getting the public/private key lenght. | Federico G. Schwindt | |
Simplify the code and check for errors using fstat(2). Problem reported by Mauricio Sanchez, markus@ ok. | |||
2002-11-07 | check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.de | Markus Friedl | |
2002-11-07 | we cannot use HostbasedAuthentication for enabling ssh-keysign(8), | Markus Friedl | |
because HostbasedAuthentication might be enabled based on the target host and ssh-keysign(8) does not know the remote hostname and not trust ssh(1) about the hostname, so we add a new option EnableSSHKeysign; ok djm@, report from zierke@informatik.uni-hamburg.de | |||
2002-11-07 | log to stderr if -ie is given, bug #414, prj@po.cwru.edu | Markus Friedl | |
2002-11-05 | typo; GaryF@livevault.com | Markus Friedl | |
2002-11-05 | handle overflows for size_t larger than u_int; siw@goneko.de, bug #425 | Markus Friedl | |
2002-11-04 | log before send disconnect; ok djm@ | Markus Friedl | |
2002-11-04 | don't compare against pw_home if realpath fails for pw_home (seen on AFS); ↵ | Markus Friedl | |
ok djm@ | |||
2002-10-23 | %u for u_int | Markus Friedl | |
2002-10-23 | use %u for u_int | Markus Friedl | |
2002-10-16 | 64bit pedant. %llu is "unsigned long long". markus ok | Jun-ichiro itojun Hagino | |
2002-10-16 | scp doesn't need misc.c. markus ok | Jun-ichiro itojun Hagino | |
2002-10-01 | allow root to access the agent, since there is no protection from root. | Markus Friedl | |
2002-10-01 | OpenSSH 3.5 | Markus Friedl | |
2002-09-27 | clarify compression level protocol 1 only; ok markus@ deraadt@ | Kevin Steves | |