Release 1.0.36-2 for unstable

This commit is contained in:
Guus Sliepen 2020-11-22 10:40:54 +01:00
parent 72c0b016d0
commit c14863878e
14 changed files with 645 additions and 732 deletions

View file

@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.16.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
This is tinc.info, produced by makeinfo version 6.6 from tinc.texi.
This is tinc.info, produced by makeinfo version 6.7 from tinc.texi.
INFO-DIR-SECTION Networking tools
START-INFO-DIR-ENTRY
@ -791,13 +791,13 @@ DeviceType = <TYPE> (platform dependent)
uml (not compiled in by default)
Create a UNIX socket with the filename specified by DEVICE, or
'/var/run/NETNAME.umlsocket' if not specified. Tinc will wait
for a User Mode Linux instance to connect to this socket.
'/run/NETNAME.umlsocket' if not specified. Tinc will wait for
a User Mode Linux instance to connect to this socket.
vde (not compiled in by default)
Uses the libvdeplug library to connect to a Virtual
Distributed Ethernet switch, using the UNIX socket specified
by DEVICE, or '/var/run/vde.ctl' if not specified.
by DEVICE, or '/run/vde.ctl' if not specified.
Also, in case tinc does not seem to correctly interpret packets
received from the virtual network device, it can be used to change
@ -1597,7 +1597,7 @@ command line options.
'/var/log/tinc.NETNAME.log'.
'--pidfile=FILE'
Write PID to FILE instead of '/var/run/tinc.NETNAME.pid'.
Write PID to FILE instead of '/run/tinc.NETNAME.pid'.
'--bypass-security'
Disables encryption and authentication. Only useful for debugging.
@ -2748,38 +2748,43 @@ Node: Multiple networks21792
Node: How connections work23218
Node: Configuration files24440
Node: Main configuration variables25934
Node: Host configuration variables42190
Node: Scripts47722
Node: How to configure50988
Node: Generating keypairs52246
Node: Network interfaces52745
Node: Example configuration54593
Node: Running tinc59918
Node: Runtime options60508
Node: Signals64137
Node: Debug levels65328
Node: Solving problems66264
Node: Error messages67816
Node: Sending bug reports71825
Node: Technical information72772
Node: The connection73003
Node: The UDP tunnel73315
Node: The meta-connection76367
Node: The meta-protocol77836
Node: Security82853
Node: Authentication protocol83995
Node: Encryption of network packets89040
Node: Security issues90416
Node: Platform specific information92056
Node: Interface configuration92316
Node: Routes94612
Node: Automatically starting tinc96662
Node: Linux96885
Node: Windows98106
Node: Other platforms98611
Node: About us98893
Node: Contact information99068
Node: Authors99471
Node: Concept Index99876
Node: Host configuration variables42182
Node: Scripts47714
Node: How to configure50980
Node: Generating keypairs52238
Node: Network interfaces52737
Node: Example configuration54585
Node: Running tinc59910
Node: Runtime options60500
Node: Signals64125
Node: Debug levels65316
Node: Solving problems66252
Node: Error messages67804
Node: Sending bug reports71813
Node: Technical information72760
Node: The connection72991
Node: The UDP tunnel73303
Node: The meta-connection76355
Node: The meta-protocol77824
Node: Security82841
Node: Authentication protocol83983
Node: Encryption of network packets89028
Node: Security issues90404
Node: Platform specific information92044
Node: Interface configuration92304
Node: Routes94600
Node: Automatically starting tinc96650
Node: Linux96873
Node: Windows98094
Node: Other platforms98599
Node: About us98881
Node: Contact information99056
Node: Authors99459
Node: Concept Index99864

End Tag Table

Local Variables:
coding: utf-8
End:

View file

@ -2,4 +2,4 @@
@set PACKAGE tinc
@set sysconfdir /etc
@set localstatedir /var
@set runstatedir /var/run
@set runstatedir /run