chiark / gitweb /
ipif: use tun, not slip; compiles, untested
[userv-utils.git] / debian / changelog
1 userv-utils (0.4~beta2) unstable; urgency=low
2
3   ipif:
4   * Now uses tun, not slip.  All modern Linux kernels have tun support,
5     and we weren't portable to non-Linux anyway.  slattach has sometimes
6     been implicated in kernel problems.  Interfaces are now called
7     "userv%d" (ie, userv0, userv1, etc.).
8
9  --
10
11 userv-utils (0.4~beta1) unstable; urgency=low
12
13   git-daemon:
14   * New userv-git-daemon service.
15
16   package admin:
17   * Now in git.
18   * Fixed up some portability problems.
19
20  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 22 May 2010 19:50:57 +0100
21
22 userv-utils (0.3) unstable; urgency=medium
23
24   dyndns:
25   * New dyndns service.
26
27   ucgi:
28   * add HTTP_REFERER.
29   * Fix path in www-cgi userv service default configuration.
30
31   ipif/udptunnel:
32   * Use slip, not cslip (!)
33   * service MAXEXROUTES increased from 5 to 50.
34   * Set default max clock skew to 45/45, not 10/30.
35   * Allow config file to override default clock skew and lag.
36   * Report nonzero death of m4 better.
37   * Add a few missing #include's of <string.h>.
38   * Minor fixes to INSTALL.
39
40   groupmanage:
41   * new name-regexp feature.
42   * admin-group is understood in config file but currently ignored.
43   * file locations configurable.
44   * groupmanage: do not claim that root doesn't exist.
45   * groupmanage: configurable group name length limit.
46   (Thanks to reports and patches from Ben Harris at Cambridge University.)
47
48   Packaging changes:
49   * Debianisation.
50   * New Makefiles in various directories; still not wonderful.
51   * Removed some common stuff from */Makefile to settings.make.
52   * Copyright notices updated.
53   * Moved changelog to debian/changelog.
54
55  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  6 Jun 2006 22:02:17 +0100
56
57 userv-utils (0.2.3) unstable; urgency=low
58
59   * udptunnel-reconf can write a known_hosts file for you.
60
61  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 11 Feb 2002 21:46:48 +0000
62
63 userv-utils (0.2.2) unstable; urgency=low
64
65   * udptunnel-reconf default script pauses for 10s between restarts.
66   * udptunnel-reconf inittab entries default to having </dev/null.
67   * udptunnel-reconf understands forbid_remote set to `-'.
68   * forbid_remote is a per-tunnel option.
69   * udptunnel-vpn-config.m4 allows global file to override as intended.
70   * www-cgi passes HTTP_COOKIE header.
71   * indirect ssh via V_sshinvoke.
72   * userv-ipif config file allows exclusions in network permissions.
73
74  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 15 Dec 2001 17:55:06 +0000
75
76 userv-utils (0.2.1) unstable; urgency=low
77
78   * New udptunnel-reconf program for generating invoke scripts, inittab
79     entries, and the like, for a multi-host VPN.
80
81   * service.c (userv ipif) /32 prefixes work properly now.
82   * `make distclean' works in ipif, www-cgi and top level.
83
84  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 11 Dec 2000 02:45:58 +0000
85
86 userv-utils (0.2.0) unstable; urgency=low
87
88   Improvements to ipif (tunnelling/VPN facility):
89   * INSTALL instructions much improved and README created.
90   * Patch to slattach included.
91   * Documentation comments improved.
92
93  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 18 Sep 2000 01:31:01 +0100
94
95 userv-utils (0.1.90) unstable; urgency=low
96
97   * ipif/INSTALL instructions, such as they are, included.
98
99   * ipif service now supports `=' character in addrs in ipif-networks, for
100     local endpoint only.
101
102  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 21 Jun 2000 23:48:10 +0100
103
104 userv-utils (0.1.9) unstable; urgency=low
105
106   * Completely revamped udptunnel (in ipif) - now does encryption.
107
108  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 18 Jun 2000 14:41:36 +0100
109
110 userv-utils (0.1) experimental; urgency=low
111
112   * Initial release.
113
114  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  9 Nov 1999 23:24:58 +0000
115
116 # Local variables:
117 # mode: debian-changelog
118 # End: