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