]> Frank Brehm's Git Trees - config/bruni/etc-mint.git/commitdiff
committing changes in /etc after apt run
authorFrank Brehm <frank@brehm-online.com>
Thu, 31 Jan 2019 08:29:59 +0000 (09:29 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 31 Jan 2019 08:29:59 +0000 (09:29 +0100)
Package changes:
-language-pack-de 1:18.04+20180712 all
+language-pack-de 1:18.04+20190117 all
-language-pack-gnome-de 1:18.04+20180712 all
+language-pack-gnome-de 1:18.04+20190117 all
-openjdk-8-jdk 8u191-b12-0ubuntu0.18.04.1 amd64
-openjdk-8-jdk-headless 8u191-b12-0ubuntu0.18.04.1 amd64
-openjdk-8-jre 8u191-b12-0ubuntu0.18.04.1 amd64
-openjdk-8-jre-headless 8u191-b12-0ubuntu0.18.04.1 amd64
+openjdk-8-jdk 8u191-b12-2ubuntu0.18.04.1 amd64
+openjdk-8-jdk-headless 8u191-b12-2ubuntu0.18.04.1 amd64
+openjdk-8-jre 8u191-b12-2ubuntu0.18.04.1 amd64
+openjdk-8-jre-headless 8u191-b12-2ubuntu0.18.04.1 amd64
-tar 1.29b-2 amd64
+tar 1.29b-2ubuntu0.1 amd64
-update-notifier-common 3.192.1.4 all
+update-notifier-common 3.192.1.5 all

java-8-openjdk/net.properties

index b490e174a3f4915c54610f59f4826d58f2d2a050..a541eef9e649c3e4a1658fbfb197e840d3d9f877 100644 (file)
@@ -1,5 +1,5 @@
 ############################################################
-#      Default Networking Configuration File
+#       Default Networking Configuration File
 #
 # This file may contain default values for the networking system properties.
 # These values are only used when the system properties are not specified
@@ -14,7 +14,7 @@
 # Note that the system properties that do explicitely set proxies
 # (like http.proxyHost) do take precedence over the system settings
 # even if java.net.useSystemProxies is set to true.
+
 java.net.useSystemProxies=false
 
 #------------------------------------------------------------------------
@@ -66,8 +66,8 @@ ftp.nonProxyHosts=localhost|127.*|[::1]
 # socksProxyPort=1080
 #
 # HTTP Keep Alive settings. remainingData is the maximum amount of data
-# in kilobytes that will be cleaned off the underlying socket so that it 
-# can be reused (default value is 512K), queuedConnections is the maximum 
+# in kilobytes that will be cleaned off the underlying socket so that it
+# can be reused (default value is 512K), queuedConnections is the maximum
 # number of Keep Alive connections to be on the queue for clean up (default
 # value is 10).
 # http.KeepAlive.remainingData=512
@@ -99,3 +99,23 @@ ftp.nonProxyHosts=localhost|127.*|[::1]
 #jdk.http.auth.proxying.disabledSchemes=
 jdk.http.auth.tunneling.disabledSchemes=Basic
 
+#
+# Transparent NTLM HTTP authentication mode on Windows. Transparent authentication
+# can be used for the NTLM scheme, where the security credentials based on the
+# currently logged in user's name and password can be obtained directly from the
+# operating system, without prompting the user. This property has three possible
+# values which regulate the behavior as shown below. Other unrecognized values
+# are handled the same as 'disabled'. Note, that NTLM is not considered to be a
+# strongly secure authentication scheme and care should be taken before enabling
+# this mechanism.
+#
+# Transparent authentication never used.
+#jdk.http.ntlm.transparentAuth=disabled
+#
+# Enabled for all hosts.
+#jdk.http.ntlm.transparentAuth=allHosts
+#
+# Enabled for hosts that are trusted in Windows Internet settings
+#jdk.http.ntlm.transparentAuth=trustedHosts
+#
+jdk.http.ntlm.transparentAuth=disabled