]> git.ipfire.org Git - thirdparty/openssh-portable.git/log
thirdparty/openssh-portable.git
22 years ago - deraadt@cvs.openbsd.org 2003/07/18 01:54:25
Darren Tucker [Sat, 19 Jul 2003 10:07:45 +0000 (20:07 +1000)] 
   - deraadt@cvs.openbsd.org 2003/07/18 01:54:25
     [scp.c]
     userid is unsigned, but well, force it anyways; andrushock@korovino.net

22 years ago - markus@cvs.openbsd.org 2003/07/16 10:36:28
Darren Tucker [Sat, 19 Jul 2003 09:56:18 +0000 (19:56 +1000)] 
   - markus@cvs.openbsd.org 2003/07/16 10:36:28
     [sshtty.c]
     clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@

22 years ago - markus@cvs.openbsd.org 2003/07/16 10:34:53
Darren Tucker [Sat, 19 Jul 2003 09:54:31 +0000 (19:54 +1000)] 
   - markus@cvs.openbsd.org 2003/07/16 10:34:53
     [ssh.c sshd.c]
     don't exit on multiple -v or -d; ok deraadt@

22 years ago - markus@cvs.openbsd.org 2003/07/14 12:36:37
Darren Tucker [Sat, 19 Jul 2003 09:52:28 +0000 (19:52 +1000)] 
   - markus@cvs.openbsd.org 2003/07/14 12:36:37
     [sshd.c]
     remove undocumented -V option. would be only useful if openssh is used
     as ssh v1 server for ssh.com's ssh v2.

22 years ago - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
Darren Tucker [Sat, 19 Jul 2003 09:49:45 +0000 (19:49 +1000)] 
 - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
   Solaris/x86.  Patch from jrhett at isite.net.

22 years ago - markus@cvs.openbsd.org 2003/07/10 20:05:55
Darren Tucker [Mon, 14 Jul 2003 07:32:29 +0000 (17:32 +1000)] 
   - markus@cvs.openbsd.org 2003/07/10 20:05:55
     [sftp.c]
     sync usage with manpage, add missing -R

22 years ago - markus@cvs.openbsd.org 2003/07/10 14:42:28
Darren Tucker [Mon, 14 Jul 2003 07:31:06 +0000 (17:31 +1000)] 
   - markus@cvs.openbsd.org 2003/07/10 14:42:28
     [packet.c]
     the 2^(blocksize*2) rekeying limit is too expensive for 3DES,
     blowfish, etc, so enforce a 1GB limit for small blocksizes.

22 years ago - avsm@cvs.openbsd.org 2003/07/09 13:58:19
Darren Tucker [Mon, 14 Jul 2003 07:28:34 +0000 (17:28 +1000)] 
   - avsm@cvs.openbsd.org 2003/07/09 13:58:19
     [key.c]
     minor tweak: when generating the hex fingerprint, give strlcat the full
     bound to the buffer, and add a comment below explaining why the
     zero-termination is one less than the bound.  markus@ ok

22 years ago - (dtucker) [port-aix.h] Fix prototypes.
Darren Tucker [Mon, 14 Jul 2003 06:43:42 +0000 (16:43 +1000)] 
 - (dtucker) [port-aix.h] Fix prototypes.

22 years ago - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
Darren Tucker [Mon, 14 Jul 2003 06:41:55 +0000 (16:41 +1000)] 
 - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
   Call setauthdb() before loginfailed(), which may load password registry-
   specific functions.  Based on patch by cawlfiel@us.ibm.com.

22 years ago - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
Darren Tucker [Mon, 14 Jul 2003 06:26:51 +0000 (16:26 +1000)] 
 - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
   undef'ing it.

22 years ago - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
Darren Tucker [Mon, 14 Jul 2003 06:21:44 +0000 (16:21 +1000)] 
 - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
   loginfailed at all, so assume 3-arg loginfailed if not declared.

22 years ago - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
Darren Tucker [Tue, 8 Jul 2003 12:59:59 +0000 (22:59 +1000)] 
 - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
   Convert aixloginmsg into platform-independant Buffer loginmsg.

22 years ago - (dtucker) Check return value of setpcred().
Darren Tucker [Tue, 8 Jul 2003 11:01:04 +0000 (21:01 +1000)] 
 - (dtucker) Check return value of setpcred().

