summaryrefslogtreecommitdiff
path: root/changelog
blob: f09d0eea2975d38bf5986fd0e148d22fcf2994e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
userv-utils (0.6.1) unstable; urgency=medium

  * Collect into userv-utils all the services which don't involve creating
    users, etc.  Move the services.d files to services-available, and move
    the service-specific configurations into their enabled locations where
    appropriate.

  * Move the upstream changelog into ./changelog, to make room for
    a Debian-specific upstream changelog.

  * ipif: Provide ipif-access aka ipif/service-wrap, new access control
    wrapper program for service with a new better syntax.
    [Ian Jackson; fixes from Mark Wooding]
  * ipif: Fix some option-handling bugs.
  * ipif: Tidy up some compiler warnings.  [Mark Wooding]

 -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 04 Aug 2021 22:48:27 +0100

userv-utils (0.6.0~~iwj3) unstable; urgency=low

  * Correct binary package dependencies by referencing substvars in
    debian/control.
  * Add dependency on debhelper.
  * No longer mention SLIP and udptunnel in the userv-ipif Description.
  * Americanise spelling of /usr/share/common-licences to ...-licenses.
  * Add debhelper token to postinst scripts.
  * Change default user for git-daemon to userv-git and
    default user for dyndns to userv-dyndns.
  * Improve adduser calls:
     - no longer guard with calls to id, as adduser --quiet is idempotent
     - pass --shell /bin/false and --no-create-home
  * Bump Standards-Version to 3.7.0.0.
  * Fix typo in userv-cgi long description.
  * Provide various documentation for userv-cgi in /usr/share.
  * Remove obsolete and broken dist target in root Makefile.
  * Add quirkafleeg to git-daemon/Makefile to placate emacs makefile mode.
  * www-cgi: Overhaul of env var handling (thanks to Mark Wooding).
  * Make deprecated things not built by default by Makefile (and remove
    code in debian/rules for achieving this).

 -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 14 Apr 2017 15:58:46 +0100

userv-utils (0.6.0~~iwj2) unstable; urgency=low

  * Use dh(1).  WIP.

 -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 08 Dec 2013 13:38:23 +0000

userv-utils (0.6.0~~iwj1) unstable; urgency=low

  * WIP
  * www-cgi: Promise better status for this utility.
  * mailq: Clarify set of relevant files in README.
  * dyndns: Docuument existence in README.
  * REAMDE, copyright: Correct locations for GPL, and contact info.
  * Update to GPLv3+; update copyright notices everywhere.
  * ipif: Update docs to reflect fact that we are now using tun/tap.
  * ipif: Deprecate udptunnel.
  * ipif: Provide head comment of service.c as a txt docs.

 -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 04 Dec 2013 23:01:37 +0000

userv-utils (0.5.0) unstable; urgency=low

  * checkpasswd-*: new service
  * www-cgi: whitelist some more HTTP headers.
  * ipif: Improve documentation comment.
  * ipif: Some portability improvements.
  * Remove .cvsignore files.
  * Pass -g to linker, by default.
  * www-cgi: clean target removes *.o.

 -- Ian Jackson <ian@liberator.relativity.greenend.org.uk>  Sun, 27 Jan 2013 16:34:29 +0000

userv-utils (0.4.2) unstable; urgency=low

  ipif bugfix:
  * Fix failure which occurs when input data starts to back up:
    service.c:866: copydata: Assertion `r < sizeof(input_buf)' failed.

 -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 15 Jan 2012 01:00:00 +0000

userv-utils (0.4.1) unstable; urgency=low

  ipif bugfixes:
  * Ignore empty packets (ie consecutive END bytes), as tun rejects
    them with EINVAL.
  * Tolerate ENOMEM from tun.

 -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 14 Jan 2012 15:46:53 +0000

userv-utils (0.4) unstable; urgency=low

  ipif:
  * Now uses tun, not slip.  All modern Linux kernels have tun support,
    and we weren't portable to non-Linux anyway.  slattach has sometimes
    been implicated in kernel problems.  Interfaces are now called
    "userv%d" (ie, userv0, userv1, etc.).  Only "slip" is now supported.

 -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 14 Jan 2012 15:24:57 +0000

userv-utils (0.4~beta1) unstable; urgency=low

  git-daemon:
  * New userv-git-daemon service.

  package admin:
  * Now in git.
  * Fixed up some portability problems.

 -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 22 May 2010 19:50:57 +0100

userv-utils (0.3) unstable; urgency=medium

  dyndns:
  * New dyndns service.

  ucgi:
  * add HTTP_REFERER.
  * Fix path in www-cgi userv service default configuration.

  ipif/udptunnel:
  * Use slip, not cslip (!)
  * service MAXEXROUTES increased from 5 to 50.
  * Set default max clock skew to 45/45, not 10/30.
  * Allow config file to override default clock skew and lag.
  * Report nonzero death of m4 better.
  * Add a few missing #include's of <string.h>.
  * Minor fixes to INSTALL.

  groupmanage:
  * new name-regexp feature.
  * admin-group is understood in config file but currently ignored.
  * file locations configurable.
  * groupmanage: do not claim that root doesn't exist.
  * groupmanage: configurable group name length limit.
  (Thanks to reports and patches from Ben Harris at Cambridge University.)

  Packaging changes:
  * Debianisation.
  * New Makefiles in various directories; still not wonderful.
  * Removed some common stuff from */Makefile to settings.make.
  * Copyright notices updated.
  * Moved changelog to debian/changelog.

 -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  6 Jun 2006 22:02:17 +0100

userv-utils (0.2.3) unstable; urgency=low

  * udptunnel-reconf can write a known_hosts file for you.

 -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 11 Feb 2002 21:46:48 +0000

userv-utils (0.2.2) unstable; urgency=low

  * udptunnel-reconf default script pauses for 10s between restarts.
  * udptunnel-reconf inittab entries default to having </dev/null.
  * udptunnel-reconf understands forbid_remote set to `-'.
  * forbid_remote is a per-tunnel option.
  * udptunnel-vpn-config.m4 allows global file to override as intended.
  * www-cgi passes HTTP_COOKIE header.
  * indirect ssh via V_sshinvoke.
  * userv-ipif config file allows exclusions in network permissions.

 -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 15 Dec 2001 17:55:06 +0000

userv-utils (0.2.1) unstable; urgency=low

  * New udptunnel-reconf program for generating invoke scripts, inittab
    entries, and the like, for a multi-host VPN.

  * service.c (userv ipif) /32 prefixes work properly now.
  * `make distclean' works in ipif, www-cgi and top level.

 -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 11 Dec 2000 02:45:58 +0000

userv-utils (0.2.0) unstable; urgency=low

  Improvements to ipif (tunnelling/VPN facility):
  * INSTALL instructions much improved and README created.
  * Patch to slattach included.
  * Documentation comments improved.

 -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 18 Sep 2000 01:31:01 +0100

userv-utils (0.1.90) unstable; urgency=low

  * ipif/INSTALL instructions, such as they are, included.

  * ipif service now supports `=' character in addrs in ipif-networks, for
    local endpoint only.

 -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 21 Jun 2000 23:48:10 +0100

userv-utils (0.1.9) unstable; urgency=low

  * Completely revamped udptunnel (in ipif) - now does encryption.

 -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 18 Jun 2000 14:41:36 +0100

userv-utils (0.1) experimental; urgency=low

  * Initial release.

 -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  9 Nov 1999 23:24:58 +0000

# Local variables:
# mode: debian-changelog
# End: