]> andersk Git - openssh.git/log
openssh.git
23 years ago - (stevesk) rijndael.c: cleanup missing declaration warnings.
stevesk [Sat, 14 Oct 2000 10:57:04 +0000 (10:57 +0000)] 
 - (stevesk) rijndael.c: cleanup missing declaration warnings.

23 years ago - (stevesk) Include config.h in rijndael.c so we define intXX_t and
stevesk [Sat, 14 Oct 2000 10:51:18 +0000 (10:51 +0000)] 
 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
    u_intXX_t types on all platforms.

23 years ago - (djm) Fix scp user@host handling
djm [Sat, 14 Oct 2000 06:45:58 +0000 (06:45 +0000)] 
 - (djm) Fix scp user@host handling
 - (djm) Don't clobber ssh_prng_cmds on install

23 years ago - (djm) Big OpenBSD sync:
djm [Sat, 14 Oct 2000 05:23:11 +0000 (05:23 +0000)] 
 - (djm) Big OpenBSD sync:
   - markus@cvs.openbsd.org  2000/09/30 10:27:44
     [log.c]
     allow loglevel debug
   - markus@cvs.openbsd.org  2000/10/03 11:59:57
     [packet.c]
     hmac->mac
   - markus@cvs.openbsd.org  2000/10/03 12:03:03
     [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
     move fake-auth from auth1.c to individual auth methods, disables s/key in
     debug-msg
   - markus@cvs.openbsd.org  2000/10/03 12:16:48
     ssh.c
     do not resolve canonname, i have no idea why this was added oin ossh
   - markus@cvs.openbsd.org  2000/10/09 15:30:44
     ssh-keygen.1 ssh-keygen.c
     -X now reads private ssh.com DSA keys, too.
   - markus@cvs.openbsd.org  2000/10/09 15:32:34
     auth-options.c
     clear options on every call.
   - markus@cvs.openbsd.org  2000/10/09 15:51:00
     authfd.c authfd.h
     interop with ssh-agent2, from <res@shore.net>
   - markus@cvs.openbsd.org  2000/10/10 14:20:45
     compat.c
     use rexexp for version string matching
   - provos@cvs.openbsd.org  2000/10/10 22:02:18
     [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
     First rough implementation of the diffie-hellman group exchange.  The
     client can ask the server for bigger groups to perform the diffie-hellman
     in, thus increasing the attack complexity when using ciphers with longer
     keys.  University of Windsor provided network, T the company.
   - markus@cvs.openbsd.org  2000/10/11 13:59:52
     [auth-rsa.c auth2.c]
     clear auth options unless auth sucessfull
   - markus@cvs.openbsd.org  2000/10/11 14:00:27
     [auth-options.h]
     clear auth options unless auth sucessfull
   - markus@cvs.openbsd.org  2000/10/11 14:03:27
     [scp.1 scp.c]
     support 'scp -o' with help from mouring@pconline.com
   - markus@cvs.openbsd.org  2000/10/11 14:11:35
     [dh.c]
     Wall
   - markus@cvs.openbsd.org  2000/10/11 14:14:40
     [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
     [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
     add support for s/key (kbd-interactive) to ssh2, based on work by
     mkiernan@avantgo.com and me
   - markus@cvs.openbsd.org  2000/10/11 14:27:24
     [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
     [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
     [sshconnect2.c sshd.c]
     new cipher framework
   - markus@cvs.openbsd.org  2000/10/11 14:45:21
     [cipher.c]
     remove DES
   - markus@cvs.openbsd.org  2000/10/12 03:59:20
     [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
     enable DES in SSH-1 clients only
   - markus@cvs.openbsd.org  2000/10/12 08:21:13
     [kex.h packet.c]
     remove unused
   - markus@cvs.openbsd.org  2000/10/13 12:34:46
     [sshd.c]
     Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
   - markus@cvs.openbsd.org  2000/10/13 12:59:15
     [cipher.c cipher.h myproposal.h  rijndael.c rijndael.h]
     rijndael/aes support
   - markus@cvs.openbsd.org  2000/10/13 13:10:54
     [sshd.8]
     more info about -V
   - markus@cvs.openbsd.org  2000/10/13 13:12:02
     [myproposal.h]
     prefer no compression

23 years ago- (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
djm [Sat, 14 Oct 2000 01:37:19 +0000 (01:37 +0000)] 
- (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
  from Martin Johansson <fatbob@acc.umu.se>

23 years ago - (djm) Revert SSH2 serverloop hack, will find a better way.
djm [Sat, 14 Oct 2000 01:33:48 +0000 (01:33 +0000)] 
 - (djm) Revert SSH2 serverloop hack, will find a better way.

23 years ago - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
djm [Sat, 14 Oct 2000 00:16:12 +0000 (00:16 +0000)] 
 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth

23 years ago - (stevesk) Fix detection of pw_class struct member in configure;
stevesk [Sat, 7 Oct 2000 13:24:00 +0000 (13:24 +0000)] 
 - (stevesk) Fix detection of pw_class struct member in configure;
    patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>

23 years ago - (stevesk) Print PAM return value in PAM log messages to aid
stevesk [Sat, 7 Oct 2000 11:16:55 +0000 (11:16 +0000)] 
 - (stevesk) Print PAM return value in PAM log messages to aid
    with debugging.

23 years ago - (djm) Add host system and CC to end-of-configure report. Suggested by
djm [Mon, 2 Oct 2000 10:42:15 +0000 (10:42 +0000)] 
 - (djm) Add host system and CC to end-of-configure report. Suggested by
   Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

23 years ago - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
djm [Sat, 30 Sep 2000 13:42:48 +0000 (13:42 +0000)] 
 - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>

23 years agoForgot to commit changelog from loginrec changes
djm [Sat, 30 Sep 2000 10:36:54 +0000 (10:36 +0000)] 
Forgot to commit changelog from loginrec changes

 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
   Problem was caused by interrupted read in ssh-add. Report from Donald
   J. Barry <don@astro.cornell.edu>

23 years ago - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
djm [Sat, 30 Sep 2000 10:34:44 +0000 (10:34 +0000)] 
 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
   strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
   <Alain.St-Denis@ec.gc.ca>

23 years ago - (djm) Add LICENSE to RPM spec files
djm [Sat, 30 Sep 2000 03:41:38 +0000 (03:41 +0000)] 
 - (djm) Add LICENSE to RPM spec files

23 years ago - (djm) Forgot to cvs add LICENSE file
djm [Sat, 30 Sep 2000 03:40:39 +0000 (03:40 +0000)] 
 - (djm) Forgot to cvs add LICENSE file

23 years ago - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
djm [Sat, 30 Sep 2000 03:29:44 +0000 (03:29 +0000)] 
 - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
   patch from Pekka Savola <pekkas@netcore.fi>

23 years agoforgot this
djm [Sat, 30 Sep 2000 03:20:11 +0000 (03:20 +0000)] 
forgot this

23 years ago - (djm) CVS OpenBSD sync:
djm [Sat, 30 Sep 2000 03:20:03 +0000 (03:20 +0000)] 
 - (djm) CVS OpenBSD sync:
   - markus@cvs.openbsd.org  2000/09/26 13:59:59
     [clientloop.c]
     use debug2
   - markus@cvs.openbsd.org  2000/09/27 15:41:34
     [auth2.c sshconnect2.c]
     use key_type()
   - markus@cvs.openbsd.org  2000/09/28 12:03:18
     [channels.c]
     debug -> debug2 cleanup

23 years ago - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
djm [Sat, 30 Sep 2000 03:17:52 +0000 (03:17 +0000)] 
 - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
   very short lived X connections. Bug report from Tobias Oetiker
   <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>

23 years agooops, forgot changelog
djm [Fri, 29 Sep 2000 22:53:59 +0000 (22:53 +0000)] 
oops, forgot changelog

23 years ago - (djm) Support in bsd-snprintf.c for long long conversions from
djm [Fri, 29 Sep 2000 22:49:08 +0000 (22:49 +0000)] 
 - (djm) Support in bsd-snprintf.c for long long conversions from
   Ben Lindstrom <mouring@pconline.com>
 - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>

23 years agooops
djm [Fri, 29 Sep 2000 22:43:32 +0000 (22:43 +0000)] 
oops

23 years ago - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
djm [Fri, 29 Sep 2000 22:43:19 +0000 (22:43 +0000)] 
 - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>

23 years ago - (djm) Merged big SCO portability patch from Tim Rice
djm [Fri, 29 Sep 2000 12:01:36 +0000 (12:01 +0000)] 
 - (djm) Merged big SCO portability patch from Tim Rice
   <tim@multitalents.net>

23 years ago - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
djm [Fri, 29 Sep 2000 01:12:36 +0000 (01:12 +0000)] 
 - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
   tidy necessary differences. Use Markus' new debugN() in entropy.c

23 years agoForgot the changelog
djm [Thu, 28 Sep 2000 23:59:28 +0000 (23:59 +0000)] 
Forgot the changelog

23 years ago - (djm) Another off-by-one fix from Pavel Kankovsky
djm [Thu, 28 Sep 2000 23:59:14 +0000 (23:59 +0000)] 
 - (djm) Another off-by-one fix from Pavel Kankovsky
   <peak@argo.troja.mff.cuni.cz>

23 years ago - (djm) Fix SSH2 not terminating until all background tasks done problem.
djm [Thu, 28 Sep 2000 23:57:35 +0000 (23:57 +0000)] 
 - (djm) Fix SSH2 not terminating until all background tasks done problem.

23 years agofix fix
djm [Tue, 26 Sep 2000 02:13:26 +0000 (02:13 +0000)] 
fix fix

23 years ago - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
djm [Tue, 26 Sep 2000 02:10:37 +0000 (02:10 +0000)] 
 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
   Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>

23 years ago - (djm) Define _REENTRANT
djm [Tue, 26 Sep 2000 01:18:31 +0000 (01:18 +0000)] 
 - (djm) Define _REENTRANT

23 years ago - (djm) Update X11-askpass to 1.0.2 in RPM spec file
djm [Tue, 26 Sep 2000 01:09:48 +0000 (01:09 +0000)] 
 - (djm) Update X11-askpass to 1.0.2 in RPM spec file

23 years agodoh
djm [Sun, 24 Sep 2000 00:50:49 +0000 (00:50 +0000)] 
doh

23 years ago - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
djm [Sun, 24 Sep 2000 00:21:31 +0000 (00:21 +0000)] 
 - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
   <markm@swoon.net>

23 years ago - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
djm [Sun, 24 Sep 2000 00:10:13 +0000 (00:10 +0000)] 
 - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
 - (djm) A bit more cleanup - created cygwin_util.h

23 years ago - (djm) OpenBSD CVS sync:
djm [Sat, 23 Sep 2000 06:15:56 +0000 (06:15 +0000)] 
 - (djm) OpenBSD CVS sync:
   - markus@cvs.openbsd.org  2000/09/17 09:38:59
     [sshconnect2.c sshd.c]
     fix DEBUG_KEXDH
   - markus@cvs.openbsd.org  2000/09/17 09:52:51
     [sshconnect.c]
     yes no; ok niels@
   - markus@cvs.openbsd.org  2000/09/21 04:55:11
     [sshd.8]
     typo
   - markus@cvs.openbsd.org  2000/09/21 05:03:54
     [serverloop.c]
     typo
   - markus@cvs.openbsd.org  2000/09/21 05:11:42
     scp.c
     utime() to utimes(); mouring@pconline.com
   - markus@cvs.openbsd.org  2000/09/21 05:25:08
     sshconnect2.c
     change login logic in ssh2, allows plugin of other auth methods
   - markus@cvs.openbsd.org  2000/09/21 05:25:35
     [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
     [serverloop.c]
     add context to dispatch_run
   - markus@cvs.openbsd.org  2000/09/21 05:07:52
     authfd.c authfd.h ssh-agent.c
     bug compat for old ssh.com software

23 years ago - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
djm [Sat, 23 Sep 2000 03:58:32 +0000 (03:58 +0000)] 
 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
   Michael Stone <mstone@cs.loyola.edu>

23 years ago - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
djm [Sat, 23 Sep 2000 03:52:50 +0000 (03:52 +0000)] 
 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>

23 years ago - (djm) Tweak password expiry checking at suggestion of Kevin Steves
djm [Sat, 23 Sep 2000 03:26:32 +0000 (03:26 +0000)] 
 - (djm) Tweak password expiry checking at suggestion of Kevin Steves
   <stevesk@sweden.hp.com>

23 years ago - (djm) Seperate tests for int64_t and u_int64_t types
djm [Sat, 23 Sep 2000 03:12:24 +0000 (03:12 +0000)] 
 - (djm) Seperate tests for int64_t and u_int64_t types

23 years ago - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
djm [Sat, 23 Sep 2000 03:00:09 +0000 (03:00 +0000)] 
 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>

23 years ago - (djm) Fix address logging in utmp from Kevin Steves
djm [Sat, 23 Sep 2000 02:57:27 +0000 (02:57 +0000)] 
 - (djm) Fix address logging in utmp from Kevin Steves
   <stevesk@sweden.hp.com>

23 years agoCleanup
djm [Sat, 23 Sep 2000 02:55:03 +0000 (02:55 +0000)] 
Cleanup

23 years ago - (djm) Fix bad path substitution. Report from Andrew Miner
djm [Thu, 21 Sep 2000 10:51:07 +0000 (10:51 +0000)] 
 - (djm) Fix bad path substitution. Report from Andrew Miner
   <asminer@cs.iastate.edu>

23 years ago - (djm) Fix SSL search order from Lutz Jaenicke
djm [Sat, 16 Sep 2000 06:02:16 +0000 (06:02 +0000)] 
 - (djm) Fix SSL search order from Lutz Jaenicke
   <Lutz.Jaenicke@aet.TU-Cottbus.DE>

23 years ago - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
djm [Sat, 16 Sep 2000 05:30:55 +0000 (05:30 +0000)] 
 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>

23 years agobye bye
djm [Sat, 16 Sep 2000 05:25:24 +0000 (05:25 +0000)] 
bye bye

23 years ago - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
djm [Sat, 16 Sep 2000 05:25:12 +0000 (05:25 +0000)] 
 - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>

23 years ago - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
djm [Sat, 16 Sep 2000 05:21:28 +0000 (05:21 +0000)] 
 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
   Patch from Larry Jones <larry.jones@sdrc.com>

23 years agoFix fixprogs
djm [Sat, 16 Sep 2000 05:10:56 +0000 (05:10 +0000)] 
Fix fixprogs

23 years ago - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
djm [Sat, 16 Sep 2000 05:09:27 +0000 (05:09 +0000)] 
 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
   password change patch.
 - (djm) Bring licenses on my stuff in line with OpenBSD's

23 years ago - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
djm [Sat, 16 Sep 2000 04:55:52 +0000 (04:55 +0000)] 
 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
   Kevin Steves <stevesk@sweden.hp.com>

23 years ago - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
djm [Sat, 16 Sep 2000 04:39:56 +0000 (04:39 +0000)] 
 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
 - (djm) Re-enable int64_t types - we need them for sftp
 - (djm) Use libexecdir from configure , rather than libexecdir/ssh
 - (djm) Update Redhat SPEC file accordingly
 - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
 - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
 - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
   <Dirk.DeWachter@rug.ac.be>
 - (djm) Fixprogs and entropy list fixes from Larry Jones
   <larry.jones@sdrc.com>
 - (djm) Fix for SuSE spec file from Takashi YOSHIDA
   <tyoshida@gemini.rc.kyushu-u.ac.jp>

23 years ago - (djm) Merge OpenBSD changes:
djm [Sat, 16 Sep 2000 02:29:08 +0000 (02:29 +0000)] 
 - (djm) Merge OpenBSD changes:
   - markus@cvs.openbsd.org  2000/09/05 02:59:57
     [session.c]
     print hostname (not hushlogin)
   - markus@cvs.openbsd.org  2000/09/05 13:18:48
     [authfile.c ssh-add.c]
     enable ssh-add -d for DSA keys
   - markus@cvs.openbsd.org  2000/09/05 13:20:49
     [sftp-server.c]
     cleanup
   - markus@cvs.openbsd.org  2000/09/06 03:46:41
     [authfile.h]
     prototype
   - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
     [ALL]
     cleanup copyright notices on all files.  I have attempted to be
     accurate with the details.  everything is now under Tatu's licence
     (which I copied from his readme), and/or the core-sdi bsd-ish thing
     for deattack, or various openbsd developers under a 2-term bsd
     licence.  We're not changing any rules, just being accurate.
   - markus@cvs.openbsd.org  2000/09/07 14:40:30
     [channels.c channels.h clientloop.c serverloop.c ssh.c]
     cleanup window and packet sizes for ssh2 flow control; ok niels
   - markus@cvs.openbsd.org  2000/09/07 14:53:00
     [scp.c]
     typo
   - markus@cvs.openbsd.org  2000/09/07 15:13:37
     [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
     [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
     [pty.c readconf.c]
     some more Copyright fixes
   - markus@cvs.openbsd.org  2000/09/08 03:02:51
     [README.openssh2]
     bye bye
   - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
     [LICENCE cipher.c]
     a few more comments about it being ARC4 not RC4
   - markus@cvs.openbsd.org  2000/09/12 14:53:11
     [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
     multiple debug levels
   - markus@cvs.openbsd.org  2000/09/14 14:25:15
     [clientloop.c]
     typo
   - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
     [ssh-agent.c]
     check return value for setenv(3) for failure, and deal appropriately

23 years ago - (djm) Fix server not exiting with jobs in background.
djm [Tue, 12 Sep 2000 23:43:26 +0000 (23:43 +0000)] 
 - (djm) Fix server not exiting with jobs in background.

23 years ago - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
djm [Tue, 5 Sep 2000 05:13:06 +0000 (05:13 +0000)] 
 - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>

23 years agoFix spec files PRE_CYGWIN_MERGE
djm [Tue, 5 Sep 2000 03:16:18 +0000 (03:16 +0000)] 
Fix spec files

23 years ago20000905
djm [Tue, 5 Sep 2000 02:34:53 +0000 (02:34 +0000)] 
20000905
 - (djm) Import OpenBSD CVS changes
   - markus@cvs.openbsd.org  2000/08/31 15:52:24
     [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
     implement a SFTP server. interops with sftp2, scp2 and the windows
     client from ssh.com
   - markus@cvs.openbsd.org  2000/08/31 15:56:03
     [README.openssh2]
     sync
   - markus@cvs.openbsd.org  2000/08/31 16:05:42
     [session.c]
     Wall
   - markus@cvs.openbsd.org  2000/08/31 16:09:34
     [authfd.c ssh-agent.c]
     add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
   - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
     [scp.1 scp.c]
     cleanup and fix -S support; stevesk@sweden.hp.com
   - markus@cvs.openbsd.org  2000/09/01 16:29:32
     [sftp-server.c]
     portability fixes
   - markus@cvs.openbsd.org  2000/09/01 16:32:41
     [sftp-server.c]
     fix cast; mouring@pconline.com
   - itojun@cvs.openbsd.org  2000/09/03 09:23:28
     [ssh-add.1 ssh.1]
     add missing .El against .Bl.
   - markus@cvs.openbsd.org  2000/09/04 13:03:41
     [session.c]
     missing close; ok theo
   - markus@cvs.openbsd.org  2000/09/04 13:07:21
     [session.c]
     fix get_last_login_time order; from andre@van-veen.de
   - markus@cvs.openbsd.org  2000/09/04 13:10:09
     [sftp-server.c]
     more cast fixes; from mouring@pconline.com
   - markus@cvs.openbsd.org  2000/09/04 13:06:04
     [session.c]
     set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
 - (djm) Cleanup after import. Fix sftp-server compilation, Makefile

23 years agoFix init script
djm [Sun, 3 Sep 2000 08:14:58 +0000 (08:14 +0000)] 
Fix init script

23 years agoMissing OpenBSD diff hunks V_2_2_0_P1
djm [Fri, 1 Sep 2000 23:08:09 +0000 (23:08 +0000)] 
Missing OpenBSD diff hunks

23 years ago - (djm) Pick up Jim's new X11-askpass
djm [Fri, 1 Sep 2000 03:14:37 +0000 (03:14 +0000)] 
 - (djm) Pick up Jim's new X11-askpass
 - (djm) Release 2.2.0p1

23 years agoPickup version update
djm [Thu, 31 Aug 2000 00:53:44 +0000 (00:53 +0000)] 
Pickup version update

23 years ago - (djm) Pick up new version (2.2.0) from OpenBSD CVS
djm [Thu, 31 Aug 2000 00:13:10 +0000 (00:13 +0000)] 
 - (djm) Pick up new version (2.2.0) from OpenBSD CVS

23 years ago - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
djm [Wed, 30 Aug 2000 22:20:05 +0000 (22:20 +0000)] 
 - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
   <acox@cv.telegroup.com>

23 years ago - (djm) Fix doh in bsd-arc4random.c
djm [Wed, 30 Aug 2000 03:06:35 +0000 (03:06 +0000)] 
 - (djm) Fix doh in bsd-arc4random.c

23 years ago - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
djm [Tue, 29 Aug 2000 23:11:30 +0000 (23:11 +0000)] 
 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>

23 years ago - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
djm [Tue, 29 Aug 2000 23:03:33 +0000 (23:03 +0000)] 
 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
   Kevin Steves <stevesk@sweden.hp.com>

23 years ago - (djm) Quieten the pam delete credentials error message
djm [Tue, 29 Aug 2000 22:57:49 +0000 (22:57 +0000)] 
 - (djm) Quieten the pam delete credentials error message

23 years ago - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
djm [Tue, 29 Aug 2000 22:53:24 +0000 (22:53 +0000)] 
 - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
   <stevesk@sweden.hp.com>

23 years ago - (djm) Periodically rekey arc4random
djm [Tue, 29 Aug 2000 22:40:09 +0000 (22:40 +0000)] 
 - (djm) Periodically rekey arc4random
 - (djm) Clean up diff against OpenBSD.

23 years ago - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
djm [Tue, 29 Aug 2000 22:21:22 +0000 (22:21 +0000)] 
 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>

23 years ago - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
djm [Tue, 29 Aug 2000 03:30:37 +0000 (03:30 +0000)] 
 - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>

23 years ago - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
djm [Tue, 29 Aug 2000 00:52:38 +0000 (00:52 +0000)] 
 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
   Bastian Trompetter <btrompetter@firemail.de>

23 years ago - More OpenBSD updates:
djm [Tue, 29 Aug 2000 00:33:50 +0000 (00:33 +0000)] 
 - More OpenBSD updates:
   - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
     [scp.c]
     off_t in sink, to fix files > 2GB, i think, test is still running ;-)
   - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
     [session.c]
     Wall
   - markus@cvs.openbsd.org  2000/08/26 04:33:43
     [compat.c]
     ssh.com-2.3.0
   - markus@cvs.openbsd.org  2000/08/27 12:18:05
     [compat.c]
     compatibility with future ssh.com versions
   - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
     [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
     print uid/gid as unsigned
   - markus@cvs.openbsd.org  2000/08/28 13:51:00
     [ssh.c]
     enable -n and -f for ssh2
   - markus@cvs.openbsd.org  2000/08/28 14:19:53
     [ssh.c]
     allow combination of -N and -f
   - markus@cvs.openbsd.org  2000/08/28 14:20:56
     [util.c]
     util.c
   - markus@cvs.openbsd.org  2000/08/28 14:22:02
     [util.c]
     undo
   - markus@cvs.openbsd.org  2000/08/28 14:23:38
     [util.c]
     don't complain if setting NONBLOCK fails with ENODEV

23 years ago - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
djm [Tue, 29 Aug 2000 00:05:50 +0000 (00:05 +0000)] 
 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
   Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
   Garrick James <garrick@james.net>

23 years ago - (djm) Don't reseed arc4random everytime it is used
djm [Wed, 23 Aug 2000 05:31:41 +0000 (05:31 +0000)] 
 - (djm) Don't reseed arc4random everytime it is used

23 years ago - (djm) Add local version to version.h
djm [Wed, 23 Aug 2000 00:52:50 +0000 (00:52 +0000)] 
 - (djm) Add local version to version.h

23 years ago - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
djm [Wed, 23 Aug 2000 00:46:23 +0000 (00:46 +0000)] 
 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
 - (djm) OpenBSD CVS updates:
   - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
     [ssh.c]
     accept remsh as a valid name as well; roman@buildpoint.com
   - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
     [deattack.c crc32.c packet.c]
     rename crc32() to ssh_crc32() to avoid zlib name clash.  do not move to
     libz crc32 function yet, because it has ugly "long"'s in it;
     oneill@cs.sfu.ca
   - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
     [scp.1 scp.c]
     -S prog support; tv@debian.org
   - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
     [scp.c]
     knf
   - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
     [log-client.c]
     shorten
   - markus@cvs.openbsd.org  2000/08/19 12:48:11
     [channels.c channels.h clientloop.c ssh.c ssh.h]
     support for ~. in ssh2
   - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
     [crc32.h]
     proper prototype
   - markus@cvs.openbsd.org  2000/08/19 15:34:44
     [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
     [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
     [fingerprint.c fingerprint.h]
     add SSH2/DSA support to the agent and some other DSA related cleanups.
     (note that we cannot talk to ssh.com's ssh2 agents)
   - markus@cvs.openbsd.org  2000/08/19 15:55:52
     [channels.c channels.h clientloop.c]
     more ~ support for ssh2
   - markus@cvs.openbsd.org  2000/08/19 16:21:19
     [clientloop.c]
     oops
   - millert@cvs.openbsd.org 2000/08/20 12:25:53
     [session.c]
     We have to stash the result of get_remote_name_or_ip() before we
     close our socket or getpeername() will get EBADF and the process
     will exit.  Only a problem for "UseLogin yes".
   - millert@cvs.openbsd.org 2000/08/20 12:30:59
     [session.c]
     Only check /etc/nologin if "UseLogin no" since login(1) may have its
     own policy on determining who is allowed to login when /etc/nologin
     is present.  Also use the _PATH_NOLOGIN define.
   - millert@cvs.openbsd.org 2000/08/20 12:42:43
     [auth1.c auth2.c session.c ssh.c]
     Add calls to setusercontext() and login_get*().  We basically call
     setusercontext() in most places where previously we did a setlogin().
     Add default login.conf file and put root in the "daemon" login class.
   - millert@cvs.openbsd.org 2000/08/21 10:23:31
     [session.c]
     Fix incorrect PATH setting; noted by Markus.

23 years ago - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
djm [Tue, 22 Aug 2000 23:10:39 +0000 (23:10 +0000)] 
 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
   Avoids "scp never exits" problem. Reports from Lutz Jaenicke
   <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
   <kajiyama@grad.sccs.chukyo-u.ac.jp>

23 years ago - (djm) SUN_LEN macro for systems which lack it
djm [Fri, 18 Aug 2000 04:59:59 +0000 (04:59 +0000)] 
 - (djm) SUN_LEN macro for systems which lack it

23 years ago - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
djm [Fri, 18 Aug 2000 04:43:41 +0000 (04:43 +0000)] 
 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>

23 years agoforgot to remove
djm [Fri, 18 Aug 2000 04:38:43 +0000 (04:38 +0000)] 
forgot to remove

23 years ago - (djm) Lastlog was not getting closed after writing login entry
djm [Fri, 18 Aug 2000 04:08:38 +0000 (04:08 +0000)] 
 - (djm) Lastlog was not getting closed after writing login entry

23 years agoForgot to add
djm [Fri, 18 Aug 2000 04:01:04 +0000 (04:01 +0000)] 
Forgot to add

23 years ago - (djm) OpenBSD CVS changes:
djm [Fri, 18 Aug 2000 03:59:06 +0000 (03:59 +0000)] 
 - (djm) OpenBSD CVS changes:
   - markus@cvs.openbsd.org  2000/07/22 03:14:37
     [servconf.c servconf.h sshd.8 sshd.c sshd_config]
     random early drop; ok theo, niels
   - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
     [ssh.1]
     typo
   - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
     [sshd.8]
     many fixes from pepper@mail.reppep.com
   - provos@cvs.openbsd.org  2000/08/01 13:01:42
     [Makefile.in util.c aux.c]
     rename aux.c to util.c to help with cygwin port
   - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
     [authfd.c]
     correct sun_len; Alexander@Leidinger.net
   - provos@cvs.openbsd.org  2000/08/02 10:27:17
     [readconf.c sshd.8]
     disable kerberos authentication by default
   - provos@cvs.openbsd.org  2000/08/02 11:27:05
     [sshd.8 readconf.c auth-krb4.c]
     disallow kerberos authentication if we can't verify the TGT; from
     dugsong@
     kerberos authentication is on by default only if you have a srvtab.
   - markus@cvs.openbsd.org  2000/08/04 14:30:07
     [auth.c]
     unused
   - markus@cvs.openbsd.org  2000/08/04 14:30:35
     [sshd_config]
     MaxStartups
   - markus@cvs.openbsd.org  2000/08/15 13:20:46
     [authfd.c]
     cleanup; ok niels@
   - markus@cvs.openbsd.org  2000/08/17 14:05:10
     [session.c]
     cleanup login(1)-like jobs, no duplicate utmp entries
   - markus@cvs.openbsd.org  2000/08/17 14:06:34
     [session.c sshd.8 sshd.c]
      sshd -u len, similar to telnetd

23 years ago - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
djm [Wed, 16 Aug 2000 00:35:58 +0000 (00:35 +0000)] 
 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
 - (djm) Fix strerror replacement for old SunOS. Based on patch from
   Charles Levert <charles@comm.polymtl.ca>
 - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
   implementation.

23 years ago - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
djm [Tue, 15 Aug 2000 01:32:59 +0000 (01:32 +0000)] 
 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>

23 years ago - (djm) Don't seek in directory based lastlogs
djm [Tue, 15 Aug 2000 00:21:17 +0000 (00:21 +0000)] 
 - (djm) Don't seek in directory based lastlogs
 - (djm) Fix --with-ipaddr-display configure option test. Patch from
   Jarno Huuskonen <jhuuskon@messi.uku.fi>

23 years ago - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
djm [Tue, 15 Aug 2000 00:08:00 +0000 (00:08 +0000)] 
 - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
   Michael Stone <mstone@cs.loyola.edu>

23 years ago - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
djm [Tue, 15 Aug 2000 00:01:22 +0000 (00:01 +0000)] 
 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>

23 years ago - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
djm [Sun, 13 Aug 2000 00:31:12 +0000 (00:31 +0000)] 
 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
   Fabrice bacchella <fabrice.bacchella@marchfirst.fr>

23 years ago - (djm) utmp direct write & SunOS 4 patch from Charles Levert
djm [Wed, 9 Aug 2000 06:34:27 +0000 (06:34 +0000)] 
 - (djm) utmp direct write & SunOS 4 patch from Charles Levert
   <charles@comm.polymtl.ca>

23 years ago - (djm) Define AIX hard limits if headers don't. Report from
djm [Wed, 9 Aug 2000 04:42:28 +0000 (04:42 +0000)] 
 - (djm) Define AIX hard limits if headers don't. Report from
   Bill Painter <william.t.painter@lmco.com>

23 years ago - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
djm [Tue, 8 Aug 2000 06:53:28 +0000 (06:53 +0000)] 
 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
   time, spec file cleanup.

23 years ago - (djm) Add some more entropy collection commands from Lutz Jaenicke
djm [Mon, 7 Aug 2000 05:54:39 +0000 (05:54 +0000)] 
 - (djm) Add some more entropy collection commands from Lutz Jaenicke

23 years ago - (djm) Suppress error messages on channel close shutdown() failurs
djm [Mon, 7 Aug 2000 05:47:48 +0000 (05:47 +0000)] 
 - (djm) Suppress error messages on channel close shutdown() failurs
   works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>

23 years agoSet mode 0755 during install
djm [Mon, 7 Aug 2000 05:39:13 +0000 (05:39 +0000)] 
Set mode 0755 during install

23 years ago - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
djm [Mon, 24 Jul 2000 23:04:37 +0000 (23:04 +0000)] 
 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF

23 years ago - (djm) OpenBSD CVS updates:
djm [Fri, 21 Jul 2000 00:19:44 +0000 (00:19 +0000)] 
 - (djm) OpenBSD CVS updates:
   - markus@cvs.openbsd.org  2000/07/16 02:27:22
     [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
     [sshconnect1.c sshconnect2.c]
     make ssh-add accept dsa keys (the agent does not)
   - djm@cvs.openbsd.org     2000/07/17 19:25:02
     [sshd.c]
     Another closing of stdin; ok deraadt
   - markus@cvs.openbsd.org  2000/07/19 18:33:12
     [dsa.c]
     missing free, reorder
   - markus@cvs.openbsd.org  2000/07/20 16:23:14
     [ssh-keygen.1]
     document input and output files

23 years ago - Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
djm [Thu, 20 Jul 2000 00:00:59 +0000 (00:00 +0000)] 
 - Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>

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