Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-04 | - markus@cvs.openbsd.org 2001/06/26 05:07:43 | Ben Lindstrom | |
[ssh-agent.c] update usage | |||
2001-07-04 | - markus@cvs.openbsd.org 2001/06/26 04:59:59 | Ben Lindstrom | |
[authfd.c authfd.h ssh-add.c] initial support for smartcards in the agent | |||
2001-07-04 | - markus@cvs.openbsd.org 2001/06/26 04:07:06 | Ben Lindstrom | |
[ssh-agent.1 ssh-agent.c] add debug flag | |||
2001-07-04 | - markus@cvs.openbsd.org 2001/06/26 02:47:07 | Ben Lindstrom | |
[ssh-keygen.c] allow loading a private RSA key to a cyberflex card. | |||
2001-07-04 | - stevesk@cvs.openbsd.org 2001/06/25 20:26:37 | Ben Lindstrom | |
[auth2.c sshconnect2.c] prototype cleanup; ok markus@ | |||
2001-07-04 | - provos@cvs.openbsd.org 2001/06/25 17:54:47 | Ben Lindstrom | |
[auth.c auth.h auth-rsa.c] terminate secure_filename checking after checking homedir. that way it works on AFS. okay markus@ | |||
2001-07-04 | - markus@cvs.openbsd.org 2001/06/25 17:18:27 | Ben Lindstrom | |
[ssh-keygen.1] sshd(8) will never read the private keys, but ssh(1) does; hugh@mimosa.com | |||
2001-07-04 | - markus@cvs.openbsd.org 2001/06/25 08:25:41 | Ben Lindstrom | |
[channels.c channels.h cipher.c clientloop.c compat.c compat.h hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h] update copyright for 2001 | |||
2001-06-29 | - (stevesk) remove cli.[ch] | Kevin Steves | |
2001-06-29 | - (stevesk) session.c: use u_int for envsize | Kevin Steves | |
2001-06-29 | - (stevesk) remove _REENTRANT #define | Kevin Steves | |
2001-06-29 | - (bal) Updated zlib's home. Thanks to David Howe <DaveHowe@gmx.co.uk>. | Ben Lindstrom | |
2001-06-29 | - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c. | Ben Lindstrom | |
2001-06-29 | - (bal) Removed net_aton() since we don't use it any more | Ben Lindstrom | |
2001-06-28 | You know I really should wake up. <sigh> Stop those 3 files from files from | Ben Lindstrom | |
being compiled since we removed them. =) | |||
2001-06-28 | - (bal) Remove getusershell() since it's no longer use | Ben Lindstrom | |
2001-06-28 | - (bal) Removed strtok_r and inet_ntop since they are no longer used. | Ben Lindstrom | |
2001-06-28 | - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my | Damien Miller | |
broken makefile | |||
2001-06-28 | 20010628 | Damien Miller | |
- (djm) Sync openbsd-compat with -current libc | |||
2001-06-28 | - (stevesk) use X/Open socket interface for HP-UX 10.X also | Kevin Steves | |
2001-06-28 | - (stevesk) fix x11 forwarding from _PATH_XAUTH change | Kevin Steves | |
2001-06-27 | - (stevesk) for HP-UX 11.X use X/Open socket interface; | Kevin Steves | |
pulls in modern socket prototypes and eliminates a number of compiler warnings. see xopen_networking(7). | |||
2001-06-27 | - (djm) Fix a few warnings the above turned up | Damien Miller | |
2001-06-27 | - (djm) Turn up warnings if gcc or egcs detected | Damien Miller | |
2001-06-27 | - (djm) Sync with -current openbsd-compat/readpassphrase.c: | Damien Miller | |
- djm@cvs.openbsd.org 2001/06/27 13:23:30 typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@ | |||
2001-06-27 | - (djm) Oops, forgot make logic for primes=>moduli. Also try to rename | Damien Miller | |
existing primes->moduli if it exists. | |||
2001-06-27 | - (djm) Rename sysconfdir/primes => sysconfdir/moduli | Damien Miller | |
2001-06-27 | - (djm) Remove redundant and incorrect test for max auth attempts in | Damien Miller | |
PAM kbdint code. Based on fix from Matthew Melvin <matthewm@webcentral.com.au> | |||
2001-06-27 | - (djm) Reintroduce pam_session call for non-pty sessions. | Damien Miller | |
2001-06-25 | - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and | Damien Miller | |
Solaris | |||
2001-06-25 | -Wall | Damien Miller | |
2001-06-25 | - markus@cvs.openbsd.org 2001/06/24 17:18:31 | Ben Lindstrom | |
[ttymodes.c] passing modes works fine: debug2->3 | |||
2001-06-25 | - markus@cvs.openbsd.org 2001/06/24 05:47:13 | Ben Lindstrom | |
[sshconnect2.c] oops, missing format string | |||
2001-06-25 | - markus@cvs.openbsd.org 2001/06/24 05:35:33 | Ben Lindstrom | |
[readpass.c readpass.h ssh-add.c sshconnect2.c ssh-keygen.c] switch to readpassphrase(3) 2.7/8-stable needs readpassphrase.[ch] from libc | |||
2001-06-25 | - markus@cvs.openbsd.org 2001/06/24 05:25:10 | Ben Lindstrom | |
[auth-options.c match.c match.h] move ip+hostname check to match.c | |||
2001-06-25 | - markus@cvs.openbsd.org 2001/06/23 22:37:46 | Ben Lindstrom | |
[sshconnect1.c] consistent with ssh2: skip key if empty passphrase is entered, retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@ | |||
2001-06-25 | - markus@cvs.openbsd.org 2001/06/23 19:12:43 | Ben Lindstrom | |
[sshd.c] pidfile/sigterm race; bbraun@synack.net | |||
2001-06-25 | - itojun@cvs.openbsd.org 2001/06/23 17:48:18 | Ben Lindstrom | |
[sftp.1 ssh.1 sshd.8 ssh-keyscan.1] kill whitespace at EOL. | |||
2001-06-25 | - markus@cvs.openbsd.org 2001/06/23 17:05:22 | Ben Lindstrom | |
[ssh-keygen.c] fix import for (broken?) ssh.com/f-secure private keys (i tested > 1000 RSA keys) | |||
2001-06-25 | - itojun@cvs.openbsd.org 2001/06/23 15:12:20 | Ben Lindstrom | |
[auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c canohost.c channels.c cipher.c clientloop.c deattack.c dh.c hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c readpass.c scp.c servconf.c serverloop.c session.c sftp.c sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c ssh-keygen.c ssh-keyscan.c] more strict prototypes. raise warning level in Makefile.inc. markus ok'ed TODO; cleanup headers | |||
2001-06-25 | - markus@cvs.openbsd.org 2001/06/23 06:41:10 | Ben Lindstrom | |
[ssh-keygen.c] try to decode ssh-3.0.0 private rsa keys (allow migration to openssh, not vice versa), #910 | |||
2001-06-25 | - deraadt@cvs.openbsd.org 2001/06/23 05:57:09 | Ben Lindstrom | |
[sftp.1 sftp-server.8 ssh-keygen.1] ok, tmac is now fixed | |||
2001-06-25 | - markus@cvs.openbsd.org 2001/06/23 05:26:02 | Ben Lindstrom | |
[key.c] handle sigature of size 0 (some broken clients send this). | |||
2001-06-25 | - markus@cvs.openbsd.org 2001/06/23 03:04:42 | Ben Lindstrom | |
[auth2.c auth-rh-rsa.c] restore correct ignore_user_known_hosts logic. | |||
2001-06-25 | - markus@cvs.openbsd.org 2001/06/23 03:03:59 | Ben Lindstrom | |
[sshd.8] draft-ietf-secsh-dh-group-exchange-01.txt | |||
2001-06-25 | - markus@cvs.openbsd.org 2001/06/23 02:34:33 | Ben Lindstrom | |
[kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1 sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8] get rid of known_hosts2, use it for hostkey lookup, but do not modify. | |||
2001-06-25 | - deraadt@cvs.openbsd.org 2001/06/23 02:33:05 | Ben Lindstrom | |
[sftp.1 sftp-server.8 ssh-keygen.1] join .%A entries; most by bk@rt.fm | |||
2001-06-25 | - markus@cvs.openbsd.org 2001/06/23 00:20:57 | Ben Lindstrom | |
[auth2.c auth.c auth.h auth-rh-rsa.c] *known_hosts2 is obsolete for hostbased authentication and only used for backward compat. merge ssh1/2 hostkey check and move it to auth.c | |||
2001-06-25 | - deraadt@cvs.openbsd.org 2001/06/23 00:16:16 | Ben Lindstrom | |
[scp.c] slightly better care | |||
2001-06-25 | - markus@cvs.openbsd.org 2001/06/22 23:35:21 | Ben Lindstrom | |
[ssh.c] don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@ |