Damien Miller
3702396526
- (djm) OpenBSD CVS updates:
...
- markus@cvs.openbsd.org 2000/06/26 03:22:29
[authfd.c]
cleanup, less cut&paste
- markus@cvs.openbsd.org 2000/06/26 15:59:19
[servconf.c servconf.h session.c sshd.8 sshd.c]
MaxStartups: limit number of unauthenticated connections, work by
theo and me
- deraadt@cvs.openbsd.org 2000/07/05 14:18:07
[session.c]
use no_x11_forwarding_flag correctly; provos ok
- provos@cvs.openbsd.org 2000/07/05 15:35:57
[sshd.c]
typo
- aaron@cvs.openbsd.org 2000/07/05 22:06:58
[scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
Insert more missing .El directives. Our troff really should identify
these and spit out a warning.
- todd@cvs.openbsd.org 2000/07/06 21:55:04
[auth-rsa.c auth2.c ssh-keygen.c]
clean code is good code
- deraadt@cvs.openbsd.org 2000/07/07 02:14:29
[serverloop.c]
sense of port forwarding flag test was backwards
- provos@cvs.openbsd.org 2000/07/08 17:17:31
[compat.c readconf.c]
replace strtok with strsep; from David Young <dyoung@onthejob.net>
- deraadt@cvs.openbsd.org 2000/07/08 19:21:15
[auth.h]
KNF
- ho@cvs.openbsd.org 2000/07/08 19:27:33
[compat.c readconf.c]
Better conditions for strsep() ending.
- ho@cvs.openbsd.org 2000/07/10 10:27:05
[readconf.c]
Get the correct message on errors. (niels@ ok)
- ho@cvs.openbsd.org 2000/07/10 10:30:25
[cipher.c kex.c servconf.c]
strtok() --> strsep(). (niels@ ok)
2000-07-11 17:31:38 +10:00
Damien Miller
bc33bd44a2
- (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
2000-07-11 14:59:08 +10:00
Damien Miller
3b9734c700
- (djm) Added bsd-inet_aton and configure support for NeXT
2000-07-11 14:54:22 +10:00
Damien Miller
34e64baa92
- (djm) Added bsd-inet_aton for NeXT
2000-07-11 14:46:29 +10:00
Damien Miller
168e6ac81c
- (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
...
to compile on more platforms (incl NeXT).
2000-07-11 12:23:01 +10:00
Damien Miller
7a0e5dc981
- (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
...
from Jim Watt <jimw@peisj.pebio.com>
2000-07-11 12:15:54 +10:00
Damien Miller
99bca607dc
- (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
...
<mouring@pconline.com>
2000-07-11 12:02:36 +10:00
Damien Miller
2ae714f44a
- (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
2000-07-11 09:29:50 +10:00
Damien Miller
65964d6082
- (djm) Fixup for AIX getuserattr() support from Tom Bertelson
...
<tbert@abac.com>
2000-07-11 09:16:22 +10:00
Damien Miller
39c0a1c4c2
oops, forgot the Changelog
2000-07-09 23:55:08 +10:00
Damien Miller
31abc9addb
- (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
...
Including sigaction() et al. replacements
2000-07-09 23:26:27 +10:00
Damien Miller
f9b625c36e
- (djm) Fix pam sprintf fix
...
- (djm) Cleanup entropy collection code a little more. Split initialisation
from seeding, perform intialisation immediatly at start, be careful with
uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
2000-07-09 22:42:32 +10:00
Damien Miller
b38ea86526
- (djm) Replace ut_name with ut_user. Patch from Jim Watt
...
<jimw@peisj.pebio.com>
2000-07-09 21:37:49 +10:00
Damien Miller
0100627fc8
- (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
...
builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
2000-07-09 21:29:37 +10:00
Damien Miller
8148fa3bd3
- (djm) Match prototype and function declaration for rresvport_af.
...
Problem report from Niklas Edmundsson <nikke@ing.umu.se>
2000-07-09 21:23:52 +10:00
Damien Miller
4e99720563
- (djm) Only enable PAM_TTY kludge for Linux. Problem report from
...
Kevin Steves <stevesk@sweden.hp.com>
2000-07-09 21:21:52 +10:00
Damien Miller
8e394e7ed5
- (djm) Don't use inet_addr.
2000-07-08 11:50:37 +10:00
Damien Miller
f2fdbe5540
- (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
...
Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
2000-07-08 10:57:08 +10:00
Damien Miller
fe668e4b16
*** empty log message ***
2000-07-08 10:44:13 +10:00
Damien Miller
90dcc0590d
- (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
...
Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-07-08 10:17:40 +10:00
Damien Miller
ce40c70f17
- (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
...
Aaron Hopkins <aaron@die.net>
2000-07-08 10:14:08 +10:00
Damien Miller
0809a0a586
Forgot to comment
2000-07-02 19:33:54 +10:00
Damien Miller
484118ea0f
- (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
...
Chris, the Young One <cky@pobox.com>
2000-07-02 19:13:56 +10:00
Damien Miller
c708843e6a
- (djm) Stop shadow expiry checking from preventing logins with NIS. Based
...
on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
2000-07-02 18:44:54 +10:00
Damien Miller
9b6d4ab8f9
- (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
2000-07-02 08:43:18 +10:00
Damien Miller
c92709967e
Release 2.1.1p2
2000-07-01 19:42:32 +10:00
Damien Miller
cb170cb225
- (djm) Added check for broken snprintf() functions which do not correctly
...
terminate output string and attempt to use replacement.
2000-07-01 16:52:55 +10:00
Damien Miller
28adeef966
- (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
...
<vinschen@cygnus.com>
- (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2000-07-01 13:29:26 +10:00
Damien Miller
7b413d2d17
- (djm) Replace "/bin/sh" with _PATH_BSHELL
...
- (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2000-07-01 13:24:21 +10:00
Damien Miller
8e81ed3081
- (djm) Login fixes from Tom Bertelson <tbert@abac.com>
2000-07-01 13:17:42 +10:00
Damien Miller
d8cfda6bf6
- (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
2000-07-01 12:56:09 +10:00
Damien Miller
b8c656e744
- (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
...
support. Enable using "USE_SIA=1 ./configure [options]"
2000-06-28 15:22:41 +10:00
Damien Miller
262ff170fb
- (djm) Added 'distprep' make target to simplify packaging
2000-06-28 08:24:49 +10:00
Damien Miller
91606b17d2
- (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
...
Irix 6.x array sessions, project id's, and system audit trail id.
2000-06-28 08:22:29 +10:00
Damien Miller
53c5d467c3
- (djm) Fixes to lastlog code for Irix
...
- (djm) Use atomicio in loginrec
2000-06-28 00:50:50 +10:00
Damien Miller
dd47aa21fa
- (djm) Formatting
2000-06-27 11:18:27 +10:00
Damien Miller
f8af08d7cb
- (djm) Fixes to login code - not setting li->uid, cleanups
2000-06-27 09:40:06 +10:00
Damien Miller
0800647391
Fix fixed egd code
2000-06-26 13:55:31 +10:00
Damien Miller
6468125052
- (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
...
based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-06-26 13:01:33 +10:00
Damien Miller
1f335fb8d8
- (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
...
- (djm) Added password expiry checking (no password change support)
2000-06-26 11:31:33 +10:00
Damien Miller
c0fd17fdca
- OpenBSD CVS update
...
- provos@cvs.openbsd.org 2000/06/25 14:17:58
[channels.c]
correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
2000-06-26 10:22:53 +10:00
Damien Miller
8dd33fd1d5
- Better fix to aclocal tests from Garrick James <garrick@james.net>
2000-06-26 10:20:19 +10:00
Damien Miller
bf7f466206
- OpenBSD CVS Updates:
...
- markus@cvs.openbsd.org 2000/06/22 10:32:27
[sshd.c]
missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
- djm@cvs.openbsd.org 2000/06/22 17:55:00
[auth-krb4.c key.c radix.c uuencode.c]
Missing CVS idents; ok markus
2000-06-23 10:16:38 +10:00
Damien Miller
b54b40ef06
- (djm) Use sa_family_t in prototype for rresvport_af. Patch from
...
Svante Signell <svante.signell@telia.com>
- (djm) Autoconf logic to define sa_family_t if it is missing
2000-06-23 08:23:34 +10:00
Damien Miller
6536c7d3c9
- OpenBSD CVS Updates:
...
- markus@cvs.openbsd.org 2000/06/18 18:50:11
[auth2.c compat.c compat.h sshconnect2.c]
make userauth+pubkey interop with ssh.com-2.2.0
- markus@cvs.openbsd.org 2000/06/18 20:56:17
[dsa.c]
mem leak + be more paranoid in dsa_verify.
- markus@cvs.openbsd.org 2000/06/18 21:29:50
[key.c]
cleanup fingerprinting, less hardcoded sizes
- markus@cvs.openbsd.org 2000/06/19 19:39:45
[atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
[auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
[buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
[clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
[deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
[kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
[nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
[rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
[ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
OpenBSD tag
- markus@cvs.openbsd.org 2000/06/21 10:46:10
sshconnect2.c missing free; nuke old comment
2000-06-22 21:32:31 +10:00
Damien Miller
099f505f95
- (djm) Automatically generate host key during "make install". Suggested
...
by Gary E. Miller <gem@rellim.com>
- (djm) Paranoia before kill() system call
2000-06-22 20:57:11 +10:00
Damien Miller
2f02295d31
typo
2000-06-20 13:50:01 +10:00
Damien Miller
edb82929fa
- (djm) Replace use of '-o' and '-a' logical operators in configure tests
...
with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
2000-06-20 13:25:52 +10:00
Damien Miller
0f91b4e3a1
- (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
2000-06-18 15:43:25 +10:00
Damien Miller
f6d9e22189
- OpenBSD CVS updates:
...
- deraadt@cvs.openbsd.org 2000/06/17 09:58:46
[channels.c]
everyone says "nix it" (remove protocol 2 debugging message)
- markus@cvs.openbsd.org 2000/06/17 13:24:34
[sshconnect.c]
allow extended server banners
- markus@cvs.openbsd.org 2000/06/17 14:30:10
[sshconnect.c]
missing atomicio, typo
- jakob@cvs.openbsd.org 2000/06/17 16:52:34
[servconf.c servconf.h session.c sshd.8 sshd_config]
add support for ssh v2 subsystems. ok markus@.
- deraadt@cvs.openbsd.org 2000/06/17 18:57:48
[readconf.c servconf.c]
include = in WHITESPACE; markus ok
- markus@cvs.openbsd.org 2000/06/17 19:09:10
[auth2.c]
implement bug compatibility with ssh-2.0.13 pubkey, server side
- markus@cvs.openbsd.org 2000/06/17 21:00:28
[compat.c]
initial support for ssh.com's 2.2.0
- markus@cvs.openbsd.org 2000/06/17 21:16:09
[scp.c]
typo
- markus@cvs.openbsd.org 2000/06/17 22:05:02
[auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
split auth-rsa option parsing into auth-options
add options support to authorized_keys2
- markus@cvs.openbsd.org 2000/06/17 22:42:54
[session.c]
typo
2000-06-18 14:50:44 +10:00