22 years ago - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
Darren Tucker [Tue, 8 Jul 2003 10:52:12 +0000 (20:52 +1000)] 
 - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
   Include AIX headers for authentication functions and make calls match
   prototypes.  Test for and handle 3-args and 4-arg variants of loginfailed.

22 years ago - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
Darren Tucker [Mon, 7 Jul 2003 09:44:01 +0000 (19:44 +1000)] 
 - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
   searching libraries for it.  Fixes build errors on NCR MP-RAS.

22 years ago - (dtucker) [ssh-rand-helper.c loginrec.c]
Darren Tucker [Sun, 6 Jul 2003 05:20:46 +0000 (15:20 +1000)] 
 - (dtucker) [ssh-rand-helper.c loginrec.c]
   Apply atomicio typing change to these too.

22 years ago - djm@cvs.openbsd.org 2003/07/03 08:09:06
Darren Tucker [Thu, 3 Jul 2003 10:37:47 +0000 (20:37 +1000)] 
   - djm@cvs.openbsd.org 2003/07/03 08:09:06
     [readconf.c readconf.h ssh-keysign.c ssh.c]
     fix AddressFamily option in config file, from brent@graveland.net;
     ok markus@

22 years ago - markus@cvs.openbsd.org 2003/07/03 08:24:13
Darren Tucker [Thu, 3 Jul 2003 10:27:55 +0000 (20:27 +1000)] 
   - markus@cvs.openbsd.org 2003/07/03 08:24:13
     [regress/Makefile]
     enable tests for dynamic fwd via socks (-D), uses nc(1)

22 years ago - markus@cvs.openbsd.org 2003/07/03 08:21:46
Darren Tucker [Thu, 3 Jul 2003 10:26:04 +0000 (20:26 +1000)] 
   - markus@cvs.openbsd.org 2003/07/03 08:21:46
     [regress/dynamic-forward.sh]
     add socks5; speedup; reformat; based on patch from dtucker@zip.com.au

22 years ago - markus@cvs.openbsd.org 2003/07/02 20:37:48
Darren Tucker [Thu, 3 Jul 2003 06:20:42 +0000 (16:20 +1000)] 
   - markus@cvs.openbsd.org 2003/07/02 20:37:48
     [ssh.c]
     convert hostkeyalias to lowercase, otherwise uppercase aliases will
     not match at all; ok henning@

22 years ago - markus@cvs.openbsd.org 2003/07/02 14:51:16
Darren Tucker [Thu, 3 Jul 2003 03:55:19 +0000 (13:55 +1000)] 
   - markus@cvs.openbsd.org 2003/07/02 14:51:16
     [channels.c ssh.1 ssh_config.5]
     (re)add socks5 suppport to -D; ok djm@
     now ssh(1) can act both as a socks 4 and socks 5 server and
     dynamically forward ports.

22 years ago - markus@cvs.openbsd.org 2003/07/02 12:56:34
Darren Tucker [Thu, 3 Jul 2003 03:52:04 +0000 (13:52 +1000)] 
   - markus@cvs.openbsd.org 2003/07/02 12:56:34
     [channels.c]
     deny dynamic forwarding with -R for v1, too; ok djm@

22 years ago - markus@cvs.openbsd.org 2003/06/29 12:44:38
Darren Tucker [Thu, 3 Jul 2003 03:48:04 +0000 (13:48 +1000)] 
   - markus@cvs.openbsd.org 2003/06/29 12:44:38
     [sshconnect.c]
     memset 0, not \0; andrushock@korovino.net

22 years ago - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
Darren Tucker [Thu, 3 Jul 2003 03:46:56 +0000 (13:46 +1000)] 
   - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
     [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c
     progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c
     sshd.c]
     deal with typing of write vs read in atomicio

22 years ago - djm@cvs.openbsd.org 2003/06/28 07:48:10
Darren Tucker [Thu, 3 Jul 2003 03:40:44 +0000 (13:40 +1000)] 
   - djm@cvs.openbsd.org 2003/06/28 07:48:10
     [sshd.c]
     report pidfile creation errors, based on patch from Roumen Petrov; ok markus@

