chiark / gitweb /
941bb4d97f002e381495920771ed34312d84902e
[userv.git] / debian / changelog
1 userv (0.65.2) unstable; urgency=high
2
3   * In client, copy results from getpw* when necessary.  This fixes what
4     could be a security problem on some platforms.
5   * Avoid accessing backup, auto-save files, etc, with include-lookup.
6     Everything except a-z 0-9 - _ must now be prefixed by a colon.
7   * Allow \ to continue lines (and do sensible things with whitespace in
8     `message' and `error' directives).
9
10  --
11
12 userv (0.64.1) unstable; urgency=low
13
14   * New "shutdown" builtin service for terminating uservd.
15   * Spec. document shows subsections in TOC.
16
17   * setenv emulation using putenv works properly (previously you would get
18     wrong environment variable settings).  (Thanks to Ben Harris.)
19   * Makefile bug fixed (tokens.h would sometimes not be rebuilt).
20
21   * Regenerated formatted documentation (spec.ps, spec.html).
22
23  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 20 Jun 1999 19:13:42 +0100
24
25 userv (0.62) unstable; urgency=low
26
27   * New builtin service `help' lists builtin services.
28   
29   INSTALL improvements:
30   * Document locations of required programs.
31   * Sort-of document debugging version.
32   
33   Portability fixes for:
34   * md5sum with extra `-'.
35   * -lsocket required for socket().
36   * missing `LOG_AUTHPRIV'.
37   * `logname' name clash.    
38   * missing setenv() (synthesize using putenv).
39   * various required #include's were omitted.
40   * install rule in Makefile `if ! test ...' changed to `if test ! ...'
41
42   Build arrangements changed (new GNU coding standards targets etc):
43   * m4 and flex output now shipped.
44   * `dist' target in Makefile.
45   * Manuals in CVS and shipped pre-formatted.
46
47   * Reran autoconf/autoheader, latest version.
48   * Updated email address to ian@davenant.greenend.org.uk throughout.
49
50  -- Ian Jackson <ian@chiark.greenend.org.uk>  Sun, 18 Apr 1999 20:08:12 +0100
51
52 userv (0.60.3) frozen unstable; urgency=medium
53
54   * Fixed misdequoting of \<newline> in "-quoted strings.
55   * Removed -Werror by default.  (Bug#32758, Bug#32747)
56
57  -- Ian Jackson <ian@chiark.greenend.org.uk>  Wed,  3 Feb 1999 22:24:33 +0000
58
59 userv (0.60.2) frozen unstable; urgency=high
60
61   * Fixed failure to save pathnames in a couple of places in parser.c.
62     Without this, include-directory would often try to open a garbage
63     filename.  This could be a security problem in certain cases where
64     user-owned config files were included from sysadmin-defined files,
65     and the sysadmin wants to control how a user provides services.
66
67   * Fix "-quoted strings, which previously never worked at all.
68
69   * Fixed spurious failure with `Interrupted system call' on systems
70     where fread can fail due to read giving EINTR (blech!)
71
72   * Fixed race when fd closed at startup, which could cause
73     `system call failure: kill cat for <fd>: No such process'.
74
75   * Fixed spurious assertion failure if user's home directory not
76     accessible.
77   * Fixed a couple of memory and fd leaks in error exits from
78     include-directory and include-lookup in parser.c.
79
80   * Debian and `upstream' version integrated; Changelogs merged.
81
82   * Provided `system.default' file checks /etc/userv/services.d and
83     /etc/userv/default.d; system.override runs /etc/userv/override.d.
84
85   * Add <string.h> to servexec.c.
86   * Add -D_GNU_SOURCE to CFLAGS in configure.in.
87   * Braces added in client.c to prevent GCC `ambiguous else' warning.
88
89   * Reran autoconf.
90   * autoconf-generated files included in CVS.
91
92   * Debian package description mentions use by system admin.
93
94  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 30 Jan 1999 23:38:17 +0000
95
96
97 *** Main changelog file included here - see far down this file for the
98 *** pre-0.60 Debian-specific changes.
99
100
101 userv (0.58); urgency=high
102
103   * Fixed failure to set gid when invoking service !!
104   * Fixed failure to set fd value in et_closereadfd messages from client.
105
106   * Save filename string in parse_file for error reporting (in case it is
107     overwritten by parsing code).
108   * Fixed obscure race in process.c:getevent (et_closereadfd and hold fds).
109   * `builtin version' service had error message and errno string reserve
110     values exchanged.
111
112  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 29 Jan 1998 00:00:22 +0000
113
114 userv (0.57); urgency=high
115
116   * Services provided by root work !
117   * uservd can now go into background itself (-daemon option).
118
119   * spec now has default syslog facility for rcfile messages as `user'.
120   * Better prioritisation of syslog messages.
121   * Startup error messages now go to stderr instead.
122   * SIGTERM and SIGINT now produce a syslog message.
123
124   * Version number has VEREXT component, settable via make args &c.
125   * New sections in INSTALL about exit statuses and -daemon.
126
127  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 14 Oct 1997 02:04:18 +0100
128
129 userv (0.56); urgency=medium
130
131   * Server now checks itself every hour to see if its socket has been
132     stolen, and exits if it has.
133   * Client only retries connect(2) on EINTR (and does so silently).
134   * All of even master server's syslog messages have pid.
135   * Don't delete spec.sgml.in in clean targets.
136
137  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:38:25 +0100
138
139 userv (0.55.2); urgency=low
140
141   * Added info about WWW page, mailing lists and bug reporting to README.
142
143   * clean targets except realclean don't remove spec.html, spec.ps,
144     lexer.[lc], tokens.h, overview.ps.  New totalclean target for
145     removing configure and config.h.in.
146
147   * Added <sys/types.h> and <errno.h> to lexer.l.m4.
148   * <sys/wait.h> instead of <wait.h>; %d instead of %ld for WEXITSTATUS
149     in overlord.c; PIPEMAXLEN etc. #defines include cast to int to avoid
150     problems with sizeof and size_t; EPROTO missing workaround.
151   * Note about SIG_IGN and `function declaration isn't a prototype' added
152     to INSTALL file in new PROBLEMS section.
153
154  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 5 Oct 1997 17:55:32 +0100
155
156 userv (0.55.1); urgency=low
157
158   * README file now shipped.
159   * Added this Changelog, and configure gets version number from it.
160
161  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:58:32 +0100
162
163 userv (0.55)
164
165   * Initial release
166
167  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:52:50 +0100
168
169
170 *** Old main changelog file ends here.
171 *** Now come pre-0.59 Debian-specific changes.
172
173
174 userv (0.58-1.2) unstable; urgency=low
175
176   * Non maintainer upload.
177     Fix for this error on the Arm.
178     cc1: warnings being treated as errors
179     client.c: In function callvalueoption':
180     client.c:747: warning: suggest explicit braces to avoid ambiguous else'
181     Braces inserted, to join the if statements together
182
183  -- Turbo Fredriksson <turbo@debian.org>  Thu, 20 Aug 1998 06:17:43 -0400
184
185 userv (0.58-1.1) frozen unstable; urgency=low
186
187   * Non maintainer upload
188   * Finally compiled against libc6
189   * To Brian White: Please either confirm this upload to go into frozen or
190     remove userv from frozen.
191   * Added external declaration for strsignal() to overlord.c and client.c
192
193  -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 18 Jul 1998 10:48:11 +0200
194
195 userv (0.58-1) unstable; urgency=low
196
197   * Upgraded to new upstream version; major security fix, error handling
198     fixes.
199
200  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 29 Jan 1998 00:03:52 +0000
201
202 userv (0.57-1) unstable; urgency=high
203
204   * Upgraded to new upstream version; fixed bug with root-provided
205     services.
206   * Uses new -daemon option in init.d script.
207   * Sets VEREXT during build to set version number.
208
209  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 14 Oct 1997 02:22:22 +0100
210
211 userv (0.56-1) experimental; urgency=low
212
213   * Upgraded to new upstream version.
214
215  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:13:22 +0100
216
217 userv (0.55.1-1) experimental; urgency=low
218
219   * Initial Debian release.
220
221  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 22 Sep 1997 01:08:23 +0100
222
223 # Local variables:
224 # mode: debian-changelog
225 # End: