chiark / gitweb /
Tony Finch [Tue, 30 Mar 2010 20:58:52 +0000 (20:58 +0000)]
log repository location
Tony Finch [Tue, 30 Mar 2010 20:56:41 +0000 (20:56 +0000)]
git-daemon: no need for a special configuration variable namespace
Tony Finch [Tue, 30 Mar 2010 20:14:55 +0000 (20:14 +0000)]
git-daemon: overhaul configuration and add the userv service script
Use a perl namespace to hold the userv variables that are set
by the git-daemon-urlmap script(s).
Tony Finch [Tue, 30 Mar 2010 17:45:36 +0000 (17:45 +0000)]
git-daemon: config improvements
Get configuration file(s) from the command line. Reverse order of
return values so user configs can just return the repo pathname.
Tony Finch [Tue, 30 Mar 2010 15:09:49 +0000 (15:09 +0000)]
git-daemon: tweak comments
Tony Finch [Tue, 30 Mar 2010 14:58:15 +0000 (14:58 +0000)]
git-daemon: allow userv to decide which services to allow.
Tony Finch [Mon, 29 Mar 2010 16:17:45 +0000 (16:17 +0000)]
git-daemon: move checking to more appropriate place.
Less checking in the daemon itself; instead check in the
configuration which can be shared across the security boundary.
Tony Finch [Fri, 26 Mar 2010 19:07:01 +0000 (19:07 +0000)]
Note what the git-upload-pack userv service needs to do
Tony Finch [Fri, 26 Mar 2010 18:56:43 +0000 (18:56 +0000)]
git-daemon: allow virtual hosts to forbit tilde parts in URLs
Tony Finch [Fri, 26 Mar 2010 18:28:22 +0000 (18:28 +0000)]
git-daemon: suppress warnings
Tony Finch [Fri, 26 Mar 2010 18:23:24 +0000 (18:23 +0000)]
git-daemon: Log timeout errors and polish code a bit.
Tony Finch [Fri, 26 Mar 2010 18:15:26 +0000 (18:15 +0000)]
git-daemon: simplify xread()
Tony Finch [Fri, 26 Mar 2010 18:00:46 +0000 (18:00 +0000)]
git-daemon.pl: second iteration based on feedback from Ian.
Instead of invoking the standard git-daemon via userv, do what
the standard git-daemon does and invoke git-upload-pack.
Log errors to syslog. Obtain the client IP address and port.
Use a configuration file to work out the user from the
virtual host name and tilde part of the URL.
Put the syntax check regexes in the configuration file.
Pass parameters to userv git-upload-pack service with
user-defined variables instead of command line arguments.
Tony Finch [Fri, 26 Mar 2010 17:16:34 +0000 (17:16 +0000)]
git-daemon-vhosts.pl: A sample virtual host configuration file.
Tony Finch [Fri, 26 Mar 2010 16:43:09 +0000 (16:43 +0000)]
Initial pass at a git daemon for userv.
ian [Tue, 6 Jun 2006 21:02:20 +0000 (21:02 +0000)]
Add a few missing #include's of <string.h>.
ian [Tue, 6 Jun 2006 20:59:26 +0000 (20:59 +0000)]
moved changelog
ian [Tue, 6 Jun 2006 20:56:26 +0000 (20:56 +0000)]
rationalise changelog
ian [Thu, 11 Aug 2005 18:52:07 +0000 (18:52 +0000)]
@@ -12,6 +12,7 @@
+ * Use slip, not cslip, for udptunnel (!)
ian [Thu, 11 Aug 2005 18:50:18 +0000 (18:50 +0000)]
*** empty log message ***
ian [Sun, 5 Sep 2004 16:10:30 +0000 (16:10 +0000)]
*** empty log message ***
ian [Tue, 2 Mar 2004 23:09:55 +0000 (23:09 +0000)]
*** empty log message ***
ian [Sun, 13 Jul 2003 22:58:51 +0000 (22:58 +0000)]
*** empty log message ***
ian [Sun, 13 Jul 2003 22:57:25 +0000 (22:57 +0000)]
*** empty log message ***
ian [Sun, 6 Jul 2003 21:25:01 +0000 (21:25 +0000)]
copyright notices
ian [Sun, 6 Jul 2003 20:47:12 +0000 (20:47 +0000)]
*** empty log message ***
ian [Sun, 6 Jul 2003 20:32:27 +0000 (20:32 +0000)]
*** empty log message ***
ian [Sun, 6 Jul 2003 16:57:23 +0000 (16:57 +0000)]
0.2.99.0.1
ian [Thu, 3 Jul 2003 11:55:19 +0000 (11:55 +0000)]
changelog
ian [Wed, 2 Jul 2003 18:55:22 +0000 (18:55 +0000)]
remove binaries and ~-files
ian [Wed, 2 Jul 2003 18:55:01 +0000 (18:55 +0000)]
found in chiark:/usr/local/src/davenant
ian [Wed, 2 Jul 2003 18:53:26 +0000 (18:53 +0000)]
found in davenant:/usr/local/src/misc
ian [Sun, 15 Jun 2003 17:59:10 +0000 (17:59 +0000)]
document changes
ian [Sun, 15 Jun 2003 17:57:17 +0000 (17:57 +0000)]
reject some of the uxsup changes
ian [Sun, 15 Jun 2003 17:46:49 +0000 (17:46 +0000)]
changes from Cambridge University (Ben Harris) unedited; will edit shortly
ian [Sun, 15 Jun 2003 17:34:23 +0000 (17:34 +0000)]
IPv6 support - minor change courtesy of Ben Harris
ian [Sun, 15 Jun 2003 17:33:54 +0000 (17:33 +0000)]
@@ -1,8 +1,9 @@
-userv-utils (0.2.4) unstable; urgency=low
+userv-utils (0.3.0) unstable; urgency=low
- * Minor fixes to INSTALL.
- * Report nonzero death of m4 better.
- * ipif service MAXEXROUTES increased from 5 to 50.
+ * New dyndns service.
+ * ipif: Minor fixes to INSTALL.
+ * ipif: Report nonzero death of m4 better.
+ * ipif: service MAXEXROUTES increased from 5 to 50.
--
ian [Sun, 15 Sep 2002 12:37:59 +0000 (12:37 +0000)]
@@ -2,6 +2,7 @@
+ * ipif service MAXEXROUTES increased from 5 to 50.
ian [Sun, 23 Jun 2002 22:32:06 +0000 (22:32 +0000)]
@@ -1,6 +1,7 @@
+ * Report nonzero death of m4 better.
ian [Sun, 23 Jun 2002 22:30:29 +0000 (22:30 +0000)]
@@ -1,3 +1,9 @@
+userv-utils (0.2.4) unstable; urgency=low
+
+ * Minor fixes to INSTALL.
+
+ --
+
userv-utils (0.2.3) unstable; urgency=low
* udptunnel-reconf can write a known_hosts file for you.
ian [Mon, 11 Feb 2002 21:47:16 +0000 (21:47 +0000)]
0.2.3
ian [Mon, 11 Feb 2002 21:46:58 +0000 (21:46 +0000)]
@@ -1,3 +1,9 @@
+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.
ian [Sat, 15 Dec 2001 17:56:01 +0000 (17:56 +0000)]
Version
ian [Sat, 15 Dec 2001 17:55:07 +0000 (17:55 +0000)]
@@ -7,8 +7,9 @@
* 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
ian [Wed, 26 Sep 2001 00:21:00 +0000 (00:21 +0000)]
Really get sshinvoke right.
ian [Wed, 26 Sep 2001 00:20:35 +0000 (00:20 +0000)]
@@ -6,6 +6,7 @@
+ * indirect ssh via V_sshinvoke.
ian [Wed, 26 Sep 2001 00:19:47 +0000 (00:19 +0000)]
@@ -4,6 +4,7 @@
+ * udptunnel-vpn-config.m4 allows global file to override as intended.
ian [Wed, 26 Sep 2001 00:18:56 +0000 (00:18 +0000)]
@@ -3,6 +3,7 @@
+ * forbid_remote is a per-tunnel option.
ian [Wed, 26 Sep 2001 00:12:14 +0000 (00:12 +0000)]
@@ -2,6 +2,7 @@
+ * udptunnel-reconf understands forbid_remote set to `-'.
ian [Sat, 17 Mar 2001 15:32:58 +0000 (15:32 +0000)]
@@ -2,6 +2,7 @@
+ * www-cgi passes HTTP_COOKIE header.
ian [Sat, 10 Mar 2001 17:32:29 +0000 (17:32 +0000)]
@@ -1,6 +1,7 @@
+ * udptunnel-reconf inittab entries default to having </dev/null.
ian [Tue, 20 Feb 2001 02:21:55 +0000 (02:21 +0000)]
@@ -1,3 +1,9 @@
+userv-utils (0.2.2) unstable; urgency=low
+
+ * udptunnel-reconf default script pauses for 10s between restarts.
+
+ --
+
userv-utils (0.2.1) unstable; urgency=low
* New udptunnel-reconf program for generating invoke scripts, inittab
ian [Mon, 11 Dec 2000 02:46:04 +0000 (02:46 +0000)]
@@ -1,11 +1,12 @@
userv-utils (0.2.1) unstable; urgency=low
- * service.c (userv ipif) /32 prefixes work properly now.
-
* New udptunnel-reconf program for generating invoke scripts, inittab
- entries, and the like.
+ 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
ian [Mon, 11 Dec 2000 02:41:27 +0000 (02:41 +0000)]
Merge udptunnelconf branch; cvs up -j branchpoint-2000-12-10-udptunnelconf -j mergepoint-1-2000-12-10-udptunnelconf
ian [Sun, 10 Dec 2000 22:00:20 +0000 (22:00 +0000)]
@@ -1,3 +1,9 @@
+userv-utils (0.2.1) unstable; urgency=low
+
+ * service.c (userv ipif) /32 prefixes work properly now.
+
+ --
+
userv-utils (0.2.0) unstable; urgency=low
Improvements to ipif (tunnelling/VPN facility):
ian [Mon, 18 Sep 2000 00:31:39 +0000 (00:31 +0000)]
Version 0.2.0
ian [Mon, 18 Sep 2000 00:31:28 +0000 (00:31 +0000)]
Version 0.2.
ian [Mon, 18 Sep 2000 00:31:11 +0000 (00:31 +0000)]
@@ -1,8 +1,11 @@
userv-utils (0.2.0) unstable; urgency=low
- * ipif/INSTALL instructions &c improved, slattach patch included.
+ 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
ian [Sun, 13 Aug 2000 20:23:23 +0000 (20:23 +0000)]
@@ -1,6 +1,6 @@
userv-utils (0.2.0) unstable; urgency=low
- * ipif/INSTALL instructions slightly improved, slattach patch included.
+ * ipif/INSTALL instructions &c improved, slattach patch included.
--
ian [Thu, 10 Aug 2000 00:18:31 +0000 (00:18 +0000)]
@@ -1,3 +1,9 @@
+userv-utils (0.2.0) unstable; urgency=low
+
+ * ipif/INSTALL instructions slightly improved, slattach patch included.
+
+ --
+
userv-utils (0.1.90) unstable; urgency=low
* ipif/INSTALL instructions, such as they are, included.
ian [Wed, 21 Jun 2000 22:48:53 +0000 (22:48 +0000)]
Update VERSION
ian [Wed, 21 Jun 2000 22:48:28 +0000 (22:48 +0000)]
@@ -1,3 +1,12 @@
+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 [Sun, 18 Jun 2000 13:43:41 +0000 (13:43 +0000)]
update version number.
ian [Sun, 18 Jun 2000 13:42:29 +0000 (13:42 +0000)]
@@ -1,10 +1,10 @@
-userv (0.1.9) unstable; urgency=low
+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 (0.1) experimental; urgency=low
+userv-utils (0.1) experimental; urgency=low
* Initial release.
ian [Sun, 18 Jun 2000 13:41:48 +0000 (13:41 +0000)]
@@ -1,8 +1,8 @@
-userv (0.2) unstable; urgency=low
+userv (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 (0.1) experimental; urgency=low
ian [Sun, 18 Jun 2000 13:41:30 +0000 (13:41 +0000)]
Remove finger program from trunk.
ian [Fri, 9 Jun 2000 20:27:14 +0000 (20:27 +0000)]
Print "still open" messages.
ian [Fri, 9 Jun 2000 20:27:05 +0000 (20:27 +0000)]
Clean up message.
ian [Wed, 7 Jun 2000 00:59:31 +0000 (00:59 +0000)]
Bugfixes.
ian [Wed, 31 May 2000 01:57:25 +0000 (01:57 +0000)]
Make debugging redirect work.
ian [Wed, 31 May 2000 01:16:26 +0000 (01:16 +0000)]
ipif encrypting tunnel much better now
ian [Wed, 31 May 2000 01:16:11 +0000 (01:16 +0000)]
Update copyright notices.
ian [Wed, 31 May 2000 01:16:05 +0000 (01:16 +0000)]
Add example invocation.
ian [Wed, 31 May 2000 00:58:53 +0000 (00:58 +0000)]
New encrypting tunnel seems to work !
ian [Tue, 30 May 2000 23:53:01 +0000 (23:53 +0000)]
crypto debugging, and several bugfixes
ian [Tue, 30 May 2000 23:51:00 +0000 (23:51 +0000)]
crypto debugging, and several bugfixes
ian [Tue, 30 May 2000 23:06:46 +0000 (23:06 +0000)]
Works at least without crypto.
ian [Tue, 30 May 2000 22:49:36 +0000 (22:49 +0000)]
Works at least without crypto.
ian [Tue, 30 May 2000 18:48:16 +0000 (18:48 +0000)]
Actual forwarder program compiles apparently ok.
ian [Mon, 29 May 2000 17:16:29 +0000 (17:16 +0000)]
@@ -1,6 +1,7 @@
+ * Embryonic new version of udptunnel.
ian [Sun, 28 May 2000 18:27:09 +0000 (18:27 +0000)]
Option is -l not -lc, document that.
ian [Sat, 20 May 2000 20:04:03 +0000 (20:04 +0000)]
@@ -1,3 +1,9 @@
+userv (0.2) unstable; urgency=low
+
+ * Embryonic new finger program.
+
+ --
+
userv (0.1) experimental; urgency=low
* Initial release.
ian [Tue, 9 Nov 1999 23:25:04 +0000 (23:25 +0000)]
Finalise 0.1
ian [Tue, 9 Nov 1999 23:21:46 +0000 (23:21 +0000)]
make dist works
ian [Tue, 9 Nov 1999 23:18:10 +0000 (23:18 +0000)]
New Makefile.
ian [Tue, 9 Nov 1999 23:13:49 +0000 (23:13 +0000)]
New changelog.
ian [Tue, 9 Nov 1999 23:12:54 +0000 (23:12 +0000)]
Add copyrights.
ian [Tue, 9 Nov 1999 23:11:49 +0000 (23:11 +0000)]
Update statuses.
ian [Tue, 9 Nov 1999 23:04:32 +0000 (23:04 +0000)]
Rationalised.
ian [Tue, 9 Nov 1999 22:39:15 +0000 (22:39 +0000)]
Found in chiark:/info
ian [Tue, 9 Nov 1999 22:35:41 +0000 (22:35 +0000)]
Added copyright messages.
ian [Tue, 9 Nov 1999 21:45:57 +0000 (21:45 +0000)]
Rationalised.
ian [Tue, 9 Nov 1999 21:38:21 +0000 (21:38 +0000)]
Some documentation.
ian [Tue, 9 Nov 1999 21:16:54 +0000 (21:16 +0000)]
Found in chiark:/etc/userv/services.d
ian [Tue, 9 Nov 1999 21:15:13 +0000 (21:15 +0000)]
Found in chiark:/usr/local/lib/news/feed+read/getgroups.
ian [Tue, 9 Nov 1999 21:13:31 +0000 (21:13 +0000)]
Found in chiark:/etc/userv/services.d/newsrc-listgroups
ian [Tue, 9 Nov 1999 21:13:14 +0000 (21:13 +0000)]
As found on chiark in /usr/local/lib/news/feed+read/newsrc-listgroups
ian [Tue, 9 Nov 1999 21:09:59 +0000 (21:09 +0000)]
As found on anarres.
ian [Tue, 9 Nov 1999 21:09:01 +0000 (21:09 +0000)]
Output of find /usr/local/lib/user-cgi -ls as found on chiark
ian [Tue, 9 Nov 1999 21:08:08 +0000 (21:08 +0000)]
Found on chiark in /etc/apache/srm.conf