Damien Miller
3077fb9e6b
- (djm) Add strsep function from OpenBSD libc for systems that lack it
2000-07-11 21:34:34 +10:00
Damien Miller
54ba469f20
- (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
...
builds)
2000-07-11 18:39:20 +10:00
Damien Miller
4d97ba2257
- (djm) Fix problem with debug mode and MaxStartups
2000-07-11 18:15:50 +10:00
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
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