Age | Commit message (Collapse) | Author |
|
[auth1.c auth2.c]
undo broken fix for #387, fixes #486
|
|
[sftp-server.c]
fix races in rename/symlink; from Tony Finch; ok djm@
|
|
[ssh.c ssh_config.5]
support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@
|
|
[session.c]
missing call to setproctitle() after authentication; ok provos@
|
|
[readconf.c]
simplify ProxyCommand parsing, remove strcat/xrealloc; ok henning@, djm@
|
|
[monitor.c monitor_wrap.c]
skey/bsdauth: use 0 to indicate failure instead of -1, because
the buffer API only supports unsigned ints.
|
|
[key.c]
better debug3 message
|
|
[sshpty.c]
don't call error() for readonly /dev; from soekris list; ok mcbride,
henning, deraadt.
|
|
[kex.c]
add support for key exchange guesses; based on work by
avraham.fraenkel@commatch.com; fixes bug #148; ok deraadt@
|
|
[scp.c]
call okname() only when using system(3) for remote-remote copy;
fixes bugs #483, #472; ok deraadt@, mouring@
|
|
[sshd.8]
typos; sshd(8): help and ok markus@
help and ok millert@
|
|
[scp.1]
remove example not pertinent with -1 addition; ok markus@
|
|
[scp.1]
document -l; pekkas@netcore.fi
|
|
- markus@cvs.openbsd.org 2003/01/27 17:06:31
[sshd.c]
more specific error message when /var/empty has wrong permissions;
bug #46, map@appgate.com; ok henning@, provos@, stevesk@
|
|
- Retry kb and mouse grab a couple of times, so passphrase dialog doesn't
immediately fail if you are doing something else when it appears (e.g.
dragging a window)
- Perform server grab after we have the keyboard and/or pointer to avoid
races.
|
|
|
|
string service name. Suggested by markus@, review by itojun@
|
|
dtucker@zip.com.au
|
|
|
|
and openssh-unix-dev@thewrittenword.com
|
|
cray. Also removed test for tcgetpgrp in configure.ac since it
is no longer used.
|
|
|
|
[scp.1 scp.c]
scp -12; Sam Smith and others; ok provos@, deraadt@
|
|
[scp.c]
bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@
|
|
[authfd.c authfd.h readpass.c ssh-add.1 ssh-add.c ssh-agent.c]
ssh-add -c, prompt user for confirmation (using ssh-askpass) when
private agent key is used; with djm@; test by dugsong@, djm@;
ok deraadt@
|
|
- jmc@cvs.openbsd.org 2003/01/23 08:58:47
[sshd_config.5]
typos; ok millert@
|
|
- djm@cvs.openbsd.org 2003/01/23 00:03:00
[auth1.c]
Don't log TIS auth response; "get rid of it" - markus@
|
|
|
|
|
|
- marc@cvs.openbsd.org 2003/01/21 18:14:36
[ssh-agent.1 ssh-agent.c]
Add a -t life option to ssh-agent that set the default lifetime.
The default can still be overriden by using -t in ssh-add.
OK markus@
|
|
using cc. (gcc already did)
|
|
|
|
|
|
|
|
From d_wllms@lanl.gov
|
|
- (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2003/01/16 03:41:55
[sftp-int.c]
explicitly use first glob result
|
|
[sftp-client.c sftp-int.c]
Don't try to upload or download non-regular files. Report from
apoloval@pantuflo.escet.urjc.es; ok markus@
|
|
|
|
[sftp-int.c]
make cmds[] array static to avoid conflict with BSDI libc.
|
|
[progressmeter.c]
allow WARNINGS=yes; ok djm@
|
|
[log.c]
set fatal_cleanups to NULL in fatal_remove_all_cleanups();
dtucker@zip.com.au
|
|
- fgsch@cvs.openbsd.org 2003/01/10 23:23:24
[sftp-int.c]
typo; from Nils Nordman <nino at nforced dot com>.
|
|
installed binaries. From mdev@idg.nl
|
|
detection to configure.ac. Prompted by stevesk@
|
|
[scp.c sftp.1 sftp.c sftp-client.c sftp-int.c progressmeter.c]
[progressmeter.h]
sftp progress meter support.
original diffs by Nils Nordman <nino at nforced dot com> via
markus@, merged to -current by me, djm@ ok.
|
|
[channels.c]
hush socket() errors, except last. Fixes mindrot bug #408; ok markus@
|
|
[scp.c]
Don't ftruncate after write error, creating sparse files of
incorrect length
mindrot bug #403, reported by rusr@cup.hp.com; ok markus@
|
|
[sftp-client.c]
Simplify and avoid redundancy in packet send and receive
functions; ok fgs@
|
|
[scp.c sftp.1 sftp.c sftp-client.c sftp-int.c]
sftp progress meter support.
original diffs by Nils Nordman <nino at nforced dot com> via
markus@, merged to -current by me, djm@ ok.
|
|
- djm@cvs.openbsd.org 2003/01/08 23:53:26
[sftp.1 sftp.c sftp-int.c sftp-int.h]
Cleanup error handling for batchmode
Allow blank lines and comments in input
Ability to suppress abort on error in batchmode ("-put blah")
Fixes mindrot bug #452; markus@ ok
|