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