Author: des
Date: Thu Nov 19 05:46:59 2020
New Revision: 367832
URL: https://svnweb.freebsd.org/changeset/base/367832
Log:
Merge upstream r948: fix race condition in openpam_ttyconv(3).
Modified:
head/contrib/openpam/CREDITS
head/contrib/openpam/lib/libpam/openpam_ttyconv.c
Directory Proper
Author: des
Date: Wed Mar 27 15:17:29 2019
New Revision: 345579
URL: https://svnweb.freebsd.org/changeset/base/345579
Log:
Add workaround for a QoS-related bug in VMWare Workstation.
Submitted by: yuripv
Differential Revision:https://reviews.freebsd.org/D18636
Modified:
head/cr
Author: des
Date: Thu Jul 4 08:40:10 2019
New Revision: 349720
URL: https://svnweb.freebsd.org/changeset/base/349720
Log:
Upgrade Unbound to 1.9.2.
Added:
head/contrib/unbound/.travis.yml
- copied unchanged from r349559, vendor/unbound/dist/.travis.yml
head/contrib/unbound/README.md
2001,2003 Networks Associates Technology, Inc.
-.\" Copyright (c) 2017 Dag-Erling Smørgrav
+.\" Copyright (c) 2017-2019 Dag-Erling Smørgrav
.\" Copyright (c) 2018 Thomas Munro
.\" All rights reserved.
.\"
@@ -34,7 +34,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd Augu
Author: des
Date: Wed Mar 27 15:17:29 2019
New Revision: 345579
URL: https://svnweb.freebsd.org/changeset/base/345579
Log:
Add workaround for a QoS-related bug in VMWare Workstation.
Submitted by: yuripv
Differential Revision:https://reviews.freebsd.org/D18636
Modified:
head/cr
==
--- head/contrib/openpam/LICENSEMon Feb 25 18:27:19 2019
(r344532)
+++ head/contrib/openpam/LICENSEMon Feb 25 18:41:16 2019
(r344533)
@@ -1,6 +1,6 @@
Copyright (c) 2002-2003 Networks Associates Technology, Inc.
-Copyright (c) 2004-2017 Dag-Erling Smørgrav
+Copyright
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Author: des
Date: Thu Jan 17 16:50:50 2019
New Revision: 343116
URL: https://svnweb.freebsd.org/changeset/base/343116
Log:
Revert r343093 until I can address the issues raised by kib@.
Modified:
head/include/dlfcn.h
head/lib/libc/gen/dlopen.3
head/libexec/rtld-elf/rtld.c
Modified: head/i
Author: des
Date: Wed Jan 16 12:12:40 2019
New Revision: 343093
URL: https://svnweb.freebsd.org/changeset/base/343093
Log:
Implement dlopenat(3).
MFC after:3 weeks
Modified:
head/include/dlfcn.h
head/lib/libc/gen/dlopen.3
head/libexec/rtld-elf/rtld.c
Modified: head/include/dlfcn
Author: des
Date: Wed Jan 9 09:36:54 2019
New Revision: 342880
URL: https://svnweb.freebsd.org/changeset/base/342880
Log:
Fix an edge case when parsing large numbers which resulted in inconsistent
results between an expression that refers to a variable by name and the
same expression that i
Author: des
Date: Thu Dec 13 12:58:42 2018
New Revision: 342045
URL: https://svnweb.freebsd.org/changeset/base/342045
Log:
Create /etc/authpf, used by authpf(8) and authpf-noip(8).
MFC after:1 week
Modified:
head/etc/mtree/BSD.root.dist
Modified: head/etc/mtree/BSD.root.dist
===
Author: des
Date: Tue Nov 27 16:23:17 2018
New Revision: 341072
URL: https://svnweb.freebsd.org/changeset/base/341072
Log:
When deciding whether to send the complete URL or just the document part,
we were looking at the original URL rather than the one we were currently
processing. This mea
Author: des
Date: Tue Nov 27 14:58:19 2018
New Revision: 341067
URL: https://svnweb.freebsd.org/changeset/base/341067
Log:
Add a “skip_dsn” option to g_part's bootcode verb to prevent g_part_mbr
from setting the volume serial number. This unbreaks older boot blocks
that don't support serial
Renato Botelho writes:
> Do you have any thoughts about that proposed patch?
It works, but it's sort of a hack and it makes fixing #203861 harder.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org mailing li
Renato Botelho writes:
> Are you talking about this one?
>
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220468
No, that is a completely different issue.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org mailing l
Author: des
Date: Tue Nov 27 11:22:19 2018
New Revision: 341014
URL: https://svnweb.freebsd.org/changeset/base/341014
Log:
A few more cases where strcasecmp() is no longer required.
MFC after:1 week
Modified:
head/lib/libfetch/http.c
Modified: head/lib/libfetch/http.c
==
Author: des
Date: Tue Nov 27 10:45:14 2018
New Revision: 341013
URL: https://svnweb.freebsd.org/changeset/base/341013
Log:
Improve URL parsing. In particular, convert scheme and host to lowercase.
MFC after:1 week
Modified:
head/lib/libfetch/common.c
head/lib/libfetch/fetch.c
he
Author: des
Date: Tue Nov 27 10:06:41 2018
New Revision: 341011
URL: https://svnweb.freebsd.org/changeset/base/341011
Log:
Support proxying FTP over HTTPS, not just HTTP.
There is probably a PR for this, but I can't find this, or remember who
submitted it. The patch got lost in the noise
Author: des
Date: Tue Nov 27 09:46:01 2018
New Revision: 341010
URL: https://svnweb.freebsd.org/changeset/base/341010
Log:
Check that /etc/resolv.conf exists before trying to read it.
Fix whitespace nit introduced in previous commit.
MFC after:1 week
Modified:
head/usr.sbin/unbound
Author: des
Date: Tue Nov 27 09:41:47 2018
New Revision: 341009
URL: https://svnweb.freebsd.org/changeset/base/341009
Log:
Style cleanup.
Modified:
head/lib/libc/net/nscachedcli.c
head/usr.sbin/nscd/nscdcli.c
head/usr.sbin/nscd/query.c
Modified: head/lib/libc/net/nscachedcli.c
==
Author: des
Date: Thu Nov 1 23:42:35 2018
New Revision: 340037
URL: https://svnweb.freebsd.org/changeset/base/340037
Log:
Merge upstream r4932: turn so-reuseport option off by default.
MFC after:3 days
Modified:
head/contrib/unbound/config.h
head/contrib/unbound/config.h.in
head
Author: des
Date: Thu Nov 1 14:24:12 2018
New Revision: 339995
URL: https://svnweb.freebsd.org/changeset/base/339995
Log:
Run unbound-anchor when root.key is empty, not just when it is absent.
PR: 232555
Submitted by: Ari Suutari
MFC after:3 days
Modified:
head/libexe
Author: des
Date: Thu Nov 1 08:17:27 2018
New Revision: 339985
URL: https://svnweb.freebsd.org/changeset/base/339985
Log:
Fix markup issues and add references to updated RFCs.
MFC after:3 days
Modified:
head/share/man/man4/icmp6.4
head/share/man/man4/ip6.4
Modified: head/share/ma
Author: des
Date: Sat Oct 27 09:34:33 2018
New Revision: 339812
URL: https://svnweb.freebsd.org/changeset/base/339812
Log:
Add default value for local_unbound_tls + fix nearby style bugs.
Reported by: bcran@
MFC after:3 days
Modified:
head/libexec/rc/rc.conf
Modified: head/libexe
Author: des
Date: Thu Oct 18 18:33:44 2018
New Revision: 339427
URL: https://svnweb.freebsd.org/changeset/base/339427
Log:
The local_unbound service will configure and bootstrap itself, but only
if a network connection is available. This is not an issue when running
'service local_unbound s
Author: des
Date: Thu Oct 18 15:35:13 2018
New Revision: 339424
URL: https://svnweb.freebsd.org/changeset/base/339424
Log:
Add support for DNS-over-TLS to the local_unbound service.
Approved by: re (kib)
Modified:
head/libexec/rc/rc.d/local_unbound
head/usr.sbin/unbound/setup/local-un
Author: des
Date: Fri Oct 12 13:01:17 2018
New Revision: 339328
URL: https://svnweb.freebsd.org/changeset/base/339328
Log:
Replace libldns's bootstrap dependency on libcrypto with one on libssl
(which in turn has a bootstrap dependency on libcrypto).
Submitted by: jkim
Approved by: re
Author: des
Date: Fri Oct 12 05:42:38 2018
New Revision: 339326
URL: https://svnweb.freebsd.org/changeset/base/339326
Log:
Move libssl up in the bootstrap order.
Submitted by: jkim
Approved by: re (gjb)
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
===
Author: des
Date: Fri Oct 12 05:27:58 2018
New Revision: 339325
URL: https://svnweb.freebsd.org/changeset/base/339325
Log:
Add libssl to libldns for DANE.
Approved by: re (gjb)
Modified:
head/lib/libldns/Makefile
head/share/mk/src.libnames.mk
Modified: head/lib/libldns/Makefile
=
Author: des
Date: Thu Oct 11 08:14:31 2018
New Revision: 339303
URL: https://svnweb.freebsd.org/changeset/base/339303
Log:
Regenerate: remove GOST, enable DANE-TA now that we have OpenSSL 1.1.1.
Approved by: re (gjb)
Modified:
head/contrib/ldns/freebsd-configure.sh
head/contrib/ldns/l
Kevin Bowling writes:
> Whether it makes sense to conditionalize that or simply disable the
> sockopt I have no opinion on just sharing the above knowledge.
The upstream patch just flips the default back.
DES
--
Dag-Erling Smørgrav - d...@
Author: des
Date: Wed Oct 10 22:29:06 2018
New Revision: 339294
URL: https://svnweb.freebsd.org/changeset/base/339294
Log:
Try harder to sanitize the environment before running configure.
Remove a workaround for older Unbound versions that used sbrk.
Approved by: re (gjb)
Modified:
he
ults) for shipping...
I'll apply the upstream patch (r4932) before the release. Right now I
need to focus on DNS-over-TLS support.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/list
Dag-Erling Smørgrav writes:
> Author: des
> Date: Wed Oct 10 07:55:06 2018
> New Revision: 339275
> URL: https://svnweb.freebsd.org/changeset/base/339275
>
> Log:
> Upgrade Unbound to 1.8.0. More to follow.
>
> Approved by:re (kib)
Unfortunately, thi
Author: des
Date: Wed Oct 10 08:53:47 2018
New Revision: 339278
URL: https://svnweb.freebsd.org/changeset/base/339278
Log:
Upgrade to 1.8.1.
Approved by: re (kib)
Modified:
head/contrib/unbound/config.h
head/contrib/unbound/config.h.in
head/contrib/unbound/configure
head/contrib/u
Author: des
Date: Wed Oct 10 08:20:14 2018
New Revision: 339277
URL: https://svnweb.freebsd.org/changeset/base/339277
Log:
Improved substitution logic for Unbound man pages.
Approved by: re (kib)
Modified:
head/usr.sbin/unbound/Makefile.inc
Modified: head/usr.sbin/unbound/Makefile.inc
Author: des
Date: Wed Oct 10 08:19:11 2018
New Revision: 339276
URL: https://svnweb.freebsd.org/changeset/base/339276
Log:
Update Makefile for 1.8.0, apologies for the breakage.
Approved by: re (kib)
Modified:
head/lib/libunbound/Makefile
Modified: head/lib/libunbound/Makefile
Author: des
Date: Wed Oct 10 07:55:06 2018
New Revision: 339275
URL: https://svnweb.freebsd.org/changeset/base/339275
Log:
Upgrade Unbound to 1.8.0. More to follow.
Approved by: re (kib)
Added:
head/contrib/unbound/util/edns.c
- copied, changed from r338566, vendor/unbound/dist/ut
Author: des
Date: Tue Oct 9 19:27:42 2018
New Revision: 339263
URL: https://svnweb.freebsd.org/changeset/base/339263
Log:
Fix portability issues with the Capsicum patch committed in r339216:
- Wrap access to pw_change and pw_expire in the appropriate #ifdefs.
- Wrap calls to login_cap(3)
Author: des
Date: Fri Sep 21 09:27:32 2018
New Revision: 338852
URL: https://svnweb.freebsd.org/changeset/base/338852
Log:
Add an installer option to disable destructive dtrace.
Submitted by: Jörg Pernfuß
Approved by: re (kib)
MFC after:1 week
Differentia
Author: des
Date: Mon Sep 10 19:39:20 2018
New Revision: 338572
URL: https://svnweb.freebsd.org/changeset/base/338572
Log:
Through a combination of insufficient variable initialization and
imprudent reuse of static buffers, the end-of-transfer statistics
displayed when stdout is not a tty al
Author: des
Date: Mon Sep 10 17:37:34 2018
New Revision: 338569
URL: https://svnweb.freebsd.org/changeset/base/338569
Log:
Upgrade Unbound to 1.7.3. More to follow.
Approved by: re (kib@)
Modified:
head/contrib/unbound/Makefile.in
head/contrib/unbound/config.h
head/contrib/unbound/
Author: des
Date: Mon Sep 10 16:56:44 2018
New Revision: 338568
URL: https://svnweb.freebsd.org/changeset/base/338568
Log:
Upgrade Unbound to 1.7.2. More to follow.
Approved by: re (kib@)
Modified:
head/contrib/unbound/Makefile.in
head/contrib/unbound/compat/arc4random.c
head/contr
Author: des
Date: Tue Sep 4 10:51:41 2018
New Revision: 338453
URL: https://svnweb.freebsd.org/changeset/base/338453
Log:
For full Linux-PAM compatibility, add a trailing NUL character when
passing the authentication token to the external program.
Approved by: re (kib)
Submitted by: T
2018
(r337980)
@@ -0,0 +1,93 @@
+.\"-
+.\" Copyright (c) 2017 Dag-Erling Smørgrav
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\&quo
2018
(r337731)
+++ head/lib/libpam/modules/pam_exec/pam_exec.8 Tue Aug 14 00:14:17 2018
(r337732)
@@ -1,5 +1,6 @@
.\" Copyright (c) 2001,2003 Networks Associates Technology, Inc.
.\" Copyright (c) 2017 Dag-Erling Smørgrav
+.\" Copyright (c) 2018 Thomas Munro
.\&
Author: des
Date: Tue May 29 13:07:36 2018
New Revision: 334326
URL: https://svnweb.freebsd.org/changeset/base/334326
Log:
Fix an inverted conditional in the netrc code, which would ignore the
value of $HOME and always use the home directory from the passwd
database, unless $HOME was unset,
Author: des
Date: Tue May 29 10:29:43 2018
New Revision: 334319
URL: https://svnweb.freebsd.org/changeset/base/334319
Log:
Fix a few (but far from all) style issues.
MFC after:3 weeks
Modified:
head/lib/libfetch/http.c
Modified: head/lib/libfetch/http.c
=
Author: des
Date: Tue May 29 10:28:20 2018
New Revision: 334317
URL: https://svnweb.freebsd.org/changeset/base/334317
Log:
Use __VA_ARGS__ to simplify the DEBUG macro.
MFC after:3 weeks
Modified:
head/lib/libfetch/common.c
head/lib/libfetch/common.h
head/lib/libfetch/fetch.c
he
Author: des
Date: Wed May 16 14:06:41 2018
New Revision: 333678
URL: https://svnweb.freebsd.org/changeset/base/333678
Log:
Missed mergeinfo in previous commit.
Modified:
Directory Properties:
head/crypto/openssh/ (props changed)
___
svn-src-head@f
Author: des
Date: Wed May 16 14:04:39 2018
New Revision: 333677
URL: https://svnweb.freebsd.org/changeset/base/333677
Log:
Merge upstream patch to unbreak tunnel forwarding.
Reported by: cy@
Modified:
head/crypto/openssh/openbsd-compat/port-net.c
Modified: head/crypto/openssh/openbsd-c
Author: des
Date: Wed May 16 13:47:30 2018
New Revision: 333674
URL: https://svnweb.freebsd.org/changeset/base/333674
Log:
Forward Reply-Message attributes to the user, unless suppressed by the
new no_reply_message option.
MFC after:1 week
Sponsored by: The University of Oslo
Modif
"Rodney W. Grimes" writes:
> Dag-Erling Smørgrav writes:
> > Modified: head/contrib/unbound/doc/unbound-checkconf.8.in
> > ==
> > --- head/contrib/unbound/doc/unbound-checkconf.8.i
Author: des
Date: Sat May 12 18:07:53 2018
New Revision: 333574
URL: https://svnweb.freebsd.org/changeset/base/333574
Log:
If the sole non-option command line argument is "none", remove any
pre-existing forwarder configuration and set Unbound up to recurse.
PR: 222902
MFC afte
Author: des
Date: Sat May 12 17:10:36 2018
New Revision: 333573
URL: https://svnweb.freebsd.org/changeset/base/333573
Log:
Rename all Unbound binaries and man pages from unbound* to local-unbound*.
PR: 222902
Added:
head/usr.sbin/unbound/setup/
- copied from r333572, head/
Author: des
Date: Sat May 12 17:04:40 2018
New Revision: 333572
URL: https://svnweb.freebsd.org/changeset/base/333572
Log:
Support If-Modified-Since for https as well as http.
PR: 224426
Submitted by: zsnaf...@edu.uwaterloo.ca
MFC after:1 week
Modified:
head/usr.bin/fet
Author: des
Date: Sat May 12 17:02:27 2018
New Revision: 333571
URL: https://svnweb.freebsd.org/changeset/base/333571
Log:
Preserve if-modified-since timestamps across redirects.
PR: 224426
MFC after:1 week
Modified:
head/lib/libfetch/http.c
Modified: head/lib/libfetch/h
Author: des
Date: Sat May 12 15:20:39 2018
New Revision: 333568
URL: https://svnweb.freebsd.org/changeset/base/333568
Log:
Upgrade Unbound to 1.7.1.
Added:
head/contrib/unbound/cachedb/redis.c
- copied unchanged from r333549, vendor/unbound/dist/cachedb/redis.c
head/contrib/unbound/cac
Author: des
Date: Sat May 12 15:04:05 2018
New Revision: 333567
URL: https://svnweb.freebsd.org/changeset/base/333567
Log:
Upgrade Unbound to 1.7.0. More to follow.
Added:
head/contrib/unbound/contrib/libunbound.so.conf
- copied unchanged from r333547,
vendor/unbound/dist/contrib/libun
Author: des
Date: Sat May 12 14:57:42 2018
New Revision: 333566
URL: https://svnweb.freebsd.org/changeset/base/333566
Log:
Upgrade Unbound to 1.6.8. More to follow.
Modified:
head/contrib/unbound/aclocal.m4
head/contrib/unbound/config.h
head/contrib/unbound/configure
head/contrib/unbou
Author: des
Date: Sat May 12 14:51:53 2018
New Revision: 333565
URL: https://svnweb.freebsd.org/changeset/base/333565
Log:
No reason to keep this around.
Deleted:
head/contrib/unbound/libunbound/python/
___
svn-src-head@freebsd.org mailing list
http
Author: des
Date: Sat May 12 14:51:18 2018
New Revision: 333564
URL: https://svnweb.freebsd.org/changeset/base/333564
Log:
Upgrade Unbound to 1.6.7. More to follow.
Modified:
head/contrib/unbound/cachedb/cachedb.c
head/contrib/unbound/config.h
head/contrib/unbound/configure
head/contri
Author: des
Date: Sat May 12 14:48:38 2018
New Revision: 333563
URL: https://svnweb.freebsd.org/changeset/base/333563
Log:
Upgrade Unbound to 1.6.6. More to follow.
Added:
head/contrib/unbound/dnscrypt/dnscrypt_config.h (contents, props changed)
Modified:
head/contrib/unbound/Makefile.in
Author: des
Date: Sat May 12 14:39:41 2018
New Revision: 333562
URL: https://svnweb.freebsd.org/changeset/base/333562
Log:
Upgrade Unbound to 1.6.5. More to follow.
Modified:
head/contrib/unbound/aclocal.m4
head/contrib/unbound/config.guess
head/contrib/unbound/config.sub
head/contrib/
Author: des
Date: Sat May 12 14:36:58 2018
New Revision: 333561
URL: https://svnweb.freebsd.org/changeset/base/333561
Log:
Upgrade Unbound to 1.6.4. More to follow.
Added:
head/contrib/unbound/contrib/fastrpz.patch
- copied unchanged from r333537, vendor/unbound/dist/contrib/fastrpz.pat
Author: des
Date: Sat May 12 14:19:14 2018
New Revision: 333560
URL: https://svnweb.freebsd.org/changeset/base/333560
Log:
Upgrade Unbound to 1.6.3. More to follow.
Modified:
head/contrib/unbound/config.h
head/contrib/unbound/configure
head/contrib/unbound/configure.ac
head/contrib/unb
Author: des
Date: Sat May 12 14:15:39 2018
New Revision: 333559
URL: https://svnweb.freebsd.org/changeset/base/333559
Log:
Upgrade Unbound to 1.6.2. More to follow.
Added:
head/contrib/unbound/dnscrypt/
- copied from r333532, vendor/unbound/dist/dnscrypt/
head/contrib/unbound/doc/IP-B
Author: des
Date: Sat May 12 14:04:30 2018
New Revision: 333557
URL: https://svnweb.freebsd.org/changeset/base/333557
Log:
Upgrade Unbound to 1.6.1. More to follow.
Modified:
head/lib/libunbound/Makefile
head/usr.sbin/unbound/Makefile.inc
Modified: head/lib/libunbound/Makefile
===
Author: des
Date: Sat May 12 14:04:48 2018
New Revision: 333558
URL: https://svnweb.freebsd.org/changeset/base/333558
Log:
Upgrade Unbound to 1.6.1. More to follow.
Added:
- copied unchanged from r333529,
vendor/unbound/dist/contrib/unbound.service.in
- copied unchanged from r333529
Author: des
Date: Sat May 12 12:57:34 2018
New Revision: 333552
URL: https://svnweb.freebsd.org/changeset/base/333552
Log:
Upgrade Unbound to 1.6.0. More to follow.
Added:
head/contrib/unbound/.gitattributes
- copied unchanged from r313158, vendor/unbound/dist/.gitattributes
head/cont
Author: des
Date: Sat May 12 12:00:18 2018
New Revision: 333551
URL: https://svnweb.freebsd.org/changeset/base/333551
Log:
Upgrade LDNS to 1.7.0.
I've been holding back on this because 1.7.0 requires OpenSSL 1.1.0 or
newer for full DANE support. But we can't wait forever, and nothing in
Author: des
Date: Sat May 12 08:23:17 2018
New Revision: 333520
URL: https://svnweb.freebsd.org/changeset/base/333520
Log:
Remove the ability to generate long since useless SSH1 RSA keys.
Modified:
head/etc/rc.d/sshd
Modified: head/etc/rc.d/sshd
==
(error);
+#else
+ return (0);
+#endif
}
int
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Warner Losh writes:
> Log:
> For video consoles, only launch a getty if the device exists.
>
> Differential Revision: https://reviews.freebsd.org/D15169
I think it might also be time to remove the (commented-out) ttyv8 entry.
Modern greeters run as services.
DES
--
Dag-Erl
g to try a kernel with that code #ifdefed out...
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
"Rodney W. Grimes" writes:
> "Dag-Erling Smørgrav" writes:
> > In ifa_maintain_loopback_route(), don't needlessly log an error if we
> > either failed to add a route because it already existed or failed to
> > remove one because it did not. We still
Author: des
Date: Fri May 11 00:19:49 2018
New Revision: 333476
URL: https://svnweb.freebsd.org/changeset/base/333476
Log:
Slight cleanup of interface event logging.
Make if_printf() use vlog() instead of vprintf(). This means it can no
longer return the number of characters printed, as
Author: des
Date: Fri May 11 00:01:43 2018
New Revision: 333475
URL: https://svnweb.freebsd.org/changeset/base/333475
Log:
Reduce pollution.
While includes unconditionally, it is only
actually used in code which is conditional on _KERNEL. Make the #include
itself conditional as well
Author: des
Date: Tue May 8 23:13:11 2018
New Revision: 89
URL: https://svnweb.freebsd.org/changeset/base/89
Log:
Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.
This completely removes client-side support for the SSH 1 protocol,
which was already disabled in 1
Author: des
Date: Sun May 6 13:21:44 2018
New Revision: 00
URL: https://svnweb.freebsd.org/changeset/base/00
Log:
Update the repository URLs.
Modified:
head/crypto/openssh/FREEBSD-upgrade
Modified: head/crypto/openssh/FREEBSD-upgrade
=
Conrad Meyer writes:
> Dag-Erling Smørgrav writes:
> > This is wrong.
> Please elaborate a little bit on why you think so.
Answered off-list.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org mailin
Conrad Meyer writes:
> Log:
> Garbage collect unused chacha20 code
This is wrong. You should have asked me before committing. Please
revert and contact me off-list.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org m
Author: des
Date: Tue Nov 14 10:15:17 2017
New Revision: 325800
URL: https://svnweb.freebsd.org/changeset/base/325800
Log:
Add a -r option to print the running kernel version.
MFC after:1 week
Modified:
head/bin/freebsd-version/freebsd-version.1
head/bin/freebsd-version/freebsd-ver
Author: des
Date: Thu Oct 26 13:23:13 2017
New Revision: 325010
URL: https://svnweb.freebsd.org/changeset/base/325010
Log:
If the user-provided password exceeds the maximum password length, don't
bother passing it to crypt(). It won't succeed and may allow an attacker
to confirm that the us
Dag-Erling Smørgrav writes:
> Log:
> If the user tries to set kern.randompid to 1 (which is meaningless), set
> it to a random value between 100 and 1123, rather than 0 as before.
>
> Submitted by: Marie Helene Kvello-Aune
> MFC after: 1 week
>
Author: des
Date: Sun Sep 10 15:01:29 2017
New Revision: 323390
URL: https://svnweb.freebsd.org/changeset/base/323390
Log:
If the user tries to set kern.randompid to 1 (which is meaningless), set
it to a random value between 100 and 1123, rather than 0 as before.
Submitted by: Marie Helen
Author: des
Date: Thu Aug 31 12:02:14 2017
New Revision: 323049
URL: https://svnweb.freebsd.org/changeset/base/323049
Log:
Merge upstream r4302 to support multiple concurrently valid anchors.
If an unpatched unbound-anchor is run without a preexisting root anchor
between 2017-09-11 and 20
Author: des
Date: Fri Aug 18 18:20:36 2017
New Revision: 322669
URL: https://svnweb.freebsd.org/changeset/base/322669
Log:
In fetch_resolve(), if the port number or service name is included in
the host argument (e.g. "www.freebsd.org:443"), the service pointer,
which is supposed to point to
Author: des
Date: Wed Aug 9 07:24:58 2017
New Revision: 322300
URL: https://svnweb.freebsd.org/changeset/base/322300
Log:
Correct sysctl names.
Modified:
head/sys/netinet/in.h
Modified: head/sys/netinet/in.h
==
---
Author: des
Date: Fri Aug 4 12:57:24 2017
New Revision: 322052
URL: https://svnweb.freebsd.org/changeset/base/322052
Log:
Upgrade to OpenSSH 7.5p1.
Added:
head/crypto/openssh/regress/unittests/conversion/
- copied from r321987,
vendor-crypto/openssh/dist/regress/unittests/conversion/
D
Author: des
Date: Sat May 20 18:02:31 2017
New Revision: 318587
URL: https://svnweb.freebsd.org/changeset/base/318587
Log:
Add -w to usage string.
Reported by: Jamie Landeg-Jones
MFC after:1 week
Modified:
head/contrib/top/top.c
Modified: head/contrib/top/top.c
=
May 5 13:23:23 2017
(r317826)
+++ head/contrib/openpam/bin/pamtest/pamtest.1 Fri May 5 13:31:25 2017
(r317827)
@@ -1,5 +1,5 @@
.\"-
-.\" Copyright (c) 2011 Dag-Erling Smørgrav
+.\" Copyright (c) 2011-2017 Dag-Erling Smørgrav
.\" All rights reserved.
.\"
.\"
Author: des
Date: Sat Apr 22 01:06:23 2017
New Revision: 317277
URL: https://svnweb.freebsd.org/changeset/base/317277
Log:
Fix counter increment in Salsa and ChaCha.
In my eagerness to eliminate a branch which is taken once per 2^38
bytes of keystream, I forgot that the state words are in
Mark R V Murray writes:
> "Dubious legal status"? Please go and look at the chacha that OpenSSH uses.
> You will find it strangely familiar.
I know exactly where that code comes from. It lacks a proper license.
DES
--
Dag-Erling Smørgr
t another
implementation was already available?
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/crypto/chacha20/chacha20.c Sat Apr 15 20:51:53 2017
(r316982)
@@ -0,0 +1,210 @@
+/*-
+ * Copyright (c) 2017 Dag-Erling Smørgrav
+ * All rights reserved.
+ *
+ * Redistribution and use in source and
Cy Schubert writes:
> Dag-Erling Smørgrav writes:
> > Note that none of these variables are documented, so using them
> > outside of rc.subr itself is arguably a bug.
> Agreed. Regardless, an UPDATING entry will still be needed because ports
> and third party software may h
Cy Schubert writes:
> Dag-Erling Smørgrav writes:
> > Could you please revert?
> Sure, it's been reverted.
No, you misunderstood... I meant revert *my* commit. I didn't know it
had already been fixed (for some value of fixed) when I wrote this.
> Are you thinking o
e which added check_force
etc. functions.
Could you please revert? I'd like to spend a little more time making
sure I get everything right.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.o
Author: des
Date: Tue Apr 4 11:43:31 2017
New Revision: 316487
URL: https://svnweb.freebsd.org/changeset/base/316487
Log:
Allow command modifiers (fast, quiet etc.) to be stacked in any order.
Add a "debug" modifier that sets rc_debug.
MFC after:3 weeks
Modified:
head/etc/rc.subr
1 - 100 of 749 matches
Mail list logo