22 years ago - (djm) Search for support functions necessary to build our
Damien Miller [Mon, 30 Jun 2003 09:21:36 +0000 (19:21 +1000)] 
 - (djm) Search for support functions necessary to build our
   getrrsetbyname() replacement. Patch from Roumen Petrov

22 years ago - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
Darren Tucker [Sun, 29 Jun 2003 11:30:41 +0000 (21:30 +1000)] 
 - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
   flag modifications.

22 years ago - (dtucker) Bug #602: move #include of netdb.h to after in.h (fixes compiler
Darren Tucker [Sun, 29 Jun 2003 11:23:37 +0000 (21:23 +1000)] 
 - (dtucker) Bug #602: move #include of netdb.h to after in.h (fixes compiler
   warnings on Solaris 2.5.1).

22 years agoSame day...
Darren Tucker [Sun, 29 Jun 2003 11:20:04 +0000 (21:20 +1000)] 
Same day...

22 years ago - (djm) Bug #593: Sanity check OpenSC card reader number; patch from
Damien Miller [Sat, 28 Jun 2003 08:08:16 +0000 (18:08 +1000)] 
 - (djm) Bug #593: Sanity check OpenSC card reader number; patch from
   aj@dungeon.inka.de

22 years ago - (djm) Bug #591: use PKCS#15 private key label as a comment in case
Damien Miller [Sat, 28 Jun 2003 08:02:47 +0000 (18:02 +1000)] 
 - (djm) Bug #591: use PKCS#15 private key label as a comment in case
   of OpenSC. Report and patch from larsch@trustcenter.de

22 years agoAdd Roumen Petrov
Darren Tucker [Sat, 28 Jun 2003 04:27:29 +0000 (14:27 +1000)] 
Add Roumen Petrov

22 years ago - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE
Darren Tucker [Sat, 28 Jun 2003 02:54:33 +0000 (12:54 +1000)] 
 - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE
   actually enable the feature, for those normally disabled.  Patch by
   openssh (at) roumenpetrov.info.

22 years ago - (dtucker) [regress/dynamic-forward.sh] Import new regression test.
Darren Tucker [Sat, 28 Jun 2003 02:42:09 +0000 (12:42 +1000)] 
 - (dtucker) [regress/dynamic-forward.sh] Import new regression test.

22 years ago - markus@cvs.openbsd.org 2003/06/26 20:08:33
Darren Tucker [Sat, 28 Jun 2003 02:40:12 +0000 (12:40 +1000)] 
   - markus@cvs.openbsd.org 2003/06/26 20:08:33
     [readconf.c]
     do not dump core for 'ssh -o proxycommand host'; ok deraadt@

22 years ago - miod@cvs.openbsd.org 2003/06/25 22:39:36
Darren Tucker [Sat, 28 Jun 2003 02:39:03 +0000 (12:39 +1000)] 
   - miod@cvs.openbsd.org 2003/06/25 22:39:36
     [sftp-server.c]
     Typo police: attribute is better written with an 'r'.

