2594de81d301188108c1accbd4f937a86d70db1c
7
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
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 |
||
|
|
e4340be5b3 |
- (djm) Merge OpenBSD changes:
- [email protected] 2000/09/05 02:59:57 [session.c] print hostname (not hushlogin) - [email protected] 2000/09/05 13:18:48 [authfile.c ssh-add.c] enable ssh-add -d for DSA keys - [email protected] 2000/09/05 13:20:49 [sftp-server.c] cleanup - [email protected] 2000/09/06 03:46:41 [authfile.h] prototype - [email protected] 2000/09/07 14:27:56 [ALL] cleanup copyright notices on all files. I have attempted to be accurate with the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. - [email protected] 2000/09/07 14:40:30 [channels.c channels.h clientloop.c serverloop.c ssh.c] cleanup window and packet sizes for ssh2 flow control; ok niels - [email protected] 2000/09/07 14:53:00 [scp.c] typo - [email protected] 2000/09/07 15:13:37 [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c] [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h] [pty.c readconf.c] some more Copyright fixes - [email protected] 2000/09/08 03:02:51 [README.openssh2] bye bye - [email protected] 2000/09/11 18:38:33 [LICENCE cipher.c] a few more comments about it being ARC4 not RC4 - [email protected] 2000/09/12 14:53:11 [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c] multiple debug levels - [email protected] 2000/09/14 14:25:15 [clientloop.c] typo - [email protected] 2000/09/15 01:13:51 [ssh-agent.c] check return value for setenv(3) for failure, and deal appropriately |
||
|
|
ad833b3e65 |
- (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
- (djm) OpenBSD CVS updates: - [email protected] 2000/08/18 20:07:23 [ssh.c] accept remsh as a valid name as well; [email protected] - [email protected] 2000/08/18 20:17:13 [deattack.c crc32.c packet.c] rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to libz crc32 function yet, because it has ugly "long"'s in it; [email protected] - [email protected] 2000/08/18 20:26:08 [scp.1 scp.c] -S prog support; [email protected] - [email protected] 2000/08/18 20:50:07 [scp.c] knf - [email protected] 2000/08/18 20:57:33 [log-client.c] shorten - [email protected] 2000/08/19 12:48:11 [channels.c channels.h clientloop.c ssh.c ssh.h] support for ~. in ssh2 - [email protected] 2000/08/19 15:29:40 [crc32.h] proper prototype - [email protected] 2000/08/19 15:34:44 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1] [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile] [fingerprint.c fingerprint.h] add SSH2/DSA support to the agent and some other DSA related cleanups. (note that we cannot talk to ssh.com's ssh2 agents) - [email protected] 2000/08/19 15:55:52 [channels.c channels.h clientloop.c] more ~ support for ssh2 - [email protected] 2000/08/19 16:21:19 [clientloop.c] oops - [email protected] 2000/08/20 12:25:53 [session.c] We have to stash the result of get_remote_name_or_ip() before we close our socket or getpeername() will get EBADF and the process will exit. Only a problem for "UseLogin yes". - [email protected] 2000/08/20 12:30:59 [session.c] Only check /etc/nologin if "UseLogin no" since login(1) may have its own policy on determining who is allowed to login when /etc/nologin is present. Also use the _PATH_NOLOGIN define. - [email protected] 2000/08/20 12:42:43 [auth1.c auth2.c session.c ssh.c] Add calls to setusercontext() and login_get*(). We basically call setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class. - [email protected] 2000/08/21 10:23:31 [session.c] Fix incorrect PATH setting; noted by Markus. |
||
|
|
994cf1426d |
- (djm) OpenBSD CVS updates:
- [email protected] 2000/07/16 02:27:22 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c] [sshconnect1.c sshconnect2.c] make ssh-add accept dsa keys (the agent does not) - [email protected] 2000/07/17 19:25:02 [sshd.c] Another closing of stdin; ok deraadt - [email protected] 2000/07/19 18:33:12 [dsa.c] missing free, reorder - [email protected] 2000/07/20 16:23:14 [ssh-keygen.1] document input and output files |
||
|
|
30c3d42930 |
- OpenBSD CVS update
- [email protected] [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c] [ssh.h sshconnect1.c sshconnect2.c sshd.8] - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) - [email protected] [ssh.1] - zap typo [ssh-keygen.1] - One last nit fix. (markus approved) [sshd.8] - some markus certified spelling adjustments - [email protected] [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c] [sshconnect2.c ] - bug compat w/ ssh-2.0.13 x11, split out bugs [nchan.c] - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@ [ssh-keygen.c] - handle escapes in real and original key format, ok millert@ [version.h] - OpenSSH-2.1 |
||
|
|
e247cc402b |
- Remove references to SSLeay.
- Big OpenBSD CVS update - [email protected] [clientloop.c] - typo [session.c] - update proctitle on pty alloc/dealloc, e.g. w/ windows client [session.c] - update proctitle for proto 1, too [channels.h nchan.c serverloop.c session.c sshd.c] - use c-style comments - [email protected] [scp.c] - more atomicio - [email protected] [channels.c] - set O_NONBLOCK [ssh.1] - update AUTHOR [readconf.c ssh-keygen.c ssh.h] - default DSA key file ~/.ssh/id_dsa [clientloop.c] - typo, rm verbose debug - [email protected] [ssh-keygen.1] - document DSA use of ssh-keygen [sshd.8] - a start at describing what i understand of the DSA side [ssh-keygen.1] - document -X and -x [ssh-keygen.c] - simplify usage - [email protected] [sshd.8] - there is no rhosts_dsa [ssh-keygen.1] - document -y, update -X,-x [nchan.c] - fix close for non-open ssh1 channels [servconf.c servconf.h ssh.h sshd.8 sshd.c ] - s/DsaKey/HostDSAKey/, document option [sshconnect2.c] - respect number_of_password_prompts [channels.c channels.h servconf.c servconf.h session.c sshd.8] - GatewayPorts for sshd, ok deraadt@ [ssh-add.1 ssh-agent.1 ssh.1] - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2 [ssh.1] - more info on proto 2 [sshd.8] - sync AUTHOR w/ ssh.1 [key.c key.h sshconnect.c] - print key type when talking about host keys [packet.c] - clear padding in ssh2 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h] - replace broken uuencode w/ libc b64_ntop [auth2.c] - log failure before sending the reply [key.c radix.c uuencode.c] - remote trailing comments before calling __b64_pton [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1] [sshconnect2.c sshd.8] - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch]) |
||
|
|
eba71bab9b |
- Merge big update to OpenSSH-2.0 from OpenBSD CVS
[README.openssh2]
- interop w/ F-secure windows client
- sync documentation
- ssh_host_dsa_key not ssh_dsa_key
[auth-rsa.c]
- missing fclose
[auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
[readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
[sshd.c uuencode.c uuencode.h authfile.h]
- add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
for trading keys with the real and the original SSH, directly from the
people who invented the SSH protocol.
[auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
[sshconnect1.c sshconnect2.c]
- split auth/sshconnect in one file per protocol version
[sshconnect2.c]
- remove debug
[uuencode.c]
- add trailing =
[version.h]
- OpenSSH-2.0
[ssh-keygen.1 ssh-keygen.c]
- add -R flag: exit code indicates if RSA is alive
[sshd.c]
- remove unused
silent if -Q is specified
[ssh.h]
- host key becomes /etc/ssh_host_dsa_key
[readconf.c servconf.c ]
- ssh/sshd default to proto 1 and 2
[uuencode.c]
- remove debug
[auth2.c ssh-keygen.c sshconnect2.c sshd.c]
- xfree DSA blobs
[auth2.c serverloop.c session.c]
- cleanup logging for sshd/2, respect PasswordAuth no
[sshconnect2.c]
- less debug, respect .ssh/config
[README.openssh2 channels.c channels.h]
- clientloop.c session.c ssh.c
- support for x11-fwding, client+server
|