Age | Commit message (Collapse) | Author |
|
|
|
[auth-krb4.c]
...sizeof(&adat.session) is not good here.
henning@, deraadt@, millert@
|
|
[servconf.c]
print sshd_config filename in debug2 mode.
|
|
[monitor.c monitor_wrap.c]
fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@
|
|
[kex.c kexdh.c kexgex.c kex.h sshconnect2.c sshd.c ssh-keyscan.c]
split kex into client and server code, no need to link
server code into the client; ok provos@
|
|
[crc32.c crc32.h]
replace crc32.c with a BSD licensed version; noted by David Turner
|
|
[key.c key.h ssh-dss.c ssh-rsa.c]
merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
|
|
[ssh-add.1]
xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490
|
|
[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
|