]> andersk Git - openssh.git/log
openssh.git
23 years ago - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
djm [Wed, 28 Jun 2000 05:22:41 +0000 (05:22 +0000)] 
 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
   support. Enable using "USE_SIA=1 ./configure [options]"

23 years ago - (djm) Added 'distprep' make target to simplify packaging
djm [Tue, 27 Jun 2000 22:24:49 +0000 (22:24 +0000)] 
 - (djm) Added 'distprep' make target to simplify packaging

23 years ago - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
djm [Tue, 27 Jun 2000 22:22:29 +0000 (22:22 +0000)] 
 - (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.

23 years ago - (djm) Fixes to lastlog code for Irix
djm [Tue, 27 Jun 2000 14:50:50 +0000 (14:50 +0000)] 
 - (djm) Fixes to lastlog code for Irix
 - (djm) Use atomicio in loginrec

23 years ago - (djm) Formatting
djm [Tue, 27 Jun 2000 01:18:27 +0000 (01:18 +0000)] 
 - (djm) Formatting

23 years ago - (djm) Fixes to login code - not setting li->uid, cleanups
djm [Mon, 26 Jun 2000 23:40:06 +0000 (23:40 +0000)] 
 - (djm) Fixes to login code - not setting li->uid, cleanups

23 years agoFix fixed egd code
djm [Mon, 26 Jun 2000 03:55:31 +0000 (03:55 +0000)] 
Fix fixed egd code

23 years agoerror -> fatal
djm [Mon, 26 Jun 2000 03:12:37 +0000 (03:12 +0000)] 
error -> fatal

23 years ago - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
djm [Mon, 26 Jun 2000 03:01:33 +0000 (03:01 +0000)] 
 - (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>

23 years ago - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
djm [Mon, 26 Jun 2000 01:31:33 +0000 (01:31 +0000)] 
 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
 - (djm) Added password expiry checking (no password change support)

23 years ago - OpenBSD CVS update
djm [Mon, 26 Jun 2000 00:22:53 +0000 (00:22 +0000)] 
 - 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>

23 years ago - Better fix to aclocal tests from Garrick James <garrick@james.net>
djm [Mon, 26 Jun 2000 00:20:19 +0000 (00:20 +0000)] 
 - Better fix to aclocal tests from Garrick James <garrick@james.net>

23 years ago - OpenBSD CVS Updates:
djm [Fri, 23 Jun 2000 00:16:38 +0000 (00:16 +0000)] 
 - 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

23 years ago - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
djm [Thu, 22 Jun 2000 22:23:34 +0000 (22:23 +0000)] 
 - (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

23 years agoAdd explanation of PAM_TTY kludge
djm [Thu, 22 Jun 2000 11:44:54 +0000 (11:44 +0000)] 
Add explanation of PAM_TTY kludge

23 years agoUpdate RPM spec version numbers
djm [Thu, 22 Jun 2000 11:37:38 +0000 (11:37 +0000)] 
Update RPM spec version numbers

23 years ago - OpenBSD CVS Updates:
djm [Thu, 22 Jun 2000 11:32:31 +0000 (11:32 +0000)] 
 - 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

23 years ago - (djm) Automatically generate host key during "make install". Suggested
djm [Thu, 22 Jun 2000 10:57:11 +0000 (10:57 +0000)] 
 - (djm) Automatically generate host key during "make install". Suggested
   by Gary E. Miller <gem@rellim.com>
 - (djm) Paranoia before kill() system call

23 years agotypo
djm [Tue, 20 Jun 2000 03:50:01 +0000 (03:50 +0000)] 
typo

23 years ago - (djm) Typo in loginrec.c
djm [Tue, 20 Jun 2000 03:49:11 +0000 (03:49 +0000)] 
 - (djm) Typo in loginrec.c

23 years ago - (djm) Replace use of '-o' and '-a' logical operators in configure tests
djm [Tue, 20 Jun 2000 03:25:52 +0000 (03:25 +0000)] 
 - (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>

23 years ago*** empty log message ***
andre [Mon, 19 Jun 2000 09:11:30 +0000 (09:11 +0000)] 
*** empty log message ***

23 years agoAdded some extra timings to help spot lastlog problems
andre [Mon, 19 Jun 2000 08:25:36 +0000 (08:25 +0000)] 
Added some extra timings to help spot lastlog problems
Increased delay before logout
Improved message detail

23 years agoLine up 'configure --help' output
andre [Mon, 19 Jun 2000 08:23:46 +0000 (08:23 +0000)] 
Line up 'configure --help' output

23 years agoBig loginrec.c update
andre [Mon, 19 Jun 2000 08:20:03 +0000 (08:20 +0000)] 
Big loginrec.c update
- MIN_SIZEOF macro to pick smallest buffer for str[ln]cpy()
  - fixes lastlog clobber spotted by P.S.S.Camp <P.S.S.Camp@ukc.ac.uk>
- Added some top-level api documentation
- Re-ordered construct_utmp(x)() to build well-formed structures for
   both login and logout, based on li->type.
  - change wtmp(x)_logout() to match new construct_*() form
- Improved error responses throughout
- Add ut_type cross-check for 'lastlog-from-wtmp(x)' where available
- utmp_write_direct() has had some testing. Oh yes!
- Re-ordered loginrec.h slightly

23 years ago - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
djm [Sun, 18 Jun 2000 05:43:25 +0000 (05:43 +0000)] 
 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support

23 years ago - OpenBSD CVS updates:
djm [Sun, 18 Jun 2000 04:50:44 +0000 (04:50 +0000)] 
 - 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

23 years ago - (djm) Add summary of configure options to end of ./configure run
djm [Sun, 18 Jun 2000 04:07:04 +0000 (04:07 +0000)] 
 - (djm) Add summary of configure options to end of ./configure run
 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
   Michael Stone <mstone@cs.loyola.edu>
 - (djm) rusage is a privileged operation on some Unices (incl.
   Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
 - (djm) Avoid PAM failures when running without a TTY. Report from
   Martin Petrak <petrak@spsknm.schools.sk>
 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
   Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>

23 years ago - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
djm [Tue, 13 Jun 2000 11:23:17 +0000 (11:23 +0000)] 
 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
   <P.S.S.Camp@ukc.ac.uk>

23 years ago - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
djm [Tue, 13 Jun 2000 08:57:53 +0000 (08:57 +0000)] 
 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
  - Platform define for SCO 3.x which breaks on /dev/ptmx
  - Detect and try to fix missing MAXPATHLEN

23 years agoChanged to OpenBSD indent and function declaration style
andre [Tue, 13 Jun 2000 00:43:47 +0000 (00:43 +0000)] 
Changed to OpenBSD indent and function declaration style
Added display of time when logging out, to try to catch lastlog bugs

23 years agoBacked out previous changes - 'tolerance' setting may just hide a bug in
andre [Tue, 13 Jun 2000 00:29:34 +0000 (00:29 +0000)] 
Backed out previous changes - 'tolerance' setting may just hide a bug in
 the lastlog-from-utmp code for HPUX

23 years agoAllow a small tolerance for slow systems when testing lastlog
andre [Mon, 12 Jun 2000 23:40:52 +0000 (23:40 +0000)] 
Allow a small tolerance for slow systems when testing lastlog
recording

23 years agoStop lastlog detection setting DISABLE_LASTLOG - this flag means
andre [Mon, 12 Jun 2000 23:27:31 +0000 (23:27 +0000)] 
Stop lastlog detection setting DISABLE_LASTLOG - this flag means
'never even try to get the last login time', whereas we want to try to
use wtmp/wtmpx unless told otherwise. See loginrec.c:getlast_entry().

23 years ago - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
andre [Mon, 12 Jun 2000 22:41:27 +0000 (22:41 +0000)] 
 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
  - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
     def'd
  - Set AIX to use preformatted manpages

23 years agoAdded catman defines for AIX (Tom Bertelson <tbert@abac.com>)
andre [Mon, 12 Jun 2000 22:34:38 +0000 (22:34 +0000)] 
Added catman defines for AIX (Tom Bertelson <tbert@abac.com>)
Fixed errant comma (Tom Bertelson <tbert@abac.com>)

23 years agoFixed getlast_entry() so that it doesn't try to use utmp(x) if
andre [Mon, 12 Jun 2000 22:21:44 +0000 (22:21 +0000)] 
Fixed getlast_entry() so that it doesn't try to use utmp(x) if
DISABLE_LASTLOG is defined. Bug reported by Tom Bertelson
<tbert@abac.com> for AIX.

23 years ago - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
djm [Mon, 12 Jun 2000 13:04:18 +0000 (13:04 +0000)] 
 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>

23 years agoLatest versions
djm [Mon, 12 Jun 2000 13:01:02 +0000 (13:01 +0000)] 
Latest versions

23 years agowrong modes, forgot -kb
djm [Mon, 12 Jun 2000 12:58:43 +0000 (12:58 +0000)] 
wrong modes, forgot -kb

23 years ago - (djm) Glob manpages in RPM spec files to catch compressed files
djm [Mon, 12 Jun 2000 06:38:54 +0000 (06:38 +0000)] 
 - (djm) Glob manpages in RPM spec files to catch compressed files
 - (djm) Full license in auth-pam.c

23 years ago - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
djm [Sat, 10 Jun 2000 06:51:33 +0000 (06:51 +0000)] 
 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>

23 years ago - (djm) Minor doc tweaks
djm [Fri, 9 Jun 2000 22:33:38 +0000 (22:33 +0000)] 
 - (djm) Minor doc tweaks

23 years ago - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage V_2_1_1_P1
djm [Fri, 9 Jun 2000 01:58:35 +0000 (01:58 +0000)] 
 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
   (in favour of utmpx) on Solaris 8

23 years agofix linkrot
djm [Wed, 7 Jun 2000 22:48:24 +0000 (22:48 +0000)] 
fix linkrot

24 years ago - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
djm [Wed, 7 Jun 2000 12:20:23 +0000 (12:20 +0000)] 
 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
   list of commands (by default). Removed verbose debugging (by default).
 - (djm) Increased command entropy estimates and default entropy collection
   timeout

24 years ago - (djm) Remove duplicate headers from loginrec.c
djm [Wed, 7 Jun 2000 11:32:13 +0000 (11:32 +0000)] 
 - (djm) Remove duplicate headers from loginrec.c

24 years agoMissed some bits of the OpenBSD patch somewhere (?!)
djm [Wed, 7 Jun 2000 11:22:38 +0000 (11:22 +0000)] 
Missed some bits of the OpenBSD patch somewhere (?!)

24 years ago - (djm) Don't add /usr/local/lib to library search path on Irix
djm [Wed, 7 Jun 2000 11:05:46 +0000 (11:05 +0000)] 
 - (djm) Don't add /usr/local/lib to library search path on Irix

24 years agoNew ver
djm [Wed, 7 Jun 2000 10:57:57 +0000 (10:57 +0000)] 
New ver

24 years ago - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
djm [Wed, 7 Jun 2000 10:08:19 +0000 (10:08 +0000)] 
 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
   <zack@wolery.cumb.org>

24 years ago - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
djm [Wed, 7 Jun 2000 09:55:44 +0000 (09:55 +0000)] 
 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
   <tibbs@math.uh.edu>
 - (djm) OpenBSD CVS updates:
  - todd@cvs.openbsd.org
    [sshconnect2.c]
    teach protocol v2 to count login failures properly and also enable an
    explanation of why the password prompt comes up again like v1; this is NOT
    crypto
  - markus@cvs.openbsd.org
    [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
    xauth_location support; pr 1234
    [readconf.c sshconnect2.c]
    typo, unused
    [session.c]
    allow use_login only for login sessions, otherwise remote commands are
    execed with uid==0
    [sshd.8]
    document UseLogin better
    [version.h]
    OpenSSH 2.1.1
    [auth-rsa.c]
    fix match_hostname() logic for auth-rsa: deny access if we have a
    negative match or no match at all
    [channels.c hostfile.c match.c]
    don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
    kris@FreeBSD.org

24 years ago - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
djm [Sun, 4 Jun 2000 23:37:43 +0000 (23:37 +0000)] 
 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
   configure.

24 years agoMany changes to new login code based on Damien's feedback:
andre [Sun, 4 Jun 2000 17:07:49 +0000 (17:07 +0000)] 
Many changes to new login code based on Damien's feedback:
- Removed many redundant accessor/mutator methods as they're not necesary
   in OpenSSH
- Added proper credits for OpenBSD code in loginrec.c
- Changed function definitions to the OpenBSD style
- Removed spurious 'L' prefix in line filename abbreviation for ut_line
- Added some documentation in loginrec.c
- Changed lastlog access function names
- Removed #include lines in mid-file loginrec.c
- loginrec.h, login.c and logintest.c changed to reflect new interface
- Added TODO note for ttyslot() replacement

24 years agoAdded missed info for 20000603 login code update
andre [Sun, 4 Jun 2000 17:00:15 +0000 (17:00 +0000)] 
Added missed info for 20000603 login code update
Noted 20000604 updates

24 years ago - Configure tweaking for new login code on Irix 5.3
djm [Sun, 4 Jun 2000 05:51:47 +0000 (05:51 +0000)] 
 - Configure tweaking for new login code on Irix 5.3

24 years agoDisable lastlog for AIX, as it's handled by the OS as part of the login
andre [Sat, 3 Jun 2000 16:18:19 +0000 (16:18 +0000)] 
Disable lastlog for AIX, as it's handled by the OS as part of the login
  message

24 years agoRemoved obsolete lastlog symbols
andre [Sat, 3 Jun 2000 16:17:13 +0000 (16:17 +0000)] 
Removed obsolete lastlog symbols

24 years agoAdded new login recording code
andre [Sat, 3 Jun 2000 14:57:40 +0000 (14:57 +0000)] 
Added new login recording code
Added test program for login code (make logintest)

24 years agoRemoved an old entry
djm [Sat, 3 Jun 2000 11:59:32 +0000 (11:59 +0000)] 
Removed an old entry

24 years ago - Rewrote bsd-login to use proper utmp API if available. Major cleanup PRE_NEW_LOGIN_CODE
damien [Wed, 31 May 2000 03:57:18 +0000 (03:57 +0000)] 
 - Rewrote bsd-login to use proper utmp API if available. Major cleanup
   of fallback DIY code.

24 years ago - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
damien [Wed, 31 May 2000 01:24:34 +0000 (01:24 +0000)] 
 - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>

update credits

24 years ago - Cleanup of auth.c, login.c and fake-*
damien [Wed, 31 May 2000 01:20:11 +0000 (01:20 +0000)] 
 - Cleanup of auth.c, login.c and fake-*
 - Cleanup of auth-pam.c, save and print "account expired" error messages

24 years agodoc V_2_1_0_P3
damien [Tue, 30 May 2000 04:01:10 +0000 (04:01 +0000)] 
doc

24 years ago - OpenBSD CVS updates:
damien [Tue, 30 May 2000 03:44:51 +0000 (03:44 +0000)] 
 - OpenBSD CVS updates:
  - markus@cvs.openbsd.org
    [session.c]
    make x11-fwd work w/ localhost (xauth add host/unix:11)
    [cipher.c compat.c readconf.c servconf.c]
    check strtok() != NULL; ok niels@
    [key.c]
    fix key_read() for uuencoded keys w/o '='
    [serverloop.c]
    group ssh1 vs. ssh2 in serverloop
    [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
    split kexinit/kexdh, factor out common code
    [readconf.c ssh.1 ssh.c]
    forwardagent defaults to no, add ssh -A
  - theo@cvs.openbsd.org
    [session.c]
    just some line shortening

24 years agoUp ver
damien [Tue, 30 May 2000 03:14:19 +0000 (03:14 +0000)] 
Up ver

24 years ago - Fix buffer overrun in login.c for systems which use syslen in utmpx.
damien [Tue, 30 May 2000 03:12:46 +0000 (03:12 +0000)] 
 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
   patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>

24 years ago - Define atexit for old Solaris
damien [Tue, 30 May 2000 02:57:46 +0000 (02:57 +0000)] 
 - Define atexit for old Solaris

24 years ago - Doc cleanup V_2_1_0_P2
damien [Sat, 20 May 2000 05:41:26 +0000 (05:41 +0000)] 
 - Doc cleanup

24 years ago - HPUX and Configure fixes from Lutz Jaenicke
damien [Sat, 20 May 2000 05:33:44 +0000 (05:33 +0000)] 
 - HPUX and Configure fixes from Lutz Jaenicke
   <Lutz.Jaenicke@aet.TU-Cottbus.DE>
 - Use mkinstalldirs script to make directories instead of non-portable
   "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

24 years agocleanup diffs
damien [Sat, 20 May 2000 05:22:36 +0000 (05:22 +0000)] 
cleanup diffs

24 years ago - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
damien [Sat, 20 May 2000 05:02:59 +0000 (05:02 +0000)] 
 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>

24 years ago - Don't touch utmp if USE_UTMPX defined
damien [Sat, 20 May 2000 04:53:09 +0000 (04:53 +0000)] 
 - Don't touch utmp if USE_UTMPX defined

24 years ago - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
damien [Sat, 20 May 2000 02:49:31 +0000 (02:49 +0000)] 
 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>

24 years ago - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
damien [Thu, 18 May 2000 14:03:23 +0000 (14:03 +0000)] 
 - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
 - OpenBSD CVS updates:
  - markus@cvs.openbsd.org
    [sshconnect.c]
    copy only ai_addrlen bytes; misiek@pld.org.pl
    [auth.c]
    accept an empty shell in authentication; bug reported by
    chris@tinker.ucr.edu
    [serverloop.c]
    we don't have stderr for interactive terminal sessions (fcntl errors)

24 years agoDoh - forgot to import fixprogs
damien [Thu, 18 May 2000 13:12:50 +0000 (13:12 +0000)] 
Doh - forgot to import fixprogs

24 years agoprepare for p1 release V_2_1_0_P1
damien [Wed, 17 May 2000 13:36:56 +0000 (13:36 +0000)] 
prepare for p1 release

24 years ago - Detect OpenSSL seperatly from RSA
damien [Wed, 17 May 2000 13:29:18 +0000 (13:29 +0000)] 
 - Detect OpenSSL seperatly from RSA
 - Better test for RSA (more compatible with RSAref). Based on work by
   Ed Eden <ede370@stl.rural.usda.gov>

24 years ago - RSAless operation patch from kevin_oconnor@standardandpoors.com
damien [Wed, 17 May 2000 13:02:03 +0000 (13:02 +0000)] 
 - RSAless operation patch from kevin_oconnor@standardandpoors.com

24 years ago - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
damien [Wed, 17 May 2000 12:53:33 +0000 (12:53 +0000)] 
 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
  - INSTALL typo and URL fix
  - Makefile fix
  - Solaris fixes
 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
   <ksakai@kso.netwk.ntt-at.co.jp>

24 years ago - OpenBSD CVS update:
damien [Wed, 17 May 2000 12:34:22 +0000 (12:34 +0000)] 
 - OpenBSD CVS update:
  - markus@cvs.openbsd.org
    [ssh.c]
    fix usage()
    [ssh2.h]
    draft-ietf-secsh-architecture-05.txt
    [ssh.1]
    document ssh -T -N (ssh2 only)
    [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
    enable nonblocking IO for sshd w/ proto 1, too; split out common code
    [aux.c]
    missing include

24 years ago - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
damien [Wed, 17 May 2000 12:16:05 +0000 (12:16 +0000)] 
 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>

24 years ago - Avoid WCOREDUMP complation errors for systems that lack it
damien [Wed, 17 May 2000 12:08:29 +0000 (12:08 +0000)] 
 - Avoid WCOREDUMP complation errors for systems that lack it
 - Avoid SIGCHLD warnings from entropy commands

24 years ago - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
damien [Wed, 17 May 2000 12:00:02 +0000 (12:00 +0000)] 
 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix

24 years ago - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
damien [Wed, 17 May 2000 11:34:07 +0000 (11:34 +0000)] 
 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
  - Fixes command line printing segfaults (spotter: Bladt Norbert)
  - Fixes erroneous printing of debug messages to syslog
  - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
  - Gives useful error message if PRNG initialisation fails
  - Reduced ssh startup delay
  - Measures cumulative command time rather than the time between reads
 after select()
  - 'fixprogs' perl script to eliminate non-working entropy commands, and
 optionally run 'ent' to measure command entropy

24 years ago - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
damien [Sat, 13 May 2000 02:31:22 +0000 (02:31 +0000)] 
 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
   <misiek@pld.org.pl>

24 years ago - Fix for prng_seed permissions checking from Lutz Jaenicke
damien [Thu, 11 May 2000 09:10:58 +0000 (09:10 +0000)] 
 - Fix for prng_seed permissions checking from Lutz Jaenicke
   <Lutz.Jaenicke@aet.TU-Cottbus.DE>

24 years agoidoh V_2_1_0
damien [Tue, 9 May 2000 05:28:50 +0000 (05:28 +0000)] 
idoh

24 years ago - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
damien [Tue, 9 May 2000 05:28:41 +0000 (05:28 +0000)] 
 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
   by Andre Lucas <andre.lucas@dial.pipex.com>

24 years agobad checkin mode
damien [Tue, 9 May 2000 05:05:45 +0000 (05:05 +0000)] 
bad checkin mode

24 years agoBad checkin mode
damien [Tue, 9 May 2000 05:05:25 +0000 (05:05 +0000)] 
Bad checkin mode

24 years agoupdate specs
damien [Tue, 9 May 2000 05:04:39 +0000 (05:04 +0000)] 
update specs

24 years ago - Doc updates
damien [Tue, 9 May 2000 05:03:37 +0000 (05:03 +0000)] 
 - Doc updates

24 years agooops - missed this
damien [Tue, 9 May 2000 04:45:00 +0000 (04:45 +0000)] 
oops - missed this

24 years ago - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
damien [Tue, 9 May 2000 04:28:55 +0000 (04:28 +0000)] 
 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a

24 years ago - OpenBSD CVS update
damien [Tue, 9 May 2000 01:02:59 +0000 (01:02 +0000)] 
 - OpenBSD CVS update
  - markus@cvs.openbsd.org
    [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
    [ssh.h sshconnect1.c sshconnect2.c sshd.8]
    - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
  - hugh@cvs.openbsd.org
    [ssh.1]
    - zap typo
    [ssh-keygen.1]
    - One last nit fix. (markus approved)
    [sshd.8]
    - some markus certified spelling adjustments
  - markus@cvs.openbsd.org
    [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
    [sshconnect2.c ]
    - bug compat w/ ssh-2.0.13 x11, split out bugs
    [nchan.c]
    - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
    [ssh-keygen.c]
    - handle escapes in real and original key format, ok millert@
    [version.h]
    - OpenSSH-2.1

24 years ago - Configure caching and cleanup patch from Andre Lucas'
damien [Mon, 8 May 2000 10:49:37 +0000 (10:49 +0000)] 
 - Configure caching and cleanup patch from Andre Lucas'
   <andre.lucas@dial.pipex.com>

24 years ago - OpenBSD CVS update V_2_0_0_BETA2
damien [Mon, 8 May 2000 03:44:52 +0000 (03:44 +0000)] 
 - OpenBSD CVS update
  - markus@cvs.openbsd.org
    [clientloop.c sshconnect2.c]
    - make x11-fwd interop w/ ssh-2.0.13
    [README.openssh2]
    - interop w/ SecureFX
 - Release 2.0.0beta2

24 years ago - Generate DSA host keys during "make key" or RPM installs
damien [Sun, 7 May 2000 14:05:31 +0000 (14:05 +0000)] 
 - Generate DSA host keys during "make key" or RPM installs

24 years agoAskpass has changed a little
damien [Sun, 7 May 2000 08:30:27 +0000 (08:30 +0000)] 
Askpass has changed a little

This page took 0.146269 seconds and 4 git commands to generate.