22 years ago - markus@cvs.openbsd.org 2003/06/24 08:23:46
Darren Tucker [Sat, 28 Jun 2003 02:38:01 +0000 (12:38 +1000)] 
   - markus@cvs.openbsd.org 2003/06/24 08:23:46
     [auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
      monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
     int -> u_int; ok djm@, deraadt@, mouring@

22 years ago - markus@cvs.openbsd.org 2003/06/23 09:02:44
Darren Tucker [Sat, 28 Jun 2003 02:33:12 +0000 (12:33 +1000)] 
   - markus@cvs.openbsd.org 2003/06/23 09:02:44
     [ssh_config.5]
     document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@

22 years ago - (dtucker) Have configure refer the user to config.log and
Darren Tucker [Tue, 24 Jun 2003 10:22:09 +0000 (20:22 +1000)] 
 - (dtucker) Have configure refer the user to config.log and
   contrib/findssl.sh for OpenSSL header/library mismatches.

22 years agoMissed a line cut-and-pasting the ChangeLog
Darren Tucker [Sun, 22 Jun 2003 11:22:04 +0000 (21:22 +1000)] 
Missed a line cut-and-pasting the ChangeLog

22 years ago20030622
Darren Tucker [Sun, 22 Jun 2003 10:48:45 +0000 (20:48 +1000)] 
20030622
 - (dtucker) OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2003/06/20 05:48:21
     [sshd_config]
     sync some implemented options; ok markus@

22 years ago20030622
Darren Tucker [Sun, 22 Jun 2003 10:46:53 +0000 (20:46 +1000)] 
20030622
 - (dtucker) OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2003/06/20 05:47:58
     [sshd_config.5]
     sync description of protocol 2 cipher proposal; ok markus

22 years ago - (dtucker) OpenBSD CVS Sync
Darren Tucker [Sun, 22 Jun 2003 10:45:15 +0000 (20:45 +1000)] 
 - (dtucker) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2003/06/18 11:28:11
     [ssh-rsa.c]
     backout last change, since it violates pkcs#1
     switch to share/misc/license.template

22 years ago - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
Darren Tucker [Sun, 22 Jun 2003 08:32:10 +0000 (18:32 +1000)] 
 - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
   testing its value.

When HAVE_SETPROCTITLE is defined (at least on NetBSD, gcc 2.95.3) the test
"#if SPT_TYPE == SPT_REUSEARGV" is not true (probably because SPT_TYPE or
SPT_REUSEARGV is not defined).  This results in the following build error:

$ gcc [flags] setproctitle.c
setproctitle.c: In function `compat_init_setproctitle':
setproctitle.c:102: `argv_start' undeclared (first use in this function)

22 years ago - (dtucker) OpenBSD CVS Sync (regress/)
Darren Tucker [Sun, 22 Jun 2003 02:33:27 +0000 (12:33 +1000)] 
 - (dtucker) OpenBSD CVS Sync (regress/)
   - markus@cvs.openbsd.org 2003/06/21 09:14:05
     [reconfigure.sh]
     missing $SUDO; from dtucker@zip.com.au
 - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.

22 years ago - (dtucker) OpenBSD CVS Sync (regress/)
Darren Tucker [Wed, 18 Jun 2003 12:45:34 +0000 (22:45 +1000)] 
 - (dtucker) OpenBSD CVS Sync (regress/)
   - markus@cvs.openbsd.org 2003/06/12 15:43:32
     [Makefile]
     test -HUP; dtucker at zip.com.au

22 years ago - (dtucker) OpenBSD CVS Sync (regress/)
Darren Tucker [Wed, 18 Jun 2003 12:43:13 +0000 (22:43 +1000)] 
 - (dtucker) OpenBSD CVS Sync (regress/)
   - markus@cvs.openbsd.org 2003/06/12 15:40:01
     [try-ciphers.sh]
     add ctr

22 years ago - (dtucker) OpenBSD CVS Sync (regress/)
Darren Tucker [Wed, 18 Jun 2003 12:41:41 +0000 (22:41 +1000)] 
 - (dtucker) OpenBSD CVS Sync (regress/)
   - mouring@cvs.openbsd.org 2003/05/15 04:07:12
     [sftp-cmds.sh]
     Advanced put/get testing for sftp.  OK @djm

22 years ago - (dtucker) OpenBSD CVS Sync (regress/)
Darren Tucker [Wed, 18 Jun 2003 12:36:48 +0000 (22:36 +1000)] 
 - (dtucker) OpenBSD CVS Sync (regress/)
   - markus@cvs.openbsd.org 2003/05/14 22:08:27
     [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
     test against some new commerical versions

22 years ago - (dtucker) OpenBSD CVS Sync (regress/)
Darren Tucker [Wed, 18 Jun 2003 12:35:11 +0000 (22:35 +1000)] 
 - (dtucker) OpenBSD CVS Sync (regress/)
   - djm@cvs.openbsd.org 2003/04/04 09:34:22
     [Makefile sftp-cmds.sh]
     More regression tests, including recent directory rename bug; ok markus@

22 years ago - (dtucker) OpenBSD CVS Sync (regress/)
Darren Tucker [Wed, 18 Jun 2003 12:32:51 +0000 (22:32 +1000)] 
 - (dtucker) OpenBSD CVS Sync (regress/)
   - markus@cvs.openbsd.org 2003/04/02 12:21:13
     [Makefile]
     enable rekey test

22 years ago - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.
Darren Tucker [Wed, 18 Jun 2003 12:21:33 +0000 (22:21 +1000)] 
 - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.

22 years ago - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
Darren Tucker [Wed, 18 Jun 2003 12:18:57 +0000 (22:18 +1000)] 
 - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
   Import new regression tests from OpenBSD

22 years ago - markus@cvs.openbsd.org 2003/06/17 18:14:23
Damien Miller [Wed, 18 Jun 2003 10:29:35 +0000 (20:29 +1000)] 
   - markus@cvs.openbsd.org 2003/06/17 18:14:23
     [cipher-ctr.c]
     use license from /usr/share/misc/license.template for new code

22 years ago - markus@cvs.openbsd.org 2003/06/16 10:22:45
Damien Miller [Wed, 18 Jun 2003 10:29:18 +0000 (20:29 +1000)] 
   - markus@cvs.openbsd.org 2003/06/16 10:22:45
     [ssh-add.c]
     print out key comment on each prompt; make ssh-askpass more useable; ok djm@

22 years ago - markus@cvs.openbsd.org 2003/06/16 08:22:35
Damien Miller [Wed, 18 Jun 2003 10:29:01 +0000 (20:29 +1000)] 
   - markus@cvs.openbsd.org 2003/06/16 08:22:35
     [ssh-rsa.c]
     make sure the signature has at least the expected length (don't
     insist on len == hlen + oidlen, since this breaks some smartcards)
     bugzilla #592; ok djm@

22 years ago - markus@cvs.openbsd.org 2003/06/12 19:12:03
Damien Miller [Wed, 18 Jun 2003 10:28:40 +0000 (20:28 +1000)] 
   - markus@cvs.openbsd.org 2003/06/12 19:12:03
     [scard.c scard.h ssh-agent.c ssh.c]
     add sc_get_key_label; larsch at trustcenter.de; bugzilla#591

22 years ago - nino@cvs.openbsd.org 2003/06/12 15:34:09
Damien Miller [Wed, 18 Jun 2003 10:26:34 +0000 (20:26 +1000)] 
   - nino@cvs.openbsd.org 2003/06/12 15:34:09
     [scp.c]
     Typo. Ok markus@.

22 years ago - djm@cvs.openbsd.org 2003/06/12 12:22:47
Damien Miller [Wed, 18 Jun 2003 10:26:13 +0000 (20:26 +1000)] 
   - djm@cvs.openbsd.org 2003/06/12 12:22:47
     [LICENCE]
     mention more copyright holders; ok markus@

22 years ago - (djm) OpenBSD CVS Sync
Damien Miller [Wed, 18 Jun 2003 10:25:33 +0000 (20:25 +1000)] 
 - (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2003/06/12 07:57:38
     [monitor.c sshlogin.c sshpty.c]
     typos; dtucker at zip.com.au

22 years ago - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
Damien Miller [Fri, 13 Jun 2003 22:43:22 +0000 (08:43 +1000)] 
 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@

22 years agoFix typos in comments.
Darren Tucker [Wed, 11 Jun 2003 13:56:41 +0000 (23:56 +1000)] 
Fix typos in comments.

22 years ago - (djm) Put licenses on substantial header files
Damien Miller [Wed, 11 Jun 2003 12:51:32 +0000 (22:51 +1000)] 
 - (djm) Put licenses on substantial header files

22 years ago - (djm) Mention portable copyright holders in LICENSE
Damien Miller [Wed, 11 Jun 2003 12:50:56 +0000 (22:50 +1000)] 
 - (djm) Mention portable copyright holders in LICENSE

22 years ago - (djm) Sync LICENSE against OpenBSD
Damien Miller [Wed, 11 Jun 2003 12:08:36 +0000 (22:08 +1000)] 
 - (djm) Sync LICENSE against OpenBSD

22 years ago - djm@cvs.openbsd.org 2003/06/11 11:18:38
Damien Miller [Wed, 11 Jun 2003 12:06:33 +0000 (22:06 +1000)] 
   - djm@cvs.openbsd.org 2003/06/11 11:18:38
     [authfd.c authfd.h ssh-add.c ssh-agent.c]
     make agent constraints (lifetime, confirm) work with smartcard keys;
     ok markus@

22 years ago - jakob@cvs.openbsd.org 2003/06/11 10:18:47
Damien Miller [Wed, 11 Jun 2003 12:05:45 +0000 (22:05 +1000)] 
   - jakob@cvs.openbsd.org 2003/06/11 10:18:47
     [dns.c]
     sync with check_host_key() change

22 years ago - jakob@cvs.openbsd.org 2003/06/11 10:16:16
Damien Miller [Wed, 11 Jun 2003 12:05:25 +0000 (22:05 +1000)] 
   - jakob@cvs.openbsd.org 2003/06/11 10:16:16
     [sshconnect.c]
     clean up check_host_key() and improve SSHFP feedback. ok markus@

22 years ago - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
Damien Miller [Wed, 11 Jun 2003 12:05:06 +0000 (22:05 +1000)] 
   - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
     [packet.c progressmeter.c]
     mostly ansi cleanup; pval ok

22 years ago - jmc@cvs.openbsd.org 2003/06/10 09:12:11
Damien Miller [Wed, 11 Jun 2003 12:04:39 +0000 (22:04 +1000)] 
   - jmc@cvs.openbsd.org 2003/06/10 09:12:11
     [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5]
     [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
     - section reorder
     - COMPATIBILITY merge
     - macro cleanup
     - kill whitespace at EOL
     - new sentence, new line
     ssh pages ok markus@

22 years ago - (djm) Re-merge OpenSC info into README.smartcard
Damien Miller [Tue, 10 Jun 2003 11:09:09 +0000 (21:09 +1000)] 
 - (djm) Re-merge OpenSC info into README.smartcard

22 years ago - (djm) Sync README.smartcard with OpenBSD -current
Damien Miller [Tue, 10 Jun 2003 08:55:22 +0000 (18:55 +1000)] 
 - (djm) Sync README.smartcard with OpenBSD -current

22 years ago - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@
Darren Tucker [Fri, 6 Jun 2003 00:46:04 +0000 (10:46 +1000)] 
 - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@

22 years ago - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
Darren Tucker [Thu, 5 Jun 2003 12:20:11 +0000 (22:20 +1000)] 
 - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).

22 years ago - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
Darren Tucker [Thu, 5 Jun 2003 09:37:30 +0000 (19:37 +1000)] 
 - (dtucker) Add includes.h to fake-rfc2553.c so it will build.

22 years ago - (djm) Bug #589 - scard-opensc: load only keys with a private keys
Damien Miller [Thu, 5 Jun 2003 09:19:35 +0000 (19:19 +1000)] 
 - (djm) Bug #589 - scard-opensc: load only keys with a private keys
   Patch from larsch@trustcenter.de

22 years ago - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
Damien Miller [Thu, 5 Jun 2003 08:53:42 +0000 (18:53 +1000)] 
 - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
   Patch from larsch@trustcenter.de

22 years ago - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
Damien Miller [Thu, 5 Jun 2003 08:52:47 +0000 (18:52 +1000)] 
 - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]

22 years ago - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
Damien Miller [Thu, 5 Jun 2003 00:04:12 +0000 (10:04 +1000)] 
 - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code

22 years agoKNF
Damien Miller [Wed, 4 Jun 2003 23:56:35 +0000 (09:56 +1000)] 
KNF

22 years ago - (djm) Implement paranoid priv dropping checks, based on:
Damien Miller [Wed, 4 Jun 2003 23:53:31 +0000 (09:53 +1000)] 
 - (djm) Implement paranoid priv dropping checks, based on:
   "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
   Proceedings of USENIX Security Symposium 2002

22 years agoPut AI_NUMERICHOST back where it belongs.
Darren Tucker [Wed, 4 Jun 2003 23:52:42 +0000 (09:52 +1000)] 
Put AI_NUMERICHOST back where it belongs.

22 years ago - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
Damien Miller [Wed, 4 Jun 2003 23:48:32 +0000 (09:48 +1000)] 
 - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
   canohost.c changes.

22 years agoRevert recently introduced typo: AI_NUMERICHOST -> NI_NUMERICHOST
Darren Tucker [Wed, 4 Jun 2003 14:11:53 +0000 (00:11 +1000)] 
Revert recently introduced typo: AI_NUMERICHOST -> NI_NUMERICHOST

22 years ago - (djm) Always use mysignal() for SIGALRM
Damien Miller [Wed, 4 Jun 2003 12:56:15 +0000 (22:56 +1000)] 
 - (djm) Always use mysignal() for SIGALRM

22 years ago - djm@cvs.openbsd.org 2003/06/04 12:41:22
Damien Miller [Wed, 4 Jun 2003 12:51:38 +0000 (22:51 +1000)] 
   - djm@cvs.openbsd.org 2003/06/04 12:41:22
     [sftp.c]
     kill ssh process on receipt of signal; ok markus@

22 years ago - djm@cvs.openbsd.org 2003/06/04 12:40:39
Damien Miller [Wed, 4 Jun 2003 12:51:24 +0000 (22:51 +1000)] 
   - djm@cvs.openbsd.org 2003/06/04 12:40:39
     [scp.c]
     kill ssh process upon receipt of signal, bz #241.
     based on patch from esb AT hawaii.edu; ok markus@

22 years ago - djm@cvs.openbsd.org 2003/06/04 12:18:49
Damien Miller [Wed, 4 Jun 2003 12:51:08 +0000 (22:51 +1000)] 
   - djm@cvs.openbsd.org 2003/06/04 12:18:49
     [scp.c]
     ansify; ok markus@

22 years ago - djm@cvs.openbsd.org 2003/06/04 12:03:59
Damien Miller [Wed, 4 Jun 2003 12:50:54 +0000 (22:50 +1000)] 
   - djm@cvs.openbsd.org 2003/06/04 12:03:59
     [serverloop.c]
     remove bitrotten commet; ok markus@

22 years ago - (djm) Update to fix of bug #584: lock card before return.
Damien Miller [Wed, 4 Jun 2003 12:12:17 +0000 (22:12 +1000)] 
 - (djm) Update to fix of bug #584: lock card before return.
   From larsch@trustcenter.de

22 years ago - djm@cvs.openbsd.org 2003/06/04 10:23:48
Damien Miller [Wed, 4 Jun 2003 10:32:12 +0000 (20:32 +1000)] 
   - djm@cvs.openbsd.org 2003/06/04 10:23:48
     [sshd.c]
     remove duplicated group-dropping code; ok markus@

22 years ago - (djm) OpenBSD CVS Sync
Damien Miller [Wed, 4 Jun 2003 10:31:53 +0000 (20:31 +1000)] 
 - (djm) OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2003/06/04 08:25:18
     [sshconnect.c]
     disable challenge/response and keyboard-interactive auth methods
     upon hostkey mismatch. based on patch from fcusack AT fcusack.com.
     bz #580; ok markus@

22 years ago - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from
Damien Miller [Wed, 4 Jun 2003 09:22:06 +0000 (19:22 +1000)] 
 - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from
   larsch@trustcenter.de; ok markus@

22 years ago - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt.
Damien Miller [Wed, 4 Jun 2003 09:15:10 +0000 (19:15 +1000)] 
 - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt.
   ok markus@

22 years ago - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
Damien Miller [Wed, 4 Jun 2003 09:06:59 +0000 (19:06 +1000)] 
 - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
   simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)

22 years agochange "No more 4-term BSD licenses in our tree" to
Damien Miller [Tue, 3 Jun 2003 03:09:16 +0000 (13:09 +1000)] 
change "No more 4-term BSD licenses in our tree" to
       "No more 4-term BSD licenses in linked code"

mdoc2man.pl is 4-term BSDL

22 years agoa - millert@cvs.openbsd.org 2003/06/03 02:56:16
Damien Miller [Tue, 3 Jun 2003 03:06:18 +0000 (13:06 +1000)] 
a   - millert@cvs.openbsd.org 2003/06/03 02:56:16
     [scp.c]
     Remove the advertising clause in the UCB license which Berkeley
     rescinded 22 July 1999.  Proofed by myself and Theo.

22 years ago - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
Darren Tucker [Tue, 3 Jun 2003 02:45:27 +0000 (12:45 +1000)] 
 - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.

22 years agotrim prior to 3.6p1
Damien Miller [Tue, 3 Jun 2003 02:43:14 +0000 (12:43 +1000)] 
trim prior to 3.6p1