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
a4b9ed1116
Doh - forgot to commit
2000-07-11 12:55:49 +10:00
Damien Miller
5c8b2501f7
Added missing ;
2000-07-11 12:50:08 +10:00
Damien Miller
5d879bc8ea
Prepare for 2.1.1p3
2000-07-11 12:23:51 +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
5fc8565d20
- (djm) AIX getuserattr() session initialisation from Tom Bertelson
...
<tbert@abac.com>
2000-07-09 23:53:07 +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
7a445bb8d8
error -> fatal
2000-06-26 13:12:37 +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
c19fd5f4e2
Add explanation of PAM_TTY kludge
2000-06-22 21:44:54 +10:00
Damien Miller
8b7c6af89e
Update RPM spec version numbers
2000-06-22 21:37:38 +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