Damien Miller
2594de81d3
- (djm) Don't rely on atomicio's retval to determine length of askpass
...
supplied passphrase. Problem report from Lutz Jaenicke
<[email protected] >
2000-10-17 23:22:28 +11:00
Damien Miller
ef767acfb7
- (djm) Add -lregex to cywin libs from Corinna Vinschen
...
<[email protected] >
2000-10-17 23:14:08 +11:00
Damien Miller
52dc96b717
- (djm) Make inability to read/write PRNG seedfile non-fatal
2000-10-16 20:13:43 +11:00
Damien Miller
ff649d8880
- (djm) Merge some of Nalin Dahyabhai <[email protected] > changes from the
...
Redhat 7.0 spec file
2000-10-16 13:35:19 +11:00
Damien Miller
2b2cf52471
- Added condrestart to Redhat init script. Patch from Pekka Savola
...
<[email protected] >
- Update version in Redhat spec file
2000-10-16 12:25:17 +11:00
Damien Miller
cd57198b3e
oops - forgot to commit
2000-10-16 12:21:36 +11:00
Damien Miller
50a41ed079
- (djm) Sync with OpenBSD:
...
- [email protected] 2000/10/14 04:01:15
[cipher.c]
debug3
- [email protected] 2000/10/14 04:07:23
[scp.c]
remove spaces from arguments; from [email protected]
- [email protected] 2000/10/14 06:09:46
[ssh.1]
Cipher is for SSH-1 only
- [email protected] 2000/10/14 06:12:09
[servconf.c servconf.h serverloop.c session.c sshd.8]
AllowTcpForwarding; from naddy@
- [email protected] 2000/10/14 06:16:56
[auth2.c compat.c compat.h sshconnect2.c version.h]
OpenSSH_2.3; note that is is not complete, but the version number
needs to be changed for interoperability reasons
- [email protected] 2000/10/14 06:19:45
[auth-rsa.c]
do not send RSA challenge if key is not allowed by key-options; from
[email protected]
- [email protected] 2000/10/15 08:14:01
[rijndael.c session.c]
typos; from [email protected]
- [email protected] 2000/10/15 08:18:31
[rijndael.c]
typo
- Copy manpages back over from OpenBSD - too tedious to wade through diffs
2000-10-16 12:14:42 +11:00
Damien Miller
5993935f76
- (djm) Fix ssh2 hang on background processes at logout.
2000-10-15 12:21:32 +11:00
Ben Lindstrom
b4df15d1e1
- (bal) Add support for realpath and getcwd for platforms with broken
...
or missing realpath implementations for sftp-server.
- (bal) Corrected mistake in INSTALL in regards to GNU rx library
2000-10-15 00:17:36 +00:00
Ben Lindstrom
ca1c2a0bac
Add support for GNU rx library for those lacking regexp support
2000-10-14 21:33:19 +00:00
Kevin Steves
e0f49143d3
- (stevesk) Display correct path to ssh-askpass in configure output.
...
Report from Lutz Jaenicke.
2000-10-14 17:51:48 +00:00
Kevin Steves
c368a3c939
comparing against buf and not hostname; openbsd tree has this
...
problem also.
2000-10-14 16:10:06 +00:00
Kevin Steves
8d3ebb418a
get_last_login_time() called twice.
2000-10-14 15:31:35 +00:00
Kevin Steves
6beac8c5a0
function prototype and definition consistency cleanup.
2000-10-14 15:08:49 +00:00
Kevin Steves
092f2effc5
- (stevesk) ~/.hushlogin shouldn't cause required password change to
...
be bypassed.
2000-10-14 13:36:13 +00:00
Kevin Steves
f16b9d2773
- (stevesk) rijndael.c: cleanup missing declaration warnings.
2000-10-14 10:57:04 +00:00
Kevin Steves
cee23de153
- (stevesk) Include config.h in rijndael.c so we define intXX_t and
...
u_intXX_t types on all platforms.
2000-10-14 10:51:18 +00:00
Damien Miller
e4041c9d81
- (djm) Fix scp user@host handling
...
- (djm) Don't clobber ssh_prng_cmds on install
2000-10-14 17:45:58 +11:00
Damien Miller
874d77bb13
- (djm) Big OpenBSD sync:
...
- [email protected] 2000/09/30 10:27:44
[log.c]
allow loglevel debug
- [email protected] 2000/10/03 11:59:57
[packet.c]
hmac->mac
- [email protected] 2000/10/03 12:03:03
[auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
move fake-auth from auth1.c to individual auth methods, disables s/key in
debug-msg
- [email protected] 2000/10/03 12:16:48
ssh.c
do not resolve canonname, i have no idea why this was added oin ossh
- [email protected] 2000/10/09 15:30:44
ssh-keygen.1 ssh-keygen.c
-X now reads private ssh.com DSA keys, too.
- [email protected] 2000/10/09 15:32:34
auth-options.c
clear options on every call.
- [email protected] 2000/10/09 15:51:00
authfd.c authfd.h
interop with ssh-agent2, from <[email protected] >
- [email protected] 2000/10/10 14:20:45
compat.c
use rexexp for version string matching
- [email protected] 2000/10/10 22:02:18
[kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
First rough implementation of the diffie-hellman group exchange. The
client can ask the server for bigger groups to perform the diffie-hellman
in, thus increasing the attack complexity when using ciphers with longer
keys. University of Windsor provided network, T the company.
- [email protected] 2000/10/11 13:59:52
[auth-rsa.c auth2.c]
clear auth options unless auth sucessfull
- [email protected] 2000/10/11 14:00:27
[auth-options.h]
clear auth options unless auth sucessfull
- [email protected] 2000/10/11 14:03:27
[scp.1 scp.c]
support 'scp -o' with help from [email protected]
- [email protected] 2000/10/11 14:11:35
[dh.c]
Wall
- [email protected] 2000/10/11 14:14:40
[auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
[ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
add support for s/key (kbd-interactive) to ssh2, based on work by
[email protected] and me
- [email protected] 2000/10/11 14:27:24
[auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
[myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
[sshconnect2.c sshd.c]
new cipher framework
- [email protected] 2000/10/11 14:45:21
[cipher.c]
remove DES
- [email protected] 2000/10/12 03:59:20
[cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
enable DES in SSH-1 clients only
- [email protected] 2000/10/12 08:21:13
[kex.h packet.c]
remove unused
- [email protected] 2000/10/13 12:34:46
[sshd.c]
Kludge for F-Secure Macintosh < 1.0.2; [email protected]
- [email protected] 2000/10/13 12:59:15
[cipher.c cipher.h myproposal.h rijndael.c rijndael.h]
rijndael/aes support
- [email protected] 2000/10/13 13:10:54
[sshd.8]
more info about -V
- [email protected] 2000/10/13 13:12:02
[myproposal.h]
prefer no compression
2000-10-14 16:23:11 +11:00
Damien Miller
89d9796fbe
- (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
...
from Martin Johansson <[email protected] >
2000-10-14 12:37:19 +11:00
Damien Miller
15b2952cd8
- (djm) Revert SSH2 serverloop hack, will find a better way.
2000-10-14 12:33:48 +11:00
Damien Miller
60819b44bd
- (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
2000-10-14 11:16:12 +11:00
Kevin Steves
48b7cc0dd7
- (stevesk) Fix detection of pw_class struct member in configure;
...
patch from KAMAHARA Junzo <[email protected] >
2000-10-07 13:24:00 +00:00
Kevin Steves
cccca27890
- (stevesk) Print PAM return value in PAM log messages to aid
...
with debugging.
2000-10-07 11:16:55 +00:00
Damien Miller
e68f92bbf3
- (djm) Add host system and CC to end-of-configure report. Suggested by
...
Lutz Jaenicke <[email protected] >
2000-10-02 21:42:15 +11:00
Damien Miller
05dd7950f9
- (djm) Cygwin fixes from Corinna Vinschen <[email protected] >
2000-10-01 00:42:48 +11:00
Damien Miller
87f43ff889
Forgot to commit changelog from loginrec changes
...
- (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
Problem was caused by interrupted read in ssh-add. Report from Donald
J. Barry <[email protected] >
2000-09-30 21:36:54 +11:00
Damien Miller
f5a81473a9
- (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
...
strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
<[email protected] >
2000-09-30 21:34:44 +11:00
Damien Miller
51155a70e7
- (djm) Add LICENSE to RPM spec files
2000-09-30 14:41:38 +11:00
Damien Miller
7294baaf6a
- (djm) Forgot to cvs add LICENSE file
2000-09-30 14:40:39 +11:00
Damien Miller
b27ef9e17a
- (djm) Add recent InitScripts as a RPM dependancy for openssh-server
...
patch from Pekka Savola <[email protected] >
2000-09-30 14:29:44 +11:00
Damien Miller
29d646935c
forgot this
2000-09-30 14:20:11 +11:00
Damien Miller
d344494346
- (djm) CVS OpenBSD sync:
...
- [email protected] 2000/09/26 13:59:59
[clientloop.c]
use debug2
- [email protected] 2000/09/27 15:41:34
[auth2.c sshconnect2.c]
use key_type()
- [email protected] 2000/09/28 12:03:18
[channels.c]
debug -> debug2 cleanup
2000-09-30 14:20:03 +11:00
Damien Miller
cf3888d396
- (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
...
very short lived X connections. Bug report from Tobias Oetiker
<[email protected] >. Fix from Markus Friedl <[email protected] >
2000-09-30 14:17:52 +11:00
Damien Miller
b88532e389
oops, forgot changelog
2000-09-30 09:53:59 +11:00
Damien Miller
3dfb0dd7fd
- (djm) Support in bsd-snprintf.c for long long conversions from
...
Ben Lindstrom <[email protected] >
- (djm) Cleanup NeXT support from Ben Lindstrom <[email protected] >
2000-09-30 09:49:08 +11:00
Damien Miller
bea034a5bf
oops
2000-09-30 09:43:32 +11:00
Damien Miller
190d5a8f33
- (djm) Irix ssh_prng_cmds path fix from Pekka Savola <[email protected] >
2000-09-30 09:43:19 +11:00
Damien Miller
78315eb6d6
- (djm) Merged big SCO portability patch from Tim Rice
...
<[email protected] >
2000-09-29 23:01:36 +11:00
Damien Miller
cb5e44a440
- (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
...
tidy necessary differences. Use Markus' new debugN() in entropy.c
2000-09-29 12:12:36 +11:00
Damien Miller
280e71bcb6
Forgot the changelog
2000-09-29 10:59:28 +11:00
Damien Miller
e9edd7c3b5
- (djm) Another off-by-one fix from Pavel Kankovsky
...
<[email protected] >
2000-09-29 10:59:14 +11:00
Damien Miller
15e7d4b64c
- (djm) Fix SSH2 not terminating until all background tasks done problem.
2000-09-29 10:57:35 +11:00
Damien Miller
ecf5830e8a
fix fix
2000-09-26 13:13:26 +11:00
Damien Miller
e772b684cc
- (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
...
Report and fix from Pavel Kankovsky <[email protected] >
2000-09-26 13:10:37 +11:00
Damien Miller
b2033a41a1
- (djm) Define _REENTRANT
2000-09-26 12:18:31 +11:00
Damien Miller
96f0c725fc
- (djm) Update X11-askpass to 1.0.2 in RPM spec file
2000-09-26 12:09:48 +11:00
Damien Miller
89d3bd701b
doh
2000-09-24 11:50:49 +11:00
Damien Miller
80ecfe8fb8
- (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
...
<[email protected] >
2000-09-24 11:21:31 +11:00
Damien Miller
72c9a7e958
- (djm) Merged cleanup patch from Mark Miller <[email protected] >
...
- (djm) A bit more cleanup - created cygwin_util.h
2000-09-24 11:10:13 +11:00