diff options
Diffstat (limited to 'crypto/external/bsd')
82 files changed, 170 insertions, 162 deletions
diff --git a/crypto/external/bsd/openssh/dist/addrmatch.c b/crypto/external/bsd/openssh/dist/addrmatch.c index 1d516451cb3..4592ff1b387 100644 --- a/crypto/external/bsd/openssh/dist/addrmatch.c +++ b/crypto/external/bsd/openssh/dist/addrmatch.c @@ -1,4 +1,4 @@ -/* $NetBSD: addrmatch.c,v 1.12 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: addrmatch.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: addrmatch.c,v 1.14 2018/07/31 03:07:24 djm Exp $ */ /* @@ -18,7 +18,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: addrmatch.c,v 1.12 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: addrmatch.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> diff --git a/crypto/external/bsd/openssh/dist/auth-bsdauth.c b/crypto/external/bsd/openssh/dist/auth-bsdauth.c index 0914ba72700..43127fa9487 100644 --- a/crypto/external/bsd/openssh/dist/auth-bsdauth.c +++ b/crypto/external/bsd/openssh/dist/auth-bsdauth.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth-bsdauth.c,v 1.8 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth-bsdauth.c,v 1.9 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth-bsdauth.c,v 1.15 2018/07/09 21:35:50 markus Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth-bsdauth.c,v 1.8 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth-bsdauth.c,v 1.9 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <stdarg.h> #include <stdio.h> diff --git a/crypto/external/bsd/openssh/dist/auth-krb5.c b/crypto/external/bsd/openssh/dist/auth-krb5.c index 1ef1116a013..e9f63c2c364 100644 --- a/crypto/external/bsd/openssh/dist/auth-krb5.c +++ b/crypto/external/bsd/openssh/dist/auth-krb5.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth-krb5.c,v 1.12 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth-krb5.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth-krb5.c,v 1.23 2018/07/09 21:35:50 markus Exp $ */ /* @@ -31,7 +31,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth-krb5.c,v 1.12 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth-krb5.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <pwd.h> #include <stdarg.h> diff --git a/crypto/external/bsd/openssh/dist/auth-options.c b/crypto/external/bsd/openssh/dist/auth-options.c index f4961c2654f..4487d067b5a 100644 --- a/crypto/external/bsd/openssh/dist/auth-options.c +++ b/crypto/external/bsd/openssh/dist/auth-options.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth-options.c,v 1.18 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth-options.c,v 1.19 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth-options.c,v 1.83 2018/06/19 02:59:41 djm Exp $ */ /* @@ -18,7 +18,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth-options.c,v 1.18 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth-options.c,v 1.19 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/queue.h> diff --git a/crypto/external/bsd/openssh/dist/auth-passwd.c b/crypto/external/bsd/openssh/dist/auth-passwd.c index bce244acea9..028b9c4ce5f 100644 --- a/crypto/external/bsd/openssh/dist/auth-passwd.c +++ b/crypto/external/bsd/openssh/dist/auth-passwd.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth-passwd.c,v 1.10 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth-passwd.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth-passwd.c,v 1.47 2018/07/09 21:26:02 markus Exp $ */ /* @@ -39,7 +39,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth-passwd.c,v 1.10 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth-passwd.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <login_cap.h> diff --git a/crypto/external/bsd/openssh/dist/auth-rhosts.c b/crypto/external/bsd/openssh/dist/auth-rhosts.c index 46363352b68..eb873bc1a2b 100644 --- a/crypto/external/bsd/openssh/dist/auth-rhosts.c +++ b/crypto/external/bsd/openssh/dist/auth-rhosts.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth-rhosts.c,v 1.9 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth-rhosts.c,v 1.10 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth-rhosts.c,v 1.49 2018/07/09 21:35:50 markus Exp $ */ /* @@ -17,7 +17,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth-rhosts.c,v 1.9 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth-rhosts.c,v 1.10 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/crypto/external/bsd/openssh/dist/auth.c b/crypto/external/bsd/openssh/dist/auth.c index 2e22245cfdc..39b258688d7 100644 --- a/crypto/external/bsd/openssh/dist/auth.c +++ b/crypto/external/bsd/openssh/dist/auth.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth.c,v 1.22 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth.c,v 1.23 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth.c,v 1.132 2018/07/11 08:19:35 martijn Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth.c,v 1.22 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth.c,v 1.23 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/stat.h> #include <sys/socket.h> diff --git a/crypto/external/bsd/openssh/dist/auth2-chall.c b/crypto/external/bsd/openssh/dist/auth2-chall.c index 4d6b0357a5c..39f2e813fdc 100644 --- a/crypto/external/bsd/openssh/dist/auth2-chall.c +++ b/crypto/external/bsd/openssh/dist/auth2-chall.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth2-chall.c,v 1.14 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth2-chall.c,v 1.15 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth2-chall.c,v 1.50 2018/07/11 18:55:11 markus Exp $ */ /* @@ -27,7 +27,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth2-chall.c,v 1.14 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth2-chall.c,v 1.15 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <stdio.h> diff --git a/crypto/external/bsd/openssh/dist/auth2-gss.c b/crypto/external/bsd/openssh/dist/auth2-gss.c index 5407d9b591c..a6c940dde2a 100644 --- a/crypto/external/bsd/openssh/dist/auth2-gss.c +++ b/crypto/external/bsd/openssh/dist/auth2-gss.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth2-gss.c,v 1.12 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth2-gss.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth2-gss.c,v 1.29 2018/07/31 03:10:27 djm Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth2-gss.c,v 1.12 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth2-gss.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $"); #ifdef GSSAPI diff --git a/crypto/external/bsd/openssh/dist/auth2-hostbased.c b/crypto/external/bsd/openssh/dist/auth2-hostbased.c index b2616c4e570..601e06c7532 100644 --- a/crypto/external/bsd/openssh/dist/auth2-hostbased.c +++ b/crypto/external/bsd/openssh/dist/auth2-hostbased.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth2-hostbased.c,v 1.14 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth2-hostbased.c,v 1.15 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth2-hostbased.c,v 1.36 2018/07/31 03:10:27 djm Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth2-hostbased.c,v 1.14 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth2-hostbased.c,v 1.15 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <pwd.h> diff --git a/crypto/external/bsd/openssh/dist/auth2-kbdint.c b/crypto/external/bsd/openssh/dist/auth2-kbdint.c index 5556bb512c0..7bde58a0929 100644 --- a/crypto/external/bsd/openssh/dist/auth2-kbdint.c +++ b/crypto/external/bsd/openssh/dist/auth2-kbdint.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth2-kbdint.c,v 1.9 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth2-kbdint.c,v 1.10 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth2-kbdint.c,v 1.9 2018/07/09 21:35:50 markus Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth2-kbdint.c,v 1.9 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth2-kbdint.c,v 1.10 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include "xmalloc.h" diff --git a/crypto/external/bsd/openssh/dist/auth2-none.c b/crypto/external/bsd/openssh/dist/auth2-none.c index 041dec3c4c8..1855b4e272c 100644 --- a/crypto/external/bsd/openssh/dist/auth2-none.c +++ b/crypto/external/bsd/openssh/dist/auth2-none.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth2-none.c,v 1.10 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth2-none.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth2-none.c,v 1.22 2018/07/09 21:35:50 markus Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth2-none.c,v 1.10 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth2-none.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <stdarg.h> #include <stdio.h> diff --git a/crypto/external/bsd/openssh/dist/auth2-passwd.c b/crypto/external/bsd/openssh/dist/auth2-passwd.c index 7b4f48c9286..193a5436cdd 100644 --- a/crypto/external/bsd/openssh/dist/auth2-passwd.c +++ b/crypto/external/bsd/openssh/dist/auth2-passwd.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth2-passwd.c,v 1.10 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth2-passwd.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth2-passwd.c,v 1.16 2018/07/09 21:35:50 markus Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth2-passwd.c,v 1.10 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth2-passwd.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <string.h> diff --git a/crypto/external/bsd/openssh/dist/auth2-pubkey.c b/crypto/external/bsd/openssh/dist/auth2-pubkey.c index ab471379b03..b029d199a8b 100644 --- a/crypto/external/bsd/openssh/dist/auth2-pubkey.c +++ b/crypto/external/bsd/openssh/dist/auth2-pubkey.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth2-pubkey.c,v 1.21 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth2-pubkey.c,v 1.22 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth2-pubkey.c,v 1.84 2018/08/23 03:01:08 djm Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth2-pubkey.c,v 1.21 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth2-pubkey.c,v 1.22 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/crypto/external/bsd/openssh/dist/auth2.c b/crypto/external/bsd/openssh/dist/auth2.c index 6855ea4f642..1921c568bd2 100644 --- a/crypto/external/bsd/openssh/dist/auth2.c +++ b/crypto/external/bsd/openssh/dist/auth2.c @@ -1,4 +1,4 @@ -/* $NetBSD: auth2.c,v 1.17 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth2.c,v 1.18 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth2.c,v 1.149 2018/07/11 18:53:29 markus Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth2.c,v 1.17 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth2.c,v 1.18 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/stat.h> #include <sys/uio.h> diff --git a/crypto/external/bsd/openssh/dist/authfd.c b/crypto/external/bsd/openssh/dist/authfd.c index e2ee65bd1fb..9372b8edeec 100644 --- a/crypto/external/bsd/openssh/dist/authfd.c +++ b/crypto/external/bsd/openssh/dist/authfd.c @@ -1,4 +1,4 @@ -/* $NetBSD: authfd.c,v 1.16 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: authfd.c,v 1.17 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: authfd.c,v 1.111 2018/07/09 21:59:10 markus Exp $ */ /* @@ -38,7 +38,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: authfd.c,v 1.16 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: authfd.c,v 1.17 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/un.h> #include <sys/socket.h> diff --git a/crypto/external/bsd/openssh/dist/authfile.c b/crypto/external/bsd/openssh/dist/authfile.c index 1f2577eb4fd..d15defcc9b6 100644 --- a/crypto/external/bsd/openssh/dist/authfile.c +++ b/crypto/external/bsd/openssh/dist/authfile.c @@ -1,4 +1,4 @@ -/* $NetBSD: authfile.c,v 1.19 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: authfile.c,v 1.20 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: authfile.c,v 1.130 2018/07/09 21:59:10 markus Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: authfile.c,v 1.19 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: authfile.c,v 1.20 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/stat.h> #include <sys/uio.h> diff --git a/crypto/external/bsd/openssh/dist/bitmap.c b/crypto/external/bsd/openssh/dist/bitmap.c index b6b8f9f38e1..17fd1f793c2 100644 --- a/crypto/external/bsd/openssh/dist/bitmap.c +++ b/crypto/external/bsd/openssh/dist/bitmap.c @@ -1,4 +1,4 @@ -/* $NetBSD: bitmap.c,v 1.7 2018/04/06 18:58:59 christos Exp $ */ +/* $NetBSD: bitmap.c,v 1.8 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: bitmap.c,v 1.9 2017/10/20 01:56:39 djm Exp $ */ /* * Copyright (c) 2015 Damien Miller <djm@mindrot.org> @@ -16,7 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include "includes.h" -__RCSID("$NetBSD: bitmap.c,v 1.7 2018/04/06 18:58:59 christos Exp $"); +__RCSID("$NetBSD: bitmap.c,v 1.8 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <string.h> diff --git a/crypto/external/bsd/openssh/dist/channels.c b/crypto/external/bsd/openssh/dist/channels.c index 77f489aabc5..31d3ce09b59 100644 --- a/crypto/external/bsd/openssh/dist/channels.c +++ b/crypto/external/bsd/openssh/dist/channels.c @@ -1,4 +1,4 @@ -/* $NetBSD: channels.c,v 1.22 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: channels.c,v 1.23 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: channels.c,v 1.384 2018/07/27 12:03:17 markus Exp $ */ /* @@ -42,7 +42,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: channels.c,v 1.22 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: channels.c,v 1.23 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> #include <sys/types.h> #include <sys/stat.h> diff --git a/crypto/external/bsd/openssh/dist/cipher-ctr-mt.c b/crypto/external/bsd/openssh/dist/cipher-ctr-mt.c index 3137c2f7b47..32d3bf6831c 100644 --- a/crypto/external/bsd/openssh/dist/cipher-ctr-mt.c +++ b/crypto/external/bsd/openssh/dist/cipher-ctr-mt.c @@ -1,4 +1,4 @@ -/* $NetBSD: cipher-ctr-mt.c,v 1.9 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: cipher-ctr-mt.c,v 1.10 2019/01/27 02:08:33 pgoyette Exp $ */ /* * OpenSSH Multi-threaded AES-CTR Cipher * @@ -21,7 +21,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include "includes.h" -__RCSID("$NetBSD: cipher-ctr-mt.c,v 1.9 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: cipher-ctr-mt.c,v 1.10 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/cipher.c b/crypto/external/bsd/openssh/dist/cipher.c index 27bf39f6b99..ee3ee8eed8a 100644 --- a/crypto/external/bsd/openssh/dist/cipher.c +++ b/crypto/external/bsd/openssh/dist/cipher.c @@ -1,4 +1,4 @@ -/* $NetBSD: cipher.c,v 1.13 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: cipher.c,v 1.14 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: cipher.c,v 1.111 2018/02/23 15:58:37 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -37,7 +37,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: cipher.c,v 1.13 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: cipher.c,v 1.14 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <string.h> diff --git a/crypto/external/bsd/openssh/dist/cleanup.c b/crypto/external/bsd/openssh/dist/cleanup.c index 51f7d8651a9..111bc302332 100644 --- a/crypto/external/bsd/openssh/dist/cleanup.c +++ b/crypto/external/bsd/openssh/dist/cleanup.c @@ -1,4 +1,4 @@ -/* $NetBSD: cleanup.c,v 1.7 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: cleanup.c,v 1.8 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: cleanup.c,v 1.5 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2003 Markus Friedl <markus@openbsd.org> @@ -16,7 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include "includes.h" -__RCSID("$NetBSD: cleanup.c,v 1.7 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: cleanup.c,v 1.8 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/clientloop.c b/crypto/external/bsd/openssh/dist/clientloop.c index 6f3716337c5..0e26d3e4f06 100644 --- a/crypto/external/bsd/openssh/dist/clientloop.c +++ b/crypto/external/bsd/openssh/dist/clientloop.c @@ -1,4 +1,4 @@ -/* $NetBSD: clientloop.c,v 1.24 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: clientloop.c,v 1.25 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: clientloop.c,v 1.317 2018/07/11 18:53:29 markus Exp $ */ /* @@ -62,7 +62,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: clientloop.c,v 1.24 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: clientloop.c,v 1.25 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/crypto/external/bsd/openssh/dist/compat.c b/crypto/external/bsd/openssh/dist/compat.c index 9794bf01251..7853010fb7d 100644 --- a/crypto/external/bsd/openssh/dist/compat.c +++ b/crypto/external/bsd/openssh/dist/compat.c @@ -1,4 +1,4 @@ -/* $NetBSD: compat.c,v 1.19 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: compat.c,v 1.20 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: compat.c,v 1.113 2018/08/13 02:41:05 djm Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: compat.c,v 1.19 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: compat.c,v 1.20 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <stdlib.h> diff --git a/crypto/external/bsd/openssh/dist/dh.c b/crypto/external/bsd/openssh/dist/dh.c index d44c2682ecd..992fdf23e30 100644 --- a/crypto/external/bsd/openssh/dist/dh.c +++ b/crypto/external/bsd/openssh/dist/dh.c @@ -1,4 +1,4 @@ -/* $NetBSD: dh.c,v 1.15 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: dh.c,v 1.16 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: dh.c,v 1.66 2018/08/04 00:55:06 djm Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: dh.c,v 1.15 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: dh.c,v 1.16 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> /* MIN */ #include <openssl/bn.h> diff --git a/crypto/external/bsd/openssh/dist/dns.c b/crypto/external/bsd/openssh/dist/dns.c index 5fc48ae4d61..fdd6df19864 100644 --- a/crypto/external/bsd/openssh/dist/dns.c +++ b/crypto/external/bsd/openssh/dist/dns.c @@ -1,4 +1,4 @@ -/* $NetBSD: dns.c,v 1.16 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: dns.c,v 1.17 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: dns.c,v 1.38 2018/02/23 15:58:37 markus Exp $ */ /* @@ -27,7 +27,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: dns.c,v 1.16 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: dns.c,v 1.17 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/crypto/external/bsd/openssh/dist/fmt_scaled.c b/crypto/external/bsd/openssh/dist/fmt_scaled.c index 8945039e132..b635ea024f5 100644 --- a/crypto/external/bsd/openssh/dist/fmt_scaled.c +++ b/crypto/external/bsd/openssh/dist/fmt_scaled.c @@ -1,4 +1,4 @@ -/* $NetBSD: fmt_scaled.c,v 1.7 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: fmt_scaled.c,v 1.8 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: fmt_scaled.c,v 1.9 2007/03/20 03:42:52 tedu Exp $ */ /* @@ -40,7 +40,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: fmt_scaled.c,v 1.7 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: fmt_scaled.c,v 1.8 2019/01/27 02:08:33 pgoyette Exp $"); #ifndef HAVE_FMT_SCALED #include <stdio.h> diff --git a/crypto/external/bsd/openssh/dist/gss-serv-krb5.c b/crypto/external/bsd/openssh/dist/gss-serv-krb5.c index fb4826e0027..1e85b6fa45a 100644 --- a/crypto/external/bsd/openssh/dist/gss-serv-krb5.c +++ b/crypto/external/bsd/openssh/dist/gss-serv-krb5.c @@ -1,4 +1,4 @@ -/* $NetBSD: gss-serv-krb5.c,v 1.11 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: gss-serv-krb5.c,v 1.12 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: gss-serv-krb5.c,v 1.9 2018/07/09 21:37:55 markus Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: gss-serv-krb5.c,v 1.11 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: gss-serv-krb5.c,v 1.12 2019/01/27 02:08:33 pgoyette Exp $"); #ifdef GSSAPI #ifdef KRB5 diff --git a/crypto/external/bsd/openssh/dist/gss-serv.c b/crypto/external/bsd/openssh/dist/gss-serv.c index fc44f48bc18..02702d2b593 100644 --- a/crypto/external/bsd/openssh/dist/gss-serv.c +++ b/crypto/external/bsd/openssh/dist/gss-serv.c @@ -1,4 +1,4 @@ -/* $NetBSD: gss-serv.c,v 1.12 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: gss-serv.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: gss-serv.c,v 1.31 2018/07/09 21:37:55 markus Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: gss-serv.c,v 1.12 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: gss-serv.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/hostfile.c b/crypto/external/bsd/openssh/dist/hostfile.c index 3d589c56956..65aa4c06a63 100644 --- a/crypto/external/bsd/openssh/dist/hostfile.c +++ b/crypto/external/bsd/openssh/dist/hostfile.c @@ -1,4 +1,4 @@ -/* $NetBSD: hostfile.c,v 1.12 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: hostfile.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: hostfile.c,v 1.73 2018/07/16 03:09:13 djm Exp $ */ /* @@ -39,7 +39,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: hostfile.c,v 1.12 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: hostfile.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/crypto/external/bsd/openssh/dist/kex.c b/crypto/external/bsd/openssh/dist/kex.c index f2b3a460b1f..a2446b69c76 100644 --- a/crypto/external/bsd/openssh/dist/kex.c +++ b/crypto/external/bsd/openssh/dist/kex.c @@ -1,4 +1,4 @@ -/* $NetBSD: kex.c,v 1.22 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: kex.c,v 1.23 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: kex.c,v 1.141 2018/07/09 13:37:10 sf Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: kex.c,v 1.22 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: kex.c,v 1.23 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> /* MAX roundup */ #include <signal.h> diff --git a/crypto/external/bsd/openssh/dist/kexdhc.c b/crypto/external/bsd/openssh/dist/kexdhc.c index 6648f69ad2a..defdc915021 100644 --- a/crypto/external/bsd/openssh/dist/kexdhc.c +++ b/crypto/external/bsd/openssh/dist/kexdhc.c @@ -1,4 +1,4 @@ -/* $NetBSD: kexdhc.c,v 1.12 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: kexdhc.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: kexdhc.c,v 1.22 2018/02/07 02:06:51 jsing Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -25,7 +25,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: kexdhc.c,v 1.12 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: kexdhc.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <openssl/dh.h> diff --git a/crypto/external/bsd/openssh/dist/kexdhs.c b/crypto/external/bsd/openssh/dist/kexdhs.c index b8ef4b59d90..4ae67c7c070 100644 --- a/crypto/external/bsd/openssh/dist/kexdhs.c +++ b/crypto/external/bsd/openssh/dist/kexdhs.c @@ -1,4 +1,4 @@ -/* $NetBSD: kexdhs.c,v 1.16 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: kexdhs.c,v 1.17 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: kexdhs.c,v 1.27 2018/04/10 00:10:49 djm Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: kexdhs.c,v 1.16 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: kexdhs.c,v 1.17 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <string.h> #include <signal.h> diff --git a/crypto/external/bsd/openssh/dist/kexecdhc.c b/crypto/external/bsd/openssh/dist/kexecdhc.c index e0cb04cc4dc..1344b47407f 100644 --- a/crypto/external/bsd/openssh/dist/kexecdhc.c +++ b/crypto/external/bsd/openssh/dist/kexecdhc.c @@ -1,4 +1,4 @@ -/* $NetBSD: kexecdhc.c,v 1.9 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: kexecdhc.c,v 1.10 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: kexecdhc.c,v 1.13 2018/02/07 02:06:51 jsing Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: kexecdhc.c,v 1.9 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: kexecdhc.c,v 1.10 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <stdio.h> diff --git a/crypto/external/bsd/openssh/dist/kexecdhs.c b/crypto/external/bsd/openssh/dist/kexecdhs.c index 0b323265ee8..145f1f4e61d 100644 --- a/crypto/external/bsd/openssh/dist/kexecdhs.c +++ b/crypto/external/bsd/openssh/dist/kexecdhs.c @@ -1,4 +1,4 @@ -/* $NetBSD: kexecdhs.c,v 1.10 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: kexecdhs.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: kexecdhs.c,v 1.17 2018/02/07 02:06:51 jsing Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: kexecdhs.c,v 1.10 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: kexecdhs.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <string.h> #include <signal.h> diff --git a/crypto/external/bsd/openssh/dist/kexgexc.c b/crypto/external/bsd/openssh/dist/kexgexc.c index 442766714cf..24177997d66 100644 --- a/crypto/external/bsd/openssh/dist/kexgexc.c +++ b/crypto/external/bsd/openssh/dist/kexgexc.c @@ -1,4 +1,4 @@ -/* $NetBSD: kexgexc.c,v 1.12 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: kexgexc.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: kexgexc.c,v 1.27 2018/02/07 02:06:51 jsing Exp $ */ /* * Copyright (c) 2000 Niels Provos. All rights reserved. @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: kexgexc.c,v 1.12 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: kexgexc.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/kexgexs.c b/crypto/external/bsd/openssh/dist/kexgexs.c index 80d68bacc17..59dcf56d664 100644 --- a/crypto/external/bsd/openssh/dist/kexgexs.c +++ b/crypto/external/bsd/openssh/dist/kexgexs.c @@ -1,4 +1,4 @@ -/* $NetBSD: kexgexs.c,v 1.17 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: kexgexs.c,v 1.18 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: kexgexs.c,v 1.33 2018/04/10 00:10:49 djm Exp $ */ /* @@ -27,7 +27,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: kexgexs.c,v 1.17 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: kexgexs.c,v 1.18 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> /* MIN MAX */ #include <stdio.h> diff --git a/crypto/external/bsd/openssh/dist/krl.c b/crypto/external/bsd/openssh/dist/krl.c index 425dc31e830..ac911097f0a 100644 --- a/crypto/external/bsd/openssh/dist/krl.c +++ b/crypto/external/bsd/openssh/dist/krl.c @@ -1,4 +1,4 @@ -/* $NetBSD: krl.c,v 1.12 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: krl.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $ */ /* * Copyright (c) 2012 Damien Miller <djm@mindrot.org> @@ -19,7 +19,7 @@ /* $OpenBSD: krl.c,v 1.41 2017/12/18 02:25:15 djm Exp $ */ #include "includes.h" -__RCSID("$NetBSD: krl.c,v 1.12 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: krl.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> /* MIN */ #include <sys/types.h> #include <sys/tree.h> diff --git a/crypto/external/bsd/openssh/dist/log.c b/crypto/external/bsd/openssh/dist/log.c index 284d1a3eb30..d0e44210b16 100644 --- a/crypto/external/bsd/openssh/dist/log.c +++ b/crypto/external/bsd/openssh/dist/log.c @@ -1,4 +1,4 @@ -/* $NetBSD: log.c,v 1.19 2018/10/02 22:44:07 christos Exp $ */ +/* $NetBSD: log.c,v 1.20 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: log.c,v 1.51 2018/07/27 12:03:17 markus Exp $ */ /* @@ -37,7 +37,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: log.c,v 1.19 2018/10/02 22:44:07 christos Exp $"); +__RCSID("$NetBSD: log.c,v 1.20 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/uio.h> diff --git a/crypto/external/bsd/openssh/dist/match.c b/crypto/external/bsd/openssh/dist/match.c index 53b0cb52a5a..3aa0e04deeb 100644 --- a/crypto/external/bsd/openssh/dist/match.c +++ b/crypto/external/bsd/openssh/dist/match.c @@ -1,4 +1,4 @@ -/* $NetBSD: match.c,v 1.9 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: match.c,v 1.10 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: match.c,v 1.38 2018/07/04 13:49:31 djm Exp $ */ /* @@ -38,7 +38,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: match.c,v 1.9 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: match.c,v 1.10 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <ctype.h> diff --git a/crypto/external/bsd/openssh/dist/misc.c b/crypto/external/bsd/openssh/dist/misc.c index 63d2f8374c7..ca3a845879f 100644 --- a/crypto/external/bsd/openssh/dist/misc.c +++ b/crypto/external/bsd/openssh/dist/misc.c @@ -1,4 +1,4 @@ -/* $NetBSD: misc.c,v 1.18 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: misc.c,v 1.19 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: misc.c,v 1.131 2018/07/27 05:13:02 dtucker Exp $ */ /* @@ -27,7 +27,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: misc.c,v 1.18 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: misc.c,v 1.19 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/ioctl.h> #include <sys/socket.h> diff --git a/crypto/external/bsd/openssh/dist/moduli.c b/crypto/external/bsd/openssh/dist/moduli.c index a207189c309..e6221467e85 100644 --- a/crypto/external/bsd/openssh/dist/moduli.c +++ b/crypto/external/bsd/openssh/dist/moduli.c @@ -1,4 +1,4 @@ -/* $NetBSD: moduli.c,v 1.11 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: moduli.c,v 1.12 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: moduli.c,v 1.32 2017/12/08 03:45:52 deraadt Exp $ */ /* * Copyright 1994 Phil Karn <karn@qualcomm.com> @@ -38,7 +38,7 @@ * Second step: test primes' safety (processor intensive) */ #include "includes.h" -__RCSID("$NetBSD: moduli.c,v 1.11 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: moduli.c,v 1.12 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/monitor.c b/crypto/external/bsd/openssh/dist/monitor.c index fd589afad15..cb9f389e77b 100644 --- a/crypto/external/bsd/openssh/dist/monitor.c +++ b/crypto/external/bsd/openssh/dist/monitor.c @@ -1,4 +1,4 @@ -/* $NetBSD: monitor.c,v 1.27 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: monitor.c,v 1.28 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: monitor.c,v 1.186 2018/07/20 03:46:34 djm Exp $ */ /* @@ -28,7 +28,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: monitor.c,v 1.27 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: monitor.c,v 1.28 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/wait.h> #include <sys/socket.h> diff --git a/crypto/external/bsd/openssh/dist/monitor_wrap.c b/crypto/external/bsd/openssh/dist/monitor_wrap.c index 09b8d051c78..f898e72982d 100644 --- a/crypto/external/bsd/openssh/dist/monitor_wrap.c +++ b/crypto/external/bsd/openssh/dist/monitor_wrap.c @@ -1,4 +1,4 @@ -/* $NetBSD: monitor_wrap.c,v 1.23 2018/10/02 22:40:28 christos Exp $ */ +/* $NetBSD: monitor_wrap.c,v 1.24 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: monitor_wrap.c,v 1.107 2018/07/20 03:46:34 djm Exp $ */ /* @@ -28,7 +28,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: monitor_wrap.c,v 1.23 2018/10/02 22:40:28 christos Exp $"); +__RCSID("$NetBSD: monitor_wrap.c,v 1.24 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/uio.h> #include <sys/queue.h> diff --git a/crypto/external/bsd/openssh/dist/msg.c b/crypto/external/bsd/openssh/dist/msg.c index 21039bd4f9f..466b3c5e0f4 100644 --- a/crypto/external/bsd/openssh/dist/msg.c +++ b/crypto/external/bsd/openssh/dist/msg.c @@ -1,4 +1,4 @@ -/* $NetBSD: msg.c,v 1.7 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: msg.c,v 1.8 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: msg.c,v 1.17 2018/07/09 21:59:10 markus Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: msg.c,v 1.7 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: msg.c,v 1.8 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/uio.h> diff --git a/crypto/external/bsd/openssh/dist/mux.c b/crypto/external/bsd/openssh/dist/mux.c index 463d136e159..d9cd281e25c 100644 --- a/crypto/external/bsd/openssh/dist/mux.c +++ b/crypto/external/bsd/openssh/dist/mux.c @@ -1,4 +1,4 @@ -/* $NetBSD: mux.c,v 1.21 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: mux.c,v 1.22 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: mux.c,v 1.75 2018/07/31 03:07:24 djm Exp $ */ /* @@ -33,7 +33,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: mux.c,v 1.21 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: mux.c,v 1.22 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/queue.h> #include <sys/stat.h> diff --git a/crypto/external/bsd/openssh/dist/opacket.c b/crypto/external/bsd/openssh/dist/opacket.c index bde980d709b..ce888274858 100644 --- a/crypto/external/bsd/openssh/dist/opacket.c +++ b/crypto/external/bsd/openssh/dist/opacket.c @@ -1,9 +1,9 @@ -/* $NetBSD: opacket.c,v 1.9 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: opacket.c,v 1.10 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: opacket.c,v 1.7 2017/10/20 01:56:39 djm Exp $ */ /* Written by Markus Friedl. Placed in the public domain. */ #include "includes.h" -__RCSID("$NetBSD: opacket.c,v 1.9 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: opacket.c,v 1.10 2019/01/27 02:08:33 pgoyette Exp $"); #include "ssherr.h" #include "packet.h" diff --git a/crypto/external/bsd/openssh/dist/packet.c b/crypto/external/bsd/openssh/dist/packet.c index f6ce97d5704..af945a8f4c2 100644 --- a/crypto/external/bsd/openssh/dist/packet.c +++ b/crypto/external/bsd/openssh/dist/packet.c @@ -1,4 +1,4 @@ -/* $NetBSD: packet.c,v 1.35 2018/10/02 22:40:28 christos Exp $ */ +/* $NetBSD: packet.c,v 1.36 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: packet.c,v 1.277 2018/07/16 03:09:13 djm Exp $ */ /* @@ -40,7 +40,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: packet.c,v 1.35 2018/10/02 22:40:28 christos Exp $"); +__RCSID("$NetBSD: packet.c,v 1.36 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> /* MIN roundup */ #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/readconf.c b/crypto/external/bsd/openssh/dist/readconf.c index e7408a96e58..5a2f7a90122 100644 --- a/crypto/external/bsd/openssh/dist/readconf.c +++ b/crypto/external/bsd/openssh/dist/readconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: readconf.c,v 1.25 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: readconf.c,v 1.26 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: readconf.c,v 1.297 2018/08/12 20:19:13 djm Exp $ */ /* @@ -15,7 +15,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: readconf.c,v 1.25 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: readconf.c,v 1.26 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/stat.h> #include <sys/socket.h> diff --git a/crypto/external/bsd/openssh/dist/readpass.c b/crypto/external/bsd/openssh/dist/readpass.c index d9193d2380b..f6acf79f9c1 100644 --- a/crypto/external/bsd/openssh/dist/readpass.c +++ b/crypto/external/bsd/openssh/dist/readpass.c @@ -1,4 +1,4 @@ -/* $NetBSD: readpass.c,v 1.10 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: readpass.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: readpass.c,v 1.52 2018/07/18 11:34:04 dtucker Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: readpass.c,v 1.10 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: readpass.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/crypto/external/bsd/openssh/dist/readpassphrase.c b/crypto/external/bsd/openssh/dist/readpassphrase.c index 3ec5846a4b3..7449b838131 100644 --- a/crypto/external/bsd/openssh/dist/readpassphrase.c +++ b/crypto/external/bsd/openssh/dist/readpassphrase.c @@ -1,4 +1,4 @@ -/* $NetBSD: readpassphrase.c,v 1.8 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: readpassphrase.c,v 1.9 2019/01/27 02:08:33 pgoyette Exp $ */ /* * Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> * All rights reserved. @@ -30,7 +30,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char rcsid[] = "$OpenBSD: readpassphrase.c,v 1.7 2001/08/07 19:34:11 millert Exp $"; #endif /* LIBC_SCCS and not lint */ -__RCSID("$NetBSD: readpassphrase.c,v 1.8 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: readpassphrase.c,v 1.9 2019/01/27 02:08:33 pgoyette Exp $"); #include <ctype.h> #include <errno.h> diff --git a/crypto/external/bsd/openssh/dist/scp.c b/crypto/external/bsd/openssh/dist/scp.c index ad8b8dd3a34..cb55c8676e0 100644 --- a/crypto/external/bsd/openssh/dist/scp.c +++ b/crypto/external/bsd/openssh/dist/scp.c @@ -1,4 +1,4 @@ -/* $NetBSD: scp.c,v 1.20 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: scp.c,v 1.21 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: scp.c,v 1.197 2018/06/01 04:31:48 dtucker Exp $ */ /* @@ -74,7 +74,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: scp.c,v 1.20 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: scp.c,v 1.21 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> /* roundup MAX */ #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/serverloop.c b/crypto/external/bsd/openssh/dist/serverloop.c index 1f8d7cd82dc..61f12333d51 100644 --- a/crypto/external/bsd/openssh/dist/serverloop.c +++ b/crypto/external/bsd/openssh/dist/serverloop.c @@ -1,4 +1,4 @@ -/* $NetBSD: serverloop.c,v 1.23 2018/10/02 22:40:28 christos Exp $ */ +/* $NetBSD: serverloop.c,v 1.24 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: serverloop.c,v 1.209 2018/07/27 05:13:02 dtucker Exp $ */ /* @@ -38,7 +38,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: serverloop.c,v 1.23 2018/10/02 22:40:28 christos Exp $"); +__RCSID("$NetBSD: serverloop.c,v 1.24 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> /* MIN MAX */ #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/session.c b/crypto/external/bsd/openssh/dist/session.c index b9dde8fcba1..03968e703a1 100644 --- a/crypto/external/bsd/openssh/dist/session.c +++ b/crypto/external/bsd/openssh/dist/session.c @@ -1,4 +1,4 @@ -/* $NetBSD: session.c,v 1.26 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: session.c,v 1.27 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: session.c,v 1.305 2018/07/25 13:56:23 deraadt Exp $ */ /* @@ -36,7 +36,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: session.c,v 1.26 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: session.c,v 1.27 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/wait.h> #include <sys/un.h> diff --git a/crypto/external/bsd/openssh/dist/sftp-client.c b/crypto/external/bsd/openssh/dist/sftp-client.c index 3c8d37b7107..4230aebe42c 100644 --- a/crypto/external/bsd/openssh/dist/sftp-client.c +++ b/crypto/external/bsd/openssh/dist/sftp-client.c @@ -1,4 +1,4 @@ -/* $NetBSD: sftp-client.c,v 1.21 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: sftp-client.c,v 1.22 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: sftp-client.c,v 1.130 2018/07/31 03:07:24 djm Exp $ */ /* @@ -23,7 +23,7 @@ /* XXX: copy between two remote sites */ #include "includes.h" -__RCSID("$NetBSD: sftp-client.c,v 1.21 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: sftp-client.c,v 1.22 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> /* MIN MAX */ #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/sftp-server.c b/crypto/external/bsd/openssh/dist/sftp-server.c index 3f7a6bb7bfd..eb8a8e65a04 100644 --- a/crypto/external/bsd/openssh/dist/sftp-server.c +++ b/crypto/external/bsd/openssh/dist/sftp-server.c @@ -1,4 +1,4 @@ -/* $NetBSD: sftp-server.c,v 1.18 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: sftp-server.c,v 1.19 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: sftp-server.c,v 1.112 2018/06/01 03:33:53 djm Exp $ */ /* @@ -18,7 +18,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: sftp-server.c,v 1.18 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: sftp-server.c,v 1.19 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> /* MIN */ #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/sftp.c b/crypto/external/bsd/openssh/dist/sftp.c index 3c5e6bdfb59..ac0513ff42e 100644 --- a/crypto/external/bsd/openssh/dist/sftp.c +++ b/crypto/external/bsd/openssh/dist/sftp.c @@ -1,4 +1,4 @@ -/* $NetBSD: sftp.c,v 1.24 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: sftp.c,v 1.25 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: sftp.c,v 1.185 2018/04/26 14:47:03 bluhm Exp $ */ /* @@ -18,7 +18,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: sftp.c,v 1.24 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: sftp.c,v 1.25 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> /* MIN MAX */ #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/ssh-add.c b/crypto/external/bsd/openssh/dist/ssh-add.c index abb07582c3f..bfeb2dd691f 100644 --- a/crypto/external/bsd/openssh/dist/ssh-add.c +++ b/crypto/external/bsd/openssh/dist/ssh-add.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh-add.c,v 1.17 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: ssh-add.c,v 1.18 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ssh-add.c,v 1.135 2018/02/23 15:58:37 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -37,7 +37,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: ssh-add.c,v 1.17 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: ssh-add.c,v 1.18 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/crypto/external/bsd/openssh/dist/ssh-agent.c b/crypto/external/bsd/openssh/dist/ssh-agent.c index f988af47324..d626e170372 100644 --- a/crypto/external/bsd/openssh/dist/ssh-agent.c +++ b/crypto/external/bsd/openssh/dist/ssh-agent.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh-agent.c,v 1.24 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: ssh-agent.c,v 1.25 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ssh-agent.c,v 1.231 2018/05/11 03:38:51 djm Exp $ */ /* @@ -37,7 +37,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: ssh-agent.c,v 1.24 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: ssh-agent.c,v 1.25 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> /* MIN MAX */ #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/ssh-dss.c b/crypto/external/bsd/openssh/dist/ssh-dss.c index 704d272df69..2e8ea571828 100644 --- a/crypto/external/bsd/openssh/dist/ssh-dss.c +++ b/crypto/external/bsd/openssh/dist/ssh-dss.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh-dss.c,v 1.14 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: ssh-dss.c,v 1.15 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ssh-dss.c,v 1.37 2018/02/07 02:06:51 jsing Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -25,7 +25,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: ssh-dss.c,v 1.14 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: ssh-dss.c,v 1.15 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <openssl/bn.h> diff --git a/crypto/external/bsd/openssh/dist/ssh-ecdsa.c b/crypto/external/bsd/openssh/dist/ssh-ecdsa.c index 0ca6665caf0..3080c6f2586 100644 --- a/crypto/external/bsd/openssh/dist/ssh-ecdsa.c +++ b/crypto/external/bsd/openssh/dist/ssh-ecdsa.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh-ecdsa.c,v 1.12 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: ssh-ecdsa.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ssh-ecdsa.c,v 1.14 2018/02/07 02:06:51 jsing Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: ssh-ecdsa.c,v 1.12 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: ssh-ecdsa.c,v 1.13 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <openssl/bn.h> diff --git a/crypto/external/bsd/openssh/dist/ssh-keygen.c b/crypto/external/bsd/openssh/dist/ssh-keygen.c index 3c4526e8fb5..bc9299a1b53 100644 --- a/crypto/external/bsd/openssh/dist/ssh-keygen.c +++ b/crypto/external/bsd/openssh/dist/ssh-keygen.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh-keygen.c,v 1.31 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: ssh-keygen.c,v 1.32 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ssh-keygen.c,v 1.319 2018/08/08 01:16:01 djm Exp $ */ /* @@ -15,7 +15,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: ssh-keygen.c,v 1.31 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: ssh-keygen.c,v 1.32 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/socket.h> #include <sys/stat.h> diff --git a/crypto/external/bsd/openssh/dist/ssh-keyscan.c b/crypto/external/bsd/openssh/dist/ssh-keyscan.c index af5292c1310..2cb94993eca 100644 --- a/crypto/external/bsd/openssh/dist/ssh-keyscan.c +++ b/crypto/external/bsd/openssh/dist/ssh-keyscan.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh-keyscan.c,v 1.22 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: ssh-keyscan.c,v 1.23 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ssh-keyscan.c,v 1.120 2018/06/06 18:29:18 markus Exp $ */ /* @@ -10,7 +10,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: ssh-keyscan.c,v 1.22 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: ssh-keyscan.c,v 1.23 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/ssh-keysign.c b/crypto/external/bsd/openssh/dist/ssh-keysign.c index 93a14964cc0..da1c94ea0c5 100644 --- a/crypto/external/bsd/openssh/dist/ssh-keysign.c +++ b/crypto/external/bsd/openssh/dist/ssh-keysign.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh-keysign.c,v 1.15 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: ssh-keysign.c,v 1.16 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ssh-keysign.c,v 1.55 2018/07/27 05:34:42 dtucker Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: ssh-keysign.c,v 1.15 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: ssh-keysign.c,v 1.16 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <openssl/evp.h> diff --git a/crypto/external/bsd/openssh/dist/ssh-pkcs11-client.c b/crypto/external/bsd/openssh/dist/ssh-pkcs11-client.c index 68df898dda0..d92b0b04a81 100644 --- a/crypto/external/bsd/openssh/dist/ssh-pkcs11-client.c +++ b/crypto/external/bsd/openssh/dist/ssh-pkcs11-client.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh-pkcs11-client.c,v 1.13 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: ssh-pkcs11-client.c,v 1.14 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ssh-pkcs11-client.c,v 1.10 2018/07/09 21:59:10 markus Exp $ */ /* @@ -17,7 +17,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include "includes.h" -__RCSID("$NetBSD: ssh-pkcs11-client.c,v 1.13 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: ssh-pkcs11-client.c,v 1.14 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/crypto/external/bsd/openssh/dist/ssh-pkcs11-helper.c b/crypto/external/bsd/openssh/dist/ssh-pkcs11-helper.c index 1c1d2d233b3..d0378b60921 100644 --- a/crypto/external/bsd/openssh/dist/ssh-pkcs11-helper.c +++ b/crypto/external/bsd/openssh/dist/ssh-pkcs11-helper.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh-pkcs11-helper.c,v 1.14 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: ssh-pkcs11-helper.c,v 1.15 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ssh-pkcs11-helper.c,v 1.14 2018/01/08 15:18:46 markus Exp $ */ /* * Copyright (c) 2010 Markus Friedl. All rights reserved. @@ -16,7 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include "includes.h" -__RCSID("$NetBSD: ssh-pkcs11-helper.c,v 1.14 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: ssh-pkcs11-helper.c,v 1.15 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/queue.h> diff --git a/crypto/external/bsd/openssh/dist/ssh-pkcs11.c b/crypto/external/bsd/openssh/dist/ssh-pkcs11.c index b9984bfea3a..30645172f79 100644 --- a/crypto/external/bsd/openssh/dist/ssh-pkcs11.c +++ b/crypto/external/bsd/openssh/dist/ssh-pkcs11.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh-pkcs11.c,v 1.15 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: ssh-pkcs11.c,v 1.16 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ssh-pkcs11.c,v 1.26 2018/02/07 02:06:51 jsing Exp $ */ /* * Copyright (c) 2010 Markus Friedl. All rights reserved. @@ -16,7 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include "includes.h" -__RCSID("$NetBSD: ssh-pkcs11.c,v 1.15 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: ssh-pkcs11.c,v 1.16 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/queue.h> diff --git a/crypto/external/bsd/openssh/dist/ssh-rsa.c b/crypto/external/bsd/openssh/dist/ssh-rsa.c index 6fb7aeb5de5..35f68e06f16 100644 --- a/crypto/external/bsd/openssh/dist/ssh-rsa.c +++ b/crypto/external/bsd/openssh/dist/ssh-rsa.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh-rsa.c,v 1.16 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: ssh-rsa.c,v 1.17 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ssh-rsa.c,v 1.67 2018/07/03 11:39:54 djm Exp $ */ /* @@ -18,7 +18,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: ssh-rsa.c,v 1.16 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: ssh-rsa.c,v 1.17 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <openssl/evp.h> diff --git a/crypto/external/bsd/openssh/dist/ssh.c b/crypto/external/bsd/openssh/dist/ssh.c index bc2c6193bc9..27a872fdd05 100644 --- a/crypto/external/bsd/openssh/dist/ssh.c +++ b/crypto/external/bsd/openssh/dist/ssh.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh.c,v 1.28 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: ssh.c,v 1.29 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ssh.c,v 1.490 2018/07/27 05:34:42 dtucker Exp $ */ /* @@ -43,7 +43,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: ssh.c,v 1.28 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: ssh.c,v 1.29 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/param.h> #include <sys/ioctl.h> diff --git a/crypto/external/bsd/openssh/dist/sshconnect.c b/crypto/external/bsd/openssh/dist/sshconnect.c index 3cd56806b89..3fd35974907 100644 --- a/crypto/external/bsd/openssh/dist/sshconnect.c +++ b/crypto/external/bsd/openssh/dist/sshconnect.c @@ -1,4 +1,4 @@ -/* $NetBSD: sshconnect.c,v 1.22 2018/08/26 07:46:37 christos Exp $ */ +/* $NetBSD: sshconnect.c,v 1.23 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: sshconnect.c,v 1.304 2018/07/27 05:34:42 dtucker Exp $ */ /* @@ -16,7 +16,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: sshconnect.c,v 1.22 2018/08/26 07:46:37 christos Exp $"); +__RCSID("$NetBSD: sshconnect.c,v 1.23 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> /* roundup */ #include <sys/types.h> diff --git a/crypto/external/bsd/openssh/dist/sshconnect2.c b/crypto/external/bsd/openssh/dist/sshconnect2.c index 02a6b26e838..ace8c6193cb 100644 --- a/crypto/external/bsd/openssh/dist/sshconnect2.c +++ b/crypto/external/bsd/openssh/dist/sshconnect2.c @@ -1,4 +1,4 @@ -/* $NetBSD: sshconnect2.c,v 1.31 2018/08/26 07:46:37 christos Exp $ */ +/* $NetBSD: sshconnect2.c,v 1.32 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: sshconnect2.c,v 1.284 2018/08/13 02:41:05 djm Exp $ */ /* @@ -27,7 +27,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: sshconnect2.c,v 1.31 2018/08/26 07:46:37 christos Exp $"); +__RCSID("$NetBSD: sshconnect2.c,v 1.32 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/socket.h> #include <sys/wait.h> diff --git a/crypto/external/bsd/openssh/dist/sshd.c b/crypto/external/bsd/openssh/dist/sshd.c index 1b6b665346f..33f333a8090 100644 --- a/crypto/external/bsd/openssh/dist/sshd.c +++ b/crypto/external/bsd/openssh/dist/sshd.c @@ -1,4 +1,4 @@ -/* $NetBSD: sshd.c,v 1.32 2018/08/26 07:46:37 christos Exp $ */ +/* $NetBSD: sshd.c,v 1.33 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: sshd.c,v 1.514 2018/08/13 02:41:05 djm Exp $ */ /* @@ -45,7 +45,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: sshd.c,v 1.32 2018/08/26 07:46:37 christos Exp $"); +__RCSID("$NetBSD: sshd.c,v 1.33 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/param.h> #include <sys/ioctl.h> diff --git a/crypto/external/bsd/openssh/dist/sshkey-xmss.c b/crypto/external/bsd/openssh/dist/sshkey-xmss.c index c2c98edb7f3..0e2af668e80 100644 --- a/crypto/external/bsd/openssh/dist/sshkey-xmss.c +++ b/crypto/external/bsd/openssh/dist/sshkey-xmss.c @@ -1,4 +1,4 @@ -/* $NetBSD: sshkey-xmss.c,v 1.3 2018/08/26 07:46:37 christos Exp $ */ +/* $NetBSD: sshkey-xmss.c,v 1.4 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: sshkey-xmss.c,v 1.3 2018/07/09 21:59:10 markus Exp $ */ /* @@ -25,7 +25,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -__RCSID("$NetBSD: sshkey-xmss.c,v 1.3 2018/08/26 07:46:37 christos Exp $"); +__RCSID("$NetBSD: sshkey-xmss.c,v 1.4 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/uio.h> diff --git a/crypto/external/bsd/openssh/dist/sshkey.c b/crypto/external/bsd/openssh/dist/sshkey.c index ee4b16f0087..61dd9f7727d 100644 --- a/crypto/external/bsd/openssh/dist/sshkey.c +++ b/crypto/external/bsd/openssh/dist/sshkey.c @@ -1,4 +1,4 @@ -/* $NetBSD: sshkey.c,v 1.17 2018/08/26 07:46:37 christos Exp $ */ +/* $NetBSD: sshkey.c,v 1.18 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: sshkey.c,v 1.66 2018/07/03 13:20:25 djm Exp $ */ /* @@ -27,7 +27,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -__RCSID("$NetBSD: sshkey.c,v 1.17 2018/08/26 07:46:37 christos Exp $"); +__RCSID("$NetBSD: sshkey.c,v 1.18 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <netinet/in.h> diff --git a/crypto/external/bsd/openssh/dist/sshlogin.c b/crypto/external/bsd/openssh/dist/sshlogin.c index 41dbf7fc279..b65f12f9078 100644 --- a/crypto/external/bsd/openssh/dist/sshlogin.c +++ b/crypto/external/bsd/openssh/dist/sshlogin.c @@ -1,4 +1,4 @@ -/* $NetBSD: sshlogin.c,v 1.10 2018/08/26 07:46:37 christos Exp $ */ +/* $NetBSD: sshlogin.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: sshlogin.c,v 1.33 2018/07/09 21:26:02 markus Exp $ */ /* @@ -42,7 +42,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: sshlogin.c,v 1.10 2018/08/26 07:46:37 christos Exp $"); +__RCSID("$NetBSD: sshlogin.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> #include <sys/types.h> #include <sys/socket.h> diff --git a/crypto/external/bsd/openssh/dist/ttymodes.c b/crypto/external/bsd/openssh/dist/ttymodes.c index 6ce6bc40c38..37192c899e1 100644 --- a/crypto/external/bsd/openssh/dist/ttymodes.c +++ b/crypto/external/bsd/openssh/dist/ttymodes.c @@ -1,4 +1,4 @@ -/* $NetBSD: ttymodes.c,v 1.10 2018/08/26 07:46:37 christos Exp $ */ +/* $NetBSD: ttymodes.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ttymodes.c,v 1.34 2018/07/09 21:20:26 markus Exp $ */ /* @@ -46,7 +46,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: ttymodes.c,v 1.10 2018/08/26 07:46:37 christos Exp $"); +__RCSID("$NetBSD: ttymodes.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <errno.h> diff --git a/crypto/external/bsd/openssh/dist/uidswap.c b/crypto/external/bsd/openssh/dist/uidswap.c index cda75927af5..d8d05c85da5 100644 --- a/crypto/external/bsd/openssh/dist/uidswap.c +++ b/crypto/external/bsd/openssh/dist/uidswap.c @@ -1,4 +1,4 @@ -/* $NetBSD: uidswap.c,v 1.8 2018/08/26 07:46:37 christos Exp $ */ +/* $NetBSD: uidswap.c,v 1.9 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: uidswap.c,v 1.41 2018/07/18 11:34:04 dtucker Exp $ */ /* @@ -15,7 +15,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: uidswap.c,v 1.8 2018/08/26 07:46:37 christos Exp $"); +__RCSID("$NetBSD: uidswap.c,v 1.9 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/param.h> #include <errno.h> #include <pwd.h> diff --git a/crypto/external/bsd/openssh/dist/umac.c b/crypto/external/bsd/openssh/dist/umac.c index 5d193b97bdd..9d6ca19a504 100644 --- a/crypto/external/bsd/openssh/dist/umac.c +++ b/crypto/external/bsd/openssh/dist/umac.c @@ -1,4 +1,4 @@ -/* $NetBSD: umac.c,v 1.16 2018/08/26 07:46:37 christos Exp $ */ +/* $NetBSD: umac.c,v 1.17 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: umac.c,v 1.17 2018/04/10 00:10:49 djm Exp $ */ /* ----------------------------------------------------------------------- @@ -68,7 +68,7 @@ /* ---------------------------------------------------------------------- */ #include "includes.h" -__RCSID("$NetBSD: umac.c,v 1.16 2018/08/26 07:46:37 christos Exp $"); +__RCSID("$NetBSD: umac.c,v 1.17 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <sys/endian.h> #include <string.h> diff --git a/crypto/external/bsd/openssh/dist/utf8.c b/crypto/external/bsd/openssh/dist/utf8.c index b7e0b16839c..bcbee06e120 100644 --- a/crypto/external/bsd/openssh/dist/utf8.c +++ b/crypto/external/bsd/openssh/dist/utf8.c @@ -1,4 +1,4 @@ -/* $NetBSD: utf8.c,v 1.7 2018/08/26 07:46:37 christos Exp $ */ +/* $NetBSD: utf8.c,v 1.8 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: utf8.c,v 1.8 2018/08/21 13:56:27 schwarze Exp $ */ /* @@ -18,7 +18,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: utf8.c,v 1.7 2018/08/26 07:46:37 christos Exp $"); +__RCSID("$NetBSD: utf8.c,v 1.8 2019/01/27 02:08:33 pgoyette Exp $"); /* * Utility functions for multibyte-character handling, * in particular to sanitize untrusted strings for terminal output. diff --git a/crypto/external/bsd/openssh/dist/xmss_wots.c b/crypto/external/bsd/openssh/dist/xmss_wots.c index 910da333ff7..c5ec09da932 100644 --- a/crypto/external/bsd/openssh/dist/xmss_wots.c +++ b/crypto/external/bsd/openssh/dist/xmss_wots.c @@ -1,4 +1,4 @@ -/* $NetBSD: xmss_wots.c,v 1.3 2018/08/26 07:46:37 christos Exp $ */ +/* $NetBSD: xmss_wots.c,v 1.4 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: xmss_wots.c,v 1.3 2018/04/10 00:10:49 djm Exp $ */ /* @@ -8,7 +8,7 @@ Joost Rijneveld Public domain. */ #include "includes.h" -__RCSID("$NetBSD: xmss_wots.c,v 1.3 2018/08/26 07:46:37 christos Exp $"); +__RCSID("$NetBSD: xmss_wots.c,v 1.4 2019/01/27 02:08:33 pgoyette Exp $"); #include <stdlib.h> #include <stdint.h> diff --git a/crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3 b/crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3 index 50b367eca6c..0d2a6380f02 100644 --- a/crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3 +++ b/crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: OPENSSL_ia32cap.3,v 1.18 2018/09/23 13:33:06 christos Exp $ +.\" $NetBSD: OPENSSL_ia32cap.3,v 1.19 2019/01/27 02:08:33 pgoyette Exp $ .\" .\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) .\" @@ -279,6 +279,14 @@ the problem by making build procedure use following script: \& #!/bin/sh \& exec clang \-no\-integrated\-as "$@" .Ve +.SH "NOTES" +.IX Header "NOTES" +Even though \s-1AVX512\s0 support was implemented in llvm 3.6, compilation of +assembly modules apparently requires explicit \-march flag. But then +compiler generates processor-specific code, which in turn contradicts +the mere idea of run-time switch execution facilitated by the variable +in question. Till the limitation is lifted, it's possible to work around +the problem by making build procedure use following script: .PP instead of real clang. In which case it doesn't matter which clang version is used, as it is \s-1GNU\s0 assembler version that will be checked. diff --git a/crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3 b/crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3 index 7e5a2807808..d345a252652 100644 --- a/crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3 +++ b/crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: SSL_read.3,v 1.18 2018/09/23 13:33:08 christos Exp $ +.\" $NetBSD: SSL_read.3,v 1.19 2019/01/27 02:08:33 pgoyette Exp $ .\" .\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) .\" |
