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