chiark / gitweb /
ian [Wed, 12 Nov 2003 00:44:56 +0000 (00:44 +0000)]
@@ -1,3 +1,11 @@
+userv (1.0.4-1) unstable; urgency=low
+
+ Minor portability fixes:
+ * Missing #include <string.h> and <stdlib.h> } Thanks to report
+ * getgroups returns int, not gid_t (!). } from Peter Benie.
+
+ --
+
userv (1.0.3-2) unstable; urgency=low
Debian packaging improvements (only):
ian [Sat, 1 Nov 2003 17:00:03 +0000 (17:00 +0000)]
finalise changelog prep. for cvs-buildpackage
ian [Sat, 1 Nov 2003 14:59:30 +0000 (14:59 +0000)]
@@ -1,3 +1,9 @@
+userv (1.0.3-0.0.99.1) unstable; urgency=low
+
+ * type -p invoke-rc.d changed to type, in postinst and prerm.
+
+ --
+
userv (1.0.3) unstable; urgency=medium
Bugfixes:
ian [Sat, 1 Nov 2003 01:12:21 +0000 (01:12 +0000)]
version 1.0.3; updated and reformatted docs using Debian woody
ian [Sat, 1 Nov 2003 01:08:08 +0000 (01:08 +0000)]
build-depends tetex-extra
ian [Sat, 1 Nov 2003 01:02:14 +0000 (01:02 +0000)]
@@ -1,3 +1,9 @@
+userv (1.0.1.99.4) unstable; urgency=low
+
+ * Update copyright dates everywhere.
+
+ --
+
userv (1.0.1.99.3) unstable; urgency=low
* Actually apply _all_ of PJB's fd patch!
ian [Sat, 1 Nov 2003 00:44:54 +0000 (00:44 +0000)]
@@ -1,3 +1,9 @@
+userv (1.0.1.99.3) unstable; urgency=low
+
+ * Actually apply _all_ of PJB's fd patch!
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk> Sat, 1 Nov 2003 00:44:44 +0000
+
userv (1.0.1.99.2) unstable; urgency=low
* Actually ship uservd(8) !
ian [Sat, 1 Nov 2003 00:20:37 +0000 (00:20 +0000)]
finalise
ian [Sat, 1 Nov 2003 00:18:38 +0000 (00:18 +0000)]
@@ -3,6 +3,8 @@
their use of strtoul. (Thanks to report from Peter Benie.)
+ * Close unwanted pipes in client-side cat subprocesses, to avoid
+ wedging at termination. (Thanks to patchlet from Peter Benie.)
ian [Sat, 1 Nov 2003 00:06:09 +0000 (00:06 +0000)]
@@ -1,6 +1,8 @@
+ * Fix fd modifier, signal, and exit status parsing to be rigourous in
+ their use of strtoul. (Thanks to report from Peter Benie.)
ian [Fri, 31 Oct 2003 23:10:57 +0000 (23:10 +0000)]
Actually ship uservd(8)
ian [Fri, 31 Oct 2003 23:09:41 +0000 (23:09 +0000)]
@@ -1,3 +1,9 @@
+userv (1.0.1.99.2) unstable; urgency=low
+
+ * Actually ship uservd(8) !
+
+ --
+
userv (1.0.1.99.1) unstable; urgency=low
Debian packaging improvements:
ian [Fri, 31 Oct 2003 23:02:29 +0000 (23:02 +0000)]
regen
ian [Fri, 31 Oct 2003 22:55:41 +0000 (22:55 +0000)]
@@ -1,3 +1,22 @@
+userv (1.0.1.99.1) unstable; urgency=low
+
+ Debian packaging improvements:
+ * Standards-Version 3.6.1.
+ * /etc/init.d/userv nicer output: colons, . printed after done.
+ * Maintainer scripts use invoke-rc.d if it's available.
+ * Maintainer scripts discard stdout from update-rc.d.
+ * No more messing with /usr/doc, must have /usr/share/doc.
+ * Support unstripped binaries in the .deb, with DEB_BUILD_OPTIONS.
+ * Fixed typo in debian/copyright.
+ * When doing /etc/init.d/userv restart, don't mind if not already
+ running.
+ * debian/rules clean removes whole spec.html subdirectory.
+ * Ship spec.ps (Closes: #210859)
+ * added lintian override for suid binary userv (Closes: #211055)
+ (Thanks to Martin Pitt's NMU for inspirations and one-liners.)
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk> Fri, 31 Oct 2003 22:55:37 +0000
+
userv (1.0.1.99.0) unstable; urgency=low
Bugfixes:
ian [Sun, 29 Jun 2003 21:23:47 +0000 (21:23 +0000)]
test build
ian [Sun, 29 Jun 2003 21:23:28 +0000 (21:23 +0000)]
@@ -26,6 +26,7 @@
Debian:
+ * init.d reload is noop, restart now called restart. Closes #70783.
ian [Sun, 29 Jun 2003 21:12:38 +0000 (21:12 +0000)]
manpage improvements
ian [Sun, 29 Jun 2003 19:23:07 +0000 (19:23 +0000)]
@@ -24,6 +24,7 @@
Debian:
+ * Added Build-Depends: debiandoc-sgml, tetex-bin. Closes #190615.
ian [Sun, 29 Jun 2003 19:18:41 +0000 (19:18 +0000)]
manpage fix is debian bugfix
ian [Sun, 29 Jun 2003 13:35:41 +0000 (13:35 +0000)]
@@ -19,6 +19,7 @@
+ * Some groff warnings in userv(1) fixed.
ian [Sun, 29 Jun 2003 12:53:45 +0000 (12:53 +0000)]
categorise changes
ian [Sun, 29 Jun 2003 12:52:14 +0000 (12:52 +0000)]
@@ -1,5 +1,7 @@
+ * Make require-fd work with reading fds !
+ (Thanks to Ben Harris for the bug report).
ian [Sun, 15 Jun 2003 18:17:24 +0000 (18:17 +0000)]
@@ -10,6 +10,8 @@
+ * Use fcntl F_{GET,SET}FD with respect for as-yet-uninvented fd flags.
+ (small patch from Ben Harris.)
ian [Fri, 25 Apr 2003 18:55:57 +0000 (18:55 +0000)]
@@ -9,6 +9,7 @@
+ * Look for gmd5sum. (Thanks to Anton Altaparmakov for the report.)
ian [Tue, 1 Apr 2003 19:36:41 +0000 (19:36 +0000)]
@@ -8,6 +8,7 @@
(Might conceivably make USERV_GIDS be wrong on some platforms.)
+ * install-sh updated to that from autoconf 2.53.
ian [Tue, 1 Apr 2003 19:30:03 +0000 (19:30 +0000)]
@@ -7,6 +7,7 @@
(Might conceivably make USERV_GIDS be wrong on some platforms.)
+ * We do ship m4 and flex output now, so say so.
ian [Mon, 29 Oct 2001 12:13:34 +0000 (12:13 +0000)]
@@ -8,6 +8,9 @@
(Might conceivably make USERV_GIDS be wrong on some platforms.)
* Do not pass char to ctype macros; they can't cope with -ve !
+ Debian:
+ * Priority changed to optional as per override file.
+
--
userv (1.0.1.1potatp.1) unstable; urgency=low
ian [Mon, 29 Oct 2001 12:12:54 +0000 (12:12 +0000)]
Final NMU patch.
ian [Mon, 29 Oct 2001 11:48:02 +0000 (11:48 +0000)]
@@ -10,6 +10,15 @@
--
+userv (1.0.1.1potatp.1) unstable; urgency=low
+
+ * NMU
+ * FHS transition (closes #91578)
+ * Corrected location of common licenses
+ * Added -isp to dpkg-gencontrol
+
+ -- Bas Zoetekouw <bas@debian.org> Wed, 8 Aug 2001 17:42:37 +0200
+
userv (1.0.1) stable frozen unstable; urgency=high
IMPORTANT SECURITY FIX:
ian [Thu, 25 Jan 2001 00:20:28 +0000 (00:20 +0000)]
@@ -3,6 +3,10 @@
+ * #include <fcntl.h>, not <sys/fcntl.h> (fixes some implicit decls).
+ * gid_t may be >int, so cast to long when putting in USERV_GIDS
+ (Might conceivably make USERV_GIDS be wrong on some platforms.)
+ * Do not pass char to ctype macros; they can't cope with -ve !
ian [Fri, 29 Dec 2000 20:30:32 +0000 (20:30 +0000)]
@@ -2,6 +2,7 @@
+ * userv(1) manpage: fixed broken definitions of fd excl and trunc.
ian [Sun, 13 Aug 2000 12:23:44 +0000 (12:23 +0000)]
@@ -1,6 +1,7 @@
+ * --help and --version behaviour made to conform to GNU standards.
ian [Sun, 13 Aug 2000 12:16:58 +0000 (12:16 +0000)]
@@ -1,3 +1,9 @@
+userv (1.0.2) unstable; urgency=low
+
+ * Specification's usage notes section improved.
+
+ --
+
userv (1.0.1) stable frozen unstable; urgency=high
IMPORTANT SECURITY FIX:
ian [Thu, 27 Jul 2000 00:08:33 +0000 (00:08 +0000)]
@@ -1,8 +1,14 @@
-userv (1.0.1) unstable; urgency=low
+userv (1.0.1) stable frozen unstable; urgency=high
+ IMPORTANT SECURITY FIX:
+ * fd swapping algorithm would sometimes corrupt security-critical data
+ used to generate the service program's USERV_ environment variables.
+ For details see the 1.0.1 announcement in the userv-announce archives.
+
+ Portability improvement:
* Look for `md5' as well as `md5sum' - installs easier on BSDs.
- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk> Thu, 27 Jul 2000 01:06:30 +0100
userv (1.0.0) unstable; urgency=low
ian [Wed, 26 Jul 2000 22:32:08 +0000 (22:32 +0000)]
Spec is now v1.0.1.
ian [Wed, 28 Jun 2000 00:11:48 +0000 (00:11 +0000)]
Look for md5 as well as md5sum.
ian [Wed, 28 Jun 2000 00:04:54 +0000 (00:04 +0000)]
@@ -1,3 +1,9 @@
+userv (1.0.1) unstable; urgency=low
+
+ * Look for `md5' as well as `md5sum' - installs easier on BSDs.
+
+ --
+
userv (1.0.0) unstable; urgency=low
* Manpage userv(1) from Ben Harris. (Debian bug #33777.)
ian [Mon, 6 Mar 2000 18:14:46 +0000 (18:14 +0000)]
@@ -1,8 +1,10 @@
userv (1.0.0) unstable; urgency=low
- * Released out of beta (version number increased).
+ * Manpage userv(1) from Ben Harris. (Debian bug #33777.)
+ * Released out of beta (version number change).
+ * Added a couple of things to .cvsignore.
- -- Ian Jackson <ian@davenant.greenend.org.uk> Mon, 6 Mar 2000 17:13:13 +0000
+ -- Ian Jackson <ian@davenant.greenend.org.uk> Mon, 6 Mar 2000 18:13:49 +0000
userv (0.95.0) unstable; urgency=low
ian [Mon, 6 Mar 2000 17:14:17 +0000 (17:14 +0000)]
@@ -1,3 +1,9 @@
+userv (1.0.0) unstable; urgency=low
+
+ * Released out of beta (version number increased).
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk> Mon, 6 Mar 2000 17:13:13 +0000
+
userv (0.95.0) unstable; urgency=low
* Count \-continued lines properly in error message line numbers.
ian [Tue, 9 Nov 1999 23:32:44 +0000 (23:32 +0000)]
Rebuild everything for 0.95.0
ian [Tue, 9 Nov 1999 23:27:30 +0000 (23:27 +0000)]
Finalise 0.95.0
ian [Sun, 7 Nov 1999 15:39:53 +0000 (15:39 +0000)]
@@ -1,3 +1,12 @@
+userv (0.65.3) unstable; urgency=low
+
+ * Count \-continued lines properly in error message line numbers.
+ * Fix lexing bugs with "-quoted strings and \-continuation.
+ * Fix interpretation of \n etc. in "-quoted strings.
+ * Fix bug which ignored erroneous read/write after ignore-fd/reject-fd.
+
+ --
+
userv (0.65.2) unstable; urgency=high
* In client, copy results from getpw* when necessary. This fixes what
ian [Sun, 10 Oct 1999 11:48:51 +0000 (11:48 +0000)]
@@ -7,7 +7,7 @@
* Allow \ to continue lines (and do sensible things with whitespace in
`message' and `error' directives).
- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk> Sun, 10 Oct 1999 12:48:47 +0100
userv (0.64.1) unstable; urgency=low
ian [Sun, 10 Oct 1999 11:48:43 +0000 (11:48 +0000)]
@@ -1,5 +1,7 @@
+ * In client, copy results from getpw* when necessary. This fixes what
+ could be a security problem on some platforms.
ian [Sun, 10 Oct 1999 11:39:46 +0000 (11:39 +0000)]
Moved xmalloc etc. into both.c
ian [Sat, 9 Oct 1999 18:45:57 +0000 (18:45 +0000)]
@@ -1,9 +1,11 @@
-userv (0.65.0) unstable; urgency=high
+userv (0.65.1) unstable; urgency=high
* Avoid accessing backup, auto-save files, etc, with include-lookup.
Everything except a-z 0-9 - _ must now be prefixed by a colon.
+ * Allow \ to continue lines (and do sensible things with whitespace in
+ `message' and `error' directives).
- -- Ian Jackson <ian@davenant.greenend.org.uk> Sat, 9 Oct 1999 17:09:24 +0100
+ -- Ian Jackson <ian@davenant.greenend.org.uk> Sat, 9 Oct 1999 19:45:21 +0100
userv (0.64.1) unstable; urgency=low
ian [Sat, 9 Oct 1999 16:12:53 +0000 (16:12 +0000)]
Avoid accessing backup, auto-save files, etc, with include-lookup.
ian [Sun, 20 Jun 1999 18:14:30 +0000 (18:14 +0000)]
Regenerated formatted documentation with correct version no.
ian [Sun, 20 Jun 1999 17:46:12 +0000 (17:46 +0000)]
Regenerated formatted documentation (spec.ps, spec.html).
ian [Wed, 2 Jun 1999 19:58:26 +0000 (19:58 +0000)]
Finalise 0.63.
ian [Wed, 19 May 1999 23:17:56 +0000 (23:17 +0000)]
For changelog: Spec. document shows subsections in TOC.
ian [Wed, 19 May 1999 23:13:44 +0000 (23:13 +0000)]
New "shutdown" builtin service for terminating uservd. setenv emulation using putenv works properly (previously you would get wrong environment variable settings). (Thanks to Ben Harris.) Makefile bug fixed (tokens.h would sometimes not be rebuilt).
ian [Wed, 19 May 1999 21:03:33 +0000 (21:03 +0000)]
setenv emulation using putenv works properly (previously you would get wrong environment variable settings). (Thanks to Ben Harris.)
ian [Sun, 18 Apr 1999 20:23:53 +0000 (20:23 +0000)]
Change email address to correspond to PGP key.
ian [Sun, 18 Apr 1999 19:09:39 +0000 (19:09 +0000)]
Version number upped for release.
ian [Sun, 18 Apr 1999 18:53:44 +0000 (18:53 +0000)]
Build bugfixes (re version.h) and changelog updated.
ian [Sun, 18 Apr 1999 18:41:54 +0000 (18:41 +0000)]
Build bugfixes (re version.h) and changelog updated.
ian [Sun, 18 Apr 1999 18:22:23 +0000 (18:22 +0000)]
Bugfixing ...
ian [Sun, 18 Apr 1999 18:19:45 +0000 (18:19 +0000)]
Bugfixing ...
ian [Sun, 18 Apr 1999 18:15:12 +0000 (18:15 +0000)]
Build arrangements changed some more - check in distritubed files.
ian [Sun, 18 Apr 1999 17:48:17 +0000 (17:48 +0000)]
Try to make close to GNU Standards for Makefile targets.
ian [Wed, 7 Apr 1999 23:46:37 +0000 (23:46 +0000)]
Bump version no.
ian [Wed, 7 Apr 1999 23:46:15 +0000 (23:46 +0000)]
Updated email address to ian@davenant.greenend.org.uk throughout.
ian [Wed, 7 Apr 1999 23:43:57 +0000 (23:43 +0000)]
Call it beta.
ian [Wed, 7 Apr 1999 23:43:09 +0000 (23:43 +0000)]
New builtin service `help' lists builtin services.
ian [Wed, 7 Apr 1999 23:42:54 +0000 (23:42 +0000)]
Remove spurious undivert(4).
ian [Wed, 7 Apr 1999 23:00:37 +0000 (23:00 +0000)]
Reran autoheader.
ian [Wed, 7 Apr 1999 22:43:42 +0000 (22:43 +0000)]
Update copyright dates.
ian [Wed, 7 Apr 1999 22:33:33 +0000 (22:33 +0000)]
Portability and doc fixes, including my own portability patches and some suggestions from Julian King.
ian [Wed, 7 Apr 1999 22:12:25 +0000 (22:12 +0000)]
Document locations of required programs.
ian [Wed, 3 Feb 1999 22:25:57 +0000 (22:25 +0000)]
Fixed misdequoting of \<newline> in "-quoted strings; Removed -Werror by default. (Bug#32758, Bug#32747).
ian [Sat, 30 Jan 1999 23:37:51 +0000 (23:37 +0000)]
Fix quoted strings. Oops.
ian [Sat, 30 Jan 1999 23:37:45 +0000 (23:37 +0000)]
Fix quoted strings. Oops.
ian [Sat, 30 Jan 1999 22:54:18 +0000 (22:54 +0000)]
Fixed spurious failure with Interrupted system call; Fixed race when fd closed at startup, which could cause; copyright dates updated.
ian [Sat, 30 Jan 1999 22:54:06 +0000 (22:54 +0000)]
Fixed spurious failure with Interrupted system call; Fixed race when fd closed at startup, which could cause; copyright dates updated.
ian [Sat, 30 Jan 1999 21:45:38 +0000 (21:45 +0000)]
Merge recent changelog entries.
ian [Sat, 30 Jan 1999 21:45:19 +0000 (21:45 +0000)]
Fixed failure to save pathnames in a couple of places in parser.c; Fix failure to terminate string properly in parser.c, which would usually; Fixed spurious assertion failure if user's home directory not.
ian [Sat, 30 Jan 1999 21:44:46 +0000 (21:44 +0000)]
Changed description.
ian [Sat, 30 Jan 1999 21:44:37 +0000 (21:44 +0000)]
Cope with moved changelogs.
ian [Sat, 30 Jan 1999 21:42:34 +0000 (21:42 +0000)]
Do not have Makefile in CVS.
ian [Sat, 30 Jan 1999 21:29:26 +0000 (21:29 +0000)]
Fixed assertion failure if user's home directory not accessible
ian [Sat, 30 Jan 1999 21:29:14 +0000 (21:29 +0000)]
Reran autoconf.
ian [Sat, 30 Jan 1999 20:48:38 +0000 (20:48 +0000)]
Reran autoconf.
ian [Sat, 30 Jan 1999 19:44:18 +0000 (19:44 +0000)]
autoconf-generated files included in CVS; Changelogs merged
ian [Sat, 30 Jan 1999 19:39:53 +0000 (19:39 +0000)]
Add Debian files to CVS.
ian [Sat, 30 Jan 1999 19:38:04 +0000 (19:38 +0000)]
String-termination bugfix. Compilation fixes (-D_GNU_SOURCE, etc.), and some config file improvements.
ian [Thu, 29 Jan 1998 00:00:18 +0000 (00:00 +0000)]
Move xtrsave(string) to avoid possible memory leak.
ian [Sat, 24 Jan 1998 19:14:08 +0000 (19:14 +0000)]
RJK fixes.
ian [Sat, 24 Jan 1998 19:14:04 +0000 (19:14 +0000)]
RJK fixes.
ian [Tue, 14 Oct 1997 13:05:25 +0000 (13:05 +0000)]
Fix builtin version msg.
ian [Tue, 14 Oct 1997 01:05:13 +0000 (01:05 +0000)]
0.57
ian [Sat, 11 Oct 1997 13:38:49 +0000 (13:38 +0000)]
Do not delete spec.sgml.in.
ian [Sat, 11 Oct 1997 12:46:26 +0000 (12:46 +0000)]
Server checks itself every hour, and logs with pid.
ian [Sat, 11 Oct 1997 12:46:14 +0000 (12:46 +0000)]
Only retry connect on EINTR.
ian [Sun, 5 Oct 1997 17:00:01 +0000 (17:00 +0000)]
Portability fixes.
ian [Mon, 22 Sep 1997 00:28:52 +0000 (00:28 +0000)]
clean targets except realclean don't remove lexer.[lc] tokens.h overview.ps. New totalclean target.
ian [Mon, 22 Sep 1997 00:15:19 +0000 (00:15 +0000)]
clean targets except realclean don't remove spec.html, spec.ps.
ian [Sun, 21 Sep 1997 23:01:20 +0000 (23:01 +0000)]
README shipped; Changelog added.
ian [Thu, 18 Sep 1997 02:13:32 +0000 (02:13 +0000)]
Build fixes.
ian [Thu, 18 Sep 1997 02:03:12 +0000 (02:03 +0000)]
Read Makefile.in.