summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - (stevesk) OpenBSD CVS updates:Kevin Steves2000-12-217-9/+21
| | | | | | | | | | | | - markus@cvs.openbsd.org 2000/12/19 15:43:45 [authfile.c channels.c sftp-server.c ssh-agent.c] remove() -> unlink() for consistency - markus@cvs.openbsd.org 2000/12/19 15:48:09 [ssh-keyscan.c] replace <ssl/x.h> with <openssl/x.h> - markus@cvs.openbsd.org 2000/12/17 02:33:40 [uidswap.c] typo; from wsanchez@apple.com
* - (djm) Workaround PAM inconsistencies between Solaris derived PAM codeDamien Miller2000-12-207-15/+41
| | | | | and Linux-PAM. Based on report and fix from Andrew Morgan <morgan@transmeta.com>
* - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.Ben Lindstrom2000-12-184-29/+42
| | | | Suggested by Wilfredo Sanchez <wsanchez@apple.com>
* - (stevesk) rsa.c: entropy.h not needed.Kevin Steves2000-12-182-1/+3
|
* - (stevesk) OpenBSD CVS updates:Kevin Steves2000-12-162-5/+12
| | | | | | | | | - markus@cvs.openbsd.org 2000/12/16 02:53:57 [scp.c] allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE - markus@cvs.openbsd.org 2000/12/16 02:39:57 [scp.c] unused; from stevesk@pobox.com
* - (stevesk) Old OpenBSD patch wasn't completely applied:Kevin Steves2000-12-162-1/+5
| | | | | | - markus@cvs.openbsd.org 2000/01/24 22:11:20 [scp.c] allow '.' in usernames; from jedgar@fxp.org
* - provos@cvs.openbsd.org 2000/12/15 10:30:15Kevin Steves2000-12-165-10/+26
| | | | | [kex.c kex.h sshconnect2.c sshd.c] compute diffie-hellman in parallel between server and client. okay markus@
* type cpp commentKevin Steves2000-12-161-1/+1
|
* - deraadt@cvs.openbsd.org 2000/12/11 10:27:33Kevin Steves2000-12-162-23/+25
| | | | | [scp.c] when copying 0-sized files, do not re-print ETA time at completion
* update RCSIDKevin Steves2000-12-151-1/+1
|
* - markus@cvs.openbsd.org 2000/12/12 14:45:21Kevin Steves2000-12-154-21/+26
| | | | | | | | | | | [sshd.c] source port < 1024 is no longer required for rhosts-rsa since it adds no additional security. - markus@cvs.openbsd.org 2000/12/12 16:11:49 [ssh.1 ssh.c] rhosts-rsa is no longer automagically disabled if ssh is not privileged. UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers. these changes should not change the visible default behaviour of the ssh client.
* - (stevesk) OpenBSD CVS updates:Kevin Steves2000-12-154-20/+64
| | | | | | | | | | | | | | | | | | - markus@cvs.openbsd.org 2000/12/13 16:26:53 [ssh-keyscan.c] fatal already adds \n; from stevesk@pobox.com - markus@cvs.openbsd.org 2000/12/13 16:25:44 [ssh-agent.c] remove redundant spaces; from stevesk@pobox.com - ho@cvs.openbsd.org 2000/12/12 15:50:21 [pty.c] When failing to set tty owner and mode on a read-only filesystem, don't abort if the tty already has correct owner and reasonably sane modes. Example; permit 'root' to login to a firewall with read-only root fs. (markus@ ok) - deraadt@cvs.openbsd.org 2000/12/13 06:36:05 [pty.c] KNF
* s@\t\n@\nKevin Steves2000-12-141-1/+1
|
* - (stevesk) OpenSSH CVS update:Kevin Steves2000-12-134-36/+24
| | | | | | - markus@cvs.openbsd.org 2000/12/12 15:30:02 [ssh-keyscan.c ssh.c sshd.c] consistently use __progname; from stevesk@pobox.com
* - (djm) Make sure we reset the SIGPIPE disposition after we fork. ReportDamien Miller2000-12-132-2/+8
| | | | from Andreas M. Kirchwitz <amk@krell.zikzak.de>
* change my e-mail to a portable one.Kevin Steves2000-12-122-2/+2
|
* - (bal) OpenBSD CVS updateBen Lindstrom2000-12-102-26/+35
| | | | | | | - markus@cvs.openbsd.org 2000/12/10 17:01:53 [sshconnect1.c] always request new challenge for skey/tis-auth, fixes interop with other implementations; report from roth@feep.net
* 20001211Ben Lindstrom2000-12-103-0/+8
| | | | | | - (bal) Applied patch to include ssh-keyscan into Redhat's package, and patch to install ssh-keyscan manpage. Patch by Pekka Savola <pekka@netcore.fi>
* Another CVS sync w/ OpenBSDBen Lindstrom2000-12-102-2/+5
| | | | | | - provos@cvs.openbsd.org 2000/12/09 23:51:11 [compat.c] remove unnecessary '\n'
* 20001210Ben Lindstrom2000-12-108-1258/+483
| | | | | | | | | | | | | | | | - (bal) OpenBSD CVS updates - markus@cvs.openbsd.org 2000/12/09 13:41:51 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h] undo rijndael changes - markus@cvs.openbsd.org 2000/12/09 13:48:31 [rijndael.c] fix byte order bug w/o introducing new implementation - markus@cvs.openbsd.org 2000/12/09 14:08:27 [sftp-server.c] "" -> "." for realpath; from vinschen@redhat.com - markus@cvs.openbsd.org 2000/12/09 14:06:54 [ssh-agent.c] extern int optind; from stevesk@sweden.hp.com
* 20001209Ben Lindstrom2000-12-092-2/+8
| | | | | | | - (bal) OpenSSH CVS updates: - djm@cvs.openbsd.org 2000/12/07 4:24:59 [ssh.1] Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
* - markus@cvs.openbsd.org 2000/12/06 23:10:39Ben Lindstrom2000-12-076-538/+1257
| | | | | | | | [rijndael.c] unexpand(1) - markus@cvs.openbsd.org 2000/12/06 23:05:43 [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h] new rijndael implementation. fixes endian bugs
* 20001207Ben Lindstrom2000-12-074-7/+18
| | | | | | | - (bal) OpenSSH CVS updates: - markus@cvs.openbsd.org 2000/12/06 22:58:14 [compat.c compat.h packet.c] disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
* - (stevesk) OpenSSH CVS update:Kevin Steves2000-12-062-3/+6
| | | | | | - markus@cvs.openbsd.org 2000/12/06 19:57:48 [ssh-keyscan.c] err(3) -> internal error(), from stevesk@sweden.hp.com
* - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don'tKevin Steves2000-12-064-1/+497
| | | | have it (used in ssh-keyscan).
* 20001206Ben Lindstrom2000-12-066-14/+67
| | | | | | | | | | - (bal) OpenSSH CVS updates: - markus@cvs.openbsd.org 2000/12/05 20:34:09 [channels.c channels.h clientloop.c serverloop.c] async connects for -R/-L; ok deraadt@ - todd@cvs.openssh.org 2000/12/05 16:47:28 [sshd.c] tweak comment to reflect real location of pid file; ok provos@
* - (stevesk) fix typos in contrib/hpux/READMEKevin Steves2000-12-062-4/+5
|
* 20001205Ben Lindstrom2000-12-054-4/+717
| | | | | | | | | - (bal) OpenSSH CVS updates: - markus@cvs.openbsd.org 2000/12/04 19:24:02 [ssh-keyscan.c ssh-keyscan.1] David Maziere's ssh-keyscan, ok niels@ - (bal) Updated Makefile.in to include ssh-keyscan that was just added to the recent OpenBSD source tree.
* 20001204Ben Lindstrom2000-12-036-25/+68
| | | | | | | | | | | | | | | - (bal) More C functions defined in NeXT that are unaccessable without defining -POSIX. - (bal) OpenBSD CVS updates: - markus@cvs.openbsd.org 2000/12/03 11:29:04 [compat.c] remove fallback to SSH_BUG_HMAC now that the drafts are updated - markus@cvs.openbsd.org 2000/12/03 11:27:55 [compat.c] correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhat - markus@cvs.openbsd.org 2000/12/03 11:15:03 [auth2.c compat.c compat.h sshconnect2.c] support f-secure/ssh.com 2.0.12; ok niels@
* - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enableDamien Miller2000-12-0310-13/+223
| | | | | PAM authentication using KbdInteractive. - (djm) Added another TODO
* 20001203Ben Lindstrom2000-12-029-46/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - (bal) OpenBSD CVS updates: - markus@cvs.openbsd.org 2000/11/30 22:54:31 [channels.c] debug->warn if tried to do -R style fwd w/o client requesting this; ok neils@ - markus@cvs.openbsd.org 2000/11/29 20:39:17 [cipher.c] des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV - markus@cvs.openbsd.org 2000/11/30 18:33:05 [ssh-agent.c] agents must not dump core, ok niels@ - markus@cvs.openbsd.org 2000/11/30 07:04:02 [ssh.1] T is for both protocols - markus@cvs.openbsd.org 2000/12/01 00:00:51 [ssh.1] typo; from green@FreeBSD.org - markus@cvs.openbsd.org 2000/11/30 07:02:35 [ssh.c] check -T before isatty() - provos@cvs.openbsd.org 2000/11/29 13:51:27 [sshconnect.c] show IP address and hostname when new key is encountered. okay markus@ - markus@cvs.openbsd.org 2000/11/30 22:53:35 [sshconnect.c] disable agent/x11/port fwding if hostkey has changed; ok niels@ - marksu@cvs.openbsd.org 2000/11/29 21:11:59 [sshd.c] sshd -D, startup w/o deamon(), for monitoring scripts or inittab; from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
* Added in Linux's select issue to TODO. Which may have to do with theBen Lindstrom2000-12-021-1/+6
| | | | | shell/sshd not sending a -TERM/-HUP to the grandchildren at the right time in the exiting process.
* 20001202Ben Lindstrom2000-12-015-9/+8
| | | | | | | | | - (bal) Backed out of part of Alain St-Denis' loginrec.c patch. - (bal) Irix need some sort of mansubdir, patch by Michael Stone <mstone@cs.loyola.edu> Also removed a finished entry in TODO, and changed my address in the CREDITS file to match my new home address.
* - (djm) Back out all the serverloop.c hacks. sshd will now hang againDamien Miller2000-11-293-26/+7
| | | | if there are background children with open fds.
* - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacilityDamien Miller2000-11-295-1/+14
|
* - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a fewDamien Miller2000-11-293-2/+23
| | | | | more manpage paths in fixpaths calls - (djm) Also add xauth path at Pekka's suggestion.
* Fix Haruyama-san's email addressDamien Miller2000-11-292-11/+4
|
* - (djm) OpenBSD CVS updates:Damien Miller2000-11-297-38/+67
| | | | | | | | | | | | | | | | | - provos@cvs.openbsd.org 2000/11/22 08:38:31 [sshd.8] talk about /etc/primes, okay markus@ - markus@cvs.openbsd.org 2000/11/23 14:03:48 [ssh.c sshconnect1.c sshconnect2.c] complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaults - markus@cvs.openbsd.org 2000/11/25 09:42:53 [sshconnect1.c] reorder check for illegal ciphers, bugreport from espie@ - markus@cvs.openbsd.org 2000/11/25 10:19:34 [ssh-keygen.c ssh.h] print keytype when generating a key. reasonable defaults for RSA1/RSA/DSA keys.
* - (djm) bsd-rresvport.c bzero -> memsetDamien Miller2000-11-295-6/+10
| | | | | | - (djm) Don't fail in defines.h on absence of 64 bit types (we will still fail during compilation of sftp-server). - (djm) Fail if ar is not found during configure
* - (djm) Fix(?) the ssh hang-on-logout/data-from-child raceDamien Miller2000-11-292-3/+5
|
* give up privs when reading seed fileDamien Miller2000-11-252-1/+16
|
* 20001123Ben Lindstrom2000-11-219-39/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - (bal) Merge OpenBSD changes: - markus@cvs.openbsd.org 2000/11/15 22:31:36 [auth-options.c] case insensitive key options; from stevesk@sweeden.hp.com - markus@cvs.openbsd.org 2000/11/16 17:55:43 [dh.c] do not use perror() in sshd, after child is forked() - markus@cvs.openbsd.org 2000/11/14 23:42:40 [auth-rsa.c] parse option only if key matches; fix some confusing seen by the client - markus@cvs.openbsd.org 2000/11/14 23:44:19 [session.c] check no_agent_forward_flag for ssh-2, too - markus@cvs.openbsd.org 2000/11/15 [ssh-agent.1] reorder SYNOPSIS; typo, use .It - markus@cvs.openbsd.org 2000/11/14 23:48:55 [ssh-agent.c] do not reorder keys if a key is removed - markus@cvs.openbsd.org 2000/11/15 19:58:08 [ssh.c] just ignore non existing user keys - millert@cvs.openbsd.org 200/11/15 20:24:43 [ssh-keygen.c] Add missing \n at end of error message.
* 20001122Ben Lindstrom2000-11-213-7/+50
| | | | | | - (bal) Minor patch to ensure platforms lacking IRIX job limit supports are compilable. - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
* - (stevek) Reworked progname support.Ben Lindstrom2000-11-1715-47/+78
| | | | | | | | - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by Shinichi Maruyama <marya@st.jip.co.jp> I assume the progname patch was finished. I believe stevek is on vacation, but it passes compiling under Linux and NeXTStep.
* 20001117Ben Lindstrom2000-11-172-1/+5
| | | | | - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
* 20001116Ben Lindstrom2000-11-163-6/+19
| | | | | | | - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO releases. - (bal) Make builds work outside of source tree. Patch by Mark D. Roth <roth@feep.net>
* - (djm) fixpaths to DSA and RSA keys tooDamien Miller2000-11-132-1/+2
|
* dohDamien Miller2000-11-132-5/+5
|
* dohDamien Miller2000-11-131-0/+1
|
* - (djm) Change to interim versionDamien Miller2000-11-131-1/+1
|